@public-ui/themes 1.5.0-rc.0 → 1.5.0-rc.10
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/assets/bpa-icons/bpa-icons.eot +0 -0
- package/assets/bpa-icons/bpa-icons.json +1115 -0
- package/assets/bpa-icons/bpa-icons.svg +432 -0
- package/assets/bpa-icons/bpa-icons.symbol.svg +1449 -0
- package/assets/bpa-icons/bpa-icons.ttf +0 -0
- package/assets/bpa-icons/bpa-icons.woff +0 -0
- package/assets/bpa-icons/bpa-icons.woff2 +0 -0
- package/assets/bpa-icons/style.css +159 -0
- package/assets/bpa-icons/style.less +157 -0
- package/assets/bpa-icons/style.module.less +160 -0
- package/assets/bpa-icons/style.scss +299 -0
- package/assets/bpa-icons/style.styl +157 -0
- package/assets/codicons/LICENSE +395 -0
- package/assets/codicons/LICENSE-CODE +21 -0
- package/assets/codicons/codicon.css +19 -1
- package/assets/codicons/codicon.csv +14 -1
- package/assets/codicons/codicon.html +112 -8
- package/assets/codicons/codicon.svg +1 -1
- package/assets/codicons/codicon.ttf +0 -0
- package/assets/tabler-icons/fonts/tabler-icons.eot +0 -0
- package/assets/tabler-icons/fonts/tabler-icons.ttf +0 -0
- package/assets/tabler-icons/fonts/tabler-icons.woff +0 -0
- package/assets/tabler-icons/fonts/tabler-icons.woff2 +0 -0
- package/assets/tabler-icons/tabler-icons.css +16057 -0
- package/assets/tabler-icons/tabler-icons.html +36226 -0
- package/assets/tabler-icons/tabler-icons.min.css +4 -0
- package/assets/tabler-icons/tabler-icons.png +0 -0
- package/assets/tabler-icons/tabler-icons.scss +8058 -0
- package/dist/index.cjs +18215 -276
- package/dist/index.d.ts +14 -14
- package/dist/index.mjs +18215 -276
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -15,8 +15,8 @@ declare const BAMF: (patch: (name: string, map: {
|
|
|
15
15
|
"KOL-TABLE"?: string | undefined;
|
|
16
16
|
"KOL-TEXTAREA"?: string | undefined;
|
|
17
17
|
"KOL-IMAGE"?: string | undefined;
|
|
18
|
-
"KOL-HEADING"?: string | undefined;
|
|
19
18
|
"KOL-ICON"?: string | undefined;
|
|
19
|
+
"KOL-HEADING"?: string | undefined;
|
|
20
20
|
"KOL-BADGE"?: string | undefined;
|
|
21
21
|
"KOL-TABS"?: string | undefined;
|
|
22
22
|
"KOL-ACCORDION"?: string | undefined;
|
|
@@ -68,8 +68,8 @@ declare const BMF: (patch: (name: string, map: {
|
|
|
68
68
|
"KOL-TABLE"?: string | undefined;
|
|
69
69
|
"KOL-TEXTAREA"?: string | undefined;
|
|
70
70
|
"KOL-IMAGE"?: string | undefined;
|
|
71
|
-
"KOL-HEADING"?: string | undefined;
|
|
72
71
|
"KOL-ICON"?: string | undefined;
|
|
72
|
+
"KOL-HEADING"?: string | undefined;
|
|
73
73
|
"KOL-BADGE"?: string | undefined;
|
|
74
74
|
"KOL-TABS"?: string | undefined;
|
|
75
75
|
"KOL-ACCORDION"?: string | undefined;
|
|
@@ -121,8 +121,8 @@ declare const BPA: (patch: (name: string, map: {
|
|
|
121
121
|
"KOL-TABLE"?: string | undefined;
|
|
122
122
|
"KOL-TEXTAREA"?: string | undefined;
|
|
123
123
|
"KOL-IMAGE"?: string | undefined;
|
|
124
|
-
"KOL-HEADING"?: string | undefined;
|
|
125
124
|
"KOL-ICON"?: string | undefined;
|
|
125
|
+
"KOL-HEADING"?: string | undefined;
|
|
126
126
|
"KOL-BADGE"?: string | undefined;
|
|
127
127
|
"KOL-TABS"?: string | undefined;
|
|
128
128
|
"KOL-ACCORDION"?: string | undefined;
|
|
@@ -174,8 +174,8 @@ declare const BZSt: (patch: (name: string, map: {
|
|
|
174
174
|
"KOL-TABLE"?: string | undefined;
|
|
175
175
|
"KOL-TEXTAREA"?: string | undefined;
|
|
176
176
|
"KOL-IMAGE"?: string | undefined;
|
|
177
|
-
"KOL-HEADING"?: string | undefined;
|
|
178
177
|
"KOL-ICON"?: string | undefined;
|
|
178
|
+
"KOL-HEADING"?: string | undefined;
|
|
179
179
|
"KOL-BADGE"?: string | undefined;
|
|
180
180
|
"KOL-TABS"?: string | undefined;
|
|
181
181
|
"KOL-ACCORDION"?: string | undefined;
|
|
@@ -227,8 +227,8 @@ declare const DEFAULT: (patch: (name: string, map: {
|
|
|
227
227
|
"KOL-TABLE"?: string | undefined;
|
|
228
228
|
"KOL-TEXTAREA"?: string | undefined;
|
|
229
229
|
"KOL-IMAGE"?: string | undefined;
|
|
230
|
-
"KOL-HEADING"?: string | undefined;
|
|
231
230
|
"KOL-ICON"?: string | undefined;
|
|
231
|
+
"KOL-HEADING"?: string | undefined;
|
|
232
232
|
"KOL-BADGE"?: string | undefined;
|
|
233
233
|
"KOL-TABS"?: string | undefined;
|
|
234
234
|
"KOL-ACCORDION"?: string | undefined;
|
|
@@ -280,8 +280,8 @@ declare const DESYv1: (patch: (name: string, map: {
|
|
|
280
280
|
"KOL-TABLE"?: string | undefined;
|
|
281
281
|
"KOL-TEXTAREA"?: string | undefined;
|
|
282
282
|
"KOL-IMAGE"?: string | undefined;
|
|
283
|
-
"KOL-HEADING"?: string | undefined;
|
|
284
283
|
"KOL-ICON"?: string | undefined;
|
|
284
|
+
"KOL-HEADING"?: string | undefined;
|
|
285
285
|
"KOL-BADGE"?: string | undefined;
|
|
286
286
|
"KOL-TABS"?: string | undefined;
|
|
287
287
|
"KOL-ACCORDION"?: string | undefined;
|
|
@@ -333,8 +333,8 @@ declare const DESYv2: (patch: (name: string, map: {
|
|
|
333
333
|
"KOL-TABLE"?: string | undefined;
|
|
334
334
|
"KOL-TEXTAREA"?: string | undefined;
|
|
335
335
|
"KOL-IMAGE"?: string | undefined;
|
|
336
|
-
"KOL-HEADING"?: string | undefined;
|
|
337
336
|
"KOL-ICON"?: string | undefined;
|
|
337
|
+
"KOL-HEADING"?: string | undefined;
|
|
338
338
|
"KOL-BADGE"?: string | undefined;
|
|
339
339
|
"KOL-TABS"?: string | undefined;
|
|
340
340
|
"KOL-ACCORDION"?: string | undefined;
|
|
@@ -386,8 +386,8 @@ declare const ECL_EC: (patch: (name: string, map: {
|
|
|
386
386
|
"KOL-TABLE"?: string | undefined;
|
|
387
387
|
"KOL-TEXTAREA"?: string | undefined;
|
|
388
388
|
"KOL-IMAGE"?: string | undefined;
|
|
389
|
-
"KOL-HEADING"?: string | undefined;
|
|
390
389
|
"KOL-ICON"?: string | undefined;
|
|
390
|
+
"KOL-HEADING"?: string | undefined;
|
|
391
391
|
"KOL-BADGE"?: string | undefined;
|
|
392
392
|
"KOL-TABS"?: string | undefined;
|
|
393
393
|
"KOL-ACCORDION"?: string | undefined;
|
|
@@ -439,8 +439,8 @@ declare const ECL_EU: (patch: (name: string, map: {
|
|
|
439
439
|
"KOL-TABLE"?: string | undefined;
|
|
440
440
|
"KOL-TEXTAREA"?: string | undefined;
|
|
441
441
|
"KOL-IMAGE"?: string | undefined;
|
|
442
|
-
"KOL-HEADING"?: string | undefined;
|
|
443
442
|
"KOL-ICON"?: string | undefined;
|
|
443
|
+
"KOL-HEADING"?: string | undefined;
|
|
444
444
|
"KOL-BADGE"?: string | undefined;
|
|
445
445
|
"KOL-TABS"?: string | undefined;
|
|
446
446
|
"KOL-ACCORDION"?: string | undefined;
|
|
@@ -492,8 +492,8 @@ declare const ITZBund: (patch: (name: string, map: {
|
|
|
492
492
|
"KOL-TABLE"?: string | undefined;
|
|
493
493
|
"KOL-TEXTAREA"?: string | undefined;
|
|
494
494
|
"KOL-IMAGE"?: string | undefined;
|
|
495
|
-
"KOL-HEADING"?: string | undefined;
|
|
496
495
|
"KOL-ICON"?: string | undefined;
|
|
496
|
+
"KOL-HEADING"?: string | undefined;
|
|
497
497
|
"KOL-BADGE"?: string | undefined;
|
|
498
498
|
"KOL-TABS"?: string | undefined;
|
|
499
499
|
"KOL-ACCORDION"?: string | undefined;
|
|
@@ -545,8 +545,8 @@ declare const MAPZ: (patch: (name: string, map: {
|
|
|
545
545
|
"KOL-TABLE"?: string | undefined;
|
|
546
546
|
"KOL-TEXTAREA"?: string | undefined;
|
|
547
547
|
"KOL-IMAGE"?: string | undefined;
|
|
548
|
-
"KOL-HEADING"?: string | undefined;
|
|
549
548
|
"KOL-ICON"?: string | undefined;
|
|
549
|
+
"KOL-HEADING"?: string | undefined;
|
|
550
550
|
"KOL-BADGE"?: string | undefined;
|
|
551
551
|
"KOL-TABS"?: string | undefined;
|
|
552
552
|
"KOL-ACCORDION"?: string | undefined;
|
|
@@ -598,8 +598,8 @@ declare const ZOLLv2: (patch: (name: string, map: {
|
|
|
598
598
|
"KOL-TABLE"?: string | undefined;
|
|
599
599
|
"KOL-TEXTAREA"?: string | undefined;
|
|
600
600
|
"KOL-IMAGE"?: string | undefined;
|
|
601
|
-
"KOL-HEADING"?: string | undefined;
|
|
602
601
|
"KOL-ICON"?: string | undefined;
|
|
602
|
+
"KOL-HEADING"?: string | undefined;
|
|
603
603
|
"KOL-BADGE"?: string | undefined;
|
|
604
604
|
"KOL-TABS"?: string | undefined;
|
|
605
605
|
"KOL-ACCORDION"?: string | undefined;
|
|
@@ -639,10 +639,10 @@ declare const DE: (patch: (name: "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar"
|
|
|
639
639
|
"kol-success"?: string | undefined;
|
|
640
640
|
"kol-warning"?: string | undefined;
|
|
641
641
|
"kol-error"?: string | undefined;
|
|
642
|
-
"kol-close"?: string | undefined;
|
|
643
642
|
"kol-of"?: string | undefined;
|
|
644
643
|
"kol-characters"?: string | undefined;
|
|
645
644
|
"kol-message"?: string | undefined;
|
|
645
|
+
"kol-close"?: string | undefined;
|
|
646
646
|
"kol-form-description"?: string | undefined;
|
|
647
647
|
"kol-new"?: string | undefined;
|
|
648
648
|
"kol-no-entries"?: string | undefined;
|
|
@@ -669,10 +669,10 @@ declare const EN: (patch: (name: "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar"
|
|
|
669
669
|
"kol-success"?: string | undefined;
|
|
670
670
|
"kol-warning"?: string | undefined;
|
|
671
671
|
"kol-error"?: string | undefined;
|
|
672
|
-
"kol-close"?: string | undefined;
|
|
673
672
|
"kol-of"?: string | undefined;
|
|
674
673
|
"kol-characters"?: string | undefined;
|
|
675
674
|
"kol-message"?: string | undefined;
|
|
675
|
+
"kol-close"?: string | undefined;
|
|
676
676
|
"kol-form-description"?: string | undefined;
|
|
677
677
|
"kol-new"?: string | undefined;
|
|
678
678
|
"kol-no-entries"?: string | undefined;
|