@public-ui/themes 2.0.4 → 2.0.5
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 +10483 -6688
- package/dist/index.d.ts +20 -0
- package/dist/index.mjs +10483 -6688
- package/package.json +7 -7
package/dist/index.d.ts
CHANGED
|
@@ -29,9 +29,11 @@ declare const BMF: (patch: (name: string, map: {
|
|
|
29
29
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
30
30
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
31
31
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
32
|
+
"KOL-KOLIBRI"?: string | undefined;
|
|
32
33
|
"KOL-LINK"?: string | undefined;
|
|
33
34
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
34
35
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
36
|
+
"KOL-LOGO"?: string | undefined;
|
|
35
37
|
"KOL-MODAL"?: string | undefined;
|
|
36
38
|
"KOL-NAV"?: string | undefined;
|
|
37
39
|
"KOL-PAGINATION"?: string | undefined;
|
|
@@ -47,6 +49,8 @@ declare const BMF: (patch: (name: string, map: {
|
|
|
47
49
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
48
50
|
"KOL-TOOLBAR"?: string | undefined;
|
|
49
51
|
"KOL-TOOLTIP"?: string | undefined;
|
|
52
|
+
"KOL-TREE"?: string | undefined;
|
|
53
|
+
"KOL-TREE-ITEM"?: string | undefined;
|
|
50
54
|
}, options?: {
|
|
51
55
|
append?: boolean | undefined;
|
|
52
56
|
} | undefined) => string) => string;
|
|
@@ -82,9 +86,11 @@ declare const DEFAULT: (patch: (name: string, map: {
|
|
|
82
86
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
83
87
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
84
88
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
89
|
+
"KOL-KOLIBRI"?: string | undefined;
|
|
85
90
|
"KOL-LINK"?: string | undefined;
|
|
86
91
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
87
92
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
93
|
+
"KOL-LOGO"?: string | undefined;
|
|
88
94
|
"KOL-MODAL"?: string | undefined;
|
|
89
95
|
"KOL-NAV"?: string | undefined;
|
|
90
96
|
"KOL-PAGINATION"?: string | undefined;
|
|
@@ -100,6 +106,8 @@ declare const DEFAULT: (patch: (name: string, map: {
|
|
|
100
106
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
101
107
|
"KOL-TOOLBAR"?: string | undefined;
|
|
102
108
|
"KOL-TOOLTIP"?: string | undefined;
|
|
109
|
+
"KOL-TREE"?: string | undefined;
|
|
110
|
+
"KOL-TREE-ITEM"?: string | undefined;
|
|
103
111
|
}, options?: {
|
|
104
112
|
append?: boolean | undefined;
|
|
105
113
|
} | undefined) => string) => string;
|
|
@@ -135,9 +143,11 @@ declare const ECL_EC: (patch: (name: string, map: {
|
|
|
135
143
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
136
144
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
137
145
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
146
|
+
"KOL-KOLIBRI"?: string | undefined;
|
|
138
147
|
"KOL-LINK"?: string | undefined;
|
|
139
148
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
140
149
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
150
|
+
"KOL-LOGO"?: string | undefined;
|
|
141
151
|
"KOL-MODAL"?: string | undefined;
|
|
142
152
|
"KOL-NAV"?: string | undefined;
|
|
143
153
|
"KOL-PAGINATION"?: string | undefined;
|
|
@@ -153,6 +163,8 @@ declare const ECL_EC: (patch: (name: string, map: {
|
|
|
153
163
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
154
164
|
"KOL-TOOLBAR"?: string | undefined;
|
|
155
165
|
"KOL-TOOLTIP"?: string | undefined;
|
|
166
|
+
"KOL-TREE"?: string | undefined;
|
|
167
|
+
"KOL-TREE-ITEM"?: string | undefined;
|
|
156
168
|
}, options?: {
|
|
157
169
|
append?: boolean | undefined;
|
|
158
170
|
} | undefined) => string) => string;
|
|
@@ -188,9 +200,11 @@ declare const ECL_EU: (patch: (name: string, map: {
|
|
|
188
200
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
189
201
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
190
202
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
203
|
+
"KOL-KOLIBRI"?: string | undefined;
|
|
191
204
|
"KOL-LINK"?: string | undefined;
|
|
192
205
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
193
206
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
207
|
+
"KOL-LOGO"?: string | undefined;
|
|
194
208
|
"KOL-MODAL"?: string | undefined;
|
|
195
209
|
"KOL-NAV"?: string | undefined;
|
|
196
210
|
"KOL-PAGINATION"?: string | undefined;
|
|
@@ -206,6 +220,8 @@ declare const ECL_EU: (patch: (name: string, map: {
|
|
|
206
220
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
207
221
|
"KOL-TOOLBAR"?: string | undefined;
|
|
208
222
|
"KOL-TOOLTIP"?: string | undefined;
|
|
223
|
+
"KOL-TREE"?: string | undefined;
|
|
224
|
+
"KOL-TREE-ITEM"?: string | undefined;
|
|
209
225
|
}, options?: {
|
|
210
226
|
append?: boolean | undefined;
|
|
211
227
|
} | undefined) => string) => string;
|
|
@@ -241,9 +257,11 @@ declare const ITZBund: (patch: (name: string, map: {
|
|
|
241
257
|
"KOL-INPUT-RADIO"?: string | undefined;
|
|
242
258
|
"KOL-INPUT-RANGE"?: string | undefined;
|
|
243
259
|
"KOL-INPUT-TEXT"?: string | undefined;
|
|
260
|
+
"KOL-KOLIBRI"?: string | undefined;
|
|
244
261
|
"KOL-LINK"?: string | undefined;
|
|
245
262
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
246
263
|
"KOL-LINK-GROUP"?: string | undefined;
|
|
264
|
+
"KOL-LOGO"?: string | undefined;
|
|
247
265
|
"KOL-MODAL"?: string | undefined;
|
|
248
266
|
"KOL-NAV"?: string | undefined;
|
|
249
267
|
"KOL-PAGINATION"?: string | undefined;
|
|
@@ -259,6 +277,8 @@ declare const ITZBund: (patch: (name: string, map: {
|
|
|
259
277
|
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
260
278
|
"KOL-TOOLBAR"?: string | undefined;
|
|
261
279
|
"KOL-TOOLTIP"?: string | undefined;
|
|
280
|
+
"KOL-TREE"?: string | undefined;
|
|
281
|
+
"KOL-TREE-ITEM"?: string | undefined;
|
|
262
282
|
}, options?: {
|
|
263
283
|
append?: boolean | undefined;
|
|
264
284
|
} | undefined) => string) => string;
|