@public-ui/themes 1.7.0-rc.13 → 1.7.0-rc.15
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 +299 -242
- package/dist/index.d.ts +36 -12
- package/dist/index.mjs +299 -242
- package/package.json +79 -78
package/dist/index.d.ts
CHANGED
|
@@ -22,8 +22,8 @@ declare const BAMF: (patch: (name: string, map: {
|
|
|
22
22
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
23
23
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
24
24
|
"KOL-INPUT-DATE"?: string | undefined;
|
|
25
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
26
25
|
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
26
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
27
27
|
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
28
28
|
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
29
29
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
@@ -41,10 +41,12 @@ declare const BAMF: (patch: (name: string, map: {
|
|
|
41
41
|
"KOL-SEPARATOR"?: string | undefined;
|
|
42
42
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
43
43
|
"KOL-SPIN"?: string | undefined;
|
|
44
|
+
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
44
45
|
"KOL-TABLE"?: string | undefined;
|
|
45
46
|
"KOL-TABS"?: string | undefined;
|
|
46
47
|
"KOL-TEXTAREA"?: string | undefined;
|
|
47
48
|
"KOL-TOAST"?: string | undefined;
|
|
49
|
+
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
48
50
|
"KOL-TOOLBAR"?: string | undefined;
|
|
49
51
|
"KOL-TOOLTIP"?: string | undefined;
|
|
50
52
|
}) => string) => string;
|
|
@@ -73,8 +75,8 @@ declare const DESYv1: (patch: (name: string, map: {
|
|
|
73
75
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
74
76
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
75
77
|
"KOL-INPUT-DATE"?: string | undefined;
|
|
76
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
77
78
|
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
79
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
78
80
|
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
79
81
|
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
80
82
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
@@ -92,10 +94,12 @@ declare const DESYv1: (patch: (name: string, map: {
|
|
|
92
94
|
"KOL-SEPARATOR"?: string | undefined;
|
|
93
95
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
94
96
|
"KOL-SPIN"?: string | undefined;
|
|
97
|
+
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
95
98
|
"KOL-TABLE"?: string | undefined;
|
|
96
99
|
"KOL-TABS"?: string | undefined;
|
|
97
100
|
"KOL-TEXTAREA"?: string | undefined;
|
|
98
101
|
"KOL-TOAST"?: string | undefined;
|
|
102
|
+
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
99
103
|
"KOL-TOOLBAR"?: string | undefined;
|
|
100
104
|
"KOL-TOOLTIP"?: string | undefined;
|
|
101
105
|
}) => string) => string;
|
|
@@ -124,8 +128,8 @@ declare const DESYv2: (patch: (name: string, map: {
|
|
|
124
128
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
125
129
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
126
130
|
"KOL-INPUT-DATE"?: string | undefined;
|
|
127
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
128
131
|
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
132
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
129
133
|
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
130
134
|
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
131
135
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
@@ -143,10 +147,12 @@ declare const DESYv2: (patch: (name: string, map: {
|
|
|
143
147
|
"KOL-SEPARATOR"?: string | undefined;
|
|
144
148
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
145
149
|
"KOL-SPIN"?: string | undefined;
|
|
150
|
+
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
146
151
|
"KOL-TABLE"?: string | undefined;
|
|
147
152
|
"KOL-TABS"?: string | undefined;
|
|
148
153
|
"KOL-TEXTAREA"?: string | undefined;
|
|
149
154
|
"KOL-TOAST"?: string | undefined;
|
|
155
|
+
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
150
156
|
"KOL-TOOLBAR"?: string | undefined;
|
|
151
157
|
"KOL-TOOLTIP"?: string | undefined;
|
|
152
158
|
}) => string) => string;
|
|
@@ -175,8 +181,8 @@ declare const BZSt: (patch: (name: string, map: {
|
|
|
175
181
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
176
182
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
177
183
|
"KOL-INPUT-DATE"?: string | undefined;
|
|
178
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
179
184
|
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
185
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
180
186
|
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
181
187
|
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
182
188
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
@@ -194,10 +200,12 @@ declare const BZSt: (patch: (name: string, map: {
|
|
|
194
200
|
"KOL-SEPARATOR"?: string | undefined;
|
|
195
201
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
196
202
|
"KOL-SPIN"?: string | undefined;
|
|
203
|
+
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
197
204
|
"KOL-TABLE"?: string | undefined;
|
|
198
205
|
"KOL-TABS"?: string | undefined;
|
|
199
206
|
"KOL-TEXTAREA"?: string | undefined;
|
|
200
207
|
"KOL-TOAST"?: string | undefined;
|
|
208
|
+
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
201
209
|
"KOL-TOOLBAR"?: string | undefined;
|
|
202
210
|
"KOL-TOOLTIP"?: string | undefined;
|
|
203
211
|
}) => string) => string;
|
|
@@ -226,8 +234,8 @@ declare const BMF: (patch: (name: string, map: {
|
|
|
226
234
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
227
235
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
228
236
|
"KOL-INPUT-DATE"?: string | undefined;
|
|
229
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
230
237
|
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
238
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
231
239
|
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
232
240
|
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
233
241
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
@@ -245,10 +253,12 @@ declare const BMF: (patch: (name: string, map: {
|
|
|
245
253
|
"KOL-SEPARATOR"?: string | undefined;
|
|
246
254
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
247
255
|
"KOL-SPIN"?: string | undefined;
|
|
256
|
+
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
248
257
|
"KOL-TABLE"?: string | undefined;
|
|
249
258
|
"KOL-TABS"?: string | undefined;
|
|
250
259
|
"KOL-TEXTAREA"?: string | undefined;
|
|
251
260
|
"KOL-TOAST"?: string | undefined;
|
|
261
|
+
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
252
262
|
"KOL-TOOLBAR"?: string | undefined;
|
|
253
263
|
"KOL-TOOLTIP"?: string | undefined;
|
|
254
264
|
}) => string) => string;
|
|
@@ -277,8 +287,8 @@ declare const DEFAULT: (patch: (name: string, map: {
|
|
|
277
287
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
278
288
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
279
289
|
"KOL-INPUT-DATE"?: string | undefined;
|
|
280
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
281
290
|
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
291
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
282
292
|
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
283
293
|
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
284
294
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
@@ -296,10 +306,12 @@ declare const DEFAULT: (patch: (name: string, map: {
|
|
|
296
306
|
"KOL-SEPARATOR"?: string | undefined;
|
|
297
307
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
298
308
|
"KOL-SPIN"?: string | undefined;
|
|
309
|
+
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
299
310
|
"KOL-TABLE"?: string | undefined;
|
|
300
311
|
"KOL-TABS"?: string | undefined;
|
|
301
312
|
"KOL-TEXTAREA"?: string | undefined;
|
|
302
313
|
"KOL-TOAST"?: string | undefined;
|
|
314
|
+
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
303
315
|
"KOL-TOOLBAR"?: string | undefined;
|
|
304
316
|
"KOL-TOOLTIP"?: string | undefined;
|
|
305
317
|
}) => string) => string;
|
|
@@ -328,8 +340,8 @@ declare const ECL_EC: (patch: (name: string, map: {
|
|
|
328
340
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
329
341
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
330
342
|
"KOL-INPUT-DATE"?: string | undefined;
|
|
331
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
332
343
|
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
344
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
333
345
|
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
334
346
|
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
335
347
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
@@ -347,10 +359,12 @@ declare const ECL_EC: (patch: (name: string, map: {
|
|
|
347
359
|
"KOL-SEPARATOR"?: string | undefined;
|
|
348
360
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
349
361
|
"KOL-SPIN"?: string | undefined;
|
|
362
|
+
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
350
363
|
"KOL-TABLE"?: string | undefined;
|
|
351
364
|
"KOL-TABS"?: string | undefined;
|
|
352
365
|
"KOL-TEXTAREA"?: string | undefined;
|
|
353
366
|
"KOL-TOAST"?: string | undefined;
|
|
367
|
+
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
354
368
|
"KOL-TOOLBAR"?: string | undefined;
|
|
355
369
|
"KOL-TOOLTIP"?: string | undefined;
|
|
356
370
|
}) => string) => string;
|
|
@@ -379,8 +393,8 @@ declare const ECL_EU: (patch: (name: string, map: {
|
|
|
379
393
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
380
394
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
381
395
|
"KOL-INPUT-DATE"?: string | undefined;
|
|
382
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
383
396
|
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
397
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
384
398
|
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
385
399
|
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
386
400
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
@@ -398,10 +412,12 @@ declare const ECL_EU: (patch: (name: string, map: {
|
|
|
398
412
|
"KOL-SEPARATOR"?: string | undefined;
|
|
399
413
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
400
414
|
"KOL-SPIN"?: string | undefined;
|
|
415
|
+
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
401
416
|
"KOL-TABLE"?: string | undefined;
|
|
402
417
|
"KOL-TABS"?: string | undefined;
|
|
403
418
|
"KOL-TEXTAREA"?: string | undefined;
|
|
404
419
|
"KOL-TOAST"?: string | undefined;
|
|
420
|
+
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
405
421
|
"KOL-TOOLBAR"?: string | undefined;
|
|
406
422
|
"KOL-TOOLTIP"?: string | undefined;
|
|
407
423
|
}) => string) => string;
|
|
@@ -430,8 +446,8 @@ declare const ITZBund: (patch: (name: string, map: {
|
|
|
430
446
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
431
447
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
432
448
|
"KOL-INPUT-DATE"?: string | undefined;
|
|
433
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
434
449
|
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
450
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
435
451
|
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
436
452
|
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
437
453
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
@@ -449,10 +465,12 @@ declare const ITZBund: (patch: (name: string, map: {
|
|
|
449
465
|
"KOL-SEPARATOR"?: string | undefined;
|
|
450
466
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
451
467
|
"KOL-SPIN"?: string | undefined;
|
|
468
|
+
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
452
469
|
"KOL-TABLE"?: string | undefined;
|
|
453
470
|
"KOL-TABS"?: string | undefined;
|
|
454
471
|
"KOL-TEXTAREA"?: string | undefined;
|
|
455
472
|
"KOL-TOAST"?: string | undefined;
|
|
473
|
+
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
456
474
|
"KOL-TOOLBAR"?: string | undefined;
|
|
457
475
|
"KOL-TOOLTIP"?: string | undefined;
|
|
458
476
|
}) => string) => string;
|
|
@@ -481,8 +499,8 @@ declare const MFM: (patch: (name: string, map: {
|
|
|
481
499
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
482
500
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
483
501
|
"KOL-INPUT-DATE"?: string | undefined;
|
|
484
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
485
502
|
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
503
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
486
504
|
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
487
505
|
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
488
506
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
@@ -500,10 +518,12 @@ declare const MFM: (patch: (name: string, map: {
|
|
|
500
518
|
"KOL-SEPARATOR"?: string | undefined;
|
|
501
519
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
502
520
|
"KOL-SPIN"?: string | undefined;
|
|
521
|
+
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
503
522
|
"KOL-TABLE"?: string | undefined;
|
|
504
523
|
"KOL-TABS"?: string | undefined;
|
|
505
524
|
"KOL-TEXTAREA"?: string | undefined;
|
|
506
525
|
"KOL-TOAST"?: string | undefined;
|
|
526
|
+
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
507
527
|
"KOL-TOOLBAR"?: string | undefined;
|
|
508
528
|
"KOL-TOOLTIP"?: string | undefined;
|
|
509
529
|
}) => string) => string;
|
|
@@ -532,8 +552,8 @@ declare const MAPZ: (patch: (name: string, map: {
|
|
|
532
552
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
533
553
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
534
554
|
"KOL-INPUT-DATE"?: string | undefined;
|
|
535
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
536
555
|
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
556
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
537
557
|
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
538
558
|
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
539
559
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
@@ -551,10 +571,12 @@ declare const MAPZ: (patch: (name: string, map: {
|
|
|
551
571
|
"KOL-SEPARATOR"?: string | undefined;
|
|
552
572
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
553
573
|
"KOL-SPIN"?: string | undefined;
|
|
574
|
+
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
554
575
|
"KOL-TABLE"?: string | undefined;
|
|
555
576
|
"KOL-TABS"?: string | undefined;
|
|
556
577
|
"KOL-TEXTAREA"?: string | undefined;
|
|
557
578
|
"KOL-TOAST"?: string | undefined;
|
|
579
|
+
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
558
580
|
"KOL-TOOLBAR"?: string | undefined;
|
|
559
581
|
"KOL-TOOLTIP"?: string | undefined;
|
|
560
582
|
}) => string) => string;
|
|
@@ -583,8 +605,8 @@ declare const ZOLLv2: (patch: (name: string, map: {
|
|
|
583
605
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
584
606
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
585
607
|
"KOL-INPUT-DATE"?: string | undefined;
|
|
586
|
-
"KOL-INPUT-FILE"?: string | undefined;
|
|
587
608
|
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
609
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
588
610
|
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
589
611
|
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
590
612
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
@@ -602,10 +624,12 @@ declare const ZOLLv2: (patch: (name: string, map: {
|
|
|
602
624
|
"KOL-SEPARATOR"?: string | undefined;
|
|
603
625
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
604
626
|
"KOL-SPIN"?: string | undefined;
|
|
627
|
+
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
605
628
|
"KOL-TABLE"?: string | undefined;
|
|
606
629
|
"KOL-TABS"?: string | undefined;
|
|
607
630
|
"KOL-TEXTAREA"?: string | undefined;
|
|
608
631
|
"KOL-TOAST"?: string | undefined;
|
|
632
|
+
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
609
633
|
"KOL-TOOLBAR"?: string | undefined;
|
|
610
634
|
"KOL-TOOLTIP"?: string | undefined;
|
|
611
635
|
}) => string) => string;
|