@sk-web-gui/core 3.7.1 → 3.8.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 (402) hide show
  1. package/dist/cjs/components/callout.js +40 -0
  2. package/dist/cjs/components/callout.js.map +1 -0
  3. package/dist/cjs/components.js +3 -0
  4. package/dist/cjs/components.js.map +1 -1
  5. package/dist/esm/components/callout.js +36 -0
  6. package/dist/esm/components/callout.js.map +1 -0
  7. package/dist/esm/components.js +3 -0
  8. package/dist/esm/components.js.map +1 -1
  9. package/dist/types/components/callout.d.ts +21 -0
  10. package/package.json +2 -2
  11. package/dist/cjs/components/ai/ai-module.js +0 -253
  12. package/dist/cjs/components/ai/ai-module.js.map +0 -1
  13. package/dist/cjs/components/alert-banner.js +0 -26
  14. package/dist/cjs/components/alert-banner.js.map +0 -1
  15. package/dist/cjs/components/alert.js +0 -57
  16. package/dist/cjs/components/alert.js.map +0 -1
  17. package/dist/cjs/components/comments.js +0 -32
  18. package/dist/cjs/components/comments.js.map +0 -1
  19. package/dist/cjs/components/context-menu.js +0 -41
  20. package/dist/cjs/components/context-menu.js.map +0 -1
  21. package/dist/cjs/components/dropdown-filter.js +0 -60
  22. package/dist/cjs/components/dropdown-filter.js.map +0 -1
  23. package/dist/cjs/components/notification.js +0 -51
  24. package/dist/cjs/components/notification.js.map +0 -1
  25. package/dist/cjs/components/rich-text-editor.js +0 -233
  26. package/dist/cjs/components/rich-text-editor.js.map +0 -1
  27. package/dist/cjs/components/side-menu.js +0 -221
  28. package/dist/cjs/components/side-menu.js.map +0 -1
  29. package/dist/cjs/components/tab-menu.js +0 -59
  30. package/dist/cjs/components/tab-menu.js.map +0 -1
  31. package/dist/cjs/components/table-autotable.js +0 -229
  32. package/dist/cjs/components/table-autotable.js.map +0 -1
  33. package/dist/cjs/components/zebratable.js +0 -141
  34. package/dist/cjs/components/zebratable.js.map +0 -1
  35. package/dist/esm/components/ai/ai-module.js +0 -248
  36. package/dist/esm/components/ai/ai-module.js.map +0 -1
  37. package/dist/esm/components/alert-banner.js +0 -24
  38. package/dist/esm/components/alert-banner.js.map +0 -1
  39. package/dist/esm/components/alert.js +0 -55
  40. package/dist/esm/components/alert.js.map +0 -1
  41. package/dist/esm/components/comments.js +0 -30
  42. package/dist/esm/components/comments.js.map +0 -1
  43. package/dist/esm/components/context-menu.js +0 -39
  44. package/dist/esm/components/context-menu.js.map +0 -1
  45. package/dist/esm/components/dropdown-filter.js +0 -58
  46. package/dist/esm/components/dropdown-filter.js.map +0 -1
  47. package/dist/esm/components/notification.js +0 -49
  48. package/dist/esm/components/notification.js.map +0 -1
  49. package/dist/esm/components/rich-text-editor.js +0 -227
  50. package/dist/esm/components/rich-text-editor.js.map +0 -1
  51. package/dist/esm/components/side-menu.js +0 -219
  52. package/dist/esm/components/side-menu.js.map +0 -1
  53. package/dist/esm/components/tab-menu.js +0 -57
  54. package/dist/esm/components/tab-menu.js.map +0 -1
  55. package/dist/esm/components/table-autotable.js +0 -223
  56. package/dist/esm/components/table-autotable.js.map +0 -1
  57. package/dist/esm/components/zebratable.js +0 -135
  58. package/dist/esm/components/zebratable.js.map +0 -1
  59. package/dist/types/accordion/src/accordion/accordion-item.d.ts +0 -8
  60. package/dist/types/accordion/src/accordion/accordion.d.ts +0 -25
  61. package/dist/types/accordion/src/accordion/index.d.ts +0 -10
  62. package/dist/types/accordion/src/disclosure/disclosure.d.ts +0 -53
  63. package/dist/types/accordion/src/disclosure/index.d.ts +0 -4
  64. package/dist/types/accordion/src/disclosure/styles.d.ts +0 -1
  65. package/dist/types/accordion/src/index.d.ts +0 -4
  66. package/dist/types/accordion/stories/accordion.stories.d.ts +0 -8
  67. package/dist/types/accordion/stories/disclosure.stories.d.ts +0 -9
  68. package/dist/types/avatar/index.d.ts +0 -2
  69. package/dist/types/avatar/src/avatar.d.ts +0 -17
  70. package/dist/types/avatar/src/index.d.ts +0 -8
  71. package/dist/types/avatar/stories/avatar.stories.d.ts +0 -8
  72. package/dist/types/badge/index.d.ts +0 -2
  73. package/dist/types/badge/src/badge.d.ts +0 -12
  74. package/dist/types/badge/src/index.d.ts +0 -8
  75. package/dist/types/badge/stories/badge.stories.d.ts +0 -8
  76. package/dist/types/breadcrumb/src/breadcrumb.d.ts +0 -41
  77. package/dist/types/breadcrumb/src/index.d.ts +0 -11
  78. package/dist/types/breadcrumb/stories/breadcrumb.stories.d.ts +0 -7
  79. package/dist/types/button/src/button-group.d.ts +0 -15
  80. package/dist/types/button/src/button.d.ts +0 -49
  81. package/dist/types/button/src/index.d.ts +0 -11
  82. package/dist/types/button/src/styles.d.ts +0 -1
  83. package/dist/types/button/stories/announcement.d.ts +0 -5
  84. package/dist/types/button/stories/button-group.stories.d.ts +0 -8
  85. package/dist/types/button/stories/button.stories.d.ts +0 -7
  86. package/dist/types/card/src/card.d.ts +0 -60
  87. package/dist/types/card/src/index.d.ts +0 -21
  88. package/dist/types/card/src/meta-card.d.ts +0 -42
  89. package/dist/types/card/stories/card.stories.d.ts +0 -4
  90. package/dist/types/card/stories/meta-card.stories.d.ts +0 -4
  91. package/dist/types/chip/index.d.ts +0 -2
  92. package/dist/types/chip/src/chip.d.ts +0 -7
  93. package/dist/types/chip/src/index.d.ts +0 -4
  94. package/dist/types/chip/stories/chip.stories.d.ts +0 -12
  95. package/dist/types/components/ai/ai-module.d.ts +0 -241
  96. package/dist/types/components/alert-banner.d.ts +0 -24
  97. package/dist/types/components/alert.d.ts +0 -21
  98. package/dist/types/components/comments.d.ts +0 -30
  99. package/dist/types/components/context-menu.d.ts +0 -39
  100. package/dist/types/components/dropdown-filter.d.ts +0 -58
  101. package/dist/types/components/notification.d.ts +0 -48
  102. package/dist/types/components/rich-text-editor.d.ts +0 -226
  103. package/dist/types/components/side-menu.d.ts +0 -219
  104. package/dist/types/components/tab-menu.d.ts +0 -57
  105. package/dist/types/components/table-autotable.d.ts +0 -222
  106. package/dist/types/components/zebratable.d.ts +0 -134
  107. package/dist/types/cookie-consent/src/cookie-consent.d.ts +0 -32
  108. package/dist/types/cookie-consent/src/index.d.ts +0 -15
  109. package/dist/types/cookie-consent/stories/cookie-consent.stories.d.ts +0 -7
  110. package/dist/types/core/src/aria-plugin.d.ts +0 -4
  111. package/dist/types/core/src/base.d.ts +0 -53
  112. package/dist/types/core/src/colors.d.ts +0 -643
  113. package/dist/types/core/src/components/accordion.d.ts +0 -174
  114. package/dist/types/core/src/components/alert.d.ts +0 -21
  115. package/dist/types/core/src/components/avatar.d.ts +0 -26
  116. package/dist/types/core/src/components/badge.d.ts +0 -21
  117. package/dist/types/core/src/components/breadcrumb.d.ts +0 -28
  118. package/dist/types/core/src/components/button-group.d.ts +0 -25
  119. package/dist/types/core/src/components/button.d.ts +0 -195
  120. package/dist/types/core/src/components/card.d.ts +0 -135
  121. package/dist/types/core/src/components/checkbox.d.ts +0 -108
  122. package/dist/types/core/src/components/chip.d.ts +0 -37
  123. package/dist/types/core/src/components/code.d.ts +0 -8
  124. package/dist/types/core/src/components/combobox.d.ts +0 -72
  125. package/dist/types/core/src/components/cookie-consent.d.ts +0 -35
  126. package/dist/types/core/src/components/dialog.d.ts +0 -5
  127. package/dist/types/core/src/components/divider.d.ts +0 -50
  128. package/dist/types/core/src/components/dot.d.ts +0 -43
  129. package/dist/types/core/src/components/filter.d.ts +0 -14
  130. package/dist/types/core/src/components/footer.d.ts +0 -27
  131. package/dist/types/core/src/components/forms.d.ts +0 -24
  132. package/dist/types/core/src/components/header.d.ts +0 -28
  133. package/dist/types/core/src/components/icon.d.ts +0 -38
  134. package/dist/types/core/src/components/input.d.ts +0 -214
  135. package/dist/types/core/src/components/kbd.d.ts +0 -7
  136. package/dist/types/core/src/components/label.d.ts +0 -27
  137. package/dist/types/core/src/components/link.d.ts +0 -43
  138. package/dist/types/core/src/components/list.d.ts +0 -52
  139. package/dist/types/core/src/components/logo.d.ts +0 -48
  140. package/dist/types/core/src/components/menu-vertical.d.ts +0 -198
  141. package/dist/types/core/src/components/menubar.d.ts +0 -35
  142. package/dist/types/core/src/components/modal.d.ts +0 -45
  143. package/dist/types/core/src/components/pagination.d.ts +0 -101
  144. package/dist/types/core/src/components/popup-menu.d.ts +0 -138
  145. package/dist/types/core/src/components/progress-bar.d.ts +0 -13
  146. package/dist/types/core/src/components/progress-stepper.d.ts +0 -60
  147. package/dist/types/core/src/components/radio.d.ts +0 -125
  148. package/dist/types/core/src/components/search-field.d.ts +0 -34
  149. package/dist/types/core/src/components/select.d.ts +0 -141
  150. package/dist/types/core/src/components/snackbar.d.ts +0 -30
  151. package/dist/types/core/src/components/spinner.d.ts +0 -13
  152. package/dist/types/core/src/components/switch.d.ts +0 -64
  153. package/dist/types/core/src/components/table-autotable.d.ts +0 -222
  154. package/dist/types/core/src/components/table.d.ts +0 -11
  155. package/dist/types/core/src/components/tabs.d.ts +0 -14
  156. package/dist/types/core/src/components/tooltip.d.ts +0 -53
  157. package/dist/types/core/src/components/user-menu.d.ts +0 -14
  158. package/dist/types/core/src/data-plugin.d.ts +0 -4
  159. package/dist/types/core/src/index.d.ts +0 -6
  160. package/dist/types/core/src/plugin.d.ts +0 -12
  161. package/dist/types/core/src/preset.d.ts +0 -18
  162. package/dist/types/core/src/theme.d.ts +0 -4
  163. package/dist/types/core/src/units.d.ts +0 -287
  164. package/dist/types/core/src/with-opacity.d.ts +0 -4
  165. package/dist/types/divider/index.d.ts +0 -2
  166. package/dist/types/divider/src/divider-section.d.ts +0 -12
  167. package/dist/types/divider/src/divider.d.ts +0 -8
  168. package/dist/types/divider/src/index.d.ts +0 -10
  169. package/dist/types/divider/src/styles.d.ts +0 -1
  170. package/dist/types/divider/stories/divider-section.stories.d.ts +0 -8
  171. package/dist/types/divider/stories/divider.stories.d.ts +0 -8
  172. package/dist/types/filter/src/filter-item.d.ts +0 -7
  173. package/dist/types/filter/src/filter-label.d.ts +0 -7
  174. package/dist/types/filter/src/filter.d.ts +0 -6
  175. package/dist/types/filter/src/index.d.ts +0 -12
  176. package/dist/types/filter/stories/filter.stories.d.ts +0 -7
  177. package/dist/types/forms/index.d.ts +0 -2
  178. package/dist/types/forms/src/checkbox/checkbox-group.d.ts +0 -46
  179. package/dist/types/forms/src/checkbox/checkbox.d.ts +0 -39
  180. package/dist/types/forms/src/checkbox/index.d.ts +0 -10
  181. package/dist/types/forms/src/checkbox/styles.d.ts +0 -2
  182. package/dist/types/forms/src/combobox/combobox-context.d.ts +0 -42
  183. package/dist/types/forms/src/combobox/combobox-input.d.ts +0 -44
  184. package/dist/types/forms/src/combobox/combobox-list.d.ts +0 -8
  185. package/dist/types/forms/src/combobox/combobox-option.d.ts +0 -11
  186. package/dist/types/forms/src/combobox/combobox.d.ts +0 -6
  187. package/dist/types/forms/src/combobox/index.d.ts +0 -15
  188. package/dist/types/forms/src/combobox/styles.d.ts +0 -1
  189. package/dist/types/forms/src/date-picker/date-picker.d.ts +0 -7
  190. package/dist/types/forms/src/date-picker/index.d.ts +0 -8
  191. package/dist/types/forms/src/form-control/index.d.ts +0 -40
  192. package/dist/types/forms/src/form-error-message/index.d.ts +0 -8
  193. package/dist/types/forms/src/form-helper-text/index.d.ts +0 -8
  194. package/dist/types/forms/src/form-label/index.d.ts +0 -20
  195. package/dist/types/forms/src/index.d.ts +0 -26
  196. package/dist/types/forms/src/input/index.d.ts +0 -13
  197. package/dist/types/forms/src/input/input.d.ts +0 -26
  198. package/dist/types/forms/src/input/styles.d.ts +0 -1
  199. package/dist/types/forms/src/input-addin/index.d.ts +0 -12
  200. package/dist/types/forms/src/input-group/index.d.ts +0 -11
  201. package/dist/types/forms/src/input-group/styles.d.ts +0 -1
  202. package/dist/types/forms/src/radio/index.d.ts +0 -10
  203. package/dist/types/forms/src/radio/radio-group.d.ts +0 -48
  204. package/dist/types/forms/src/radio/radio.d.ts +0 -32
  205. package/dist/types/forms/src/radio/styles.d.ts +0 -3
  206. package/dist/types/forms/src/select/index.d.ts +0 -18
  207. package/dist/types/forms/src/select/styles.d.ts +0 -1
  208. package/dist/types/forms/src/switch/index.d.ts +0 -8
  209. package/dist/types/forms/src/switch/switchcomponent.d.ts +0 -9
  210. package/dist/types/forms/src/text-field/index.d.ts +0 -8
  211. package/dist/types/forms/src/text-field/text-field.d.ts +0 -6
  212. package/dist/types/forms/src/textarea/index.d.ts +0 -12
  213. package/dist/types/forms/stories/check.d.ts +0 -5
  214. package/dist/types/forms/stories/checkbox-group.stories.d.ts +0 -11
  215. package/dist/types/forms/stories/checkbox.stories.d.ts +0 -8
  216. package/dist/types/forms/stories/combobox.stories.d.ts +0 -19
  217. package/dist/types/forms/stories/date-picker.stories.d.ts +0 -21
  218. package/dist/types/forms/stories/form-control.stories.d.ts +0 -10
  219. package/dist/types/forms/stories/input.stories.d.ts +0 -21
  220. package/dist/types/forms/stories/radio-group.stories.d.ts +0 -11
  221. package/dist/types/forms/stories/radio.stories.d.ts +0 -14
  222. package/dist/types/forms/stories/select.stories.d.ts +0 -10
  223. package/dist/types/forms/stories/switch.stories.d.ts +0 -8
  224. package/dist/types/forms/stories/text-field.stories.d.ts +0 -18
  225. package/dist/types/forms/stories/textarea.stories.d.ts +0 -42
  226. package/dist/types/icon/index.d.ts +0 -2
  227. package/dist/types/icon/src/icon-padded.d.ts +0 -4
  228. package/dist/types/icon/src/icon.d.ts +0 -20
  229. package/dist/types/icon/src/index.d.ts +0 -10
  230. package/dist/types/icon/stories/icon-padded.stories.d.ts +0 -8
  231. package/dist/types/icon/stories/icon.stories.d.ts +0 -8
  232. package/dist/types/image/index.d.ts +0 -2
  233. package/dist/types/image/src/image.d.ts +0 -28
  234. package/dist/types/image/src/index.d.ts +0 -4
  235. package/dist/types/image/src/use-image.d.ts +0 -52
  236. package/dist/types/image/stories/image.stories.d.ts +0 -8
  237. package/dist/types/label/index.d.ts +0 -2
  238. package/dist/types/label/src/index.d.ts +0 -8
  239. package/dist/types/label/src/label.d.ts +0 -8
  240. package/dist/types/label/stories/label.stories.d.ts +0 -8
  241. package/dist/types/layout/src/footer/footer-list-item.d.ts +0 -4
  242. package/dist/types/layout/src/footer/footer-list.d.ts +0 -4
  243. package/dist/types/layout/src/footer/footer.d.ts +0 -6
  244. package/dist/types/layout/src/footer/index.d.ts +0 -14
  245. package/dist/types/layout/src/header/header.d.ts +0 -17
  246. package/dist/types/layout/src/header/index.d.ts +0 -8
  247. package/dist/types/layout/src/index.d.ts +0 -4
  248. package/dist/types/layout/stories/footer.stories.d.ts +0 -7
  249. package/dist/types/layout/stories/header.stories.d.ts +0 -5
  250. package/dist/types/link/index.d.ts +0 -2
  251. package/dist/types/link/src/index.d.ts +0 -12
  252. package/dist/types/link/src/link.d.ts +0 -21
  253. package/dist/types/link/src/styles.d.ts +0 -1
  254. package/dist/types/link/stories/link.stories.d.ts +0 -12
  255. package/dist/types/list/src/index.d.ts +0 -12
  256. package/dist/types/list/src/list.d.ts +0 -28
  257. package/dist/types/list/stories/list.stories.d.ts +0 -7
  258. package/dist/types/logo/src/assets/index.d.ts +0 -2
  259. package/dist/types/logo/src/assets/logo-svg.d.ts +0 -2
  260. package/dist/types/logo/src/assets/symbol-svg.d.ts +0 -2
  261. package/dist/types/logo/src/index.d.ts +0 -4
  262. package/dist/types/logo/src/logo.d.ts +0 -38
  263. package/dist/types/logo/stories/logo.stories.d.ts +0 -8
  264. package/dist/types/menu-vertical/src/index.d.ts +0 -25
  265. package/dist/types/menu-vertical/src/menu-vertical-backbutton.d.ts +0 -9
  266. package/dist/types/menu-vertical/src/menu-vertical-context.d.ts +0 -62
  267. package/dist/types/menu-vertical/src/menu-vertical-header.d.ts +0 -9
  268. package/dist/types/menu-vertical/src/menu-vertical-item.d.ts +0 -26
  269. package/dist/types/menu-vertical/src/menu-vertical-label.d.ts +0 -7
  270. package/dist/types/menu-vertical/src/menu-vertical-nav.d.ts +0 -9
  271. package/dist/types/menu-vertical/src/menu-vertical-sidebar.d.ts +0 -9
  272. package/dist/types/menu-vertical/src/menu-vertical-submenu-button.d.ts +0 -25
  273. package/dist/types/menu-vertical/src/menu-vertical-tool-item.d.ts +0 -9
  274. package/dist/types/menu-vertical/src/menu-vertical.d.ts +0 -14
  275. package/dist/types/menu-vertical/stories/menu-vertical-sidebar.stories.d.ts +0 -8
  276. package/dist/types/menu-vertical/stories/menu-vertical.stories.d.ts +0 -8
  277. package/dist/types/menubar/index.d.ts +0 -2
  278. package/dist/types/menubar/src/index.d.ts +0 -11
  279. package/dist/types/menubar/src/menubar-item.d.ts +0 -15
  280. package/dist/types/menubar/src/menubar.d.ts +0 -18
  281. package/dist/types/menubar/stories/menubar.stories.d.ts +0 -7
  282. package/dist/types/modal/src/confirm/confirm.d.ts +0 -17
  283. package/dist/types/modal/src/confirm/index.d.ts +0 -1
  284. package/dist/types/modal/src/dialog/dialog-buttons.d.ts +0 -6
  285. package/dist/types/modal/src/dialog/dialog-content.d.ts +0 -6
  286. package/dist/types/modal/src/dialog/dialog.d.ts +0 -7
  287. package/dist/types/modal/src/dialog/index.d.ts +0 -12
  288. package/dist/types/modal/src/index.d.ts +0 -6
  289. package/dist/types/modal/src/modal/index.d.ts +0 -13
  290. package/dist/types/modal/src/modal/modal-content.d.ts +0 -5
  291. package/dist/types/modal/src/modal/modal-footer.d.ts +0 -5
  292. package/dist/types/modal/src/modal/modal.d.ts +0 -27
  293. package/dist/types/modal/stories/confirm.stories.d.ts +0 -10
  294. package/dist/types/modal/stories/dialog.stories.d.ts +0 -6
  295. package/dist/types/modal/stories/modal.stories.d.ts +0 -7
  296. package/dist/types/pagination/src/index.d.ts +0 -8
  297. package/dist/types/pagination/src/pagination.d.ts +0 -19
  298. package/dist/types/pagination/src/styles.d.ts +0 -1
  299. package/dist/types/pagination/stories/pagination.stories.d.ts +0 -8
  300. package/dist/types/popup-menu/src/index.d.ts +0 -18
  301. package/dist/types/popup-menu/src/popup-menu-button.d.ts +0 -2
  302. package/dist/types/popup-menu/src/popup-menu-group.d.ts +0 -5
  303. package/dist/types/popup-menu/src/popup-menu-item.d.ts +0 -11
  304. package/dist/types/popup-menu/src/popup-menu-items.d.ts +0 -20
  305. package/dist/types/popup-menu/src/popup-menu-panel.d.ts +0 -6
  306. package/dist/types/popup-menu/src/popup-menu.d.ts +0 -53
  307. package/dist/types/popup-menu/src/popupmenu-context.d.ts +0 -18
  308. package/dist/types/popup-menu/src/styles.d.ts +0 -1
  309. package/dist/types/popup-menu/stories/popup-menu.stories.d.ts +0 -9
  310. package/dist/types/progress-bar/index.d.ts +0 -2
  311. package/dist/types/progress-bar/src/index.d.ts +0 -8
  312. package/dist/types/progress-bar/src/progress-bar.d.ts +0 -18
  313. package/dist/types/progress-bar/src/styles.d.ts +0 -0
  314. package/dist/types/progress-bar/stories/progress-bar.stories.d.ts +0 -8
  315. package/dist/types/progress-stepper/src/index.d.ts +0 -8
  316. package/dist/types/progress-stepper/src/progress-step.d.ts +0 -13
  317. package/dist/types/progress-stepper/src/progress-stepper.d.ts +0 -12
  318. package/dist/types/progress-stepper/stories/progress-stepper.stories.d.ts +0 -8
  319. package/dist/types/react/src/index.d.ts +0 -70
  320. package/dist/types/searchfield/src/index.d.ts +0 -18
  321. package/dist/types/searchfield/src/searchfield-suggestions-input.d.ts +0 -9
  322. package/dist/types/searchfield/src/searchfield-suggestions-list.d.ts +0 -5
  323. package/dist/types/searchfield/src/searchfield-suggestions-option.d.ts +0 -5
  324. package/dist/types/searchfield/src/searchfield-suggestions.d.ts +0 -5
  325. package/dist/types/searchfield/src/searchfield.d.ts +0 -27
  326. package/dist/types/searchfield/stories/searchfield-suggestions.stories.d.ts +0 -8
  327. package/dist/types/searchfield/stories/searchfield.stories.d.ts +0 -6
  328. package/dist/types/snackbar/src/index.d.ts +0 -8
  329. package/dist/types/snackbar/src/snackbar.d.ts +0 -11
  330. package/dist/types/snackbar/stories/snackbar.stories.d.ts +0 -8
  331. package/dist/types/spinner/index.d.ts +0 -2
  332. package/dist/types/spinner/src/assets/spinner-square.d.ts +0 -265
  333. package/dist/types/spinner/src/index.d.ts +0 -4
  334. package/dist/types/spinner/src/spinner.d.ts +0 -14
  335. package/dist/types/spinner/stories/spinner.stories.d.ts +0 -8
  336. package/dist/types/table/src/auto-table.d.ts +0 -48
  337. package/dist/types/table/src/index.d.ts +0 -24
  338. package/dist/types/table/src/table-body.d.ts +0 -2
  339. package/dist/types/table/src/table-footer.d.ts +0 -2
  340. package/dist/types/table/src/table-header-column.d.ts +0 -6
  341. package/dist/types/table/src/table-header.d.ts +0 -6
  342. package/dist/types/table/src/table-row-column.d.ts +0 -6
  343. package/dist/types/table/src/table-row.d.ts +0 -2
  344. package/dist/types/table/src/table-sort-button.d.ts +0 -8
  345. package/dist/types/table/src/table.d.ts +0 -9
  346. package/dist/types/table/stories/autotable.stories.d.ts +0 -10
  347. package/dist/types/table/stories/table.stories.d.ts +0 -11
  348. package/dist/types/tabs/src/index.d.ts +0 -15
  349. package/dist/types/tabs/src/tabs-button.d.ts +0 -7
  350. package/dist/types/tabs/src/tabs-content.d.ts +0 -6
  351. package/dist/types/tabs/src/tabs-context.d.ts +0 -8
  352. package/dist/types/tabs/src/tabs-item.d.ts +0 -6
  353. package/dist/types/tabs/src/tabs.d.ts +0 -11
  354. package/dist/types/tabs/stories/tabs.stories.d.ts +0 -12
  355. package/dist/types/text/src/index.d.ts +0 -8
  356. package/dist/types/text/src/text.d.ts +0 -10
  357. package/dist/types/text/stories/text.stories.d.ts +0 -7
  358. package/dist/types/theme/index.d.ts +0 -2
  359. package/dist/types/theme/src/colors.d.ts +0 -1410
  360. package/dist/types/theme/src/create-memo-class.d.ts +0 -1
  361. package/dist/types/theme/src/create-theme-vars/calc.d.ts +0 -19
  362. package/dist/types/theme/src/create-theme-vars/create-theme-vars.d.ts +0 -9
  363. package/dist/types/theme/src/create-theme-vars/css-var.d.ts +0 -7
  364. package/dist/types/theme/src/create-theme-vars/index.d.ts +0 -4
  365. package/dist/types/theme/src/create-theme-vars/theme-tokens.d.ts +0 -8
  366. package/dist/types/theme/src/create-theme-vars/to-css-var.d.ts +0 -2
  367. package/dist/types/theme/src/default-theme.d.ts +0 -4
  368. package/dist/types/theme/src/gui-provider.d.ts +0 -48
  369. package/dist/types/theme/src/index.d.ts +0 -14
  370. package/dist/types/theme/src/types.d.ts +0 -54
  371. package/dist/types/theme/src/units.d.ts +0 -266
  372. package/dist/types/theme/src/use-safe-effect.d.ts +0 -2
  373. package/dist/types/theme/src/utils.d.ts +0 -1
  374. package/dist/types/toast/index.d.ts +0 -2
  375. package/dist/types/toast/src/index.d.ts +0 -7
  376. package/dist/types/toast/src/toast.d.ts +0 -62
  377. package/dist/types/toasted-notes/index.d.ts +0 -2
  378. package/dist/types/toasted-notes/src/Alert.d.ts +0 -8
  379. package/dist/types/toasted-notes/src/Message.d.ts +0 -26
  380. package/dist/types/toasted-notes/src/Positions.d.ts +0 -9
  381. package/dist/types/toasted-notes/src/Toast.d.ts +0 -13
  382. package/dist/types/toasted-notes/src/ToastManager.d.ts +0 -45
  383. package/dist/types/toasted-notes/src/index.d.ts +0 -4
  384. package/dist/types/toasted-notes/src/useTimeout.d.ts +0 -3
  385. package/dist/types/tooltip/index.d.ts +0 -2
  386. package/dist/types/tooltip/src/index.d.ts +0 -8
  387. package/dist/types/tooltip/src/tooltip.d.ts +0 -14
  388. package/dist/types/tooltip/stories/tooltip.stories.d.ts +0 -9
  389. package/dist/types/user-menu/src/index.d.ts +0 -8
  390. package/dist/types/user-menu/src/user-menu.d.ts +0 -32
  391. package/dist/types/user-menu/stories/user-menu.stories.d.ts +0 -8
  392. package/dist/types/utils/index.d.ts +0 -2
  393. package/dist/types/utils/src/assertion.d.ts +0 -6
  394. package/dist/types/utils/src/children.d.ts +0 -8
  395. package/dist/types/utils/src/color.d.ts +0 -10
  396. package/dist/types/utils/src/index.d.ts +0 -20
  397. package/dist/types/utils/src/object.d.ts +0 -6
  398. package/dist/types/utils/src/refs.d.ts +0 -5
  399. package/dist/types/utils/src/slug.d.ts +0 -1
  400. package/dist/types/utils/src/types.d.ts +0 -56
  401. package/dist/types/utils/src/use-on-element-outside.d.ts +0 -39
  402. package/dist/types/utils/src/walk-object.d.ts +0 -5
@@ -1,21 +0,0 @@
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
- };
@@ -1,30 +0,0 @@
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;
@@ -1,39 +0,0 @@
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;
@@ -1,58 +0,0 @@
1
- declare function _exports(): {
2
- '.dropdown-filter': {
3
- position: string;
4
- height: number;
5
- border: string;
6
- display: string;
7
- background: string;
8
- borderRadius: number;
9
- '.dropdown-button': {
10
- '@apply flex justify-between items-center grow': {};
11
- '.dropdown-button-icon': {
12
- '@apply justify-self-end grow-0': {};
13
- };
14
- };
15
- '.filter-container': {
16
- position: string;
17
- top: string;
18
- left: string;
19
- zIndex: number;
20
- width: string;
21
- background: string;
22
- border: string;
23
- borderRadius: number;
24
- '.filter-controls': {
25
- display: string;
26
- justifyContent: string;
27
- button: {
28
- marginLeft: string;
29
- textDecoration: string;
30
- };
31
- };
32
- '.filter-item': {
33
- '@apply px-md': {};
34
- height: number;
35
- display: string;
36
- justifyContent: string;
37
- alignItems: string;
38
- borderBottom: string;
39
- '> label': {
40
- '@apply w-full': {};
41
- '> .form-checkbox-label': {
42
- '@apply flex-grow': {};
43
- };
44
- };
45
- '&.disabled': {
46
- color: string;
47
- };
48
- '&:first-of-type': {
49
- borderTop: string;
50
- };
51
- '&:last-child': {
52
- borderBottom: string;
53
- };
54
- };
55
- };
56
- };
57
- };
58
- export = _exports;
@@ -1,48 +0,0 @@
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;
@@ -1,226 +0,0 @@
1
- export declare const RichTextEditor: () => {
2
- ".sk-rich-text-editor": {
3
- "@apply h-full": {};
4
- "@apply box-border": {};
5
- ".sk-divider-vertical": {
6
- "@apply my-4": {};
7
- };
8
- ".toolbar": {
9
- "@apply bg-background-200": {};
10
- "@apply rounded-t": {};
11
- "@apply border-1 border-divider": {};
12
- "@apply border-b-0": {};
13
- "@apply py-0": {};
14
- "@apply px-8": {};
15
- "@apply flex": {};
16
- ".ql-formats": {
17
- "@apply py-4": {};
18
- "@apply mt-4": {};
19
- "@apply mr-14": {};
20
- "@apply inline-block": {};
21
- "@apply align-middle": {};
22
- "@apply flex": {};
23
- button: {
24
- "@apply inline": {};
25
- "@apply text-dark-secondary": {};
26
- "@apply rounded-button-sm": {};
27
- "@apply h-32 w-32": {};
28
- "@apply flex justify-center items-center": {};
29
- svg: {
30
- "@apply w-20 h-20": {};
31
- };
32
- ".ql-fill": {
33
- fill: string;
34
- };
35
- ".ql-stroke": {
36
- stroke: string;
37
- fill: string;
38
- strokeLinecap: string;
39
- strokeLinejoin: string;
40
- strokeWidth: string;
41
- };
42
- "&:hover": {};
43
- "&.ql-active:hover": {
44
- "@apply text-dark-primary": {};
45
- "@apply bg-tertiary-surface-hover": {};
46
- ".ql-fill": {
47
- fill: string;
48
- };
49
- ".ql-stroke": {
50
- stroke: string;
51
- };
52
- };
53
- "&.ql-active": {
54
- "@apply text-dark-primary": {};
55
- "@apply bg-inverted-vattjom-surface-primary": {};
56
- ".ql-fill": {
57
- fill: string;
58
- };
59
- ".ql-stroke": {
60
- stroke: string;
61
- };
62
- };
63
- };
64
- };
65
- "input.ql-image[type=file]": {
66
- "@apply hidden": {};
67
- };
68
- };
69
- ".ql-editor": {
70
- "@apply bg-background-content text-dark-primary": {};
71
- "@apply rounded-b-button": {};
72
- "@apply border-divider": {};
73
- "@apply p-14": {};
74
- "@apply text-left": {};
75
- "@apply break-words": {};
76
- "@apply overflow-y-auto": {};
77
- "@apply h-full": {};
78
- "@apply whitespace-pre-wrap": {};
79
- "@apply font-sans": {};
80
- a: {
81
- "@apply underline": {};
82
- };
83
- ul: {
84
- "@apply pl-28": {};
85
- "@apply list-disc": {};
86
- counterReset: string;
87
- };
88
- "li:not(.ql-direction-rtl)::before": {
89
- "@apply text-right": {};
90
- };
91
- ".ql-editor ol li:before": {
92
- content: string;
93
- };
94
- ol: {
95
- "@apply pl-28": {};
96
- "@apply list-decimal": {};
97
- };
98
- "ol li": {
99
- counterReset: string;
100
- counterIncrement: string;
101
- };
102
- };
103
- ".ql-clipboard": {
104
- left: string;
105
- "@apply h-px": {};
106
- "@apply overflow-y-hidden": {};
107
- "@apply absolute": {};
108
- "@apply top-1/2": {};
109
- };
110
- ".ql-tooltip.ql-editing input[type=text]": {
111
- "@apply inline-block": {};
112
- };
113
- ".ql-tooltip input[type=text]": {
114
- "@apply hidden": {};
115
- "@apply border-1 border-divider": {};
116
- "@apply text-base": {};
117
- };
118
- ".ql-tooltip.ql-editing a.ql-preview": {
119
- display: string;
120
- };
121
- ".ql-editor .ql-indent-1:not(.ql-direction-rtl)": {
122
- paddingLeft: string;
123
- };
124
- ".ql-editor .ql-indent-2:not(.ql-direction-rtl)": {
125
- paddingLeft: string;
126
- };
127
- ".ql-editor .ql-indent-3:not(.ql-direction-rtl)": {
128
- paddingLeft: string;
129
- };
130
- ".ql-editor .ql-indent-4:not(.ql-direction-rtl)": {
131
- paddingLeft: string;
132
- };
133
- ".ql-editor .ql-indent-5:not(.ql-direction-rtl)": {
134
- paddingLeft: string;
135
- };
136
- ".ql-editor .ql-indent-6:not(.ql-direction-rtl)": {
137
- paddingLeft: string;
138
- };
139
- ".ql-editor .ql-indent-7:not(.ql-direction-rtl)": {
140
- paddingLeft: string;
141
- };
142
- ".ql-editor .ql-indent-8:not(.ql-direction-rtl)": {
143
- paddingLeft: string;
144
- };
145
- ".ql-editor .ql-indent-9:not(.ql-direction-rtl)": {
146
- paddingLeft: string;
147
- };
148
- ".ql-direction.ql-active svg:first-child": {
149
- display: string;
150
- };
151
- ".ql-editor .ql-direction-rtl": {
152
- direction: string;
153
- };
154
- ".ql-direction.ql-active svg:last-child": {
155
- display: string;
156
- };
157
- ".ql-editor .ql-align-center": {
158
- "@apply text-center": {};
159
- };
160
- ".ql-editor .ql-align-right": {
161
- textAlign: string;
162
- };
163
- ".ql-editor .ql-align-justify": {
164
- "@apply text-justify": {};
165
- };
166
- ".ql-tooltip": {
167
- "@apply bg-background-100": {};
168
- "@apply rounded": {};
169
- "@apply shadow-md": {};
170
- "@apply border-1 border-divider": {};
171
- "@apply p-5": {};
172
- "@apply font-sans": {};
173
- "@apply absolute": {};
174
- transform: string;
175
- ".ql-tooltip a": {
176
- "@apply cursor-pointer": {};
177
- };
178
- "a.ql-preview": {
179
- "@apply inline-block": {};
180
- "@apply overflow-x-hidden": {};
181
- "@apply text-ellipsis": {};
182
- "@apply align-top": {};
183
- "@apply max-w-52": {};
184
- };
185
- "a.ql-remove::before": {
186
- content: string;
187
- "@apply ml-8": {};
188
- };
189
- };
190
- ".ql-tooltip[data-mode=link]::before": {
191
- "@apply mr-16": {};
192
- content: string;
193
- };
194
- "a.ql-action::after": {
195
- "@apply border-r-1 border-divider": {};
196
- content: string;
197
- "@apply ml-16": {};
198
- "@apply pr-8": {};
199
- };
200
- ".ql-tooltip.ql-editing a.ql-action::after": {
201
- "@apply ml-16": {};
202
- content: string;
203
- };
204
- ".ql-tooltip::before": {
205
- content: string;
206
- "@apply mr-8": {};
207
- };
208
- ".ql-formats:after": {
209
- content: string;
210
- display: string;
211
- clear: string;
212
- };
213
- ".quill": {
214
- ".ql-container": {
215
- "@apply border-1 border-divider": {};
216
- "@apply h-full": {};
217
- };
218
- ".ql-hidden": {
219
- "@apply hidden": {};
220
- };
221
- "pre.ql-container": {
222
- "@apply rounded-b-button": {};
223
- };
224
- };
225
- };
226
- };
@@ -1,219 +0,0 @@
1
- declare function _exports(): {
2
- '.sk-sidemenu': {
3
- '@apply w-[440px]': {};
4
- '&-header': {
5
- '@apply relative py-[2rem] px-[1.6rem] rounded-t-[.2rem] bg-primary text-white': {};
6
- '.label-small': {
7
- '@apply text-[1.6rem]': {};
8
- };
9
- '.label-button': {
10
- '@apply w-full justify-between p-0 leading-[inherit]': {};
11
- '&-icon': {
12
- '@apply !text-xl': {};
13
- };
14
- };
15
- '&-label': {
16
- '@apply flex items-center': {};
17
- 'label, .label': {
18
- '@apply text-xl font-bold flex items-center w-full': {};
19
- };
20
- span: {
21
- '@apply ml-auto': {};
22
- };
23
- };
24
- };
25
- '&-item': {
26
- '@apply bg-white h-full': {};
27
- '> ul.items': {
28
- '@apply hidden': {};
29
- };
30
- '&.open > ul.items': {
31
- '@apply block': {};
32
- };
33
- '&-label': {
34
- '@apply flex-grow select-none flex items-center': {};
35
- };
36
- '&.active': {
37
- '> .sk-sidemenu-wrapper': {
38
- boxShadow: string;
39
- '.sk-sidemenu-item-label': {
40
- '@apply underline': {};
41
- };
42
- };
43
- };
44
- '& .sk-sidemenu-wrapper': {
45
- '@apply min-h-[48px] max-h-[48px] relative flex flex-wrap items-center': {};
46
- '.sk-sidemenu-item-link': {
47
- '@apply flex-grow relative flex items-center text-base text-left justify-start pr-sm h-full': {};
48
- '@apply focus-visible:z-base': {};
49
- '&[aria-disabled="true"]': {
50
- '@apply text-neutral-600 cursor-not-allowed': {};
51
- '.sk-sidemenu-item-label': {
52
- '@apply text-neutral-600': {};
53
- };
54
- };
55
- };
56
- '.expand': {
57
- '@apply w-[50px] h-full flex justify-center items-center ml-auto p-0': {};
58
- '&[aria-disabled="true"]': {
59
- '@apply !text-gray-stroke cursor-not-allowed !bg-transparent': {};
60
- path: {
61
- '@apply fill-gray-stroke': {};
62
- };
63
- };
64
- path: {
65
- '@apply fill-primary': {};
66
- };
67
- '&-button': {
68
- '@apply fill-primary flex justify-center items-center border-l border-gray-stroke h-[24px] w-[45px]': {};
69
- };
70
- };
71
- };
72
- '&.open': {
73
- '& + .menu-item > .sk-sidemenu-wrapper': {
74
- '@apply border-t': {};
75
- };
76
- };
77
- '&.draggable': {
78
- '&.dragenter': {
79
- '> .sk-sidemenu-wrapper': {
80
- '@apply h-full max-h-full': {};
81
- };
82
- "> .sk-sidemenu-wrapper > *:not([draggable='true'])": {
83
- '@apply pointer-events-none': {};
84
- };
85
- '& > .sk-sidemenu-wrapper::after': {
86
- '@apply bg-info-surface-accent block relative w-full h-[44px]': {};
87
- content: string;
88
- };
89
- };
90
- '&.moving': {
91
- '@apply hidden': {};
92
- };
93
- '& .sk-sidemenu-menuitem-movebutton': {
94
- '@apply -translate-x-full no-underline text-gray-stroke absolute py-sm inset-y-0 my-auto': {};
95
- svg: {
96
- '@apply h-full': {};
97
- };
98
- '&[aria-disabled="true"]': {
99
- '@apply !text-gray-stroke cursor-not-allowed !bg-transparent': {};
100
- };
101
- };
102
- '&.separator': {
103
- '@apply bg-transparent relative': {};
104
- '> div.sk-sidemenu-wrapper, > .sk-sidemenu-item-link': {
105
- '@apply h-[44px]': {};
106
- };
107
- };
108
- };
109
- '&-separator': {
110
- '@apply text-divider': {};
111
- height: string;
112
- width: string;
113
- backgroundImage: string;
114
- backgroundSize: string;
115
- backgroundPosition: string;
116
- backgroundRepeat: string;
117
- };
118
- '&.lvl-0': {
119
- '&:first-child > .sk-sidemenu-wrapper': {
120
- '@apply border-t-0': {};
121
- };
122
- '> .sk-sidemenu-wrapper': {
123
- '@apply h-[64px] max-h-[64px] border border-divider': {};
124
- '> .sk-sidemenu-item-link': {
125
- '@apply py-md': {};
126
- paddingLeft: string;
127
- };
128
- };
129
- '.sk-sidemenu-item-link': {
130
- '@apply h-[64px] max-h-[64px]': {};
131
- };
132
- '& + .sk-sidemenu-item > .sk-sidemenu-wrapper': {
133
- '@apply border-t-0': {};
134
- };
135
- '> .items': {
136
- '@apply border-l border-r border-divider': {};
137
- };
138
- '&.open > .items': {
139
- '@apply border-b border-divider': {};
140
- };
141
- '&.separator': {
142
- '& + .lvl-0': {
143
- '@apply border-t border-divider': {};
144
- };
145
- };
146
- '&.separator > .sk-sidemenu-wrapper': {
147
- '@apply border-0': {};
148
- };
149
- };
150
- '&.lvl-1': {
151
- '@apply bg-gray-lighter': {};
152
- '> .sk-sidemenu-wrapper, .sk-sidemenu-item-link': {
153
- '@apply h-[56px] max-h-[56px]': {};
154
- };
155
- '&.open > .sk-sidemenu-wrapper': {
156
- '@apply border-b border-divider': {};
157
- };
158
- '> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
159
- paddingLeft: string;
160
- };
161
- };
162
- '&.lvl-2': {
163
- '.sk-sidemenu-wrapper': {
164
- '@apply bg-gray-middle h-[48px] max-h-[48px]': {};
165
- '> .sk-sidemenu-item-link': {
166
- '@apply h-[48px] max-h-[48px]': {};
167
- };
168
- };
169
- '> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
170
- paddingLeft: string;
171
- };
172
- };
173
- '&.lvl-3': {
174
- '> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
175
- paddingLeft: string;
176
- };
177
- };
178
- '&.lvl-4': {
179
- '.sk-sidemenu-wrapper': {
180
- '@apply bg-[#d4d4d4]': {};
181
- };
182
- '> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
183
- paddingLeft: string;
184
- };
185
- };
186
- '&.lvl-5': {
187
- '> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
188
- paddingLeft: string;
189
- };
190
- };
191
- '&.lvl-6': {
192
- '> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
193
- paddingLeft: string;
194
- };
195
- };
196
- '&.lvl-7': {
197
- '> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
198
- paddingLeft: string;
199
- };
200
- };
201
- '&.lvl-8': {
202
- '> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
203
- paddingLeft: string;
204
- };
205
- };
206
- '&.lvl-9': {
207
- '> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
208
- paddingLeft: string;
209
- };
210
- };
211
- '&.lvl-10': {
212
- '> .sk-sidemenu-wrapper > .sk-sidemenu-item-link': {
213
- paddingLeft: string;
214
- };
215
- };
216
- };
217
- };
218
- };
219
- export = _exports;