@sk-web-gui/core 3.0.1 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (496) hide show
  1. package/dist/cjs/aria-plugin.js.map +1 -1
  2. package/dist/cjs/base.js +1 -4
  3. package/dist/cjs/base.js.map +1 -1
  4. package/dist/cjs/components/ai/ai-feed.js +63 -0
  5. package/dist/cjs/components/ai/ai-feed.js.map +1 -0
  6. package/dist/cjs/components/ai/ai-module.js +151 -0
  7. package/dist/cjs/components/ai/ai-module.js.map +1 -0
  8. package/dist/cjs/components/ai/assistant-presentation.js +56 -0
  9. package/dist/cjs/components/ai/assistant-presentation.js.map +1 -0
  10. package/dist/cjs/components/ai/bubble.js +45 -0
  11. package/dist/cjs/components/ai/bubble.js.map +1 -0
  12. package/dist/cjs/components/ai/feedback.js +27 -0
  13. package/dist/cjs/components/ai/feedback.js.map +1 -0
  14. package/dist/cjs/components/ai/input-section.js +23 -0
  15. package/dist/cjs/components/ai/input-section.js.map +1 -0
  16. package/dist/cjs/components/ai/markdown-rendered.js +27 -0
  17. package/dist/cjs/components/ai/markdown-rendered.js.map +1 -0
  18. package/dist/cjs/components/ai/typing-bubble.js +22 -0
  19. package/dist/cjs/components/ai/typing-bubble.js.map +1 -0
  20. package/dist/cjs/components/ai/typing-sequence.js +33 -0
  21. package/dist/cjs/components/ai/typing-sequence.js.map +1 -0
  22. package/dist/cjs/components/alert-banner.js +26 -0
  23. package/dist/cjs/components/alert-banner.js.map +1 -0
  24. package/dist/cjs/components/avatar.js +3 -0
  25. package/dist/cjs/components/avatar.js.map +1 -1
  26. package/dist/cjs/components/chip.js.map +1 -1
  27. package/dist/cjs/components/combobox.js.map +1 -1
  28. package/dist/cjs/components/comments.js +32 -0
  29. package/dist/cjs/components/comments.js.map +1 -0
  30. package/dist/cjs/components/context-menu.js +41 -0
  31. package/dist/cjs/components/context-menu.js.map +1 -0
  32. package/dist/cjs/components/divider.js +3 -3
  33. package/dist/cjs/components/divider.js.map +1 -1
  34. package/dist/cjs/components/dropdown-filter.js +60 -0
  35. package/dist/cjs/components/dropdown-filter.js.map +1 -0
  36. package/dist/cjs/components/forms.js.map +1 -1
  37. package/dist/cjs/components/input.js.map +1 -1
  38. package/dist/cjs/components/label.js.map +1 -1
  39. package/dist/cjs/components/list.js.map +1 -1
  40. package/dist/cjs/components/logo.js.map +1 -1
  41. package/dist/cjs/components/menu-vertical.js.map +1 -1
  42. package/dist/cjs/components/menubar.js +0 -1
  43. package/dist/cjs/components/menubar.js.map +1 -1
  44. package/dist/cjs/components/notification.js +51 -0
  45. package/dist/cjs/components/notification.js.map +1 -0
  46. package/dist/cjs/components/popup-menu.js.map +1 -1
  47. package/dist/cjs/components/progress-bar.js.map +1 -1
  48. package/dist/cjs/components/progress-stepper.js.map +1 -1
  49. package/dist/cjs/components/rich-text-editor.js +233 -0
  50. package/dist/cjs/components/rich-text-editor.js.map +1 -0
  51. package/dist/cjs/components/search-field.js.map +1 -1
  52. package/dist/cjs/components/select.js.map +1 -1
  53. package/dist/cjs/components/side-menu.js +221 -0
  54. package/dist/cjs/components/side-menu.js.map +1 -0
  55. package/dist/cjs/components/spinner.js.map +1 -1
  56. package/dist/cjs/components/tab-menu.js +59 -0
  57. package/dist/cjs/components/tab-menu.js.map +1 -0
  58. package/dist/cjs/components/table-autotable.js.map +1 -1
  59. package/dist/cjs/components/tabs.js.map +1 -1
  60. package/dist/cjs/components/tooltip.js.map +1 -1
  61. package/dist/cjs/components/zebratable.js +141 -0
  62. package/dist/cjs/components/zebratable.js.map +1 -0
  63. package/dist/cjs/data-plugin.js.map +1 -1
  64. package/dist/cjs/index.js.map +1 -1
  65. package/dist/cjs/plugin.js +14 -1
  66. package/dist/cjs/plugin.js.map +1 -1
  67. package/dist/cjs/theme.js +18 -4
  68. package/dist/cjs/theme.js.map +1 -1
  69. package/dist/cjs/units.js +1 -0
  70. package/dist/cjs/units.js.map +1 -1
  71. package/dist/esm/aria-plugin.js.map +1 -1
  72. package/dist/esm/base.js +1 -4
  73. package/dist/esm/base.js.map +1 -1
  74. package/dist/esm/components/ai/ai-feed.js +57 -0
  75. package/dist/esm/components/ai/ai-feed.js.map +1 -0
  76. package/dist/esm/components/ai/ai-module.js +146 -0
  77. package/dist/esm/components/ai/ai-module.js.map +1 -0
  78. package/dist/esm/components/ai/assistant-presentation.js +50 -0
  79. package/dist/esm/components/ai/assistant-presentation.js.map +1 -0
  80. package/dist/esm/components/ai/bubble.js +46 -0
  81. package/dist/esm/components/ai/bubble.js.map +1 -0
  82. package/dist/esm/components/ai/feedback.js +21 -0
  83. package/dist/esm/components/ai/feedback.js.map +1 -0
  84. package/dist/esm/components/ai/input-section.js +17 -0
  85. package/dist/esm/components/ai/input-section.js.map +1 -0
  86. package/dist/esm/components/ai/markdown-rendered.js +21 -0
  87. package/dist/esm/components/ai/markdown-rendered.js.map +1 -0
  88. package/dist/esm/components/ai/typing-bubble.js +16 -0
  89. package/dist/esm/components/ai/typing-bubble.js.map +1 -0
  90. package/dist/esm/components/ai/typing-sequence.js +28 -0
  91. package/dist/esm/components/ai/typing-sequence.js.map +1 -0
  92. package/dist/esm/components/alert-banner.js +24 -0
  93. package/dist/esm/components/alert-banner.js.map +1 -0
  94. package/dist/esm/components/avatar.js +3 -0
  95. package/dist/esm/components/avatar.js.map +1 -1
  96. package/dist/esm/components/chip.js.map +1 -1
  97. package/dist/esm/components/combobox.js.map +1 -1
  98. package/dist/esm/components/comments.js +30 -0
  99. package/dist/esm/components/comments.js.map +1 -0
  100. package/dist/esm/components/context-menu.js +39 -0
  101. package/dist/esm/components/context-menu.js.map +1 -0
  102. package/dist/esm/components/divider.js +3 -3
  103. package/dist/esm/components/divider.js.map +1 -1
  104. package/dist/esm/components/dropdown-filter.js +58 -0
  105. package/dist/esm/components/dropdown-filter.js.map +1 -0
  106. package/dist/esm/components/forms.js.map +1 -1
  107. package/dist/esm/components/input.js.map +1 -1
  108. package/dist/esm/components/label.js.map +1 -1
  109. package/dist/esm/components/list.js.map +1 -1
  110. package/dist/esm/components/logo.js.map +1 -1
  111. package/dist/esm/components/menu-vertical.js.map +1 -1
  112. package/dist/esm/components/menubar.js +0 -1
  113. package/dist/esm/components/menubar.js.map +1 -1
  114. package/dist/esm/components/notification.js +49 -0
  115. package/dist/esm/components/notification.js.map +1 -0
  116. package/dist/esm/components/popup-menu.js.map +1 -1
  117. package/dist/esm/components/progress-bar.js.map +1 -1
  118. package/dist/esm/components/progress-stepper.js.map +1 -1
  119. package/dist/esm/components/rich-text-editor.js +227 -0
  120. package/dist/esm/components/rich-text-editor.js.map +1 -0
  121. package/dist/esm/components/search-field.js.map +1 -1
  122. package/dist/esm/components/select.js.map +1 -1
  123. package/dist/esm/components/side-menu.js +219 -0
  124. package/dist/esm/components/side-menu.js.map +1 -0
  125. package/dist/esm/components/spinner.js.map +1 -1
  126. package/dist/esm/components/tab-menu.js +57 -0
  127. package/dist/esm/components/tab-menu.js.map +1 -0
  128. package/dist/esm/components/table-autotable.js.map +1 -1
  129. package/dist/esm/components/tabs.js.map +1 -1
  130. package/dist/esm/components/tooltip.js.map +1 -1
  131. package/dist/esm/components/zebratable.js +135 -0
  132. package/dist/esm/components/zebratable.js.map +1 -0
  133. package/dist/esm/data-plugin.js.map +1 -1
  134. package/dist/esm/index.js.map +1 -1
  135. package/dist/esm/plugin.js +13 -1
  136. package/dist/esm/plugin.js.map +1 -1
  137. package/dist/esm/theme.js +18 -4
  138. package/dist/esm/theme.js.map +1 -1
  139. package/dist/esm/units.js +1 -0
  140. package/dist/esm/units.js.map +1 -1
  141. package/dist/types/accordion/src/accordion/accordion-item.d.ts +8 -0
  142. package/dist/types/accordion/src/accordion/accordion.d.ts +25 -0
  143. package/dist/types/accordion/src/accordion/index.d.ts +10 -0
  144. package/dist/types/accordion/src/disclosure/disclosure.d.ts +53 -0
  145. package/dist/types/accordion/src/disclosure/index.d.ts +4 -0
  146. package/dist/types/accordion/src/disclosure/styles.d.ts +1 -0
  147. package/dist/types/accordion/src/index.d.ts +4 -0
  148. package/dist/types/accordion/stories/accordion.stories.d.ts +8 -0
  149. package/dist/types/accordion/stories/disclosure.stories.d.ts +9 -0
  150. package/dist/types/avatar/index.d.ts +2 -0
  151. package/dist/types/avatar/src/avatar.d.ts +17 -0
  152. package/dist/types/avatar/src/index.d.ts +8 -0
  153. package/dist/types/avatar/stories/avatar.stories.d.ts +8 -0
  154. package/dist/types/badge/index.d.ts +2 -0
  155. package/dist/types/badge/src/badge.d.ts +12 -0
  156. package/dist/types/badge/src/index.d.ts +8 -0
  157. package/dist/types/badge/stories/badge.stories.d.ts +8 -0
  158. package/dist/types/base.d.ts +1 -4
  159. package/dist/types/breadcrumb/src/breadcrumb.d.ts +41 -0
  160. package/dist/types/breadcrumb/src/index.d.ts +11 -0
  161. package/dist/types/breadcrumb/stories/breadcrumb.stories.d.ts +7 -0
  162. package/dist/types/button/src/button-group.d.ts +15 -0
  163. package/dist/types/button/src/button.d.ts +49 -0
  164. package/dist/types/button/src/index.d.ts +11 -0
  165. package/dist/types/button/src/styles.d.ts +1 -0
  166. package/dist/types/button/stories/announcement.d.ts +5 -0
  167. package/dist/types/button/stories/button-group.stories.d.ts +8 -0
  168. package/dist/types/button/stories/button.stories.d.ts +7 -0
  169. package/dist/types/card/src/card.d.ts +60 -0
  170. package/dist/types/card/src/index.d.ts +21 -0
  171. package/dist/types/card/src/meta-card.d.ts +42 -0
  172. package/dist/types/card/stories/card.stories.d.ts +4 -0
  173. package/dist/types/card/stories/meta-card.stories.d.ts +4 -0
  174. package/dist/types/chip/index.d.ts +2 -0
  175. package/dist/types/chip/src/chip.d.ts +7 -0
  176. package/dist/types/chip/src/index.d.ts +4 -0
  177. package/dist/types/chip/stories/chip.stories.d.ts +12 -0
  178. package/dist/types/components/ai/ai-feed.d.ts +56 -0
  179. package/dist/types/components/ai/ai-module.d.ts +139 -0
  180. package/dist/types/components/ai/assistant-presentation.d.ts +49 -0
  181. package/dist/types/components/ai/bubble.d.ts +31 -0
  182. package/dist/types/components/ai/feedback.d.ts +20 -0
  183. package/dist/types/components/ai/input-section.d.ts +16 -0
  184. package/dist/types/components/ai/markdown-rendered.d.ts +20 -0
  185. package/dist/types/components/ai/typing-bubble.d.ts +15 -0
  186. package/dist/types/components/ai/typing-sequence.d.ts +22 -0
  187. package/dist/types/components/alert-banner.d.ts +24 -0
  188. package/dist/types/components/avatar.d.ts +3 -0
  189. package/dist/types/components/comments.d.ts +30 -0
  190. package/dist/types/components/context-menu.d.ts +39 -0
  191. package/dist/types/components/divider.d.ts +3 -3
  192. package/dist/types/components/dropdown-filter.d.ts +58 -0
  193. package/dist/types/components/menubar.d.ts +0 -1
  194. package/dist/types/components/notification.d.ts +48 -0
  195. package/dist/types/components/rich-text-editor.d.ts +226 -0
  196. package/dist/types/components/side-menu.d.ts +219 -0
  197. package/dist/types/components/tab-menu.d.ts +57 -0
  198. package/dist/types/components/zebratable.d.ts +134 -0
  199. package/dist/types/cookie-consent/src/cookie-consent.d.ts +32 -0
  200. package/dist/types/cookie-consent/src/index.d.ts +15 -0
  201. package/dist/types/cookie-consent/stories/cookie-consent.stories.d.ts +7 -0
  202. package/dist/types/core/src/aria-plugin.d.ts +4 -0
  203. package/dist/types/core/src/base.d.ts +53 -0
  204. package/dist/types/core/src/colors.d.ts +643 -0
  205. package/dist/types/core/src/components/accordion.d.ts +174 -0
  206. package/dist/types/core/src/components/alert.d.ts +21 -0
  207. package/dist/types/core/src/components/avatar.d.ts +26 -0
  208. package/dist/types/core/src/components/badge.d.ts +21 -0
  209. package/dist/types/core/src/components/breadcrumb.d.ts +28 -0
  210. package/dist/types/core/src/components/button-group.d.ts +25 -0
  211. package/dist/types/core/src/components/button.d.ts +195 -0
  212. package/dist/types/core/src/components/card.d.ts +135 -0
  213. package/dist/types/core/src/components/checkbox.d.ts +108 -0
  214. package/dist/types/core/src/components/chip.d.ts +37 -0
  215. package/dist/types/core/src/components/code.d.ts +8 -0
  216. package/dist/types/core/src/components/combobox.d.ts +72 -0
  217. package/dist/types/core/src/components/cookie-consent.d.ts +35 -0
  218. package/dist/types/core/src/components/dialog.d.ts +5 -0
  219. package/dist/types/core/src/components/divider.d.ts +50 -0
  220. package/dist/types/core/src/components/dot.d.ts +43 -0
  221. package/dist/types/core/src/components/filter.d.ts +14 -0
  222. package/dist/types/core/src/components/footer.d.ts +27 -0
  223. package/dist/types/core/src/components/forms.d.ts +24 -0
  224. package/dist/types/core/src/components/header.d.ts +28 -0
  225. package/dist/types/core/src/components/icon.d.ts +38 -0
  226. package/dist/types/core/src/components/input.d.ts +214 -0
  227. package/dist/types/core/src/components/kbd.d.ts +7 -0
  228. package/dist/types/core/src/components/label.d.ts +27 -0
  229. package/dist/types/core/src/components/link.d.ts +43 -0
  230. package/dist/types/core/src/components/list.d.ts +52 -0
  231. package/dist/types/core/src/components/logo.d.ts +48 -0
  232. package/dist/types/core/src/components/menu-vertical.d.ts +198 -0
  233. package/dist/types/core/src/components/menubar.d.ts +35 -0
  234. package/dist/types/core/src/components/modal.d.ts +45 -0
  235. package/dist/types/core/src/components/pagination.d.ts +101 -0
  236. package/dist/types/core/src/components/popup-menu.d.ts +138 -0
  237. package/dist/types/core/src/components/progress-bar.d.ts +13 -0
  238. package/dist/types/core/src/components/progress-stepper.d.ts +60 -0
  239. package/dist/types/core/src/components/radio.d.ts +125 -0
  240. package/dist/types/core/src/components/search-field.d.ts +34 -0
  241. package/dist/types/core/src/components/select.d.ts +141 -0
  242. package/dist/types/core/src/components/snackbar.d.ts +30 -0
  243. package/dist/types/core/src/components/spinner.d.ts +13 -0
  244. package/dist/types/core/src/components/switch.d.ts +64 -0
  245. package/dist/types/core/src/components/table-autotable.d.ts +222 -0
  246. package/dist/types/core/src/components/table.d.ts +11 -0
  247. package/dist/types/core/src/components/tabs.d.ts +14 -0
  248. package/dist/types/core/src/components/tooltip.d.ts +53 -0
  249. package/dist/types/core/src/components/user-menu.d.ts +14 -0
  250. package/dist/types/core/src/data-plugin.d.ts +4 -0
  251. package/dist/types/core/src/index.d.ts +6 -0
  252. package/dist/types/core/src/plugin.d.ts +12 -0
  253. package/dist/types/core/src/preset.d.ts +18 -0
  254. package/dist/types/core/src/theme.d.ts +4 -0
  255. package/dist/types/core/src/units.d.ts +287 -0
  256. package/dist/types/core/src/with-opacity.d.ts +4 -0
  257. package/dist/types/divider/index.d.ts +2 -0
  258. package/dist/types/divider/src/divider-section.d.ts +12 -0
  259. package/dist/types/divider/src/divider.d.ts +8 -0
  260. package/dist/types/divider/src/index.d.ts +10 -0
  261. package/dist/types/divider/src/styles.d.ts +1 -0
  262. package/dist/types/divider/stories/divider-section.stories.d.ts +8 -0
  263. package/dist/types/divider/stories/divider.stories.d.ts +8 -0
  264. package/dist/types/filter/src/filter-item.d.ts +7 -0
  265. package/dist/types/filter/src/filter-label.d.ts +7 -0
  266. package/dist/types/filter/src/filter.d.ts +6 -0
  267. package/dist/types/filter/src/index.d.ts +12 -0
  268. package/dist/types/filter/stories/filter.stories.d.ts +7 -0
  269. package/dist/types/forms/index.d.ts +2 -0
  270. package/dist/types/forms/src/checkbox/checkbox-group.d.ts +46 -0
  271. package/dist/types/forms/src/checkbox/checkbox.d.ts +39 -0
  272. package/dist/types/forms/src/checkbox/index.d.ts +10 -0
  273. package/dist/types/forms/src/checkbox/styles.d.ts +2 -0
  274. package/dist/types/forms/src/combobox/combobox-context.d.ts +42 -0
  275. package/dist/types/forms/src/combobox/combobox-input.d.ts +44 -0
  276. package/dist/types/forms/src/combobox/combobox-list.d.ts +8 -0
  277. package/dist/types/forms/src/combobox/combobox-option.d.ts +11 -0
  278. package/dist/types/forms/src/combobox/combobox.d.ts +6 -0
  279. package/dist/types/forms/src/combobox/index.d.ts +15 -0
  280. package/dist/types/forms/src/combobox/styles.d.ts +1 -0
  281. package/dist/types/forms/src/date-picker/date-picker.d.ts +7 -0
  282. package/dist/types/forms/src/date-picker/index.d.ts +8 -0
  283. package/dist/types/forms/src/form-control/index.d.ts +40 -0
  284. package/dist/types/forms/src/form-error-message/index.d.ts +8 -0
  285. package/dist/types/forms/src/form-helper-text/index.d.ts +8 -0
  286. package/dist/types/forms/src/form-label/index.d.ts +20 -0
  287. package/dist/types/forms/src/index.d.ts +26 -0
  288. package/dist/types/forms/src/input/index.d.ts +13 -0
  289. package/dist/types/forms/src/input/input.d.ts +26 -0
  290. package/dist/types/forms/src/input/styles.d.ts +1 -0
  291. package/dist/types/forms/src/input-addin/index.d.ts +12 -0
  292. package/dist/types/forms/src/input-group/index.d.ts +11 -0
  293. package/dist/types/forms/src/input-group/styles.d.ts +1 -0
  294. package/dist/types/forms/src/radio/index.d.ts +10 -0
  295. package/dist/types/forms/src/radio/radio-group.d.ts +48 -0
  296. package/dist/types/forms/src/radio/radio.d.ts +32 -0
  297. package/dist/types/forms/src/radio/styles.d.ts +3 -0
  298. package/dist/types/forms/src/select/index.d.ts +18 -0
  299. package/dist/types/forms/src/select/styles.d.ts +1 -0
  300. package/dist/types/forms/src/switch/index.d.ts +8 -0
  301. package/dist/types/forms/src/switch/switchcomponent.d.ts +9 -0
  302. package/dist/types/forms/src/text-field/index.d.ts +8 -0
  303. package/dist/types/forms/src/text-field/text-field.d.ts +6 -0
  304. package/dist/types/forms/src/textarea/index.d.ts +12 -0
  305. package/dist/types/forms/stories/check.d.ts +5 -0
  306. package/dist/types/forms/stories/checkbox-group.stories.d.ts +11 -0
  307. package/dist/types/forms/stories/checkbox.stories.d.ts +8 -0
  308. package/dist/types/forms/stories/combobox.stories.d.ts +19 -0
  309. package/dist/types/forms/stories/date-picker.stories.d.ts +21 -0
  310. package/dist/types/forms/stories/form-control.stories.d.ts +10 -0
  311. package/dist/types/forms/stories/input.stories.d.ts +21 -0
  312. package/dist/types/forms/stories/radio-group.stories.d.ts +11 -0
  313. package/dist/types/forms/stories/radio.stories.d.ts +14 -0
  314. package/dist/types/forms/stories/select.stories.d.ts +10 -0
  315. package/dist/types/forms/stories/switch.stories.d.ts +8 -0
  316. package/dist/types/forms/stories/text-field.stories.d.ts +18 -0
  317. package/dist/types/forms/stories/textarea.stories.d.ts +42 -0
  318. package/dist/types/icon/index.d.ts +2 -0
  319. package/dist/types/icon/src/icon-padded.d.ts +4 -0
  320. package/dist/types/icon/src/icon.d.ts +20 -0
  321. package/dist/types/icon/src/index.d.ts +10 -0
  322. package/dist/types/icon/stories/icon-padded.stories.d.ts +8 -0
  323. package/dist/types/icon/stories/icon.stories.d.ts +8 -0
  324. package/dist/types/image/index.d.ts +2 -0
  325. package/dist/types/image/src/image.d.ts +28 -0
  326. package/dist/types/image/src/index.d.ts +4 -0
  327. package/dist/types/image/src/use-image.d.ts +52 -0
  328. package/dist/types/image/stories/image.stories.d.ts +8 -0
  329. package/dist/types/label/index.d.ts +2 -0
  330. package/dist/types/label/src/index.d.ts +8 -0
  331. package/dist/types/label/src/label.d.ts +8 -0
  332. package/dist/types/label/stories/label.stories.d.ts +8 -0
  333. package/dist/types/layout/src/footer/footer-list-item.d.ts +4 -0
  334. package/dist/types/layout/src/footer/footer-list.d.ts +4 -0
  335. package/dist/types/layout/src/footer/footer.d.ts +6 -0
  336. package/dist/types/layout/src/footer/index.d.ts +14 -0
  337. package/dist/types/layout/src/header/header.d.ts +17 -0
  338. package/dist/types/layout/src/header/index.d.ts +8 -0
  339. package/dist/types/layout/src/index.d.ts +4 -0
  340. package/dist/types/layout/stories/footer.stories.d.ts +7 -0
  341. package/dist/types/layout/stories/header.stories.d.ts +5 -0
  342. package/dist/types/link/index.d.ts +2 -0
  343. package/dist/types/link/src/index.d.ts +12 -0
  344. package/dist/types/link/src/link.d.ts +21 -0
  345. package/dist/types/link/src/styles.d.ts +1 -0
  346. package/dist/types/link/stories/link.stories.d.ts +12 -0
  347. package/dist/types/list/src/index.d.ts +12 -0
  348. package/dist/types/list/src/list.d.ts +28 -0
  349. package/dist/types/list/stories/list.stories.d.ts +7 -0
  350. package/dist/types/logo/src/assets/index.d.ts +2 -0
  351. package/dist/types/logo/src/assets/logo-svg.d.ts +2 -0
  352. package/dist/types/logo/src/assets/symbol-svg.d.ts +2 -0
  353. package/dist/types/logo/src/index.d.ts +4 -0
  354. package/dist/types/logo/src/logo.d.ts +38 -0
  355. package/dist/types/logo/stories/logo.stories.d.ts +8 -0
  356. package/dist/types/menu-vertical/src/index.d.ts +25 -0
  357. package/dist/types/menu-vertical/src/menu-vertical-backbutton.d.ts +9 -0
  358. package/dist/types/menu-vertical/src/menu-vertical-context.d.ts +62 -0
  359. package/dist/types/menu-vertical/src/menu-vertical-header.d.ts +9 -0
  360. package/dist/types/menu-vertical/src/menu-vertical-item.d.ts +26 -0
  361. package/dist/types/menu-vertical/src/menu-vertical-label.d.ts +7 -0
  362. package/dist/types/menu-vertical/src/menu-vertical-nav.d.ts +9 -0
  363. package/dist/types/menu-vertical/src/menu-vertical-sidebar.d.ts +9 -0
  364. package/dist/types/menu-vertical/src/menu-vertical-submenu-button.d.ts +25 -0
  365. package/dist/types/menu-vertical/src/menu-vertical-tool-item.d.ts +9 -0
  366. package/dist/types/menu-vertical/src/menu-vertical.d.ts +14 -0
  367. package/dist/types/menu-vertical/stories/menu-vertical-sidebar.stories.d.ts +8 -0
  368. package/dist/types/menu-vertical/stories/menu-vertical.stories.d.ts +8 -0
  369. package/dist/types/menubar/index.d.ts +2 -0
  370. package/dist/types/menubar/src/index.d.ts +11 -0
  371. package/dist/types/menubar/src/menubar-item.d.ts +15 -0
  372. package/dist/types/menubar/src/menubar.d.ts +18 -0
  373. package/dist/types/menubar/stories/menubar.stories.d.ts +7 -0
  374. package/dist/types/modal/src/confirm/confirm.d.ts +17 -0
  375. package/dist/types/modal/src/confirm/index.d.ts +1 -0
  376. package/dist/types/modal/src/dialog/dialog-buttons.d.ts +6 -0
  377. package/dist/types/modal/src/dialog/dialog-content.d.ts +6 -0
  378. package/dist/types/modal/src/dialog/dialog.d.ts +7 -0
  379. package/dist/types/modal/src/dialog/index.d.ts +12 -0
  380. package/dist/types/modal/src/index.d.ts +6 -0
  381. package/dist/types/modal/src/modal/index.d.ts +13 -0
  382. package/dist/types/modal/src/modal/modal-content.d.ts +5 -0
  383. package/dist/types/modal/src/modal/modal-footer.d.ts +5 -0
  384. package/dist/types/modal/src/modal/modal.d.ts +27 -0
  385. package/dist/types/modal/stories/confirm.stories.d.ts +10 -0
  386. package/dist/types/modal/stories/dialog.stories.d.ts +6 -0
  387. package/dist/types/modal/stories/modal.stories.d.ts +7 -0
  388. package/dist/types/pagination/src/index.d.ts +8 -0
  389. package/dist/types/pagination/src/pagination.d.ts +19 -0
  390. package/dist/types/pagination/src/styles.d.ts +1 -0
  391. package/dist/types/pagination/stories/pagination.stories.d.ts +8 -0
  392. package/dist/types/popup-menu/src/index.d.ts +18 -0
  393. package/dist/types/popup-menu/src/popup-menu-button.d.ts +2 -0
  394. package/dist/types/popup-menu/src/popup-menu-group.d.ts +5 -0
  395. package/dist/types/popup-menu/src/popup-menu-item.d.ts +11 -0
  396. package/dist/types/popup-menu/src/popup-menu-items.d.ts +20 -0
  397. package/dist/types/popup-menu/src/popup-menu-panel.d.ts +6 -0
  398. package/dist/types/popup-menu/src/popup-menu.d.ts +53 -0
  399. package/dist/types/popup-menu/src/popupmenu-context.d.ts +18 -0
  400. package/dist/types/popup-menu/src/styles.d.ts +1 -0
  401. package/dist/types/popup-menu/stories/popup-menu.stories.d.ts +9 -0
  402. package/dist/types/progress-bar/index.d.ts +2 -0
  403. package/dist/types/progress-bar/src/index.d.ts +8 -0
  404. package/dist/types/progress-bar/src/progress-bar.d.ts +18 -0
  405. package/dist/types/progress-bar/src/styles.d.ts +0 -0
  406. package/dist/types/progress-bar/stories/progress-bar.stories.d.ts +8 -0
  407. package/dist/types/progress-stepper/src/index.d.ts +8 -0
  408. package/dist/types/progress-stepper/src/progress-step.d.ts +13 -0
  409. package/dist/types/progress-stepper/src/progress-stepper.d.ts +12 -0
  410. package/dist/types/progress-stepper/stories/progress-stepper.stories.d.ts +8 -0
  411. package/dist/types/react/src/index.d.ts +70 -0
  412. package/dist/types/searchfield/src/index.d.ts +18 -0
  413. package/dist/types/searchfield/src/searchfield-suggestions-input.d.ts +9 -0
  414. package/dist/types/searchfield/src/searchfield-suggestions-list.d.ts +5 -0
  415. package/dist/types/searchfield/src/searchfield-suggestions-option.d.ts +5 -0
  416. package/dist/types/searchfield/src/searchfield-suggestions.d.ts +5 -0
  417. package/dist/types/searchfield/src/searchfield.d.ts +27 -0
  418. package/dist/types/searchfield/stories/searchfield-suggestions.stories.d.ts +8 -0
  419. package/dist/types/searchfield/stories/searchfield.stories.d.ts +6 -0
  420. package/dist/types/snackbar/src/index.d.ts +8 -0
  421. package/dist/types/snackbar/src/snackbar.d.ts +11 -0
  422. package/dist/types/snackbar/stories/snackbar.stories.d.ts +8 -0
  423. package/dist/types/spinner/index.d.ts +2 -0
  424. package/dist/types/spinner/src/assets/spinner-square.d.ts +265 -0
  425. package/dist/types/spinner/src/index.d.ts +4 -0
  426. package/dist/types/spinner/src/spinner.d.ts +14 -0
  427. package/dist/types/spinner/stories/spinner.stories.d.ts +8 -0
  428. package/dist/types/table/src/auto-table.d.ts +48 -0
  429. package/dist/types/table/src/index.d.ts +24 -0
  430. package/dist/types/table/src/table-body.d.ts +2 -0
  431. package/dist/types/table/src/table-footer.d.ts +2 -0
  432. package/dist/types/table/src/table-header-column.d.ts +6 -0
  433. package/dist/types/table/src/table-header.d.ts +6 -0
  434. package/dist/types/table/src/table-row-column.d.ts +6 -0
  435. package/dist/types/table/src/table-row.d.ts +2 -0
  436. package/dist/types/table/src/table-sort-button.d.ts +8 -0
  437. package/dist/types/table/src/table.d.ts +9 -0
  438. package/dist/types/table/stories/autotable.stories.d.ts +10 -0
  439. package/dist/types/table/stories/table.stories.d.ts +11 -0
  440. package/dist/types/tabs/src/index.d.ts +15 -0
  441. package/dist/types/tabs/src/tabs-button.d.ts +7 -0
  442. package/dist/types/tabs/src/tabs-content.d.ts +6 -0
  443. package/dist/types/tabs/src/tabs-context.d.ts +8 -0
  444. package/dist/types/tabs/src/tabs-item.d.ts +6 -0
  445. package/dist/types/tabs/src/tabs.d.ts +11 -0
  446. package/dist/types/tabs/stories/tabs.stories.d.ts +12 -0
  447. package/dist/types/text/src/index.d.ts +8 -0
  448. package/dist/types/text/src/text.d.ts +10 -0
  449. package/dist/types/text/stories/text.stories.d.ts +7 -0
  450. package/dist/types/theme/index.d.ts +2 -0
  451. package/dist/types/theme/src/colors.d.ts +1410 -0
  452. package/dist/types/theme/src/create-memo-class.d.ts +1 -0
  453. package/dist/types/theme/src/create-theme-vars/calc.d.ts +19 -0
  454. package/dist/types/theme/src/create-theme-vars/create-theme-vars.d.ts +9 -0
  455. package/dist/types/theme/src/create-theme-vars/css-var.d.ts +7 -0
  456. package/dist/types/theme/src/create-theme-vars/index.d.ts +4 -0
  457. package/dist/types/theme/src/create-theme-vars/theme-tokens.d.ts +8 -0
  458. package/dist/types/theme/src/create-theme-vars/to-css-var.d.ts +2 -0
  459. package/dist/types/theme/src/default-theme.d.ts +4 -0
  460. package/dist/types/theme/src/gui-provider.d.ts +48 -0
  461. package/dist/types/theme/src/index.d.ts +14 -0
  462. package/dist/types/theme/src/types.d.ts +54 -0
  463. package/dist/types/theme/src/units.d.ts +266 -0
  464. package/dist/types/theme/src/use-safe-effect.d.ts +2 -0
  465. package/dist/types/theme/src/utils.d.ts +1 -0
  466. package/dist/types/toast/index.d.ts +2 -0
  467. package/dist/types/toast/src/index.d.ts +7 -0
  468. package/dist/types/toast/src/toast.d.ts +62 -0
  469. package/dist/types/toasted-notes/index.d.ts +2 -0
  470. package/dist/types/toasted-notes/src/Alert.d.ts +8 -0
  471. package/dist/types/toasted-notes/src/Message.d.ts +26 -0
  472. package/dist/types/toasted-notes/src/Positions.d.ts +9 -0
  473. package/dist/types/toasted-notes/src/Toast.d.ts +13 -0
  474. package/dist/types/toasted-notes/src/ToastManager.d.ts +45 -0
  475. package/dist/types/toasted-notes/src/index.d.ts +4 -0
  476. package/dist/types/toasted-notes/src/useTimeout.d.ts +3 -0
  477. package/dist/types/tooltip/index.d.ts +2 -0
  478. package/dist/types/tooltip/src/index.d.ts +8 -0
  479. package/dist/types/tooltip/src/tooltip.d.ts +14 -0
  480. package/dist/types/tooltip/stories/tooltip.stories.d.ts +9 -0
  481. package/dist/types/units.d.ts +1 -0
  482. package/dist/types/user-menu/src/index.d.ts +8 -0
  483. package/dist/types/user-menu/src/user-menu.d.ts +32 -0
  484. package/dist/types/user-menu/stories/user-menu.stories.d.ts +8 -0
  485. package/dist/types/utils/index.d.ts +2 -0
  486. package/dist/types/utils/src/assertion.d.ts +6 -0
  487. package/dist/types/utils/src/children.d.ts +8 -0
  488. package/dist/types/utils/src/color.d.ts +10 -0
  489. package/dist/types/utils/src/index.d.ts +20 -0
  490. package/dist/types/utils/src/object.d.ts +6 -0
  491. package/dist/types/utils/src/refs.d.ts +5 -0
  492. package/dist/types/utils/src/slug.d.ts +1 -0
  493. package/dist/types/utils/src/types.d.ts +56 -0
  494. package/dist/types/utils/src/use-on-element-outside.d.ts +39 -0
  495. package/dist/types/utils/src/walk-object.d.ts +5 -0
  496. package/package.json +3 -3
@@ -0,0 +1,643 @@
1
+ declare const colors: {
2
+ primitives: {
3
+ gray: {
4
+ lightest: string;
5
+ 50: string;
6
+ 100: string;
7
+ 200: string;
8
+ 300: string;
9
+ 400: string;
10
+ 500: string;
11
+ 600: string;
12
+ 700: string;
13
+ 800: string;
14
+ 900: string;
15
+ darkest: string;
16
+ };
17
+ overlay: {
18
+ darken: {
19
+ 1: string;
20
+ 2: string;
21
+ 3: string;
22
+ 4: string;
23
+ 5: string;
24
+ 6: string;
25
+ 7: string;
26
+ 8: string;
27
+ 9: string;
28
+ 10: string;
29
+ };
30
+ lighten: {
31
+ 1: string;
32
+ 2: string;
33
+ 3: string;
34
+ 4: string;
35
+ 5: string;
36
+ 6: string;
37
+ 7: string;
38
+ 8: string;
39
+ 9: string;
40
+ 10: string;
41
+ };
42
+ };
43
+ blue: {
44
+ 50: string;
45
+ 100: string;
46
+ 200: string;
47
+ 300: string;
48
+ 400: string;
49
+ 500: string;
50
+ 600: string;
51
+ 700: string;
52
+ 800: string;
53
+ 900: string;
54
+ };
55
+ green: {
56
+ 50: string;
57
+ 100: string;
58
+ 200: string;
59
+ 300: string;
60
+ 400: string;
61
+ 500: string;
62
+ 600: string;
63
+ 700: string;
64
+ 800: string;
65
+ 900: string;
66
+ };
67
+ purple: {
68
+ 50: string;
69
+ 100: string;
70
+ 200: string;
71
+ 300: string;
72
+ 400: string;
73
+ 500: string;
74
+ 600: string;
75
+ 700: string;
76
+ 800: string;
77
+ 900: string;
78
+ };
79
+ pink: {
80
+ 50: string;
81
+ 100: string;
82
+ 200: string;
83
+ 300: string;
84
+ 400: string;
85
+ 500: string;
86
+ 600: string;
87
+ 700: string;
88
+ 800: string;
89
+ 900: string;
90
+ };
91
+ orange: {
92
+ 50: string;
93
+ 100: string;
94
+ 200: string;
95
+ 300: string;
96
+ 400: string;
97
+ 500: string;
98
+ 600: string;
99
+ 700: string;
100
+ 800: string;
101
+ 900: string;
102
+ };
103
+ red: {
104
+ 50: string;
105
+ 100: string;
106
+ 200: string;
107
+ 300: string;
108
+ 400: string;
109
+ 500: string;
110
+ 600: string;
111
+ 700: string;
112
+ 800: string;
113
+ 900: string;
114
+ };
115
+ };
116
+ body: string;
117
+ black: string;
118
+ white: string;
119
+ ring: string;
120
+ primary: {
121
+ DEFAULT: string;
122
+ surface: {
123
+ DEFAULT: string;
124
+ hover: string;
125
+ disabled: string;
126
+ };
127
+ lightest: string;
128
+ 50: string;
129
+ 100: string;
130
+ 200: string;
131
+ 300: string;
132
+ 400: string;
133
+ 500: string;
134
+ 600: string;
135
+ 700: string;
136
+ 800: string;
137
+ 900: string;
138
+ darkest: string;
139
+ };
140
+ secondary: {
141
+ DEFAULT: string;
142
+ outline: {
143
+ DEFAULT: string;
144
+ hover: string;
145
+ };
146
+ surface: {
147
+ DEFAULT: string;
148
+ hover: string;
149
+ disabled: string;
150
+ };
151
+ lightest: string;
152
+ 50: string;
153
+ 100: string;
154
+ 200: string;
155
+ 300: string;
156
+ 400: string;
157
+ 500: string;
158
+ 600: string;
159
+ 700: string;
160
+ 800: string;
161
+ 900: string;
162
+ darkest: string;
163
+ };
164
+ tertiary: {
165
+ surface: {
166
+ DEFAULT: string;
167
+ hover: string;
168
+ disabled: string;
169
+ };
170
+ };
171
+ dark: {
172
+ DEFAULT: string;
173
+ primary: string;
174
+ secondary: string;
175
+ disabled: string;
176
+ placeholder: string;
177
+ ghost: string;
178
+ };
179
+ light: {
180
+ DEFAULT: string;
181
+ primary: string;
182
+ secondary: string;
183
+ disabled: string;
184
+ placeholder: string;
185
+ ghost: string;
186
+ };
187
+ divider: string;
188
+ background: {
189
+ DEFAULT: string;
190
+ content: string;
191
+ 100: string;
192
+ 200: string;
193
+ 'color-mixin': {
194
+ 1: string;
195
+ 2: string;
196
+ };
197
+ };
198
+ vattjom: {
199
+ background: {
200
+ 100: string;
201
+ 200: string;
202
+ 300: string;
203
+ };
204
+ surface: {
205
+ primary: {
206
+ DEFAULT: string;
207
+ hover: string;
208
+ };
209
+ accent: {
210
+ DEFAULT: string;
211
+ hover: string;
212
+ };
213
+ };
214
+ text: {
215
+ DEFAULT: string;
216
+ primary: string;
217
+ secondary: string;
218
+ };
219
+ };
220
+ gronsta: {
221
+ background: {
222
+ 100: string;
223
+ 200: string;
224
+ 300: string;
225
+ };
226
+ surface: {
227
+ primary: {
228
+ DEFAULT: string;
229
+ hover: string;
230
+ };
231
+ accent: {
232
+ DEFAULT: string;
233
+ hover: string;
234
+ };
235
+ };
236
+ text: {
237
+ DEFAULT: string;
238
+ primary: string;
239
+ secondary: string;
240
+ };
241
+ };
242
+ juniskar: {
243
+ background: {
244
+ 100: string;
245
+ 200: string;
246
+ 300: string;
247
+ };
248
+ surface: {
249
+ primary: {
250
+ DEFAULT: string;
251
+ hover: string;
252
+ };
253
+ accent: {
254
+ DEFAULT: string;
255
+ hover: string;
256
+ };
257
+ };
258
+ text: {
259
+ DEFAULT: string;
260
+ primary: string;
261
+ secondary: string;
262
+ };
263
+ };
264
+ bjornstigen: {
265
+ background: {
266
+ 100: string;
267
+ 200: string;
268
+ 300: string;
269
+ };
270
+ surface: {
271
+ primary: {
272
+ DEFAULT: string;
273
+ hover: string;
274
+ };
275
+ accent: {
276
+ DEFAULT: string;
277
+ hover: string;
278
+ };
279
+ };
280
+ text: {
281
+ DEFAULT: string;
282
+ primary: string;
283
+ secondary: string;
284
+ };
285
+ };
286
+ error: {
287
+ DEFAULT: string;
288
+ background: {
289
+ 100: string;
290
+ 200: string;
291
+ 300: string;
292
+ };
293
+ surface: {
294
+ primary: {
295
+ DEFAULT: string;
296
+ hover: string;
297
+ };
298
+ accent: {
299
+ DEFAULT: string;
300
+ hover: string;
301
+ };
302
+ };
303
+ text: {
304
+ DEFAULT: string;
305
+ primary: string;
306
+ secondary: string;
307
+ };
308
+ };
309
+ warning: {
310
+ DEFAULT: string;
311
+ background: {
312
+ 100: string;
313
+ 200: string;
314
+ 300: string;
315
+ };
316
+ surface: {
317
+ primary: {
318
+ DEFAULT: string;
319
+ hover: string;
320
+ };
321
+ accent: {
322
+ DEFAULT: string;
323
+ hover: string;
324
+ };
325
+ };
326
+ text: {
327
+ DEFAULT: string;
328
+ primary: string;
329
+ secondary: string;
330
+ };
331
+ };
332
+ info: {
333
+ DEFAULT: string;
334
+ background: {
335
+ 100: string;
336
+ 200: string;
337
+ 300: string;
338
+ };
339
+ surface: {
340
+ primary: {
341
+ DEFAULT: string;
342
+ hover: string;
343
+ };
344
+ accent: {
345
+ DEFAULT: string;
346
+ hover: string;
347
+ };
348
+ };
349
+ text: {
350
+ DEFAULT: string;
351
+ primary: string;
352
+ secondary: string;
353
+ };
354
+ };
355
+ success: {
356
+ DEFAULT: string;
357
+ background: {
358
+ 100: string;
359
+ 200: string;
360
+ 300: string;
361
+ };
362
+ surface: {
363
+ primary: {
364
+ DEFAULT: string;
365
+ hover: string;
366
+ };
367
+ accent: {
368
+ DEFAULT: string;
369
+ hover: string;
370
+ };
371
+ };
372
+ text: {
373
+ DEFAULT: string;
374
+ primary: string;
375
+ secondary: string;
376
+ };
377
+ };
378
+ inverted: {
379
+ body: string;
380
+ black: string;
381
+ white: string;
382
+ ring: string;
383
+ primary: {
384
+ DEFAULT: string;
385
+ surface: {
386
+ DEFAULT: string;
387
+ hover: string;
388
+ disabled: string;
389
+ };
390
+ lightest: string;
391
+ 50: string;
392
+ 100: string;
393
+ 200: string;
394
+ 300: string;
395
+ 400: string;
396
+ 500: string;
397
+ 600: string;
398
+ 700: string;
399
+ 800: string;
400
+ 900: string;
401
+ darkest: string;
402
+ };
403
+ secondary: {
404
+ DEFAULT: string;
405
+ outline: {
406
+ DEFAULT: string;
407
+ hover: string;
408
+ };
409
+ surface: {
410
+ DEFAULT: string;
411
+ hover: string;
412
+ disabled: string;
413
+ };
414
+ lightest: string;
415
+ 50: string;
416
+ 100: string;
417
+ 200: string;
418
+ 300: string;
419
+ 400: string;
420
+ 500: string;
421
+ 600: string;
422
+ 700: string;
423
+ 800: string;
424
+ 900: string;
425
+ darkest: string;
426
+ };
427
+ tertiary: {
428
+ surface: {
429
+ DEFAULT: string;
430
+ hover: string;
431
+ disabled: string;
432
+ };
433
+ };
434
+ dark: {
435
+ DEFAULT: string;
436
+ primary: string;
437
+ secondary: string;
438
+ disabled: string;
439
+ placeholder: string;
440
+ ghost: string;
441
+ };
442
+ light: {
443
+ DEFAULT: string;
444
+ primary: string;
445
+ secondary: string;
446
+ disabled: string;
447
+ placeholder: string;
448
+ ghost: string;
449
+ };
450
+ divider: string;
451
+ background: {
452
+ DEFAULT: string;
453
+ content: string;
454
+ 100: string;
455
+ 200: string;
456
+ 'color-mixin': {
457
+ 1: string;
458
+ 2: string;
459
+ };
460
+ };
461
+ vattjom: {
462
+ background: {
463
+ 100: string;
464
+ 200: string;
465
+ 300: string;
466
+ };
467
+ surface: {
468
+ primary: {
469
+ DEFAULT: string;
470
+ hover: string;
471
+ };
472
+ accent: {
473
+ DEFAULT: string;
474
+ hover: string;
475
+ };
476
+ };
477
+ text: {
478
+ DEFAULT: string;
479
+ primary: string;
480
+ secondary: string;
481
+ };
482
+ };
483
+ gronsta: {
484
+ background: {
485
+ 100: string;
486
+ 200: string;
487
+ 300: string;
488
+ };
489
+ surface: {
490
+ primary: {
491
+ DEFAULT: string;
492
+ hover: string;
493
+ };
494
+ accent: {
495
+ DEFAULT: string;
496
+ hover: string;
497
+ };
498
+ };
499
+ text: {
500
+ DEFAULT: string;
501
+ primary: string;
502
+ secondary: string;
503
+ };
504
+ };
505
+ juniskar: {
506
+ background: {
507
+ 100: string;
508
+ 200: string;
509
+ 300: string;
510
+ };
511
+ surface: {
512
+ primary: {
513
+ DEFAULT: string;
514
+ hover: string;
515
+ };
516
+ accent: {
517
+ DEFAULT: string;
518
+ hover: string;
519
+ };
520
+ };
521
+ text: {
522
+ DEFAULT: string;
523
+ primary: string;
524
+ secondary: string;
525
+ };
526
+ };
527
+ bjornstigen: {
528
+ background: {
529
+ 100: string;
530
+ 200: string;
531
+ 300: string;
532
+ };
533
+ surface: {
534
+ primary: {
535
+ DEFAULT: string;
536
+ hover: string;
537
+ };
538
+ accent: {
539
+ DEFAULT: string;
540
+ hover: string;
541
+ };
542
+ };
543
+ text: {
544
+ DEFAULT: string;
545
+ primary: string;
546
+ secondary: string;
547
+ };
548
+ };
549
+ error: {
550
+ DEFAULT: string;
551
+ background: {
552
+ 100: string;
553
+ 200: string;
554
+ 300: string;
555
+ };
556
+ surface: {
557
+ primary: {
558
+ DEFAULT: string;
559
+ hover: string;
560
+ };
561
+ accent: {
562
+ DEFAULT: string;
563
+ hover: string;
564
+ };
565
+ };
566
+ text: {
567
+ DEFAULT: string;
568
+ primary: string;
569
+ secondary: string;
570
+ };
571
+ };
572
+ warning: {
573
+ DEFAULT: string;
574
+ background: {
575
+ 100: string;
576
+ 200: string;
577
+ 300: string;
578
+ };
579
+ surface: {
580
+ primary: {
581
+ DEFAULT: string;
582
+ hover: string;
583
+ };
584
+ accent: {
585
+ DEFAULT: string;
586
+ hover: string;
587
+ };
588
+ };
589
+ text: {
590
+ DEFAULT: string;
591
+ primary: string;
592
+ secondary: string;
593
+ };
594
+ };
595
+ info: {
596
+ DEFAULT: string;
597
+ background: {
598
+ 100: string;
599
+ 200: string;
600
+ 300: string;
601
+ };
602
+ surface: {
603
+ primary: {
604
+ DEFAULT: string;
605
+ hover: string;
606
+ };
607
+ accent: {
608
+ DEFAULT: string;
609
+ hover: string;
610
+ };
611
+ };
612
+ text: {
613
+ DEFAULT: string;
614
+ primary: string;
615
+ secondary: string;
616
+ };
617
+ };
618
+ success: {
619
+ DEFAULT: string;
620
+ background: {
621
+ 100: string;
622
+ 200: string;
623
+ 300: string;
624
+ };
625
+ surface: {
626
+ primary: {
627
+ DEFAULT: string;
628
+ hover: string;
629
+ };
630
+ accent: {
631
+ DEFAULT: string;
632
+ hover: string;
633
+ };
634
+ };
635
+ text: {
636
+ DEFAULT: string;
637
+ primary: string;
638
+ secondary: string;
639
+ };
640
+ };
641
+ };
642
+ };
643
+ export { colors };