@sk-web-gui/core 1.0.1 → 1.0.3

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.
Files changed (163) hide show
  1. package/dist/cjs/components/header.js +5 -1
  2. package/dist/cjs/components/header.js.map +1 -1
  3. package/dist/cjs/components/zebratable.js +14 -5
  4. package/dist/cjs/components/zebratable.js.map +1 -1
  5. package/dist/cjs/preset.js +1 -21
  6. package/dist/cjs/preset.js.map +1 -1
  7. package/dist/cjs/theme.js +1 -1
  8. package/dist/cjs/theme.js.map +1 -1
  9. package/dist/esm/components/header.js +5 -1
  10. package/dist/esm/components/header.js.map +1 -1
  11. package/dist/esm/components/zebratable.js +14 -5
  12. package/dist/esm/components/zebratable.js.map +1 -1
  13. package/dist/esm/preset.js +1 -23
  14. package/dist/esm/preset.js.map +1 -1
  15. package/dist/esm/theme.js +1 -1
  16. package/dist/esm/theme.js.map +1 -1
  17. package/dist/types/base.d.ts +52 -0
  18. package/dist/types/colors.d.ts +883 -0
  19. package/dist/types/components/accordion.d.ts +97 -0
  20. package/dist/types/components/alert-banner.d.ts +24 -0
  21. package/dist/types/components/alert.d.ts +10 -0
  22. package/dist/types/components/avatar.d.ts +4 -0
  23. package/dist/types/components/badge.d.ts +4 -0
  24. package/dist/types/components/breadcrumb.d.ts +29 -0
  25. package/dist/types/components/button-group.d.ts +26 -0
  26. package/dist/types/components/button.d.ts +172 -0
  27. package/dist/types/components/card.d.ts +56 -0
  28. package/dist/types/components/checkbox.d.ts +106 -0
  29. package/dist/types/components/code.d.ts +9 -0
  30. package/dist/types/components/combobox.d.ts +65 -0
  31. package/dist/types/components/comments.d.ts +30 -0
  32. package/dist/types/components/context-menu.d.ts +39 -0
  33. package/dist/types/components/cookie-consent.d.ts +36 -0
  34. package/dist/types/components/dialog.d.ts +6 -0
  35. package/dist/types/components/divider.d.ts +51 -0
  36. package/dist/types/components/dot.d.ts +35 -0
  37. package/dist/types/components/dropdown-filter.d.ts +58 -0
  38. package/dist/types/components/filter.d.ts +15 -0
  39. package/dist/types/components/footer.d.ts +28 -0
  40. package/dist/types/components/forms.d.ts +25 -0
  41. package/dist/types/components/header.d.ts +29 -0
  42. package/dist/types/components/icon.d.ts +4 -0
  43. package/dist/types/components/input.d.ts +207 -0
  44. package/dist/types/components/kbd.d.ts +8 -0
  45. package/dist/types/components/label.d.ts +4 -0
  46. package/dist/types/components/link.d.ts +44 -0
  47. package/dist/types/components/list.d.ts +53 -0
  48. package/dist/types/components/logo.d.ts +49 -0
  49. package/dist/types/components/menu-vertical.d.ts +219 -0
  50. package/dist/types/components/menubar.d.ts +12 -0
  51. package/dist/types/components/modal.d.ts +42 -0
  52. package/dist/types/components/notification.d.ts +48 -0
  53. package/dist/types/components/pagination.d.ts +101 -0
  54. package/dist/types/components/popup-menu.d.ts +106 -0
  55. package/dist/types/components/progress-bar.d.ts +4 -0
  56. package/dist/types/components/progress-stepper.d.ts +51 -0
  57. package/dist/types/components/radio.d.ts +126 -0
  58. package/dist/types/components/search-field.d.ts +21 -0
  59. package/dist/types/components/select.d.ts +142 -0
  60. package/dist/types/components/side-menu.d.ts +219 -0
  61. package/dist/types/components/snackbar.d.ts +31 -0
  62. package/dist/types/components/spinner.d.ts +4 -0
  63. package/dist/types/components/switch.d.ts +65 -0
  64. package/dist/types/components/tab-menu.d.ts +57 -0
  65. package/dist/types/components/table.d.ts +12 -0
  66. package/dist/types/components/tabs.d.ts +64 -0
  67. package/dist/types/components/tooltip.d.ts +54 -0
  68. package/dist/types/components/user-menu.d.ts +14 -0
  69. package/dist/types/components/zebratable.d.ts +135 -0
  70. package/dist/types/index.d.ts +4 -0
  71. package/dist/types/plugin.d.ts +8 -0
  72. package/dist/types/preset.d.ts +13 -0
  73. package/dist/types/theme.d.ts +1719 -0
  74. package/dist/types/units.d.ts +247 -0
  75. package/dist/types/with-opacity.d.ts +4 -0
  76. package/package.json +15 -8
  77. package/dist/cjs/components/calendar.js +0 -67
  78. package/dist/cjs/components/calendar.js.map +0 -1
  79. package/dist/cjs/components/form-control.js +0 -8
  80. package/dist/cjs/components/form-control.js.map +0 -1
  81. package/dist/cjs/components/message.js +0 -52
  82. package/dist/cjs/components/message.js.map +0 -1
  83. package/dist/cjs/components/profile-picture.js +0 -15
  84. package/dist/cjs/components/profile-picture.js.map +0 -1
  85. package/dist/cjs/components/profile.js +0 -34
  86. package/dist/cjs/components/profile.js.map +0 -1
  87. package/dist/cjs/components/search-bar.js +0 -8
  88. package/dist/cjs/components/search-bar.js.map +0 -1
  89. package/dist/cjs/components/tag.js +0 -72
  90. package/dist/cjs/components/tag.js.map +0 -1
  91. package/dist/esm/components/calendar.js +0 -65
  92. package/dist/esm/components/calendar.js.map +0 -1
  93. package/dist/esm/components/form-control.js +0 -6
  94. package/dist/esm/components/form-control.js.map +0 -1
  95. package/dist/esm/components/message.js +0 -50
  96. package/dist/esm/components/message.js.map +0 -1
  97. package/dist/esm/components/profile-picture.js +0 -13
  98. package/dist/esm/components/profile-picture.js.map +0 -1
  99. package/dist/esm/components/profile.js +0 -32
  100. package/dist/esm/components/profile.js.map +0 -1
  101. package/dist/esm/components/search-bar.js +0 -6
  102. package/dist/esm/components/search-bar.js.map +0 -1
  103. package/dist/esm/components/tag.js +0 -79
  104. package/dist/esm/components/tag.js.map +0 -1
  105. package/src/base.js +0 -47
  106. package/src/colors.js +0 -645
  107. package/src/components/accordion.js +0 -103
  108. package/src/components/alert-banner.js +0 -29
  109. package/src/components/alert.js +0 -90
  110. package/src/components/avatar.js +0 -39
  111. package/src/components/badge.js +0 -41
  112. package/src/components/breadcrumb.js +0 -33
  113. package/src/components/button-group.js +0 -31
  114. package/src/components/button.js +0 -309
  115. package/src/components/card.js +0 -293
  116. package/src/components/checkbox.js +0 -136
  117. package/src/components/code.js +0 -9
  118. package/src/components/combobox.js +0 -66
  119. package/src/components/comments.js +0 -38
  120. package/src/components/context-menu.js +0 -49
  121. package/src/components/cookie-consent.js +0 -45
  122. package/src/components/dialog.js +0 -5
  123. package/src/components/divider.js +0 -52
  124. package/src/components/dot.js +0 -83
  125. package/src/components/dropdown-filter.js +0 -66
  126. package/src/components/filter.js +0 -16
  127. package/src/components/footer.js +0 -29
  128. package/src/components/forms.js +0 -27
  129. package/src/components/header.js +0 -28
  130. package/src/components/icon.js +0 -78
  131. package/src/components/input.js +0 -244
  132. package/src/components/kbd.js +0 -9
  133. package/src/components/label.js +0 -37
  134. package/src/components/link.js +0 -53
  135. package/src/components/list.js +0 -61
  136. package/src/components/logo.js +0 -49
  137. package/src/components/menu-vertical.js +0 -293
  138. package/src/components/menubar.js +0 -56
  139. package/src/components/modal.js +0 -47
  140. package/src/components/notification.js +0 -56
  141. package/src/components/pagination.js +0 -116
  142. package/src/components/popup-menu.js +0 -111
  143. package/src/components/progress-bar.js +0 -31
  144. package/src/components/progress-stepper.js +0 -50
  145. package/src/components/radio.js +0 -138
  146. package/src/components/search-field.js +0 -20
  147. package/src/components/select.js +0 -203
  148. package/src/components/side-menu.js +0 -272
  149. package/src/components/snackbar.js +0 -34
  150. package/src/components/spinner.js +0 -23
  151. package/src/components/switch.js +0 -85
  152. package/src/components/tab-menu.js +0 -58
  153. package/src/components/table.js +0 -13
  154. package/src/components/tabs.js +0 -64
  155. package/src/components/tooltip.js +0 -64
  156. package/src/components/user-menu.js +0 -13
  157. package/src/components/zebratable.js +0 -140
  158. package/src/index.js +0 -8
  159. package/src/plugin.js +0 -142
  160. package/src/preset.js +0 -38
  161. package/src/theme.js +0 -158
  162. package/src/units.js +0 -212
  163. package/src/with-opacity.js +0 -6
@@ -0,0 +1,883 @@
1
+ export namespace primitives {
2
+ let gray: {
3
+ lightest: string;
4
+ 50: string;
5
+ 100: string;
6
+ 200: string;
7
+ 300: string;
8
+ 400: string;
9
+ 500: string;
10
+ 600: string;
11
+ 700: string;
12
+ 800: string;
13
+ 900: string;
14
+ darkest: string;
15
+ };
16
+ namespace overlay {
17
+ let darken: {
18
+ 1: string;
19
+ 2: string;
20
+ 3: string;
21
+ 4: string;
22
+ 5: string;
23
+ 6: string;
24
+ 7: string;
25
+ 8: string;
26
+ 9: string;
27
+ 10: string;
28
+ };
29
+ let lighten: {
30
+ 1: string;
31
+ 2: string;
32
+ 3: string;
33
+ 4: string;
34
+ 5: string;
35
+ 6: string;
36
+ 7: string;
37
+ 8: string;
38
+ 9: string;
39
+ 10: string;
40
+ };
41
+ }
42
+ let blue: {
43
+ 50: string;
44
+ 100: string;
45
+ 200: string;
46
+ 300: string;
47
+ 400: string;
48
+ 500: string;
49
+ 600: string;
50
+ 700: string;
51
+ 800: string;
52
+ 900: string;
53
+ };
54
+ let green: {
55
+ 50: string;
56
+ 100: string;
57
+ 200: string;
58
+ 300: string;
59
+ 400: string;
60
+ 500: string;
61
+ 600: string;
62
+ 700: string;
63
+ 800: string;
64
+ 900: string;
65
+ };
66
+ let purple: {
67
+ 50: string;
68
+ 100: string;
69
+ 200: string;
70
+ 300: string;
71
+ 400: string;
72
+ 500: string;
73
+ 600: string;
74
+ 700: string;
75
+ 800: string;
76
+ 900: string;
77
+ };
78
+ let pink: {
79
+ 50: string;
80
+ 100: string;
81
+ 200: string;
82
+ 300: string;
83
+ 400: string;
84
+ 500: string;
85
+ 600: string;
86
+ 700: string;
87
+ 800: string;
88
+ 900: string;
89
+ };
90
+ let orange: {
91
+ 50: string;
92
+ 100: string;
93
+ 200: string;
94
+ 300: string;
95
+ 400: string;
96
+ 500: string;
97
+ 600: string;
98
+ 700: string;
99
+ 800: string;
100
+ 900: string;
101
+ };
102
+ let red: {
103
+ 50: string;
104
+ 100: string;
105
+ 200: string;
106
+ 300: string;
107
+ 400: string;
108
+ 500: string;
109
+ 600: string;
110
+ 700: string;
111
+ 800: string;
112
+ 900: string;
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;
456
+ };
457
+ export { background_8 as background };
458
+ export namespace surface_8 {
459
+ export namespace primary_17 {
460
+ let DEFAULT_28: string;
461
+ export { DEFAULT_28 as DEFAULT };
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: {
495
+ DEFAULT: string;
496
+ surface: {
497
+ DEFAULT: string;
498
+ hover: string;
499
+ disabled: string;
500
+ };
501
+ lightest: string;
502
+ 50: string;
503
+ 100: string;
504
+ 200: string;
505
+ 300: string;
506
+ 400: string;
507
+ 500: string;
508
+ 600: string;
509
+ 700: string;
510
+ 800: string;
511
+ 900: string;
512
+ darkest: string;
513
+ };
514
+ export { primary_19 as primary };
515
+ let secondary_11: {
516
+ DEFAULT: string;
517
+ outline: {
518
+ DEFAULT: string;
519
+ hover: string;
520
+ };
521
+ surface: {
522
+ DEFAULT: string;
523
+ hover: string;
524
+ disabled: string;
525
+ };
526
+ lightest: string;
527
+ 50: string;
528
+ 100: string;
529
+ 200: string;
530
+ 300: string;
531
+ 400: string;
532
+ 500: string;
533
+ 600: string;
534
+ 700: string;
535
+ 800: string;
536
+ 900: string;
537
+ darkest: string;
538
+ };
539
+ export { secondary_11 as secondary };
540
+ export namespace tertiary_1 {
541
+ export namespace surface_9 {
542
+ let DEFAULT_31: string;
543
+ export { DEFAULT_31 as DEFAULT };
544
+ let hover_17: string;
545
+ export { hover_17 as hover };
546
+ let disabled_3: string;
547
+ export { disabled_3 as disabled };
548
+ }
549
+ export { surface_9 as surface };
550
+ }
551
+ export { tertiary_1 as tertiary };
552
+ export namespace dark_1 {
553
+ let DEFAULT_32: string;
554
+ export { DEFAULT_32 as DEFAULT };
555
+ let primary_20: string;
556
+ export { primary_20 as primary };
557
+ let secondary_12: string;
558
+ export { secondary_12 as secondary };
559
+ let disabled_4: string;
560
+ export { disabled_4 as disabled };
561
+ let placeholder_2: string;
562
+ export { placeholder_2 as placeholder };
563
+ let ghost_2: string;
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: {
585
+ DEFAULT: string;
586
+ content: string;
587
+ 100: string;
588
+ 200: string;
589
+ 'color-mixin': {
590
+ 1: string;
591
+ 2: string;
592
+ };
593
+ };
594
+ export { background_9 as background };
595
+ export namespace vattjom_1 {
596
+ let background_10: {
597
+ 100: string;
598
+ 200: string;
599
+ 300: string;
600
+ };
601
+ export { background_10 as background };
602
+ export namespace surface_10 {
603
+ export namespace primary_22 {
604
+ let DEFAULT_34: string;
605
+ export { DEFAULT_34 as DEFAULT };
606
+ let hover_18: string;
607
+ export { hover_18 as hover };
608
+ }
609
+ export { primary_22 as primary };
610
+ export namespace accent_8 {
611
+ let DEFAULT_35: string;
612
+ export { DEFAULT_35 as DEFAULT };
613
+ let hover_19: string;
614
+ export { hover_19 as hover };
615
+ }
616
+ export { accent_8 as accent };
617
+ }
618
+ export { surface_10 as surface };
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: {
632
+ 100: string;
633
+ 200: string;
634
+ 300: string;
635
+ };
636
+ export { background_11 as background };
637
+ export namespace surface_11 {
638
+ export namespace primary_24 {
639
+ let DEFAULT_37: string;
640
+ export { DEFAULT_37 as DEFAULT };
641
+ let hover_20: string;
642
+ export { hover_20 as hover };
643
+ }
644
+ export { primary_24 as primary };
645
+ export namespace accent_9 {
646
+ let DEFAULT_38: string;
647
+ export { DEFAULT_38 as DEFAULT };
648
+ let hover_21: string;
649
+ export { hover_21 as hover };
650
+ }
651
+ export { accent_9 as accent };
652
+ }
653
+ export { surface_11 as surface };
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: {
667
+ 100: string;
668
+ 200: string;
669
+ 300: string;
670
+ };
671
+ export { background_12 as background };
672
+ export namespace surface_12 {
673
+ export namespace primary_26 {
674
+ let DEFAULT_40: string;
675
+ export { DEFAULT_40 as DEFAULT };
676
+ let hover_22: string;
677
+ export { hover_22 as hover };
678
+ }
679
+ export { primary_26 as primary };
680
+ export namespace accent_10 {
681
+ let DEFAULT_41: string;
682
+ export { DEFAULT_41 as DEFAULT };
683
+ let hover_23: string;
684
+ export { hover_23 as hover };
685
+ }
686
+ export { accent_10 as accent };
687
+ }
688
+ export { surface_12 as surface };
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: {
702
+ 100: string;
703
+ 200: string;
704
+ 300: string;
705
+ };
706
+ export { background_13 as background };
707
+ export namespace surface_13 {
708
+ export namespace primary_28 {
709
+ let DEFAULT_43: string;
710
+ export { DEFAULT_43 as DEFAULT };
711
+ let hover_24: string;
712
+ export { hover_24 as hover };
713
+ }
714
+ export { primary_28 as primary };
715
+ export namespace accent_11 {
716
+ let DEFAULT_44: string;
717
+ export { DEFAULT_44 as DEFAULT };
718
+ let hover_25: string;
719
+ export { hover_25 as hover };
720
+ }
721
+ export { accent_11 as accent };
722
+ }
723
+ export { surface_13 as surface };
724
+ export namespace text_11 {
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: {
739
+ 100: string;
740
+ 200: string;
741
+ 300: string;
742
+ };
743
+ export { background_14 as background };
744
+ export namespace surface_14 {
745
+ export namespace primary_30 {
746
+ let DEFAULT_47: string;
747
+ export { DEFAULT_47 as DEFAULT };
748
+ let hover_26: string;
749
+ export { hover_26 as hover };
750
+ }
751
+ export { primary_30 as primary };
752
+ export namespace accent_12 {
753
+ let DEFAULT_48: string;
754
+ export { DEFAULT_48 as DEFAULT };
755
+ let hover_27: string;
756
+ export { hover_27 as hover };
757
+ }
758
+ export { accent_12 as accent };
759
+ }
760
+ export { surface_14 as surface };
761
+ export namespace text_12 {
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: {
776
+ 100: string;
777
+ 200: string;
778
+ 300: string;
779
+ };
780
+ export { background_15 as background };
781
+ export namespace surface_15 {
782
+ export namespace primary_32 {
783
+ let DEFAULT_51: string;
784
+ export { DEFAULT_51 as DEFAULT };
785
+ let hover_28: string;
786
+ export { hover_28 as hover };
787
+ }
788
+ export { primary_32 as primary };
789
+ export namespace accent_13 {
790
+ let DEFAULT_52: string;
791
+ export { DEFAULT_52 as DEFAULT };
792
+ let hover_29: string;
793
+ export { hover_29 as hover };
794
+ }
795
+ export { accent_13 as accent };
796
+ }
797
+ export { surface_15 as surface };
798
+ export namespace text_13 {
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: {
813
+ 100: string;
814
+ 200: string;
815
+ 300: string;
816
+ };
817
+ export { background_16 as background };
818
+ export namespace surface_16 {
819
+ export namespace primary_34 {
820
+ let DEFAULT_55: string;
821
+ export { DEFAULT_55 as DEFAULT };
822
+ let hover_30: string;
823
+ export { hover_30 as hover };
824
+ }
825
+ export { primary_34 as primary };
826
+ export namespace accent_14 {
827
+ let DEFAULT_56: string;
828
+ export { DEFAULT_56 as DEFAULT };
829
+ let hover_31: string;
830
+ export { hover_31 as hover };
831
+ }
832
+ export { accent_14 as accent };
833
+ }
834
+ export { surface_16 as surface };
835
+ export namespace text_14 {
836
+ let DEFAULT_57: string;
837
+ export { DEFAULT_57 as DEFAULT };
838
+ let primary_35: string;
839
+ export { primary_35 as primary };
840
+ let secondary_20: string;
841
+ export { secondary_20 as secondary };
842
+ }
843
+ export { text_14 as text };
844
+ }
845
+ export { info_1 as info };
846
+ export namespace success_1 {
847
+ let DEFAULT_58: string;
848
+ export { DEFAULT_58 as DEFAULT };
849
+ let background_17: {
850
+ 100: string;
851
+ 200: string;
852
+ 300: string;
853
+ };
854
+ export { background_17 as background };
855
+ export namespace surface_17 {
856
+ export namespace primary_36 {
857
+ let DEFAULT_59: string;
858
+ export { DEFAULT_59 as DEFAULT };
859
+ let hover_32: string;
860
+ export { hover_32 as hover };
861
+ }
862
+ export { primary_36 as primary };
863
+ export namespace accent_15 {
864
+ let DEFAULT_60: string;
865
+ export { DEFAULT_60 as DEFAULT };
866
+ let hover_33: string;
867
+ export { hover_33 as hover };
868
+ }
869
+ export { accent_15 as accent };
870
+ }
871
+ export { surface_17 as surface };
872
+ export namespace text_15 {
873
+ let DEFAULT_61: string;
874
+ export { DEFAULT_61 as DEFAULT };
875
+ let primary_37: string;
876
+ export { primary_37 as primary };
877
+ let secondary_21: string;
878
+ export { secondary_21 as secondary };
879
+ }
880
+ export { text_15 as text };
881
+ }
882
+ export { success_1 as success };
883
+ }