@sk-web-gui/core 3.4.1 → 3.4.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 (469) hide show
  1. package/dist/cjs/aria-plugin.js.map +1 -1
  2. package/dist/cjs/components/accordion.js +21 -0
  3. package/dist/cjs/components/accordion.js.map +1 -1
  4. package/dist/cjs/components/ai/ai-feed.js +10 -6
  5. package/dist/cjs/components/ai/ai-feed.js.map +1 -1
  6. package/dist/cjs/components/ai/ai-module.js +51 -17
  7. package/dist/cjs/components/ai/ai-module.js.map +1 -1
  8. package/dist/cjs/components/ai/assistant-presentation.js.map +1 -1
  9. package/dist/cjs/components/ai/bubble.js.map +1 -1
  10. package/dist/cjs/components/ai/feedback.js +9 -2
  11. package/dist/cjs/components/ai/feedback.js.map +1 -1
  12. package/dist/cjs/components/ai/input-section.js.map +1 -1
  13. package/dist/cjs/components/ai/markdown-rendered.js.map +1 -1
  14. package/dist/cjs/components/ai/typing-bubble.js +3 -0
  15. package/dist/cjs/components/ai/typing-bubble.js.map +1 -1
  16. package/dist/cjs/components/ai/typing-sequence.js +4 -2
  17. package/dist/cjs/components/ai/typing-sequence.js.map +1 -1
  18. package/dist/cjs/components/alert-banner.js +26 -0
  19. package/dist/cjs/components/alert-banner.js.map +1 -0
  20. package/dist/cjs/components/chip.js.map +1 -1
  21. package/dist/cjs/components/combobox.js.map +1 -1
  22. package/dist/cjs/components/comments.js +32 -0
  23. package/dist/cjs/components/comments.js.map +1 -0
  24. package/dist/cjs/components/context-menu.js +41 -0
  25. package/dist/cjs/components/context-menu.js.map +1 -0
  26. package/dist/cjs/components/dropdown-filter.js +60 -0
  27. package/dist/cjs/components/dropdown-filter.js.map +1 -0
  28. package/dist/cjs/components/forms.js.map +1 -1
  29. package/dist/cjs/components/input.js.map +1 -1
  30. package/dist/cjs/components/label.js.map +1 -1
  31. package/dist/cjs/components/link.js +10 -7
  32. package/dist/cjs/components/link.js.map +1 -1
  33. package/dist/cjs/components/list.js.map +1 -1
  34. package/dist/cjs/components/logo.js.map +1 -1
  35. package/dist/cjs/components/menu-vertical.js.map +1 -1
  36. package/dist/cjs/components/menubar.js.map +1 -1
  37. package/dist/cjs/components/notification.js +51 -0
  38. package/dist/cjs/components/notification.js.map +1 -0
  39. package/dist/cjs/components/popup-menu.js.map +1 -1
  40. package/dist/cjs/components/progress-bar.js.map +1 -1
  41. package/dist/cjs/components/progress-stepper.js.map +1 -1
  42. package/dist/cjs/components/rich-text-editor.js +233 -0
  43. package/dist/cjs/components/rich-text-editor.js.map +1 -0
  44. package/dist/cjs/components/search-field.js.map +1 -1
  45. package/dist/cjs/components/select.js.map +1 -1
  46. package/dist/cjs/components/side-menu.js +221 -0
  47. package/dist/cjs/components/side-menu.js.map +1 -0
  48. package/dist/cjs/components/spinner.js.map +1 -1
  49. package/dist/cjs/components/tab-menu.js +59 -0
  50. package/dist/cjs/components/tab-menu.js.map +1 -0
  51. package/dist/cjs/components/table-autotable.js.map +1 -1
  52. package/dist/cjs/components/tabs.js.map +1 -1
  53. package/dist/cjs/components/tooltip.js.map +1 -1
  54. package/dist/cjs/components/zebratable.js +141 -0
  55. package/dist/cjs/components/zebratable.js.map +1 -0
  56. package/dist/cjs/data-plugin.js.map +1 -1
  57. package/dist/cjs/index.js.map +1 -1
  58. package/dist/cjs/plugin.js.map +1 -1
  59. package/dist/cjs/theme.js.map +1 -1
  60. package/dist/cjs/units.js.map +1 -1
  61. package/dist/esm/aria-plugin.js.map +1 -1
  62. package/dist/esm/components/accordion.js +21 -0
  63. package/dist/esm/components/accordion.js.map +1 -1
  64. package/dist/esm/components/ai/ai-feed.js +10 -6
  65. package/dist/esm/components/ai/ai-feed.js.map +1 -1
  66. package/dist/esm/components/ai/ai-module.js +51 -17
  67. package/dist/esm/components/ai/ai-module.js.map +1 -1
  68. package/dist/esm/components/ai/assistant-presentation.js.map +1 -1
  69. package/dist/esm/components/ai/bubble.js.map +1 -1
  70. package/dist/esm/components/ai/feedback.js +9 -2
  71. package/dist/esm/components/ai/feedback.js.map +1 -1
  72. package/dist/esm/components/ai/input-section.js.map +1 -1
  73. package/dist/esm/components/ai/markdown-rendered.js.map +1 -1
  74. package/dist/esm/components/ai/typing-bubble.js +3 -0
  75. package/dist/esm/components/ai/typing-bubble.js.map +1 -1
  76. package/dist/esm/components/ai/typing-sequence.js +7 -1
  77. package/dist/esm/components/ai/typing-sequence.js.map +1 -1
  78. package/dist/esm/components/alert-banner.js +24 -0
  79. package/dist/esm/components/alert-banner.js.map +1 -0
  80. package/dist/esm/components/chip.js.map +1 -1
  81. package/dist/esm/components/combobox.js.map +1 -1
  82. package/dist/esm/components/comments.js +30 -0
  83. package/dist/esm/components/comments.js.map +1 -0
  84. package/dist/esm/components/context-menu.js +39 -0
  85. package/dist/esm/components/context-menu.js.map +1 -0
  86. package/dist/esm/components/dropdown-filter.js +58 -0
  87. package/dist/esm/components/dropdown-filter.js.map +1 -0
  88. package/dist/esm/components/forms.js.map +1 -1
  89. package/dist/esm/components/input.js.map +1 -1
  90. package/dist/esm/components/label.js.map +1 -1
  91. package/dist/esm/components/link.js +10 -7
  92. package/dist/esm/components/link.js.map +1 -1
  93. package/dist/esm/components/list.js.map +1 -1
  94. package/dist/esm/components/logo.js.map +1 -1
  95. package/dist/esm/components/menu-vertical.js.map +1 -1
  96. package/dist/esm/components/menubar.js.map +1 -1
  97. package/dist/esm/components/notification.js +49 -0
  98. package/dist/esm/components/notification.js.map +1 -0
  99. package/dist/esm/components/popup-menu.js.map +1 -1
  100. package/dist/esm/components/progress-bar.js.map +1 -1
  101. package/dist/esm/components/progress-stepper.js.map +1 -1
  102. package/dist/esm/components/rich-text-editor.js +227 -0
  103. package/dist/esm/components/rich-text-editor.js.map +1 -0
  104. package/dist/esm/components/search-field.js.map +1 -1
  105. package/dist/esm/components/select.js.map +1 -1
  106. package/dist/esm/components/side-menu.js +219 -0
  107. package/dist/esm/components/side-menu.js.map +1 -0
  108. package/dist/esm/components/spinner.js.map +1 -1
  109. package/dist/esm/components/tab-menu.js +57 -0
  110. package/dist/esm/components/tab-menu.js.map +1 -0
  111. package/dist/esm/components/table-autotable.js.map +1 -1
  112. package/dist/esm/components/tabs.js.map +1 -1
  113. package/dist/esm/components/tooltip.js.map +1 -1
  114. package/dist/esm/components/zebratable.js +135 -0
  115. package/dist/esm/components/zebratable.js.map +1 -0
  116. package/dist/esm/data-plugin.js.map +1 -1
  117. package/dist/esm/index.js.map +1 -1
  118. package/dist/esm/plugin.js.map +1 -1
  119. package/dist/esm/theme.js.map +1 -1
  120. package/dist/esm/units.js.map +1 -1
  121. package/dist/types/accordion/src/accordion/accordion-item.d.ts +8 -0
  122. package/dist/types/accordion/src/accordion/accordion.d.ts +25 -0
  123. package/dist/types/accordion/src/accordion/index.d.ts +10 -0
  124. package/dist/types/accordion/src/disclosure/disclosure.d.ts +53 -0
  125. package/dist/types/accordion/src/disclosure/index.d.ts +4 -0
  126. package/dist/types/accordion/src/disclosure/styles.d.ts +1 -0
  127. package/dist/types/accordion/src/index.d.ts +4 -0
  128. package/dist/types/accordion/stories/accordion.stories.d.ts +8 -0
  129. package/dist/types/accordion/stories/disclosure.stories.d.ts +9 -0
  130. package/dist/types/avatar/index.d.ts +2 -0
  131. package/dist/types/avatar/src/avatar.d.ts +17 -0
  132. package/dist/types/avatar/src/index.d.ts +8 -0
  133. package/dist/types/avatar/stories/avatar.stories.d.ts +8 -0
  134. package/dist/types/badge/index.d.ts +2 -0
  135. package/dist/types/badge/src/badge.d.ts +12 -0
  136. package/dist/types/badge/src/index.d.ts +8 -0
  137. package/dist/types/badge/stories/badge.stories.d.ts +8 -0
  138. package/dist/types/breadcrumb/src/breadcrumb.d.ts +41 -0
  139. package/dist/types/breadcrumb/src/index.d.ts +11 -0
  140. package/dist/types/breadcrumb/stories/breadcrumb.stories.d.ts +7 -0
  141. package/dist/types/button/src/button-group.d.ts +15 -0
  142. package/dist/types/button/src/button.d.ts +49 -0
  143. package/dist/types/button/src/index.d.ts +11 -0
  144. package/dist/types/button/src/styles.d.ts +1 -0
  145. package/dist/types/button/stories/announcement.d.ts +5 -0
  146. package/dist/types/button/stories/button-group.stories.d.ts +8 -0
  147. package/dist/types/button/stories/button.stories.d.ts +7 -0
  148. package/dist/types/card/src/card.d.ts +60 -0
  149. package/dist/types/card/src/index.d.ts +21 -0
  150. package/dist/types/card/src/meta-card.d.ts +42 -0
  151. package/dist/types/card/stories/card.stories.d.ts +4 -0
  152. package/dist/types/card/stories/meta-card.stories.d.ts +4 -0
  153. package/dist/types/chip/index.d.ts +2 -0
  154. package/dist/types/chip/src/chip.d.ts +7 -0
  155. package/dist/types/chip/src/index.d.ts +4 -0
  156. package/dist/types/chip/stories/chip.stories.d.ts +12 -0
  157. package/dist/types/components/accordion.d.ts +21 -0
  158. package/dist/types/components/ai/ai-feed.d.ts +8 -4
  159. package/dist/types/components/ai/ai-module.d.ts +49 -15
  160. package/dist/types/components/ai/feedback.d.ts +8 -1
  161. package/dist/types/components/ai/typing-bubble.d.ts +3 -0
  162. package/dist/types/components/ai/typing-sequence.d.ts +3 -0
  163. package/dist/types/components/alert-banner.d.ts +24 -0
  164. package/dist/types/components/comments.d.ts +30 -0
  165. package/dist/types/components/context-menu.d.ts +39 -0
  166. package/dist/types/components/dropdown-filter.d.ts +58 -0
  167. package/dist/types/components/link.d.ts +9 -6
  168. package/dist/types/components/notification.d.ts +48 -0
  169. package/dist/types/components/rich-text-editor.d.ts +226 -0
  170. package/dist/types/components/side-menu.d.ts +219 -0
  171. package/dist/types/components/tab-menu.d.ts +57 -0
  172. package/dist/types/components/zebratable.d.ts +134 -0
  173. package/dist/types/cookie-consent/src/cookie-consent.d.ts +32 -0
  174. package/dist/types/cookie-consent/src/index.d.ts +15 -0
  175. package/dist/types/cookie-consent/stories/cookie-consent.stories.d.ts +7 -0
  176. package/dist/types/core/src/aria-plugin.d.ts +4 -0
  177. package/dist/types/core/src/base.d.ts +53 -0
  178. package/dist/types/core/src/colors.d.ts +643 -0
  179. package/dist/types/core/src/components/accordion.d.ts +174 -0
  180. package/dist/types/core/src/components/alert.d.ts +21 -0
  181. package/dist/types/core/src/components/avatar.d.ts +26 -0
  182. package/dist/types/core/src/components/badge.d.ts +21 -0
  183. package/dist/types/core/src/components/breadcrumb.d.ts +28 -0
  184. package/dist/types/core/src/components/button-group.d.ts +25 -0
  185. package/dist/types/core/src/components/button.d.ts +195 -0
  186. package/dist/types/core/src/components/card.d.ts +135 -0
  187. package/dist/types/core/src/components/checkbox.d.ts +108 -0
  188. package/dist/types/core/src/components/chip.d.ts +37 -0
  189. package/dist/types/core/src/components/code.d.ts +8 -0
  190. package/dist/types/core/src/components/combobox.d.ts +72 -0
  191. package/dist/types/core/src/components/cookie-consent.d.ts +35 -0
  192. package/dist/types/core/src/components/dialog.d.ts +5 -0
  193. package/dist/types/core/src/components/divider.d.ts +50 -0
  194. package/dist/types/core/src/components/dot.d.ts +43 -0
  195. package/dist/types/core/src/components/filter.d.ts +14 -0
  196. package/dist/types/core/src/components/footer.d.ts +27 -0
  197. package/dist/types/core/src/components/forms.d.ts +24 -0
  198. package/dist/types/core/src/components/header.d.ts +28 -0
  199. package/dist/types/core/src/components/icon.d.ts +38 -0
  200. package/dist/types/core/src/components/input.d.ts +214 -0
  201. package/dist/types/core/src/components/kbd.d.ts +7 -0
  202. package/dist/types/core/src/components/label.d.ts +27 -0
  203. package/dist/types/core/src/components/link.d.ts +43 -0
  204. package/dist/types/core/src/components/list.d.ts +52 -0
  205. package/dist/types/core/src/components/logo.d.ts +48 -0
  206. package/dist/types/core/src/components/menu-vertical.d.ts +198 -0
  207. package/dist/types/core/src/components/menubar.d.ts +35 -0
  208. package/dist/types/core/src/components/modal.d.ts +45 -0
  209. package/dist/types/core/src/components/pagination.d.ts +101 -0
  210. package/dist/types/core/src/components/popup-menu.d.ts +138 -0
  211. package/dist/types/core/src/components/progress-bar.d.ts +13 -0
  212. package/dist/types/core/src/components/progress-stepper.d.ts +60 -0
  213. package/dist/types/core/src/components/radio.d.ts +125 -0
  214. package/dist/types/core/src/components/search-field.d.ts +34 -0
  215. package/dist/types/core/src/components/select.d.ts +141 -0
  216. package/dist/types/core/src/components/snackbar.d.ts +30 -0
  217. package/dist/types/core/src/components/spinner.d.ts +13 -0
  218. package/dist/types/core/src/components/switch.d.ts +64 -0
  219. package/dist/types/core/src/components/table-autotable.d.ts +222 -0
  220. package/dist/types/core/src/components/table.d.ts +11 -0
  221. package/dist/types/core/src/components/tabs.d.ts +14 -0
  222. package/dist/types/core/src/components/tooltip.d.ts +53 -0
  223. package/dist/types/core/src/components/user-menu.d.ts +14 -0
  224. package/dist/types/core/src/data-plugin.d.ts +4 -0
  225. package/dist/types/core/src/index.d.ts +6 -0
  226. package/dist/types/core/src/plugin.d.ts +12 -0
  227. package/dist/types/core/src/preset.d.ts +18 -0
  228. package/dist/types/core/src/theme.d.ts +4 -0
  229. package/dist/types/core/src/units.d.ts +287 -0
  230. package/dist/types/core/src/with-opacity.d.ts +4 -0
  231. package/dist/types/divider/index.d.ts +2 -0
  232. package/dist/types/divider/src/divider-section.d.ts +12 -0
  233. package/dist/types/divider/src/divider.d.ts +8 -0
  234. package/dist/types/divider/src/index.d.ts +10 -0
  235. package/dist/types/divider/src/styles.d.ts +1 -0
  236. package/dist/types/divider/stories/divider-section.stories.d.ts +8 -0
  237. package/dist/types/divider/stories/divider.stories.d.ts +8 -0
  238. package/dist/types/filter/src/filter-item.d.ts +7 -0
  239. package/dist/types/filter/src/filter-label.d.ts +7 -0
  240. package/dist/types/filter/src/filter.d.ts +6 -0
  241. package/dist/types/filter/src/index.d.ts +12 -0
  242. package/dist/types/filter/stories/filter.stories.d.ts +7 -0
  243. package/dist/types/forms/index.d.ts +2 -0
  244. package/dist/types/forms/src/checkbox/checkbox-group.d.ts +46 -0
  245. package/dist/types/forms/src/checkbox/checkbox.d.ts +39 -0
  246. package/dist/types/forms/src/checkbox/index.d.ts +10 -0
  247. package/dist/types/forms/src/checkbox/styles.d.ts +2 -0
  248. package/dist/types/forms/src/combobox/combobox-context.d.ts +42 -0
  249. package/dist/types/forms/src/combobox/combobox-input.d.ts +44 -0
  250. package/dist/types/forms/src/combobox/combobox-list.d.ts +8 -0
  251. package/dist/types/forms/src/combobox/combobox-option.d.ts +11 -0
  252. package/dist/types/forms/src/combobox/combobox.d.ts +6 -0
  253. package/dist/types/forms/src/combobox/index.d.ts +15 -0
  254. package/dist/types/forms/src/combobox/styles.d.ts +1 -0
  255. package/dist/types/forms/src/date-picker/date-picker.d.ts +7 -0
  256. package/dist/types/forms/src/date-picker/index.d.ts +8 -0
  257. package/dist/types/forms/src/form-control/index.d.ts +40 -0
  258. package/dist/types/forms/src/form-error-message/index.d.ts +8 -0
  259. package/dist/types/forms/src/form-helper-text/index.d.ts +8 -0
  260. package/dist/types/forms/src/form-label/index.d.ts +20 -0
  261. package/dist/types/forms/src/index.d.ts +26 -0
  262. package/dist/types/forms/src/input/index.d.ts +13 -0
  263. package/dist/types/forms/src/input/input.d.ts +26 -0
  264. package/dist/types/forms/src/input/styles.d.ts +1 -0
  265. package/dist/types/forms/src/input-addin/index.d.ts +12 -0
  266. package/dist/types/forms/src/input-group/index.d.ts +11 -0
  267. package/dist/types/forms/src/input-group/styles.d.ts +1 -0
  268. package/dist/types/forms/src/radio/index.d.ts +10 -0
  269. package/dist/types/forms/src/radio/radio-group.d.ts +48 -0
  270. package/dist/types/forms/src/radio/radio.d.ts +32 -0
  271. package/dist/types/forms/src/radio/styles.d.ts +3 -0
  272. package/dist/types/forms/src/select/index.d.ts +18 -0
  273. package/dist/types/forms/src/select/styles.d.ts +1 -0
  274. package/dist/types/forms/src/switch/index.d.ts +8 -0
  275. package/dist/types/forms/src/switch/switchcomponent.d.ts +9 -0
  276. package/dist/types/forms/src/text-field/index.d.ts +8 -0
  277. package/dist/types/forms/src/text-field/text-field.d.ts +6 -0
  278. package/dist/types/forms/src/textarea/index.d.ts +12 -0
  279. package/dist/types/forms/stories/check.d.ts +5 -0
  280. package/dist/types/forms/stories/checkbox-group.stories.d.ts +11 -0
  281. package/dist/types/forms/stories/checkbox.stories.d.ts +8 -0
  282. package/dist/types/forms/stories/combobox.stories.d.ts +19 -0
  283. package/dist/types/forms/stories/date-picker.stories.d.ts +21 -0
  284. package/dist/types/forms/stories/form-control.stories.d.ts +10 -0
  285. package/dist/types/forms/stories/input.stories.d.ts +21 -0
  286. package/dist/types/forms/stories/radio-group.stories.d.ts +11 -0
  287. package/dist/types/forms/stories/radio.stories.d.ts +14 -0
  288. package/dist/types/forms/stories/select.stories.d.ts +10 -0
  289. package/dist/types/forms/stories/switch.stories.d.ts +8 -0
  290. package/dist/types/forms/stories/text-field.stories.d.ts +18 -0
  291. package/dist/types/forms/stories/textarea.stories.d.ts +42 -0
  292. package/dist/types/icon/index.d.ts +2 -0
  293. package/dist/types/icon/src/icon-padded.d.ts +4 -0
  294. package/dist/types/icon/src/icon.d.ts +20 -0
  295. package/dist/types/icon/src/index.d.ts +10 -0
  296. package/dist/types/icon/stories/icon-padded.stories.d.ts +8 -0
  297. package/dist/types/icon/stories/icon.stories.d.ts +8 -0
  298. package/dist/types/image/index.d.ts +2 -0
  299. package/dist/types/image/src/image.d.ts +28 -0
  300. package/dist/types/image/src/index.d.ts +4 -0
  301. package/dist/types/image/src/use-image.d.ts +52 -0
  302. package/dist/types/image/stories/image.stories.d.ts +8 -0
  303. package/dist/types/label/index.d.ts +2 -0
  304. package/dist/types/label/src/index.d.ts +8 -0
  305. package/dist/types/label/src/label.d.ts +8 -0
  306. package/dist/types/label/stories/label.stories.d.ts +8 -0
  307. package/dist/types/layout/src/footer/footer-list-item.d.ts +4 -0
  308. package/dist/types/layout/src/footer/footer-list.d.ts +4 -0
  309. package/dist/types/layout/src/footer/footer.d.ts +6 -0
  310. package/dist/types/layout/src/footer/index.d.ts +14 -0
  311. package/dist/types/layout/src/header/header.d.ts +17 -0
  312. package/dist/types/layout/src/header/index.d.ts +8 -0
  313. package/dist/types/layout/src/index.d.ts +4 -0
  314. package/dist/types/layout/stories/footer.stories.d.ts +7 -0
  315. package/dist/types/layout/stories/header.stories.d.ts +5 -0
  316. package/dist/types/link/index.d.ts +2 -0
  317. package/dist/types/link/src/index.d.ts +12 -0
  318. package/dist/types/link/src/link.d.ts +21 -0
  319. package/dist/types/link/src/styles.d.ts +1 -0
  320. package/dist/types/link/stories/link.stories.d.ts +12 -0
  321. package/dist/types/list/src/index.d.ts +12 -0
  322. package/dist/types/list/src/list.d.ts +28 -0
  323. package/dist/types/list/stories/list.stories.d.ts +7 -0
  324. package/dist/types/logo/src/assets/index.d.ts +2 -0
  325. package/dist/types/logo/src/assets/logo-svg.d.ts +2 -0
  326. package/dist/types/logo/src/assets/symbol-svg.d.ts +2 -0
  327. package/dist/types/logo/src/index.d.ts +4 -0
  328. package/dist/types/logo/src/logo.d.ts +38 -0
  329. package/dist/types/logo/stories/logo.stories.d.ts +8 -0
  330. package/dist/types/menu-vertical/src/index.d.ts +25 -0
  331. package/dist/types/menu-vertical/src/menu-vertical-backbutton.d.ts +9 -0
  332. package/dist/types/menu-vertical/src/menu-vertical-context.d.ts +62 -0
  333. package/dist/types/menu-vertical/src/menu-vertical-header.d.ts +9 -0
  334. package/dist/types/menu-vertical/src/menu-vertical-item.d.ts +26 -0
  335. package/dist/types/menu-vertical/src/menu-vertical-label.d.ts +7 -0
  336. package/dist/types/menu-vertical/src/menu-vertical-nav.d.ts +9 -0
  337. package/dist/types/menu-vertical/src/menu-vertical-sidebar.d.ts +9 -0
  338. package/dist/types/menu-vertical/src/menu-vertical-submenu-button.d.ts +25 -0
  339. package/dist/types/menu-vertical/src/menu-vertical-tool-item.d.ts +9 -0
  340. package/dist/types/menu-vertical/src/menu-vertical.d.ts +14 -0
  341. package/dist/types/menu-vertical/stories/menu-vertical-sidebar.stories.d.ts +8 -0
  342. package/dist/types/menu-vertical/stories/menu-vertical.stories.d.ts +8 -0
  343. package/dist/types/menubar/index.d.ts +2 -0
  344. package/dist/types/menubar/src/index.d.ts +11 -0
  345. package/dist/types/menubar/src/menubar-item.d.ts +15 -0
  346. package/dist/types/menubar/src/menubar.d.ts +18 -0
  347. package/dist/types/menubar/stories/menubar.stories.d.ts +7 -0
  348. package/dist/types/modal/src/confirm/confirm.d.ts +17 -0
  349. package/dist/types/modal/src/confirm/index.d.ts +1 -0
  350. package/dist/types/modal/src/dialog/dialog-buttons.d.ts +6 -0
  351. package/dist/types/modal/src/dialog/dialog-content.d.ts +6 -0
  352. package/dist/types/modal/src/dialog/dialog.d.ts +7 -0
  353. package/dist/types/modal/src/dialog/index.d.ts +12 -0
  354. package/dist/types/modal/src/index.d.ts +6 -0
  355. package/dist/types/modal/src/modal/index.d.ts +13 -0
  356. package/dist/types/modal/src/modal/modal-content.d.ts +5 -0
  357. package/dist/types/modal/src/modal/modal-footer.d.ts +5 -0
  358. package/dist/types/modal/src/modal/modal.d.ts +27 -0
  359. package/dist/types/modal/stories/confirm.stories.d.ts +10 -0
  360. package/dist/types/modal/stories/dialog.stories.d.ts +6 -0
  361. package/dist/types/modal/stories/modal.stories.d.ts +7 -0
  362. package/dist/types/pagination/src/index.d.ts +8 -0
  363. package/dist/types/pagination/src/pagination.d.ts +19 -0
  364. package/dist/types/pagination/src/styles.d.ts +1 -0
  365. package/dist/types/pagination/stories/pagination.stories.d.ts +8 -0
  366. package/dist/types/popup-menu/src/index.d.ts +18 -0
  367. package/dist/types/popup-menu/src/popup-menu-button.d.ts +2 -0
  368. package/dist/types/popup-menu/src/popup-menu-group.d.ts +5 -0
  369. package/dist/types/popup-menu/src/popup-menu-item.d.ts +11 -0
  370. package/dist/types/popup-menu/src/popup-menu-items.d.ts +20 -0
  371. package/dist/types/popup-menu/src/popup-menu-panel.d.ts +6 -0
  372. package/dist/types/popup-menu/src/popup-menu.d.ts +53 -0
  373. package/dist/types/popup-menu/src/popupmenu-context.d.ts +18 -0
  374. package/dist/types/popup-menu/src/styles.d.ts +1 -0
  375. package/dist/types/popup-menu/stories/popup-menu.stories.d.ts +9 -0
  376. package/dist/types/progress-bar/index.d.ts +2 -0
  377. package/dist/types/progress-bar/src/index.d.ts +8 -0
  378. package/dist/types/progress-bar/src/progress-bar.d.ts +18 -0
  379. package/dist/types/progress-bar/src/styles.d.ts +0 -0
  380. package/dist/types/progress-bar/stories/progress-bar.stories.d.ts +8 -0
  381. package/dist/types/progress-stepper/src/index.d.ts +8 -0
  382. package/dist/types/progress-stepper/src/progress-step.d.ts +13 -0
  383. package/dist/types/progress-stepper/src/progress-stepper.d.ts +12 -0
  384. package/dist/types/progress-stepper/stories/progress-stepper.stories.d.ts +8 -0
  385. package/dist/types/react/src/index.d.ts +70 -0
  386. package/dist/types/searchfield/src/index.d.ts +18 -0
  387. package/dist/types/searchfield/src/searchfield-suggestions-input.d.ts +9 -0
  388. package/dist/types/searchfield/src/searchfield-suggestions-list.d.ts +5 -0
  389. package/dist/types/searchfield/src/searchfield-suggestions-option.d.ts +5 -0
  390. package/dist/types/searchfield/src/searchfield-suggestions.d.ts +5 -0
  391. package/dist/types/searchfield/src/searchfield.d.ts +27 -0
  392. package/dist/types/searchfield/stories/searchfield-suggestions.stories.d.ts +8 -0
  393. package/dist/types/searchfield/stories/searchfield.stories.d.ts +6 -0
  394. package/dist/types/snackbar/src/index.d.ts +8 -0
  395. package/dist/types/snackbar/src/snackbar.d.ts +11 -0
  396. package/dist/types/snackbar/stories/snackbar.stories.d.ts +8 -0
  397. package/dist/types/spinner/index.d.ts +2 -0
  398. package/dist/types/spinner/src/assets/spinner-square.d.ts +265 -0
  399. package/dist/types/spinner/src/index.d.ts +4 -0
  400. package/dist/types/spinner/src/spinner.d.ts +14 -0
  401. package/dist/types/spinner/stories/spinner.stories.d.ts +8 -0
  402. package/dist/types/table/src/auto-table.d.ts +48 -0
  403. package/dist/types/table/src/index.d.ts +24 -0
  404. package/dist/types/table/src/table-body.d.ts +2 -0
  405. package/dist/types/table/src/table-footer.d.ts +2 -0
  406. package/dist/types/table/src/table-header-column.d.ts +6 -0
  407. package/dist/types/table/src/table-header.d.ts +6 -0
  408. package/dist/types/table/src/table-row-column.d.ts +6 -0
  409. package/dist/types/table/src/table-row.d.ts +2 -0
  410. package/dist/types/table/src/table-sort-button.d.ts +8 -0
  411. package/dist/types/table/src/table.d.ts +9 -0
  412. package/dist/types/table/stories/autotable.stories.d.ts +10 -0
  413. package/dist/types/table/stories/table.stories.d.ts +11 -0
  414. package/dist/types/tabs/src/index.d.ts +15 -0
  415. package/dist/types/tabs/src/tabs-button.d.ts +7 -0
  416. package/dist/types/tabs/src/tabs-content.d.ts +6 -0
  417. package/dist/types/tabs/src/tabs-context.d.ts +8 -0
  418. package/dist/types/tabs/src/tabs-item.d.ts +6 -0
  419. package/dist/types/tabs/src/tabs.d.ts +11 -0
  420. package/dist/types/tabs/stories/tabs.stories.d.ts +12 -0
  421. package/dist/types/text/src/index.d.ts +8 -0
  422. package/dist/types/text/src/text.d.ts +10 -0
  423. package/dist/types/text/stories/text.stories.d.ts +7 -0
  424. package/dist/types/theme/index.d.ts +2 -0
  425. package/dist/types/theme/src/colors.d.ts +1410 -0
  426. package/dist/types/theme/src/create-memo-class.d.ts +1 -0
  427. package/dist/types/theme/src/create-theme-vars/calc.d.ts +19 -0
  428. package/dist/types/theme/src/create-theme-vars/create-theme-vars.d.ts +9 -0
  429. package/dist/types/theme/src/create-theme-vars/css-var.d.ts +7 -0
  430. package/dist/types/theme/src/create-theme-vars/index.d.ts +4 -0
  431. package/dist/types/theme/src/create-theme-vars/theme-tokens.d.ts +8 -0
  432. package/dist/types/theme/src/create-theme-vars/to-css-var.d.ts +2 -0
  433. package/dist/types/theme/src/default-theme.d.ts +4 -0
  434. package/dist/types/theme/src/gui-provider.d.ts +48 -0
  435. package/dist/types/theme/src/index.d.ts +14 -0
  436. package/dist/types/theme/src/types.d.ts +54 -0
  437. package/dist/types/theme/src/units.d.ts +266 -0
  438. package/dist/types/theme/src/use-safe-effect.d.ts +2 -0
  439. package/dist/types/theme/src/utils.d.ts +1 -0
  440. package/dist/types/toast/index.d.ts +2 -0
  441. package/dist/types/toast/src/index.d.ts +7 -0
  442. package/dist/types/toast/src/toast.d.ts +62 -0
  443. package/dist/types/toasted-notes/index.d.ts +2 -0
  444. package/dist/types/toasted-notes/src/Alert.d.ts +8 -0
  445. package/dist/types/toasted-notes/src/Message.d.ts +26 -0
  446. package/dist/types/toasted-notes/src/Positions.d.ts +9 -0
  447. package/dist/types/toasted-notes/src/Toast.d.ts +13 -0
  448. package/dist/types/toasted-notes/src/ToastManager.d.ts +45 -0
  449. package/dist/types/toasted-notes/src/index.d.ts +4 -0
  450. package/dist/types/toasted-notes/src/useTimeout.d.ts +3 -0
  451. package/dist/types/tooltip/index.d.ts +2 -0
  452. package/dist/types/tooltip/src/index.d.ts +8 -0
  453. package/dist/types/tooltip/src/tooltip.d.ts +14 -0
  454. package/dist/types/tooltip/stories/tooltip.stories.d.ts +9 -0
  455. package/dist/types/user-menu/src/index.d.ts +8 -0
  456. package/dist/types/user-menu/src/user-menu.d.ts +32 -0
  457. package/dist/types/user-menu/stories/user-menu.stories.d.ts +8 -0
  458. package/dist/types/utils/index.d.ts +2 -0
  459. package/dist/types/utils/src/assertion.d.ts +6 -0
  460. package/dist/types/utils/src/children.d.ts +8 -0
  461. package/dist/types/utils/src/color.d.ts +10 -0
  462. package/dist/types/utils/src/index.d.ts +20 -0
  463. package/dist/types/utils/src/object.d.ts +6 -0
  464. package/dist/types/utils/src/refs.d.ts +5 -0
  465. package/dist/types/utils/src/slug.d.ts +1 -0
  466. package/dist/types/utils/src/types.d.ts +56 -0
  467. package/dist/types/utils/src/use-on-element-outside.d.ts +39 -0
  468. package/dist/types/utils/src/walk-object.d.ts +5 -0
  469. package/package.json +2 -2
@@ -0,0 +1,1410 @@
1
+ export declare const primitives: {
2
+ 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
+ overlay: {
17
+ 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
+ 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
+ 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
+ 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
+ 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
+ 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
+ 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
+ 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
+ ring: string;
115
+ shadow: string;
116
+ };
117
+ export declare const colors: {
118
+ lightmode: {
119
+ inverted: {
120
+ body: string;
121
+ black: string;
122
+ white: string;
123
+ ring: string;
124
+ primary: {
125
+ lightest: string;
126
+ 50: string;
127
+ 100: string;
128
+ 200: string;
129
+ 300: string;
130
+ 400: string;
131
+ 500: string;
132
+ 600: string;
133
+ 700: string;
134
+ 800: string;
135
+ 900: string;
136
+ darkest: string;
137
+ DEFAULT: string;
138
+ surface: {
139
+ DEFAULT: string;
140
+ hover: string;
141
+ disabled: string;
142
+ };
143
+ };
144
+ secondary: {
145
+ lightest: string;
146
+ 50: string;
147
+ 100: string;
148
+ 200: string;
149
+ 300: string;
150
+ 400: string;
151
+ 500: string;
152
+ 600: string;
153
+ 700: string;
154
+ 800: string;
155
+ 900: string;
156
+ darkest: string;
157
+ DEFAULT: string;
158
+ outline: {
159
+ DEFAULT: string;
160
+ hover: string;
161
+ };
162
+ surface: {
163
+ DEFAULT: string;
164
+ hover: string;
165
+ disabled: string;
166
+ };
167
+ };
168
+ tertiary: {
169
+ surface: {
170
+ DEFAULT: string;
171
+ hover: string;
172
+ disabled: string;
173
+ };
174
+ };
175
+ dark: {
176
+ DEFAULT: string;
177
+ primary: string;
178
+ secondary: string;
179
+ disabled: string;
180
+ placeholder: string;
181
+ ghost: string;
182
+ };
183
+ light: {
184
+ DEFAULT: string;
185
+ primary: string;
186
+ secondary: string;
187
+ disabled: string;
188
+ placeholder: string;
189
+ ghost: string;
190
+ };
191
+ divider: string;
192
+ background: {
193
+ DEFAULT: string;
194
+ content: string;
195
+ 100: string;
196
+ 200: string;
197
+ 'color-mixin': {
198
+ 1: string;
199
+ 2: string;
200
+ };
201
+ };
202
+ vattjom: {
203
+ background: {
204
+ 100: string;
205
+ 200: string;
206
+ 300: string;
207
+ };
208
+ surface: {
209
+ primary: {
210
+ DEFAULT: string;
211
+ hover: string;
212
+ };
213
+ accent: {
214
+ DEFAULT: string;
215
+ hover: string;
216
+ };
217
+ };
218
+ text: {
219
+ DEFAULT: string;
220
+ primary: string;
221
+ secondary: string;
222
+ };
223
+ };
224
+ gronsta: {
225
+ background: {
226
+ 100: string;
227
+ 200: string;
228
+ 300: string;
229
+ };
230
+ surface: {
231
+ primary: {
232
+ DEFAULT: string;
233
+ hover: string;
234
+ };
235
+ accent: {
236
+ DEFAULT: string;
237
+ hover: string;
238
+ };
239
+ };
240
+ text: {
241
+ DEFAULT: string;
242
+ primary: string;
243
+ secondary: string;
244
+ };
245
+ };
246
+ juniskar: {
247
+ background: {
248
+ 100: string;
249
+ 200: string;
250
+ 300: string;
251
+ };
252
+ surface: {
253
+ primary: {
254
+ DEFAULT: string;
255
+ hover: string;
256
+ };
257
+ accent: {
258
+ DEFAULT: string;
259
+ hover: string;
260
+ };
261
+ };
262
+ text: {
263
+ DEFAULT: string;
264
+ primary: string;
265
+ secondary: string;
266
+ };
267
+ };
268
+ bjornstigen: {
269
+ background: {
270
+ 100: string;
271
+ 200: string;
272
+ 300: string;
273
+ };
274
+ surface: {
275
+ primary: {
276
+ DEFAULT: string;
277
+ hover: string;
278
+ };
279
+ accent: {
280
+ DEFAULT: string;
281
+ hover: string;
282
+ };
283
+ };
284
+ text: {
285
+ DEFAULT: string;
286
+ primary: string;
287
+ secondary: string;
288
+ };
289
+ };
290
+ error: {
291
+ DEFAULT: string;
292
+ background: {
293
+ 100: string;
294
+ 200: string;
295
+ 300: string;
296
+ };
297
+ surface: {
298
+ primary: {
299
+ DEFAULT: string;
300
+ hover: string;
301
+ };
302
+ accent: {
303
+ DEFAULT: string;
304
+ hover: string;
305
+ };
306
+ };
307
+ text: {
308
+ DEFAULT: string;
309
+ primary: string;
310
+ secondary: string;
311
+ };
312
+ };
313
+ warning: {
314
+ DEFAULT: string;
315
+ background: {
316
+ 100: string;
317
+ 200: string;
318
+ 300: string;
319
+ };
320
+ surface: {
321
+ primary: {
322
+ DEFAULT: string;
323
+ hover: string;
324
+ };
325
+ accent: {
326
+ DEFAULT: string;
327
+ hover: string;
328
+ };
329
+ };
330
+ text: {
331
+ DEFAULT: string;
332
+ primary: string;
333
+ secondary: string;
334
+ };
335
+ };
336
+ info: {
337
+ DEFAULT: string;
338
+ background: {
339
+ 100: string;
340
+ 200: string;
341
+ 300: string;
342
+ };
343
+ surface: {
344
+ primary: {
345
+ DEFAULT: string;
346
+ hover: string;
347
+ };
348
+ accent: {
349
+ DEFAULT: string;
350
+ hover: string;
351
+ };
352
+ };
353
+ text: {
354
+ DEFAULT: string;
355
+ primary: string;
356
+ secondary: string;
357
+ };
358
+ };
359
+ success: {
360
+ DEFAULT: string;
361
+ background: {
362
+ 100: string;
363
+ 200: string;
364
+ 300: string;
365
+ };
366
+ surface: {
367
+ primary: {
368
+ DEFAULT: string;
369
+ hover: string;
370
+ };
371
+ accent: {
372
+ DEFAULT: string;
373
+ hover: string;
374
+ };
375
+ };
376
+ text: {
377
+ DEFAULT: string;
378
+ primary: string;
379
+ secondary: string;
380
+ };
381
+ };
382
+ };
383
+ body: string;
384
+ black: string;
385
+ white: string;
386
+ ring: string;
387
+ primary: {
388
+ lightest: string;
389
+ 50: string;
390
+ 100: string;
391
+ 200: string;
392
+ 300: string;
393
+ 400: string;
394
+ 500: string;
395
+ 600: string;
396
+ 700: string;
397
+ 800: string;
398
+ 900: string;
399
+ darkest: string;
400
+ DEFAULT: string;
401
+ active: string;
402
+ surface: {
403
+ DEFAULT: string;
404
+ hover: string;
405
+ disabled: string;
406
+ };
407
+ };
408
+ secondary: {
409
+ lightest: string;
410
+ 50: string;
411
+ 100: string;
412
+ 200: string;
413
+ 300: string;
414
+ 400: string;
415
+ 500: string;
416
+ 600: string;
417
+ 700: string;
418
+ 800: string;
419
+ 900: string;
420
+ darkest: string;
421
+ DEFAULT: string;
422
+ active: string;
423
+ outline: {
424
+ DEFAULT: string;
425
+ hover: string;
426
+ };
427
+ surface: {
428
+ DEFAULT: string;
429
+ hover: string;
430
+ disabled: string;
431
+ };
432
+ };
433
+ tertiary: {
434
+ surface: {
435
+ DEFAULT: string;
436
+ hover: string;
437
+ disabled: string;
438
+ };
439
+ };
440
+ dark: {
441
+ DEFAULT: string;
442
+ primary: string;
443
+ secondary: string;
444
+ disabled: string;
445
+ placeholder: string;
446
+ ghost: string;
447
+ };
448
+ light: {
449
+ DEFAULT: string;
450
+ primary: string;
451
+ secondary: string;
452
+ disabled: string;
453
+ placeholder: string;
454
+ ghost: string;
455
+ };
456
+ divider: string;
457
+ background: {
458
+ DEFAULT: string;
459
+ content: string;
460
+ 100: string;
461
+ 200: string;
462
+ 'color-mixin': {
463
+ 1: string;
464
+ 2: string;
465
+ };
466
+ };
467
+ vattjom: {
468
+ background: {
469
+ 100: string;
470
+ 200: string;
471
+ 300: string;
472
+ };
473
+ surface: {
474
+ primary: {
475
+ DEFAULT: string;
476
+ hover: string;
477
+ };
478
+ accent: {
479
+ DEFAULT: string;
480
+ hover: string;
481
+ };
482
+ };
483
+ text: {
484
+ DEFAULT: string;
485
+ primary: string;
486
+ secondary: string;
487
+ };
488
+ };
489
+ gronsta: {
490
+ background: {
491
+ 100: string;
492
+ 200: string;
493
+ 300: string;
494
+ };
495
+ surface: {
496
+ primary: {
497
+ DEFAULT: string;
498
+ hover: string;
499
+ };
500
+ accent: {
501
+ DEFAULT: string;
502
+ hover: string;
503
+ };
504
+ };
505
+ text: {
506
+ DEFAULT: string;
507
+ primary: string;
508
+ secondary: string;
509
+ };
510
+ };
511
+ juniskar: {
512
+ background: {
513
+ 100: string;
514
+ 200: string;
515
+ 300: string;
516
+ };
517
+ surface: {
518
+ primary: {
519
+ DEFAULT: string;
520
+ hover: string;
521
+ };
522
+ accent: {
523
+ DEFAULT: string;
524
+ hover: string;
525
+ };
526
+ };
527
+ text: {
528
+ DEFAULT: string;
529
+ primary: string;
530
+ secondary: string;
531
+ };
532
+ };
533
+ bjornstigen: {
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
+ error: {
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
+ warning: {
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
+ info: {
602
+ DEFAULT: string;
603
+ background: {
604
+ 100: string;
605
+ 200: string;
606
+ 300: string;
607
+ };
608
+ surface: {
609
+ primary: {
610
+ DEFAULT: string;
611
+ hover: string;
612
+ };
613
+ accent: {
614
+ DEFAULT: string;
615
+ hover: string;
616
+ };
617
+ };
618
+ text: {
619
+ DEFAULT: string;
620
+ primary: string;
621
+ secondary: string;
622
+ };
623
+ };
624
+ success: {
625
+ DEFAULT: string;
626
+ background: {
627
+ 100: string;
628
+ 200: string;
629
+ 300: string;
630
+ };
631
+ surface: {
632
+ primary: {
633
+ DEFAULT: string;
634
+ hover: string;
635
+ };
636
+ accent: {
637
+ DEFAULT: string;
638
+ hover: string;
639
+ };
640
+ };
641
+ text: {
642
+ DEFAULT: string;
643
+ primary: string;
644
+ secondary: string;
645
+ };
646
+ };
647
+ primitives: {
648
+ gray: {
649
+ lightest: string;
650
+ 50: string;
651
+ 100: string;
652
+ 200: string;
653
+ 300: string;
654
+ 400: string;
655
+ 500: string;
656
+ 600: string;
657
+ 700: string;
658
+ 800: string;
659
+ 900: string;
660
+ darkest: string;
661
+ };
662
+ overlay: {
663
+ darken: {
664
+ 1: string;
665
+ 2: string;
666
+ 3: string;
667
+ 4: string;
668
+ 5: string;
669
+ 6: string;
670
+ 7: string;
671
+ 8: string;
672
+ 9: string;
673
+ 10: string;
674
+ };
675
+ lighten: {
676
+ 1: string;
677
+ 2: string;
678
+ 3: string;
679
+ 4: string;
680
+ 5: string;
681
+ 6: string;
682
+ 7: string;
683
+ 8: string;
684
+ 9: string;
685
+ 10: string;
686
+ };
687
+ };
688
+ blue: {
689
+ 50: string;
690
+ 100: string;
691
+ 200: string;
692
+ 300: string;
693
+ 400: string;
694
+ 500: string;
695
+ 600: string;
696
+ 700: string;
697
+ 800: string;
698
+ 900: string;
699
+ };
700
+ green: {
701
+ 50: string;
702
+ 100: string;
703
+ 200: string;
704
+ 300: string;
705
+ 400: string;
706
+ 500: string;
707
+ 600: string;
708
+ 700: string;
709
+ 800: string;
710
+ 900: string;
711
+ };
712
+ purple: {
713
+ 50: string;
714
+ 100: string;
715
+ 200: string;
716
+ 300: string;
717
+ 400: string;
718
+ 500: string;
719
+ 600: string;
720
+ 700: string;
721
+ 800: string;
722
+ 900: string;
723
+ };
724
+ pink: {
725
+ 50: string;
726
+ 100: string;
727
+ 200: string;
728
+ 300: string;
729
+ 400: string;
730
+ 500: string;
731
+ 600: string;
732
+ 700: string;
733
+ 800: string;
734
+ 900: string;
735
+ };
736
+ orange: {
737
+ 50: string;
738
+ 100: string;
739
+ 200: string;
740
+ 300: string;
741
+ 400: string;
742
+ 500: string;
743
+ 600: string;
744
+ 700: string;
745
+ 800: string;
746
+ 900: string;
747
+ };
748
+ red: {
749
+ 50: string;
750
+ 100: string;
751
+ 200: string;
752
+ 300: string;
753
+ 400: string;
754
+ 500: string;
755
+ 600: string;
756
+ 700: string;
757
+ 800: string;
758
+ 900: string;
759
+ };
760
+ ring: string;
761
+ shadow: string;
762
+ };
763
+ };
764
+ darkmode: {
765
+ inverted: {
766
+ body: string;
767
+ black: string;
768
+ white: string;
769
+ ring: string;
770
+ primary: {
771
+ lightest: string;
772
+ 50: string;
773
+ 100: string;
774
+ 200: string;
775
+ 300: string;
776
+ 400: string;
777
+ 500: string;
778
+ 600: string;
779
+ 700: string;
780
+ 800: string;
781
+ 900: string;
782
+ darkest: string;
783
+ DEFAULT: string;
784
+ active: string;
785
+ surface: {
786
+ DEFAULT: string;
787
+ hover: string;
788
+ disabled: string;
789
+ };
790
+ };
791
+ secondary: {
792
+ lightest: string;
793
+ 50: string;
794
+ 100: string;
795
+ 200: string;
796
+ 300: string;
797
+ 400: string;
798
+ 500: string;
799
+ 600: string;
800
+ 700: string;
801
+ 800: string;
802
+ 900: string;
803
+ darkest: string;
804
+ DEFAULT: string;
805
+ active: string;
806
+ outline: {
807
+ DEFAULT: string;
808
+ hover: string;
809
+ };
810
+ surface: {
811
+ DEFAULT: string;
812
+ hover: string;
813
+ disabled: string;
814
+ };
815
+ };
816
+ tertiary: {
817
+ surface: {
818
+ DEFAULT: string;
819
+ hover: string;
820
+ disabled: string;
821
+ };
822
+ };
823
+ dark: {
824
+ DEFAULT: string;
825
+ primary: string;
826
+ secondary: string;
827
+ disabled: string;
828
+ placeholder: string;
829
+ ghost: string;
830
+ };
831
+ light: {
832
+ DEFAULT: string;
833
+ primary: string;
834
+ secondary: string;
835
+ disabled: string;
836
+ placeholder: string;
837
+ ghost: string;
838
+ };
839
+ divider: string;
840
+ background: {
841
+ DEFAULT: string;
842
+ content: string;
843
+ 100: string;
844
+ 200: string;
845
+ 'color-mixin': {
846
+ 1: string;
847
+ 2: string;
848
+ };
849
+ };
850
+ vattjom: {
851
+ background: {
852
+ 100: string;
853
+ 200: string;
854
+ 300: string;
855
+ };
856
+ surface: {
857
+ primary: {
858
+ DEFAULT: string;
859
+ hover: string;
860
+ };
861
+ accent: {
862
+ DEFAULT: string;
863
+ hover: string;
864
+ };
865
+ };
866
+ text: {
867
+ DEFAULT: string;
868
+ primary: string;
869
+ secondary: string;
870
+ };
871
+ };
872
+ gronsta: {
873
+ background: {
874
+ 100: string;
875
+ 200: string;
876
+ 300: string;
877
+ };
878
+ surface: {
879
+ primary: {
880
+ DEFAULT: string;
881
+ hover: string;
882
+ };
883
+ accent: {
884
+ DEFAULT: string;
885
+ hover: string;
886
+ };
887
+ };
888
+ text: {
889
+ DEFAULT: string;
890
+ primary: string;
891
+ secondary: string;
892
+ };
893
+ };
894
+ juniskar: {
895
+ background: {
896
+ 100: string;
897
+ 200: string;
898
+ 300: string;
899
+ };
900
+ surface: {
901
+ primary: {
902
+ DEFAULT: string;
903
+ hover: string;
904
+ };
905
+ accent: {
906
+ DEFAULT: string;
907
+ hover: string;
908
+ };
909
+ };
910
+ text: {
911
+ DEFAULT: string;
912
+ primary: string;
913
+ secondary: string;
914
+ };
915
+ };
916
+ bjornstigen: {
917
+ background: {
918
+ 100: string;
919
+ 200: string;
920
+ 300: string;
921
+ };
922
+ surface: {
923
+ primary: {
924
+ DEFAULT: string;
925
+ hover: string;
926
+ };
927
+ accent: {
928
+ DEFAULT: string;
929
+ hover: string;
930
+ };
931
+ };
932
+ text: {
933
+ DEFAULT: string;
934
+ primary: string;
935
+ secondary: string;
936
+ };
937
+ };
938
+ error: {
939
+ DEFAULT: string;
940
+ background: {
941
+ 100: string;
942
+ 200: string;
943
+ 300: string;
944
+ };
945
+ surface: {
946
+ primary: {
947
+ DEFAULT: string;
948
+ hover: string;
949
+ };
950
+ accent: {
951
+ DEFAULT: string;
952
+ hover: string;
953
+ };
954
+ };
955
+ text: {
956
+ DEFAULT: string;
957
+ primary: string;
958
+ secondary: string;
959
+ };
960
+ };
961
+ warning: {
962
+ DEFAULT: string;
963
+ background: {
964
+ 100: string;
965
+ 200: string;
966
+ 300: string;
967
+ };
968
+ surface: {
969
+ primary: {
970
+ DEFAULT: string;
971
+ hover: string;
972
+ };
973
+ accent: {
974
+ DEFAULT: string;
975
+ hover: string;
976
+ };
977
+ };
978
+ text: {
979
+ DEFAULT: string;
980
+ primary: string;
981
+ secondary: string;
982
+ };
983
+ };
984
+ info: {
985
+ DEFAULT: string;
986
+ background: {
987
+ 100: string;
988
+ 200: string;
989
+ 300: string;
990
+ };
991
+ surface: {
992
+ primary: {
993
+ DEFAULT: string;
994
+ hover: string;
995
+ };
996
+ accent: {
997
+ DEFAULT: string;
998
+ hover: string;
999
+ };
1000
+ };
1001
+ text: {
1002
+ DEFAULT: string;
1003
+ primary: string;
1004
+ secondary: string;
1005
+ };
1006
+ };
1007
+ success: {
1008
+ DEFAULT: string;
1009
+ background: {
1010
+ 100: string;
1011
+ 200: string;
1012
+ 300: string;
1013
+ };
1014
+ surface: {
1015
+ primary: {
1016
+ DEFAULT: string;
1017
+ hover: string;
1018
+ };
1019
+ accent: {
1020
+ DEFAULT: string;
1021
+ hover: string;
1022
+ };
1023
+ };
1024
+ text: {
1025
+ DEFAULT: string;
1026
+ primary: string;
1027
+ secondary: string;
1028
+ };
1029
+ };
1030
+ };
1031
+ body: string;
1032
+ black: string;
1033
+ white: string;
1034
+ ring: string;
1035
+ primary: {
1036
+ lightest: string;
1037
+ 50: string;
1038
+ 100: string;
1039
+ 200: string;
1040
+ 300: string;
1041
+ 400: string;
1042
+ 500: string;
1043
+ 600: string;
1044
+ 700: string;
1045
+ 800: string;
1046
+ 900: string;
1047
+ darkest: string;
1048
+ DEFAULT: string;
1049
+ surface: {
1050
+ DEFAULT: string;
1051
+ hover: string;
1052
+ disabled: string;
1053
+ };
1054
+ };
1055
+ secondary: {
1056
+ lightest: string;
1057
+ 50: string;
1058
+ 100: string;
1059
+ 200: string;
1060
+ 300: string;
1061
+ 400: string;
1062
+ 500: string;
1063
+ 600: string;
1064
+ 700: string;
1065
+ 800: string;
1066
+ 900: string;
1067
+ darkest: string;
1068
+ DEFAULT: string;
1069
+ outline: {
1070
+ DEFAULT: string;
1071
+ hover: string;
1072
+ };
1073
+ surface: {
1074
+ DEFAULT: string;
1075
+ hover: string;
1076
+ disabled: string;
1077
+ };
1078
+ };
1079
+ tertiary: {
1080
+ surface: {
1081
+ DEFAULT: string;
1082
+ hover: string;
1083
+ disabled: string;
1084
+ };
1085
+ };
1086
+ dark: {
1087
+ DEFAULT: string;
1088
+ primary: string;
1089
+ secondary: string;
1090
+ disabled: string;
1091
+ placeholder: string;
1092
+ ghost: string;
1093
+ };
1094
+ light: {
1095
+ DEFAULT: string;
1096
+ primary: string;
1097
+ secondary: string;
1098
+ disabled: string;
1099
+ placeholder: string;
1100
+ ghost: string;
1101
+ };
1102
+ divider: string;
1103
+ background: {
1104
+ DEFAULT: string;
1105
+ content: string;
1106
+ 100: string;
1107
+ 200: string;
1108
+ 'color-mixin': {
1109
+ 1: string;
1110
+ 2: string;
1111
+ };
1112
+ };
1113
+ vattjom: {
1114
+ background: {
1115
+ 100: string;
1116
+ 200: string;
1117
+ 300: string;
1118
+ };
1119
+ surface: {
1120
+ primary: {
1121
+ DEFAULT: string;
1122
+ hover: string;
1123
+ };
1124
+ accent: {
1125
+ DEFAULT: string;
1126
+ hover: string;
1127
+ };
1128
+ };
1129
+ text: {
1130
+ DEFAULT: string;
1131
+ primary: string;
1132
+ secondary: string;
1133
+ };
1134
+ };
1135
+ gronsta: {
1136
+ background: {
1137
+ 100: string;
1138
+ 200: string;
1139
+ 300: string;
1140
+ };
1141
+ surface: {
1142
+ primary: {
1143
+ DEFAULT: string;
1144
+ hover: string;
1145
+ };
1146
+ accent: {
1147
+ DEFAULT: string;
1148
+ hover: string;
1149
+ };
1150
+ };
1151
+ text: {
1152
+ DEFAULT: string;
1153
+ primary: string;
1154
+ secondary: string;
1155
+ };
1156
+ };
1157
+ juniskar: {
1158
+ background: {
1159
+ 100: string;
1160
+ 200: string;
1161
+ 300: string;
1162
+ };
1163
+ surface: {
1164
+ primary: {
1165
+ DEFAULT: string;
1166
+ hover: string;
1167
+ };
1168
+ accent: {
1169
+ DEFAULT: string;
1170
+ hover: string;
1171
+ };
1172
+ };
1173
+ text: {
1174
+ DEFAULT: string;
1175
+ primary: string;
1176
+ secondary: string;
1177
+ };
1178
+ };
1179
+ bjornstigen: {
1180
+ background: {
1181
+ 100: string;
1182
+ 200: string;
1183
+ 300: string;
1184
+ };
1185
+ surface: {
1186
+ primary: {
1187
+ DEFAULT: string;
1188
+ hover: string;
1189
+ };
1190
+ accent: {
1191
+ DEFAULT: string;
1192
+ hover: string;
1193
+ };
1194
+ };
1195
+ text: {
1196
+ DEFAULT: string;
1197
+ primary: string;
1198
+ secondary: string;
1199
+ };
1200
+ };
1201
+ error: {
1202
+ DEFAULT: string;
1203
+ background: {
1204
+ 100: string;
1205
+ 200: string;
1206
+ 300: string;
1207
+ };
1208
+ surface: {
1209
+ primary: {
1210
+ DEFAULT: string;
1211
+ hover: string;
1212
+ };
1213
+ accent: {
1214
+ DEFAULT: string;
1215
+ hover: string;
1216
+ };
1217
+ };
1218
+ text: {
1219
+ DEFAULT: string;
1220
+ primary: string;
1221
+ secondary: string;
1222
+ };
1223
+ };
1224
+ warning: {
1225
+ DEFAULT: string;
1226
+ background: {
1227
+ 100: string;
1228
+ 200: string;
1229
+ 300: string;
1230
+ };
1231
+ surface: {
1232
+ primary: {
1233
+ DEFAULT: string;
1234
+ hover: string;
1235
+ };
1236
+ accent: {
1237
+ DEFAULT: string;
1238
+ hover: string;
1239
+ };
1240
+ };
1241
+ text: {
1242
+ DEFAULT: string;
1243
+ primary: string;
1244
+ secondary: string;
1245
+ };
1246
+ };
1247
+ info: {
1248
+ DEFAULT: string;
1249
+ background: {
1250
+ 100: string;
1251
+ 200: string;
1252
+ 300: string;
1253
+ };
1254
+ surface: {
1255
+ primary: {
1256
+ DEFAULT: string;
1257
+ hover: string;
1258
+ };
1259
+ accent: {
1260
+ DEFAULT: string;
1261
+ hover: string;
1262
+ };
1263
+ };
1264
+ text: {
1265
+ DEFAULT: string;
1266
+ primary: string;
1267
+ secondary: string;
1268
+ };
1269
+ };
1270
+ success: {
1271
+ DEFAULT: string;
1272
+ background: {
1273
+ 100: string;
1274
+ 200: string;
1275
+ 300: string;
1276
+ };
1277
+ surface: {
1278
+ primary: {
1279
+ DEFAULT: string;
1280
+ hover: string;
1281
+ };
1282
+ accent: {
1283
+ DEFAULT: string;
1284
+ hover: string;
1285
+ };
1286
+ };
1287
+ text: {
1288
+ DEFAULT: string;
1289
+ primary: string;
1290
+ secondary: string;
1291
+ };
1292
+ };
1293
+ primitives: {
1294
+ gray: {
1295
+ lightest: string;
1296
+ 50: string;
1297
+ 100: string;
1298
+ 200: string;
1299
+ 300: string;
1300
+ 400: string;
1301
+ 500: string;
1302
+ 600: string;
1303
+ 700: string;
1304
+ 800: string;
1305
+ 900: string;
1306
+ darkest: string;
1307
+ };
1308
+ overlay: {
1309
+ darken: {
1310
+ 1: string;
1311
+ 2: string;
1312
+ 3: string;
1313
+ 4: string;
1314
+ 5: string;
1315
+ 6: string;
1316
+ 7: string;
1317
+ 8: string;
1318
+ 9: string;
1319
+ 10: string;
1320
+ };
1321
+ lighten: {
1322
+ 1: string;
1323
+ 2: string;
1324
+ 3: string;
1325
+ 4: string;
1326
+ 5: string;
1327
+ 6: string;
1328
+ 7: string;
1329
+ 8: string;
1330
+ 9: string;
1331
+ 10: string;
1332
+ };
1333
+ };
1334
+ blue: {
1335
+ 50: string;
1336
+ 100: string;
1337
+ 200: string;
1338
+ 300: string;
1339
+ 400: string;
1340
+ 500: string;
1341
+ 600: string;
1342
+ 700: string;
1343
+ 800: string;
1344
+ 900: string;
1345
+ };
1346
+ green: {
1347
+ 50: string;
1348
+ 100: string;
1349
+ 200: string;
1350
+ 300: string;
1351
+ 400: string;
1352
+ 500: string;
1353
+ 600: string;
1354
+ 700: string;
1355
+ 800: string;
1356
+ 900: string;
1357
+ };
1358
+ purple: {
1359
+ 50: string;
1360
+ 100: string;
1361
+ 200: string;
1362
+ 300: string;
1363
+ 400: string;
1364
+ 500: string;
1365
+ 600: string;
1366
+ 700: string;
1367
+ 800: string;
1368
+ 900: string;
1369
+ };
1370
+ pink: {
1371
+ 50: string;
1372
+ 100: string;
1373
+ 200: string;
1374
+ 300: string;
1375
+ 400: string;
1376
+ 500: string;
1377
+ 600: string;
1378
+ 700: string;
1379
+ 800: string;
1380
+ 900: string;
1381
+ };
1382
+ orange: {
1383
+ 50: string;
1384
+ 100: string;
1385
+ 200: string;
1386
+ 300: string;
1387
+ 400: string;
1388
+ 500: string;
1389
+ 600: string;
1390
+ 700: string;
1391
+ 800: string;
1392
+ 900: string;
1393
+ };
1394
+ red: {
1395
+ 50: string;
1396
+ 100: string;
1397
+ 200: string;
1398
+ 300: string;
1399
+ 400: string;
1400
+ 500: string;
1401
+ 600: string;
1402
+ 700: string;
1403
+ 800: string;
1404
+ 900: string;
1405
+ };
1406
+ ring: string;
1407
+ shadow: string;
1408
+ };
1409
+ };
1410
+ };