@sk-web-gui/core 1.0.3 → 1.1.0
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/cjs/base.js +6 -1
- package/dist/cjs/base.js.map +1 -1
- package/dist/cjs/colors.js +5 -1
- package/dist/cjs/colors.js.map +1 -1
- package/dist/cjs/components/accordion.js +97 -20
- package/dist/cjs/components/accordion.js.map +1 -1
- package/dist/cjs/components/alert.js +5 -1
- package/dist/cjs/components/alert.js.map +1 -1
- package/dist/cjs/components/avatar.js +5 -1
- package/dist/cjs/components/avatar.js.map +1 -1
- package/dist/cjs/components/badge.js +5 -1
- package/dist/cjs/components/badge.js.map +1 -1
- package/dist/cjs/components/breadcrumb.js +5 -1
- package/dist/cjs/components/breadcrumb.js.map +1 -1
- package/dist/cjs/components/button-group.js +5 -1
- package/dist/cjs/components/button-group.js.map +1 -1
- package/dist/cjs/components/button.js +5 -1
- package/dist/cjs/components/button.js.map +1 -1
- package/dist/cjs/components/card.js +5 -1
- package/dist/cjs/components/card.js.map +1 -1
- package/dist/cjs/components/checkbox.js +5 -1
- package/dist/cjs/components/checkbox.js.map +1 -1
- package/dist/cjs/components/chip.js +41 -0
- package/dist/cjs/components/chip.js.map +1 -0
- package/dist/cjs/components/code.js +5 -1
- package/dist/cjs/components/code.js.map +1 -1
- package/dist/cjs/components/combobox.js +10 -1
- package/dist/cjs/components/combobox.js.map +1 -1
- package/dist/cjs/components/cookie-consent.js +5 -1
- package/dist/cjs/components/cookie-consent.js.map +1 -1
- package/dist/cjs/components/dialog.js +5 -1
- package/dist/cjs/components/dialog.js.map +1 -1
- package/dist/cjs/components/divider.js +5 -1
- package/dist/cjs/components/divider.js.map +1 -1
- package/dist/cjs/components/dot.js +5 -1
- package/dist/cjs/components/dot.js.map +1 -1
- package/dist/cjs/components/filter.js +5 -1
- package/dist/cjs/components/filter.js.map +1 -1
- package/dist/cjs/components/footer.js +5 -1
- package/dist/cjs/components/footer.js.map +1 -1
- package/dist/cjs/components/forms.js +5 -1
- package/dist/cjs/components/forms.js.map +1 -1
- package/dist/cjs/components/header.js +5 -1
- package/dist/cjs/components/header.js.map +1 -1
- package/dist/cjs/components/icon.js +5 -1
- package/dist/cjs/components/icon.js.map +1 -1
- package/dist/cjs/components/input.js +17 -10
- package/dist/cjs/components/input.js.map +1 -1
- package/dist/cjs/components/kbd.js +5 -1
- package/dist/cjs/components/kbd.js.map +1 -1
- package/dist/cjs/components/label.js +5 -1
- package/dist/cjs/components/label.js.map +1 -1
- package/dist/cjs/components/link.js +5 -1
- package/dist/cjs/components/link.js.map +1 -1
- package/dist/cjs/components/list.js +5 -1
- package/dist/cjs/components/list.js.map +1 -1
- package/dist/cjs/components/logo.js +5 -1
- package/dist/cjs/components/logo.js.map +1 -1
- package/dist/cjs/components/menu-vertical.js +7 -6
- package/dist/cjs/components/menu-vertical.js.map +1 -1
- package/dist/cjs/components/menubar.js +7 -3
- package/dist/cjs/components/menubar.js.map +1 -1
- package/dist/cjs/components/modal.js +5 -1
- package/dist/cjs/components/modal.js.map +1 -1
- package/dist/cjs/components/pagination.js +5 -1
- package/dist/cjs/components/pagination.js.map +1 -1
- package/dist/cjs/components/popup-menu.js +5 -1
- package/dist/cjs/components/popup-menu.js.map +1 -1
- package/dist/cjs/components/progress-bar.js +5 -1
- package/dist/cjs/components/progress-bar.js.map +1 -1
- package/dist/cjs/components/progress-stepper.js +5 -1
- package/dist/cjs/components/progress-stepper.js.map +1 -1
- package/dist/cjs/components/radio.js +5 -1
- package/dist/cjs/components/radio.js.map +1 -1
- package/dist/cjs/components/search-field.js +5 -1
- package/dist/cjs/components/search-field.js.map +1 -1
- package/dist/cjs/components/select.js +5 -1
- package/dist/cjs/components/select.js.map +1 -1
- package/dist/cjs/components/snackbar.js +5 -1
- package/dist/cjs/components/snackbar.js.map +1 -1
- package/dist/cjs/components/spinner.js +5 -1
- package/dist/cjs/components/spinner.js.map +1 -1
- package/dist/cjs/components/switch.js +5 -1
- package/dist/cjs/components/switch.js.map +1 -1
- package/dist/cjs/components/table.js +5 -1
- package/dist/cjs/components/table.js.map +1 -1
- package/dist/cjs/components/tabs.js +12 -57
- package/dist/cjs/components/tabs.js.map +1 -1
- package/dist/cjs/components/tooltip.js +5 -1
- package/dist/cjs/components/tooltip.js.map +1 -1
- package/dist/cjs/components/user-menu.js +5 -1
- package/dist/cjs/components/user-menu.js.map +1 -1
- package/dist/cjs/components/zebratable.js +5 -1
- package/dist/cjs/components/zebratable.js.map +1 -1
- package/dist/cjs/index.js +10 -7
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/plugin.js +56 -56
- package/dist/cjs/plugin.js.map +1 -1
- package/dist/cjs/preset.js +10 -2
- package/dist/cjs/preset.js.map +1 -1
- package/dist/cjs/theme.js +70 -66
- package/dist/cjs/theme.js.map +1 -1
- package/dist/cjs/units.js +44 -39
- package/dist/cjs/units.js.map +1 -1
- package/dist/cjs/with-opacity.js +6 -1
- package/dist/cjs/with-opacity.js.map +1 -1
- package/dist/esm/base.js +3 -1
- package/dist/esm/base.js.map +1 -1
- package/dist/esm/colors.js +2 -1
- package/dist/esm/colors.js.map +1 -1
- package/dist/esm/components/accordion.js +93 -20
- package/dist/esm/components/accordion.js.map +1 -1
- package/dist/esm/components/alert.js +1 -1
- package/dist/esm/components/alert.js.map +1 -1
- package/dist/esm/components/avatar.js +1 -1
- package/dist/esm/components/avatar.js.map +1 -1
- package/dist/esm/components/badge.js +1 -1
- package/dist/esm/components/badge.js.map +1 -1
- package/dist/esm/components/breadcrumb.js +1 -1
- package/dist/esm/components/breadcrumb.js.map +1 -1
- package/dist/esm/components/button-group.js +1 -1
- package/dist/esm/components/button-group.js.map +1 -1
- package/dist/esm/components/button.js +1 -1
- package/dist/esm/components/button.js.map +1 -1
- package/dist/esm/components/card.js +1 -1
- package/dist/esm/components/card.js.map +1 -1
- package/dist/esm/components/checkbox.js +1 -1
- package/dist/esm/components/checkbox.js.map +1 -1
- package/dist/esm/components/chip.js +35 -0
- package/dist/esm/components/chip.js.map +1 -0
- package/dist/esm/components/code.js +1 -1
- package/dist/esm/components/code.js.map +1 -1
- package/dist/esm/components/combobox.js +6 -1
- package/dist/esm/components/combobox.js.map +1 -1
- package/dist/esm/components/cookie-consent.js +1 -1
- package/dist/esm/components/cookie-consent.js.map +1 -1
- package/dist/esm/components/dialog.js +1 -1
- package/dist/esm/components/dialog.js.map +1 -1
- package/dist/esm/components/divider.js +1 -1
- package/dist/esm/components/divider.js.map +1 -1
- package/dist/esm/components/dot.js +1 -1
- package/dist/esm/components/dot.js.map +1 -1
- package/dist/esm/components/filter.js +1 -1
- package/dist/esm/components/filter.js.map +1 -1
- package/dist/esm/components/footer.js +1 -1
- package/dist/esm/components/footer.js.map +1 -1
- package/dist/esm/components/forms.js +1 -1
- package/dist/esm/components/forms.js.map +1 -1
- package/dist/esm/components/header.js +1 -1
- package/dist/esm/components/header.js.map +1 -1
- package/dist/esm/components/icon.js +1 -1
- package/dist/esm/components/icon.js.map +1 -1
- package/dist/esm/components/input.js +13 -10
- package/dist/esm/components/input.js.map +1 -1
- package/dist/esm/components/kbd.js +1 -1
- package/dist/esm/components/kbd.js.map +1 -1
- package/dist/esm/components/label.js +1 -1
- package/dist/esm/components/label.js.map +1 -1
- package/dist/esm/components/link.js +1 -1
- package/dist/esm/components/link.js.map +1 -1
- package/dist/esm/components/list.js +1 -1
- package/dist/esm/components/list.js.map +1 -1
- package/dist/esm/components/logo.js +1 -1
- package/dist/esm/components/logo.js.map +1 -1
- package/dist/esm/components/menu-vertical.js +3 -6
- package/dist/esm/components/menu-vertical.js.map +1 -1
- package/dist/esm/components/menubar.js +3 -3
- package/dist/esm/components/menubar.js.map +1 -1
- package/dist/esm/components/modal.js +1 -1
- package/dist/esm/components/modal.js.map +1 -1
- package/dist/esm/components/pagination.js +1 -1
- package/dist/esm/components/pagination.js.map +1 -1
- package/dist/esm/components/popup-menu.js +1 -1
- package/dist/esm/components/popup-menu.js.map +1 -1
- package/dist/esm/components/progress-bar.js +1 -1
- package/dist/esm/components/progress-bar.js.map +1 -1
- package/dist/esm/components/progress-stepper.js +1 -1
- package/dist/esm/components/progress-stepper.js.map +1 -1
- package/dist/esm/components/radio.js +1 -1
- package/dist/esm/components/radio.js.map +1 -1
- package/dist/esm/components/search-field.js +1 -1
- package/dist/esm/components/search-field.js.map +1 -1
- package/dist/esm/components/select.js +1 -1
- package/dist/esm/components/select.js.map +1 -1
- package/dist/esm/components/snackbar.js +1 -1
- package/dist/esm/components/snackbar.js.map +1 -1
- package/dist/esm/components/spinner.js +1 -1
- package/dist/esm/components/spinner.js.map +1 -1
- package/dist/esm/components/switch.js +1 -1
- package/dist/esm/components/switch.js.map +1 -1
- package/dist/esm/components/table.js +1 -1
- package/dist/esm/components/table.js.map +1 -1
- package/dist/esm/components/tabs.js +8 -57
- package/dist/esm/components/tabs.js.map +1 -1
- package/dist/esm/components/tooltip.js +1 -1
- package/dist/esm/components/tooltip.js.map +1 -1
- package/dist/esm/components/user-menu.js +1 -1
- package/dist/esm/components/user-menu.js.map +1 -1
- package/dist/esm/components/zebratable.js +1 -1
- package/dist/esm/components/zebratable.js.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/plugin.js +50 -54
- package/dist/esm/plugin.js.map +1 -1
- package/dist/esm/preset.js +5 -2
- package/dist/esm/preset.js.map +1 -1
- package/dist/esm/theme.js +25 -26
- package/dist/esm/theme.js.map +1 -1
- package/dist/esm/units.js +41 -39
- package/dist/esm/units.js.map +1 -1
- package/dist/esm/with-opacity.js +2 -1
- package/dist/esm/with-opacity.js.map +1 -1
- package/dist/types/base.d.ts +3 -2
- package/dist/types/colors.d.ts +559 -799
- package/dist/types/components/accordion.d.ts +90 -18
- package/dist/types/components/alert.d.ts +17 -6
- package/dist/types/components/avatar.d.ts +25 -3
- package/dist/types/components/badge.d.ts +20 -3
- package/dist/types/components/breadcrumb.d.ts +1 -2
- package/dist/types/components/button-group.d.ts +1 -2
- package/dist/types/components/button.d.ts +30 -4
- package/dist/types/components/card.d.ts +82 -3
- package/dist/types/components/checkbox.d.ts +1 -2
- package/dist/types/components/chip.d.ts +34 -0
- package/dist/types/components/code.d.ts +1 -2
- package/dist/types/components/combobox.d.ts +6 -2
- package/dist/types/components/cookie-consent.d.ts +1 -2
- package/dist/types/components/dialog.d.ts +1 -2
- package/dist/types/components/divider.d.ts +1 -2
- package/dist/types/components/dot.d.ts +12 -4
- package/dist/types/components/filter.d.ts +1 -2
- package/dist/types/components/footer.d.ts +1 -2
- package/dist/types/components/forms.d.ts +1 -2
- package/dist/types/components/header.d.ts +1 -2
- package/dist/types/components/icon.d.ts +37 -3
- package/dist/types/components/input.d.ts +8 -6
- package/dist/types/components/kbd.d.ts +1 -2
- package/dist/types/components/label.d.ts +18 -3
- package/dist/types/components/link.d.ts +1 -2
- package/dist/types/components/list.d.ts +1 -2
- package/dist/types/components/logo.d.ts +1 -2
- package/dist/types/components/menu-vertical.d.ts +3 -7
- package/dist/types/components/menubar.d.ts +26 -3
- package/dist/types/components/modal.d.ts +1 -2
- package/dist/types/components/pagination.d.ts +1 -2
- package/dist/types/components/popup-menu.d.ts +1 -2
- package/dist/types/components/progress-bar.d.ts +12 -3
- package/dist/types/components/progress-stepper.d.ts +1 -2
- package/dist/types/components/radio.d.ts +1 -2
- package/dist/types/components/search-field.d.ts +1 -2
- package/dist/types/components/select.d.ts +1 -2
- package/dist/types/components/snackbar.d.ts +1 -2
- package/dist/types/components/spinner.d.ts +9 -3
- package/dist/types/components/switch.d.ts +1 -2
- package/dist/types/components/table.d.ts +1 -2
- package/dist/types/components/tabs.d.ts +8 -58
- package/dist/types/components/tooltip.d.ts +1 -2
- package/dist/types/components/user-menu.d.ts +1 -2
- package/dist/types/components/zebratable.d.ts +1 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/types/plugin.d.ts +7 -3
- package/dist/types/preset.d.ts +6 -4
- package/dist/types/theme.d.ts +4 -1719
- package/dist/types/units.d.ts +250 -246
- package/dist/types/with-opacity.d.ts +3 -3
- package/package.json +9 -10
package/dist/types/colors.d.ts
CHANGED
|
@@ -1,497 +1,123 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
}
|
|
115
|
-
export let body: string;
|
|
116
|
-
export let black: string;
|
|
117
|
-
export let white: string;
|
|
118
|
-
export let ring: string;
|
|
119
|
-
export let primary: {
|
|
120
|
-
DEFAULT: string;
|
|
121
|
-
surface: {
|
|
122
|
-
DEFAULT: string;
|
|
123
|
-
hover: string;
|
|
124
|
-
disabled: string;
|
|
125
|
-
};
|
|
126
|
-
lightest: string;
|
|
127
|
-
50: string;
|
|
128
|
-
100: string;
|
|
129
|
-
200: string;
|
|
130
|
-
300: string;
|
|
131
|
-
400: string;
|
|
132
|
-
500: string;
|
|
133
|
-
600: string;
|
|
134
|
-
700: string;
|
|
135
|
-
800: string;
|
|
136
|
-
900: string;
|
|
137
|
-
darkest: string;
|
|
138
|
-
};
|
|
139
|
-
export let secondary: {
|
|
140
|
-
DEFAULT: string;
|
|
141
|
-
outline: {
|
|
142
|
-
DEFAULT: string;
|
|
143
|
-
hover: string;
|
|
144
|
-
};
|
|
145
|
-
surface: {
|
|
146
|
-
DEFAULT: string;
|
|
147
|
-
hover: string;
|
|
148
|
-
disabled: string;
|
|
149
|
-
};
|
|
150
|
-
lightest: string;
|
|
151
|
-
50: string;
|
|
152
|
-
100: string;
|
|
153
|
-
200: string;
|
|
154
|
-
300: string;
|
|
155
|
-
400: string;
|
|
156
|
-
500: string;
|
|
157
|
-
600: string;
|
|
158
|
-
700: string;
|
|
159
|
-
800: string;
|
|
160
|
-
900: string;
|
|
161
|
-
darkest: string;
|
|
162
|
-
};
|
|
163
|
-
export namespace tertiary {
|
|
164
|
-
namespace surface {
|
|
165
|
-
let DEFAULT: string;
|
|
166
|
-
let hover: string;
|
|
167
|
-
let disabled: string;
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
export namespace dark {
|
|
171
|
-
let DEFAULT_1: string;
|
|
172
|
-
export { DEFAULT_1 as DEFAULT };
|
|
173
|
-
let primary_1: string;
|
|
174
|
-
export { primary_1 as primary };
|
|
175
|
-
let secondary_1: string;
|
|
176
|
-
export { secondary_1 as secondary };
|
|
177
|
-
let disabled_1: string;
|
|
178
|
-
export { disabled_1 as disabled };
|
|
179
|
-
export let placeholder: string;
|
|
180
|
-
export let ghost: string;
|
|
181
|
-
}
|
|
182
|
-
export namespace light {
|
|
183
|
-
let DEFAULT_2: string;
|
|
184
|
-
export { DEFAULT_2 as DEFAULT };
|
|
185
|
-
let primary_2: string;
|
|
186
|
-
export { primary_2 as primary };
|
|
187
|
-
let secondary_2: string;
|
|
188
|
-
export { secondary_2 as secondary };
|
|
189
|
-
let disabled_2: string;
|
|
190
|
-
export { disabled_2 as disabled };
|
|
191
|
-
let placeholder_1: string;
|
|
192
|
-
export { placeholder_1 as placeholder };
|
|
193
|
-
let ghost_1: string;
|
|
194
|
-
export { ghost_1 as ghost };
|
|
195
|
-
}
|
|
196
|
-
export let divider: string;
|
|
197
|
-
export let background: {
|
|
198
|
-
DEFAULT: string;
|
|
199
|
-
content: string;
|
|
200
|
-
100: string;
|
|
201
|
-
200: string;
|
|
202
|
-
'color-mixin': {
|
|
203
|
-
1: string;
|
|
204
|
-
2: string;
|
|
205
|
-
};
|
|
206
|
-
};
|
|
207
|
-
export namespace vattjom {
|
|
208
|
-
let background_1: {
|
|
209
|
-
100: string;
|
|
210
|
-
200: string;
|
|
211
|
-
300: string;
|
|
212
|
-
};
|
|
213
|
-
export { background_1 as background };
|
|
214
|
-
export namespace surface_1 {
|
|
215
|
-
export namespace primary_3 {
|
|
216
|
-
let DEFAULT_3: string;
|
|
217
|
-
export { DEFAULT_3 as DEFAULT };
|
|
218
|
-
let hover_1: string;
|
|
219
|
-
export { hover_1 as hover };
|
|
220
|
-
}
|
|
221
|
-
export { primary_3 as primary };
|
|
222
|
-
export namespace accent {
|
|
223
|
-
let DEFAULT_4: string;
|
|
224
|
-
export { DEFAULT_4 as DEFAULT };
|
|
225
|
-
let hover_2: string;
|
|
226
|
-
export { hover_2 as hover };
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
export { surface_1 as surface };
|
|
230
|
-
export namespace text {
|
|
231
|
-
let DEFAULT_5: string;
|
|
232
|
-
export { DEFAULT_5 as DEFAULT };
|
|
233
|
-
let primary_4: string;
|
|
234
|
-
export { primary_4 as primary };
|
|
235
|
-
let secondary_3: string;
|
|
236
|
-
export { secondary_3 as secondary };
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
export namespace gronsta {
|
|
240
|
-
let background_2: {
|
|
241
|
-
100: string;
|
|
242
|
-
200: string;
|
|
243
|
-
300: string;
|
|
244
|
-
};
|
|
245
|
-
export { background_2 as background };
|
|
246
|
-
export namespace surface_2 {
|
|
247
|
-
export namespace primary_5 {
|
|
248
|
-
let DEFAULT_6: string;
|
|
249
|
-
export { DEFAULT_6 as DEFAULT };
|
|
250
|
-
let hover_3: string;
|
|
251
|
-
export { hover_3 as hover };
|
|
252
|
-
}
|
|
253
|
-
export { primary_5 as primary };
|
|
254
|
-
export namespace accent_1 {
|
|
255
|
-
let DEFAULT_7: string;
|
|
256
|
-
export { DEFAULT_7 as DEFAULT };
|
|
257
|
-
let hover_4: string;
|
|
258
|
-
export { hover_4 as hover };
|
|
259
|
-
}
|
|
260
|
-
export { accent_1 as accent };
|
|
261
|
-
}
|
|
262
|
-
export { surface_2 as surface };
|
|
263
|
-
export namespace text_1 {
|
|
264
|
-
let DEFAULT_8: string;
|
|
265
|
-
export { DEFAULT_8 as DEFAULT };
|
|
266
|
-
let primary_6: string;
|
|
267
|
-
export { primary_6 as primary };
|
|
268
|
-
let secondary_4: string;
|
|
269
|
-
export { secondary_4 as secondary };
|
|
270
|
-
}
|
|
271
|
-
export { text_1 as text };
|
|
272
|
-
}
|
|
273
|
-
export namespace juniskar {
|
|
274
|
-
let background_3: {
|
|
275
|
-
100: string;
|
|
276
|
-
200: string;
|
|
277
|
-
300: string;
|
|
278
|
-
};
|
|
279
|
-
export { background_3 as background };
|
|
280
|
-
export namespace surface_3 {
|
|
281
|
-
export namespace primary_7 {
|
|
282
|
-
let DEFAULT_9: string;
|
|
283
|
-
export { DEFAULT_9 as DEFAULT };
|
|
284
|
-
let hover_5: string;
|
|
285
|
-
export { hover_5 as hover };
|
|
286
|
-
}
|
|
287
|
-
export { primary_7 as primary };
|
|
288
|
-
export namespace accent_2 {
|
|
289
|
-
let DEFAULT_10: string;
|
|
290
|
-
export { DEFAULT_10 as DEFAULT };
|
|
291
|
-
let hover_6: string;
|
|
292
|
-
export { hover_6 as hover };
|
|
293
|
-
}
|
|
294
|
-
export { accent_2 as accent };
|
|
295
|
-
}
|
|
296
|
-
export { surface_3 as surface };
|
|
297
|
-
export namespace text_2 {
|
|
298
|
-
let DEFAULT_11: string;
|
|
299
|
-
export { DEFAULT_11 as DEFAULT };
|
|
300
|
-
let primary_8: string;
|
|
301
|
-
export { primary_8 as primary };
|
|
302
|
-
let secondary_5: string;
|
|
303
|
-
export { secondary_5 as secondary };
|
|
304
|
-
}
|
|
305
|
-
export { text_2 as text };
|
|
306
|
-
}
|
|
307
|
-
export namespace bjornstigen {
|
|
308
|
-
let background_4: {
|
|
309
|
-
100: string;
|
|
310
|
-
200: string;
|
|
311
|
-
300: string;
|
|
312
|
-
};
|
|
313
|
-
export { background_4 as background };
|
|
314
|
-
export namespace surface_4 {
|
|
315
|
-
export namespace primary_9 {
|
|
316
|
-
let DEFAULT_12: string;
|
|
317
|
-
export { DEFAULT_12 as DEFAULT };
|
|
318
|
-
let hover_7: string;
|
|
319
|
-
export { hover_7 as hover };
|
|
320
|
-
}
|
|
321
|
-
export { primary_9 as primary };
|
|
322
|
-
export namespace accent_3 {
|
|
323
|
-
let DEFAULT_13: string;
|
|
324
|
-
export { DEFAULT_13 as DEFAULT };
|
|
325
|
-
let hover_8: string;
|
|
326
|
-
export { hover_8 as hover };
|
|
327
|
-
}
|
|
328
|
-
export { accent_3 as accent };
|
|
329
|
-
}
|
|
330
|
-
export { surface_4 as surface };
|
|
331
|
-
export namespace text_3 {
|
|
332
|
-
let DEFAULT_14: string;
|
|
333
|
-
export { DEFAULT_14 as DEFAULT };
|
|
334
|
-
let primary_10: string;
|
|
335
|
-
export { primary_10 as primary };
|
|
336
|
-
let secondary_6: string;
|
|
337
|
-
export { secondary_6 as secondary };
|
|
338
|
-
}
|
|
339
|
-
export { text_3 as text };
|
|
340
|
-
}
|
|
341
|
-
export namespace error {
|
|
342
|
-
let DEFAULT_15: string;
|
|
343
|
-
export { DEFAULT_15 as DEFAULT };
|
|
344
|
-
let background_5: {
|
|
345
|
-
100: string;
|
|
346
|
-
200: string;
|
|
347
|
-
300: string;
|
|
348
|
-
};
|
|
349
|
-
export { background_5 as background };
|
|
350
|
-
export namespace surface_5 {
|
|
351
|
-
export namespace primary_11 {
|
|
352
|
-
let DEFAULT_16: string;
|
|
353
|
-
export { DEFAULT_16 as DEFAULT };
|
|
354
|
-
let hover_9: string;
|
|
355
|
-
export { hover_9 as hover };
|
|
356
|
-
}
|
|
357
|
-
export { primary_11 as primary };
|
|
358
|
-
export namespace accent_4 {
|
|
359
|
-
let DEFAULT_17: string;
|
|
360
|
-
export { DEFAULT_17 as DEFAULT };
|
|
361
|
-
let hover_10: string;
|
|
362
|
-
export { hover_10 as hover };
|
|
363
|
-
}
|
|
364
|
-
export { accent_4 as accent };
|
|
365
|
-
}
|
|
366
|
-
export { surface_5 as surface };
|
|
367
|
-
export namespace text_4 {
|
|
368
|
-
let DEFAULT_18: string;
|
|
369
|
-
export { DEFAULT_18 as DEFAULT };
|
|
370
|
-
let primary_12: string;
|
|
371
|
-
export { primary_12 as primary };
|
|
372
|
-
let secondary_7: string;
|
|
373
|
-
export { secondary_7 as secondary };
|
|
374
|
-
}
|
|
375
|
-
export { text_4 as text };
|
|
376
|
-
}
|
|
377
|
-
export namespace warning {
|
|
378
|
-
let DEFAULT_19: string;
|
|
379
|
-
export { DEFAULT_19 as DEFAULT };
|
|
380
|
-
let background_6: {
|
|
381
|
-
100: string;
|
|
382
|
-
200: string;
|
|
383
|
-
300: string;
|
|
384
|
-
};
|
|
385
|
-
export { background_6 as background };
|
|
386
|
-
export namespace surface_6 {
|
|
387
|
-
export namespace primary_13 {
|
|
388
|
-
let DEFAULT_20: string;
|
|
389
|
-
export { DEFAULT_20 as DEFAULT };
|
|
390
|
-
let hover_11: string;
|
|
391
|
-
export { hover_11 as hover };
|
|
392
|
-
}
|
|
393
|
-
export { primary_13 as primary };
|
|
394
|
-
export namespace accent_5 {
|
|
395
|
-
let DEFAULT_21: string;
|
|
396
|
-
export { DEFAULT_21 as DEFAULT };
|
|
397
|
-
let hover_12: string;
|
|
398
|
-
export { hover_12 as hover };
|
|
399
|
-
}
|
|
400
|
-
export { accent_5 as accent };
|
|
401
|
-
}
|
|
402
|
-
export { surface_6 as surface };
|
|
403
|
-
export namespace text_5 {
|
|
404
|
-
let DEFAULT_22: string;
|
|
405
|
-
export { DEFAULT_22 as DEFAULT };
|
|
406
|
-
let primary_14: string;
|
|
407
|
-
export { primary_14 as primary };
|
|
408
|
-
let secondary_8: string;
|
|
409
|
-
export { secondary_8 as secondary };
|
|
410
|
-
}
|
|
411
|
-
export { text_5 as text };
|
|
412
|
-
}
|
|
413
|
-
export namespace info {
|
|
414
|
-
let DEFAULT_23: string;
|
|
415
|
-
export { DEFAULT_23 as DEFAULT };
|
|
416
|
-
let background_7: {
|
|
417
|
-
100: string;
|
|
418
|
-
200: string;
|
|
419
|
-
300: string;
|
|
420
|
-
};
|
|
421
|
-
export { background_7 as background };
|
|
422
|
-
export namespace surface_7 {
|
|
423
|
-
export namespace primary_15 {
|
|
424
|
-
let DEFAULT_24: string;
|
|
425
|
-
export { DEFAULT_24 as DEFAULT };
|
|
426
|
-
let hover_13: string;
|
|
427
|
-
export { hover_13 as hover };
|
|
428
|
-
}
|
|
429
|
-
export { primary_15 as primary };
|
|
430
|
-
export namespace accent_6 {
|
|
431
|
-
let DEFAULT_25: string;
|
|
432
|
-
export { DEFAULT_25 as DEFAULT };
|
|
433
|
-
let hover_14: string;
|
|
434
|
-
export { hover_14 as hover };
|
|
435
|
-
}
|
|
436
|
-
export { accent_6 as accent };
|
|
437
|
-
}
|
|
438
|
-
export { surface_7 as surface };
|
|
439
|
-
export namespace text_6 {
|
|
440
|
-
let DEFAULT_26: string;
|
|
441
|
-
export { DEFAULT_26 as DEFAULT };
|
|
442
|
-
let primary_16: string;
|
|
443
|
-
export { primary_16 as primary };
|
|
444
|
-
let secondary_9: string;
|
|
445
|
-
export { secondary_9 as secondary };
|
|
446
|
-
}
|
|
447
|
-
export { text_6 as text };
|
|
448
|
-
}
|
|
449
|
-
export namespace success {
|
|
450
|
-
let DEFAULT_27: string;
|
|
451
|
-
export { DEFAULT_27 as DEFAULT };
|
|
452
|
-
let background_8: {
|
|
453
|
-
100: string;
|
|
454
|
-
200: string;
|
|
455
|
-
300: string;
|
|
1
|
+
declare const colors: {
|
|
2
|
+
primitives: {
|
|
3
|
+
gray: {
|
|
4
|
+
lightest: string;
|
|
5
|
+
50: string;
|
|
6
|
+
100: string;
|
|
7
|
+
200: string;
|
|
8
|
+
300: string;
|
|
9
|
+
400: string;
|
|
10
|
+
500: string;
|
|
11
|
+
600: string;
|
|
12
|
+
700: string;
|
|
13
|
+
800: string;
|
|
14
|
+
900: string;
|
|
15
|
+
darkest: string;
|
|
16
|
+
};
|
|
17
|
+
overlay: {
|
|
18
|
+
darken: {
|
|
19
|
+
1: string;
|
|
20
|
+
2: string;
|
|
21
|
+
3: string;
|
|
22
|
+
4: string;
|
|
23
|
+
5: string;
|
|
24
|
+
6: string;
|
|
25
|
+
7: string;
|
|
26
|
+
8: string;
|
|
27
|
+
9: string;
|
|
28
|
+
10: string;
|
|
29
|
+
};
|
|
30
|
+
lighten: {
|
|
31
|
+
1: string;
|
|
32
|
+
2: string;
|
|
33
|
+
3: string;
|
|
34
|
+
4: string;
|
|
35
|
+
5: string;
|
|
36
|
+
6: string;
|
|
37
|
+
7: string;
|
|
38
|
+
8: string;
|
|
39
|
+
9: string;
|
|
40
|
+
10: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
blue: {
|
|
44
|
+
50: string;
|
|
45
|
+
100: string;
|
|
46
|
+
200: string;
|
|
47
|
+
300: string;
|
|
48
|
+
400: string;
|
|
49
|
+
500: string;
|
|
50
|
+
600: string;
|
|
51
|
+
700: string;
|
|
52
|
+
800: string;
|
|
53
|
+
900: string;
|
|
54
|
+
};
|
|
55
|
+
green: {
|
|
56
|
+
50: string;
|
|
57
|
+
100: string;
|
|
58
|
+
200: string;
|
|
59
|
+
300: string;
|
|
60
|
+
400: string;
|
|
61
|
+
500: string;
|
|
62
|
+
600: string;
|
|
63
|
+
700: string;
|
|
64
|
+
800: string;
|
|
65
|
+
900: string;
|
|
66
|
+
};
|
|
67
|
+
purple: {
|
|
68
|
+
50: string;
|
|
69
|
+
100: string;
|
|
70
|
+
200: string;
|
|
71
|
+
300: string;
|
|
72
|
+
400: string;
|
|
73
|
+
500: string;
|
|
74
|
+
600: string;
|
|
75
|
+
700: string;
|
|
76
|
+
800: string;
|
|
77
|
+
900: string;
|
|
78
|
+
};
|
|
79
|
+
pink: {
|
|
80
|
+
50: string;
|
|
81
|
+
100: string;
|
|
82
|
+
200: string;
|
|
83
|
+
300: string;
|
|
84
|
+
400: string;
|
|
85
|
+
500: string;
|
|
86
|
+
600: string;
|
|
87
|
+
700: string;
|
|
88
|
+
800: string;
|
|
89
|
+
900: string;
|
|
90
|
+
};
|
|
91
|
+
orange: {
|
|
92
|
+
50: string;
|
|
93
|
+
100: string;
|
|
94
|
+
200: string;
|
|
95
|
+
300: string;
|
|
96
|
+
400: string;
|
|
97
|
+
500: string;
|
|
98
|
+
600: string;
|
|
99
|
+
700: string;
|
|
100
|
+
800: string;
|
|
101
|
+
900: string;
|
|
102
|
+
};
|
|
103
|
+
red: {
|
|
104
|
+
50: string;
|
|
105
|
+
100: string;
|
|
106
|
+
200: string;
|
|
107
|
+
300: string;
|
|
108
|
+
400: string;
|
|
109
|
+
500: string;
|
|
110
|
+
600: string;
|
|
111
|
+
700: string;
|
|
112
|
+
800: string;
|
|
113
|
+
900: string;
|
|
114
|
+
};
|
|
456
115
|
};
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
let hover_15: string;
|
|
463
|
-
export { hover_15 as hover };
|
|
464
|
-
}
|
|
465
|
-
export { primary_17 as primary };
|
|
466
|
-
export namespace accent_7 {
|
|
467
|
-
let DEFAULT_29: string;
|
|
468
|
-
export { DEFAULT_29 as DEFAULT };
|
|
469
|
-
let hover_16: string;
|
|
470
|
-
export { hover_16 as hover };
|
|
471
|
-
}
|
|
472
|
-
export { accent_7 as accent };
|
|
473
|
-
}
|
|
474
|
-
export { surface_8 as surface };
|
|
475
|
-
export namespace text_7 {
|
|
476
|
-
let DEFAULT_30: string;
|
|
477
|
-
export { DEFAULT_30 as DEFAULT };
|
|
478
|
-
let primary_18: string;
|
|
479
|
-
export { primary_18 as primary };
|
|
480
|
-
let secondary_10: string;
|
|
481
|
-
export { secondary_10 as secondary };
|
|
482
|
-
}
|
|
483
|
-
export { text_7 as text };
|
|
484
|
-
}
|
|
485
|
-
export namespace inverted {
|
|
486
|
-
let body_1: string;
|
|
487
|
-
export { body_1 as body };
|
|
488
|
-
let black_1: string;
|
|
489
|
-
export { black_1 as black };
|
|
490
|
-
let white_1: string;
|
|
491
|
-
export { white_1 as white };
|
|
492
|
-
let ring_1: string;
|
|
493
|
-
export { ring_1 as ring };
|
|
494
|
-
let primary_19: {
|
|
116
|
+
body: string;
|
|
117
|
+
black: string;
|
|
118
|
+
white: string;
|
|
119
|
+
ring: string;
|
|
120
|
+
primary: {
|
|
495
121
|
DEFAULT: string;
|
|
496
122
|
surface: {
|
|
497
123
|
DEFAULT: string;
|
|
@@ -511,8 +137,7 @@ export namespace inverted {
|
|
|
511
137
|
900: string;
|
|
512
138
|
darkest: string;
|
|
513
139
|
};
|
|
514
|
-
|
|
515
|
-
let secondary_11: {
|
|
140
|
+
secondary: {
|
|
516
141
|
DEFAULT: string;
|
|
517
142
|
outline: {
|
|
518
143
|
DEFAULT: string;
|
|
@@ -536,52 +161,31 @@ export namespace inverted {
|
|
|
536
161
|
900: string;
|
|
537
162
|
darkest: string;
|
|
538
163
|
};
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
export { ghost_2 as ghost };
|
|
565
|
-
}
|
|
566
|
-
export { dark_1 as dark };
|
|
567
|
-
export namespace light_1 {
|
|
568
|
-
let DEFAULT_33: string;
|
|
569
|
-
export { DEFAULT_33 as DEFAULT };
|
|
570
|
-
let primary_21: string;
|
|
571
|
-
export { primary_21 as primary };
|
|
572
|
-
let secondary_13: string;
|
|
573
|
-
export { secondary_13 as secondary };
|
|
574
|
-
let disabled_5: string;
|
|
575
|
-
export { disabled_5 as disabled };
|
|
576
|
-
let placeholder_3: string;
|
|
577
|
-
export { placeholder_3 as placeholder };
|
|
578
|
-
let ghost_3: string;
|
|
579
|
-
export { ghost_3 as ghost };
|
|
580
|
-
}
|
|
581
|
-
export { light_1 as light };
|
|
582
|
-
let divider_1: string;
|
|
583
|
-
export { divider_1 as divider };
|
|
584
|
-
let background_9: {
|
|
164
|
+
tertiary: {
|
|
165
|
+
surface: {
|
|
166
|
+
DEFAULT: string;
|
|
167
|
+
hover: string;
|
|
168
|
+
disabled: string;
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
dark: {
|
|
172
|
+
DEFAULT: string;
|
|
173
|
+
primary: string;
|
|
174
|
+
secondary: string;
|
|
175
|
+
disabled: string;
|
|
176
|
+
placeholder: string;
|
|
177
|
+
ghost: string;
|
|
178
|
+
};
|
|
179
|
+
light: {
|
|
180
|
+
DEFAULT: string;
|
|
181
|
+
primary: string;
|
|
182
|
+
secondary: string;
|
|
183
|
+
disabled: string;
|
|
184
|
+
placeholder: string;
|
|
185
|
+
ghost: string;
|
|
186
|
+
};
|
|
187
|
+
divider: string;
|
|
188
|
+
background: {
|
|
585
189
|
DEFAULT: string;
|
|
586
190
|
content: string;
|
|
587
191
|
100: string;
|
|
@@ -591,293 +195,449 @@ export namespace inverted {
|
|
|
591
195
|
2: string;
|
|
592
196
|
};
|
|
593
197
|
};
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
let background_10: {
|
|
198
|
+
vattjom: {
|
|
199
|
+
background: {
|
|
597
200
|
100: string;
|
|
598
201
|
200: string;
|
|
599
202
|
300: string;
|
|
600
203
|
};
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
export namespace text_8 {
|
|
620
|
-
let DEFAULT_36: string;
|
|
621
|
-
export { DEFAULT_36 as DEFAULT };
|
|
622
|
-
let primary_23: string;
|
|
623
|
-
export { primary_23 as primary };
|
|
624
|
-
let secondary_14: string;
|
|
625
|
-
export { secondary_14 as secondary };
|
|
626
|
-
}
|
|
627
|
-
export { text_8 as text };
|
|
628
|
-
}
|
|
629
|
-
export { vattjom_1 as vattjom };
|
|
630
|
-
export namespace gronsta_1 {
|
|
631
|
-
let background_11: {
|
|
204
|
+
surface: {
|
|
205
|
+
primary: {
|
|
206
|
+
DEFAULT: string;
|
|
207
|
+
hover: string;
|
|
208
|
+
};
|
|
209
|
+
accent: {
|
|
210
|
+
DEFAULT: string;
|
|
211
|
+
hover: string;
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
text: {
|
|
215
|
+
DEFAULT: string;
|
|
216
|
+
primary: string;
|
|
217
|
+
secondary: string;
|
|
218
|
+
};
|
|
219
|
+
};
|
|
220
|
+
gronsta: {
|
|
221
|
+
background: {
|
|
632
222
|
100: string;
|
|
633
223
|
200: string;
|
|
634
224
|
300: string;
|
|
635
225
|
};
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
export namespace text_9 {
|
|
655
|
-
let DEFAULT_39: string;
|
|
656
|
-
export { DEFAULT_39 as DEFAULT };
|
|
657
|
-
let primary_25: string;
|
|
658
|
-
export { primary_25 as primary };
|
|
659
|
-
let secondary_15: string;
|
|
660
|
-
export { secondary_15 as secondary };
|
|
661
|
-
}
|
|
662
|
-
export { text_9 as text };
|
|
663
|
-
}
|
|
664
|
-
export { gronsta_1 as gronsta };
|
|
665
|
-
export namespace juniskar_1 {
|
|
666
|
-
let background_12: {
|
|
226
|
+
surface: {
|
|
227
|
+
primary: {
|
|
228
|
+
DEFAULT: string;
|
|
229
|
+
hover: string;
|
|
230
|
+
};
|
|
231
|
+
accent: {
|
|
232
|
+
DEFAULT: string;
|
|
233
|
+
hover: string;
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
text: {
|
|
237
|
+
DEFAULT: string;
|
|
238
|
+
primary: string;
|
|
239
|
+
secondary: string;
|
|
240
|
+
};
|
|
241
|
+
};
|
|
242
|
+
juniskar: {
|
|
243
|
+
background: {
|
|
667
244
|
100: string;
|
|
668
245
|
200: string;
|
|
669
246
|
300: string;
|
|
670
247
|
};
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
export namespace text_10 {
|
|
690
|
-
let DEFAULT_42: string;
|
|
691
|
-
export { DEFAULT_42 as DEFAULT };
|
|
692
|
-
let primary_27: string;
|
|
693
|
-
export { primary_27 as primary };
|
|
694
|
-
let secondary_16: string;
|
|
695
|
-
export { secondary_16 as secondary };
|
|
696
|
-
}
|
|
697
|
-
export { text_10 as text };
|
|
698
|
-
}
|
|
699
|
-
export { juniskar_1 as juniskar };
|
|
700
|
-
export namespace bjornstigen_1 {
|
|
701
|
-
let background_13: {
|
|
248
|
+
surface: {
|
|
249
|
+
primary: {
|
|
250
|
+
DEFAULT: string;
|
|
251
|
+
hover: string;
|
|
252
|
+
};
|
|
253
|
+
accent: {
|
|
254
|
+
DEFAULT: string;
|
|
255
|
+
hover: string;
|
|
256
|
+
};
|
|
257
|
+
};
|
|
258
|
+
text: {
|
|
259
|
+
DEFAULT: string;
|
|
260
|
+
primary: string;
|
|
261
|
+
secondary: string;
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
bjornstigen: {
|
|
265
|
+
background: {
|
|
702
266
|
100: string;
|
|
703
267
|
200: string;
|
|
704
268
|
300: string;
|
|
705
269
|
};
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
let DEFAULT_45: string;
|
|
726
|
-
export { DEFAULT_45 as DEFAULT };
|
|
727
|
-
let primary_29: string;
|
|
728
|
-
export { primary_29 as primary };
|
|
729
|
-
let secondary_17: string;
|
|
730
|
-
export { secondary_17 as secondary };
|
|
731
|
-
}
|
|
732
|
-
export { text_11 as text };
|
|
733
|
-
}
|
|
734
|
-
export { bjornstigen_1 as bjornstigen };
|
|
735
|
-
export namespace error_1 {
|
|
736
|
-
let DEFAULT_46: string;
|
|
737
|
-
export { DEFAULT_46 as DEFAULT };
|
|
738
|
-
let background_14: {
|
|
270
|
+
surface: {
|
|
271
|
+
primary: {
|
|
272
|
+
DEFAULT: string;
|
|
273
|
+
hover: string;
|
|
274
|
+
};
|
|
275
|
+
accent: {
|
|
276
|
+
DEFAULT: string;
|
|
277
|
+
hover: string;
|
|
278
|
+
};
|
|
279
|
+
};
|
|
280
|
+
text: {
|
|
281
|
+
DEFAULT: string;
|
|
282
|
+
primary: string;
|
|
283
|
+
secondary: string;
|
|
284
|
+
};
|
|
285
|
+
};
|
|
286
|
+
error: {
|
|
287
|
+
DEFAULT: string;
|
|
288
|
+
background: {
|
|
739
289
|
100: string;
|
|
740
290
|
200: string;
|
|
741
291
|
300: string;
|
|
742
292
|
};
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
let DEFAULT_49: string;
|
|
763
|
-
export { DEFAULT_49 as DEFAULT };
|
|
764
|
-
let primary_31: string;
|
|
765
|
-
export { primary_31 as primary };
|
|
766
|
-
let secondary_18: string;
|
|
767
|
-
export { secondary_18 as secondary };
|
|
768
|
-
}
|
|
769
|
-
export { text_12 as text };
|
|
770
|
-
}
|
|
771
|
-
export { error_1 as error };
|
|
772
|
-
export namespace warning_1 {
|
|
773
|
-
let DEFAULT_50: string;
|
|
774
|
-
export { DEFAULT_50 as DEFAULT };
|
|
775
|
-
let background_15: {
|
|
293
|
+
surface: {
|
|
294
|
+
primary: {
|
|
295
|
+
DEFAULT: string;
|
|
296
|
+
hover: string;
|
|
297
|
+
};
|
|
298
|
+
accent: {
|
|
299
|
+
DEFAULT: string;
|
|
300
|
+
hover: string;
|
|
301
|
+
};
|
|
302
|
+
};
|
|
303
|
+
text: {
|
|
304
|
+
DEFAULT: string;
|
|
305
|
+
primary: string;
|
|
306
|
+
secondary: string;
|
|
307
|
+
};
|
|
308
|
+
};
|
|
309
|
+
warning: {
|
|
310
|
+
DEFAULT: string;
|
|
311
|
+
background: {
|
|
776
312
|
100: string;
|
|
777
313
|
200: string;
|
|
778
314
|
300: string;
|
|
779
315
|
};
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
let DEFAULT_53: string;
|
|
800
|
-
export { DEFAULT_53 as DEFAULT };
|
|
801
|
-
let primary_33: string;
|
|
802
|
-
export { primary_33 as primary };
|
|
803
|
-
let secondary_19: string;
|
|
804
|
-
export { secondary_19 as secondary };
|
|
805
|
-
}
|
|
806
|
-
export { text_13 as text };
|
|
807
|
-
}
|
|
808
|
-
export { warning_1 as warning };
|
|
809
|
-
export namespace info_1 {
|
|
810
|
-
let DEFAULT_54: string;
|
|
811
|
-
export { DEFAULT_54 as DEFAULT };
|
|
812
|
-
let background_16: {
|
|
316
|
+
surface: {
|
|
317
|
+
primary: {
|
|
318
|
+
DEFAULT: string;
|
|
319
|
+
hover: string;
|
|
320
|
+
};
|
|
321
|
+
accent: {
|
|
322
|
+
DEFAULT: string;
|
|
323
|
+
hover: string;
|
|
324
|
+
};
|
|
325
|
+
};
|
|
326
|
+
text: {
|
|
327
|
+
DEFAULT: string;
|
|
328
|
+
primary: string;
|
|
329
|
+
secondary: string;
|
|
330
|
+
};
|
|
331
|
+
};
|
|
332
|
+
info: {
|
|
333
|
+
DEFAULT: string;
|
|
334
|
+
background: {
|
|
813
335
|
100: string;
|
|
814
336
|
200: string;
|
|
815
337
|
300: string;
|
|
816
338
|
};
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
339
|
+
surface: {
|
|
340
|
+
primary: {
|
|
341
|
+
DEFAULT: string;
|
|
342
|
+
hover: string;
|
|
343
|
+
};
|
|
344
|
+
accent: {
|
|
345
|
+
DEFAULT: string;
|
|
346
|
+
hover: string;
|
|
347
|
+
};
|
|
348
|
+
};
|
|
349
|
+
text: {
|
|
350
|
+
DEFAULT: string;
|
|
351
|
+
primary: string;
|
|
352
|
+
secondary: string;
|
|
353
|
+
};
|
|
354
|
+
};
|
|
355
|
+
success: {
|
|
356
|
+
DEFAULT: string;
|
|
357
|
+
background: {
|
|
358
|
+
100: string;
|
|
359
|
+
200: string;
|
|
360
|
+
300: string;
|
|
361
|
+
};
|
|
362
|
+
surface: {
|
|
363
|
+
primary: {
|
|
364
|
+
DEFAULT: string;
|
|
365
|
+
hover: string;
|
|
366
|
+
};
|
|
367
|
+
accent: {
|
|
368
|
+
DEFAULT: string;
|
|
369
|
+
hover: string;
|
|
370
|
+
};
|
|
371
|
+
};
|
|
372
|
+
text: {
|
|
373
|
+
DEFAULT: string;
|
|
374
|
+
primary: string;
|
|
375
|
+
secondary: string;
|
|
376
|
+
};
|
|
377
|
+
};
|
|
378
|
+
inverted: {
|
|
379
|
+
body: string;
|
|
380
|
+
black: string;
|
|
381
|
+
white: string;
|
|
382
|
+
ring: string;
|
|
383
|
+
primary: {
|
|
384
|
+
DEFAULT: string;
|
|
385
|
+
surface: {
|
|
386
|
+
DEFAULT: string;
|
|
387
|
+
hover: string;
|
|
388
|
+
disabled: string;
|
|
389
|
+
};
|
|
390
|
+
lightest: string;
|
|
391
|
+
50: string;
|
|
850
392
|
100: string;
|
|
851
393
|
200: string;
|
|
852
394
|
300: string;
|
|
395
|
+
400: string;
|
|
396
|
+
500: string;
|
|
397
|
+
600: string;
|
|
398
|
+
700: string;
|
|
399
|
+
800: string;
|
|
400
|
+
900: string;
|
|
401
|
+
darkest: string;
|
|
853
402
|
};
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
}
|
|
403
|
+
secondary: {
|
|
404
|
+
DEFAULT: string;
|
|
405
|
+
outline: {
|
|
406
|
+
DEFAULT: string;
|
|
407
|
+
hover: string;
|
|
408
|
+
};
|
|
409
|
+
surface: {
|
|
410
|
+
DEFAULT: string;
|
|
411
|
+
hover: string;
|
|
412
|
+
disabled: string;
|
|
413
|
+
};
|
|
414
|
+
lightest: string;
|
|
415
|
+
50: string;
|
|
416
|
+
100: string;
|
|
417
|
+
200: string;
|
|
418
|
+
300: string;
|
|
419
|
+
400: string;
|
|
420
|
+
500: string;
|
|
421
|
+
600: string;
|
|
422
|
+
700: string;
|
|
423
|
+
800: string;
|
|
424
|
+
900: string;
|
|
425
|
+
darkest: string;
|
|
426
|
+
};
|
|
427
|
+
tertiary: {
|
|
428
|
+
surface: {
|
|
429
|
+
DEFAULT: string;
|
|
430
|
+
hover: string;
|
|
431
|
+
disabled: string;
|
|
432
|
+
};
|
|
433
|
+
};
|
|
434
|
+
dark: {
|
|
435
|
+
DEFAULT: string;
|
|
436
|
+
primary: string;
|
|
437
|
+
secondary: string;
|
|
438
|
+
disabled: string;
|
|
439
|
+
placeholder: string;
|
|
440
|
+
ghost: string;
|
|
441
|
+
};
|
|
442
|
+
light: {
|
|
443
|
+
DEFAULT: string;
|
|
444
|
+
primary: string;
|
|
445
|
+
secondary: string;
|
|
446
|
+
disabled: string;
|
|
447
|
+
placeholder: string;
|
|
448
|
+
ghost: string;
|
|
449
|
+
};
|
|
450
|
+
divider: string;
|
|
451
|
+
background: {
|
|
452
|
+
DEFAULT: string;
|
|
453
|
+
content: string;
|
|
454
|
+
100: string;
|
|
455
|
+
200: string;
|
|
456
|
+
'color-mixin': {
|
|
457
|
+
1: string;
|
|
458
|
+
2: string;
|
|
459
|
+
};
|
|
460
|
+
};
|
|
461
|
+
vattjom: {
|
|
462
|
+
background: {
|
|
463
|
+
100: string;
|
|
464
|
+
200: string;
|
|
465
|
+
300: string;
|
|
466
|
+
};
|
|
467
|
+
surface: {
|
|
468
|
+
primary: {
|
|
469
|
+
DEFAULT: string;
|
|
470
|
+
hover: string;
|
|
471
|
+
};
|
|
472
|
+
accent: {
|
|
473
|
+
DEFAULT: string;
|
|
474
|
+
hover: string;
|
|
475
|
+
};
|
|
476
|
+
};
|
|
477
|
+
text: {
|
|
478
|
+
DEFAULT: string;
|
|
479
|
+
primary: string;
|
|
480
|
+
secondary: string;
|
|
481
|
+
};
|
|
482
|
+
};
|
|
483
|
+
gronsta: {
|
|
484
|
+
background: {
|
|
485
|
+
100: string;
|
|
486
|
+
200: string;
|
|
487
|
+
300: string;
|
|
488
|
+
};
|
|
489
|
+
surface: {
|
|
490
|
+
primary: {
|
|
491
|
+
DEFAULT: string;
|
|
492
|
+
hover: string;
|
|
493
|
+
};
|
|
494
|
+
accent: {
|
|
495
|
+
DEFAULT: string;
|
|
496
|
+
hover: string;
|
|
497
|
+
};
|
|
498
|
+
};
|
|
499
|
+
text: {
|
|
500
|
+
DEFAULT: string;
|
|
501
|
+
primary: string;
|
|
502
|
+
secondary: string;
|
|
503
|
+
};
|
|
504
|
+
};
|
|
505
|
+
juniskar: {
|
|
506
|
+
background: {
|
|
507
|
+
100: string;
|
|
508
|
+
200: string;
|
|
509
|
+
300: string;
|
|
510
|
+
};
|
|
511
|
+
surface: {
|
|
512
|
+
primary: {
|
|
513
|
+
DEFAULT: string;
|
|
514
|
+
hover: string;
|
|
515
|
+
};
|
|
516
|
+
accent: {
|
|
517
|
+
DEFAULT: string;
|
|
518
|
+
hover: string;
|
|
519
|
+
};
|
|
520
|
+
};
|
|
521
|
+
text: {
|
|
522
|
+
DEFAULT: string;
|
|
523
|
+
primary: string;
|
|
524
|
+
secondary: string;
|
|
525
|
+
};
|
|
526
|
+
};
|
|
527
|
+
bjornstigen: {
|
|
528
|
+
background: {
|
|
529
|
+
100: string;
|
|
530
|
+
200: string;
|
|
531
|
+
300: string;
|
|
532
|
+
};
|
|
533
|
+
surface: {
|
|
534
|
+
primary: {
|
|
535
|
+
DEFAULT: string;
|
|
536
|
+
hover: string;
|
|
537
|
+
};
|
|
538
|
+
accent: {
|
|
539
|
+
DEFAULT: string;
|
|
540
|
+
hover: string;
|
|
541
|
+
};
|
|
542
|
+
};
|
|
543
|
+
text: {
|
|
544
|
+
DEFAULT: string;
|
|
545
|
+
primary: string;
|
|
546
|
+
secondary: string;
|
|
547
|
+
};
|
|
548
|
+
};
|
|
549
|
+
error: {
|
|
550
|
+
DEFAULT: string;
|
|
551
|
+
background: {
|
|
552
|
+
100: string;
|
|
553
|
+
200: string;
|
|
554
|
+
300: string;
|
|
555
|
+
};
|
|
556
|
+
surface: {
|
|
557
|
+
primary: {
|
|
558
|
+
DEFAULT: string;
|
|
559
|
+
hover: string;
|
|
560
|
+
};
|
|
561
|
+
accent: {
|
|
562
|
+
DEFAULT: string;
|
|
563
|
+
hover: string;
|
|
564
|
+
};
|
|
565
|
+
};
|
|
566
|
+
text: {
|
|
567
|
+
DEFAULT: string;
|
|
568
|
+
primary: string;
|
|
569
|
+
secondary: string;
|
|
570
|
+
};
|
|
571
|
+
};
|
|
572
|
+
warning: {
|
|
573
|
+
DEFAULT: string;
|
|
574
|
+
background: {
|
|
575
|
+
100: string;
|
|
576
|
+
200: string;
|
|
577
|
+
300: string;
|
|
578
|
+
};
|
|
579
|
+
surface: {
|
|
580
|
+
primary: {
|
|
581
|
+
DEFAULT: string;
|
|
582
|
+
hover: string;
|
|
583
|
+
};
|
|
584
|
+
accent: {
|
|
585
|
+
DEFAULT: string;
|
|
586
|
+
hover: string;
|
|
587
|
+
};
|
|
588
|
+
};
|
|
589
|
+
text: {
|
|
590
|
+
DEFAULT: string;
|
|
591
|
+
primary: string;
|
|
592
|
+
secondary: string;
|
|
593
|
+
};
|
|
594
|
+
};
|
|
595
|
+
info: {
|
|
596
|
+
DEFAULT: string;
|
|
597
|
+
background: {
|
|
598
|
+
100: string;
|
|
599
|
+
200: string;
|
|
600
|
+
300: string;
|
|
601
|
+
};
|
|
602
|
+
surface: {
|
|
603
|
+
primary: {
|
|
604
|
+
DEFAULT: string;
|
|
605
|
+
hover: string;
|
|
606
|
+
};
|
|
607
|
+
accent: {
|
|
608
|
+
DEFAULT: string;
|
|
609
|
+
hover: string;
|
|
610
|
+
};
|
|
611
|
+
};
|
|
612
|
+
text: {
|
|
613
|
+
DEFAULT: string;
|
|
614
|
+
primary: string;
|
|
615
|
+
secondary: string;
|
|
616
|
+
};
|
|
617
|
+
};
|
|
618
|
+
success: {
|
|
619
|
+
DEFAULT: string;
|
|
620
|
+
background: {
|
|
621
|
+
100: string;
|
|
622
|
+
200: string;
|
|
623
|
+
300: string;
|
|
624
|
+
};
|
|
625
|
+
surface: {
|
|
626
|
+
primary: {
|
|
627
|
+
DEFAULT: string;
|
|
628
|
+
hover: string;
|
|
629
|
+
};
|
|
630
|
+
accent: {
|
|
631
|
+
DEFAULT: string;
|
|
632
|
+
hover: string;
|
|
633
|
+
};
|
|
634
|
+
};
|
|
635
|
+
text: {
|
|
636
|
+
DEFAULT: string;
|
|
637
|
+
primary: string;
|
|
638
|
+
secondary: string;
|
|
639
|
+
};
|
|
640
|
+
};
|
|
641
|
+
};
|
|
642
|
+
};
|
|
643
|
+
export { colors };
|