@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,48 @@
1
+ export declare const Logo: () => {
2
+ '.sk-logo': {
3
+ '@apply flex w-auto h-auto': {};
4
+ '@apply items-center': {};
5
+ '@apply text-dark-primary': {};
6
+ '&[data-inverted="true"]': {
7
+ '@apply text-light-primary': {};
8
+ '.sk-logo-divider': {
9
+ '@apply border-inverted-divider': {};
10
+ };
11
+ };
12
+ '&-figure': {
13
+ '@apply w-full h-full': {};
14
+ };
15
+ '&[data-variant="service"]': {
16
+ '@apply flex-row gap-6': {};
17
+ '@apply w-max': {};
18
+ '@apply h-60': {};
19
+ '@apply pb-4': {};
20
+ '.sk-logo-figure': {
21
+ '@apply w-auto h-56': {};
22
+ };
23
+ };
24
+ 'a:focus-within &': {
25
+ '@apply outline outline-2 outline-ring': {};
26
+ };
27
+ 'a &': {
28
+ '@apply no-underline': {};
29
+ };
30
+ 'a:hover &': {
31
+ '@apply underline': {};
32
+ };
33
+ '&-service-content': {
34
+ '@apply h-full w-max': {};
35
+ '@apply flex flex-col justify-center': {};
36
+ '@apply pl-2 pt-2 pr-8 pb-0': {};
37
+ };
38
+ '&-title': {
39
+ '@apply font-header text-logo-header': {};
40
+ };
41
+ '&-subtitle': {
42
+ '@apply text-small font-normal block': {};
43
+ };
44
+ '&-divider': {
45
+ '@apply pt-8 pb-4': {};
46
+ };
47
+ };
48
+ };
@@ -0,0 +1,198 @@
1
+ export declare const MenuVertical: () => {
2
+ '.sk-menu-vertical-sidebar': {
3
+ '@apply rounded-button': {};
4
+ '> ul > li > .sk-menu-vertical-item-submenu': {
5
+ '> .sk-menu-vertical-item-submenu-button': {
6
+ '@apply min-h-52': {};
7
+ };
8
+ };
9
+ '> ul': {
10
+ '@apply py-16 px-24': {};
11
+ };
12
+ '.sk-menu-vertical': {
13
+ '@apply gap-12': {};
14
+ '&-header': {
15
+ '@apply bg-primary-surface': {};
16
+ '@apply rounded-t-button': {};
17
+ '@apply py-20 px-32': {};
18
+ '&, a': {
19
+ '@apply text-light-primary': {};
20
+ };
21
+ '.sk-divider': {
22
+ '@apply border-inverted-divider': {};
23
+ };
24
+ '.sk-logo': {
25
+ '@apply text-light-secondary': {};
26
+ };
27
+ };
28
+ '&.ul, & ul': {
29
+ '@apply py-8 pl-20 ml-20': {};
30
+ };
31
+ 'li ul': {
32
+ '@apply gap-8': {};
33
+ ul: {
34
+ li: {
35
+ '@apply text-small leading-18': {};
36
+ '.sk-menu-vertical-item-submenu-button, .sk-menu-vertical-item-submenu-button-expand': {
37
+ '@apply py-6 px-14': {};
38
+ };
39
+ };
40
+ };
41
+ li: {
42
+ '@apply relative -ml-4': {};
43
+ '&:before': {
44
+ '@apply content-[""] absolute inline-flex w-20 h-44 -top-8 -left-16': {};
45
+ backgroundImage: string;
46
+ backgroundRepeat: string;
47
+ };
48
+ '&:not(:last-child):after': {
49
+ '@apply content-[""] absolute inline-flex w-20 -top-8 bottom-0 -left-16': {};
50
+ backgroundImage: string;
51
+ backgroundRepeat: string;
52
+ };
53
+ '&:last-child:after': {
54
+ '@apply content-[""] absolute inline-flex w-20 -top-8 bottom-0 -left-16': {};
55
+ backgroundImage: string;
56
+ backgroundRepeat: string;
57
+ };
58
+ };
59
+ };
60
+ '&-item': {
61
+ '.sk-menu-vertical-item-submenu': {
62
+ '&-button': {
63
+ '@apply gap-8': {};
64
+ '&[aria-current="page"], &[aria-current="page"] ~ button': {
65
+ '@apply font-bold': {};
66
+ };
67
+ };
68
+ };
69
+ '> a, > button': {
70
+ '&[aria-current="page"]': {
71
+ '@apply font-bold': {};
72
+ };
73
+ };
74
+ };
75
+ };
76
+ };
77
+ '.sk-menu-vertical-nav': {
78
+ '.sk-menu-vertical': {
79
+ '@apply gap-12': {};
80
+ '&.ul, & ul': {
81
+ '@apply pt-12 pr-16 pb-16': {};
82
+ };
83
+ '&-item': {
84
+ '.sk-menu-vertical-item-submenu': {
85
+ '@apply font-bold': {};
86
+ '&-medium': {
87
+ 'button, a': {
88
+ '@apply py-6 px-14': {};
89
+ };
90
+ };
91
+ '&-large': {
92
+ 'button, a': {
93
+ '@apply text-large': {};
94
+ '@apply py-10 px-14': {};
95
+ };
96
+ };
97
+ };
98
+ };
99
+ };
100
+ };
101
+ '.sk-menu-vertical': {
102
+ '@apply flex flex-col': {};
103
+ '@apply text-base': {};
104
+ '&.hide': {
105
+ '@apply hidden': {};
106
+ };
107
+ '&-backbutton': {
108
+ '@apply flex items-center gap-16 text-lead mb-40': {};
109
+ };
110
+ '&-label': {
111
+ '@apply mb-24': {};
112
+ };
113
+ '&-item': {
114
+ '@apply flex flex-col': {};
115
+ '&.hide': {
116
+ '@apply hidden': {};
117
+ };
118
+ '[aria-disabled="true"]': {
119
+ '@apply cursor-default bg-transparent text-primitives-overlay-darken-6 dark:text-primitives-overlay-lighten-7': {};
120
+ };
121
+ 'a, button': {
122
+ '@apply flex': {};
123
+ color: string;
124
+ };
125
+ '& > a, > button': {
126
+ '@apply flex items-center min-h-44': {};
127
+ '&:focus-visible': {
128
+ '@apply outline outline-2 outline-ring': {};
129
+ };
130
+ '> *': {
131
+ '@apply flex w-full py-6 px-14': {};
132
+ '@apply rounded-button cursor-pointer': {};
133
+ };
134
+ '&:not([aria-disabled="true"]) > *': {
135
+ '@apply bg-transparent text-dark-secondary': {};
136
+ };
137
+ '&:hover:not([aria-disabled="true"]) > *': {
138
+ '@apply bg-primitives-overlay-darken-3': {};
139
+ };
140
+ '&[aria-current="page"]:not(:hover) > *': {
141
+ '@apply bg-primary-surface text-light-primary': {};
142
+ '@apply focus-visible:ring': {};
143
+ };
144
+ };
145
+ '.sk-menu-vertical-item-submenu': {
146
+ '@apply flex justify-between w-full': {};
147
+ '@apply rounded-button': {};
148
+ '&:hover': {
149
+ '> a:not([aria-disabled="true"]), > button:not([aria-disabled="true"]), > a[aria-expanded="true"]:not([aria-disabled="true"]), > button[aria-expanded="true"]:not([aria-disabled="true"])': {
150
+ '@apply text-dark-primary bg-primitives-overlay-darken-3': {};
151
+ };
152
+ };
153
+ '&:focus-within': {
154
+ '@apply outline outline-2 outline-ring': {};
155
+ '.sk-menu-vertical-item-submenu-button, .sk-menu-vertical-item-submenu-button-expand': {
156
+ '&:focus-visible': {
157
+ '@apply ring-0 ring-offset-0 outline-0': {};
158
+ };
159
+ };
160
+ };
161
+ '&-medium': {
162
+ 'button, a': {
163
+ '@apply py-6 px-14': {};
164
+ };
165
+ };
166
+ '&-large': {
167
+ 'button, a': {
168
+ '@apply py-10 px-14': {};
169
+ };
170
+ };
171
+ '&-button, &-button-expand': {
172
+ '@apply items-center': {};
173
+ '@apply py-10 px-14': {};
174
+ };
175
+ '&-button-expand': {
176
+ '@apply rounded-r-button rounded-l-0': {};
177
+ };
178
+ '&-button': {
179
+ '@apply text-left grow rounded-l-button rounded-r-0': {};
180
+ '&[aria-current="page"]:not(:hover), &[aria-current="page"]:not(:hover) ~ button:not(:hover)': {
181
+ '@apply bg-primary-surface text-light-primary': {};
182
+ };
183
+ '&[aria-expanded="true"]': {
184
+ '&:not(:hover,[aria-current="page"],[aria-disabled="true"]), &:not(:hover,[aria-current="page"],[aria-disabled="true"]) ~ button:not(:hover)': {
185
+ '@apply bg-vattjom-surface-accent': {};
186
+ };
187
+ };
188
+ };
189
+ };
190
+ '.sk-menu-vertical-item-tool-item': {
191
+ '@apply flex items-center gap-10 p-6 rounded-groups': {};
192
+ '.sk-avatar': {
193
+ '@apply border-2 border-background-content': {};
194
+ };
195
+ };
196
+ };
197
+ };
198
+ };
@@ -0,0 +1,35 @@
1
+ export declare const MenuBar: (colors: string[]) => {
2
+ '.sk-menubar': {
3
+ '@apply flex flex-row': {};
4
+ '@apply p-8 gap-16': {};
5
+ '@apply rounded-cards': {};
6
+ '&[data-background="true"]': {
7
+ '@apply bg-background-color-mixin-1': {};
8
+ };
9
+ '&-item': {
10
+ '@apply inline-block': {};
11
+ '@apply relative': {};
12
+ '@apply h-40': {};
13
+ 'a, button': {
14
+ color: string;
15
+ };
16
+ '> *:first-child': {
17
+ '@apply rounded-button-sm md:rounded-button-md xl:rounded-button-lg': {};
18
+ '@apply cursor-pointer': {};
19
+ '@apply bg-transparent text-dark-primary': {};
20
+ '@apply hover:bg-tertiary-surface': {};
21
+ '@apply font-bold': {};
22
+ '@apply gap-2 px-14 py-8': {};
23
+ '@apply h-full min-h-full': {};
24
+ '@apply text-base leading-base': {};
25
+ '@apply inline-flex shrink-0 flex-nowrap': {};
26
+ '@apply border-0': {};
27
+ '@apply focus-visible:bg-background-content focus-visible:ring': {};
28
+ '&[aria-current="page"]:not(:hover),&[aria-selected="true"]:not(:hover), ': {
29
+ '@apply bg-primary-surface text-light-primary': {};
30
+ '@apply focus-visible:ring': {};
31
+ };
32
+ };
33
+ };
34
+ };
35
+ };
@@ -0,0 +1,45 @@
1
+ export declare const Modal: () => {
2
+ '.sk-modal': {
3
+ '&-wrapper': {
4
+ '@apply fixed inset-0 z-20 overflow-y-auto': {};
5
+ '@apply bg-primitives-overlay-darken-6': {};
6
+ '@apply dark:bg-primitives-overlay-darken-8': {};
7
+ '&-inner': {
8
+ '@apply min-h-screen px-4 text-center': {};
9
+ };
10
+ };
11
+ '&-overlay': {
12
+ '@apply fixed inset-0': {};
13
+ };
14
+ '&-dialog': {
15
+ '@apply text-dark-secondary': {};
16
+ '@apply inline-flex flex-col': {};
17
+ '@apply text-left': {};
18
+ '@apply align-middle': {};
19
+ '@apply transition-all transform': {};
20
+ '@apply rounded-cards': {};
21
+ '@apply bg-background-content': {};
22
+ '@apply dark:bg-background-100': {};
23
+ '@apply px-24 pt-24 pb-40': {};
24
+ '@apply gap-16': {};
25
+ '&-header': {
26
+ '@apply flex justify-between items-center w-full': {};
27
+ '&-title': {
28
+ '@apply grow': {};
29
+ '@apply text-label-medium': {};
30
+ };
31
+ };
32
+ };
33
+ '&-content': {
34
+ '@apply flex flex-col': {};
35
+ '@apply py-8 pb-16 gap-12': {};
36
+ 'h1, h2, h3, h4, h5, h6': {
37
+ '@apply text-dark-primary': {};
38
+ };
39
+ };
40
+ '&-footer': {
41
+ '@apply flex flex-row justify-start': {};
42
+ '@apply p-0 gap-12': {};
43
+ };
44
+ };
45
+ };
@@ -0,0 +1,48 @@
1
+ declare function _exports(): {
2
+ '.notification': {
3
+ '@apply relative flex p-4 text-small w-96 m-2 max-w-full rounded-base shadow-sm sm:max-w-md': {};
4
+ '@apply text-body bg-white border border-neutral-200': {};
5
+ '@apply dark:text-neutral-100 dark:bg-neutral-700 dark:border-neutral-600': {};
6
+ };
7
+ '.notification-icon': {
8
+ '@apply flex-shrink-0 w-5 h-5 mr-3': {};
9
+ '&-info': {
10
+ '--tw-text-opacity': string;
11
+ color: string;
12
+ };
13
+ '&-success': {
14
+ '--tw-text-opacity': string;
15
+ color: string;
16
+ };
17
+ '&-error': {
18
+ '--tw-text-opacity': string;
19
+ color: string;
20
+ };
21
+ '&-warning': {
22
+ '--tw-text-opacity': string;
23
+ color: string;
24
+ };
25
+ };
26
+ '.notification-content': {
27
+ '@apply flex flex-col items-start flex-1 mr-2 -mt-px text-left': {};
28
+ '&-title': {
29
+ '@apply font-semibold': {};
30
+ };
31
+ '&-description': {
32
+ '@apply text-neutral-500 dark:text-neutral-400': {};
33
+ };
34
+ };
35
+ '.notification-action': {
36
+ '@apply absolute space-x-2': {};
37
+ right: number;
38
+ top: number;
39
+ '&-undo': {
40
+ '@apply h-auto p-0 text-small': {};
41
+ };
42
+ '&-close-button': {
43
+ '@apply cursor-base text-neutral-700 hover:text-body': {};
44
+ '@apply dark:text-neutral-400 dark:hover:text-neutral-100': {};
45
+ };
46
+ };
47
+ };
48
+ export = _exports;
@@ -0,0 +1,101 @@
1
+ export declare const Pagination: () => {
2
+ '.sk-pagination': {
3
+ '@apply select-none': {};
4
+ '@apply text-base': {};
5
+ '&-list': {
6
+ '@apply flex justify-between items-center': {};
7
+ '.sk-pagination[data-hideprevnextlabel="true"] &': {
8
+ '@apply w-fit': {};
9
+ };
10
+ li: {
11
+ '@apply min-w-40 text-center': {};
12
+ };
13
+ 'li:first-child': {
14
+ '@apply text-left': {};
15
+ };
16
+ 'li:last-child': {
17
+ '@apply text-right': {};
18
+ };
19
+ };
20
+ '.form-select-wrapper': {
21
+ '@apply w-fit': {};
22
+ };
23
+ '&-pageLabel': {
24
+ '@apply leading-base cursor-pointer underline text-vattjom-surface-primary': {};
25
+ '@apply focus-visible:ring ring-ring ring-offset': {};
26
+ '@apply rounded-full': {};
27
+ '@apply h-32 w-32': {};
28
+ "&[aria-current='true']": {
29
+ '@apply font-bold no-underline text-dark-primary': {};
30
+ };
31
+ };
32
+ '&-prevNextButton': {
33
+ '@apply text-dark-secondary': {};
34
+ '&.sk-btn': {
35
+ '@apply bg-transparent text-dark-secondary font-normal': {};
36
+ '&.sk-btn-disabled:disabled, .sk-btn[aria-disabled="true"]:disabled': {
37
+ '@apply bg-transparent !important': {};
38
+ '@apply text-dark-disabled hover:text-dark-disabled': {};
39
+ '.sk-icon': {
40
+ '@apply text-dark-disabled hover:text-dark-disabled': {};
41
+ };
42
+ };
43
+ '.sk-icon': {
44
+ '@apply bg-transparent text-dark-secondary': {};
45
+ };
46
+ '&:hover': {
47
+ '@apply text-dark-primary': {};
48
+ '@apply bg-tertiary-surface-hover': {};
49
+ '.sk-icon': {
50
+ '@apply text-dark-primary': {};
51
+ };
52
+ };
53
+ };
54
+ '&[disabled]': {
55
+ '@apply cursor-default': {};
56
+ };
57
+ "&[disabled='false']": {
58
+ '.sk-pagination-prevNextButton-label, .sk-pagination-prevNextButton-icon': {
59
+ '@apply cursor-pointer': {};
60
+ };
61
+ };
62
+ '&-label': {
63
+ '@apply hidden sm:inline ml-sm leading-none': {};
64
+ };
65
+ '&-icon': {
66
+ '@apply m-1 leading-none flex items-center': {};
67
+ };
68
+ };
69
+ '&-ellipsis': {
70
+ '@apply inline-block w-16 text-center': {};
71
+ };
72
+ '&.fit-content': {
73
+ '@apply w-full max-w-full': {};
74
+ '.sk-pagination-list': {
75
+ '@apply w-full flex justify-center': {};
76
+ '@apply gap-24': {};
77
+ '&-item': {
78
+ '@apply px-0 grow-0 text-center': {};
79
+ '&.ellipsis': {
80
+ '@apply flex-shrink grow-0': {};
81
+ };
82
+ '&.prev-next': {
83
+ '@apply flex-shrink grow': {};
84
+ '&.prev': {
85
+ '@apply text-left': {};
86
+ };
87
+ '&.next': {
88
+ '@apply text-right': {};
89
+ };
90
+ };
91
+ '.sk-pagination-pageLabel': {
92
+ '@apply mx-xs': {};
93
+ };
94
+ };
95
+ };
96
+ '.form-select-wrapper': {
97
+ '@apply w-full': {};
98
+ };
99
+ };
100
+ };
101
+ };
@@ -0,0 +1,138 @@
1
+ export declare const PopupMenu: () => {
2
+ '.sk-popup-menu': {
3
+ '@apply hidden': {};
4
+ '&[data-open="true"]': {
5
+ '@apply flex': {};
6
+ };
7
+ '&[data-position="left"]': {
8
+ '@apply mt-0 mr-8 right-full': {};
9
+ '&[data-align="end"]': {
10
+ '@apply bottom-0': {};
11
+ };
12
+ '&[data-align="start"]': {
13
+ '@apply top-0': {};
14
+ };
15
+ };
16
+ '&[data-position="right"]': {
17
+ '@apply mt-0 ml-8 left-full': {};
18
+ '&[data-align="end"]': {
19
+ '@apply bottom-0': {};
20
+ };
21
+ '&[data-align="start"]': {
22
+ '@apply top-0': {};
23
+ };
24
+ };
25
+ '&[data-position="over"]': {
26
+ '@apply mt-0 mb-8 bottom-full': {};
27
+ '&[data-align="end"]': {
28
+ '@apply right-0': {};
29
+ };
30
+ '&[data-align="start"]': {
31
+ '@apply left-0': {};
32
+ };
33
+ };
34
+ '&[data-position="under"]': {
35
+ '&[data-align="end"]': {
36
+ '@apply right-0': {};
37
+ };
38
+ '&[data-align="start"]': {
39
+ '@apply left-0': {};
40
+ };
41
+ };
42
+ '> *': {
43
+ '@apply max-w-full w-full': {};
44
+ };
45
+ '@apply absolute flex-col justify-start items-start mt-8': {};
46
+ '@apply w-max': {};
47
+ '@apply rounded-utility': {};
48
+ '@apply bg-background-100': {};
49
+ '@apply z-10': {};
50
+ '@apply p-8 gap-4': {};
51
+ '@apply shadow-100': {};
52
+ '@apply border-0': {};
53
+ '@apply focus-within:border-0': {};
54
+ '@apply focus:outline-0 focus-visible:outline-0 focus-visible:ring': {};
55
+ '.sk-form-checkbox-label-left .sk-icon': {
56
+ '@apply right-8': {};
57
+ };
58
+ '.sk-form-checkbox-label-right .sk-icon': {
59
+ '@apply left-8': {};
60
+ };
61
+ '.sk-popup-menu-item': {
62
+ '@apply list-none': {};
63
+ '@apply w-full': {};
64
+ '@apply h-40': {};
65
+ '@apply min-h-40': {};
66
+ '@apply bg-transparent hover:bg-primitives-gray-200': {};
67
+ '@apply dark:hover:bg-primitives-overlay-lighten-1': {};
68
+ '@apply cursor-pointer': {};
69
+ '@apply flex flex-row shrink-0': {};
70
+ '@apply pl-8 pr-8 py-4 gap-12': {};
71
+ '@apply ring-offset-0': {};
72
+ '@apply focus-visible:ring ring-ring': {};
73
+ '@apply rounded-utility': {};
74
+ '@apply text-body font-normal': {};
75
+ '> *': {
76
+ '@apply max-w-full': {};
77
+ };
78
+ '&:focus-visible, &:focus-within': {
79
+ '@apply bg-primitives-gray-200': {};
80
+ '@apply dark:bg-primitives-overlay-lighten-1': {};
81
+ };
82
+ svg: {
83
+ '@apply w-20 h-20': {};
84
+ };
85
+ '@apply justify-start': {};
86
+ '@apply border-0': {};
87
+ '@apply items-center': {};
88
+ '@apply no-underline': {};
89
+ };
90
+ '&-group': {
91
+ '@apply w-full flex flex-col border-b-1 border-divider pb-4 pt-4 gap-4': {};
92
+ '&:first-child': {
93
+ '@apply pt-0': {};
94
+ };
95
+ '&:last-child': {
96
+ '@apply border-0 pb-0': {};
97
+ };
98
+ };
99
+ '&-items': {
100
+ '@apply w-full': {};
101
+ '@apply rounded-utility': {};
102
+ '@apply focus-within:ring ring-ring': {};
103
+ '.sk-popup-menu-item': {
104
+ '@apply focus-visible:ring-0 ring-transparent ring-offset-0': {};
105
+ '> *': {
106
+ '@apply focus-visible:ring-0 ring-transparent ring-offset-0': {};
107
+ };
108
+ };
109
+ '&:focus-within': {
110
+ '.sk-popup-menu-item.active': {
111
+ '@apply bg-primitives-gray-200': {};
112
+ '@apply dark:bg-primitives-overlay-lighten-1': {};
113
+ };
114
+ };
115
+ };
116
+ '&-sm': {
117
+ '@apply p-8 gap-6': {};
118
+ '.sk-popup-menu-item': {
119
+ '@apply h-32': {};
120
+ '@apply min-h-32': {};
121
+ '@apply gap-10 pl-8 pr-8 py-4': {};
122
+ '@apply text-small': {};
123
+ '&-group': {
124
+ '@apply gap-6 pb-6': {};
125
+ '> *': {
126
+ '@apply gap-10 pl-8 pr-8 py-4': {};
127
+ };
128
+ };
129
+ svg: {
130
+ '@apply w-18 h-18': {};
131
+ };
132
+ };
133
+ };
134
+ '&.right': {
135
+ '@apply right-0': {};
136
+ };
137
+ };
138
+ };
@@ -0,0 +1,13 @@
1
+ export declare const ProgressBar: (colors: string[]) => {
2
+ '.sk-progress-bar': {
3
+ "&[data-color='tertiary']": {
4
+ '.sk-progress-bar-fill': {
5
+ "@apply bg-primary-surface": {};
6
+ };
7
+ };
8
+ '@apply flex h-4 rounded-circular bg-background-color-mixin-2': {};
9
+ '&-fill': {
10
+ '@apply rounded-circular': {};
11
+ };
12
+ };
13
+ };