@sk-web-gui/core 1.0.3 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (315) hide show
  1. package/dist/cjs/base.js +6 -1
  2. package/dist/cjs/base.js.map +1 -1
  3. package/dist/cjs/colors.js +5 -1
  4. package/dist/cjs/colors.js.map +1 -1
  5. package/dist/cjs/components/accordion.js +97 -20
  6. package/dist/cjs/components/accordion.js.map +1 -1
  7. package/dist/cjs/components/alert-banner.js +1 -1
  8. package/dist/cjs/components/alert-banner.js.map +1 -1
  9. package/dist/cjs/components/alert.js +5 -1
  10. package/dist/cjs/components/alert.js.map +1 -1
  11. package/dist/cjs/components/avatar.js +5 -1
  12. package/dist/cjs/components/avatar.js.map +1 -1
  13. package/dist/cjs/components/badge.js +5 -1
  14. package/dist/cjs/components/badge.js.map +1 -1
  15. package/dist/cjs/components/breadcrumb.js +5 -1
  16. package/dist/cjs/components/breadcrumb.js.map +1 -1
  17. package/dist/cjs/components/button-group.js +5 -1
  18. package/dist/cjs/components/button-group.js.map +1 -1
  19. package/dist/cjs/components/button.js +5 -1
  20. package/dist/cjs/components/button.js.map +1 -1
  21. package/dist/cjs/components/calendar.js +67 -0
  22. package/dist/cjs/components/calendar.js.map +1 -0
  23. package/dist/cjs/components/card.js +5 -1
  24. package/dist/cjs/components/card.js.map +1 -1
  25. package/dist/cjs/components/checkbox.js +5 -1
  26. package/dist/cjs/components/checkbox.js.map +1 -1
  27. package/dist/cjs/components/chip.js +41 -0
  28. package/dist/cjs/components/chip.js.map +1 -0
  29. package/dist/cjs/components/code.js +5 -1
  30. package/dist/cjs/components/code.js.map +1 -1
  31. package/dist/cjs/components/combobox.js +10 -1
  32. package/dist/cjs/components/combobox.js.map +1 -1
  33. package/dist/cjs/components/comments.js +2 -2
  34. package/dist/cjs/components/comments.js.map +1 -1
  35. package/dist/cjs/components/cookie-consent.js +5 -1
  36. package/dist/cjs/components/cookie-consent.js.map +1 -1
  37. package/dist/cjs/components/dialog.js +5 -1
  38. package/dist/cjs/components/dialog.js.map +1 -1
  39. package/dist/cjs/components/divider.js +5 -1
  40. package/dist/cjs/components/divider.js.map +1 -1
  41. package/dist/cjs/components/dot.js +5 -1
  42. package/dist/cjs/components/dot.js.map +1 -1
  43. package/dist/cjs/components/filter.js +5 -1
  44. package/dist/cjs/components/filter.js.map +1 -1
  45. package/dist/cjs/components/footer.js +5 -1
  46. package/dist/cjs/components/footer.js.map +1 -1
  47. package/dist/cjs/components/forms.js +5 -1
  48. package/dist/cjs/components/forms.js.map +1 -1
  49. package/dist/cjs/components/header.js +5 -1
  50. package/dist/cjs/components/header.js.map +1 -1
  51. package/dist/cjs/components/icon.js +5 -1
  52. package/dist/cjs/components/icon.js.map +1 -1
  53. package/dist/cjs/components/input.js +17 -10
  54. package/dist/cjs/components/input.js.map +1 -1
  55. package/dist/cjs/components/kbd.js +5 -1
  56. package/dist/cjs/components/kbd.js.map +1 -1
  57. package/dist/cjs/components/label.js +5 -1
  58. package/dist/cjs/components/label.js.map +1 -1
  59. package/dist/cjs/components/link.js +5 -1
  60. package/dist/cjs/components/link.js.map +1 -1
  61. package/dist/cjs/components/list.js +5 -1
  62. package/dist/cjs/components/list.js.map +1 -1
  63. package/dist/cjs/components/logo.js +5 -1
  64. package/dist/cjs/components/logo.js.map +1 -1
  65. package/dist/cjs/components/menu-vertical.js +7 -6
  66. package/dist/cjs/components/menu-vertical.js.map +1 -1
  67. package/dist/cjs/components/menubar.js +7 -3
  68. package/dist/cjs/components/menubar.js.map +1 -1
  69. package/dist/cjs/components/message.js +52 -0
  70. package/dist/cjs/components/message.js.map +1 -0
  71. package/dist/cjs/components/modal.js +5 -1
  72. package/dist/cjs/components/modal.js.map +1 -1
  73. package/dist/cjs/components/notification.js +2 -2
  74. package/dist/cjs/components/notification.js.map +1 -1
  75. package/dist/cjs/components/pagination.js +5 -1
  76. package/dist/cjs/components/pagination.js.map +1 -1
  77. package/dist/cjs/components/popup-menu.js +5 -1
  78. package/dist/cjs/components/popup-menu.js.map +1 -1
  79. package/dist/cjs/components/profile-picture.js +15 -0
  80. package/dist/cjs/components/profile-picture.js.map +1 -0
  81. package/dist/cjs/components/profile.js +34 -0
  82. package/dist/cjs/components/profile.js.map +1 -0
  83. package/dist/cjs/components/progress-bar.js +5 -1
  84. package/dist/cjs/components/progress-bar.js.map +1 -1
  85. package/dist/cjs/components/progress-stepper.js +5 -1
  86. package/dist/cjs/components/progress-stepper.js.map +1 -1
  87. package/dist/cjs/components/radio.js +5 -1
  88. package/dist/cjs/components/radio.js.map +1 -1
  89. package/dist/cjs/components/search-bar.js +8 -0
  90. package/dist/cjs/components/search-bar.js.map +1 -0
  91. package/dist/cjs/components/search-field.js +5 -1
  92. package/dist/cjs/components/search-field.js.map +1 -1
  93. package/dist/cjs/components/select.js +5 -1
  94. package/dist/cjs/components/select.js.map +1 -1
  95. package/dist/cjs/components/side-menu.js +7 -7
  96. package/dist/cjs/components/side-menu.js.map +1 -1
  97. package/dist/cjs/components/snackbar.js +5 -1
  98. package/dist/cjs/components/snackbar.js.map +1 -1
  99. package/dist/cjs/components/spinner.js +5 -1
  100. package/dist/cjs/components/spinner.js.map +1 -1
  101. package/dist/cjs/components/switch.js +5 -1
  102. package/dist/cjs/components/switch.js.map +1 -1
  103. package/dist/cjs/components/tab-menu.js.map +1 -1
  104. package/dist/cjs/components/table.js +5 -1
  105. package/dist/cjs/components/table.js.map +1 -1
  106. package/dist/cjs/components/tabs.js +12 -57
  107. package/dist/cjs/components/tabs.js.map +1 -1
  108. package/dist/cjs/components/tag.js +72 -0
  109. package/dist/cjs/components/tag.js.map +1 -0
  110. package/dist/cjs/components/tooltip.js +5 -1
  111. package/dist/cjs/components/tooltip.js.map +1 -1
  112. package/dist/cjs/components/user-menu.js +5 -1
  113. package/dist/cjs/components/user-menu.js.map +1 -1
  114. package/dist/cjs/components/zebratable.js +5 -1
  115. package/dist/cjs/components/zebratable.js.map +1 -1
  116. package/dist/cjs/index.js +10 -7
  117. package/dist/cjs/index.js.map +1 -1
  118. package/dist/cjs/plugin.js +56 -56
  119. package/dist/cjs/plugin.js.map +1 -1
  120. package/dist/cjs/preset.js +10 -2
  121. package/dist/cjs/preset.js.map +1 -1
  122. package/dist/cjs/theme.js +71 -66
  123. package/dist/cjs/theme.js.map +1 -1
  124. package/dist/cjs/units.js +44 -39
  125. package/dist/cjs/units.js.map +1 -1
  126. package/dist/cjs/with-opacity.js +6 -1
  127. package/dist/cjs/with-opacity.js.map +1 -1
  128. package/dist/esm/base.js +3 -1
  129. package/dist/esm/base.js.map +1 -1
  130. package/dist/esm/colors.js +2 -1
  131. package/dist/esm/colors.js.map +1 -1
  132. package/dist/esm/components/accordion.js +93 -20
  133. package/dist/esm/components/accordion.js.map +1 -1
  134. package/dist/esm/components/alert-banner.js +1 -1
  135. package/dist/esm/components/alert-banner.js.map +1 -1
  136. package/dist/esm/components/alert.js +1 -1
  137. package/dist/esm/components/alert.js.map +1 -1
  138. package/dist/esm/components/avatar.js +1 -1
  139. package/dist/esm/components/avatar.js.map +1 -1
  140. package/dist/esm/components/badge.js +1 -1
  141. package/dist/esm/components/badge.js.map +1 -1
  142. package/dist/esm/components/breadcrumb.js +1 -1
  143. package/dist/esm/components/breadcrumb.js.map +1 -1
  144. package/dist/esm/components/button-group.js +1 -1
  145. package/dist/esm/components/button-group.js.map +1 -1
  146. package/dist/esm/components/button.js +1 -1
  147. package/dist/esm/components/button.js.map +1 -1
  148. package/dist/esm/components/calendar.js +65 -0
  149. package/dist/esm/components/calendar.js.map +1 -0
  150. package/dist/esm/components/card.js +1 -1
  151. package/dist/esm/components/card.js.map +1 -1
  152. package/dist/esm/components/checkbox.js +1 -1
  153. package/dist/esm/components/checkbox.js.map +1 -1
  154. package/dist/esm/components/chip.js +35 -0
  155. package/dist/esm/components/chip.js.map +1 -0
  156. package/dist/esm/components/code.js +1 -1
  157. package/dist/esm/components/code.js.map +1 -1
  158. package/dist/esm/components/combobox.js +6 -1
  159. package/dist/esm/components/combobox.js.map +1 -1
  160. package/dist/esm/components/comments.js +2 -2
  161. package/dist/esm/components/comments.js.map +1 -1
  162. package/dist/esm/components/cookie-consent.js +1 -1
  163. package/dist/esm/components/cookie-consent.js.map +1 -1
  164. package/dist/esm/components/dialog.js +1 -1
  165. package/dist/esm/components/dialog.js.map +1 -1
  166. package/dist/esm/components/divider.js +1 -1
  167. package/dist/esm/components/divider.js.map +1 -1
  168. package/dist/esm/components/dot.js +1 -1
  169. package/dist/esm/components/dot.js.map +1 -1
  170. package/dist/esm/components/filter.js +1 -1
  171. package/dist/esm/components/filter.js.map +1 -1
  172. package/dist/esm/components/footer.js +1 -1
  173. package/dist/esm/components/footer.js.map +1 -1
  174. package/dist/esm/components/forms.js +1 -1
  175. package/dist/esm/components/forms.js.map +1 -1
  176. package/dist/esm/components/header.js +1 -1
  177. package/dist/esm/components/header.js.map +1 -1
  178. package/dist/esm/components/icon.js +1 -1
  179. package/dist/esm/components/icon.js.map +1 -1
  180. package/dist/esm/components/input.js +13 -10
  181. package/dist/esm/components/input.js.map +1 -1
  182. package/dist/esm/components/kbd.js +1 -1
  183. package/dist/esm/components/kbd.js.map +1 -1
  184. package/dist/esm/components/label.js +1 -1
  185. package/dist/esm/components/label.js.map +1 -1
  186. package/dist/esm/components/link.js +1 -1
  187. package/dist/esm/components/link.js.map +1 -1
  188. package/dist/esm/components/list.js +1 -1
  189. package/dist/esm/components/list.js.map +1 -1
  190. package/dist/esm/components/logo.js +1 -1
  191. package/dist/esm/components/logo.js.map +1 -1
  192. package/dist/esm/components/menu-vertical.js +3 -6
  193. package/dist/esm/components/menu-vertical.js.map +1 -1
  194. package/dist/esm/components/menubar.js +3 -3
  195. package/dist/esm/components/menubar.js.map +1 -1
  196. package/dist/esm/components/message.js +50 -0
  197. package/dist/esm/components/message.js.map +1 -0
  198. package/dist/esm/components/modal.js +1 -1
  199. package/dist/esm/components/modal.js.map +1 -1
  200. package/dist/esm/components/notification.js +2 -2
  201. package/dist/esm/components/notification.js.map +1 -1
  202. package/dist/esm/components/pagination.js +1 -1
  203. package/dist/esm/components/pagination.js.map +1 -1
  204. package/dist/esm/components/popup-menu.js +1 -1
  205. package/dist/esm/components/popup-menu.js.map +1 -1
  206. package/dist/esm/components/profile-picture.js +13 -0
  207. package/dist/esm/components/profile-picture.js.map +1 -0
  208. package/dist/esm/components/profile.js +32 -0
  209. package/dist/esm/components/profile.js.map +1 -0
  210. package/dist/esm/components/progress-bar.js +1 -1
  211. package/dist/esm/components/progress-bar.js.map +1 -1
  212. package/dist/esm/components/progress-stepper.js +1 -1
  213. package/dist/esm/components/progress-stepper.js.map +1 -1
  214. package/dist/esm/components/radio.js +1 -1
  215. package/dist/esm/components/radio.js.map +1 -1
  216. package/dist/esm/components/search-bar.js +6 -0
  217. package/dist/esm/components/search-bar.js.map +1 -0
  218. package/dist/esm/components/search-field.js +1 -1
  219. package/dist/esm/components/search-field.js.map +1 -1
  220. package/dist/esm/components/select.js +1 -1
  221. package/dist/esm/components/select.js.map +1 -1
  222. package/dist/esm/components/side-menu.js +7 -7
  223. package/dist/esm/components/side-menu.js.map +1 -1
  224. package/dist/esm/components/snackbar.js +1 -1
  225. package/dist/esm/components/snackbar.js.map +1 -1
  226. package/dist/esm/components/spinner.js +1 -1
  227. package/dist/esm/components/spinner.js.map +1 -1
  228. package/dist/esm/components/switch.js +1 -1
  229. package/dist/esm/components/switch.js.map +1 -1
  230. package/dist/esm/components/tab-menu.js.map +1 -1
  231. package/dist/esm/components/table.js +1 -1
  232. package/dist/esm/components/table.js.map +1 -1
  233. package/dist/esm/components/tabs.js +8 -57
  234. package/dist/esm/components/tabs.js.map +1 -1
  235. package/dist/esm/components/tag.js +79 -0
  236. package/dist/esm/components/tag.js.map +1 -0
  237. package/dist/esm/components/tooltip.js +1 -1
  238. package/dist/esm/components/tooltip.js.map +1 -1
  239. package/dist/esm/components/user-menu.js +1 -1
  240. package/dist/esm/components/user-menu.js.map +1 -1
  241. package/dist/esm/components/zebratable.js +1 -1
  242. package/dist/esm/components/zebratable.js.map +1 -1
  243. package/dist/esm/index.js +4 -7
  244. package/dist/esm/index.js.map +1 -1
  245. package/dist/esm/plugin.js +50 -54
  246. package/dist/esm/plugin.js.map +1 -1
  247. package/dist/esm/preset.js +5 -2
  248. package/dist/esm/preset.js.map +1 -1
  249. package/dist/esm/theme.js +26 -26
  250. package/dist/esm/theme.js.map +1 -1
  251. package/dist/esm/units.js +41 -39
  252. package/dist/esm/units.js.map +1 -1
  253. package/dist/esm/with-opacity.js +2 -1
  254. package/dist/esm/with-opacity.js.map +1 -1
  255. package/dist/types/base.d.ts +3 -2
  256. package/dist/types/colors.d.ts +559 -799
  257. package/dist/types/components/accordion.d.ts +90 -18
  258. package/dist/types/components/alert.d.ts +17 -6
  259. package/dist/types/components/avatar.d.ts +25 -3
  260. package/dist/types/components/badge.d.ts +20 -3
  261. package/dist/types/components/breadcrumb.d.ts +1 -2
  262. package/dist/types/components/button-group.d.ts +1 -2
  263. package/dist/types/components/button.d.ts +30 -4
  264. package/dist/types/components/card.d.ts +82 -3
  265. package/dist/types/components/checkbox.d.ts +1 -2
  266. package/dist/types/components/chip.d.ts +34 -0
  267. package/dist/types/components/code.d.ts +1 -2
  268. package/dist/types/components/combobox.d.ts +6 -2
  269. package/dist/types/components/cookie-consent.d.ts +1 -2
  270. package/dist/types/components/dialog.d.ts +1 -2
  271. package/dist/types/components/divider.d.ts +1 -2
  272. package/dist/types/components/dot.d.ts +12 -4
  273. package/dist/types/components/filter.d.ts +1 -2
  274. package/dist/types/components/footer.d.ts +1 -2
  275. package/dist/types/components/forms.d.ts +1 -2
  276. package/dist/types/components/header.d.ts +1 -2
  277. package/dist/types/components/icon.d.ts +37 -3
  278. package/dist/types/components/input.d.ts +8 -6
  279. package/dist/types/components/kbd.d.ts +1 -2
  280. package/dist/types/components/label.d.ts +18 -3
  281. package/dist/types/components/link.d.ts +1 -2
  282. package/dist/types/components/list.d.ts +1 -2
  283. package/dist/types/components/logo.d.ts +1 -2
  284. package/dist/types/components/menu-vertical.d.ts +3 -7
  285. package/dist/types/components/menubar.d.ts +26 -3
  286. package/dist/types/components/modal.d.ts +1 -2
  287. package/dist/types/components/pagination.d.ts +1 -2
  288. package/dist/types/components/popup-menu.d.ts +1 -2
  289. package/dist/types/components/progress-bar.d.ts +12 -3
  290. package/dist/types/components/progress-stepper.d.ts +1 -2
  291. package/dist/types/components/radio.d.ts +1 -2
  292. package/dist/types/components/search-field.d.ts +1 -2
  293. package/dist/types/components/select.d.ts +1 -2
  294. package/dist/types/components/snackbar.d.ts +1 -2
  295. package/dist/types/components/spinner.d.ts +9 -3
  296. package/dist/types/components/switch.d.ts +1 -2
  297. package/dist/types/components/table.d.ts +1 -2
  298. package/dist/types/components/tabs.d.ts +8 -58
  299. package/dist/types/components/tooltip.d.ts +1 -2
  300. package/dist/types/components/user-menu.d.ts +1 -2
  301. package/dist/types/components/zebratable.d.ts +1 -2
  302. package/dist/types/index.d.ts +2 -2
  303. package/dist/types/plugin.d.ts +7 -3
  304. package/dist/types/preset.d.ts +6 -4
  305. package/dist/types/theme.d.ts +4 -1719
  306. package/dist/types/units.d.ts +250 -246
  307. package/dist/types/with-opacity.d.ts +3 -3
  308. package/package.json +9 -10
  309. package/dist/types/components/alert-banner.d.ts +0 -24
  310. package/dist/types/components/comments.d.ts +0 -30
  311. package/dist/types/components/context-menu.d.ts +0 -39
  312. package/dist/types/components/dropdown-filter.d.ts +0 -58
  313. package/dist/types/components/notification.d.ts +0 -48
  314. package/dist/types/components/side-menu.d.ts +0 -219
  315. package/dist/types/components/tab-menu.d.ts +0 -57
@@ -1,1719 +1,4 @@
1
- import { screens } from "@sk-web-gui/theme/dist/types/units";
2
- export declare let fontSize: {
3
- tiny: string;
4
- xs: string;
5
- xl: (string | {
6
- lineHeight: string;
7
- fontWeight: number;
8
- })[];
9
- '2xl': (string | {
10
- lineHeight: string;
11
- fontWeight: number;
12
- })[];
13
- '3xl': (string | {
14
- lineHeight: string;
15
- fontWeight: number;
16
- })[];
17
- '4xl': (string | {
18
- lineHeight: string;
19
- fontWeight: number;
20
- })[];
21
- '5xl': (string | {
22
- lineHeight: string;
23
- fontWeight: number;
24
- })[];
25
- 'display-1': (string | {
26
- lineHeight: string;
27
- fontWeight: number;
28
- })[];
29
- 'display-1-lg': (string | {
30
- lineHeight: string;
31
- fontWeight: number;
32
- })[];
33
- 'display-1-md': (string | {
34
- lineHeight: string;
35
- fontWeight: number;
36
- })[];
37
- 'display-1-sm': (string | {
38
- lineHeight: string;
39
- fontWeight: number;
40
- })[];
41
- 'display-2': (string | {
42
- lineHeight: string;
43
- fontWeight: number;
44
- })[];
45
- 'display-2-lg': (string | {
46
- lineHeight: string;
47
- fontWeight: number;
48
- })[];
49
- 'display-2-md': (string | {
50
- lineHeight: string;
51
- fontWeight: number;
52
- })[];
53
- 'display-2-sm': (string | {
54
- lineHeight: string;
55
- fontWeight: number;
56
- })[];
57
- 'display-3': (string | {
58
- lineHeight: string;
59
- fontWeight: number;
60
- })[];
61
- 'display-3-lg': (string | {
62
- lineHeight: string;
63
- fontWeight: number;
64
- })[];
65
- 'display-3-md': (string | {
66
- lineHeight: string;
67
- fontWeight: number;
68
- })[];
69
- 'display-3-sm': (string | {
70
- lineHeight: string;
71
- fontWeight: number;
72
- })[];
73
- h1: (string | {
74
- lineHeight: string;
75
- fontWeight: number;
76
- })[];
77
- 'h1-lg': (string | {
78
- lineHeight: string;
79
- fontWeight: number;
80
- })[];
81
- 'h1-md': (string | {
82
- lineHeight: string;
83
- fontWeight: number;
84
- })[];
85
- 'h1-sm': (string | {
86
- lineHeight: string;
87
- fontWeight: number;
88
- })[];
89
- h2: (string | {
90
- lineHeight: string;
91
- fontWeight: number;
92
- })[];
93
- 'h2-lg': (string | {
94
- lineHeight: string;
95
- fontWeight: number;
96
- })[];
97
- 'h2-md': (string | {
98
- lineHeight: string;
99
- fontWeight: number;
100
- })[];
101
- 'h2-sm': (string | {
102
- lineHeight: string;
103
- fontWeight: number;
104
- })[];
105
- h3: (string | {
106
- lineHeight: string;
107
- fontWeight: number;
108
- })[];
109
- 'h3-lg': (string | {
110
- lineHeight: string;
111
- fontWeight: number;
112
- })[];
113
- 'h3-md': (string | {
114
- lineHeight: string;
115
- fontWeight: number;
116
- })[];
117
- 'h3-sm': (string | {
118
- lineHeight: string;
119
- fontWeight: number;
120
- })[];
121
- h4: (string | {
122
- lineHeight: string;
123
- fontWeight: number;
124
- })[];
125
- 'h4-lg': (string | {
126
- lineHeight: string;
127
- fontWeight: number;
128
- })[];
129
- 'h4-md': (string | {
130
- lineHeight: string;
131
- fontWeight: number;
132
- })[];
133
- 'h4-sm': (string | {
134
- lineHeight: string;
135
- fontWeight: number;
136
- })[];
137
- 'label-large': (string | {
138
- lineHeight: string;
139
- fontWeight: number;
140
- })[];
141
- 'label-medium': (string | {
142
- lineHeight: string;
143
- fontWeight: number;
144
- })[];
145
- 'label-small': (string | {
146
- lineHeight: string;
147
- fontWeight: number;
148
- })[];
149
- 'input-large': (string | {
150
- lineHeight: string;
151
- fontWeight: number;
152
- })[];
153
- 'input-medium': (string | {
154
- lineHeight: string;
155
- fontWeight: number;
156
- })[];
157
- 'input-small': (string | {
158
- lineHeight: string;
159
- fontWeight: number;
160
- })[];
161
- lead: string[];
162
- base: string[];
163
- large: string[];
164
- small: string[];
165
- };
166
- export declare namespace fontFamily {
167
- let DEFAULT: string[];
168
- let sans: string[];
169
- let header: string[];
170
- let display: string[];
171
- }
172
- export { screens };
173
- export declare let borderRadius: {
174
- base: string;
175
- DEFAULT: string;
176
- full: string;
177
- none: string;
178
- circular: string;
179
- 'circular-lg': string;
180
- 'circular-md': string;
181
- 'circular-sm': string;
182
- button: string;
183
- 'button-lg': string;
184
- 'button-md': string;
185
- 'button-sm': string;
186
- cards: string;
187
- 'cards-lg': string;
188
- 'cards-md': string;
189
- 'cards-sm': string;
190
- utility: string;
191
- 'utility-lg': string;
192
- 'utility-md': string;
193
- 'utility-sm': string;
194
- groups: string;
195
- 'groups-lg': string;
196
- 'groups-md': string;
197
- 'groups-sm': string;
198
- 0: string;
199
- 2: string;
200
- 4: string;
201
- 6: string;
202
- 8: string;
203
- 10: string;
204
- 12: string;
205
- 14: string;
206
- 16: string;
207
- 18: string;
208
- 20: string;
209
- 24: string;
210
- 32: string;
211
- 40: string;
212
- 48: string;
213
- 56: string;
214
- 64: string;
215
- 72: string;
216
- 80: string;
217
- };
218
- export declare namespace extend {
219
- export let backgroundPosition: {};
220
- export let boxShadow: {
221
- 100: string[];
222
- 200: string[];
223
- };
224
- export let ringColor: {
225
- primitives: {
226
- gray: {
227
- lightest: string;
228
- 50: string;
229
- 100: string;
230
- 200: string;
231
- 300: string;
232
- 400: string;
233
- 500: string;
234
- 600: string;
235
- 700: string;
236
- 800: string;
237
- 900: string;
238
- darkest: string;
239
- };
240
- overlay: {
241
- darken: {
242
- 1: string;
243
- 2: string;
244
- 3: string;
245
- 4: string;
246
- 5: string;
247
- 6: string;
248
- 7: string;
249
- 8: string;
250
- 9: string;
251
- 10: string;
252
- };
253
- lighten: {
254
- 1: string;
255
- 2: string;
256
- 3: string;
257
- 4: string;
258
- 5: string;
259
- 6: string;
260
- 7: string;
261
- 8: string;
262
- 9: string;
263
- 10: string;
264
- };
265
- };
266
- blue: {
267
- 50: string;
268
- 100: string;
269
- 200: string;
270
- 300: string;
271
- 400: string;
272
- 500: string;
273
- 600: string;
274
- 700: string;
275
- 800: string;
276
- 900: string;
277
- };
278
- green: {
279
- 50: string;
280
- 100: string;
281
- 200: string;
282
- 300: string;
283
- 400: string;
284
- 500: string;
285
- 600: string;
286
- 700: string;
287
- 800: string;
288
- 900: string;
289
- };
290
- purple: {
291
- 50: string;
292
- 100: string;
293
- 200: string;
294
- 300: string;
295
- 400: string;
296
- 500: string;
297
- 600: string;
298
- 700: string;
299
- 800: string;
300
- 900: string;
301
- };
302
- pink: {
303
- 50: string;
304
- 100: string;
305
- 200: string;
306
- 300: string;
307
- 400: string;
308
- 500: string;
309
- 600: string;
310
- 700: string;
311
- 800: string;
312
- 900: string;
313
- };
314
- orange: {
315
- 50: string;
316
- 100: string;
317
- 200: string;
318
- 300: string;
319
- 400: string;
320
- 500: string;
321
- 600: string;
322
- 700: string;
323
- 800: string;
324
- 900: string;
325
- };
326
- red: {
327
- 50: string;
328
- 100: string;
329
- 200: string;
330
- 300: string;
331
- 400: string;
332
- 500: string;
333
- 600: string;
334
- 700: string;
335
- 800: string;
336
- 900: string;
337
- };
338
- };
339
- body: string;
340
- black: string;
341
- white: string;
342
- ring: string;
343
- primary: {
344
- DEFAULT: string;
345
- surface: {
346
- DEFAULT: string;
347
- hover: string;
348
- disabled: string;
349
- };
350
- lightest: string;
351
- 50: string;
352
- 100: string;
353
- 200: string;
354
- 300: string;
355
- 400: string;
356
- 500: string;
357
- 600: string;
358
- 700: string;
359
- 800: string;
360
- 900: string;
361
- darkest: string;
362
- };
363
- secondary: {
364
- DEFAULT: string;
365
- outline: {
366
- DEFAULT: string;
367
- hover: string;
368
- };
369
- surface: {
370
- DEFAULT: string;
371
- hover: string;
372
- disabled: string;
373
- };
374
- lightest: string;
375
- 50: string;
376
- 100: string;
377
- 200: string;
378
- 300: string;
379
- 400: string;
380
- 500: string;
381
- 600: string;
382
- 700: string;
383
- 800: string;
384
- 900: string;
385
- darkest: string;
386
- };
387
- tertiary: {
388
- surface: {
389
- DEFAULT: string;
390
- hover: string;
391
- disabled: string;
392
- };
393
- };
394
- dark: {
395
- DEFAULT: string;
396
- primary: string;
397
- secondary: string;
398
- disabled: string;
399
- placeholder: string;
400
- ghost: string;
401
- };
402
- light: {
403
- DEFAULT: string;
404
- primary: string;
405
- secondary: string;
406
- disabled: string;
407
- placeholder: string;
408
- ghost: string;
409
- };
410
- divider: string;
411
- background: {
412
- DEFAULT: string;
413
- content: string;
414
- 100: string;
415
- 200: string;
416
- 'color-mixin': {
417
- 1: string;
418
- 2: string;
419
- };
420
- };
421
- vattjom: {
422
- background: {
423
- 100: string;
424
- 200: string;
425
- 300: string;
426
- };
427
- surface: {
428
- primary: {
429
- DEFAULT: string;
430
- hover: string;
431
- };
432
- accent: {
433
- DEFAULT: string;
434
- hover: string;
435
- };
436
- };
437
- text: {
438
- DEFAULT: string;
439
- primary: string;
440
- secondary: string;
441
- };
442
- };
443
- gronsta: {
444
- background: {
445
- 100: string;
446
- 200: string;
447
- 300: string;
448
- };
449
- surface: {
450
- primary: {
451
- DEFAULT: string;
452
- hover: string;
453
- };
454
- accent: {
455
- DEFAULT: string;
456
- hover: string;
457
- };
458
- };
459
- text: {
460
- DEFAULT: string;
461
- primary: string;
462
- secondary: string;
463
- };
464
- };
465
- juniskar: {
466
- background: {
467
- 100: string;
468
- 200: string;
469
- 300: string;
470
- };
471
- surface: {
472
- primary: {
473
- DEFAULT: string;
474
- hover: string;
475
- };
476
- accent: {
477
- DEFAULT: string;
478
- hover: string;
479
- };
480
- };
481
- text: {
482
- DEFAULT: string;
483
- primary: string;
484
- secondary: string;
485
- };
486
- };
487
- bjornstigen: {
488
- background: {
489
- 100: string;
490
- 200: string;
491
- 300: string;
492
- };
493
- surface: {
494
- primary: {
495
- DEFAULT: string;
496
- hover: string;
497
- };
498
- accent: {
499
- DEFAULT: string;
500
- hover: string;
501
- };
502
- };
503
- text: {
504
- DEFAULT: string;
505
- primary: string;
506
- secondary: string;
507
- };
508
- };
509
- error: {
510
- DEFAULT: string;
511
- background: {
512
- 100: string;
513
- 200: string;
514
- 300: string;
515
- };
516
- surface: {
517
- primary: {
518
- DEFAULT: string;
519
- hover: string;
520
- };
521
- accent: {
522
- DEFAULT: string;
523
- hover: string;
524
- };
525
- };
526
- text: {
527
- DEFAULT: string;
528
- primary: string;
529
- secondary: string;
530
- };
531
- };
532
- warning: {
533
- DEFAULT: string;
534
- background: {
535
- 100: string;
536
- 200: string;
537
- 300: string;
538
- };
539
- surface: {
540
- primary: {
541
- DEFAULT: string;
542
- hover: string;
543
- };
544
- accent: {
545
- DEFAULT: string;
546
- hover: string;
547
- };
548
- };
549
- text: {
550
- DEFAULT: string;
551
- primary: string;
552
- secondary: string;
553
- };
554
- };
555
- info: {
556
- DEFAULT: string;
557
- background: {
558
- 100: string;
559
- 200: string;
560
- 300: string;
561
- };
562
- surface: {
563
- primary: {
564
- DEFAULT: string;
565
- hover: string;
566
- };
567
- accent: {
568
- DEFAULT: string;
569
- hover: string;
570
- };
571
- };
572
- text: {
573
- DEFAULT: string;
574
- primary: string;
575
- secondary: string;
576
- };
577
- };
578
- success: {
579
- DEFAULT: string;
580
- background: {
581
- 100: string;
582
- 200: string;
583
- 300: string;
584
- };
585
- surface: {
586
- primary: {
587
- DEFAULT: string;
588
- hover: string;
589
- };
590
- accent: {
591
- DEFAULT: string;
592
- hover: string;
593
- };
594
- };
595
- text: {
596
- DEFAULT: string;
597
- primary: string;
598
- secondary: string;
599
- };
600
- };
601
- inverted: {
602
- body: string;
603
- black: string;
604
- white: string;
605
- ring: string;
606
- primary: {
607
- DEFAULT: string;
608
- surface: {
609
- DEFAULT: string;
610
- hover: string;
611
- disabled: string;
612
- };
613
- lightest: string;
614
- 50: string;
615
- 100: string;
616
- 200: string;
617
- 300: string;
618
- 400: string;
619
- 500: string;
620
- 600: string;
621
- 700: string;
622
- 800: string;
623
- 900: string;
624
- darkest: string;
625
- };
626
- secondary: {
627
- DEFAULT: string;
628
- outline: {
629
- DEFAULT: string;
630
- hover: string;
631
- };
632
- surface: {
633
- DEFAULT: string;
634
- hover: string;
635
- disabled: string;
636
- };
637
- lightest: string;
638
- 50: string;
639
- 100: string;
640
- 200: string;
641
- 300: string;
642
- 400: string;
643
- 500: string;
644
- 600: string;
645
- 700: string;
646
- 800: string;
647
- 900: string;
648
- darkest: string;
649
- };
650
- tertiary: {
651
- surface: {
652
- DEFAULT: string;
653
- hover: string;
654
- disabled: string;
655
- };
656
- };
657
- dark: {
658
- DEFAULT: string;
659
- primary: string;
660
- secondary: string;
661
- disabled: string;
662
- placeholder: string;
663
- ghost: string;
664
- };
665
- light: {
666
- DEFAULT: string;
667
- primary: string;
668
- secondary: string;
669
- disabled: string;
670
- placeholder: string;
671
- ghost: string;
672
- };
673
- divider: string;
674
- background: {
675
- DEFAULT: string;
676
- content: string;
677
- 100: string;
678
- 200: string;
679
- 'color-mixin': {
680
- 1: string;
681
- 2: string;
682
- };
683
- };
684
- vattjom: {
685
- background: {
686
- 100: string;
687
- 200: string;
688
- 300: string;
689
- };
690
- surface: {
691
- primary: {
692
- DEFAULT: string;
693
- hover: string;
694
- };
695
- accent: {
696
- DEFAULT: string;
697
- hover: string;
698
- };
699
- };
700
- text: {
701
- DEFAULT: string;
702
- primary: string;
703
- secondary: string;
704
- };
705
- };
706
- gronsta: {
707
- background: {
708
- 100: string;
709
- 200: string;
710
- 300: string;
711
- };
712
- surface: {
713
- primary: {
714
- DEFAULT: string;
715
- hover: string;
716
- };
717
- accent: {
718
- DEFAULT: string;
719
- hover: string;
720
- };
721
- };
722
- text: {
723
- DEFAULT: string;
724
- primary: string;
725
- secondary: string;
726
- };
727
- };
728
- juniskar: {
729
- background: {
730
- 100: string;
731
- 200: string;
732
- 300: string;
733
- };
734
- surface: {
735
- primary: {
736
- DEFAULT: string;
737
- hover: string;
738
- };
739
- accent: {
740
- DEFAULT: string;
741
- hover: string;
742
- };
743
- };
744
- text: {
745
- DEFAULT: string;
746
- primary: string;
747
- secondary: string;
748
- };
749
- };
750
- bjornstigen: {
751
- background: {
752
- 100: string;
753
- 200: string;
754
- 300: string;
755
- };
756
- surface: {
757
- primary: {
758
- DEFAULT: string;
759
- hover: string;
760
- };
761
- accent: {
762
- DEFAULT: string;
763
- hover: string;
764
- };
765
- };
766
- text: {
767
- DEFAULT: string;
768
- primary: string;
769
- secondary: string;
770
- };
771
- };
772
- error: {
773
- DEFAULT: string;
774
- background: {
775
- 100: string;
776
- 200: string;
777
- 300: string;
778
- };
779
- surface: {
780
- primary: {
781
- DEFAULT: string;
782
- hover: string;
783
- };
784
- accent: {
785
- DEFAULT: string;
786
- hover: string;
787
- };
788
- };
789
- text: {
790
- DEFAULT: string;
791
- primary: string;
792
- secondary: string;
793
- };
794
- };
795
- warning: {
796
- DEFAULT: string;
797
- background: {
798
- 100: string;
799
- 200: string;
800
- 300: string;
801
- };
802
- surface: {
803
- primary: {
804
- DEFAULT: string;
805
- hover: string;
806
- };
807
- accent: {
808
- DEFAULT: string;
809
- hover: string;
810
- };
811
- };
812
- text: {
813
- DEFAULT: string;
814
- primary: string;
815
- secondary: string;
816
- };
817
- };
818
- info: {
819
- DEFAULT: string;
820
- background: {
821
- 100: string;
822
- 200: string;
823
- 300: string;
824
- };
825
- surface: {
826
- primary: {
827
- DEFAULT: string;
828
- hover: string;
829
- };
830
- accent: {
831
- DEFAULT: string;
832
- hover: string;
833
- };
834
- };
835
- text: {
836
- DEFAULT: string;
837
- primary: string;
838
- secondary: string;
839
- };
840
- };
841
- success: {
842
- DEFAULT: string;
843
- background: {
844
- 100: string;
845
- 200: string;
846
- 300: string;
847
- };
848
- surface: {
849
- primary: {
850
- DEFAULT: string;
851
- hover: string;
852
- };
853
- accent: {
854
- DEFAULT: string;
855
- hover: string;
856
- };
857
- };
858
- text: {
859
- DEFAULT: string;
860
- primary: string;
861
- secondary: string;
862
- };
863
- };
864
- };
865
- DEFAULT: string;
866
- };
867
- export namespace ringOffsetWidth {
868
- let DEFAULT_1: string;
869
- export { DEFAULT_1 as DEFAULT };
870
- }
871
- export let ringWidth: {
872
- DEFAULT: string;
873
- 0: string;
874
- };
875
- export namespace ringOpacity {
876
- let DEFAULT_2: number;
877
- export { DEFAULT_2 as DEFAULT };
878
- }
879
- export let colors: {
880
- current: string;
881
- gray: {
882
- lightest: string;
883
- 50: string;
884
- 100: string;
885
- 200: string;
886
- 300: string;
887
- 400: string;
888
- 500: string;
889
- 600: string;
890
- 700: string;
891
- 800: string;
892
- 900: string;
893
- darkest: string;
894
- DEFAULT: string;
895
- stroke: string;
896
- middle: string;
897
- light: string;
898
- lighter: string;
899
- };
900
- hover: string;
901
- background: {
902
- one: string;
903
- two: string;
904
- DEFAULT: string;
905
- content: string;
906
- 100: string;
907
- 200: string;
908
- 'color-mixin': {
909
- 1: string;
910
- 2: string;
911
- };
912
- };
913
- primitives: {
914
- gray: {
915
- lightest: string;
916
- 50: string;
917
- 100: string;
918
- 200: string;
919
- 300: string;
920
- 400: string;
921
- 500: string;
922
- 600: string;
923
- 700: string;
924
- 800: string;
925
- 900: string;
926
- darkest: string;
927
- };
928
- overlay: {
929
- darken: {
930
- 1: string;
931
- 2: string;
932
- 3: string;
933
- 4: string;
934
- 5: string;
935
- 6: string;
936
- 7: string;
937
- 8: string;
938
- 9: string;
939
- 10: string;
940
- };
941
- lighten: {
942
- 1: string;
943
- 2: string;
944
- 3: string;
945
- 4: string;
946
- 5: string;
947
- 6: string;
948
- 7: string;
949
- 8: string;
950
- 9: string;
951
- 10: string;
952
- };
953
- };
954
- blue: {
955
- 50: string;
956
- 100: string;
957
- 200: string;
958
- 300: string;
959
- 400: string;
960
- 500: string;
961
- 600: string;
962
- 700: string;
963
- 800: string;
964
- 900: string;
965
- };
966
- green: {
967
- 50: string;
968
- 100: string;
969
- 200: string;
970
- 300: string;
971
- 400: string;
972
- 500: string;
973
- 600: string;
974
- 700: string;
975
- 800: string;
976
- 900: string;
977
- };
978
- purple: {
979
- 50: string;
980
- 100: string;
981
- 200: string;
982
- 300: string;
983
- 400: string;
984
- 500: string;
985
- 600: string;
986
- 700: string;
987
- 800: string;
988
- 900: string;
989
- };
990
- pink: {
991
- 50: string;
992
- 100: string;
993
- 200: string;
994
- 300: string;
995
- 400: string;
996
- 500: string;
997
- 600: string;
998
- 700: string;
999
- 800: string;
1000
- 900: string;
1001
- };
1002
- orange: {
1003
- 50: string;
1004
- 100: string;
1005
- 200: string;
1006
- 300: string;
1007
- 400: string;
1008
- 500: string;
1009
- 600: string;
1010
- 700: string;
1011
- 800: string;
1012
- 900: string;
1013
- };
1014
- red: {
1015
- 50: string;
1016
- 100: string;
1017
- 200: string;
1018
- 300: string;
1019
- 400: string;
1020
- 500: string;
1021
- 600: string;
1022
- 700: string;
1023
- 800: string;
1024
- 900: string;
1025
- };
1026
- };
1027
- body: string;
1028
- black: string;
1029
- white: string;
1030
- ring: string;
1031
- primary: {
1032
- DEFAULT: string;
1033
- surface: {
1034
- DEFAULT: string;
1035
- hover: string;
1036
- disabled: string;
1037
- };
1038
- lightest: string;
1039
- 50: string;
1040
- 100: string;
1041
- 200: string;
1042
- 300: string;
1043
- 400: string;
1044
- 500: string;
1045
- 600: string;
1046
- 700: string;
1047
- 800: string;
1048
- 900: string;
1049
- darkest: string;
1050
- };
1051
- secondary: {
1052
- DEFAULT: string;
1053
- outline: {
1054
- DEFAULT: string;
1055
- hover: string;
1056
- };
1057
- surface: {
1058
- DEFAULT: string;
1059
- hover: string;
1060
- disabled: string;
1061
- };
1062
- lightest: string;
1063
- 50: string;
1064
- 100: string;
1065
- 200: string;
1066
- 300: string;
1067
- 400: string;
1068
- 500: string;
1069
- 600: string;
1070
- 700: string;
1071
- 800: string;
1072
- 900: string;
1073
- darkest: string;
1074
- };
1075
- tertiary: {
1076
- surface: {
1077
- DEFAULT: string;
1078
- hover: string;
1079
- disabled: string;
1080
- };
1081
- };
1082
- dark: {
1083
- DEFAULT: string;
1084
- primary: string;
1085
- secondary: string;
1086
- disabled: string;
1087
- placeholder: string;
1088
- ghost: string;
1089
- };
1090
- light: {
1091
- DEFAULT: string;
1092
- primary: string;
1093
- secondary: string;
1094
- disabled: string;
1095
- placeholder: string;
1096
- ghost: string;
1097
- };
1098
- divider: string;
1099
- vattjom: {
1100
- background: {
1101
- 100: string;
1102
- 200: string;
1103
- 300: string;
1104
- };
1105
- surface: {
1106
- primary: {
1107
- DEFAULT: string;
1108
- hover: string;
1109
- };
1110
- accent: {
1111
- DEFAULT: string;
1112
- hover: string;
1113
- };
1114
- };
1115
- text: {
1116
- DEFAULT: string;
1117
- primary: string;
1118
- secondary: string;
1119
- };
1120
- };
1121
- gronsta: {
1122
- background: {
1123
- 100: string;
1124
- 200: string;
1125
- 300: string;
1126
- };
1127
- surface: {
1128
- primary: {
1129
- DEFAULT: string;
1130
- hover: string;
1131
- };
1132
- accent: {
1133
- DEFAULT: string;
1134
- hover: string;
1135
- };
1136
- };
1137
- text: {
1138
- DEFAULT: string;
1139
- primary: string;
1140
- secondary: string;
1141
- };
1142
- };
1143
- juniskar: {
1144
- background: {
1145
- 100: string;
1146
- 200: string;
1147
- 300: string;
1148
- };
1149
- surface: {
1150
- primary: {
1151
- DEFAULT: string;
1152
- hover: string;
1153
- };
1154
- accent: {
1155
- DEFAULT: string;
1156
- hover: string;
1157
- };
1158
- };
1159
- text: {
1160
- DEFAULT: string;
1161
- primary: string;
1162
- secondary: string;
1163
- };
1164
- };
1165
- bjornstigen: {
1166
- background: {
1167
- 100: string;
1168
- 200: string;
1169
- 300: string;
1170
- };
1171
- surface: {
1172
- primary: {
1173
- DEFAULT: string;
1174
- hover: string;
1175
- };
1176
- accent: {
1177
- DEFAULT: string;
1178
- hover: string;
1179
- };
1180
- };
1181
- text: {
1182
- DEFAULT: string;
1183
- primary: string;
1184
- secondary: string;
1185
- };
1186
- };
1187
- error: {
1188
- DEFAULT: string;
1189
- background: {
1190
- 100: string;
1191
- 200: string;
1192
- 300: string;
1193
- };
1194
- surface: {
1195
- primary: {
1196
- DEFAULT: string;
1197
- hover: string;
1198
- };
1199
- accent: {
1200
- DEFAULT: string;
1201
- hover: string;
1202
- };
1203
- };
1204
- text: {
1205
- DEFAULT: string;
1206
- primary: string;
1207
- secondary: string;
1208
- };
1209
- };
1210
- warning: {
1211
- DEFAULT: string;
1212
- background: {
1213
- 100: string;
1214
- 200: string;
1215
- 300: string;
1216
- };
1217
- surface: {
1218
- primary: {
1219
- DEFAULT: string;
1220
- hover: string;
1221
- };
1222
- accent: {
1223
- DEFAULT: string;
1224
- hover: string;
1225
- };
1226
- };
1227
- text: {
1228
- DEFAULT: string;
1229
- primary: string;
1230
- secondary: string;
1231
- };
1232
- };
1233
- info: {
1234
- DEFAULT: string;
1235
- background: {
1236
- 100: string;
1237
- 200: string;
1238
- 300: string;
1239
- };
1240
- surface: {
1241
- primary: {
1242
- DEFAULT: string;
1243
- hover: string;
1244
- };
1245
- accent: {
1246
- DEFAULT: string;
1247
- hover: string;
1248
- };
1249
- };
1250
- text: {
1251
- DEFAULT: string;
1252
- primary: string;
1253
- secondary: string;
1254
- };
1255
- };
1256
- success: {
1257
- DEFAULT: string;
1258
- background: {
1259
- 100: string;
1260
- 200: string;
1261
- 300: string;
1262
- };
1263
- surface: {
1264
- primary: {
1265
- DEFAULT: string;
1266
- hover: string;
1267
- };
1268
- accent: {
1269
- DEFAULT: string;
1270
- hover: string;
1271
- };
1272
- };
1273
- text: {
1274
- DEFAULT: string;
1275
- primary: string;
1276
- secondary: string;
1277
- };
1278
- };
1279
- inverted: {
1280
- body: string;
1281
- black: string;
1282
- white: string;
1283
- ring: string;
1284
- primary: {
1285
- DEFAULT: string;
1286
- surface: {
1287
- DEFAULT: string;
1288
- hover: string;
1289
- disabled: string;
1290
- };
1291
- lightest: string;
1292
- 50: string;
1293
- 100: string;
1294
- 200: string;
1295
- 300: string;
1296
- 400: string;
1297
- 500: string;
1298
- 600: string;
1299
- 700: string;
1300
- 800: string;
1301
- 900: string;
1302
- darkest: string;
1303
- };
1304
- secondary: {
1305
- DEFAULT: string;
1306
- outline: {
1307
- DEFAULT: string;
1308
- hover: string;
1309
- };
1310
- surface: {
1311
- DEFAULT: string;
1312
- hover: string;
1313
- disabled: string;
1314
- };
1315
- lightest: string;
1316
- 50: string;
1317
- 100: string;
1318
- 200: string;
1319
- 300: string;
1320
- 400: string;
1321
- 500: string;
1322
- 600: string;
1323
- 700: string;
1324
- 800: string;
1325
- 900: string;
1326
- darkest: string;
1327
- };
1328
- tertiary: {
1329
- surface: {
1330
- DEFAULT: string;
1331
- hover: string;
1332
- disabled: string;
1333
- };
1334
- };
1335
- dark: {
1336
- DEFAULT: string;
1337
- primary: string;
1338
- secondary: string;
1339
- disabled: string;
1340
- placeholder: string;
1341
- ghost: string;
1342
- };
1343
- light: {
1344
- DEFAULT: string;
1345
- primary: string;
1346
- secondary: string;
1347
- disabled: string;
1348
- placeholder: string;
1349
- ghost: string;
1350
- };
1351
- divider: string;
1352
- background: {
1353
- DEFAULT: string;
1354
- content: string;
1355
- 100: string;
1356
- 200: string;
1357
- 'color-mixin': {
1358
- 1: string;
1359
- 2: string;
1360
- };
1361
- };
1362
- vattjom: {
1363
- background: {
1364
- 100: string;
1365
- 200: string;
1366
- 300: string;
1367
- };
1368
- surface: {
1369
- primary: {
1370
- DEFAULT: string;
1371
- hover: string;
1372
- };
1373
- accent: {
1374
- DEFAULT: string;
1375
- hover: string;
1376
- };
1377
- };
1378
- text: {
1379
- DEFAULT: string;
1380
- primary: string;
1381
- secondary: string;
1382
- };
1383
- };
1384
- gronsta: {
1385
- background: {
1386
- 100: string;
1387
- 200: string;
1388
- 300: string;
1389
- };
1390
- surface: {
1391
- primary: {
1392
- DEFAULT: string;
1393
- hover: string;
1394
- };
1395
- accent: {
1396
- DEFAULT: string;
1397
- hover: string;
1398
- };
1399
- };
1400
- text: {
1401
- DEFAULT: string;
1402
- primary: string;
1403
- secondary: string;
1404
- };
1405
- };
1406
- juniskar: {
1407
- background: {
1408
- 100: string;
1409
- 200: string;
1410
- 300: string;
1411
- };
1412
- surface: {
1413
- primary: {
1414
- DEFAULT: string;
1415
- hover: string;
1416
- };
1417
- accent: {
1418
- DEFAULT: string;
1419
- hover: string;
1420
- };
1421
- };
1422
- text: {
1423
- DEFAULT: string;
1424
- primary: string;
1425
- secondary: string;
1426
- };
1427
- };
1428
- bjornstigen: {
1429
- background: {
1430
- 100: string;
1431
- 200: string;
1432
- 300: string;
1433
- };
1434
- surface: {
1435
- primary: {
1436
- DEFAULT: string;
1437
- hover: string;
1438
- };
1439
- accent: {
1440
- DEFAULT: string;
1441
- hover: string;
1442
- };
1443
- };
1444
- text: {
1445
- DEFAULT: string;
1446
- primary: string;
1447
- secondary: string;
1448
- };
1449
- };
1450
- error: {
1451
- DEFAULT: string;
1452
- background: {
1453
- 100: string;
1454
- 200: string;
1455
- 300: string;
1456
- };
1457
- surface: {
1458
- primary: {
1459
- DEFAULT: string;
1460
- hover: string;
1461
- };
1462
- accent: {
1463
- DEFAULT: string;
1464
- hover: string;
1465
- };
1466
- };
1467
- text: {
1468
- DEFAULT: string;
1469
- primary: string;
1470
- secondary: string;
1471
- };
1472
- };
1473
- warning: {
1474
- DEFAULT: string;
1475
- background: {
1476
- 100: string;
1477
- 200: string;
1478
- 300: string;
1479
- };
1480
- surface: {
1481
- primary: {
1482
- DEFAULT: string;
1483
- hover: string;
1484
- };
1485
- accent: {
1486
- DEFAULT: string;
1487
- hover: string;
1488
- };
1489
- };
1490
- text: {
1491
- DEFAULT: string;
1492
- primary: string;
1493
- secondary: string;
1494
- };
1495
- };
1496
- info: {
1497
- DEFAULT: string;
1498
- background: {
1499
- 100: string;
1500
- 200: string;
1501
- 300: string;
1502
- };
1503
- surface: {
1504
- primary: {
1505
- DEFAULT: string;
1506
- hover: string;
1507
- };
1508
- accent: {
1509
- DEFAULT: string;
1510
- hover: string;
1511
- };
1512
- };
1513
- text: {
1514
- DEFAULT: string;
1515
- primary: string;
1516
- secondary: string;
1517
- };
1518
- };
1519
- success: {
1520
- DEFAULT: string;
1521
- background: {
1522
- 100: string;
1523
- 200: string;
1524
- 300: string;
1525
- };
1526
- surface: {
1527
- primary: {
1528
- DEFAULT: string;
1529
- hover: string;
1530
- };
1531
- accent: {
1532
- DEFAULT: string;
1533
- hover: string;
1534
- };
1535
- };
1536
- text: {
1537
- DEFAULT: string;
1538
- primary: string;
1539
- secondary: string;
1540
- };
1541
- };
1542
- };
1543
- };
1544
- export namespace cursor {
1545
- let base: string;
1546
- }
1547
- export let spacing: {
1548
- xs: string;
1549
- sm: string;
1550
- md: string;
1551
- lg: string;
1552
- xl: string;
1553
- 0: string;
1554
- 2: string;
1555
- 4: string;
1556
- 6: string;
1557
- 8: string;
1558
- 10: string;
1559
- 12: string;
1560
- 14: string;
1561
- 16: string;
1562
- 18: string;
1563
- 20: string;
1564
- 24: string;
1565
- 32: string;
1566
- 40: string;
1567
- 48: string;
1568
- 56: string;
1569
- 64: string;
1570
- 72: string;
1571
- 80: string;
1572
- };
1573
- export namespace maxWidth {
1574
- let content: string;
1575
- }
1576
- let borderRadius_1: {
1577
- base: string;
1578
- DEFAULT: string;
1579
- full: string;
1580
- none: string;
1581
- circular: string;
1582
- 'circular-lg': string;
1583
- 'circular-md': string;
1584
- 'circular-sm': string;
1585
- button: string;
1586
- 'button-lg': string;
1587
- 'button-md': string;
1588
- 'button-sm': string;
1589
- cards: string;
1590
- 'cards-lg': string;
1591
- 'cards-md': string;
1592
- 'cards-sm': string;
1593
- utility: string;
1594
- 'utility-lg': string;
1595
- 'utility-md': string;
1596
- 'utility-sm': string;
1597
- groups: string;
1598
- 'groups-lg': string;
1599
- 'groups-md': string;
1600
- 'groups-sm': string;
1601
- 0: string;
1602
- 2: string;
1603
- 4: string;
1604
- 6: string;
1605
- 8: string;
1606
- 10: string;
1607
- 12: string;
1608
- 14: string;
1609
- 16: string;
1610
- 18: string;
1611
- 20: string;
1612
- 24: string;
1613
- 32: string;
1614
- 40: string;
1615
- 48: string;
1616
- 56: string;
1617
- 64: string;
1618
- 72: string;
1619
- 80: string;
1620
- };
1621
- export { borderRadius_1 as borderRadius };
1622
- export let lineHeight: {
1623
- xs: string;
1624
- xl: string;
1625
- '2xl': string;
1626
- '3xl': string;
1627
- '4xl': string;
1628
- '5xl': string;
1629
- 'display-1': string;
1630
- 'display-1-lg': string;
1631
- 'display-1-md': string;
1632
- 'display-1-sm': string;
1633
- 'display-2': string;
1634
- 'display-2-lg': string;
1635
- 'display-2-md': string;
1636
- 'display-2-sm': string;
1637
- 'display-3': string;
1638
- 'display-3-lg': string;
1639
- 'display-3-md': string;
1640
- 'display-3-sm': string;
1641
- h1: string;
1642
- 'h1-lg': string;
1643
- 'h1-md': string;
1644
- 'h1-sm': string;
1645
- h2: string;
1646
- 'h2-lg': string;
1647
- 'h2-md': string;
1648
- 'h2-sm': string;
1649
- h3: string;
1650
- 'h3-lg': string;
1651
- 'h3-md': string;
1652
- 'h3-sm': string;
1653
- h4: string;
1654
- 'h4-lg': string;
1655
- 'h4-md': string;
1656
- 'h4-sm': string;
1657
- 'label-large': string;
1658
- 'label-medium': string;
1659
- 'label-small': string;
1660
- 'input-large': string;
1661
- 'input-medium': string;
1662
- 'input-small': string;
1663
- lead: string;
1664
- base: string;
1665
- large: string;
1666
- small: string;
1667
- };
1668
- export let opacity: {
1669
- 15: string;
1670
- };
1671
- export let borderWidth: {
1672
- DEFAULT: string;
1673
- 1: string;
1674
- 2: string;
1675
- };
1676
- export namespace backgroundColor {
1677
- let base_1: ({ opacityValue }: {
1678
- opacityValue: any;
1679
- }) => string;
1680
- export { base_1 as base };
1681
- export let fill: ({ opacityValue }: {
1682
- opacityValue: any;
1683
- }) => string;
1684
- }
1685
- export namespace textColor {
1686
- let foreground: ({ opacityValue }: {
1687
- opacityValue: any;
1688
- }) => string;
1689
- let muted: ({ opacityValue }: {
1690
- opacityValue: any;
1691
- }) => string;
1692
- }
1693
- export namespace zIndex {
1694
- export let hide: number;
1695
- export let none: number;
1696
- let base_2: number;
1697
- export { base_2 as base };
1698
- export let docked: number;
1699
- export let dropdown: number;
1700
- export let sticky: number;
1701
- export let banner: number;
1702
- export let overlay: number;
1703
- export let modal: number;
1704
- export let popover: number;
1705
- export let skipLink: number;
1706
- export let toast: number;
1707
- export let tooltip: number;
1708
- }
1709
- export let keyframes: {
1710
- 'reset-overflow': {
1711
- 'from, to': {
1712
- overflow: string;
1713
- };
1714
- };
1715
- };
1716
- export let animation: {
1717
- 'reset-overflow': string;
1718
- };
1719
- }
1
+ import { RecursiveObject } from '@sk-web-gui/theme';
2
+ import { Config } from 'tailwindcss/types/config';
3
+ declare const theme: RecursiveObject<Config['theme'] | string | string[]>;
4
+ export { theme };