@sk-web-gui/core 3.0.0 → 3.1.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 (362) hide show
  1. package/dist/cjs/aria-plugin.js.map +1 -1
  2. package/dist/cjs/base.js +3 -6
  3. package/dist/cjs/base.js.map +1 -1
  4. package/dist/cjs/components/accordion.js +16 -6
  5. package/dist/cjs/components/accordion.js.map +1 -1
  6. package/dist/cjs/components/ai/ai-feed.js +41 -0
  7. package/dist/cjs/components/ai/ai-feed.js.map +1 -0
  8. package/dist/cjs/components/ai/ai-module.js +116 -0
  9. package/dist/cjs/components/ai/ai-module.js.map +1 -0
  10. package/dist/cjs/components/ai/assistant-presentation.js +56 -0
  11. package/dist/cjs/components/ai/assistant-presentation.js.map +1 -0
  12. package/dist/cjs/components/ai/bubble.js +44 -0
  13. package/dist/cjs/components/ai/bubble.js.map +1 -0
  14. package/dist/cjs/components/ai/feedback.js +26 -0
  15. package/dist/cjs/components/ai/feedback.js.map +1 -0
  16. package/dist/cjs/components/ai/input-section.js +23 -0
  17. package/dist/cjs/components/ai/input-section.js.map +1 -0
  18. package/dist/cjs/components/ai/markdown-rendered.js +27 -0
  19. package/dist/cjs/components/ai/markdown-rendered.js.map +1 -0
  20. package/dist/cjs/components/ai/typing-bubble.js +22 -0
  21. package/dist/cjs/components/ai/typing-bubble.js.map +1 -0
  22. package/dist/cjs/components/ai/typing-sequence.js +33 -0
  23. package/dist/cjs/components/ai/typing-sequence.js.map +1 -0
  24. package/dist/cjs/components/alert-banner.js +26 -0
  25. package/dist/cjs/components/alert-banner.js.map +1 -0
  26. package/dist/cjs/components/avatar.js +6 -3
  27. package/dist/cjs/components/avatar.js.map +1 -1
  28. package/dist/cjs/components/badge.js +1 -1
  29. package/dist/cjs/components/badge.js.map +1 -1
  30. package/dist/cjs/components/breadcrumb.js +1 -1
  31. package/dist/cjs/components/breadcrumb.js.map +1 -1
  32. package/dist/cjs/components/button-group.js +1 -1
  33. package/dist/cjs/components/button-group.js.map +1 -1
  34. package/dist/cjs/components/button.js +12 -18
  35. package/dist/cjs/components/button.js.map +1 -1
  36. package/dist/cjs/components/card.js +12 -12
  37. package/dist/cjs/components/card.js.map +1 -1
  38. package/dist/cjs/components/checkbox.js +6 -6
  39. package/dist/cjs/components/checkbox.js.map +1 -1
  40. package/dist/cjs/components/chip.js +5 -2
  41. package/dist/cjs/components/chip.js.map +1 -1
  42. package/dist/cjs/components/combobox.js +7 -7
  43. package/dist/cjs/components/combobox.js.map +1 -1
  44. package/dist/cjs/components/comments.js +32 -0
  45. package/dist/cjs/components/comments.js.map +1 -0
  46. package/dist/cjs/components/context-menu.js +41 -0
  47. package/dist/cjs/components/context-menu.js.map +1 -0
  48. package/dist/cjs/components/cookie-consent.js +2 -2
  49. package/dist/cjs/components/cookie-consent.js.map +1 -1
  50. package/dist/cjs/components/dialog.js +1 -1
  51. package/dist/cjs/components/dialog.js.map +1 -1
  52. package/dist/cjs/components/divider.js +6 -6
  53. package/dist/cjs/components/divider.js.map +1 -1
  54. package/dist/cjs/components/dropdown-filter.js +60 -0
  55. package/dist/cjs/components/dropdown-filter.js.map +1 -0
  56. package/dist/cjs/components/footer.js +2 -2
  57. package/dist/cjs/components/footer.js.map +1 -1
  58. package/dist/cjs/components/forms.js.map +1 -1
  59. package/dist/cjs/components/icon.js +1 -1
  60. package/dist/cjs/components/icon.js.map +1 -1
  61. package/dist/cjs/components/input.js +12 -17
  62. package/dist/cjs/components/input.js.map +1 -1
  63. package/dist/cjs/components/label.js.map +1 -1
  64. package/dist/cjs/components/link.js +3 -3
  65. package/dist/cjs/components/link.js.map +1 -1
  66. package/dist/cjs/components/list.js +5 -5
  67. package/dist/cjs/components/list.js.map +1 -1
  68. package/dist/cjs/components/logo.js +3 -3
  69. package/dist/cjs/components/logo.js.map +1 -1
  70. package/dist/cjs/components/menu-vertical.js +19 -36
  71. package/dist/cjs/components/menu-vertical.js.map +1 -1
  72. package/dist/cjs/components/menubar.js.map +1 -1
  73. package/dist/cjs/components/notification.js +51 -0
  74. package/dist/cjs/components/notification.js.map +1 -0
  75. package/dist/cjs/components/pagination.js +1 -1
  76. package/dist/cjs/components/pagination.js.map +1 -1
  77. package/dist/cjs/components/popup-menu.js +9 -9
  78. package/dist/cjs/components/popup-menu.js.map +1 -1
  79. package/dist/cjs/components/progress-bar.js +1 -1
  80. package/dist/cjs/components/progress-bar.js.map +1 -1
  81. package/dist/cjs/components/progress-stepper.js +5 -5
  82. package/dist/cjs/components/progress-stepper.js.map +1 -1
  83. package/dist/cjs/components/radio.js +4 -4
  84. package/dist/cjs/components/radio.js.map +1 -1
  85. package/dist/cjs/components/rich-text-editor.js +233 -0
  86. package/dist/cjs/components/rich-text-editor.js.map +1 -0
  87. package/dist/cjs/components/search-field.js +4 -4
  88. package/dist/cjs/components/search-field.js.map +1 -1
  89. package/dist/cjs/components/select.js +18 -18
  90. package/dist/cjs/components/select.js.map +1 -1
  91. package/dist/cjs/components/side-menu.js +221 -0
  92. package/dist/cjs/components/side-menu.js.map +1 -0
  93. package/dist/cjs/components/snackbar.js +1 -1
  94. package/dist/cjs/components/snackbar.js.map +1 -1
  95. package/dist/cjs/components/spinner.js +3 -0
  96. package/dist/cjs/components/spinner.js.map +1 -1
  97. package/dist/cjs/components/switch.js +2 -2
  98. package/dist/cjs/components/switch.js.map +1 -1
  99. package/dist/cjs/components/tab-menu.js +59 -0
  100. package/dist/cjs/components/tab-menu.js.map +1 -0
  101. package/dist/cjs/components/table-autotable.js +8 -7
  102. package/dist/cjs/components/table-autotable.js.map +1 -1
  103. package/dist/cjs/components/tabs.js.map +1 -1
  104. package/dist/cjs/components/tooltip.js +7 -7
  105. package/dist/cjs/components/tooltip.js.map +1 -1
  106. package/dist/cjs/components/zebratable.js +141 -0
  107. package/dist/cjs/components/zebratable.js.map +1 -0
  108. package/dist/cjs/data-plugin.js.map +1 -1
  109. package/dist/cjs/index.js.map +1 -1
  110. package/dist/cjs/plugin.js +14 -1
  111. package/dist/cjs/plugin.js.map +1 -1
  112. package/dist/cjs/theme.js +34 -19
  113. package/dist/cjs/theme.js.map +1 -1
  114. package/dist/cjs/units.js +38 -1
  115. package/dist/cjs/units.js.map +1 -1
  116. package/dist/esm/aria-plugin.js.map +1 -1
  117. package/dist/esm/base.js +3 -6
  118. package/dist/esm/base.js.map +1 -1
  119. package/dist/esm/components/accordion.js +16 -6
  120. package/dist/esm/components/accordion.js.map +1 -1
  121. package/dist/esm/components/ai/ai-feed.js +35 -0
  122. package/dist/esm/components/ai/ai-feed.js.map +1 -0
  123. package/dist/esm/components/ai/ai-module.js +111 -0
  124. package/dist/esm/components/ai/ai-module.js.map +1 -0
  125. package/dist/esm/components/ai/assistant-presentation.js +50 -0
  126. package/dist/esm/components/ai/assistant-presentation.js.map +1 -0
  127. package/dist/esm/components/ai/bubble.js +45 -0
  128. package/dist/esm/components/ai/bubble.js.map +1 -0
  129. package/dist/esm/components/ai/feedback.js +20 -0
  130. package/dist/esm/components/ai/feedback.js.map +1 -0
  131. package/dist/esm/components/ai/input-section.js +17 -0
  132. package/dist/esm/components/ai/input-section.js.map +1 -0
  133. package/dist/esm/components/ai/markdown-rendered.js +21 -0
  134. package/dist/esm/components/ai/markdown-rendered.js.map +1 -0
  135. package/dist/esm/components/ai/typing-bubble.js +16 -0
  136. package/dist/esm/components/ai/typing-bubble.js.map +1 -0
  137. package/dist/esm/components/ai/typing-sequence.js +28 -0
  138. package/dist/esm/components/ai/typing-sequence.js.map +1 -0
  139. package/dist/esm/components/alert-banner.js +24 -0
  140. package/dist/esm/components/alert-banner.js.map +1 -0
  141. package/dist/esm/components/avatar.js +6 -3
  142. package/dist/esm/components/avatar.js.map +1 -1
  143. package/dist/esm/components/badge.js +1 -1
  144. package/dist/esm/components/badge.js.map +1 -1
  145. package/dist/esm/components/breadcrumb.js +1 -1
  146. package/dist/esm/components/breadcrumb.js.map +1 -1
  147. package/dist/esm/components/button-group.js +1 -1
  148. package/dist/esm/components/button-group.js.map +1 -1
  149. package/dist/esm/components/button.js +12 -18
  150. package/dist/esm/components/button.js.map +1 -1
  151. package/dist/esm/components/card.js +12 -12
  152. package/dist/esm/components/card.js.map +1 -1
  153. package/dist/esm/components/checkbox.js +6 -6
  154. package/dist/esm/components/checkbox.js.map +1 -1
  155. package/dist/esm/components/chip.js +5 -2
  156. package/dist/esm/components/chip.js.map +1 -1
  157. package/dist/esm/components/combobox.js +7 -7
  158. package/dist/esm/components/combobox.js.map +1 -1
  159. package/dist/esm/components/comments.js +30 -0
  160. package/dist/esm/components/comments.js.map +1 -0
  161. package/dist/esm/components/context-menu.js +39 -0
  162. package/dist/esm/components/context-menu.js.map +1 -0
  163. package/dist/esm/components/cookie-consent.js +2 -2
  164. package/dist/esm/components/cookie-consent.js.map +1 -1
  165. package/dist/esm/components/dialog.js +1 -1
  166. package/dist/esm/components/dialog.js.map +1 -1
  167. package/dist/esm/components/divider.js +6 -6
  168. package/dist/esm/components/divider.js.map +1 -1
  169. package/dist/esm/components/dropdown-filter.js +58 -0
  170. package/dist/esm/components/dropdown-filter.js.map +1 -0
  171. package/dist/esm/components/footer.js +2 -2
  172. package/dist/esm/components/footer.js.map +1 -1
  173. package/dist/esm/components/forms.js.map +1 -1
  174. package/dist/esm/components/icon.js +1 -1
  175. package/dist/esm/components/icon.js.map +1 -1
  176. package/dist/esm/components/input.js +12 -17
  177. package/dist/esm/components/input.js.map +1 -1
  178. package/dist/esm/components/label.js.map +1 -1
  179. package/dist/esm/components/link.js +3 -3
  180. package/dist/esm/components/link.js.map +1 -1
  181. package/dist/esm/components/list.js +5 -5
  182. package/dist/esm/components/list.js.map +1 -1
  183. package/dist/esm/components/logo.js +3 -3
  184. package/dist/esm/components/logo.js.map +1 -1
  185. package/dist/esm/components/menu-vertical.js +19 -36
  186. package/dist/esm/components/menu-vertical.js.map +1 -1
  187. package/dist/esm/components/menubar.js.map +1 -1
  188. package/dist/esm/components/notification.js +49 -0
  189. package/dist/esm/components/notification.js.map +1 -0
  190. package/dist/esm/components/pagination.js +1 -1
  191. package/dist/esm/components/pagination.js.map +1 -1
  192. package/dist/esm/components/popup-menu.js +9 -9
  193. package/dist/esm/components/popup-menu.js.map +1 -1
  194. package/dist/esm/components/progress-bar.js +1 -1
  195. package/dist/esm/components/progress-bar.js.map +1 -1
  196. package/dist/esm/components/progress-stepper.js +5 -5
  197. package/dist/esm/components/progress-stepper.js.map +1 -1
  198. package/dist/esm/components/radio.js +4 -4
  199. package/dist/esm/components/radio.js.map +1 -1
  200. package/dist/esm/components/rich-text-editor.js +227 -0
  201. package/dist/esm/components/rich-text-editor.js.map +1 -0
  202. package/dist/esm/components/search-field.js +4 -4
  203. package/dist/esm/components/search-field.js.map +1 -1
  204. package/dist/esm/components/select.js +18 -18
  205. package/dist/esm/components/select.js.map +1 -1
  206. package/dist/esm/components/side-menu.js +219 -0
  207. package/dist/esm/components/side-menu.js.map +1 -0
  208. package/dist/esm/components/snackbar.js +1 -1
  209. package/dist/esm/components/snackbar.js.map +1 -1
  210. package/dist/esm/components/spinner.js +3 -0
  211. package/dist/esm/components/spinner.js.map +1 -1
  212. package/dist/esm/components/switch.js +2 -2
  213. package/dist/esm/components/switch.js.map +1 -1
  214. package/dist/esm/components/tab-menu.js +57 -0
  215. package/dist/esm/components/tab-menu.js.map +1 -0
  216. package/dist/esm/components/table-autotable.js +8 -7
  217. package/dist/esm/components/table-autotable.js.map +1 -1
  218. package/dist/esm/components/tabs.js.map +1 -1
  219. package/dist/esm/components/tooltip.js +7 -7
  220. package/dist/esm/components/tooltip.js.map +1 -1
  221. package/dist/esm/components/zebratable.js +135 -0
  222. package/dist/esm/components/zebratable.js.map +1 -0
  223. package/dist/esm/data-plugin.js.map +1 -1
  224. package/dist/esm/index.js.map +1 -1
  225. package/dist/esm/plugin.js +13 -1
  226. package/dist/esm/plugin.js.map +1 -1
  227. package/dist/esm/theme.js +36 -19
  228. package/dist/esm/theme.js.map +1 -1
  229. package/dist/esm/units.js +38 -1
  230. package/dist/esm/units.js.map +1 -1
  231. package/dist/types/aria-plugin.d.ts +4 -0
  232. package/dist/types/base.d.ts +50 -0
  233. package/dist/types/colors.d.ts +643 -0
  234. package/dist/types/components/accordion.d.ts +174 -0
  235. package/dist/types/components/ai/ai-feed.d.ts +34 -0
  236. package/dist/types/components/ai/ai-module.d.ts +104 -0
  237. package/dist/types/components/ai/assistant-presentation.d.ts +49 -0
  238. package/dist/types/components/ai/bubble.d.ts +30 -0
  239. package/dist/types/components/ai/feedback.d.ts +19 -0
  240. package/dist/types/components/ai/input-section.d.ts +16 -0
  241. package/dist/types/components/ai/markdown-rendered.d.ts +20 -0
  242. package/dist/types/components/ai/typing-bubble.d.ts +15 -0
  243. package/dist/types/components/ai/typing-sequence.d.ts +22 -0
  244. package/dist/types/components/alert-banner.d.ts +24 -0
  245. package/dist/types/components/alert.d.ts +21 -0
  246. package/dist/types/components/avatar.d.ts +29 -0
  247. package/dist/types/components/badge.d.ts +21 -0
  248. package/dist/types/components/breadcrumb.d.ts +28 -0
  249. package/dist/types/components/button-group.d.ts +25 -0
  250. package/dist/types/components/button.d.ts +195 -0
  251. package/dist/types/components/card.d.ts +135 -0
  252. package/dist/types/components/checkbox.d.ts +108 -0
  253. package/dist/types/components/chip.d.ts +37 -0
  254. package/dist/types/components/code.d.ts +8 -0
  255. package/dist/types/components/combobox.d.ts +72 -0
  256. package/dist/types/components/comments.d.ts +30 -0
  257. package/dist/types/components/context-menu.d.ts +39 -0
  258. package/dist/types/components/cookie-consent.d.ts +35 -0
  259. package/dist/types/components/dialog.d.ts +5 -0
  260. package/dist/types/components/divider.d.ts +50 -0
  261. package/dist/types/components/dot.d.ts +43 -0
  262. package/dist/types/components/dropdown-filter.d.ts +58 -0
  263. package/dist/types/components/filter.d.ts +14 -0
  264. package/dist/types/components/footer.d.ts +27 -0
  265. package/dist/types/components/forms.d.ts +24 -0
  266. package/dist/types/components/header.d.ts +28 -0
  267. package/dist/types/components/icon.d.ts +38 -0
  268. package/dist/types/components/input.d.ts +214 -0
  269. package/dist/types/components/kbd.d.ts +7 -0
  270. package/dist/types/components/label.d.ts +27 -0
  271. package/dist/types/components/link.d.ts +43 -0
  272. package/dist/types/components/list.d.ts +52 -0
  273. package/dist/types/components/logo.d.ts +48 -0
  274. package/dist/types/components/menu-vertical.d.ts +198 -0
  275. package/dist/types/components/menubar.d.ts +35 -0
  276. package/dist/types/components/modal.d.ts +45 -0
  277. package/dist/types/components/notification.d.ts +48 -0
  278. package/dist/types/components/pagination.d.ts +101 -0
  279. package/dist/types/components/popup-menu.d.ts +138 -0
  280. package/dist/types/components/progress-bar.d.ts +13 -0
  281. package/dist/types/components/progress-stepper.d.ts +60 -0
  282. package/dist/types/components/radio.d.ts +125 -0
  283. package/dist/types/components/rich-text-editor.d.ts +226 -0
  284. package/dist/types/components/search-field.d.ts +34 -0
  285. package/dist/types/components/select.d.ts +141 -0
  286. package/dist/types/components/side-menu.d.ts +219 -0
  287. package/dist/types/components/snackbar.d.ts +30 -0
  288. package/dist/types/components/spinner.d.ts +13 -0
  289. package/dist/types/components/switch.d.ts +64 -0
  290. package/dist/types/components/tab-menu.d.ts +57 -0
  291. package/dist/types/components/table-autotable.d.ts +222 -0
  292. package/dist/types/components/table.d.ts +11 -0
  293. package/dist/types/components/tabs.d.ts +14 -0
  294. package/dist/types/components/tooltip.d.ts +53 -0
  295. package/dist/types/components/user-menu.d.ts +14 -0
  296. package/dist/types/components/zebratable.d.ts +134 -0
  297. package/dist/types/core/src/base.d.ts +1 -1
  298. package/dist/types/core/src/components/accordion.d.ts +13 -3
  299. package/dist/types/core/src/components/avatar.d.ts +3 -3
  300. package/dist/types/core/src/components/badge.d.ts +1 -1
  301. package/dist/types/core/src/components/breadcrumb.d.ts +1 -1
  302. package/dist/types/core/src/components/button-group.d.ts +1 -1
  303. package/dist/types/core/src/components/button.d.ts +12 -18
  304. package/dist/types/core/src/components/card.d.ts +12 -12
  305. package/dist/types/core/src/components/checkbox.d.ts +6 -6
  306. package/dist/types/core/src/components/chip.d.ts +5 -2
  307. package/dist/types/core/src/components/combobox.d.ts +7 -7
  308. package/dist/types/core/src/components/cookie-consent.d.ts +2 -2
  309. package/dist/types/core/src/components/dialog.d.ts +1 -1
  310. package/dist/types/core/src/components/divider.d.ts +3 -3
  311. package/dist/types/core/src/components/footer.d.ts +2 -2
  312. package/dist/types/core/src/components/icon.d.ts +1 -1
  313. package/dist/types/core/src/components/input.d.ts +12 -12
  314. package/dist/types/core/src/components/link.d.ts +3 -3
  315. package/dist/types/core/src/components/list.d.ts +5 -5
  316. package/dist/types/core/src/components/logo.d.ts +3 -3
  317. package/dist/types/core/src/components/menu-vertical.d.ts +19 -36
  318. package/dist/types/core/src/components/pagination.d.ts +1 -1
  319. package/dist/types/core/src/components/popup-menu.d.ts +9 -9
  320. package/dist/types/core/src/components/progress-bar.d.ts +1 -1
  321. package/dist/types/core/src/components/progress-stepper.d.ts +5 -5
  322. package/dist/types/core/src/components/radio.d.ts +4 -4
  323. package/dist/types/core/src/components/search-field.d.ts +4 -4
  324. package/dist/types/core/src/components/select.d.ts +18 -18
  325. package/dist/types/core/src/components/snackbar.d.ts +1 -1
  326. package/dist/types/core/src/components/spinner.d.ts +3 -0
  327. package/dist/types/core/src/components/switch.d.ts +1 -1
  328. package/dist/types/core/src/components/table-autotable.d.ts +8 -7
  329. package/dist/types/core/src/components/tooltip.d.ts +7 -7
  330. package/dist/types/core/src/units.d.ts +36 -0
  331. package/dist/types/data-plugin.d.ts +4 -0
  332. package/dist/types/index.d.ts +6 -0
  333. package/dist/types/plugin.d.ts +12 -0
  334. package/dist/types/popup-menu/src/popup-menu-button.d.ts +1 -1
  335. package/dist/types/preset.d.ts +18 -0
  336. package/dist/types/theme/src/gui-provider.d.ts +15 -1
  337. package/dist/types/theme/src/units.d.ts +40 -0
  338. package/dist/types/theme.d.ts +4 -0
  339. package/dist/types/units.d.ts +288 -0
  340. package/dist/types/with-opacity.d.ts +4 -0
  341. package/package.json +4 -4
  342. package/dist/types/accordion/index.d.ts +0 -2
  343. package/dist/types/breadcrumb/index.d.ts +0 -2
  344. package/dist/types/button/index.d.ts +0 -2
  345. package/dist/types/card/index.d.ts +0 -2
  346. package/dist/types/cookie-consent/index.d.ts +0 -2
  347. package/dist/types/filter/index.d.ts +0 -2
  348. package/dist/types/layout/index.d.ts +0 -2
  349. package/dist/types/list/index.d.ts +0 -2
  350. package/dist/types/logo/index.d.ts +0 -2
  351. package/dist/types/menu-vertical/index.d.ts +0 -2
  352. package/dist/types/modal/index.d.ts +0 -2
  353. package/dist/types/pagination/index.d.ts +0 -2
  354. package/dist/types/popup-menu/index.d.ts +0 -2
  355. package/dist/types/progress-stepper/index.d.ts +0 -2
  356. package/dist/types/react/index.d.ts +0 -2
  357. package/dist/types/searchfield/index.d.ts +0 -2
  358. package/dist/types/snackbar/index.d.ts +0 -2
  359. package/dist/types/table/index.d.ts +0 -2
  360. package/dist/types/tabs/index.d.ts +0 -2
  361. package/dist/types/text/index.d.ts +0 -2
  362. package/dist/types/user-menu/index.d.ts +0 -2
@@ -0,0 +1,174 @@
1
+ export declare const Accordion: () => {
2
+ '.sk-disclosure': {
3
+ '&-header': {
4
+ '@apply mt-6 mb-8': {};
5
+ '@apply flex flex-col text-left': {};
6
+ '@apply cursor-pointer': {};
7
+ '*': {
8
+ '@apply cursor-pointer': {};
9
+ };
10
+ '&:focus-visible': {
11
+ '@apply outline-0': {};
12
+ };
13
+ '&-icon': {
14
+ '@apply ml-auto': {};
15
+ '@apply text-dark-secondary': {};
16
+ svg: {
17
+ '@apply w-20 h-20': {};
18
+ };
19
+ };
20
+ '&[data-disabled="true"]': {
21
+ '@apply text-dark-disabled': {};
22
+ '.sk-disclosure-title': {
23
+ '@apply text-dark-disabled': {};
24
+ };
25
+ '@apply cursor-default': {};
26
+ '*': {
27
+ '@apply cursor-default': {};
28
+ };
29
+ };
30
+ };
31
+ '&-label': {
32
+ '@apply shrink-0': {};
33
+ };
34
+ '&-toggle': {
35
+ '@apply flex items-center justify-between': {};
36
+ '@apply gap-16': {};
37
+ '.sk-icon': {
38
+ '@apply w-32 h-32': {};
39
+ };
40
+ };
41
+ '&-title': {
42
+ '@apply text-dark-primary': {};
43
+ '&-wrapper': {
44
+ '@apply w-full': {};
45
+ '@apply flex flex-row': {};
46
+ '@apply items-center': {};
47
+ };
48
+ };
49
+ '&-sm': {
50
+ '.sk-disclosure-title': {
51
+ '@apply text-h4-sm font-bold': {};
52
+ '&-wrapper': {
53
+ '@apply gap-12': {};
54
+ };
55
+ };
56
+ '.sk-disclosure-toggle': {
57
+ '@apply gap-12': {};
58
+ '.sk-icon': {
59
+ '@apply w-20 h-20': {};
60
+ };
61
+ };
62
+ '.sk-disclosure-support': {
63
+ '@apply text-small': {};
64
+ };
65
+ '&[data-variant="default"]': {
66
+ '.sk-disclosure-toggle': {
67
+ '@apply py-4': {};
68
+ '@apply h-40': {};
69
+ };
70
+ '.sk-disclosure-header-icon': {
71
+ '@apply w-32 h-32': {};
72
+ };
73
+ };
74
+ '&[data-variant="alt"]': {};
75
+ };
76
+ '&-md': {
77
+ '.sk-disclosure-title': {
78
+ '@apply text-h4-md font-bold': {};
79
+ '&-wrapper': {
80
+ '@apply gap-12': {};
81
+ };
82
+ };
83
+ '.sk-disclosure-toggle': {
84
+ '@apply gap-12': {};
85
+ '.sk-icon': {
86
+ '@apply w-24 h-24': {};
87
+ };
88
+ };
89
+ '.sk-disclosure-support': {
90
+ '@apply text-body': {};
91
+ };
92
+ '&[data-variant="default"]': {
93
+ '.sk-disclosure-toggle': {
94
+ '@apply py-8': {};
95
+ '@apply h-56': {};
96
+ };
97
+ '.sk-disclosure-header-icon': {
98
+ '@apply w-40 h-40': {};
99
+ };
100
+ };
101
+ };
102
+ '&-lg': {
103
+ '&[data-variant="alt"]': {
104
+ '.sk-disclosure-support': {
105
+ '@apply text-large': {};
106
+ };
107
+ '.sk-disclosure-title': {
108
+ '@apply text-h3-md font-bold': {};
109
+ '&-wrapper': {
110
+ '@apply gap-16': {};
111
+ };
112
+ };
113
+ };
114
+ };
115
+ '&-body': {
116
+ '@apply text-base': {};
117
+ '@apply flex flex-col': {};
118
+ '@apply mb-32': {};
119
+ '@apply mr-32': {};
120
+ '@apply gap-8': {};
121
+ '@apply py-0': {};
122
+ '@apply h-0 overflow-hidden': {};
123
+ transitionProperty: string;
124
+ transitionTimingFunction: string;
125
+ transitionDuration: string;
126
+ '&[aria-hidden="true"], &[data-hidden="true"]': {
127
+ '@apply my-0 invisible h-0': {};
128
+ };
129
+ '&[aria-hidden="false"], &[data-hidden="false"]': {
130
+ '@apply block h-max visible': {};
131
+ };
132
+ '&[data-variant="alt"]': {
133
+ '@apply mt-24': {};
134
+ '&[data-size="sm"]': {
135
+ '@apply pr-12': {};
136
+ };
137
+ '&[data-size="md"]': {
138
+ '@apply pr-12': {};
139
+ };
140
+ '&[data-size="lg"]': {
141
+ '@apply pr-16': {};
142
+ };
143
+ '&[data-has-icon="true"]': {
144
+ '&[data-size="sm"]': {
145
+ '@apply ml-32': {};
146
+ };
147
+ '&[data-size="md"]': {
148
+ '@apply ml-36': {};
149
+ };
150
+ '&[data-size="lg"]': {
151
+ '@apply ml-48': {};
152
+ };
153
+ };
154
+ };
155
+ };
156
+ '&-is-open': {
157
+ '.sk-disclosure-body': {
158
+ '@apply overflow-visible animate-reset-overflow': {};
159
+ };
160
+ };
161
+ };
162
+ '.sk-accordion': {
163
+ '&-item': {
164
+ '.sk-disclosure': {
165
+ transitionProperty: string;
166
+ transitionDuration: string;
167
+ '@apply border-b-1 border-divider': {};
168
+ };
169
+ '&:last-child .sk-disclosure': {
170
+ '@apply border-b-transparent': {};
171
+ };
172
+ };
173
+ };
174
+ };
@@ -0,0 +1,34 @@
1
+ export declare const AIFeed: () => {
2
+ '.sk-ai-feed': {
3
+ '@apply mt-8 p-16 pb-24 pr-16 h-auto overflow-y-auto max-h-full flex flex-col': {};
4
+ '&-entry': {
5
+ '@apply flex items-start gap-12': {};
6
+ '&-avatar': {
7
+ '@apply grow-0 shrink-0 w-fit': {};
8
+ };
9
+ '&-container': {
10
+ '@apply flex flex-col pb-20 gap-20': {};
11
+ };
12
+ '&-content': {
13
+ '@apply break-words max-w-full flex flex-col grow gap-4': {};
14
+ };
15
+ '&-heading': {
16
+ '@apply text-large font-bold': {};
17
+ };
18
+ '&-references': {
19
+ '@apply bg-background-200 rounded-button pt-8 pb-8 pl-20 pr-12 gap-8 text-dark-primary': {};
20
+ '&-header': {
21
+ '@apply text-dark-primary': {};
22
+ };
23
+ '&-list': {
24
+ '&-item': {
25
+ '@apply max-w-full w-full my-8 rounded-6 whitespace-normal text-base': {};
26
+ '.sk-link': {
27
+ '@apply dark:text-dark-primary': {};
28
+ };
29
+ };
30
+ };
31
+ };
32
+ };
33
+ };
34
+ };
@@ -0,0 +1,104 @@
1
+ export declare const AIModule: (colors: string[]) => {
2
+ '.sk-ai-module': {
3
+ '@apply fixed': {};
4
+ '@apply flex flex-col gap-0 items-center justify-start': {};
5
+ '@apply shadow-200': {};
6
+ '@apply overflow-hidden': {};
7
+ '@apply transition-all': {};
8
+ '@apply bottom-0 right-0': {};
9
+ '&-content': {
10
+ '@apply flex w-full gap-0 h-full justify-between': {};
11
+ '&-row': {
12
+ '@apply flex flex-col': {};
13
+ };
14
+ };
15
+ '&-sidebar': {
16
+ '@apply flex flex-col': {};
17
+ '@apply min-w-[22em]': {};
18
+ '@apply h-full': {};
19
+ '@apply border-r-1 border-r-divider': {};
20
+ '@apply pt-20 px-24 gap-16': {};
21
+ };
22
+ '&-feed': {
23
+ '@apply flex flex-col grow': {};
24
+ '@apply px-16 pt-16 pb-24 gap-16': {};
25
+ '&-questions': {
26
+ '@apply flex flex-col gap-8 w-full': {};
27
+ '&-title': {
28
+ '@apply text-label-medium text-dark-primary': {};
29
+ };
30
+ '&-wrapper': {
31
+ '@apply flex flex-col gap-16 w-full': {};
32
+ };
33
+ };
34
+ };
35
+ '&[data-fullscreen="false"]': {
36
+ '@apply rounded-tl-groups': {};
37
+ '@apply max-w-[26em]': {};
38
+ };
39
+ '&[data-fullscreen="true"]': {
40
+ '@apply w-full h-full': {};
41
+ '.sk-ai-module-feed': {
42
+ '@apply gap-40 grow w-full items-center': {};
43
+ '&-questions': {
44
+ '@apply flex-row gap-16': {};
45
+ };
46
+ };
47
+ };
48
+ '&-header': {
49
+ '&[data-fullscreen="true"]': {
50
+ '@apply bg-background-content': {};
51
+ '@apply text-dark-primary': {};
52
+ '@apply px-20 pt-20 pb-12': {};
53
+ };
54
+ '@apply flex items-center justify-between': {};
55
+ '@apply w-full': {};
56
+ '@apply px-14 py-16': {};
57
+ '@apply transition-all': {};
58
+ '@apply bg-inverted-background-content': {};
59
+ '@apply text-inverted-dark-primary': {};
60
+ '&[data-docked="true"]': {
61
+ '@apply px-12 pt-10 pb-12': {};
62
+ };
63
+ '&-title': {
64
+ '@apply flex justify-start items-center': {};
65
+ '@apply gap-12 pr-16': {};
66
+ };
67
+ '&-heading': {
68
+ '@apply flex flex-col gap-0': {};
69
+ '&-name': {
70
+ '@apply text-label-medium': {};
71
+ };
72
+ '&-subtitle': {
73
+ '@apply text-small text-inverted-dark-secondary': {};
74
+ };
75
+ };
76
+ '&-menu': {
77
+ '@apply flex justify-center items-center': {};
78
+ '@apply gap-12': {};
79
+ };
80
+ '&[data-variant="alt"]': {
81
+ '@apply p-0': {};
82
+ '@apply bg-transparent': {};
83
+ '.sk-avatar': {
84
+ '@apply w-56 h-56': {};
85
+ };
86
+ '.sk-ai-module-header-heading-name': {
87
+ '@apply text-label-large text-dark-primary': {};
88
+ };
89
+ '.sk-ai-module-header-heading-subtitle': {
90
+ '@apply text-small text-dark-secondary': {};
91
+ };
92
+ };
93
+ };
94
+ '&-sessions': {
95
+ '@apply px-20': {};
96
+ '&-history': {
97
+ '@apply flex flex-col p-8 gap-16': {};
98
+ '&-list': {
99
+ '@apply flex flex-col p-0 gap-8': {};
100
+ };
101
+ };
102
+ };
103
+ };
104
+ };
@@ -0,0 +1,49 @@
1
+ export declare const AssistantPresentation: () => {
2
+ '.sk-ai-assistant-presentation': {
3
+ '@apply flex flex-col gap-16 items-center justify-center': {};
4
+ '@apply text-base': {};
5
+ '&-header': {
6
+ '@apply flex flex-col items-center justify-start': {};
7
+ '&-title': {
8
+ '@apply text-dark-primary text-center w-full': {};
9
+ };
10
+ '&-description': {
11
+ '@apply text-dark-secondary text-center w-full': {};
12
+ };
13
+ };
14
+ '&[data-size="lg"]': {
15
+ '@apply min-h-[25.5em] h-full grow': {};
16
+ '@apply p-24': {};
17
+ '@apply max-w-[27em]': {};
18
+ '.sk-avatar': {
19
+ '@apply w-90-1 h-90-1': {};
20
+ '@apply max-w-90-1 max-h-90-1': {};
21
+ };
22
+ '.sk-ai-assistant-presentation-header': {
23
+ '@apply gap-6 pb-24': {};
24
+ '&-title': {
25
+ '@apply text-h3-lg': {};
26
+ };
27
+ '&-description': {
28
+ '@apply text-lead': {};
29
+ };
30
+ };
31
+ };
32
+ '&[data-size="sm"]': {
33
+ '@apply min-h-[24em]': {};
34
+ '.sk-avatar': {
35
+ '@apply w-72 h-72': {};
36
+ '@apply max-w-72 max-h-72': {};
37
+ };
38
+ '.sk-ai-assistant-presentation-header': {
39
+ '@apply gap-4 pb-16': {};
40
+ '&-title': {
41
+ '@apply text-h3-md': {};
42
+ };
43
+ '&-description': {
44
+ '@apply text-small': {};
45
+ };
46
+ };
47
+ };
48
+ };
49
+ };
@@ -0,0 +1,30 @@
1
+ export declare const Bubble: (colors: string[]) => {
2
+ '.sk-ai-bubble': {
3
+ '&-tail': {
4
+ '@apply absolute left-0 bottom-[-2rem]': {};
5
+ '@apply w-32 h-32': {};
6
+ '@apply rounded-tl-16 rounded-bl-0': {};
7
+ '@apply bg-transparent': {};
8
+ '@apply shadow-[0_-1.6rem_0_0_var(--tw-shadow-color)]': {};
9
+ '@apply scale-y-[25%]': {};
10
+ '&:before': {
11
+ '@apply content-[""]': {};
12
+ '@apply absolute left-0 bottom-[-0.25rem]': {};
13
+ '@apply w-32 h-32': {};
14
+ '@apply rounded-tl-16 rounded-bl-0': {};
15
+ '@apply bg-transparent': {};
16
+ '@apply shadow-[0_-0.25rem_0_0_rgb(0,0,0,0.2)]': {};
17
+ 'clip-path': string;
18
+ };
19
+ };
20
+ '@apply inline-flex text-left items-center justify-start': {};
21
+ '@apply w-fit': {};
22
+ '@apply relative': {};
23
+ '@apply rounded-t-button rounded-br-button': {};
24
+ '@apply pt-10 pr-12 pb-10 pl-14': {};
25
+ '@apply gap-16': {};
26
+ '@apply shadow-[0_0.1rem_0_0_rgba(0,0,0,0.2)]': {};
27
+ '@apply text-small': {};
28
+ '@apply text-dark-secondary': {};
29
+ };
30
+ };
@@ -0,0 +1,19 @@
1
+ export declare const Feedback: () => {
2
+ '.sk-ai-feedback': {
3
+ '@apply ml-24 flex gap-24 justify-end': {};
4
+ '&-button': {
5
+ '&[data-current="true"]': {
6
+ '@apply bg-tertiary-surface-hover': {};
7
+ };
8
+ };
9
+ '&-more': {
10
+ '@apply flex flex-col gap-8 pl-14 pr-8 pt-8 pb-14 bg-background-color-mixin-1 text-dark-primary rounded-button': {};
11
+ '&-header': {
12
+ '@apply flex flex-row items-center justify-between text-label-small': {};
13
+ };
14
+ '&-reason': {
15
+ '@apply flex flex-row items-center gap-8 justify-start': {};
16
+ };
17
+ };
18
+ };
19
+ };
@@ -0,0 +1,16 @@
1
+ export declare const InputSection: () => {
2
+ '.sk-ai-inputsection': {
3
+ '@apply w-full': {};
4
+ '&-input': {
5
+ '@apply w-full': {};
6
+ };
7
+ '&-wrapper': {
8
+ '@apply bg-background-content': {};
9
+ '@apply flex items-center justify-center w-full': {};
10
+ '@apply px-16 py-12 gap-12': {};
11
+ '&[data-shadow="true"]': {
12
+ '@apply shadow-100': {};
13
+ };
14
+ };
15
+ };
16
+ };
@@ -0,0 +1,20 @@
1
+ export declare const MarkdownRendered: () => {
2
+ '.sk-ai-markdown': {
3
+ '@apply flex flex-col gap-32': {};
4
+ '&-p': {
5
+ '@apply mb-32 my-0': {};
6
+ };
7
+ '&-a': {
8
+ '@apply my-8': {};
9
+ };
10
+ '&-ol': {
11
+ '@apply list-decimal ml-24 my-0': {};
12
+ };
13
+ '&-ul': {
14
+ '@apply list-disc ml-24 my-0': {};
15
+ };
16
+ '&-li': {
17
+ '@apply my-16': {};
18
+ };
19
+ };
20
+ };
@@ -0,0 +1,15 @@
1
+ export declare const TypingBubble: () => {
2
+ '.sk-ai-typing-bubble': {
3
+ '@apply inline-flex items-center justify-center': {};
4
+ '@apply p-12 gap-8 w-min': {};
5
+ '@apply bg-tertiary-surface': {};
6
+ '@apply text-dark-secondary': {};
7
+ '@apply rounded-button': {};
8
+ '&[data-position="left"]': {
9
+ '@apply rounded-br-0': {};
10
+ };
11
+ '&[data-position="right"]': {
12
+ '@apply rounded-bl-0': {};
13
+ };
14
+ };
15
+ };
@@ -0,0 +1,22 @@
1
+ export declare const TypingSequence: (colors: string[]) => {
2
+ '.sk-ai-typing-sequence': {
3
+ '@apply bg-transparent': {};
4
+ '@apply inline-flex': {};
5
+ '@apply h-[0.5rem] w-fit gap-6': {};
6
+ '&-dot': {
7
+ '@apply rounded-full': {};
8
+ '@apply block': {};
9
+ '@apply w-[0.5rem] h-[0.5rem]': {};
10
+ '@apply bg-dark-secondary': {};
11
+ '&[data-order="1"]': {
12
+ '@apply animate-typing-bounce-1': {};
13
+ };
14
+ '&[data-order="2"]': {
15
+ '@apply animate-typing-bounce-2': {};
16
+ };
17
+ '&[data-order="3"]': {
18
+ '@apply animate-typing-bounce-3': {};
19
+ };
20
+ };
21
+ };
22
+ };
@@ -0,0 +1,24 @@
1
+ declare function _exports(): {
2
+ '.alert-banner': {
3
+ '@apply p-md': {};
4
+ '&-content': {
5
+ '@apply w-full m-auto flex': {};
6
+ '&-wrapper': {
7
+ '@apply flex-grow flex': {};
8
+ };
9
+ };
10
+ '&-icon': {
11
+ '@apply mr-[10px]': {};
12
+ };
13
+ '&-children': {
14
+ '@apply w-full underline inline-block max-w-[800px] text-body text-base': {};
15
+ };
16
+ '&-close': {
17
+ '@apply p-4 -m-4 flex flex-col': {};
18
+ };
19
+ };
20
+ '.tab': {
21
+ '@apply mr-[10px] bg-white pt-4 pb-3 px-4 rounded-b-button shadow-[rgba(0,_0,_0,_0.24)_0px_1.5px_4px]': {};
22
+ };
23
+ };
24
+ export = _exports;
@@ -0,0 +1,21 @@
1
+ export declare const Alert: (colors: string[]) => {
2
+ '.alert-close-button': {
3
+ '@apply absolute right-4 cursor-base focus-visible:outline-none': {};
4
+ '@apply text-neutral-600 hover:text-neutral-700': {};
5
+ };
6
+ '.alert-left-accent': {
7
+ '@apply border-l-2 rounded-none': {};
8
+ '@apply text-body': {};
9
+ };
10
+ '.alert-solid': {
11
+ '@apply border rounded-base': {};
12
+ '@apply text-white': {};
13
+ };
14
+ '.alert-subtle': {
15
+ '@apply border rounded-base': {};
16
+ '@apply text-body': {};
17
+ };
18
+ '.alert': {
19
+ '@apply w-full flex items-center px-4 py-3 relative overflow-hidden text-small': {};
20
+ };
21
+ };
@@ -0,0 +1,29 @@
1
+ export declare const Avatar: (colors: string[]) => {
2
+ '.sk-avatar': {
3
+ '&-img': {
4
+ '@apply min-w-full min-h-full object-cover': {};
5
+ };
6
+ '&[data-hasimage="true"]': {
7
+ '@apply bg-transparent': {};
8
+ };
9
+ '@apply inline-flex': {};
10
+ '@apply justify-center items-center': {};
11
+ '@apply rounded-button-sm md:rounded-button-md xl:rounded-button-lg': {};
12
+ '@apply overflow-hidden': {};
13
+ '&[data-rounded="true"]': {
14
+ '@apply rounded-circular': {};
15
+ };
16
+ '&&-sm': {
17
+ '@apply h-32 w-32 min-h-24 max-h-32 min-w-24 max-w-32': {};
18
+ '@apply text-label-small': {};
19
+ };
20
+ '&&-md': {
21
+ '@apply h-40 w-40 min-h-32 max-h-40 min-w-32 max-w-40': {};
22
+ '@apply text-label-medium': {};
23
+ };
24
+ '&&-lg': {
25
+ '@apply h-64 w-64 min-h-40 max-h-64 min-w-40 max-w-64': {};
26
+ '@apply text-label-large': {};
27
+ };
28
+ };
29
+ };
@@ -0,0 +1,21 @@
1
+ export declare const Badge: (colors: string[]) => {
2
+ '.sk-badge': {
3
+ "&[data-color='tertiary']": {
4
+ '@apply bg-primary-surface': {};
5
+ '&[data-inverted="true"]': {
6
+ '@apply text-inverted-light-primary': {};
7
+ '@apply bg-tertiary-surface dark:bg-inverted-primary-surface': {};
8
+ };
9
+ };
10
+ '@apply inline-flex': {};
11
+ '@apply justify-center items-center': {};
12
+ '@apply text-light-primary': {};
13
+ '@apply rounded-utility': {};
14
+ '@apply overflow-hidden': {};
15
+ '@apply h-24 w-24': {};
16
+ '@apply text-label-small': {};
17
+ '&[data-rounded="true"]': {
18
+ '@apply rounded-circular': {};
19
+ };
20
+ };
21
+ };
@@ -0,0 +1,28 @@
1
+ export declare const Breadcrumb: () => {
2
+ '.sk-breadcrumb': {
3
+ '@apply text-body text-base relative': {};
4
+ '&-item': {
5
+ '@apply inline-flex items-center whitespace-nowrap': {};
6
+ };
7
+ '&-separator': {
8
+ '@apply mx-6': {};
9
+ };
10
+ };
11
+ '.sk-breadcrumb-item': {
12
+ span: {
13
+ '&[aria-current="page"]': {
14
+ '@apply font-bold': {};
15
+ };
16
+ };
17
+ "&[data-color=\"primary\"]": {
18
+ 'a.sk-link': {
19
+ "@apply text-secondary": {};
20
+ };
21
+ };
22
+ "&[data-color=\"vattjom\"]": {
23
+ 'a.sk-link': {
24
+ "@apply text-vattjom-text-primary": {};
25
+ };
26
+ };
27
+ };
28
+ };
@@ -0,0 +1,25 @@
1
+ export declare const ButtonGroup: () => {
2
+ '.sk-btn-group': {
3
+ '@apply inline-flex items-center': {};
4
+ '&.sk-btn-group-attached': {
5
+ '@apply rounded-groups': {};
6
+ '@apply bg-tertiary-surface': {};
7
+ '@apply py-6 px-12': {};
8
+ '> *': {
9
+ '@apply bg-transparent': {};
10
+ };
11
+ '.sk-btn[data-icon="true"] .sk-icon': {
12
+ '@apply bg-transparent text-dark-secondary': {};
13
+ };
14
+ '.sk-icon': {
15
+ '@apply p-0 w-fit h-fit': {};
16
+ };
17
+ };
18
+ '&-divider': {
19
+ '@apply grow bg-tertiary-surface px-6': {};
20
+ hr: {
21
+ '@apply h-20': {};
22
+ };
23
+ };
24
+ };
25
+ };