@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,195 @@
1
+ export declare const Button: (colors: string[]) => {
2
+ '.sk-btn': {
3
+ '&[data-background="false"]:not(:hover)': {
4
+ '@apply bg-transparent': {};
5
+ };
6
+ '.btn-has-icon': {
7
+ '&-left': {
8
+ '@apply h-full flex items-center justify-center -ml-2': {};
9
+ '.sk-icon': {
10
+ '@apply bg-transparent': {};
11
+ color: string;
12
+ };
13
+ };
14
+ '&-right': {
15
+ '@apply h-full flex items-center justify-center -mr-2': {};
16
+ '.sk-icon': {
17
+ '@apply bg-transparent': {};
18
+ color: string;
19
+ };
20
+ };
21
+ };
22
+ '&-lg .btn-has-icon-left': {
23
+ '@apply -ml-4': {};
24
+ };
25
+ '&-lg .btn-has-icon-right': {
26
+ '@apply -mr-4': {};
27
+ };
28
+ '&[data-icon=true]': {
29
+ '@apply p-0': {};
30
+ '.sk-icon': {
31
+ '@apply bg-transparent': {};
32
+ color: string;
33
+ };
34
+ "&[data-rounded='true']": {
35
+ '@apply rounded-full': {};
36
+ };
37
+ '&.sk-btn-sm': {
38
+ '@apply w-32 min-w-32 max-w-32': {};
39
+ 'svg, .sk-icon': {
40
+ '@apply h-20 w-20': {};
41
+ };
42
+ };
43
+ '&.sk-btn-md': {
44
+ '@apply w-40 min-w-40 max-w-40': {};
45
+ 'svg, .sk-icon': {
46
+ '@apply h-20 w-20': {};
47
+ };
48
+ };
49
+ '&.sk-btn-lg': {
50
+ '@apply w-48 min-w-48 max-w-48': {};
51
+ 'svg, .sk-icon': {
52
+ '@apply h-24 w-24': {};
53
+ };
54
+ };
55
+ '.btn-has-icon': {
56
+ '&-left': {
57
+ '@apply m-0': {};
58
+ };
59
+ '&-right': {
60
+ '@apply m-0': {};
61
+ };
62
+ };
63
+ };
64
+ '&-link': {
65
+ '@apply h-auto p-0 leading-normal text-neutral-600 hover:underline active:text-neutral-700': {};
66
+ '&.active': {
67
+ '@apply underline': {};
68
+ };
69
+ '@apply dark:text-neutral-200': {};
70
+ '@apply dark:active:text-neutral-500': {};
71
+ };
72
+ '&-ghost': {
73
+ '@apply text-dark-secondary': {};
74
+ '@apply bg-transparent': {};
75
+ '@apply border-transparent': {};
76
+ '@apply hover:bg-transparent': {};
77
+ '@apply hover:border-transparent': {};
78
+ '&.sk-btn-disabled, &[aria-disabled="true"]': {
79
+ '@apply disabled:bg-transparent bg-transparent disabled:border-transparent border-transparent !important': {};
80
+ };
81
+ '&[data-inverted="true"]': {
82
+ '@apply text-inverted-dark-secondary': {};
83
+ };
84
+ };
85
+ '&-tertiary': {
86
+ '@apply text-dark-secondary': {};
87
+ '@apply bg-tertiary-surface': {};
88
+ '@apply hover:bg-tertiary-surface-hover': {};
89
+ '&.sk-btn-disabled, &[aria-disabled="true"]': {
90
+ '@apply disabled:bg-tertiary-surface-disabled bg-tertiary-surface-disabled disabled:border-transparent border-transparent !important': {};
91
+ };
92
+ '&[data-inverted="true"]': {
93
+ '@apply text-inverted-dark-secondary': {};
94
+ '@apply bg-inverted-tertiary-surface': {};
95
+ '@apply hover:bg-inverted-tertiary-surface-hover': {};
96
+ '&.sk-btn-disabled, &[aria-disabled="true"]': {
97
+ '@apply disabled:bg-inverted-tertiary-surface-disabled bg-inverted-tertiary-surface-disabled disabled:border-transparent border-transparent !important': {};
98
+ };
99
+ };
100
+ };
101
+ '&-secondary': {
102
+ '@apply border-secondary-outline': {};
103
+ '@apply text-dark-secondary': {};
104
+ '@apply bg-secondary-surface': {};
105
+ '@apply hover:border-secondary-outline-hover': {};
106
+ '@apply hover:bg-secondary-surface-hover': {};
107
+ '@apply focus-visible:border-background-content': {};
108
+ '&.sk-btn-disabled, &[aria-disabled="true"]': {
109
+ '@apply disabled:bg-secondary-surface-disabled bg-secondary-surface-disabled disabled:border-transparent border-transparent !important': {};
110
+ };
111
+ '&[data-inverted="true"]': {
112
+ '@apply border-inverted-secondary-outline': {};
113
+ '@apply text-inverted-dark-secondary': {};
114
+ '@apply bg-inverted-secondary-surface': {};
115
+ '@apply hover:border-inverted-secondary-outline-hover': {};
116
+ '@apply hover:bg-inverted-secondary-surface-hover': {};
117
+ '@apply focus-visible:border-inverted-background-content': {};
118
+ '&.sk-btn-disabled, &[aria-disabled="true"]': {
119
+ '@apply disabled:bg-inverted-secondary-surface-disabled bg-inverted-secondary-surface-disabled disabled:border-transparent border-transparent !important': {};
120
+ };
121
+ };
122
+ };
123
+ '&-primary': {
124
+ "&[data-color='primary']": {
125
+ '@apply bg-primary-surface': {};
126
+ '@apply hover:bg-primary-surface-hover': {};
127
+ '&.active': {
128
+ '@apply bg-primary-surface-hover': {};
129
+ };
130
+ "@apply active:bg-primary-surface-hover": {};
131
+ '&[data-inverted="true"]': {
132
+ '@apply text-inverted-light-primary': {};
133
+ '@apply bg-inverted-primary-surface': {};
134
+ '@apply hover:bg-inverted-primary-surface-hover': {};
135
+ '&.active': {
136
+ '@apply bg-inverted-primary-surface-hover': {};
137
+ };
138
+ "@apply active:bg-inverted-primary-surface-hover": {};
139
+ };
140
+ };
141
+ '@apply text-light-primary': {};
142
+ '@apply hover:bg-primary-surface-hover': {};
143
+ };
144
+ '@apply box-border': {};
145
+ '@apply border-2 border-transparent': {};
146
+ '@apply cursor-pointer': {};
147
+ '@apply relative': {};
148
+ '@apply m-0': {};
149
+ '@apply px-24 py-8 gap-8': {};
150
+ '@apply inline-flex items-center justify-center flex-shrink-0 align-middle': {};
151
+ '@apply rounded-button': {};
152
+ transitionProperty: string;
153
+ '@apply\tduration-75 ease-out': {};
154
+ '@apply outline-none appearance-none select-none whitespace-nowrap': {};
155
+ '@apply focus-visible:outline-none': {};
156
+ '@apply focus-visible:ring': {};
157
+ "&[data-rounded='true']": {
158
+ '@apply rounded-circular': {};
159
+ };
160
+ '&-sm': {
161
+ '@apply text-label-small': {};
162
+ '@apply px-14 py-8 gap-6': {};
163
+ '@apply max-h-32 h-32': {};
164
+ '@apply rounded-button-sm': {};
165
+ 'svg, .sk-icon': {
166
+ '@apply h-16 w-16': {};
167
+ };
168
+ };
169
+ '&-md': {
170
+ '@apply text-label-medium': {};
171
+ '@apply px-18 py-8 gap-8': {};
172
+ '@apply max-h-40 h-40': {};
173
+ '@apply rounded-button-md': {};
174
+ 'svg, .sk-icon': {
175
+ '@apply h-18 w-18': {};
176
+ };
177
+ };
178
+ '&-lg': {
179
+ '@apply text-label-large': {};
180
+ '@apply px-24 py-8 gap-8': {};
181
+ '@apply max-h-48 h-48': {};
182
+ '@apply rounded-button-lg': {};
183
+ 'svg, .sk-icon': {
184
+ '@apply h-20 w-20': {};
185
+ };
186
+ };
187
+ '&-disabled, &[aria-disabled="true"]': {
188
+ '@apply shadow-none disabled:shadow-none disabled:cursor-default cursor-default': {};
189
+ '@apply disabled:text-dark-disabled text-dark-disabled disabled:bg-primary-surface-disabled bg-primary-surface-disabled disabled:border-transparent border-transparent !important': {};
190
+ '&[data-inverted="true"]': {
191
+ '@apply disabled:text-inverted-dark-disabled text-inverted-dark-disabled disabled:bg-inverted-primary-surface-disabled bg-inverted-primary-surface-disabled disabled:border-transparent border-transparent !important': {};
192
+ };
193
+ };
194
+ };
195
+ };
@@ -0,0 +1,135 @@
1
+ export declare const Card: (colors: string[]) => {
2
+ '.sk-card': {
3
+ '&.sk-card-use-hover-effect': {
4
+ '.sk-card-body-icon': {
5
+ '@apply inline-flex': {};
6
+ '@apply mt-auto mb-auto mr-24': {};
7
+ };
8
+ };
9
+ "&[data-layout=\"horizontal\"]": {
10
+ '@apply flex-row h-full': {};
11
+ '.sk-card': {
12
+ '&-image': {
13
+ '@apply h-full w-[8em]': {};
14
+ '@apply float-left': {};
15
+ '@apply rounded-none rounded-l-cards grow-0': {};
16
+ };
17
+ '&-body': {
18
+ '@apply w-full': {};
19
+ '@apply border-none': {};
20
+ '&-wrapper': {
21
+ '@apply w-full': {};
22
+ };
23
+ '&-content': {
24
+ 'p, a': {
25
+ '@apply text-small': {};
26
+ };
27
+ };
28
+ '&-meta': {
29
+ '@apply hidden': {};
30
+ };
31
+ };
32
+ };
33
+ };
34
+ '@apply text-base': {};
35
+ '@apply bg-white relative rounded-b-cards rounded-cards': {};
36
+ '@apply flex flex-col': {};
37
+ '@apply no-underline hover:no-underline': {};
38
+ '@apply h-full': {};
39
+ '&-wrapper': {
40
+ '@apply grid': {};
41
+ };
42
+ '&-image': {
43
+ '@apply object-cover grow': {};
44
+ '@apply rounded-t-cards': {};
45
+ };
46
+ '&-body': {
47
+ '@apply px-24 pb-24 pt-16 rounded-b-cards': {};
48
+ '@apply shrink': {};
49
+ '&-wrapper': {
50
+ '@apply flex': {};
51
+ };
52
+ '&-meta': {
53
+ '@apply flex space-x-12 mt-16 text-base': {};
54
+ span: {
55
+ '@apply flex space-x-4 items-center': {};
56
+ time: {
57
+ '@apply h-24': {};
58
+ };
59
+ };
60
+ '&.sk-card-image': {
61
+ '@apply min-h-[12.5em] max-h-[20em]': {};
62
+ };
63
+ };
64
+ '&-header': {
65
+ 'h1, h2, h3, h4, h5, h6, h7, a': {
66
+ '@apply line-clamp-1 text-h3-md text-dark-primary mt-16': {};
67
+ };
68
+ span: {
69
+ '@apply pl-12': {};
70
+ };
71
+ };
72
+ '&-content': {
73
+ '@apply w-full': {};
74
+ 'p, a': {
75
+ '@apply line-clamp-3 m-0 pt-8 text-base': {};
76
+ };
77
+ };
78
+ '&-icon': {
79
+ '@apply hidden': {};
80
+ };
81
+ };
82
+ };
83
+ '.sk-card-link': {
84
+ '@apply hover:cursor-pointer': {};
85
+ '&::after': {
86
+ content: string;
87
+ position: string;
88
+ left: string;
89
+ top: string;
90
+ right: string;
91
+ bottom: string;
92
+ };
93
+ };
94
+ /**
95
+ * Meta card
96
+ */
97
+ '.sk-meta-card': {
98
+ '@apply no-underline hover:no-underline': {};
99
+ '@apply flex bg-vattjom-surface-accent': {};
100
+ '@apply p-14 rounded-groups': {};
101
+ '&[data-color="mono"]': {
102
+ '@apply bg-primitives-overlay-darken-1 dark:bg-primitives-overlay-lighten-1': {};
103
+ };
104
+ '&[data-color="vattjom"]': {
105
+ '@apply bg-vattjom-background-200': {};
106
+ };
107
+ '&-text-icon': {
108
+ '@apply mr-12 rounded-12 p-8': {};
109
+ '@apply bg-primitives-gray-lightest dark:bg-primitives-gray-800': {};
110
+ '@apply text-dark': {};
111
+ svg: {
112
+ height: string;
113
+ width: string;
114
+ };
115
+ };
116
+ '&-body': {
117
+ '&-header': {
118
+ 'h1, h2, h3, h4, h5, h6, h7, a, p': {
119
+ '@apply mt-6 text-base line-clamp-1': {};
120
+ '@apply text-dark-primary': {};
121
+ };
122
+ };
123
+ '&-content': {
124
+ 'p, a': {
125
+ '@apply text-primitives-gray-700 dark:text-primitives-gray-200 text-small': {};
126
+ '@apply text-dark-secondary line-clamp-1': {};
127
+ };
128
+ };
129
+ };
130
+ '&-external-link-icon': {
131
+ '@apply ml-auto h-32 w-32': {};
132
+ '@apply p-6 text-dark': {};
133
+ };
134
+ };
135
+ };
@@ -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,30 @@
1
+ declare function _exports(): {
2
+ '.comment-header': {
3
+ '@apply w-full flex items-center gap-8 p-16 border-b-4 border-gray-200': {};
4
+ };
5
+ '.comment-item': {
6
+ '@apply w-full': {};
7
+ '&-container': {
8
+ '@apply flex justify-between relative': {};
9
+ '&-textpic': {
10
+ '@apply flex gap-2': {};
11
+ };
12
+ };
13
+ '&-text': {
14
+ '@apply text-base font-bold mx-0 mb-0 mt-4': {};
15
+ };
16
+ '&-commentorpublished': {
17
+ '@apply float-right text-neutral-600 m-0': {};
18
+ };
19
+ };
20
+ '.comment-input': {
21
+ '@apply w-full flex gap-4 px-10 pt-8 pb-10': {};
22
+ '&-inactive': {
23
+ '@apply text-neutral-300 !text-3xl': {};
24
+ };
25
+ '&-active': {
26
+ '@apply text-primary !text-3xl': {};
27
+ };
28
+ };
29
+ };
30
+ export = _exports;
@@ -0,0 +1,39 @@
1
+ declare function _exports(): {
2
+ '.context-menu-wrapper': {
3
+ '@apply relative inline': {};
4
+ '> a, > button': {
5
+ '@apply inline-flex': {};
6
+ };
7
+ '.context-menu-items': {
8
+ '@apply absolute rounded bg-white border border-body z-10 drop-shadow-md mt-sm flex flex-col justify-start items-start': {};
9
+ '.context-menu-item': {
10
+ '@apply text-base text-body hover:text-white focus-within:text-white min-h-[3.5rem] w-full flex justify-start items-center': {};
11
+ 'a, button': {
12
+ '@apply text-base font-normal min-h-[3.5rem] py-[0.6rem] items-center w-full rounded-none border-transparent px-md flex justify-start': {};
13
+ '&.active': {
14
+ '@apply bg-primary text-white': {};
15
+ };
16
+ '.MuiSvgIcon-root': {
17
+ '@apply text-base': {};
18
+ };
19
+ };
20
+ '&:first-child a,&:first-child button': {
21
+ '@apply pt-[0.675rem] pb-[0.525rem]': {};
22
+ };
23
+ '&:last-child a,&:last-child button': {
24
+ '@apply pt-[0.525rem] pb-[0.675rem]': {};
25
+ };
26
+ '&:only-child a,&:only-child button': {
27
+ '@apply py-[0.6rem]': {};
28
+ };
29
+ };
30
+ hr: {
31
+ '@apply mx-sm w-[calc(100%_-_16px)]': {};
32
+ };
33
+ '&.right': {
34
+ '@apply right-0': {};
35
+ };
36
+ };
37
+ };
38
+ };
39
+ export = _exports;
@@ -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
+ };