@public-ui/themes 1.4.0-rc.0 → 1.4.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/dist/index.d.ts CHANGED
@@ -1,10 +1,65 @@
1
+ declare const HaVdB: (patch: (name: string, map: {
2
+ GLOBAL?: string | undefined;
3
+ PROPERTIES?: string | undefined;
4
+ "KOL-SYMBOL"?: string | undefined;
5
+ "KOL-ABBR"?: string | undefined;
6
+ "KOL-ACCORDION"?: string | undefined;
7
+ "KOL-ACCORDION-GROUP"?: string | undefined;
8
+ "KOL-ALERT"?: string | undefined;
9
+ "KOL-AVATAR"?: string | undefined;
10
+ "KOL-BADGE"?: string | undefined;
11
+ "KOL-BREADCRUMB"?: string | undefined;
12
+ "KOL-BUTTON"?: string | undefined;
13
+ "KOL-BUTTON-GROUP"?: string | undefined;
14
+ "KOL-BUTTON-LINK"?: string | undefined;
15
+ "KOL-CARD"?: string | undefined;
16
+ "KOL-DETAILS"?: string | undefined;
17
+ "KOL-DIALOG"?: string | undefined;
18
+ "KOL-DROPDOWN"?: string | undefined;
19
+ "KOL-FORM"?: string | undefined;
20
+ "KOL-HEADING"?: string | undefined;
21
+ "KOL-ICON"?: string | undefined;
22
+ "KOL-IMAGE"?: string | undefined;
23
+ "KOL-INDENTED-TEXT"?: string | undefined;
24
+ "KOL-INPUT-CHECKBOX"?: string | undefined;
25
+ "KOL-INPUT-COLOR"?: string | undefined;
26
+ "KOL-INPUT-DATE"?: string | undefined;
27
+ "KOL-INPUT-FILE"?: string | undefined;
28
+ "KOL-INPUT-EMAIL"?: string | undefined;
29
+ "KOL-INPUT-NUMBER"?: string | undefined;
30
+ "KOL-INPUT-PASSWORD"?: string | undefined;
31
+ "KOL-INPUT-RADIO"?: string | undefined;
32
+ "KOL-INPUT-RANGE"?: string | undefined;
33
+ "KOL-INPUT-TEXT"?: string | undefined;
34
+ "KOL-LINK"?: string | undefined;
35
+ "KOL-LINK-BUTTON"?: string | undefined;
36
+ "KOL-LINK-GROUP"?: string | undefined;
37
+ "KOL-MODAL"?: string | undefined;
38
+ "KOL-NAV"?: string | undefined;
39
+ "KOL-PAGINATION"?: string | undefined;
40
+ "KOL-POPOVER"?: string | undefined;
41
+ "KOL-PROGRESS"?: string | undefined;
42
+ "KOL-SELECT"?: string | undefined;
43
+ "KOL-SEPARATOR"?: string | undefined;
44
+ "KOL-SKIP-NAV"?: string | undefined;
45
+ "KOL-SPIN"?: string | undefined;
46
+ "KOL-TABLE"?: string | undefined;
47
+ "KOL-TABS"?: string | undefined;
48
+ "KOL-TEXTAREA"?: string | undefined;
49
+ "KOL-TOAST"?: string | undefined;
50
+ "KOL-TOOLBAR"?: string | undefined;
51
+ "KOL-TOOLTIP"?: string | undefined;
52
+ }) => string) => string;
53
+
1
54
  declare const BPA: (patch: (name: string, map: {
2
55
  GLOBAL?: string | undefined;
3
56
  PROPERTIES?: string | undefined;
4
57
  "KOL-SYMBOL"?: string | undefined;
5
58
  "KOL-ABBR"?: string | undefined;
6
59
  "KOL-ACCORDION"?: string | undefined;
60
+ "KOL-ACCORDION-GROUP"?: string | undefined;
7
61
  "KOL-ALERT"?: string | undefined;
62
+ "KOL-AVATAR"?: string | undefined;
8
63
  "KOL-BADGE"?: string | undefined;
9
64
  "KOL-BREADCRUMB"?: string | undefined;
10
65
  "KOL-BUTTON"?: string | undefined;
@@ -12,9 +67,12 @@ declare const BPA: (patch: (name: string, map: {
12
67
  "KOL-BUTTON-LINK"?: string | undefined;
13
68
  "KOL-CARD"?: string | undefined;
14
69
  "KOL-DETAILS"?: string | undefined;
70
+ "KOL-DIALOG"?: string | undefined;
71
+ "KOL-DROPDOWN"?: string | undefined;
15
72
  "KOL-FORM"?: string | undefined;
16
73
  "KOL-HEADING"?: string | undefined;
17
74
  "KOL-ICON"?: string | undefined;
75
+ "KOL-IMAGE"?: string | undefined;
18
76
  "KOL-INDENTED-TEXT"?: string | undefined;
19
77
  "KOL-INPUT-CHECKBOX"?: string | undefined;
20
78
  "KOL-INPUT-COLOR"?: string | undefined;
@@ -32,14 +90,17 @@ declare const BPA: (patch: (name: string, map: {
32
90
  "KOL-MODAL"?: string | undefined;
33
91
  "KOL-NAV"?: string | undefined;
34
92
  "KOL-PAGINATION"?: string | undefined;
93
+ "KOL-POPOVER"?: string | undefined;
35
94
  "KOL-PROGRESS"?: string | undefined;
36
95
  "KOL-SELECT"?: string | undefined;
96
+ "KOL-SEPARATOR"?: string | undefined;
37
97
  "KOL-SKIP-NAV"?: string | undefined;
38
98
  "KOL-SPIN"?: string | undefined;
39
99
  "KOL-TABLE"?: string | undefined;
40
100
  "KOL-TABS"?: string | undefined;
41
101
  "KOL-TEXTAREA"?: string | undefined;
42
102
  "KOL-TOAST"?: string | undefined;
103
+ "KOL-TOOLBAR"?: string | undefined;
43
104
  "KOL-TOOLTIP"?: string | undefined;
44
105
  }) => string) => string;
45
106
 
@@ -49,7 +110,9 @@ declare const DEFAULT: (patch: (name: string, map: {
49
110
  "KOL-SYMBOL"?: string | undefined;
50
111
  "KOL-ABBR"?: string | undefined;
51
112
  "KOL-ACCORDION"?: string | undefined;
113
+ "KOL-ACCORDION-GROUP"?: string | undefined;
52
114
  "KOL-ALERT"?: string | undefined;
115
+ "KOL-AVATAR"?: string | undefined;
53
116
  "KOL-BADGE"?: string | undefined;
54
117
  "KOL-BREADCRUMB"?: string | undefined;
55
118
  "KOL-BUTTON"?: string | undefined;
@@ -57,9 +120,12 @@ declare const DEFAULT: (patch: (name: string, map: {
57
120
  "KOL-BUTTON-LINK"?: string | undefined;
58
121
  "KOL-CARD"?: string | undefined;
59
122
  "KOL-DETAILS"?: string | undefined;
123
+ "KOL-DIALOG"?: string | undefined;
124
+ "KOL-DROPDOWN"?: string | undefined;
60
125
  "KOL-FORM"?: string | undefined;
61
126
  "KOL-HEADING"?: string | undefined;
62
127
  "KOL-ICON"?: string | undefined;
128
+ "KOL-IMAGE"?: string | undefined;
63
129
  "KOL-INDENTED-TEXT"?: string | undefined;
64
130
  "KOL-INPUT-CHECKBOX"?: string | undefined;
65
131
  "KOL-INPUT-COLOR"?: string | undefined;
@@ -77,14 +143,17 @@ declare const DEFAULT: (patch: (name: string, map: {
77
143
  "KOL-MODAL"?: string | undefined;
78
144
  "KOL-NAV"?: string | undefined;
79
145
  "KOL-PAGINATION"?: string | undefined;
146
+ "KOL-POPOVER"?: string | undefined;
80
147
  "KOL-PROGRESS"?: string | undefined;
81
148
  "KOL-SELECT"?: string | undefined;
149
+ "KOL-SEPARATOR"?: string | undefined;
82
150
  "KOL-SKIP-NAV"?: string | undefined;
83
151
  "KOL-SPIN"?: string | undefined;
84
152
  "KOL-TABLE"?: string | undefined;
85
153
  "KOL-TABS"?: string | undefined;
86
154
  "KOL-TEXTAREA"?: string | undefined;
87
155
  "KOL-TOAST"?: string | undefined;
156
+ "KOL-TOOLBAR"?: string | undefined;
88
157
  "KOL-TOOLTIP"?: string | undefined;
89
158
  }) => string) => string;
90
159
 
@@ -94,7 +163,9 @@ declare const ITZBund: (patch: (name: string, map: {
94
163
  "KOL-SYMBOL"?: string | undefined;
95
164
  "KOL-ABBR"?: string | undefined;
96
165
  "KOL-ACCORDION"?: string | undefined;
166
+ "KOL-ACCORDION-GROUP"?: string | undefined;
97
167
  "KOL-ALERT"?: string | undefined;
168
+ "KOL-AVATAR"?: string | undefined;
98
169
  "KOL-BADGE"?: string | undefined;
99
170
  "KOL-BREADCRUMB"?: string | undefined;
100
171
  "KOL-BUTTON"?: string | undefined;
@@ -102,9 +173,12 @@ declare const ITZBund: (patch: (name: string, map: {
102
173
  "KOL-BUTTON-LINK"?: string | undefined;
103
174
  "KOL-CARD"?: string | undefined;
104
175
  "KOL-DETAILS"?: string | undefined;
176
+ "KOL-DIALOG"?: string | undefined;
177
+ "KOL-DROPDOWN"?: string | undefined;
105
178
  "KOL-FORM"?: string | undefined;
106
179
  "KOL-HEADING"?: string | undefined;
107
180
  "KOL-ICON"?: string | undefined;
181
+ "KOL-IMAGE"?: string | undefined;
108
182
  "KOL-INDENTED-TEXT"?: string | undefined;
109
183
  "KOL-INPUT-CHECKBOX"?: string | undefined;
110
184
  "KOL-INPUT-COLOR"?: string | undefined;
@@ -122,14 +196,17 @@ declare const ITZBund: (patch: (name: string, map: {
122
196
  "KOL-MODAL"?: string | undefined;
123
197
  "KOL-NAV"?: string | undefined;
124
198
  "KOL-PAGINATION"?: string | undefined;
199
+ "KOL-POPOVER"?: string | undefined;
125
200
  "KOL-PROGRESS"?: string | undefined;
126
201
  "KOL-SELECT"?: string | undefined;
202
+ "KOL-SEPARATOR"?: string | undefined;
127
203
  "KOL-SKIP-NAV"?: string | undefined;
128
204
  "KOL-SPIN"?: string | undefined;
129
205
  "KOL-TABLE"?: string | undefined;
130
206
  "KOL-TABS"?: string | undefined;
131
207
  "KOL-TEXTAREA"?: string | undefined;
132
208
  "KOL-TOAST"?: string | undefined;
209
+ "KOL-TOOLBAR"?: string | undefined;
133
210
  "KOL-TOOLTIP"?: string | undefined;
134
211
  }) => string) => string;
135
212
 
@@ -185,4 +262,4 @@ declare const EN: (patch: (name: "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar"
185
262
  "kol-toast-button-close-label"?: string | undefined;
186
263
  }) => "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";
187
264
 
188
- export { BPA, DE, DEFAULT, EN, ITZBund };
265
+ export { BPA, DE, DEFAULT, EN, HaVdB, ITZBund };