Bundled output for commit f8577c8078cee9acbf51a10e370a6b392ca2b26d

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot 2023-04-22 08:52:48 +00:00
parent f8577c8078
commit 7684a1086a
6 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
export default function textContrastClass(hexcolor: string): string;
export default function textContrastClass(hexcolor: string | null): string;

View File

@ -7,4 +7,4 @@
* standards, but we use a custom threshold for each light and dark modes
* to preserve design consistency.
*/
export default function isDark(hexcolor: string): boolean;
export default function isDark(hexcolor: string | null): boolean;

2
framework/core/js/dist/admin.js generated vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
framework/core/js/dist/forum.js generated vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long