@public-ui/themes 1.7.6 → 1.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +152 -242
- package/dist/index.d.ts +36 -12
- package/dist/index.mjs +152 -242
- package/package.json +8 -8
package/dist/index.d.ts
CHANGED
|
@@ -48,7 +48,9 @@ declare const BAMF: (patch: (name: string, map: {
|
|
|
48
48
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
49
49
|
"KOL-TOOLBAR"?: string | undefined;
|
|
50
50
|
"KOL-TOOLTIP"?: string | undefined;
|
|
51
|
-
}
|
|
51
|
+
}, options?: {
|
|
52
|
+
append?: boolean | undefined;
|
|
53
|
+
} | undefined) => string) => string;
|
|
52
54
|
|
|
53
55
|
declare const DESYv1: (patch: (name: string, map: {
|
|
54
56
|
GLOBAL?: string | undefined;
|
|
@@ -100,7 +102,9 @@ declare const DESYv1: (patch: (name: string, map: {
|
|
|
100
102
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
101
103
|
"KOL-TOOLBAR"?: string | undefined;
|
|
102
104
|
"KOL-TOOLTIP"?: string | undefined;
|
|
103
|
-
}
|
|
105
|
+
}, options?: {
|
|
106
|
+
append?: boolean | undefined;
|
|
107
|
+
} | undefined) => string) => string;
|
|
104
108
|
|
|
105
109
|
declare const DESYv2: (patch: (name: string, map: {
|
|
106
110
|
GLOBAL?: string | undefined;
|
|
@@ -152,7 +156,9 @@ declare const DESYv2: (patch: (name: string, map: {
|
|
|
152
156
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
153
157
|
"KOL-TOOLBAR"?: string | undefined;
|
|
154
158
|
"KOL-TOOLTIP"?: string | undefined;
|
|
155
|
-
}
|
|
159
|
+
}, options?: {
|
|
160
|
+
append?: boolean | undefined;
|
|
161
|
+
} | undefined) => string) => string;
|
|
156
162
|
|
|
157
163
|
declare const BZSt: (patch: (name: string, map: {
|
|
158
164
|
GLOBAL?: string | undefined;
|
|
@@ -204,7 +210,9 @@ declare const BZSt: (patch: (name: string, map: {
|
|
|
204
210
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
205
211
|
"KOL-TOOLBAR"?: string | undefined;
|
|
206
212
|
"KOL-TOOLTIP"?: string | undefined;
|
|
207
|
-
}
|
|
213
|
+
}, options?: {
|
|
214
|
+
append?: boolean | undefined;
|
|
215
|
+
} | undefined) => string) => string;
|
|
208
216
|
|
|
209
217
|
declare const BMF: (patch: (name: string, map: {
|
|
210
218
|
GLOBAL?: string | undefined;
|
|
@@ -256,7 +264,9 @@ declare const BMF: (patch: (name: string, map: {
|
|
|
256
264
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
257
265
|
"KOL-TOOLBAR"?: string | undefined;
|
|
258
266
|
"KOL-TOOLTIP"?: string | undefined;
|
|
259
|
-
}
|
|
267
|
+
}, options?: {
|
|
268
|
+
append?: boolean | undefined;
|
|
269
|
+
} | undefined) => string) => string;
|
|
260
270
|
|
|
261
271
|
declare const DEFAULT: (patch: (name: string, map: {
|
|
262
272
|
GLOBAL?: string | undefined;
|
|
@@ -308,7 +318,9 @@ declare const DEFAULT: (patch: (name: string, map: {
|
|
|
308
318
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
309
319
|
"KOL-TOOLBAR"?: string | undefined;
|
|
310
320
|
"KOL-TOOLTIP"?: string | undefined;
|
|
311
|
-
}
|
|
321
|
+
}, options?: {
|
|
322
|
+
append?: boolean | undefined;
|
|
323
|
+
} | undefined) => string) => string;
|
|
312
324
|
|
|
313
325
|
declare const ECL_EC: (patch: (name: string, map: {
|
|
314
326
|
GLOBAL?: string | undefined;
|
|
@@ -360,7 +372,9 @@ declare const ECL_EC: (patch: (name: string, map: {
|
|
|
360
372
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
361
373
|
"KOL-TOOLBAR"?: string | undefined;
|
|
362
374
|
"KOL-TOOLTIP"?: string | undefined;
|
|
363
|
-
}
|
|
375
|
+
}, options?: {
|
|
376
|
+
append?: boolean | undefined;
|
|
377
|
+
} | undefined) => string) => string;
|
|
364
378
|
|
|
365
379
|
declare const ECL_EU: (patch: (name: string, map: {
|
|
366
380
|
GLOBAL?: string | undefined;
|
|
@@ -412,7 +426,9 @@ declare const ECL_EU: (patch: (name: string, map: {
|
|
|
412
426
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
413
427
|
"KOL-TOOLBAR"?: string | undefined;
|
|
414
428
|
"KOL-TOOLTIP"?: string | undefined;
|
|
415
|
-
}
|
|
429
|
+
}, options?: {
|
|
430
|
+
append?: boolean | undefined;
|
|
431
|
+
} | undefined) => string) => string;
|
|
416
432
|
|
|
417
433
|
declare const ITZBund: (patch: (name: string, map: {
|
|
418
434
|
GLOBAL?: string | undefined;
|
|
@@ -464,7 +480,9 @@ declare const ITZBund: (patch: (name: string, map: {
|
|
|
464
480
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
465
481
|
"KOL-TOOLBAR"?: string | undefined;
|
|
466
482
|
"KOL-TOOLTIP"?: string | undefined;
|
|
467
|
-
}
|
|
483
|
+
}, options?: {
|
|
484
|
+
append?: boolean | undefined;
|
|
485
|
+
} | undefined) => string) => string;
|
|
468
486
|
|
|
469
487
|
declare const MFM: (patch: (name: string, map: {
|
|
470
488
|
GLOBAL?: string | undefined;
|
|
@@ -516,7 +534,9 @@ declare const MFM: (patch: (name: string, map: {
|
|
|
516
534
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
517
535
|
"KOL-TOOLBAR"?: string | undefined;
|
|
518
536
|
"KOL-TOOLTIP"?: string | undefined;
|
|
519
|
-
}
|
|
537
|
+
}, options?: {
|
|
538
|
+
append?: boolean | undefined;
|
|
539
|
+
} | undefined) => string) => string;
|
|
520
540
|
|
|
521
541
|
declare const MAPZ: (patch: (name: string, map: {
|
|
522
542
|
GLOBAL?: string | undefined;
|
|
@@ -568,7 +588,9 @@ declare const MAPZ: (patch: (name: string, map: {
|
|
|
568
588
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
569
589
|
"KOL-TOOLBAR"?: string | undefined;
|
|
570
590
|
"KOL-TOOLTIP"?: string | undefined;
|
|
571
|
-
}
|
|
591
|
+
}, options?: {
|
|
592
|
+
append?: boolean | undefined;
|
|
593
|
+
} | undefined) => string) => string;
|
|
572
594
|
|
|
573
595
|
declare const ZOLLv2: (patch: (name: string, map: {
|
|
574
596
|
GLOBAL?: string | undefined;
|
|
@@ -620,7 +642,9 @@ declare const ZOLLv2: (patch: (name: string, map: {
|
|
|
620
642
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
621
643
|
"KOL-TOOLBAR"?: string | undefined;
|
|
622
644
|
"KOL-TOOLTIP"?: string | undefined;
|
|
623
|
-
}
|
|
645
|
+
}, options?: {
|
|
646
|
+
append?: boolean | undefined;
|
|
647
|
+
} | undefined) => string) => string;
|
|
624
648
|
|
|
625
649
|
declare const DE: (patch: (name: "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar" | "an" | "hy" | "as" | "av" | "ae" | "ay" | "az" | "bm" | "ba" | "eu" | "be" | "bn" | "bh" | "bi" | "nb" | "bs" | "br" | "bg" | "my" | "es" | "ca" | "km" | "ch" | "ce" | "ny" | "zh" | "za" | "cu" | "cv" | "kw" | "co" | "cr" | "hr" | "cs" | "da" | "dv" | "nl" | "dz" | "en" | "eo" | "et" | "ee" | "fo" | "fj" | "fi" | "fr" | "ff" | "gd" | "gl" | "lg" | "ka" | "de" | "ki" | "el" | "kl" | "gn" | "gu" | "ht" | "ha" | "he" | "hz" | "hi" | "ho" | "hu" | "is" | "io" | "ig" | "id" | "ia" | "ie" | "iu" | "ik" | "ga" | "it" | "ja" | "jv" | "kn" | "kr" | "ks" | "kk" | "rw" | "ky" | "kv" | "kg" | "ko" | "kj" | "ku" | "lo" | "la" | "lv" | "lb" | "li" | "ln" | "lt" | "lu" | "mk" | "mg" | "ms" | "ml" | "mt" | "gv" | "mi" | "mr" | "mh" | "ro" | "mn" | "na" | "nv" | "nd" | "nr" | "ng" | "ne" | "se" | "no" | "nn" | "ii" | "oc" | "oj" | "or" | "om" | "os" | "pi" | "pa" | "ps" | "fa" | "pl" | "pt" | "qu" | "rm" | "rn" | "ru" | "sm" | "sg" | "sa" | "sc" | "sr" | "sn" | "sd" | "si" | "sk" | "sl" | "so" | "st" | "su" | "sw" | "ss" | "sv" | "tl" | "ty" | "tg" | "ta" | "tt" | "te" | "th" | "bo" | "ti" | "to" | "ts" | "tn" | "tr" | "tk" | "tw" | "ug" | "uk" | "ur" | "uz" | "ve" | "vi" | "vo" | "wa" | "cy" | "fy" | "wo" | "xh" | "yi" | "yo" | "zu", map: {
|
|
626
650
|
"kol-error"?: string | undefined;
|