@sk-web-gui/core 3.4.1 → 3.4.2

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 (447) hide show
  1. package/dist/cjs/aria-plugin.js.map +1 -1
  2. package/dist/cjs/components/ai/ai-feed.js.map +1 -1
  3. package/dist/cjs/components/ai/ai-module.js +51 -17
  4. package/dist/cjs/components/ai/ai-module.js.map +1 -1
  5. package/dist/cjs/components/ai/assistant-presentation.js.map +1 -1
  6. package/dist/cjs/components/ai/bubble.js.map +1 -1
  7. package/dist/cjs/components/ai/feedback.js.map +1 -1
  8. package/dist/cjs/components/ai/input-section.js.map +1 -1
  9. package/dist/cjs/components/ai/markdown-rendered.js.map +1 -1
  10. package/dist/cjs/components/ai/typing-bubble.js.map +1 -1
  11. package/dist/cjs/components/ai/typing-sequence.js.map +1 -1
  12. package/dist/cjs/components/alert-banner.js +26 -0
  13. package/dist/cjs/components/alert-banner.js.map +1 -0
  14. package/dist/cjs/components/chip.js.map +1 -1
  15. package/dist/cjs/components/combobox.js.map +1 -1
  16. package/dist/cjs/components/comments.js +32 -0
  17. package/dist/cjs/components/comments.js.map +1 -0
  18. package/dist/cjs/components/context-menu.js +41 -0
  19. package/dist/cjs/components/context-menu.js.map +1 -0
  20. package/dist/cjs/components/dropdown-filter.js +60 -0
  21. package/dist/cjs/components/dropdown-filter.js.map +1 -0
  22. package/dist/cjs/components/forms.js.map +1 -1
  23. package/dist/cjs/components/input.js.map +1 -1
  24. package/dist/cjs/components/label.js.map +1 -1
  25. package/dist/cjs/components/list.js.map +1 -1
  26. package/dist/cjs/components/logo.js.map +1 -1
  27. package/dist/cjs/components/menu-vertical.js.map +1 -1
  28. package/dist/cjs/components/menubar.js.map +1 -1
  29. package/dist/cjs/components/notification.js +51 -0
  30. package/dist/cjs/components/notification.js.map +1 -0
  31. package/dist/cjs/components/popup-menu.js.map +1 -1
  32. package/dist/cjs/components/progress-bar.js.map +1 -1
  33. package/dist/cjs/components/progress-stepper.js.map +1 -1
  34. package/dist/cjs/components/rich-text-editor.js +233 -0
  35. package/dist/cjs/components/rich-text-editor.js.map +1 -0
  36. package/dist/cjs/components/search-field.js.map +1 -1
  37. package/dist/cjs/components/select.js.map +1 -1
  38. package/dist/cjs/components/side-menu.js +221 -0
  39. package/dist/cjs/components/side-menu.js.map +1 -0
  40. package/dist/cjs/components/spinner.js.map +1 -1
  41. package/dist/cjs/components/tab-menu.js +59 -0
  42. package/dist/cjs/components/tab-menu.js.map +1 -0
  43. package/dist/cjs/components/table-autotable.js.map +1 -1
  44. package/dist/cjs/components/tabs.js.map +1 -1
  45. package/dist/cjs/components/tooltip.js.map +1 -1
  46. package/dist/cjs/components/zebratable.js +141 -0
  47. package/dist/cjs/components/zebratable.js.map +1 -0
  48. package/dist/cjs/data-plugin.js.map +1 -1
  49. package/dist/cjs/index.js.map +1 -1
  50. package/dist/cjs/plugin.js.map +1 -1
  51. package/dist/cjs/theme.js.map +1 -1
  52. package/dist/cjs/units.js.map +1 -1
  53. package/dist/esm/aria-plugin.js.map +1 -1
  54. package/dist/esm/components/ai/ai-feed.js.map +1 -1
  55. package/dist/esm/components/ai/ai-module.js +51 -17
  56. package/dist/esm/components/ai/ai-module.js.map +1 -1
  57. package/dist/esm/components/ai/assistant-presentation.js.map +1 -1
  58. package/dist/esm/components/ai/bubble.js.map +1 -1
  59. package/dist/esm/components/ai/feedback.js.map +1 -1
  60. package/dist/esm/components/ai/input-section.js.map +1 -1
  61. package/dist/esm/components/ai/markdown-rendered.js.map +1 -1
  62. package/dist/esm/components/ai/typing-bubble.js.map +1 -1
  63. package/dist/esm/components/ai/typing-sequence.js.map +1 -1
  64. package/dist/esm/components/alert-banner.js +24 -0
  65. package/dist/esm/components/alert-banner.js.map +1 -0
  66. package/dist/esm/components/chip.js.map +1 -1
  67. package/dist/esm/components/combobox.js.map +1 -1
  68. package/dist/esm/components/comments.js +30 -0
  69. package/dist/esm/components/comments.js.map +1 -0
  70. package/dist/esm/components/context-menu.js +39 -0
  71. package/dist/esm/components/context-menu.js.map +1 -0
  72. package/dist/esm/components/dropdown-filter.js +58 -0
  73. package/dist/esm/components/dropdown-filter.js.map +1 -0
  74. package/dist/esm/components/forms.js.map +1 -1
  75. package/dist/esm/components/input.js.map +1 -1
  76. package/dist/esm/components/label.js.map +1 -1
  77. package/dist/esm/components/list.js.map +1 -1
  78. package/dist/esm/components/logo.js.map +1 -1
  79. package/dist/esm/components/menu-vertical.js.map +1 -1
  80. package/dist/esm/components/menubar.js.map +1 -1
  81. package/dist/esm/components/notification.js +49 -0
  82. package/dist/esm/components/notification.js.map +1 -0
  83. package/dist/esm/components/popup-menu.js.map +1 -1
  84. package/dist/esm/components/progress-bar.js.map +1 -1
  85. package/dist/esm/components/progress-stepper.js.map +1 -1
  86. package/dist/esm/components/rich-text-editor.js +227 -0
  87. package/dist/esm/components/rich-text-editor.js.map +1 -0
  88. package/dist/esm/components/search-field.js.map +1 -1
  89. package/dist/esm/components/select.js.map +1 -1
  90. package/dist/esm/components/side-menu.js +219 -0
  91. package/dist/esm/components/side-menu.js.map +1 -0
  92. package/dist/esm/components/spinner.js.map +1 -1
  93. package/dist/esm/components/tab-menu.js +57 -0
  94. package/dist/esm/components/tab-menu.js.map +1 -0
  95. package/dist/esm/components/table-autotable.js.map +1 -1
  96. package/dist/esm/components/tabs.js.map +1 -1
  97. package/dist/esm/components/tooltip.js.map +1 -1
  98. package/dist/esm/components/zebratable.js +135 -0
  99. package/dist/esm/components/zebratable.js.map +1 -0
  100. package/dist/esm/data-plugin.js.map +1 -1
  101. package/dist/esm/index.js.map +1 -1
  102. package/dist/esm/plugin.js.map +1 -1
  103. package/dist/esm/theme.js.map +1 -1
  104. package/dist/esm/units.js.map +1 -1
  105. package/dist/types/accordion/src/accordion/accordion-item.d.ts +8 -0
  106. package/dist/types/accordion/src/accordion/accordion.d.ts +25 -0
  107. package/dist/types/accordion/src/accordion/index.d.ts +10 -0
  108. package/dist/types/accordion/src/disclosure/disclosure.d.ts +53 -0
  109. package/dist/types/accordion/src/disclosure/index.d.ts +4 -0
  110. package/dist/types/accordion/src/disclosure/styles.d.ts +1 -0
  111. package/dist/types/accordion/src/index.d.ts +4 -0
  112. package/dist/types/accordion/stories/accordion.stories.d.ts +8 -0
  113. package/dist/types/accordion/stories/disclosure.stories.d.ts +9 -0
  114. package/dist/types/avatar/index.d.ts +2 -0
  115. package/dist/types/avatar/src/avatar.d.ts +17 -0
  116. package/dist/types/avatar/src/index.d.ts +8 -0
  117. package/dist/types/avatar/stories/avatar.stories.d.ts +8 -0
  118. package/dist/types/badge/index.d.ts +2 -0
  119. package/dist/types/badge/src/badge.d.ts +12 -0
  120. package/dist/types/badge/src/index.d.ts +8 -0
  121. package/dist/types/badge/stories/badge.stories.d.ts +8 -0
  122. package/dist/types/breadcrumb/src/breadcrumb.d.ts +41 -0
  123. package/dist/types/breadcrumb/src/index.d.ts +11 -0
  124. package/dist/types/breadcrumb/stories/breadcrumb.stories.d.ts +7 -0
  125. package/dist/types/button/src/button-group.d.ts +15 -0
  126. package/dist/types/button/src/button.d.ts +49 -0
  127. package/dist/types/button/src/index.d.ts +11 -0
  128. package/dist/types/button/src/styles.d.ts +1 -0
  129. package/dist/types/button/stories/announcement.d.ts +5 -0
  130. package/dist/types/button/stories/button-group.stories.d.ts +8 -0
  131. package/dist/types/button/stories/button.stories.d.ts +7 -0
  132. package/dist/types/card/src/card.d.ts +60 -0
  133. package/dist/types/card/src/index.d.ts +21 -0
  134. package/dist/types/card/src/meta-card.d.ts +42 -0
  135. package/dist/types/card/stories/card.stories.d.ts +4 -0
  136. package/dist/types/card/stories/meta-card.stories.d.ts +4 -0
  137. package/dist/types/chip/index.d.ts +2 -0
  138. package/dist/types/chip/src/chip.d.ts +7 -0
  139. package/dist/types/chip/src/index.d.ts +4 -0
  140. package/dist/types/chip/stories/chip.stories.d.ts +12 -0
  141. package/dist/types/components/ai/ai-module.d.ts +49 -15
  142. package/dist/types/components/alert-banner.d.ts +24 -0
  143. package/dist/types/components/comments.d.ts +30 -0
  144. package/dist/types/components/context-menu.d.ts +39 -0
  145. package/dist/types/components/dropdown-filter.d.ts +58 -0
  146. package/dist/types/components/notification.d.ts +48 -0
  147. package/dist/types/components/rich-text-editor.d.ts +226 -0
  148. package/dist/types/components/side-menu.d.ts +219 -0
  149. package/dist/types/components/tab-menu.d.ts +57 -0
  150. package/dist/types/components/zebratable.d.ts +134 -0
  151. package/dist/types/cookie-consent/src/cookie-consent.d.ts +32 -0
  152. package/dist/types/cookie-consent/src/index.d.ts +15 -0
  153. package/dist/types/cookie-consent/stories/cookie-consent.stories.d.ts +7 -0
  154. package/dist/types/core/src/aria-plugin.d.ts +4 -0
  155. package/dist/types/core/src/base.d.ts +53 -0
  156. package/dist/types/core/src/colors.d.ts +643 -0
  157. package/dist/types/core/src/components/accordion.d.ts +174 -0
  158. package/dist/types/core/src/components/alert.d.ts +21 -0
  159. package/dist/types/core/src/components/avatar.d.ts +26 -0
  160. package/dist/types/core/src/components/badge.d.ts +21 -0
  161. package/dist/types/core/src/components/breadcrumb.d.ts +28 -0
  162. package/dist/types/core/src/components/button-group.d.ts +25 -0
  163. package/dist/types/core/src/components/button.d.ts +195 -0
  164. package/dist/types/core/src/components/card.d.ts +135 -0
  165. package/dist/types/core/src/components/checkbox.d.ts +108 -0
  166. package/dist/types/core/src/components/chip.d.ts +37 -0
  167. package/dist/types/core/src/components/code.d.ts +8 -0
  168. package/dist/types/core/src/components/combobox.d.ts +72 -0
  169. package/dist/types/core/src/components/cookie-consent.d.ts +35 -0
  170. package/dist/types/core/src/components/dialog.d.ts +5 -0
  171. package/dist/types/core/src/components/divider.d.ts +50 -0
  172. package/dist/types/core/src/components/dot.d.ts +43 -0
  173. package/dist/types/core/src/components/filter.d.ts +14 -0
  174. package/dist/types/core/src/components/footer.d.ts +27 -0
  175. package/dist/types/core/src/components/forms.d.ts +24 -0
  176. package/dist/types/core/src/components/header.d.ts +28 -0
  177. package/dist/types/core/src/components/icon.d.ts +38 -0
  178. package/dist/types/core/src/components/input.d.ts +214 -0
  179. package/dist/types/core/src/components/kbd.d.ts +7 -0
  180. package/dist/types/core/src/components/label.d.ts +27 -0
  181. package/dist/types/core/src/components/link.d.ts +43 -0
  182. package/dist/types/core/src/components/list.d.ts +52 -0
  183. package/dist/types/core/src/components/logo.d.ts +48 -0
  184. package/dist/types/core/src/components/menu-vertical.d.ts +198 -0
  185. package/dist/types/core/src/components/menubar.d.ts +35 -0
  186. package/dist/types/core/src/components/modal.d.ts +45 -0
  187. package/dist/types/core/src/components/pagination.d.ts +101 -0
  188. package/dist/types/core/src/components/popup-menu.d.ts +138 -0
  189. package/dist/types/core/src/components/progress-bar.d.ts +13 -0
  190. package/dist/types/core/src/components/progress-stepper.d.ts +60 -0
  191. package/dist/types/core/src/components/radio.d.ts +125 -0
  192. package/dist/types/core/src/components/search-field.d.ts +34 -0
  193. package/dist/types/core/src/components/select.d.ts +141 -0
  194. package/dist/types/core/src/components/snackbar.d.ts +30 -0
  195. package/dist/types/core/src/components/spinner.d.ts +13 -0
  196. package/dist/types/core/src/components/switch.d.ts +64 -0
  197. package/dist/types/core/src/components/table-autotable.d.ts +222 -0
  198. package/dist/types/core/src/components/table.d.ts +11 -0
  199. package/dist/types/core/src/components/tabs.d.ts +14 -0
  200. package/dist/types/core/src/components/tooltip.d.ts +53 -0
  201. package/dist/types/core/src/components/user-menu.d.ts +14 -0
  202. package/dist/types/core/src/data-plugin.d.ts +4 -0
  203. package/dist/types/core/src/index.d.ts +6 -0
  204. package/dist/types/core/src/plugin.d.ts +12 -0
  205. package/dist/types/core/src/preset.d.ts +18 -0
  206. package/dist/types/core/src/theme.d.ts +4 -0
  207. package/dist/types/core/src/units.d.ts +287 -0
  208. package/dist/types/core/src/with-opacity.d.ts +4 -0
  209. package/dist/types/divider/index.d.ts +2 -0
  210. package/dist/types/divider/src/divider-section.d.ts +12 -0
  211. package/dist/types/divider/src/divider.d.ts +8 -0
  212. package/dist/types/divider/src/index.d.ts +10 -0
  213. package/dist/types/divider/src/styles.d.ts +1 -0
  214. package/dist/types/divider/stories/divider-section.stories.d.ts +8 -0
  215. package/dist/types/divider/stories/divider.stories.d.ts +8 -0
  216. package/dist/types/filter/src/filter-item.d.ts +7 -0
  217. package/dist/types/filter/src/filter-label.d.ts +7 -0
  218. package/dist/types/filter/src/filter.d.ts +6 -0
  219. package/dist/types/filter/src/index.d.ts +12 -0
  220. package/dist/types/filter/stories/filter.stories.d.ts +7 -0
  221. package/dist/types/forms/index.d.ts +2 -0
  222. package/dist/types/forms/src/checkbox/checkbox-group.d.ts +46 -0
  223. package/dist/types/forms/src/checkbox/checkbox.d.ts +39 -0
  224. package/dist/types/forms/src/checkbox/index.d.ts +10 -0
  225. package/dist/types/forms/src/checkbox/styles.d.ts +2 -0
  226. package/dist/types/forms/src/combobox/combobox-context.d.ts +42 -0
  227. package/dist/types/forms/src/combobox/combobox-input.d.ts +44 -0
  228. package/dist/types/forms/src/combobox/combobox-list.d.ts +8 -0
  229. package/dist/types/forms/src/combobox/combobox-option.d.ts +11 -0
  230. package/dist/types/forms/src/combobox/combobox.d.ts +6 -0
  231. package/dist/types/forms/src/combobox/index.d.ts +15 -0
  232. package/dist/types/forms/src/combobox/styles.d.ts +1 -0
  233. package/dist/types/forms/src/date-picker/date-picker.d.ts +7 -0
  234. package/dist/types/forms/src/date-picker/index.d.ts +8 -0
  235. package/dist/types/forms/src/form-control/index.d.ts +40 -0
  236. package/dist/types/forms/src/form-error-message/index.d.ts +8 -0
  237. package/dist/types/forms/src/form-helper-text/index.d.ts +8 -0
  238. package/dist/types/forms/src/form-label/index.d.ts +20 -0
  239. package/dist/types/forms/src/index.d.ts +26 -0
  240. package/dist/types/forms/src/input/index.d.ts +13 -0
  241. package/dist/types/forms/src/input/input.d.ts +26 -0
  242. package/dist/types/forms/src/input/styles.d.ts +1 -0
  243. package/dist/types/forms/src/input-addin/index.d.ts +12 -0
  244. package/dist/types/forms/src/input-group/index.d.ts +11 -0
  245. package/dist/types/forms/src/input-group/styles.d.ts +1 -0
  246. package/dist/types/forms/src/radio/index.d.ts +10 -0
  247. package/dist/types/forms/src/radio/radio-group.d.ts +48 -0
  248. package/dist/types/forms/src/radio/radio.d.ts +32 -0
  249. package/dist/types/forms/src/radio/styles.d.ts +3 -0
  250. package/dist/types/forms/src/select/index.d.ts +18 -0
  251. package/dist/types/forms/src/select/styles.d.ts +1 -0
  252. package/dist/types/forms/src/switch/index.d.ts +8 -0
  253. package/dist/types/forms/src/switch/switchcomponent.d.ts +9 -0
  254. package/dist/types/forms/src/text-field/index.d.ts +8 -0
  255. package/dist/types/forms/src/text-field/text-field.d.ts +6 -0
  256. package/dist/types/forms/src/textarea/index.d.ts +12 -0
  257. package/dist/types/forms/stories/check.d.ts +5 -0
  258. package/dist/types/forms/stories/checkbox-group.stories.d.ts +11 -0
  259. package/dist/types/forms/stories/checkbox.stories.d.ts +8 -0
  260. package/dist/types/forms/stories/combobox.stories.d.ts +19 -0
  261. package/dist/types/forms/stories/date-picker.stories.d.ts +21 -0
  262. package/dist/types/forms/stories/form-control.stories.d.ts +10 -0
  263. package/dist/types/forms/stories/input.stories.d.ts +21 -0
  264. package/dist/types/forms/stories/radio-group.stories.d.ts +11 -0
  265. package/dist/types/forms/stories/radio.stories.d.ts +14 -0
  266. package/dist/types/forms/stories/select.stories.d.ts +10 -0
  267. package/dist/types/forms/stories/switch.stories.d.ts +8 -0
  268. package/dist/types/forms/stories/text-field.stories.d.ts +18 -0
  269. package/dist/types/forms/stories/textarea.stories.d.ts +42 -0
  270. package/dist/types/icon/index.d.ts +2 -0
  271. package/dist/types/icon/src/icon-padded.d.ts +4 -0
  272. package/dist/types/icon/src/icon.d.ts +20 -0
  273. package/dist/types/icon/src/index.d.ts +10 -0
  274. package/dist/types/icon/stories/icon-padded.stories.d.ts +8 -0
  275. package/dist/types/icon/stories/icon.stories.d.ts +8 -0
  276. package/dist/types/image/index.d.ts +2 -0
  277. package/dist/types/image/src/image.d.ts +28 -0
  278. package/dist/types/image/src/index.d.ts +4 -0
  279. package/dist/types/image/src/use-image.d.ts +52 -0
  280. package/dist/types/image/stories/image.stories.d.ts +8 -0
  281. package/dist/types/label/index.d.ts +2 -0
  282. package/dist/types/label/src/index.d.ts +8 -0
  283. package/dist/types/label/src/label.d.ts +8 -0
  284. package/dist/types/label/stories/label.stories.d.ts +8 -0
  285. package/dist/types/layout/src/footer/footer-list-item.d.ts +4 -0
  286. package/dist/types/layout/src/footer/footer-list.d.ts +4 -0
  287. package/dist/types/layout/src/footer/footer.d.ts +6 -0
  288. package/dist/types/layout/src/footer/index.d.ts +14 -0
  289. package/dist/types/layout/src/header/header.d.ts +17 -0
  290. package/dist/types/layout/src/header/index.d.ts +8 -0
  291. package/dist/types/layout/src/index.d.ts +4 -0
  292. package/dist/types/layout/stories/footer.stories.d.ts +7 -0
  293. package/dist/types/layout/stories/header.stories.d.ts +5 -0
  294. package/dist/types/link/index.d.ts +2 -0
  295. package/dist/types/link/src/index.d.ts +12 -0
  296. package/dist/types/link/src/link.d.ts +21 -0
  297. package/dist/types/link/src/styles.d.ts +1 -0
  298. package/dist/types/link/stories/link.stories.d.ts +12 -0
  299. package/dist/types/list/src/index.d.ts +12 -0
  300. package/dist/types/list/src/list.d.ts +28 -0
  301. package/dist/types/list/stories/list.stories.d.ts +7 -0
  302. package/dist/types/logo/src/assets/index.d.ts +2 -0
  303. package/dist/types/logo/src/assets/logo-svg.d.ts +2 -0
  304. package/dist/types/logo/src/assets/symbol-svg.d.ts +2 -0
  305. package/dist/types/logo/src/index.d.ts +4 -0
  306. package/dist/types/logo/src/logo.d.ts +38 -0
  307. package/dist/types/logo/stories/logo.stories.d.ts +8 -0
  308. package/dist/types/menu-vertical/src/index.d.ts +25 -0
  309. package/dist/types/menu-vertical/src/menu-vertical-backbutton.d.ts +9 -0
  310. package/dist/types/menu-vertical/src/menu-vertical-context.d.ts +62 -0
  311. package/dist/types/menu-vertical/src/menu-vertical-header.d.ts +9 -0
  312. package/dist/types/menu-vertical/src/menu-vertical-item.d.ts +26 -0
  313. package/dist/types/menu-vertical/src/menu-vertical-label.d.ts +7 -0
  314. package/dist/types/menu-vertical/src/menu-vertical-nav.d.ts +9 -0
  315. package/dist/types/menu-vertical/src/menu-vertical-sidebar.d.ts +9 -0
  316. package/dist/types/menu-vertical/src/menu-vertical-submenu-button.d.ts +25 -0
  317. package/dist/types/menu-vertical/src/menu-vertical-tool-item.d.ts +9 -0
  318. package/dist/types/menu-vertical/src/menu-vertical.d.ts +14 -0
  319. package/dist/types/menu-vertical/stories/menu-vertical-sidebar.stories.d.ts +8 -0
  320. package/dist/types/menu-vertical/stories/menu-vertical.stories.d.ts +8 -0
  321. package/dist/types/menubar/index.d.ts +2 -0
  322. package/dist/types/menubar/src/index.d.ts +11 -0
  323. package/dist/types/menubar/src/menubar-item.d.ts +15 -0
  324. package/dist/types/menubar/src/menubar.d.ts +18 -0
  325. package/dist/types/menubar/stories/menubar.stories.d.ts +7 -0
  326. package/dist/types/modal/src/confirm/confirm.d.ts +17 -0
  327. package/dist/types/modal/src/confirm/index.d.ts +1 -0
  328. package/dist/types/modal/src/dialog/dialog-buttons.d.ts +6 -0
  329. package/dist/types/modal/src/dialog/dialog-content.d.ts +6 -0
  330. package/dist/types/modal/src/dialog/dialog.d.ts +7 -0
  331. package/dist/types/modal/src/dialog/index.d.ts +12 -0
  332. package/dist/types/modal/src/index.d.ts +6 -0
  333. package/dist/types/modal/src/modal/index.d.ts +13 -0
  334. package/dist/types/modal/src/modal/modal-content.d.ts +5 -0
  335. package/dist/types/modal/src/modal/modal-footer.d.ts +5 -0
  336. package/dist/types/modal/src/modal/modal.d.ts +27 -0
  337. package/dist/types/modal/stories/confirm.stories.d.ts +10 -0
  338. package/dist/types/modal/stories/dialog.stories.d.ts +6 -0
  339. package/dist/types/modal/stories/modal.stories.d.ts +7 -0
  340. package/dist/types/pagination/src/index.d.ts +8 -0
  341. package/dist/types/pagination/src/pagination.d.ts +19 -0
  342. package/dist/types/pagination/src/styles.d.ts +1 -0
  343. package/dist/types/pagination/stories/pagination.stories.d.ts +8 -0
  344. package/dist/types/popup-menu/src/index.d.ts +18 -0
  345. package/dist/types/popup-menu/src/popup-menu-button.d.ts +2 -0
  346. package/dist/types/popup-menu/src/popup-menu-group.d.ts +5 -0
  347. package/dist/types/popup-menu/src/popup-menu-item.d.ts +11 -0
  348. package/dist/types/popup-menu/src/popup-menu-items.d.ts +20 -0
  349. package/dist/types/popup-menu/src/popup-menu-panel.d.ts +6 -0
  350. package/dist/types/popup-menu/src/popup-menu.d.ts +53 -0
  351. package/dist/types/popup-menu/src/popupmenu-context.d.ts +18 -0
  352. package/dist/types/popup-menu/src/styles.d.ts +1 -0
  353. package/dist/types/popup-menu/stories/popup-menu.stories.d.ts +9 -0
  354. package/dist/types/progress-bar/index.d.ts +2 -0
  355. package/dist/types/progress-bar/src/index.d.ts +8 -0
  356. package/dist/types/progress-bar/src/progress-bar.d.ts +18 -0
  357. package/dist/types/progress-bar/src/styles.d.ts +0 -0
  358. package/dist/types/progress-bar/stories/progress-bar.stories.d.ts +8 -0
  359. package/dist/types/progress-stepper/src/index.d.ts +8 -0
  360. package/dist/types/progress-stepper/src/progress-step.d.ts +13 -0
  361. package/dist/types/progress-stepper/src/progress-stepper.d.ts +12 -0
  362. package/dist/types/progress-stepper/stories/progress-stepper.stories.d.ts +8 -0
  363. package/dist/types/react/src/index.d.ts +70 -0
  364. package/dist/types/searchfield/src/index.d.ts +18 -0
  365. package/dist/types/searchfield/src/searchfield-suggestions-input.d.ts +9 -0
  366. package/dist/types/searchfield/src/searchfield-suggestions-list.d.ts +5 -0
  367. package/dist/types/searchfield/src/searchfield-suggestions-option.d.ts +5 -0
  368. package/dist/types/searchfield/src/searchfield-suggestions.d.ts +5 -0
  369. package/dist/types/searchfield/src/searchfield.d.ts +27 -0
  370. package/dist/types/searchfield/stories/searchfield-suggestions.stories.d.ts +8 -0
  371. package/dist/types/searchfield/stories/searchfield.stories.d.ts +6 -0
  372. package/dist/types/snackbar/src/index.d.ts +8 -0
  373. package/dist/types/snackbar/src/snackbar.d.ts +11 -0
  374. package/dist/types/snackbar/stories/snackbar.stories.d.ts +8 -0
  375. package/dist/types/spinner/index.d.ts +2 -0
  376. package/dist/types/spinner/src/assets/spinner-square.d.ts +265 -0
  377. package/dist/types/spinner/src/index.d.ts +4 -0
  378. package/dist/types/spinner/src/spinner.d.ts +14 -0
  379. package/dist/types/spinner/stories/spinner.stories.d.ts +8 -0
  380. package/dist/types/table/src/auto-table.d.ts +48 -0
  381. package/dist/types/table/src/index.d.ts +24 -0
  382. package/dist/types/table/src/table-body.d.ts +2 -0
  383. package/dist/types/table/src/table-footer.d.ts +2 -0
  384. package/dist/types/table/src/table-header-column.d.ts +6 -0
  385. package/dist/types/table/src/table-header.d.ts +6 -0
  386. package/dist/types/table/src/table-row-column.d.ts +6 -0
  387. package/dist/types/table/src/table-row.d.ts +2 -0
  388. package/dist/types/table/src/table-sort-button.d.ts +8 -0
  389. package/dist/types/table/src/table.d.ts +9 -0
  390. package/dist/types/table/stories/autotable.stories.d.ts +10 -0
  391. package/dist/types/table/stories/table.stories.d.ts +11 -0
  392. package/dist/types/tabs/src/index.d.ts +15 -0
  393. package/dist/types/tabs/src/tabs-button.d.ts +7 -0
  394. package/dist/types/tabs/src/tabs-content.d.ts +6 -0
  395. package/dist/types/tabs/src/tabs-context.d.ts +8 -0
  396. package/dist/types/tabs/src/tabs-item.d.ts +6 -0
  397. package/dist/types/tabs/src/tabs.d.ts +11 -0
  398. package/dist/types/tabs/stories/tabs.stories.d.ts +12 -0
  399. package/dist/types/text/src/index.d.ts +8 -0
  400. package/dist/types/text/src/text.d.ts +10 -0
  401. package/dist/types/text/stories/text.stories.d.ts +7 -0
  402. package/dist/types/theme/index.d.ts +2 -0
  403. package/dist/types/theme/src/colors.d.ts +1410 -0
  404. package/dist/types/theme/src/create-memo-class.d.ts +1 -0
  405. package/dist/types/theme/src/create-theme-vars/calc.d.ts +19 -0
  406. package/dist/types/theme/src/create-theme-vars/create-theme-vars.d.ts +9 -0
  407. package/dist/types/theme/src/create-theme-vars/css-var.d.ts +7 -0
  408. package/dist/types/theme/src/create-theme-vars/index.d.ts +4 -0
  409. package/dist/types/theme/src/create-theme-vars/theme-tokens.d.ts +8 -0
  410. package/dist/types/theme/src/create-theme-vars/to-css-var.d.ts +2 -0
  411. package/dist/types/theme/src/default-theme.d.ts +4 -0
  412. package/dist/types/theme/src/gui-provider.d.ts +48 -0
  413. package/dist/types/theme/src/index.d.ts +14 -0
  414. package/dist/types/theme/src/types.d.ts +54 -0
  415. package/dist/types/theme/src/units.d.ts +266 -0
  416. package/dist/types/theme/src/use-safe-effect.d.ts +2 -0
  417. package/dist/types/theme/src/utils.d.ts +1 -0
  418. package/dist/types/toast/index.d.ts +2 -0
  419. package/dist/types/toast/src/index.d.ts +7 -0
  420. package/dist/types/toast/src/toast.d.ts +62 -0
  421. package/dist/types/toasted-notes/index.d.ts +2 -0
  422. package/dist/types/toasted-notes/src/Alert.d.ts +8 -0
  423. package/dist/types/toasted-notes/src/Message.d.ts +26 -0
  424. package/dist/types/toasted-notes/src/Positions.d.ts +9 -0
  425. package/dist/types/toasted-notes/src/Toast.d.ts +13 -0
  426. package/dist/types/toasted-notes/src/ToastManager.d.ts +45 -0
  427. package/dist/types/toasted-notes/src/index.d.ts +4 -0
  428. package/dist/types/toasted-notes/src/useTimeout.d.ts +3 -0
  429. package/dist/types/tooltip/index.d.ts +2 -0
  430. package/dist/types/tooltip/src/index.d.ts +8 -0
  431. package/dist/types/tooltip/src/tooltip.d.ts +14 -0
  432. package/dist/types/tooltip/stories/tooltip.stories.d.ts +9 -0
  433. package/dist/types/user-menu/src/index.d.ts +8 -0
  434. package/dist/types/user-menu/src/user-menu.d.ts +32 -0
  435. package/dist/types/user-menu/stories/user-menu.stories.d.ts +8 -0
  436. package/dist/types/utils/index.d.ts +2 -0
  437. package/dist/types/utils/src/assertion.d.ts +6 -0
  438. package/dist/types/utils/src/children.d.ts +8 -0
  439. package/dist/types/utils/src/color.d.ts +10 -0
  440. package/dist/types/utils/src/index.d.ts +20 -0
  441. package/dist/types/utils/src/object.d.ts +6 -0
  442. package/dist/types/utils/src/refs.d.ts +5 -0
  443. package/dist/types/utils/src/slug.d.ts +1 -0
  444. package/dist/types/utils/src/types.d.ts +56 -0
  445. package/dist/types/utils/src/use-on-element-outside.d.ts +39 -0
  446. package/dist/types/utils/src/walk-object.d.ts +5 -0
  447. package/package.json +2 -2
@@ -0,0 +1,108 @@
1
+ export declare const Checkbox: () => {
2
+ '.sk-form-checkbox': {
3
+ '@apply bg-inherit': {};
4
+ '@apply rounded-utility': {};
5
+ '@apply bg-transparent border-transparent': {};
6
+ '&-sm': {
7
+ '@apply w-24 h-24': {};
8
+ };
9
+ '&-md': {
10
+ '@apply w-24 h-24': {};
11
+ };
12
+ '&-lg': {
13
+ '@apply w-24 h-24': {};
14
+ };
15
+ '+ .sk-icon': {
16
+ '@apply absolute inset-0 my-auto bg-transparent': {};
17
+ '@apply border-1 p-2 border-primitives-overlay-darken-6 dark:border-primitives-overlay-lighten-6': {};
18
+ '@apply bg-primitives-overlay-lighten-10 dark:bg-primitives-overlay-darken-6': {};
19
+ svg: {
20
+ '@apply hidden': {};
21
+ };
22
+ };
23
+ '&&:checked': {
24
+ '@apply text-light-primary bg-none': {};
25
+ '& + .sk-icon': {
26
+ '@apply text-light-primary bg-dark-primary border-dark-primary': {};
27
+ svg: {
28
+ '@apply block': {};
29
+ };
30
+ };
31
+ };
32
+ '&[type="checkbox"]:checked': {
33
+ '@apply text-transparent': {};
34
+ };
35
+ '&&:hover:not(&&-disabled,&&:checked,&&[aria-invalid=true]),&&:hover:focus:not(&&-disabled,&&:checked,&&[aria-invalid=true])': {
36
+ '& + .sk-icon, &:focus + .sk-icon': {
37
+ '@apply text-primitives-overlay-darken-6 dark:text-primitives-overlay-lighten-5 border-primitives-overlay-darken-8 dark:border-primitives-overlay-lighten-4': {};
38
+ svg: {
39
+ '@apply block': {};
40
+ };
41
+ };
42
+ };
43
+ '&&[aria-invalid=true]': {
44
+ '& + .sk-icon': {
45
+ '@apply border-2 border-error-surface-primary': {};
46
+ };
47
+ '&&:checked': {
48
+ '& + .sk-icon': {
49
+ '@apply p-2 bg-background-content text-dark-primary': {};
50
+ svg: {
51
+ '@apply block': {};
52
+ };
53
+ };
54
+ };
55
+ };
56
+ '&&-disabled,&&-disabled:hover': {
57
+ '@apply cursor-not-allowed': {};
58
+ '& + .sk-icon': {
59
+ '@apply bg-background-200 border-primitives-overlay-darken-3': {};
60
+ };
61
+ '&:checked': {
62
+ '& + .sk-icon': {
63
+ '@apply bg-dark-disabled text-light-primary border-0': {};
64
+ };
65
+ };
66
+ '& ~ .sk-form-checkbox-label': {
67
+ '@apply text-dark-disabled': {};
68
+ };
69
+ };
70
+ '&-label-left &-label': {
71
+ '@apply mr-8': {};
72
+ };
73
+ '&-label-right &-label': {
74
+ '@apply ml-8': {};
75
+ };
76
+ '&-label-left': {
77
+ '.sk-icon': {
78
+ '@apply left-auto right-0': {};
79
+ };
80
+ };
81
+ '&-label-right': {
82
+ '.sk-icon': {
83
+ '@apply right-auto left-0': {};
84
+ };
85
+ };
86
+ '&-label': {
87
+ '@apply font-normal text-body select-none text-small': {};
88
+ '&-wrapper': {
89
+ '@apply relative inline-flex align-top items-center cursor-base': {};
90
+ };
91
+ '&-sm': {
92
+ '@apply text-small': {};
93
+ };
94
+ '&-md': {
95
+ '@apply text-base': {};
96
+ };
97
+ '&-lg': {
98
+ '@apply text-large': {};
99
+ };
100
+ };
101
+ '&-group': {
102
+ '@apply flex flex-col gap-16 my-12': {};
103
+ '&[data-direction="row"]': {
104
+ '@apply flex-row': {};
105
+ };
106
+ };
107
+ };
108
+ };
@@ -0,0 +1,37 @@
1
+ export declare const Chip: () => {
2
+ '.sk-chip': {
3
+ '@apply inline-flex': {};
4
+ '@apply items-center justify-center': {};
5
+ '@apply bg-secondary-surface': {};
6
+ '@apply hover:bg-secondary-surface-hover': {};
7
+ '@apply focus-visible:bg-secondary-surface-hover': {};
8
+ '@apply focus-visible:ring': {};
9
+ '@apply px-9 gap-4': {};
10
+ '@apply h-34': {};
11
+ '@apply text-small': {};
12
+ '@apply text-dark-secondary': {};
13
+ '@apply border-1': {};
14
+ '@apply border-secondary-outline': {};
15
+ '@apply hover:border-secondary-outline-hover': {};
16
+ '@apply focus-visible:border-transparent': {};
17
+ '@apply rounded-button': {};
18
+ '&[data-strong="true"]': {
19
+ '@apply border-2': {};
20
+ '@apply px-8': {};
21
+ };
22
+ '&[data-rounded="true"]': {
23
+ '@apply rounded-full': {};
24
+ };
25
+ '&[data-inverted="true"]': {
26
+ '@apply text-inverted-dark-secondary': {};
27
+ '@apply border-inverted-secondary-outline': {};
28
+ '@apply hover:border-inverted-secondary-outline-hover': {};
29
+ '@apply bg-inverted-secondary-surface': {};
30
+ '@apply hover:bg-inverted-secondary-surface-hover': {};
31
+ '@apply focus-visible:bg-inverted-secondary-surface-hover': {};
32
+ };
33
+ '.sk-icon': {
34
+ '@apply h-16 w-16': {};
35
+ };
36
+ };
37
+ };
@@ -0,0 +1,8 @@
1
+ export declare const Code: () => {
2
+ '.code': {
3
+ '@apply inline-flex justify-center items-center capitalize text-xs rounded-sm font-mono break-all': {};
4
+ '@apply bg-neutral-200 border border-neutral-100 text-body': {};
5
+ '@apply dark:bg-neutral-700 dark:border-neutral-600 dark:text-neutral-300': {};
6
+ padding: string;
7
+ };
8
+ };
@@ -0,0 +1,72 @@
1
+ export declare const ComboBox: () => {
2
+ '.sk-combobox-base': {
3
+ '@apply w-auto inline-block relative': {};
4
+ };
5
+ '.sk-form-combobox': {
6
+ '@apply focus-within:ring ring-ring ring-offset': {};
7
+ '@apply relative w-auto': {};
8
+ '@apply inline-block': {};
9
+ '&-sm': {
10
+ '@apply h-32': {};
11
+ '@apply rounded-button-sm': {};
12
+ '.sk-form-combobox-select.active': {
13
+ '@apply text-input-small': {};
14
+ '@apply pr-52': {};
15
+ };
16
+ };
17
+ '&-md': {
18
+ '@apply h-40': {};
19
+ '@apply rounded-button-md': {};
20
+ '.sk-form-combobox-select.active': {
21
+ '@apply text-input-medium': {};
22
+ '@apply pr-62': {};
23
+ };
24
+ };
25
+ '&-lg': {
26
+ '@apply h-48': {};
27
+ '@apply rounded-button-lg': {};
28
+ '.sk-form-combobox-select.active': {
29
+ '@apply text-input-large': {};
30
+ '@apply pr-68': {};
31
+ };
32
+ };
33
+ '&[data-showvalue="true"]': {
34
+ '.sk-form-combobox-select': {
35
+ '@apply caret-transparent': {};
36
+ };
37
+ };
38
+ '&-select': {
39
+ '@apply bg-right-12 bg-no-repeat': {};
40
+ '&.sk-form-select': {
41
+ '@apply focus:outline-none focus:ring-0 focus:ring-transparent': {};
42
+ };
43
+ '@apply w-full': {};
44
+ '&:not(.active)': {
45
+ '@apply cursor-default': {};
46
+ };
47
+ '@apply focus:border-transparent': {};
48
+ '@apply focus:hover:border-transparent': {};
49
+ '&.active': {
50
+ '@apply bg-primitives-overlay-lighten-10': {};
51
+ '@apply dark:bg-primitives-overlay-darken-6': {};
52
+ '@apply placeholder:text-dark-placeholder': {};
53
+ '@apply text-dark-primary': {};
54
+ '@apply border-transparent': {};
55
+ };
56
+ };
57
+ '&-list': {
58
+ '@apply w-full': {};
59
+ '@apply max-h-[15em] overflow-y-auto': {};
60
+ '&-option': {
61
+ '&.sk-popup-menu-item': {
62
+ '@apply cursor-default': {};
63
+ '@apply leading-none': {};
64
+ '@apply h-auto': {};
65
+ };
66
+ '&-checkbox': {
67
+ '@apply w-0 h-0 m-0 p-0 opacity-0': {};
68
+ };
69
+ };
70
+ };
71
+ };
72
+ };
@@ -0,0 +1,35 @@
1
+ export declare const CookieConsent: () => {
2
+ '.sk-cookie-consent': {
3
+ '@apply min-w-full fixed flex justify-center z-10 bottom-0 left-0 right-0': {};
4
+ '@apply bg-background-content': {};
5
+ '@apply p-40': {};
6
+ '@apply pt-24': {};
7
+ '&-wrapper': {
8
+ '@apply fixed inset-0 z-20 overflow-y-auto': {};
9
+ '@apply bg-primitives-overlay-darken-6': {};
10
+ '@apply dark:bg-primitives-overlay-darken-8': {};
11
+ };
12
+ '&-close-btn': {
13
+ '&-icon': {};
14
+ };
15
+ '&-content-wrapper': {
16
+ '@apply flex flex-col gap-24 container max-w-[64em] relative': {};
17
+ };
18
+ '&-body': {
19
+ '@apply flex flex-col gap-8': {};
20
+ '@apply max-w-[50em]': {};
21
+ };
22
+ '&-title': {
23
+ '@apply text-h2-sm md:text-h2-md xl:text-h2-lg': {};
24
+ };
25
+ '&-custom-wrapper': {
26
+ '@apply flex flex-col gap-24': {};
27
+ };
28
+ '&-description': {
29
+ '@apply text-base flex flex-col gap-8': {};
30
+ };
31
+ '&-btn-wrapper': {
32
+ '@apply flex flex-col md:flex-row gap-12 flex-wrap': {};
33
+ };
34
+ };
35
+ };
@@ -0,0 +1,5 @@
1
+ export declare const Dialog: () => {
2
+ '.sk-dialog': {
3
+ '@apply w-fit max-w-prose md:min-w-[25em]': {};
4
+ };
5
+ };
@@ -0,0 +1,50 @@
1
+ export declare const Divider: () => {
2
+ '.sk-divider': {
3
+ '@apply border-t-0 border-divider': {};
4
+ '&-vertical': {
5
+ '@apply min-h-[1em] border-l-1 border-solid h-auto ml-4 mt-8 mb-4 mr-4 self-stretch': {};
6
+ '&[data-strong="true"]': {
7
+ '@apply border-l border-solid h-auto mx-2': {};
8
+ };
9
+ };
10
+ '&-horizontal': {
11
+ '@apply flex-1 border-b-1 border-solid w-auto my-2': {};
12
+ '&[data-strong="true"]': {
13
+ '@apply border-b border-solid w-auto my-2': {};
14
+ };
15
+ };
16
+ '&-root': {
17
+ '@apply flex items-center gap-16': {};
18
+ };
19
+ '&-sm': {
20
+ '&.sk-divider': {
21
+ '&-root': {
22
+ '@apply gap-8': {};
23
+ };
24
+ '.sk-divider-text': {
25
+ '@apply text-label-small': {};
26
+ };
27
+ };
28
+ };
29
+ '&-md': {
30
+ '&.sk-divider': {
31
+ '&-root': {
32
+ '@apply gap-10': {};
33
+ };
34
+ '.sk-divider-text': {
35
+ '@apply text-label-medium': {};
36
+ };
37
+ };
38
+ };
39
+ '&-lg': {
40
+ '&.sk-divider': {
41
+ '&-root': {
42
+ '@apply gap-12': {};
43
+ };
44
+ '.sk-divider-text': {
45
+ '@apply text-label-large': {};
46
+ };
47
+ };
48
+ };
49
+ };
50
+ };
@@ -0,0 +1,43 @@
1
+ export declare const Dot: (colors: string[]) => {
2
+ '.dot': {
3
+ '@apply relative inline-flex rounded-full': {};
4
+ '&-solid': {
5
+ '&.dot-bordered': {
6
+ '@apply border-2 border-white': {};
7
+ '@apply dark:border-neutral-800': {};
8
+ };
9
+ '@apply bg-neutral-500': {};
10
+ };
11
+ '&-outline': {
12
+ '@apply bg-white border-2 border-neutral-500': {};
13
+ '@apply dark:bg-neutral-800': {};
14
+ };
15
+ '&-3xs': {
16
+ '@apply w-1.5 h-1.5': {};
17
+ };
18
+ '&-2xs': {
19
+ '@apply w-2 h-2': {};
20
+ };
21
+ '&-xs': {
22
+ '@apply w-2.5 h-2.5': {};
23
+ };
24
+ '&-sm': {
25
+ '@apply w-3 h-3': {};
26
+ };
27
+ '&-md': {
28
+ '@apply w-3.5 h-3.5': {};
29
+ };
30
+ '&-lg': {
31
+ '@apply w-4 h-4': {};
32
+ };
33
+ '&-xl': {
34
+ '@apply w-5 h-5': {};
35
+ };
36
+ '&-2xl': {
37
+ '@apply w-6 h-6': {};
38
+ };
39
+ '&-3xl': {
40
+ '@apply w-8 h-8': {};
41
+ };
42
+ };
43
+ };
@@ -0,0 +1,14 @@
1
+ export declare const Filter: () => {
2
+ '.sk-filter': {
3
+ '@apply w-full': {};
4
+ '&-label': {
5
+ '@apply text-label-medium': {};
6
+ };
7
+ '.sk-form-checkbox-label': {
8
+ '@apply grow flex items-center justify-between': {};
9
+ '&-wrapper': {
10
+ '@apply w-full': {};
11
+ };
12
+ };
13
+ };
14
+ };
@@ -0,0 +1,27 @@
1
+ export declare const Footer: () => {
2
+ '.sk-footer': {
3
+ '@apply bg-background-content': {};
4
+ '@apply flex justify-center': {};
5
+ '@apply w-full': {};
6
+ '@apply p-20 sm:p-32 md:p-40 lg:p-48 xl:p-80': {};
7
+ '@apply text-dark-secondary': {};
8
+ '&-innerwrapper': {
9
+ '@apply w-full max-w-content': {};
10
+ '@apply pb-20 sm:pb-32 md:pb-40 lg:pb-48 xl:pb-80': {};
11
+ '@apply flex flex-row flex-wrap gap-100': {};
12
+ '@apply justify-between': {};
13
+ };
14
+ '&-logo': {
15
+ '@apply max-h-72 h-72': {};
16
+ };
17
+ '&-content': {
18
+ '@apply flex flex-row gap-36 w-fit grow-0 flex-wrap': {};
19
+ };
20
+ '&-list': {
21
+ '@apply flex flex-col gap-16': {};
22
+ '&-item': {
23
+ '@apply flex flex-row justify-start items-center gap-8': {};
24
+ };
25
+ };
26
+ };
27
+ };
@@ -0,0 +1,24 @@
1
+ export declare const Forms: () => {
2
+ '.sk-form-control': {
3
+ '@apply flex flex-col gap-8 w-fit': {};
4
+ };
5
+ '.sk-form-label': {
6
+ '@apply font-bold': {};
7
+ '&-sm': {
8
+ '@apply text-label-small': {};
9
+ };
10
+ '&-md': {
11
+ '@apply text-label-medium': {};
12
+ };
13
+ '&-lg': {
14
+ '@apply text-label-large': {};
15
+ };
16
+ };
17
+ 'legend.sk-form-label': {
18
+ display: string;
19
+ };
20
+ '.sk-form-helper-text, .sk-form-error-message': {
21
+ '@apply font-normal': {};
22
+ '@apply text-small': {};
23
+ };
24
+ };
@@ -0,0 +1,28 @@
1
+ export declare const Header: () => {
2
+ '.sk-header': {
3
+ '@apply bg-background-content p-12 md:px-32 md:pt-24 md:pb-20 xl:pt-32 xl:pb-20 xl:px-80 xl:h-auto xl:min-h-0': {};
4
+ '@apply shadow-100': {};
5
+ '@apply flex justify-center': {};
6
+ '@apply w-full': {};
7
+ '&-container': {
8
+ '@apply flex flex-col gap-20 xl:gap-24': {};
9
+ '@apply w-full': {};
10
+ '@apply max-w-content': {};
11
+ };
12
+ '&-top-content': {
13
+ '@apply flex items-center w-full justify-between m-auto flex-shrink-0 py-4 gap-20': {};
14
+ };
15
+ '&-bottom-content': {
16
+ '@apply hidden md:flex items-center w-full justify-start p-8 xl:p-0': {};
17
+ };
18
+ '&-usermenu': {
19
+ '@apply hidden xl:flex-shrink md:flex xl:items-center xl:w-auto': {};
20
+ '&-content': {
21
+ '@apply relative flex flex-grow justify-end items-center xl:w-auto': {};
22
+ };
23
+ };
24
+ '&-mobilemenu': {
25
+ '@apply block md:hidden relative': {};
26
+ };
27
+ };
28
+ };
@@ -0,0 +1,38 @@
1
+ export declare const Icon: (colors: string[]) => {
2
+ '.sk-icon': {
3
+ "&[data-color='primary']": {
4
+ '&[data-inverted="true"]': {
5
+ '@apply text-light-primary fill-light-primary': {};
6
+ };
7
+ };
8
+ '@apply inline-flex items-center justify-center': {};
9
+ '@apply w-24 h-24': {};
10
+ svg: {
11
+ '@apply w-full h-full': {};
12
+ };
13
+ '&.sk-icon-padded': {
14
+ "&[data-color='primary'], &[data-color='tertiary']": {
15
+ '@apply bg-primary-surface text-light-primary fill-light-primary': {};
16
+ '&[data-inverted="true"]': {
17
+ '@apply text-inverted-light-primary fill-inverted-light-primary': {};
18
+ '@apply bg-tertiary-surface': {};
19
+ };
20
+ };
21
+ "&[data-variant='ghost']": {
22
+ '@apply bg-transparent text-current fill-current': {};
23
+ '&[data-inverted="true"]': {
24
+ '@apply bg-transparent text-current fill-current': {};
25
+ };
26
+ };
27
+ '@apply rounded-utility': {};
28
+ '@apply text-light-primary fill-light-primary': {};
29
+ '@apply p-4': {};
30
+ };
31
+ '&[data-size="fit"]': {
32
+ '@apply w-fit h-fit': {};
33
+ };
34
+ '&[data-rounded="true"]': {
35
+ '@apply rounded-circular': {};
36
+ };
37
+ };
38
+ };