@public-ui/themes 1.3.2 → 1.3.3-rc.1

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,93 +1,3 @@
1
- declare const BAMF: (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-ALERT"?: string | undefined;
8
- "KOL-BADGE"?: string | undefined;
9
- "KOL-BREADCRUMB"?: string | undefined;
10
- "KOL-BUTTON"?: string | undefined;
11
- "KOL-BUTTON-GROUP"?: string | undefined;
12
- "KOL-BUTTON-LINK"?: string | undefined;
13
- "KOL-CARD"?: string | undefined;
14
- "KOL-DETAILS"?: string | undefined;
15
- "KOL-FORM"?: string | undefined;
16
- "KOL-HEADING"?: string | undefined;
17
- "KOL-ICON"?: string | undefined;
18
- "KOL-INDENTED-TEXT"?: string | undefined;
19
- "KOL-INPUT-CHECKBOX"?: string | undefined;
20
- "KOL-INPUT-COLOR"?: string | undefined;
21
- "KOL-INPUT-DATE"?: string | undefined;
22
- "KOL-INPUT-FILE"?: string | undefined;
23
- "KOL-INPUT-EMAIL"?: string | undefined;
24
- "KOL-INPUT-NUMBER"?: string | undefined;
25
- "KOL-INPUT-PASSWORD"?: string | undefined;
26
- "KOL-INPUT-RADIO"?: string | undefined;
27
- "KOL-INPUT-RANGE"?: string | undefined;
28
- "KOL-INPUT-TEXT"?: string | undefined;
29
- "KOL-LINK"?: string | undefined;
30
- "KOL-LINK-BUTTON"?: string | undefined;
31
- "KOL-LINK-GROUP"?: string | undefined;
32
- "KOL-MODAL"?: string | undefined;
33
- "KOL-NAV"?: string | undefined;
34
- "KOL-PAGINATION"?: string | undefined;
35
- "KOL-PROGRESS"?: string | undefined;
36
- "KOL-SELECT"?: string | undefined;
37
- "KOL-SKIP-NAV"?: string | undefined;
38
- "KOL-SPIN"?: string | undefined;
39
- "KOL-TABLE"?: string | undefined;
40
- "KOL-TABS"?: string | undefined;
41
- "KOL-TEXTAREA"?: string | undefined;
42
- "KOL-TOAST"?: string | undefined;
43
- "KOL-TOOLTIP"?: string | undefined;
44
- }) => string) => string;
45
-
46
- declare const BMF: (patch: (name: string, map: {
47
- GLOBAL?: string | undefined;
48
- PROPERTIES?: string | undefined;
49
- "KOL-SYMBOL"?: string | undefined;
50
- "KOL-ABBR"?: string | undefined;
51
- "KOL-ACCORDION"?: string | undefined;
52
- "KOL-ALERT"?: string | undefined;
53
- "KOL-BADGE"?: string | undefined;
54
- "KOL-BREADCRUMB"?: string | undefined;
55
- "KOL-BUTTON"?: string | undefined;
56
- "KOL-BUTTON-GROUP"?: string | undefined;
57
- "KOL-BUTTON-LINK"?: string | undefined;
58
- "KOL-CARD"?: string | undefined;
59
- "KOL-DETAILS"?: string | undefined;
60
- "KOL-FORM"?: string | undefined;
61
- "KOL-HEADING"?: string | undefined;
62
- "KOL-ICON"?: string | undefined;
63
- "KOL-INDENTED-TEXT"?: string | undefined;
64
- "KOL-INPUT-CHECKBOX"?: string | undefined;
65
- "KOL-INPUT-COLOR"?: string | undefined;
66
- "KOL-INPUT-DATE"?: string | undefined;
67
- "KOL-INPUT-FILE"?: string | undefined;
68
- "KOL-INPUT-EMAIL"?: string | undefined;
69
- "KOL-INPUT-NUMBER"?: string | undefined;
70
- "KOL-INPUT-PASSWORD"?: string | undefined;
71
- "KOL-INPUT-RADIO"?: string | undefined;
72
- "KOL-INPUT-RANGE"?: string | undefined;
73
- "KOL-INPUT-TEXT"?: string | undefined;
74
- "KOL-LINK"?: string | undefined;
75
- "KOL-LINK-BUTTON"?: string | undefined;
76
- "KOL-LINK-GROUP"?: string | undefined;
77
- "KOL-MODAL"?: string | undefined;
78
- "KOL-NAV"?: string | undefined;
79
- "KOL-PAGINATION"?: string | undefined;
80
- "KOL-PROGRESS"?: string | undefined;
81
- "KOL-SELECT"?: string | undefined;
82
- "KOL-SKIP-NAV"?: string | undefined;
83
- "KOL-SPIN"?: string | undefined;
84
- "KOL-TABLE"?: string | undefined;
85
- "KOL-TABS"?: string | undefined;
86
- "KOL-TEXTAREA"?: string | undefined;
87
- "KOL-TOAST"?: string | undefined;
88
- "KOL-TOOLTIP"?: string | undefined;
89
- }) => string) => string;
90
-
91
1
  declare const BPA: (patch: (name: string, map: {
92
2
  GLOBAL?: string | undefined;
93
3
  PROPERTIES?: string | undefined;
@@ -133,97 +43,7 @@ declare const BPA: (patch: (name: string, map: {
133
43
  "KOL-TOOLTIP"?: string | undefined;
134
44
  }) => string) => string;
135
45
 
136
- declare const BZST: (patch: (name: string, map: {
137
- GLOBAL?: string | undefined;
138
- PROPERTIES?: string | undefined;
139
- "KOL-SYMBOL"?: string | undefined;
140
- "KOL-ABBR"?: string | undefined;
141
- "KOL-ACCORDION"?: string | undefined;
142
- "KOL-ALERT"?: string | undefined;
143
- "KOL-BADGE"?: string | undefined;
144
- "KOL-BREADCRUMB"?: string | undefined;
145
- "KOL-BUTTON"?: string | undefined;
146
- "KOL-BUTTON-GROUP"?: string | undefined;
147
- "KOL-BUTTON-LINK"?: string | undefined;
148
- "KOL-CARD"?: string | undefined;
149
- "KOL-DETAILS"?: string | undefined;
150
- "KOL-FORM"?: string | undefined;
151
- "KOL-HEADING"?: string | undefined;
152
- "KOL-ICON"?: string | undefined;
153
- "KOL-INDENTED-TEXT"?: string | undefined;
154
- "KOL-INPUT-CHECKBOX"?: string | undefined;
155
- "KOL-INPUT-COLOR"?: string | undefined;
156
- "KOL-INPUT-DATE"?: string | undefined;
157
- "KOL-INPUT-FILE"?: string | undefined;
158
- "KOL-INPUT-EMAIL"?: string | undefined;
159
- "KOL-INPUT-NUMBER"?: string | undefined;
160
- "KOL-INPUT-PASSWORD"?: string | undefined;
161
- "KOL-INPUT-RADIO"?: string | undefined;
162
- "KOL-INPUT-RANGE"?: string | undefined;
163
- "KOL-INPUT-TEXT"?: string | undefined;
164
- "KOL-LINK"?: string | undefined;
165
- "KOL-LINK-BUTTON"?: string | undefined;
166
- "KOL-LINK-GROUP"?: string | undefined;
167
- "KOL-MODAL"?: string | undefined;
168
- "KOL-NAV"?: string | undefined;
169
- "KOL-PAGINATION"?: string | undefined;
170
- "KOL-PROGRESS"?: string | undefined;
171
- "KOL-SELECT"?: string | undefined;
172
- "KOL-SKIP-NAV"?: string | undefined;
173
- "KOL-SPIN"?: string | undefined;
174
- "KOL-TABLE"?: string | undefined;
175
- "KOL-TABS"?: string | undefined;
176
- "KOL-TEXTAREA"?: string | undefined;
177
- "KOL-TOAST"?: string | undefined;
178
- "KOL-TOOLTIP"?: string | undefined;
179
- }) => string) => string;
180
-
181
- declare const DESY: (patch: (name: string, map: {
182
- GLOBAL?: string | undefined;
183
- PROPERTIES?: string | undefined;
184
- "KOL-SYMBOL"?: string | undefined;
185
- "KOL-ABBR"?: string | undefined;
186
- "KOL-ACCORDION"?: string | undefined;
187
- "KOL-ALERT"?: string | undefined;
188
- "KOL-BADGE"?: string | undefined;
189
- "KOL-BREADCRUMB"?: string | undefined;
190
- "KOL-BUTTON"?: string | undefined;
191
- "KOL-BUTTON-GROUP"?: string | undefined;
192
- "KOL-BUTTON-LINK"?: string | undefined;
193
- "KOL-CARD"?: string | undefined;
194
- "KOL-DETAILS"?: string | undefined;
195
- "KOL-FORM"?: string | undefined;
196
- "KOL-HEADING"?: string | undefined;
197
- "KOL-ICON"?: string | undefined;
198
- "KOL-INDENTED-TEXT"?: string | undefined;
199
- "KOL-INPUT-CHECKBOX"?: string | undefined;
200
- "KOL-INPUT-COLOR"?: string | undefined;
201
- "KOL-INPUT-DATE"?: string | undefined;
202
- "KOL-INPUT-FILE"?: string | undefined;
203
- "KOL-INPUT-EMAIL"?: string | undefined;
204
- "KOL-INPUT-NUMBER"?: string | undefined;
205
- "KOL-INPUT-PASSWORD"?: string | undefined;
206
- "KOL-INPUT-RADIO"?: string | undefined;
207
- "KOL-INPUT-RANGE"?: string | undefined;
208
- "KOL-INPUT-TEXT"?: string | undefined;
209
- "KOL-LINK"?: string | undefined;
210
- "KOL-LINK-BUTTON"?: string | undefined;
211
- "KOL-LINK-GROUP"?: string | undefined;
212
- "KOL-MODAL"?: string | undefined;
213
- "KOL-NAV"?: string | undefined;
214
- "KOL-PAGINATION"?: string | undefined;
215
- "KOL-PROGRESS"?: string | undefined;
216
- "KOL-SELECT"?: string | undefined;
217
- "KOL-SKIP-NAV"?: string | undefined;
218
- "KOL-SPIN"?: string | undefined;
219
- "KOL-TABLE"?: string | undefined;
220
- "KOL-TABS"?: string | undefined;
221
- "KOL-TEXTAREA"?: string | undefined;
222
- "KOL-TOAST"?: string | undefined;
223
- "KOL-TOOLTIP"?: string | undefined;
224
- }) => string) => string;
225
-
226
- declare const ITVSH: (patch: (name: string, map: {
46
+ declare const DEFAULT: (patch: (name: string, map: {
227
47
  GLOBAL?: string | undefined;
228
48
  PROPERTIES?: string | undefined;
229
49
  "KOL-SYMBOL"?: string | undefined;
@@ -313,141 +133,6 @@ declare const ITZBund: (patch: (name: string, map: {
313
133
  "KOL-TOOLTIP"?: string | undefined;
314
134
  }) => string) => string;
315
135
 
316
- declare const MAPZ: (patch: (name: string, map: {
317
- GLOBAL?: string | undefined;
318
- PROPERTIES?: string | undefined;
319
- "KOL-SYMBOL"?: string | undefined;
320
- "KOL-ABBR"?: string | undefined;
321
- "KOL-ACCORDION"?: string | undefined;
322
- "KOL-ALERT"?: string | undefined;
323
- "KOL-BADGE"?: string | undefined;
324
- "KOL-BREADCRUMB"?: string | undefined;
325
- "KOL-BUTTON"?: string | undefined;
326
- "KOL-BUTTON-GROUP"?: string | undefined;
327
- "KOL-BUTTON-LINK"?: string | undefined;
328
- "KOL-CARD"?: string | undefined;
329
- "KOL-DETAILS"?: string | undefined;
330
- "KOL-FORM"?: string | undefined;
331
- "KOL-HEADING"?: string | undefined;
332
- "KOL-ICON"?: string | undefined;
333
- "KOL-INDENTED-TEXT"?: string | undefined;
334
- "KOL-INPUT-CHECKBOX"?: string | undefined;
335
- "KOL-INPUT-COLOR"?: string | undefined;
336
- "KOL-INPUT-DATE"?: string | undefined;
337
- "KOL-INPUT-FILE"?: string | undefined;
338
- "KOL-INPUT-EMAIL"?: string | undefined;
339
- "KOL-INPUT-NUMBER"?: string | undefined;
340
- "KOL-INPUT-PASSWORD"?: string | undefined;
341
- "KOL-INPUT-RADIO"?: string | undefined;
342
- "KOL-INPUT-RANGE"?: string | undefined;
343
- "KOL-INPUT-TEXT"?: string | undefined;
344
- "KOL-LINK"?: string | undefined;
345
- "KOL-LINK-BUTTON"?: string | undefined;
346
- "KOL-LINK-GROUP"?: string | undefined;
347
- "KOL-MODAL"?: string | undefined;
348
- "KOL-NAV"?: string | undefined;
349
- "KOL-PAGINATION"?: string | undefined;
350
- "KOL-PROGRESS"?: string | undefined;
351
- "KOL-SELECT"?: string | undefined;
352
- "KOL-SKIP-NAV"?: string | undefined;
353
- "KOL-SPIN"?: string | undefined;
354
- "KOL-TABLE"?: string | undefined;
355
- "KOL-TABS"?: string | undefined;
356
- "KOL-TEXTAREA"?: string | undefined;
357
- "KOL-TOAST"?: string | undefined;
358
- "KOL-TOOLTIP"?: string | undefined;
359
- }) => string) => string;
360
-
361
- declare const NXT: (patch: (name: string, map: {
362
- GLOBAL?: string | undefined;
363
- PROPERTIES?: string | undefined;
364
- "KOL-SYMBOL"?: string | undefined;
365
- "KOL-ABBR"?: string | undefined;
366
- "KOL-ACCORDION"?: string | undefined;
367
- "KOL-ALERT"?: string | undefined;
368
- "KOL-BADGE"?: string | undefined;
369
- "KOL-BREADCRUMB"?: string | undefined;
370
- "KOL-BUTTON"?: string | undefined;
371
- "KOL-BUTTON-GROUP"?: string | undefined;
372
- "KOL-BUTTON-LINK"?: string | undefined;
373
- "KOL-CARD"?: string | undefined;
374
- "KOL-DETAILS"?: string | undefined;
375
- "KOL-FORM"?: string | undefined;
376
- "KOL-HEADING"?: string | undefined;
377
- "KOL-ICON"?: 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-PROGRESS"?: string | undefined;
396
- "KOL-SELECT"?: string | undefined;
397
- "KOL-SKIP-NAV"?: string | undefined;
398
- "KOL-SPIN"?: string | undefined;
399
- "KOL-TABLE"?: string | undefined;
400
- "KOL-TABS"?: string | undefined;
401
- "KOL-TEXTAREA"?: string | undefined;
402
- "KOL-TOAST"?: string | undefined;
403
- "KOL-TOOLTIP"?: string | undefined;
404
- }) => string) => string;
405
-
406
- declare const ZOLL: (patch: (name: string, map: {
407
- GLOBAL?: string | undefined;
408
- PROPERTIES?: string | undefined;
409
- "KOL-SYMBOL"?: string | undefined;
410
- "KOL-ABBR"?: string | undefined;
411
- "KOL-ACCORDION"?: string | undefined;
412
- "KOL-ALERT"?: string | undefined;
413
- "KOL-BADGE"?: string | undefined;
414
- "KOL-BREADCRUMB"?: string | undefined;
415
- "KOL-BUTTON"?: string | undefined;
416
- "KOL-BUTTON-GROUP"?: string | undefined;
417
- "KOL-BUTTON-LINK"?: string | undefined;
418
- "KOL-CARD"?: string | undefined;
419
- "KOL-DETAILS"?: string | undefined;
420
- "KOL-FORM"?: string | undefined;
421
- "KOL-HEADING"?: string | undefined;
422
- "KOL-ICON"?: string | undefined;
423
- "KOL-INDENTED-TEXT"?: string | undefined;
424
- "KOL-INPUT-CHECKBOX"?: string | undefined;
425
- "KOL-INPUT-COLOR"?: string | undefined;
426
- "KOL-INPUT-DATE"?: string | undefined;
427
- "KOL-INPUT-FILE"?: string | undefined;
428
- "KOL-INPUT-EMAIL"?: string | undefined;
429
- "KOL-INPUT-NUMBER"?: string | undefined;
430
- "KOL-INPUT-PASSWORD"?: string | undefined;
431
- "KOL-INPUT-RADIO"?: string | undefined;
432
- "KOL-INPUT-RANGE"?: string | undefined;
433
- "KOL-INPUT-TEXT"?: string | undefined;
434
- "KOL-LINK"?: string | undefined;
435
- "KOL-LINK-BUTTON"?: string | undefined;
436
- "KOL-LINK-GROUP"?: string | undefined;
437
- "KOL-MODAL"?: string | undefined;
438
- "KOL-NAV"?: string | undefined;
439
- "KOL-PAGINATION"?: string | undefined;
440
- "KOL-PROGRESS"?: string | undefined;
441
- "KOL-SELECT"?: string | undefined;
442
- "KOL-SKIP-NAV"?: string | undefined;
443
- "KOL-SPIN"?: string | undefined;
444
- "KOL-TABLE"?: string | undefined;
445
- "KOL-TABS"?: string | undefined;
446
- "KOL-TEXTAREA"?: string | undefined;
447
- "KOL-TOAST"?: string | undefined;
448
- "KOL-TOOLTIP"?: string | undefined;
449
- }) => string) => string;
450
-
451
136
  declare const DE: (patch: (name: "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", map: {
452
137
  "kol-alert-error-label"?: string | undefined;
453
138
  "kol-alert-info-label"?: string | undefined;
@@ -500,4 +185,4 @@ declare const EN: (patch: (name: "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar"
500
185
  "kol-toast-button-close-label"?: string | undefined;
501
186
  }) => "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";
502
187
 
503
- export { BAMF, BMF, BPA, BZST, DE, DESY, EN, ITVSH, ITZBund, MAPZ, NXT, ZOLL };
188
+ export { BPA, DE, DEFAULT, EN, ITZBund };