@public-ui/themes 1.6.0-rc.8 → 1.6.0
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 +12580 -583
- package/dist/index.d.ts +103 -21
- package/dist/index.mjs +12579 -584
- package/package.json +8 -7
package/dist/index.d.ts
CHANGED
|
@@ -14,8 +14,6 @@ declare const BAMF: (patch: (name: string, map: {
|
|
|
14
14
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
15
15
|
"KOL-CARD"?: string | undefined;
|
|
16
16
|
"KOL-DETAILS"?: string | undefined;
|
|
17
|
-
"KOL-DIALOG"?: string | undefined;
|
|
18
|
-
"KOL-DROPDOWN"?: string | undefined;
|
|
19
17
|
"KOL-FORM"?: string | undefined;
|
|
20
18
|
"KOL-HEADING"?: string | undefined;
|
|
21
19
|
"KOL-ICON"?: string | undefined;
|
|
@@ -67,8 +65,6 @@ declare const BZSt: (patch: (name: string, map: {
|
|
|
67
65
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
68
66
|
"KOL-CARD"?: string | undefined;
|
|
69
67
|
"KOL-DETAILS"?: string | undefined;
|
|
70
|
-
"KOL-DIALOG"?: string | undefined;
|
|
71
|
-
"KOL-DROPDOWN"?: string | undefined;
|
|
72
68
|
"KOL-FORM"?: string | undefined;
|
|
73
69
|
"KOL-HEADING"?: string | undefined;
|
|
74
70
|
"KOL-ICON"?: string | undefined;
|
|
@@ -120,8 +116,6 @@ declare const BMF: (patch: (name: string, map: {
|
|
|
120
116
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
121
117
|
"KOL-CARD"?: string | undefined;
|
|
122
118
|
"KOL-DETAILS"?: string | undefined;
|
|
123
|
-
"KOL-DIALOG"?: string | undefined;
|
|
124
|
-
"KOL-DROPDOWN"?: string | undefined;
|
|
125
119
|
"KOL-FORM"?: string | undefined;
|
|
126
120
|
"KOL-HEADING"?: string | undefined;
|
|
127
121
|
"KOL-ICON"?: string | undefined;
|
|
@@ -173,8 +167,6 @@ declare const DESYv1: (patch: (name: string, map: {
|
|
|
173
167
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
174
168
|
"KOL-CARD"?: string | undefined;
|
|
175
169
|
"KOL-DETAILS"?: string | undefined;
|
|
176
|
-
"KOL-DIALOG"?: string | undefined;
|
|
177
|
-
"KOL-DROPDOWN"?: string | undefined;
|
|
178
170
|
"KOL-FORM"?: string | undefined;
|
|
179
171
|
"KOL-HEADING"?: string | undefined;
|
|
180
172
|
"KOL-ICON"?: string | undefined;
|
|
@@ -226,8 +218,6 @@ declare const DESYv2: (patch: (name: string, map: {
|
|
|
226
218
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
227
219
|
"KOL-CARD"?: string | undefined;
|
|
228
220
|
"KOL-DETAILS"?: string | undefined;
|
|
229
|
-
"KOL-DIALOG"?: string | undefined;
|
|
230
|
-
"KOL-DROPDOWN"?: string | undefined;
|
|
231
221
|
"KOL-FORM"?: string | undefined;
|
|
232
222
|
"KOL-HEADING"?: string | undefined;
|
|
233
223
|
"KOL-ICON"?: string | undefined;
|
|
@@ -279,8 +269,6 @@ declare const ECL_EC: (patch: (name: string, map: {
|
|
|
279
269
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
280
270
|
"KOL-CARD"?: string | undefined;
|
|
281
271
|
"KOL-DETAILS"?: string | undefined;
|
|
282
|
-
"KOL-DIALOG"?: string | undefined;
|
|
283
|
-
"KOL-DROPDOWN"?: string | undefined;
|
|
284
272
|
"KOL-FORM"?: string | undefined;
|
|
285
273
|
"KOL-HEADING"?: string | undefined;
|
|
286
274
|
"KOL-ICON"?: string | undefined;
|
|
@@ -332,8 +320,6 @@ declare const ECL_EU: (patch: (name: string, map: {
|
|
|
332
320
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
333
321
|
"KOL-CARD"?: string | undefined;
|
|
334
322
|
"KOL-DETAILS"?: string | undefined;
|
|
335
|
-
"KOL-DIALOG"?: string | undefined;
|
|
336
|
-
"KOL-DROPDOWN"?: string | undefined;
|
|
337
323
|
"KOL-FORM"?: string | undefined;
|
|
338
324
|
"KOL-HEADING"?: string | undefined;
|
|
339
325
|
"KOL-ICON"?: string | undefined;
|
|
@@ -385,8 +371,57 @@ declare const ITZBund: (patch: (name: string, map: {
|
|
|
385
371
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
386
372
|
"KOL-CARD"?: string | undefined;
|
|
387
373
|
"KOL-DETAILS"?: string | undefined;
|
|
388
|
-
"KOL-
|
|
389
|
-
"KOL-
|
|
374
|
+
"KOL-FORM"?: string | undefined;
|
|
375
|
+
"KOL-HEADING"?: string | undefined;
|
|
376
|
+
"KOL-ICON"?: string | undefined;
|
|
377
|
+
"KOL-IMAGE"?: string | undefined;
|
|
378
|
+
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
379
|
+
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
380
|
+
"KOL-INPUT-COLOR"?: string | undefined;
|
|
381
|
+
"KOL-INPUT-DATE"?: string | undefined;
|
|
382
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
383
|
+
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
384
|
+
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
385
|
+
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
386
|
+
"KOL-INPUT-RADIO"?: string | undefined;
|
|
387
|
+
"KOL-INPUT-RANGE"?: string | undefined;
|
|
388
|
+
"KOL-INPUT-TEXT"?: string | undefined;
|
|
389
|
+
"KOL-LINK"?: string | undefined;
|
|
390
|
+
"KOL-LINK-BUTTON"?: string | undefined;
|
|
391
|
+
"KOL-LINK-GROUP"?: string | undefined;
|
|
392
|
+
"KOL-MODAL"?: string | undefined;
|
|
393
|
+
"KOL-NAV"?: string | undefined;
|
|
394
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
395
|
+
"KOL-POPOVER"?: string | undefined;
|
|
396
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
397
|
+
"KOL-SELECT"?: string | undefined;
|
|
398
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
399
|
+
"KOL-SKIP-NAV"?: string | undefined;
|
|
400
|
+
"KOL-SPIN"?: string | undefined;
|
|
401
|
+
"KOL-TABLE"?: string | undefined;
|
|
402
|
+
"KOL-TABS"?: string | undefined;
|
|
403
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
404
|
+
"KOL-TOAST"?: string | undefined;
|
|
405
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
406
|
+
"KOL-TOOLTIP"?: string | undefined;
|
|
407
|
+
}) => string) => string;
|
|
408
|
+
|
|
409
|
+
declare const MFM: (patch: (name: string, map: {
|
|
410
|
+
GLOBAL?: string | undefined;
|
|
411
|
+
PROPERTIES?: string | undefined;
|
|
412
|
+
"KOL-SYMBOL"?: string | undefined;
|
|
413
|
+
"KOL-ABBR"?: string | undefined;
|
|
414
|
+
"KOL-ACCORDION"?: string | undefined;
|
|
415
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
416
|
+
"KOL-ALERT"?: string | undefined;
|
|
417
|
+
"KOL-AVATAR"?: string | undefined;
|
|
418
|
+
"KOL-BADGE"?: string | undefined;
|
|
419
|
+
"KOL-BREADCRUMB"?: string | undefined;
|
|
420
|
+
"KOL-BUTTON"?: string | undefined;
|
|
421
|
+
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
422
|
+
"KOL-BUTTON-LINK"?: string | undefined;
|
|
423
|
+
"KOL-CARD"?: string | undefined;
|
|
424
|
+
"KOL-DETAILS"?: string | undefined;
|
|
390
425
|
"KOL-FORM"?: string | undefined;
|
|
391
426
|
"KOL-HEADING"?: string | undefined;
|
|
392
427
|
"KOL-ICON"?: string | undefined;
|
|
@@ -438,8 +473,57 @@ declare const MAPZ: (patch: (name: string, map: {
|
|
|
438
473
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
439
474
|
"KOL-CARD"?: string | undefined;
|
|
440
475
|
"KOL-DETAILS"?: string | undefined;
|
|
441
|
-
"KOL-
|
|
442
|
-
"KOL-
|
|
476
|
+
"KOL-FORM"?: string | undefined;
|
|
477
|
+
"KOL-HEADING"?: string | undefined;
|
|
478
|
+
"KOL-ICON"?: string | undefined;
|
|
479
|
+
"KOL-IMAGE"?: string | undefined;
|
|
480
|
+
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
481
|
+
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
482
|
+
"KOL-INPUT-COLOR"?: string | undefined;
|
|
483
|
+
"KOL-INPUT-DATE"?: string | undefined;
|
|
484
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
485
|
+
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
486
|
+
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
487
|
+
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
488
|
+
"KOL-INPUT-RADIO"?: string | undefined;
|
|
489
|
+
"KOL-INPUT-RANGE"?: string | undefined;
|
|
490
|
+
"KOL-INPUT-TEXT"?: string | undefined;
|
|
491
|
+
"KOL-LINK"?: string | undefined;
|
|
492
|
+
"KOL-LINK-BUTTON"?: string | undefined;
|
|
493
|
+
"KOL-LINK-GROUP"?: string | undefined;
|
|
494
|
+
"KOL-MODAL"?: string | undefined;
|
|
495
|
+
"KOL-NAV"?: string | undefined;
|
|
496
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
497
|
+
"KOL-POPOVER"?: string | undefined;
|
|
498
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
499
|
+
"KOL-SELECT"?: string | undefined;
|
|
500
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
501
|
+
"KOL-SKIP-NAV"?: string | undefined;
|
|
502
|
+
"KOL-SPIN"?: string | undefined;
|
|
503
|
+
"KOL-TABLE"?: string | undefined;
|
|
504
|
+
"KOL-TABS"?: string | undefined;
|
|
505
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
506
|
+
"KOL-TOAST"?: string | undefined;
|
|
507
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
508
|
+
"KOL-TOOLTIP"?: string | undefined;
|
|
509
|
+
}) => string) => string;
|
|
510
|
+
|
|
511
|
+
declare const DEFAULT: (patch: (name: string, map: {
|
|
512
|
+
GLOBAL?: string | undefined;
|
|
513
|
+
PROPERTIES?: string | undefined;
|
|
514
|
+
"KOL-SYMBOL"?: string | undefined;
|
|
515
|
+
"KOL-ABBR"?: string | undefined;
|
|
516
|
+
"KOL-ACCORDION"?: string | undefined;
|
|
517
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
518
|
+
"KOL-ALERT"?: string | undefined;
|
|
519
|
+
"KOL-AVATAR"?: string | undefined;
|
|
520
|
+
"KOL-BADGE"?: string | undefined;
|
|
521
|
+
"KOL-BREADCRUMB"?: string | undefined;
|
|
522
|
+
"KOL-BUTTON"?: string | undefined;
|
|
523
|
+
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
524
|
+
"KOL-BUTTON-LINK"?: string | undefined;
|
|
525
|
+
"KOL-CARD"?: string | undefined;
|
|
526
|
+
"KOL-DETAILS"?: string | undefined;
|
|
443
527
|
"KOL-FORM"?: string | undefined;
|
|
444
528
|
"KOL-HEADING"?: string | undefined;
|
|
445
529
|
"KOL-ICON"?: string | undefined;
|
|
@@ -491,8 +575,6 @@ declare const ZOLLv2: (patch: (name: string, map: {
|
|
|
491
575
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
492
576
|
"KOL-CARD"?: string | undefined;
|
|
493
577
|
"KOL-DETAILS"?: string | undefined;
|
|
494
|
-
"KOL-DIALOG"?: string | undefined;
|
|
495
|
-
"KOL-DROPDOWN"?: string | undefined;
|
|
496
578
|
"KOL-FORM"?: string | undefined;
|
|
497
579
|
"KOL-HEADING"?: string | undefined;
|
|
498
580
|
"KOL-ICON"?: string | undefined;
|
|
@@ -588,4 +670,4 @@ declare const EN: (patch: (name: "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar"
|
|
|
588
670
|
"kol-kolibri-logo"?: string | undefined;
|
|
589
671
|
}) => "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") => "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";
|
|
590
672
|
|
|
591
|
-
export { BAMF, BMF, BZSt, DE, DESYv1, DESYv2, ECL_EC, ECL_EU, EN, ITZBund, MAPZ, ZOLLv2 };
|
|
673
|
+
export { BAMF, BMF, BZSt, DE, DEFAULT, DESYv1, DESYv2, ECL_EC, ECL_EU, EN, ITZBund, MAPZ, MFM, ZOLLv2 };
|