@public-ui/themes 2.2.6-rc.0 → 2.2.6-rc.2
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/bwst/src/index.d.ts +61 -0
- package/dist/index.cjs +142 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +142 -1
- package/dist/index.mjs.map +1 -1
- package/dist/src/index.d.ts +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
export declare const BWSt: (patch: (name: string, map: {
|
|
2
|
+
GLOBAL?: string | undefined;
|
|
3
|
+
PROPERTIES?: string | undefined;
|
|
4
|
+
"KOL-SYMBOL"?: string | undefined;
|
|
5
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
6
|
+
"KOL-ABBR"?: string | undefined;
|
|
7
|
+
"KOL-BUTTON"?: string | undefined;
|
|
8
|
+
"KOL-DETAILS"?: string | undefined;
|
|
9
|
+
"KOL-FORM"?: string | undefined;
|
|
10
|
+
"KOL-LINK"?: string | undefined;
|
|
11
|
+
"KOL-NAV"?: string | undefined;
|
|
12
|
+
"KOL-PROGRESS"?: string | undefined;
|
|
13
|
+
"KOL-SELECT"?: string | undefined;
|
|
14
|
+
"KOL-TABLE"?: string | undefined;
|
|
15
|
+
"KOL-TEXTAREA"?: string | undefined;
|
|
16
|
+
"KOL-IMAGE"?: string | undefined;
|
|
17
|
+
"KOL-ICON"?: string | undefined;
|
|
18
|
+
"KOL-ALERT"?: string | undefined;
|
|
19
|
+
"KOL-CARD"?: string | undefined;
|
|
20
|
+
"KOL-ACCORDION"?: string | undefined;
|
|
21
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
22
|
+
"KOL-AVATAR"?: string | undefined;
|
|
23
|
+
"KOL-BADGE"?: string | undefined;
|
|
24
|
+
"KOL-BREADCRUMB"?: string | undefined;
|
|
25
|
+
"KOL-BUTTON-GROUP"?: string | undefined;
|
|
26
|
+
"KOL-BUTTON-LINK"?: string | undefined;
|
|
27
|
+
"KOL-COMBOBOX"?: string | undefined;
|
|
28
|
+
"KOL-DRAWER"?: string | undefined;
|
|
29
|
+
"KOL-HEADING"?: string | undefined;
|
|
30
|
+
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
31
|
+
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
32
|
+
"KOL-INPUT-COLOR"?: string | undefined;
|
|
33
|
+
"KOL-INPUT-DATE"?: string | undefined;
|
|
34
|
+
"KOL-INPUT-EMAIL"?: string | undefined;
|
|
35
|
+
"KOL-INPUT-FILE"?: string | undefined;
|
|
36
|
+
"KOL-INPUT-NUMBER"?: string | undefined;
|
|
37
|
+
"KOL-INPUT-PASSWORD"?: string | undefined;
|
|
38
|
+
"KOL-INPUT-RADIO"?: string | undefined;
|
|
39
|
+
"KOL-INPUT-RANGE"?: string | undefined;
|
|
40
|
+
"KOL-INPUT-TEXT"?: string | undefined;
|
|
41
|
+
"KOL-KOLIBRI"?: string | undefined;
|
|
42
|
+
"KOL-LINK-BUTTON"?: string | undefined;
|
|
43
|
+
"KOL-LINK-GROUP"?: string | undefined;
|
|
44
|
+
"KOL-LOGO"?: string | undefined;
|
|
45
|
+
"KOL-MODAL"?: string | undefined;
|
|
46
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
47
|
+
"KOL-SKIP-NAV"?: string | undefined;
|
|
48
|
+
"KOL-SPIN"?: string | undefined;
|
|
49
|
+
"KOL-SINGLE-SELECT"?: string | undefined;
|
|
50
|
+
"KOL-SPLIT-BUTTON"?: string | undefined;
|
|
51
|
+
"KOL-TABLE-STATELESS"?: string | undefined;
|
|
52
|
+
"KOL-TABLE-STATEFUL"?: string | undefined;
|
|
53
|
+
"KOL-TABS"?: string | undefined;
|
|
54
|
+
"KOL-TOAST-CONTAINER"?: string | undefined;
|
|
55
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
56
|
+
"KOL-TOOLTIP"?: string | undefined;
|
|
57
|
+
"KOL-TREE"?: string | undefined;
|
|
58
|
+
"KOL-TREE-ITEM"?: string | undefined;
|
|
59
|
+
}, options?: {
|
|
60
|
+
append?: boolean;
|
|
61
|
+
}) => string) => string;
|