@public-ui/themes 1.4.0-rc.1 → 1.4.0-rc.11
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/favicon.ico +0 -0
- package/assets/roboto/LICENSE.txt +202 -0
- package/assets/roboto/Roboto-Black.ttf +0 -0
- package/assets/roboto/Roboto-BlackItalic.ttf +0 -0
- package/assets/roboto/Roboto-Bold.ttf +0 -0
- package/assets/roboto/Roboto-BoldItalic.ttf +0 -0
- package/assets/roboto/Roboto-Italic.ttf +0 -0
- package/assets/roboto/Roboto-Light.ttf +0 -0
- package/assets/roboto/Roboto-LightItalic.ttf +0 -0
- package/assets/roboto/Roboto-Medium.ttf +0 -0
- package/assets/roboto/Roboto-MediumItalic.ttf +0 -0
- package/assets/roboto/Roboto-Regular.ttf +0 -0
- package/assets/roboto/Roboto-Thin.ttf +0 -0
- package/assets/roboto/Roboto-ThinItalic.ttf +0 -0
- package/assets/roboto/roboto.css +27 -0
- package/dist/index.cjs +10 -15
- package/dist/index.d.ts +32 -0
- package/dist/index.mjs +10 -15
- package/package.json +8 -9
- package/reports/KoliBri-BF-BITV_BMF.xlsx +0 -0
- package/reports/KoliBri-BF-BITV_MAPZ.xlsx +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,9 @@ declare const HaVdB: (patch: (name: string, map: {
|
|
|
4
4
|
"KOL-SYMBOL"?: string | undefined;
|
|
5
5
|
"KOL-ABBR"?: string | undefined;
|
|
6
6
|
"KOL-ACCORDION"?: string | undefined;
|
|
7
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
7
8
|
"KOL-ALERT"?: string | undefined;
|
|
9
|
+
"KOL-AVATAR"?: string | undefined;
|
|
8
10
|
"KOL-BADGE"?: string | undefined;
|
|
9
11
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
10
12
|
"KOL-BUTTON"?: string | undefined;
|
|
@@ -12,9 +14,12 @@ declare const HaVdB: (patch: (name: string, map: {
|
|
|
12
14
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
13
15
|
"KOL-CARD"?: string | undefined;
|
|
14
16
|
"KOL-DETAILS"?: string | undefined;
|
|
17
|
+
"KOL-DIALOG"?: string | undefined;
|
|
18
|
+
"KOL-DROPDOWN"?: string | undefined;
|
|
15
19
|
"KOL-FORM"?: string | undefined;
|
|
16
20
|
"KOL-HEADING"?: string | undefined;
|
|
17
21
|
"KOL-ICON"?: string | undefined;
|
|
22
|
+
"KOL-IMAGE"?: string | undefined;
|
|
18
23
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
19
24
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
20
25
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -32,14 +37,17 @@ declare const HaVdB: (patch: (name: string, map: {
|
|
|
32
37
|
"KOL-MODAL"?: string | undefined;
|
|
33
38
|
"KOL-NAV"?: string | undefined;
|
|
34
39
|
"KOL-PAGINATION"?: string | undefined;
|
|
40
|
+
"KOL-POPOVER"?: string | undefined;
|
|
35
41
|
"KOL-PROGRESS"?: string | undefined;
|
|
36
42
|
"KOL-SELECT"?: string | undefined;
|
|
43
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
37
44
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
38
45
|
"KOL-SPIN"?: string | undefined;
|
|
39
46
|
"KOL-TABLE"?: string | undefined;
|
|
40
47
|
"KOL-TABS"?: string | undefined;
|
|
41
48
|
"KOL-TEXTAREA"?: string | undefined;
|
|
42
49
|
"KOL-TOAST"?: string | undefined;
|
|
50
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
43
51
|
"KOL-TOOLTIP"?: string | undefined;
|
|
44
52
|
}) => string) => string;
|
|
45
53
|
|
|
@@ -49,7 +57,9 @@ declare const BPA: (patch: (name: string, map: {
|
|
|
49
57
|
"KOL-SYMBOL"?: string | undefined;
|
|
50
58
|
"KOL-ABBR"?: string | undefined;
|
|
51
59
|
"KOL-ACCORDION"?: string | undefined;
|
|
60
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
52
61
|
"KOL-ALERT"?: string | undefined;
|
|
62
|
+
"KOL-AVATAR"?: string | undefined;
|
|
53
63
|
"KOL-BADGE"?: string | undefined;
|
|
54
64
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
55
65
|
"KOL-BUTTON"?: string | undefined;
|
|
@@ -57,9 +67,12 @@ declare const BPA: (patch: (name: string, map: {
|
|
|
57
67
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
58
68
|
"KOL-CARD"?: string | undefined;
|
|
59
69
|
"KOL-DETAILS"?: string | undefined;
|
|
70
|
+
"KOL-DIALOG"?: string | undefined;
|
|
71
|
+
"KOL-DROPDOWN"?: string | undefined;
|
|
60
72
|
"KOL-FORM"?: string | undefined;
|
|
61
73
|
"KOL-HEADING"?: string | undefined;
|
|
62
74
|
"KOL-ICON"?: string | undefined;
|
|
75
|
+
"KOL-IMAGE"?: string | undefined;
|
|
63
76
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
64
77
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
65
78
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -77,14 +90,17 @@ declare const BPA: (patch: (name: string, map: {
|
|
|
77
90
|
"KOL-MODAL"?: string | undefined;
|
|
78
91
|
"KOL-NAV"?: string | undefined;
|
|
79
92
|
"KOL-PAGINATION"?: string | undefined;
|
|
93
|
+
"KOL-POPOVER"?: string | undefined;
|
|
80
94
|
"KOL-PROGRESS"?: string | undefined;
|
|
81
95
|
"KOL-SELECT"?: string | undefined;
|
|
96
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
82
97
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
83
98
|
"KOL-SPIN"?: string | undefined;
|
|
84
99
|
"KOL-TABLE"?: string | undefined;
|
|
85
100
|
"KOL-TABS"?: string | undefined;
|
|
86
101
|
"KOL-TEXTAREA"?: string | undefined;
|
|
87
102
|
"KOL-TOAST"?: string | undefined;
|
|
103
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
88
104
|
"KOL-TOOLTIP"?: string | undefined;
|
|
89
105
|
}) => string) => string;
|
|
90
106
|
|
|
@@ -94,7 +110,9 @@ declare const DEFAULT: (patch: (name: string, map: {
|
|
|
94
110
|
"KOL-SYMBOL"?: string | undefined;
|
|
95
111
|
"KOL-ABBR"?: string | undefined;
|
|
96
112
|
"KOL-ACCORDION"?: string | undefined;
|
|
113
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
97
114
|
"KOL-ALERT"?: string | undefined;
|
|
115
|
+
"KOL-AVATAR"?: string | undefined;
|
|
98
116
|
"KOL-BADGE"?: string | undefined;
|
|
99
117
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
100
118
|
"KOL-BUTTON"?: string | undefined;
|
|
@@ -102,9 +120,12 @@ declare const DEFAULT: (patch: (name: string, map: {
|
|
|
102
120
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
103
121
|
"KOL-CARD"?: string | undefined;
|
|
104
122
|
"KOL-DETAILS"?: string | undefined;
|
|
123
|
+
"KOL-DIALOG"?: string | undefined;
|
|
124
|
+
"KOL-DROPDOWN"?: string | undefined;
|
|
105
125
|
"KOL-FORM"?: string | undefined;
|
|
106
126
|
"KOL-HEADING"?: string | undefined;
|
|
107
127
|
"KOL-ICON"?: string | undefined;
|
|
128
|
+
"KOL-IMAGE"?: string | undefined;
|
|
108
129
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
109
130
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
110
131
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -122,14 +143,17 @@ declare const DEFAULT: (patch: (name: string, map: {
|
|
|
122
143
|
"KOL-MODAL"?: string | undefined;
|
|
123
144
|
"KOL-NAV"?: string | undefined;
|
|
124
145
|
"KOL-PAGINATION"?: string | undefined;
|
|
146
|
+
"KOL-POPOVER"?: string | undefined;
|
|
125
147
|
"KOL-PROGRESS"?: string | undefined;
|
|
126
148
|
"KOL-SELECT"?: string | undefined;
|
|
149
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
127
150
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
128
151
|
"KOL-SPIN"?: string | undefined;
|
|
129
152
|
"KOL-TABLE"?: string | undefined;
|
|
130
153
|
"KOL-TABS"?: string | undefined;
|
|
131
154
|
"KOL-TEXTAREA"?: string | undefined;
|
|
132
155
|
"KOL-TOAST"?: string | undefined;
|
|
156
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
133
157
|
"KOL-TOOLTIP"?: string | undefined;
|
|
134
158
|
}) => string) => string;
|
|
135
159
|
|
|
@@ -139,7 +163,9 @@ declare const ITZBund: (patch: (name: string, map: {
|
|
|
139
163
|
"KOL-SYMBOL"?: string | undefined;
|
|
140
164
|
"KOL-ABBR"?: string | undefined;
|
|
141
165
|
"KOL-ACCORDION"?: string | undefined;
|
|
166
|
+
"KOL-ACCORDION-GROUP"?: string | undefined;
|
|
142
167
|
"KOL-ALERT"?: string | undefined;
|
|
168
|
+
"KOL-AVATAR"?: string | undefined;
|
|
143
169
|
"KOL-BADGE"?: string | undefined;
|
|
144
170
|
"KOL-BREADCRUMB"?: string | undefined;
|
|
145
171
|
"KOL-BUTTON"?: string | undefined;
|
|
@@ -147,9 +173,12 @@ declare const ITZBund: (patch: (name: string, map: {
|
|
|
147
173
|
"KOL-BUTTON-LINK"?: string | undefined;
|
|
148
174
|
"KOL-CARD"?: string | undefined;
|
|
149
175
|
"KOL-DETAILS"?: string | undefined;
|
|
176
|
+
"KOL-DIALOG"?: string | undefined;
|
|
177
|
+
"KOL-DROPDOWN"?: string | undefined;
|
|
150
178
|
"KOL-FORM"?: string | undefined;
|
|
151
179
|
"KOL-HEADING"?: string | undefined;
|
|
152
180
|
"KOL-ICON"?: string | undefined;
|
|
181
|
+
"KOL-IMAGE"?: string | undefined;
|
|
153
182
|
"KOL-INDENTED-TEXT"?: string | undefined;
|
|
154
183
|
"KOL-INPUT-CHECKBOX"?: string | undefined;
|
|
155
184
|
"KOL-INPUT-COLOR"?: string | undefined;
|
|
@@ -167,14 +196,17 @@ declare const ITZBund: (patch: (name: string, map: {
|
|
|
167
196
|
"KOL-MODAL"?: string | undefined;
|
|
168
197
|
"KOL-NAV"?: string | undefined;
|
|
169
198
|
"KOL-PAGINATION"?: string | undefined;
|
|
199
|
+
"KOL-POPOVER"?: string | undefined;
|
|
170
200
|
"KOL-PROGRESS"?: string | undefined;
|
|
171
201
|
"KOL-SELECT"?: string | undefined;
|
|
202
|
+
"KOL-SEPARATOR"?: string | undefined;
|
|
172
203
|
"KOL-SKIP-NAV"?: string | undefined;
|
|
173
204
|
"KOL-SPIN"?: string | undefined;
|
|
174
205
|
"KOL-TABLE"?: string | undefined;
|
|
175
206
|
"KOL-TABS"?: string | undefined;
|
|
176
207
|
"KOL-TEXTAREA"?: string | undefined;
|
|
177
208
|
"KOL-TOAST"?: string | undefined;
|
|
209
|
+
"KOL-TOOLBAR"?: string | undefined;
|
|
178
210
|
"KOL-TOOLTIP"?: string | undefined;
|
|
179
211
|
}) => string) => string;
|
|
180
212
|
|