@cascivo/react 1.0.0 → 1.2.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 (646) hide show
  1. package/README.md +5 -4
  2. package/dist/accordion/accordion.js +1 -114
  3. package/dist/accordion/accordion.module.js +1 -10
  4. package/dist/action-sheet/action-sheet.css +1 -1
  5. package/dist/action-sheet/action-sheet.js +1 -91
  6. package/dist/action-sheet/action-sheet.module.js +1 -12
  7. package/dist/alert/alert.js +1 -55
  8. package/dist/alert/alert.module.js +1 -11
  9. package/dist/alert-dialog/alert-dialog.css +1 -1
  10. package/dist/alert-dialog/alert-dialog.js +1 -66
  11. package/dist/alert-dialog/alert-dialog.module.js +1 -11
  12. package/dist/app-shell/app-shell.css +1 -1
  13. package/dist/app-shell/app-shell.js +1 -85
  14. package/dist/app-shell/app-shell.module.js +1 -12
  15. package/dist/aspect-ratio/aspect-ratio.js +1 -20
  16. package/dist/aspect-ratio/aspect-ratio.module.js +1 -6
  17. package/dist/avatar/avatar.js +1 -57
  18. package/dist/avatar/avatar.module.js +1 -8
  19. package/dist/avatar-group/avatar-group.js +1 -24
  20. package/dist/avatar-group/avatar-group.module.js +1 -6
  21. package/dist/badge/badge.js +1 -22
  22. package/dist/badge/badge.module.js +1 -3
  23. package/dist/blockquote/blockquote.js +1 -16
  24. package/dist/blockquote/blockquote.module.js +1 -6
  25. package/dist/bottom-sheet/bottom-sheet.js +1 -111
  26. package/dist/bottom-sheet/bottom-sheet.module.js +1 -14
  27. package/dist/brand/logo/logo.css +1 -0
  28. package/dist/brand/logo/logo.js +1 -0
  29. package/dist/brand/logo/logo.module.js +2 -0
  30. package/dist/breadcrumb/breadcrumb.js +1 -28
  31. package/dist/breadcrumb/breadcrumb.module.js +1 -3
  32. package/dist/button/button.css +1 -1
  33. package/dist/button/button.js +1 -35
  34. package/dist/button/button.module.js +1 -6
  35. package/dist/button-group/button-group.js +1 -39
  36. package/dist/button-group/button-group.module.js +1 -3
  37. package/dist/calendar/calendar-date.js +1 -0
  38. package/dist/calendar/calendar.css +1 -1
  39. package/dist/calendar/calendar.js +1 -199
  40. package/dist/calendar/calendar.module.js +1 -14
  41. package/dist/card/card.js +1 -53
  42. package/dist/card/card.module.js +1 -12
  43. package/dist/carousel/carousel.css +1 -1
  44. package/dist/carousel/carousel.js +1 -138
  45. package/dist/carousel/carousel.module.js +1 -13
  46. package/dist/chat-bubble/chat-bubble.js +1 -31
  47. package/dist/chat-bubble/chat-bubble.module.js +1 -11
  48. package/dist/checkbox/checkbox.js +1 -39
  49. package/dist/checkbox/checkbox.module.js +1 -8
  50. package/dist/checkbox-card/checkbox-card.css +1 -1
  51. package/dist/checkbox-card/checkbox-card.js +1 -50
  52. package/dist/checkbox-card/checkbox-card.module.js +1 -11
  53. package/dist/code/code.js +1 -14
  54. package/dist/code/code.module.js +1 -3
  55. package/dist/code-snippet/code-snippet.js +2 -121
  56. package/dist/code-snippet/code-snippet.module.js +1 -17
  57. package/dist/code-snippet/highlight.js +1 -67
  58. package/dist/collapsible/collapsible.js +1 -47
  59. package/dist/collapsible/collapsible.module.js +1 -7
  60. package/dist/color-picker/color-picker.css +1 -1
  61. package/dist/color-picker/color-picker.js +1 -272
  62. package/dist/color-picker/color-picker.module.js +1 -18
  63. package/dist/color-picker/color.js +1 -0
  64. package/dist/combobox/combobox.css +1 -1
  65. package/dist/combobox/combobox.js +1 -170
  66. package/dist/combobox/combobox.module.js +1 -19
  67. package/dist/combobox/list-nav.js +1 -0
  68. package/dist/combobox/option-list.js +1 -0
  69. package/dist/command-menu/command-menu.js +1 -421
  70. package/dist/command-menu/command-menu.module.js +1 -34
  71. package/dist/comparison/comparison.js +1 -69
  72. package/dist/comparison/comparison.module.js +1 -9
  73. package/dist/contained-list/contained-list.js +1 -41
  74. package/dist/contained-list/contained-list.module.js +1 -11
  75. package/dist/context-menu/context-menu.js +1 -93
  76. package/dist/context-menu/context-menu.module.js +1 -7
  77. package/dist/copy-button/copy-button.js +1 -60
  78. package/dist/copy-button/copy-button.module.js +1 -6
  79. package/dist/data-list/data-list.js +1 -25
  80. package/dist/data-list/data-list.module.js +1 -8
  81. package/dist/data-table/column-filter.js +1 -0
  82. package/dist/data-table/column-layout.js +1 -0
  83. package/dist/data-table/data-table.css +1 -1
  84. package/dist/data-table/data-table.js +1 -398
  85. package/dist/data-table/data-table.module.js +1 -33
  86. package/dist/data-table/grid-keys.js +1 -0
  87. package/dist/data-table/row-group.js +1 -0
  88. package/dist/data-table/row-search.js +1 -0
  89. package/dist/data-table/row-sort.js +1 -0
  90. package/dist/data-table/to-csv.js +3 -0
  91. package/dist/data-table/virtual-window.js +1 -0
  92. package/dist/date-picker/date-picker.css +1 -1
  93. package/dist/date-picker/date-picker.js +1 -224
  94. package/dist/date-picker/date-picker.module.js +1 -23
  95. package/dist/date-picker/parse-date.js +1 -0
  96. package/dist/date-range-picker/date-range-picker.js +1 -196
  97. package/dist/date-range-picker/date-range-picker.module.js +1 -18
  98. package/dist/dock/dock.css +1 -1
  99. package/dist/dock/dock.js +1 -34
  100. package/dist/dock/dock.module.js +1 -8
  101. package/dist/drawer/drawer.js +1 -96
  102. package/dist/drawer/drawer.module.js +1 -13
  103. package/dist/dropdown/dropdown.css +1 -1
  104. package/dist/dropdown/dropdown.js +1 -110
  105. package/dist/dropdown/dropdown.module.js +1 -9
  106. package/dist/editable/editable.js +1 -76
  107. package/dist/editable/editable.module.js +1 -11
  108. package/dist/empty-state/empty-state.js +1 -32
  109. package/dist/empty-state/empty-state.module.js +1 -9
  110. package/dist/fab/fab.css +1 -1
  111. package/dist/fab/fab.js +1 -93
  112. package/dist/fab/fab.module.js +1 -12
  113. package/dist/field/field.css +1 -1
  114. package/dist/field/field.js +1 -53
  115. package/dist/field/field.module.js +1 -7
  116. package/dist/file-uploader/file-uploader.css +1 -1
  117. package/dist/file-uploader/file-uploader.js +1 -123
  118. package/dist/file-uploader/file-uploader.module.js +1 -18
  119. package/dist/filter/filter.css +1 -1
  120. package/dist/filter/filter.js +1 -35
  121. package/dist/filter/filter.module.js +1 -6
  122. package/dist/form/form.js +1 -95
  123. package/dist/form/form.module.js +1 -3
  124. package/dist/header/header.js +1 -44
  125. package/dist/header/header.module.js +1 -11
  126. package/dist/header-panel/header-panel.js +1 -72
  127. package/dist/header-panel/header-panel.module.js +1 -9
  128. package/dist/heading/heading.css +1 -1
  129. package/dist/heading/heading.js +1 -22
  130. package/dist/heading/heading.module.js +1 -3
  131. package/dist/hover-card/hover-card.css +1 -1
  132. package/dist/hover-card/hover-card.js +1 -84
  133. package/dist/hover-card/hover-card.module.js +1 -6
  134. package/dist/icon-button/icon-button.js +1 -19
  135. package/dist/icon-button/icon-button.module.js +1 -3
  136. package/dist/image/image.css +1 -1
  137. package/dist/image/image.js +1 -64
  138. package/dist/image/image.module.js +1 -9
  139. package/dist/index.d.ts +1521 -38
  140. package/dist/indicator/indicator.js +1 -16
  141. package/dist/indicator/indicator.module.js +1 -6
  142. package/dist/infinite-scroll/infinite-scroll.js +1 -49
  143. package/dist/infinite-scroll/infinite-scroll.module.js +1 -7
  144. package/dist/inline-loading/inline-loading.js +1 -74
  145. package/dist/inline-loading/inline-loading.module.js +1 -9
  146. package/dist/input/input.css +1 -1
  147. package/dist/input/input.js +1 -56
  148. package/dist/input/input.module.js +1 -9
  149. package/dist/input-group/input-group.css +1 -1
  150. package/dist/input-group/input-group.js +1 -39
  151. package/dist/input-group/input-group.module.js +1 -9
  152. package/dist/item/item.js +1 -50
  153. package/dist/item/item.module.js +1 -10
  154. package/dist/join/join.js +1 -12
  155. package/dist/join/join.module.js +1 -3
  156. package/dist/kbd/kbd.js +1 -14
  157. package/dist/kbd/kbd.module.js +1 -3
  158. package/dist/label/label.js +1 -23
  159. package/dist/label/label.module.js +1 -7
  160. package/dist/large-title-header/large-title-header.js +1 -38
  161. package/dist/large-title-header/large-title-header.module.js +1 -12
  162. package/dist/layouts/src/auto-grid/auto-grid.js +1 -17
  163. package/dist/layouts/src/auto-grid/auto-grid.module.js +1 -4
  164. package/dist/layouts/src/center/center.js +1 -16
  165. package/dist/layouts/src/center/center.module.js +1 -3
  166. package/dist/layouts/src/columns/columns.js +1 -21
  167. package/dist/layouts/src/columns/columns.module.js +1 -6
  168. package/dist/layouts/src/flex/flex.css +1 -1
  169. package/dist/layouts/src/flex/flex.js +1 -20
  170. package/dist/layouts/src/flex/flex.module.js +1 -3
  171. package/dist/layouts/src/grid/grid.css +1 -1
  172. package/dist/layouts/src/grid/grid.js +1 -55
  173. package/dist/layouts/src/grid/grid.module.js +1 -7
  174. package/dist/layouts/src/page-header/page-header.js +1 -31
  175. package/dist/layouts/src/page-header/page-header.module.js +1 -10
  176. package/dist/layouts/src/spacer/spacer.js +1 -17
  177. package/dist/layouts/src/spacer/spacer.module.js +1 -3
  178. package/dist/link/link.css +1 -1
  179. package/dist/link/link.js +1 -22
  180. package/dist/link/link.module.js +1 -3
  181. package/dist/list/list.js +1 -21
  182. package/dist/list/list.module.js +1 -6
  183. package/dist/log-viewer/log-viewer.css +1 -1
  184. package/dist/log-viewer/log-viewer.js +2 -184
  185. package/dist/log-viewer/log-viewer.module.js +1 -16
  186. package/dist/menu/menu.js +1 -126
  187. package/dist/menu/menu.module.js +1 -8
  188. package/dist/menu-button/menu-button.js +1 -92
  189. package/dist/menu-button/menu-button.module.js +1 -8
  190. package/dist/menubar/menubar.js +1 -103
  191. package/dist/menubar/menubar.module.js +1 -8
  192. package/dist/modal/modal.css +1 -1
  193. package/dist/modal/modal.js +1 -76
  194. package/dist/modal/modal.module.js +1 -12
  195. package/dist/multi-select/list-nav.js +1 -0
  196. package/dist/multi-select/multi-select.css +1 -1
  197. package/dist/multi-select/multi-select.js +1 -106
  198. package/dist/multi-select/multi-select.module.js +1 -15
  199. package/dist/multi-select/option-list.js +1 -0
  200. package/dist/native-select/native-select.css +1 -1
  201. package/dist/native-select/native-select.js +1 -37
  202. package/dist/native-select/native-select.module.js +1 -7
  203. package/dist/navigation-menu/navigation-menu.js +1 -99
  204. package/dist/navigation-menu/navigation-menu.module.js +1 -10
  205. package/dist/node/accordion/accordion.js +1 -114
  206. package/dist/node/accordion/accordion.module.js +1 -10
  207. package/dist/node/action-sheet/action-sheet.js +1 -91
  208. package/dist/node/action-sheet/action-sheet.module.js +1 -12
  209. package/dist/node/alert/alert.js +1 -55
  210. package/dist/node/alert/alert.module.js +1 -11
  211. package/dist/node/alert-dialog/alert-dialog.js +1 -66
  212. package/dist/node/alert-dialog/alert-dialog.module.js +1 -11
  213. package/dist/node/app-shell/app-shell.js +1 -85
  214. package/dist/node/app-shell/app-shell.module.js +1 -12
  215. package/dist/node/aspect-ratio/aspect-ratio.js +1 -20
  216. package/dist/node/aspect-ratio/aspect-ratio.module.js +1 -6
  217. package/dist/node/avatar/avatar.js +1 -57
  218. package/dist/node/avatar/avatar.module.js +1 -8
  219. package/dist/node/avatar-group/avatar-group.js +1 -24
  220. package/dist/node/avatar-group/avatar-group.module.js +1 -6
  221. package/dist/node/badge/badge.js +1 -22
  222. package/dist/node/badge/badge.module.js +1 -3
  223. package/dist/node/blockquote/blockquote.js +1 -16
  224. package/dist/node/blockquote/blockquote.module.js +1 -6
  225. package/dist/node/bottom-sheet/bottom-sheet.js +1 -111
  226. package/dist/node/bottom-sheet/bottom-sheet.module.js +1 -14
  227. package/dist/node/brand/logo/logo.js +1 -0
  228. package/dist/node/brand/logo/logo.module.js +1 -0
  229. package/dist/node/breadcrumb/breadcrumb.js +1 -28
  230. package/dist/node/breadcrumb/breadcrumb.module.js +1 -3
  231. package/dist/node/button/button.js +1 -35
  232. package/dist/node/button/button.module.js +1 -6
  233. package/dist/node/button-group/button-group.js +1 -39
  234. package/dist/node/button-group/button-group.module.js +1 -3
  235. package/dist/node/calendar/calendar-date.js +1 -0
  236. package/dist/node/calendar/calendar.js +1 -199
  237. package/dist/node/calendar/calendar.module.js +1 -14
  238. package/dist/node/card/card.js +1 -53
  239. package/dist/node/card/card.module.js +1 -12
  240. package/dist/node/carousel/carousel.js +1 -138
  241. package/dist/node/carousel/carousel.module.js +1 -13
  242. package/dist/node/chat-bubble/chat-bubble.js +1 -31
  243. package/dist/node/chat-bubble/chat-bubble.module.js +1 -11
  244. package/dist/node/checkbox/checkbox.js +1 -39
  245. package/dist/node/checkbox/checkbox.module.js +1 -8
  246. package/dist/node/checkbox-card/checkbox-card.js +1 -50
  247. package/dist/node/checkbox-card/checkbox-card.module.js +1 -11
  248. package/dist/node/code/code.js +1 -14
  249. package/dist/node/code/code.module.js +1 -3
  250. package/dist/node/code-snippet/code-snippet.js +2 -121
  251. package/dist/node/code-snippet/code-snippet.module.js +1 -17
  252. package/dist/node/code-snippet/highlight.js +1 -67
  253. package/dist/node/collapsible/collapsible.js +1 -47
  254. package/dist/node/collapsible/collapsible.module.js +1 -7
  255. package/dist/node/color-picker/color-picker.js +1 -272
  256. package/dist/node/color-picker/color-picker.module.js +1 -18
  257. package/dist/node/color-picker/color.js +1 -0
  258. package/dist/node/combobox/combobox.js +1 -170
  259. package/dist/node/combobox/combobox.module.js +1 -19
  260. package/dist/node/combobox/list-nav.js +1 -0
  261. package/dist/node/combobox/option-list.js +1 -0
  262. package/dist/node/command-menu/command-menu.js +1 -421
  263. package/dist/node/command-menu/command-menu.module.js +1 -34
  264. package/dist/node/comparison/comparison.js +1 -69
  265. package/dist/node/comparison/comparison.module.js +1 -9
  266. package/dist/node/contained-list/contained-list.js +1 -41
  267. package/dist/node/contained-list/contained-list.module.js +1 -11
  268. package/dist/node/context-menu/context-menu.js +1 -93
  269. package/dist/node/context-menu/context-menu.module.js +1 -7
  270. package/dist/node/copy-button/copy-button.js +1 -60
  271. package/dist/node/copy-button/copy-button.module.js +1 -6
  272. package/dist/node/data-list/data-list.js +1 -25
  273. package/dist/node/data-list/data-list.module.js +1 -8
  274. package/dist/node/data-table/column-filter.js +1 -0
  275. package/dist/node/data-table/column-layout.js +1 -0
  276. package/dist/node/data-table/data-table.js +1 -398
  277. package/dist/node/data-table/data-table.module.js +1 -33
  278. package/dist/node/data-table/grid-keys.js +1 -0
  279. package/dist/node/data-table/row-group.js +1 -0
  280. package/dist/node/data-table/row-search.js +1 -0
  281. package/dist/node/data-table/row-sort.js +1 -0
  282. package/dist/node/data-table/to-csv.js +3 -0
  283. package/dist/node/data-table/virtual-window.js +1 -0
  284. package/dist/node/date-picker/date-picker.js +1 -224
  285. package/dist/node/date-picker/date-picker.module.js +1 -23
  286. package/dist/node/date-picker/parse-date.js +1 -0
  287. package/dist/node/date-range-picker/date-range-picker.js +1 -196
  288. package/dist/node/date-range-picker/date-range-picker.module.js +1 -18
  289. package/dist/node/dock/dock.js +1 -34
  290. package/dist/node/dock/dock.module.js +1 -8
  291. package/dist/node/drawer/drawer.js +1 -96
  292. package/dist/node/drawer/drawer.module.js +1 -13
  293. package/dist/node/dropdown/dropdown.js +1 -110
  294. package/dist/node/dropdown/dropdown.module.js +1 -9
  295. package/dist/node/editable/editable.js +1 -76
  296. package/dist/node/editable/editable.module.js +1 -11
  297. package/dist/node/empty-state/empty-state.js +1 -32
  298. package/dist/node/empty-state/empty-state.module.js +1 -9
  299. package/dist/node/fab/fab.js +1 -93
  300. package/dist/node/fab/fab.module.js +1 -12
  301. package/dist/node/field/field.js +1 -53
  302. package/dist/node/field/field.module.js +1 -7
  303. package/dist/node/file-uploader/file-uploader.js +1 -123
  304. package/dist/node/file-uploader/file-uploader.module.js +1 -18
  305. package/dist/node/filter/filter.js +1 -35
  306. package/dist/node/filter/filter.module.js +1 -6
  307. package/dist/node/form/form.js +1 -95
  308. package/dist/node/form/form.module.js +1 -3
  309. package/dist/node/header/header.js +1 -44
  310. package/dist/node/header/header.module.js +1 -11
  311. package/dist/node/header-panel/header-panel.js +1 -72
  312. package/dist/node/header-panel/header-panel.module.js +1 -9
  313. package/dist/node/heading/heading.js +1 -22
  314. package/dist/node/heading/heading.module.js +1 -3
  315. package/dist/node/hover-card/hover-card.js +1 -84
  316. package/dist/node/hover-card/hover-card.module.js +1 -6
  317. package/dist/node/icon-button/icon-button.js +1 -19
  318. package/dist/node/icon-button/icon-button.module.js +1 -3
  319. package/dist/node/image/image.js +1 -64
  320. package/dist/node/image/image.module.js +1 -9
  321. package/dist/node/indicator/indicator.js +1 -16
  322. package/dist/node/indicator/indicator.module.js +1 -6
  323. package/dist/node/infinite-scroll/infinite-scroll.js +1 -49
  324. package/dist/node/infinite-scroll/infinite-scroll.module.js +1 -7
  325. package/dist/node/inline-loading/inline-loading.js +1 -74
  326. package/dist/node/inline-loading/inline-loading.module.js +1 -9
  327. package/dist/node/input/input.js +1 -56
  328. package/dist/node/input/input.module.js +1 -9
  329. package/dist/node/input-group/input-group.js +1 -39
  330. package/dist/node/input-group/input-group.module.js +1 -9
  331. package/dist/node/item/item.js +1 -50
  332. package/dist/node/item/item.module.js +1 -10
  333. package/dist/node/join/join.js +1 -12
  334. package/dist/node/join/join.module.js +1 -3
  335. package/dist/node/kbd/kbd.js +1 -14
  336. package/dist/node/kbd/kbd.module.js +1 -3
  337. package/dist/node/label/label.js +1 -23
  338. package/dist/node/label/label.module.js +1 -7
  339. package/dist/node/large-title-header/large-title-header.js +1 -38
  340. package/dist/node/large-title-header/large-title-header.module.js +1 -12
  341. package/dist/node/layouts/src/auto-grid/auto-grid.js +1 -17
  342. package/dist/node/layouts/src/auto-grid/auto-grid.module.js +1 -4
  343. package/dist/node/layouts/src/center/center.js +1 -16
  344. package/dist/node/layouts/src/center/center.module.js +1 -3
  345. package/dist/node/layouts/src/columns/columns.js +1 -21
  346. package/dist/node/layouts/src/columns/columns.module.js +1 -6
  347. package/dist/node/layouts/src/flex/flex.js +1 -20
  348. package/dist/node/layouts/src/flex/flex.module.js +1 -3
  349. package/dist/node/layouts/src/grid/grid.js +1 -55
  350. package/dist/node/layouts/src/grid/grid.module.js +1 -7
  351. package/dist/node/layouts/src/page-header/page-header.js +1 -31
  352. package/dist/node/layouts/src/page-header/page-header.module.js +1 -10
  353. package/dist/node/layouts/src/spacer/spacer.js +1 -17
  354. package/dist/node/layouts/src/spacer/spacer.module.js +1 -3
  355. package/dist/node/link/link.js +1 -22
  356. package/dist/node/link/link.module.js +1 -3
  357. package/dist/node/list/list.js +1 -21
  358. package/dist/node/list/list.module.js +1 -6
  359. package/dist/node/log-viewer/log-viewer.js +2 -184
  360. package/dist/node/log-viewer/log-viewer.module.js +1 -16
  361. package/dist/node/menu/menu.js +1 -126
  362. package/dist/node/menu/menu.module.js +1 -8
  363. package/dist/node/menu-button/menu-button.js +1 -92
  364. package/dist/node/menu-button/menu-button.module.js +1 -8
  365. package/dist/node/menubar/menubar.js +1 -103
  366. package/dist/node/menubar/menubar.module.js +1 -8
  367. package/dist/node/modal/modal.js +1 -76
  368. package/dist/node/modal/modal.module.js +1 -12
  369. package/dist/node/multi-select/list-nav.js +1 -0
  370. package/dist/node/multi-select/multi-select.js +1 -106
  371. package/dist/node/multi-select/multi-select.module.js +1 -15
  372. package/dist/node/multi-select/option-list.js +1 -0
  373. package/dist/node/native-select/native-select.js +1 -37
  374. package/dist/node/native-select/native-select.module.js +1 -7
  375. package/dist/node/navigation-menu/navigation-menu.js +1 -99
  376. package/dist/node/navigation-menu/navigation-menu.module.js +1 -10
  377. package/dist/node/notification/notification.js +1 -140
  378. package/dist/node/notification/notification.module.js +1 -11
  379. package/dist/node/number-input/number-input.js +1 -148
  380. package/dist/node/number-input/number-input.module.js +1 -12
  381. package/dist/node/otp-input/otp-input.js +1 -70
  382. package/dist/node/otp-input/otp-input.module.js +1 -6
  383. package/dist/node/overflow-menu/overflow-menu.js +1 -70
  384. package/dist/node/overflow-menu/overflow-menu.module.js +1 -7
  385. package/dist/node/pagination/pagination.js +1 -92
  386. package/dist/node/pagination/pagination.module.js +1 -11
  387. package/dist/node/password-input/password-input.js +1 -81
  388. package/dist/node/password-input/password-input.module.js +1 -11
  389. package/dist/node/popover/popover.js +1 -51
  390. package/dist/node/popover/popover.module.js +1 -6
  391. package/dist/node/popover/use-popover.js +1 -55
  392. package/dist/node/progress/progress.js +1 -16
  393. package/dist/node/progress/progress.module.js +1 -6
  394. package/dist/node/progress-bar/progress-bar.js +1 -42
  395. package/dist/node/progress-bar/progress-bar.module.js +1 -11
  396. package/dist/node/progress-circle/progress-circle.js +1 -46
  397. package/dist/node/progress-circle/progress-circle.module.js +1 -9
  398. package/dist/node/progress-indicator/progress-indicator.js +1 -34
  399. package/dist/node/progress-indicator/progress-indicator.module.js +1 -10
  400. package/dist/node/prose/prose.js +1 -13
  401. package/dist/node/prose/prose.module.js +1 -3
  402. package/dist/node/pull-to-refresh/pull-to-refresh.js +1 -82
  403. package/dist/node/pull-to-refresh/pull-to-refresh.module.js +1 -9
  404. package/dist/node/qr-code/encode.js +1 -583
  405. package/dist/node/qr-code/qr-code.js +1 -41
  406. package/dist/node/qr-code/qr-code.module.js +1 -6
  407. package/dist/node/radial-progress/radial-progress.js +1 -27
  408. package/dist/node/radial-progress/radial-progress.module.js +1 -6
  409. package/dist/node/radio/radio.js +1 -49
  410. package/dist/node/radio/radio.module.js +1 -9
  411. package/dist/node/radio-card/radio-card.js +1 -64
  412. package/dist/node/radio-card/radio-card.module.js +1 -11
  413. package/dist/node/rating-group/rating-group.js +1 -37
  414. package/dist/node/rating-group/rating-group.module.js +1 -6
  415. package/dist/node/react/src/index.js +1 -141
  416. package/dist/node/relative-time/relative-time.js +1 -66
  417. package/dist/node/relative-time/relative-time.module.js +1 -3
  418. package/dist/node/reorder-list/reorder-list.js +1 -143
  419. package/dist/node/reorder-list/reorder-list.module.js +1 -11
  420. package/dist/node/resizable/resizable.js +1 -80
  421. package/dist/node/resizable/resizable.module.js +1 -8
  422. package/dist/node/scroll-area/scroll-area.js +1 -38
  423. package/dist/node/scroll-area/scroll-area.module.js +1 -3
  424. package/dist/node/search/search.js +1 -96
  425. package/dist/node/search/search.module.js +1 -9
  426. package/dist/node/segmented-control/segmented-control.js +1 -43
  427. package/dist/node/segmented-control/segmented-control.module.js +1 -6
  428. package/dist/node/select/select.js +1 -73
  429. package/dist/node/select/select.module.js +1 -11
  430. package/dist/node/separator/separator.js +1 -19
  431. package/dist/node/separator/separator.module.js +1 -3
  432. package/dist/node/sheet/sheet.js +1 -49
  433. package/dist/node/sheet/sheet.module.js +1 -9
  434. package/dist/node/shell-header/shell-header.js +1 -169
  435. package/dist/node/shell-header/shell-header.module.js +1 -24
  436. package/dist/node/side-nav/side-nav.js +1 -334
  437. package/dist/node/side-nav/side-nav.module.js +1 -31
  438. package/dist/node/skeleton/skeleton.js +1 -23
  439. package/dist/node/skeleton/skeleton.module.js +1 -7
  440. package/dist/node/skip-nav/skip-nav.js +1 -28
  441. package/dist/node/skip-nav/skip-nav.module.js +1 -3
  442. package/dist/node/slider/slider.js +1 -30
  443. package/dist/node/slider/slider.module.js +1 -7
  444. package/dist/node/spinner/spinner.js +1 -18
  445. package/dist/node/spinner/spinner.module.js +1 -6
  446. package/dist/node/stack/stack.js +1 -17
  447. package/dist/node/stack/stack.module.js +1 -6
  448. package/dist/node/stat/stat.js +1 -41
  449. package/dist/node/stat/stat.module.js +1 -11
  450. package/dist/node/status/status.js +1 -25
  451. package/dist/node/status/status.module.js +1 -7
  452. package/dist/node/steps/steps.js +1 -35
  453. package/dist/node/steps/steps.module.js +1 -8
  454. package/dist/node/structured-list/structured-list.js +1 -102
  455. package/dist/node/structured-list/structured-list.module.js +1 -12
  456. package/dist/node/swap/swap.js +1 -36
  457. package/dist/node/swap/swap.module.js +1 -7
  458. package/dist/node/swipe-item/swipe-item.js +1 -62
  459. package/dist/node/swipe-item/swipe-item.module.js +1 -12
  460. package/dist/node/switcher/switcher.js +1 -32
  461. package/dist/node/switcher/switcher.module.js +1 -8
  462. package/dist/node/tabs/tabs.js +1 -98
  463. package/dist/node/tabs/tabs.module.js +1 -8
  464. package/dist/node/tag/tag.js +1 -33
  465. package/dist/node/tag/tag.module.js +1 -6
  466. package/dist/node/tags-input/tags-input.js +1 -68
  467. package/dist/node/tags-input/tags-input.module.js +1 -8
  468. package/dist/node/text/text.js +1 -16
  469. package/dist/node/text/text.module.js +1 -3
  470. package/dist/node/textarea/textarea.js +1 -58
  471. package/dist/node/textarea/textarea.module.js +1 -9
  472. package/dist/node/tile/tile.js +1 -39
  473. package/dist/node/tile/tile.module.js +1 -7
  474. package/dist/node/time-picker/time-picker.js +1 -64
  475. package/dist/node/time-picker/time-picker.module.js +1 -9
  476. package/dist/node/timeline/timeline.js +1 -55
  477. package/dist/node/timeline/timeline.module.js +1 -11
  478. package/dist/node/toast/toast.js +1 -85
  479. package/dist/node/toast/toast.module.js +1 -11
  480. package/dist/node/toc/toc.js +1 -43
  481. package/dist/node/toc/toc.module.js +1 -3
  482. package/dist/node/toc/use-toc-from-region.js +1 -18
  483. package/dist/node/toggle/toggle.js +1 -42
  484. package/dist/node/toggle/toggle.module.js +1 -8
  485. package/dist/node/toggle-group/toggle-group.js +1 -55
  486. package/dist/node/toggle-group/toggle-group.module.js +1 -6
  487. package/dist/node/toggletip/toggletip.js +1 -49
  488. package/dist/node/toggletip/toggletip.module.js +1 -7
  489. package/dist/node/tooltip/tooltip.js +1 -58
  490. package/dist/node/tooltip/tooltip.module.js +1 -6
  491. package/dist/node/tree-view/tree-view.js +1 -201
  492. package/dist/node/tree-view/tree-view.module.js +1 -13
  493. package/dist/node/user/user.js +1 -35
  494. package/dist/node/user/user.module.js +1 -9
  495. package/dist/node/virtual-list/virtual-list.js +1 -40
  496. package/dist/node/virtual-list/virtual-list.module.js +1 -7
  497. package/dist/node/visually-hidden/visually-hidden.js +1 -2
  498. package/dist/node/wheel-picker/wheel-picker.js +1 -84
  499. package/dist/node/wheel-picker/wheel-picker.module.js +1 -8
  500. package/dist/notification/notification.js +1 -140
  501. package/dist/notification/notification.module.js +1 -11
  502. package/dist/number-input/number-input.js +1 -148
  503. package/dist/number-input/number-input.module.js +1 -12
  504. package/dist/otp-input/otp-input.js +1 -70
  505. package/dist/otp-input/otp-input.module.js +1 -6
  506. package/dist/overflow-menu/overflow-menu.js +1 -70
  507. package/dist/overflow-menu/overflow-menu.module.js +1 -7
  508. package/dist/pagination/pagination.js +1 -92
  509. package/dist/pagination/pagination.module.js +1 -11
  510. package/dist/password-input/password-input.js +1 -81
  511. package/dist/password-input/password-input.module.js +1 -11
  512. package/dist/popover/popover.js +1 -51
  513. package/dist/popover/popover.module.js +1 -6
  514. package/dist/popover/use-popover.js +1 -55
  515. package/dist/progress/progress.css +1 -1
  516. package/dist/progress/progress.js +1 -16
  517. package/dist/progress/progress.module.js +1 -6
  518. package/dist/progress-bar/progress-bar.css +1 -1
  519. package/dist/progress-bar/progress-bar.js +1 -42
  520. package/dist/progress-bar/progress-bar.module.js +1 -11
  521. package/dist/progress-circle/progress-circle.js +1 -46
  522. package/dist/progress-circle/progress-circle.module.js +1 -9
  523. package/dist/progress-indicator/progress-indicator.css +1 -1
  524. package/dist/progress-indicator/progress-indicator.js +1 -34
  525. package/dist/progress-indicator/progress-indicator.module.js +1 -10
  526. package/dist/prose/prose.css +1 -1
  527. package/dist/prose/prose.js +1 -13
  528. package/dist/prose/prose.module.js +1 -3
  529. package/dist/pull-to-refresh/pull-to-refresh.js +1 -82
  530. package/dist/pull-to-refresh/pull-to-refresh.module.js +1 -9
  531. package/dist/qr-code/encode.js +1 -583
  532. package/dist/qr-code/qr-code.js +1 -41
  533. package/dist/qr-code/qr-code.module.js +1 -6
  534. package/dist/radial-progress/radial-progress.js +1 -27
  535. package/dist/radial-progress/radial-progress.module.js +1 -6
  536. package/dist/radio/radio.js +1 -49
  537. package/dist/radio/radio.module.js +1 -9
  538. package/dist/radio-card/radio-card.css +1 -1
  539. package/dist/radio-card/radio-card.js +1 -64
  540. package/dist/radio-card/radio-card.module.js +1 -11
  541. package/dist/rating-group/rating-group.js +1 -37
  542. package/dist/rating-group/rating-group.module.js +1 -6
  543. package/dist/react/src/index.js +1 -141
  544. package/dist/relative-time/relative-time.js +1 -66
  545. package/dist/relative-time/relative-time.module.js +1 -3
  546. package/dist/reorder-list/reorder-list.css +1 -1
  547. package/dist/reorder-list/reorder-list.js +1 -143
  548. package/dist/reorder-list/reorder-list.module.js +1 -11
  549. package/dist/resizable/resizable.js +1 -80
  550. package/dist/resizable/resizable.module.js +1 -8
  551. package/dist/scroll-area/scroll-area.css +1 -1
  552. package/dist/scroll-area/scroll-area.js +1 -38
  553. package/dist/scroll-area/scroll-area.module.js +1 -3
  554. package/dist/search/search.js +1 -96
  555. package/dist/search/search.module.js +1 -9
  556. package/dist/segmented-control/segmented-control.js +1 -43
  557. package/dist/segmented-control/segmented-control.module.js +1 -6
  558. package/dist/select/select.js +1 -73
  559. package/dist/select/select.module.js +1 -11
  560. package/dist/separator/separator.js +1 -19
  561. package/dist/separator/separator.module.js +1 -3
  562. package/dist/sheet/sheet.js +1 -49
  563. package/dist/sheet/sheet.module.js +1 -9
  564. package/dist/shell-header/shell-header.css +1 -1
  565. package/dist/shell-header/shell-header.js +1 -169
  566. package/dist/shell-header/shell-header.module.js +1 -24
  567. package/dist/side-nav/side-nav.css +1 -1
  568. package/dist/side-nav/side-nav.js +1 -334
  569. package/dist/side-nav/side-nav.module.js +1 -31
  570. package/dist/skeleton/skeleton.css +1 -1
  571. package/dist/skeleton/skeleton.js +1 -23
  572. package/dist/skeleton/skeleton.module.js +1 -7
  573. package/dist/skip-nav/skip-nav.js +1 -28
  574. package/dist/skip-nav/skip-nav.module.js +1 -3
  575. package/dist/slider/slider.js +1 -30
  576. package/dist/slider/slider.module.js +1 -7
  577. package/dist/spinner/spinner.css +1 -1
  578. package/dist/spinner/spinner.js +1 -18
  579. package/dist/spinner/spinner.module.js +1 -6
  580. package/dist/stack/stack.js +1 -17
  581. package/dist/stack/stack.module.js +1 -6
  582. package/dist/stat/stat.js +1 -41
  583. package/dist/stat/stat.module.js +1 -11
  584. package/dist/status/status.css +1 -1
  585. package/dist/status/status.js +1 -25
  586. package/dist/status/status.module.js +1 -7
  587. package/dist/steps/steps.css +1 -1
  588. package/dist/steps/steps.js +1 -35
  589. package/dist/steps/steps.module.js +1 -8
  590. package/dist/structured-list/structured-list.js +1 -102
  591. package/dist/structured-list/structured-list.module.js +1 -12
  592. package/dist/styles.css +401 -55
  593. package/dist/swap/swap.css +1 -1
  594. package/dist/swap/swap.js +1 -36
  595. package/dist/swap/swap.module.js +1 -7
  596. package/dist/swipe-item/swipe-item.js +1 -62
  597. package/dist/swipe-item/swipe-item.module.js +1 -12
  598. package/dist/switcher/switcher.js +1 -32
  599. package/dist/switcher/switcher.module.js +1 -8
  600. package/dist/tabs/tabs.js +1 -98
  601. package/dist/tabs/tabs.module.js +1 -8
  602. package/dist/tag/tag.js +1 -33
  603. package/dist/tag/tag.module.js +1 -6
  604. package/dist/tags-input/tags-input.js +1 -68
  605. package/dist/tags-input/tags-input.module.js +1 -8
  606. package/dist/text/text.css +1 -1
  607. package/dist/text/text.js +1 -16
  608. package/dist/text/text.module.js +1 -3
  609. package/dist/textarea/textarea.css +1 -1
  610. package/dist/textarea/textarea.js +1 -58
  611. package/dist/textarea/textarea.module.js +1 -9
  612. package/dist/tile/tile.css +1 -1
  613. package/dist/tile/tile.js +1 -39
  614. package/dist/tile/tile.module.js +1 -7
  615. package/dist/time-picker/time-picker.js +1 -64
  616. package/dist/time-picker/time-picker.module.js +1 -9
  617. package/dist/timeline/timeline.js +1 -55
  618. package/dist/timeline/timeline.module.js +1 -11
  619. package/dist/toast/toast.css +1 -1
  620. package/dist/toast/toast.js +1 -85
  621. package/dist/toast/toast.module.js +1 -11
  622. package/dist/toc/toc.css +1 -1
  623. package/dist/toc/toc.js +1 -43
  624. package/dist/toc/toc.module.js +1 -3
  625. package/dist/toc/use-toc-from-region.js +1 -18
  626. package/dist/toggle/toggle.js +1 -42
  627. package/dist/toggle/toggle.module.js +1 -8
  628. package/dist/toggle-group/toggle-group.js +1 -55
  629. package/dist/toggle-group/toggle-group.module.js +1 -6
  630. package/dist/toggletip/toggletip.js +1 -49
  631. package/dist/toggletip/toggletip.module.js +1 -7
  632. package/dist/tooltip/tooltip.css +1 -1
  633. package/dist/tooltip/tooltip.js +1 -58
  634. package/dist/tooltip/tooltip.module.js +1 -6
  635. package/dist/tree-view/tree-view.css +1 -1
  636. package/dist/tree-view/tree-view.js +1 -201
  637. package/dist/tree-view/tree-view.module.js +1 -13
  638. package/dist/user/user.js +1 -35
  639. package/dist/user/user.module.js +1 -9
  640. package/dist/virtual-list/virtual-list.js +1 -40
  641. package/dist/virtual-list/virtual-list.module.js +1 -7
  642. package/dist/visually-hidden/visually-hidden.js +1 -2
  643. package/dist/wheel-picker/wheel-picker.js +1 -84
  644. package/dist/wheel-picker/wheel-picker.module.js +1 -8
  645. package/package.json +4 -4
  646. package/readme.body.md +3 -2
@@ -1,56 +1 @@
1
- "use client";
2
-
3
- import e from "./input.module.js";
4
- import { forwardRef as t } from "react";
5
- import { cn as n, createMachine as r, useMachine as i } from "@cascivo/core";
6
- import { jsx as a, jsxs as o } from "react/jsx-runtime";
7
- //#region ../components/src/input/input.tsx
8
- var s = r({
9
- initial: "idle",
10
- states: {
11
- idle: { on: { FOCUS: "focused" } },
12
- focused: { on: { BLUR: "idle" } }
13
- }
14
- }), c = t(function({ label: t, hint: r, error: c, size: l = "md", ariaLabel: u, className: d, id: f, onFocus: p, onBlur: m, ...h }, g) {
15
- let [_, v] = i(s), y = f ?? (t ? `cascade-input-${t.toLowerCase().replace(/\s+/g, "-")}` : void 0);
16
- return /* @__PURE__ */ o("div", {
17
- className: n(e.wrapper, d),
18
- "data-state": c ? "error" : _.value,
19
- "data-size": l,
20
- children: [
21
- t && /* @__PURE__ */ a("label", {
22
- className: e.label,
23
- htmlFor: y,
24
- children: t
25
- }),
26
- /* @__PURE__ */ a("input", {
27
- ref: g,
28
- id: y,
29
- className: e.input,
30
- "aria-invalid": c ? !0 : void 0,
31
- "aria-describedby": c ? `${y}-error` : r ? `${y}-hint` : void 0,
32
- onFocus: (e) => {
33
- v("FOCUS"), p?.(e);
34
- },
35
- onBlur: (e) => {
36
- v("BLUR"), m?.(e);
37
- },
38
- ...h,
39
- "aria-label": h["aria-label"] ?? u
40
- }),
41
- c && /* @__PURE__ */ a("span", {
42
- id: `${y}-error`,
43
- className: e.error,
44
- role: "alert",
45
- children: c
46
- }),
47
- !c && r && /* @__PURE__ */ a("span", {
48
- id: `${y}-hint`,
49
- className: e.hint,
50
- children: r
51
- })
52
- ]
53
- });
54
- });
55
- //#endregion
56
- export { c as Input };
1
+ "use client";import e from"./input.module.js";import{forwardRef as t}from"react";import{cn as n,createMachine as r,useMachine as i}from"@cascivo/core";import{jsx as a,jsxs as o}from"react/jsx-runtime";var s=r({initial:`idle`,states:{idle:{on:{FOCUS:`focused`}},focused:{on:{BLUR:`idle`}}}}),c=t(function({label:t,hint:r,error:c,size:l=`md`,ariaLabel:u,className:d,id:f,onFocus:p,onBlur:m,...h},g){let[_,v]=i(s),y=f??(t?`cascade-input-${t.toLowerCase().replace(/\s+/g,`-`)}`:void 0);return o(`div`,{className:n(e.wrapper,d),"data-state":c?`error`:_.value,"data-size":l,children:[t&&a(`label`,{className:e.label,htmlFor:y,children:t}),a(`input`,{ref:g,id:y,className:e.input,"aria-invalid":c?!0:void 0,"aria-describedby":c?`${y}-error`:r?`${y}-hint`:void 0,onFocus:e=>{v(`FOCUS`),p?.(e)},onBlur:e=>{v(`BLUR`),m?.(e)},...h,"aria-label":h[`aria-label`]??u}),c&&a(`span`,{id:`${y}-error`,className:e.error,role:`alert`,children:c}),!c&&r&&a(`span`,{id:`${y}-hint`,className:e.hint,children:r})]})});export{c as Input};
@@ -1,9 +1 @@
1
- var e = {
2
- wrapper: "_wrapper_swdj6_2",
3
- label: "_label_swdj6_30",
4
- input: "_input_swdj6_38",
5
- error: "_error_swdj6_81",
6
- hint: "_hint_swdj6_88"
7
- };
8
- //#endregion
9
- export { e as default };
1
+ var e={wrapper:`_wrapper_xtv65_2`,label:`_label_xtv65_30`,input:`_input_xtv65_38`,error:`_error_xtv65_88`,hint:`_hint_xtv65_95`};export{e as default};
@@ -1,39 +1 @@
1
- import e from "./input-group.module.js";
2
- import { cn as t } from "@cascivo/core/pure";
3
- import { jsx as n, jsxs as r } from "react/jsx-runtime";
4
- //#region ../components/src/input-group/input-group.tsx
5
- function i({ align: r = "inline-start", children: i, className: a, ...o }) {
6
- return /* @__PURE__ */ n("span", {
7
- className: t(e["inline-addon"], a),
8
- "data-align": r,
9
- "aria-hidden": "true",
10
- ...o,
11
- children: i
12
- });
13
- }
14
- function a({ prefix: i, suffix: a, children: o, className: s, ...c }) {
15
- return /* @__PURE__ */ r("div", {
16
- className: t(e["input-group"], s),
17
- "data-has-prefix": i ? "" : void 0,
18
- "data-has-suffix": a ? "" : void 0,
19
- ...c,
20
- children: [
21
- i && /* @__PURE__ */ n("span", {
22
- className: e.addon,
23
- "data-position": "prefix",
24
- children: i
25
- }),
26
- /* @__PURE__ */ n("span", {
27
- className: e["input-wrap"],
28
- children: o
29
- }),
30
- a && /* @__PURE__ */ n("span", {
31
- className: e.addon,
32
- "data-position": "suffix",
33
- children: a
34
- })
35
- ]
36
- });
37
- }
38
- //#endregion
39
- export { a as InputGroup, i as InputGroupAddon };
1
+ import e from"./input-group.module.js";import{cn as t}from"@cascivo/core/pure";import{jsx as n,jsxs as r}from"react/jsx-runtime";function InputGroupAddon({align:r=`inline-start`,children:i,className:a,...o}){return n(`span`,{className:t(e[`inline-addon`],a),"data-align":r,"aria-hidden":`true`,...o,children:i})}function InputGroup({prefix:i,suffix:a,children:o,className:s,...c}){return r(`div`,{className:t(e[`input-group`],s),"data-has-prefix":i?``:void 0,"data-has-suffix":a?``:void 0,...c,children:[i&&n(`span`,{className:e.addon,"data-position":`prefix`,children:i}),n(`span`,{className:e[`input-wrap`],children:o}),a&&n(`span`,{className:e.addon,"data-position":`suffix`,children:a})]})}export{InputGroup,InputGroupAddon};
@@ -1,9 +1 @@
1
- var e = {
2
- "input-group": "_input-group_n9tv2_2",
3
- "input-wrap": "_input-wrap_n9tv2_8",
4
- addon: "_addon_n9tv2_18",
5
- "inline-addon": "_inline-addon_n9tv2_55",
6
- "button-group": "_button-group_n9tv2_101"
7
- };
8
- //#endregion
9
- export { e as default };
1
+ var e={"input-group":`_input-group_1rdg5_2`,"input-wrap":`_input-wrap_1rdg5_8`,addon:`_addon_1rdg5_18`,"inline-addon":`_inline-addon_1rdg5_55`,"button-group":`_button-group_1rdg5_101`};export{e as default};
@@ -1,50 +1 @@
1
- import e from "./item.module.js";
2
- import { Slot as t, cn as n } from "@cascivo/core/pure";
3
- import { jsx as r } from "react/jsx-runtime";
4
- //#region ../components/src/item/item.tsx
5
- function i({ asChild: i = !1, variant: a = "default", size: o = "md", className: s, children: c, ...l }) {
6
- return /* @__PURE__ */ r(i ? t : "div", {
7
- "data-variant": a,
8
- "data-size": o,
9
- className: n(e.item, s),
10
- ...l,
11
- children: c
12
- });
13
- }
14
- function a({ className: t, children: i, ...a }) {
15
- return /* @__PURE__ */ r("div", {
16
- className: n(e.media, t),
17
- ...a,
18
- children: i
19
- });
20
- }
21
- function o({ className: t, children: i, ...a }) {
22
- return /* @__PURE__ */ r("div", {
23
- className: n(e.content, t),
24
- ...a,
25
- children: i
26
- });
27
- }
28
- function s({ className: t, children: i, ...a }) {
29
- return /* @__PURE__ */ r("div", {
30
- className: n(e.title, t),
31
- ...a,
32
- children: i
33
- });
34
- }
35
- function c({ className: t, children: i, ...a }) {
36
- return /* @__PURE__ */ r("p", {
37
- className: n(e.description, t),
38
- ...a,
39
- children: i
40
- });
41
- }
42
- function l({ className: t, children: i, ...a }) {
43
- return /* @__PURE__ */ r("div", {
44
- className: n(e.actions, t),
45
- ...a,
46
- children: i
47
- });
48
- }
49
- //#endregion
50
- export { i as Item, l as ItemActions, o as ItemContent, c as ItemDescription, a as ItemMedia, s as ItemTitle };
1
+ import e from"./item.module.js";import{Slot as t,cn as n}from"@cascivo/core/pure";import{jsx as r}from"react/jsx-runtime";function Item({asChild:i=!1,variant:a=`default`,size:o=`md`,className:s,children:c,...l}){return r(i?t:`div`,{"data-variant":a,"data-size":o,className:n(e.item,s),...l,children:c})}function ItemMedia({className:t,children:i,...a}){return r(`div`,{className:n(e.media,t),...a,children:i})}function ItemContent({className:t,children:i,...a}){return r(`div`,{className:n(e.content,t),...a,children:i})}function ItemTitle({className:t,children:i,...a}){return r(`div`,{className:n(e.title,t),...a,children:i})}function ItemDescription({className:t,children:i,...a}){return r(`p`,{className:n(e.description,t),...a,children:i})}function ItemActions({className:t,children:i,...a}){return r(`div`,{className:n(e.actions,t),...a,children:i})}export{Item,ItemActions,ItemContent,ItemDescription,ItemMedia,ItemTitle};
@@ -1,10 +1 @@
1
- var e = {
2
- item: "_item_e9n8e_2",
3
- media: "_media_e9n8e_32",
4
- content: "_content_e9n8e_40",
5
- title: "_title_e9n8e_47",
6
- description: "_description_e9n8e_53",
7
- actions: "_actions_e9n8e_60"
8
- };
9
- //#endregion
10
- export { e as default };
1
+ var e={item:`_item_e9n8e_2`,media:`_media_e9n8e_32`,content:`_content_e9n8e_40`,title:`_title_e9n8e_47`,description:`_description_e9n8e_53`,actions:`_actions_e9n8e_60`};export{e as default};
@@ -1,12 +1 @@
1
- import e from "./join.module.js";
2
- import { jsx as t } from "react/jsx-runtime";
3
- //#region ../components/src/join/join.tsx
4
- function n({ children: n, orientation: r = "horizontal", className: i }) {
5
- return /* @__PURE__ */ t("div", {
6
- className: [e.join, i].filter(Boolean).join(" "),
7
- "data-orientation": r,
8
- children: n
9
- });
10
- }
11
- //#endregion
12
- export { n as Join };
1
+ import e from"./join.module.js";import{jsx as t}from"react/jsx-runtime";function Join({children:n,orientation:r=`horizontal`,className:i}){return t(`div`,{className:[e.join,i].filter(Boolean).join(` `),"data-orientation":r,children:n})}export{Join};
@@ -1,3 +1 @@
1
- var e = { join: "_join_qgqwu_2" };
2
- //#endregion
3
- export { e as default };
1
+ var e={join:`_join_qgqwu_2`};export{e as default};
@@ -1,14 +1 @@
1
- import e from "./kbd.module.js";
2
- import { cn as t } from "@cascivo/core/pure";
3
- import { jsx as n } from "react/jsx-runtime";
4
- //#region ../components/src/kbd/kbd.tsx
5
- function r({ size: r = "md", className: i, children: a, ...o }) {
6
- return /* @__PURE__ */ n("kbd", {
7
- "data-size": r,
8
- className: t(e.kbd, i),
9
- ...o,
10
- children: a
11
- });
12
- }
13
- //#endregion
14
- export { r as Kbd };
1
+ import e from"./kbd.module.js";import{cn as t}from"@cascivo/core/pure";import{jsx as n}from"react/jsx-runtime";function Kbd({size:r=`md`,className:i,children:a,...o}){return n(`kbd`,{"data-size":r,className:t(e.kbd,i),...o,children:a})}export{Kbd};
@@ -1,3 +1 @@
1
- var e = { kbd: "_kbd_fz6em_2" };
2
- //#endregion
3
- export { e as default };
1
+ var e={kbd:`_kbd_fz6em_2`};export{e as default};
@@ -1,23 +1 @@
1
- import e from "./label.module.js";
2
- import { Slot as t, cn as n } from "@cascivo/core/pure";
3
- import { builtin as r, t as i } from "@cascivo/i18n";
4
- import { Fragment as a, jsx as o, jsxs as s } from "react/jsx-runtime";
5
- //#region ../components/src/label/label.tsx
6
- function c({ asChild: c = !1, required: l = !1, disabled: u = !1, className: d, children: f, labels: p, ...m }) {
7
- let h = c ? t : "label", g = p?.required ?? i(r.label.required), _ = l ? /* @__PURE__ */ s(a, { children: [/* @__PURE__ */ o("span", {
8
- className: e.marker,
9
- "aria-hidden": "true",
10
- children: "*"
11
- }), /* @__PURE__ */ o("span", {
12
- className: e.srOnly,
13
- children: g
14
- })] }) : null;
15
- return /* @__PURE__ */ o(h, {
16
- "data-disabled": u ? "" : void 0,
17
- className: n(e.label, d),
18
- ...m,
19
- children: _ ? /* @__PURE__ */ s(a, { children: [f, _] }) : f
20
- });
21
- }
22
- //#endregion
23
- export { c as Label };
1
+ import e from"./label.module.js";import{Slot as t,cn as n}from"@cascivo/core/pure";import{builtin as r,t as i}from"@cascivo/i18n";import{Fragment as a,jsx as o,jsxs as s}from"react/jsx-runtime";function Label({asChild:c=!1,required:l=!1,disabled:u=!1,className:d,children:f,labels:p,...m}){let h=c?t:`label`,g=p?.required??i(r.label.required),_=l?s(a,{children:[o(`span`,{className:e.marker,"aria-hidden":`true`,children:`*`}),o(`span`,{className:e.srOnly,children:g})]}):null;return o(h,{"data-disabled":u?``:void 0,className:n(e.label,d),...m,children:_?s(a,{children:[f,_]}):f})}export{Label};
@@ -1,7 +1 @@
1
- var e = {
2
- label: "_label_qztdi_2",
3
- marker: "_marker_qztdi_18",
4
- srOnly: "_srOnly_qztdi_23"
5
- };
6
- //#endregion
7
- export { e as default };
1
+ var e={label:`_label_qztdi_2`,marker:`_marker_qztdi_18`,srOnly:`_srOnly_qztdi_23`};export{e as default};
@@ -1,38 +1 @@
1
- import e from "./large-title-header.module.js";
2
- import { cn as t } from "@cascivo/core/pure";
3
- import { jsx as n, jsxs as r } from "react/jsx-runtime";
4
- //#region ../components/src/large-title-header/large-title-header.tsx
5
- function i({ title: i, children: a, leading: o, actions: s, level: c = 1, collapseDistance: l = 48, className: u }) {
6
- let d = `h${c}`, f = { "--_collapse": `${l}px` };
7
- return /* @__PURE__ */ r("div", {
8
- className: t(e.root, u),
9
- style: f,
10
- children: [
11
- /* @__PURE__ */ r("div", {
12
- className: e.bar,
13
- children: [
14
- /* @__PURE__ */ n("div", {
15
- className: e.slot,
16
- children: o
17
- }),
18
- /* @__PURE__ */ n("span", {
19
- "aria-hidden": "true",
20
- className: e.compactTitle,
21
- children: i
22
- }),
23
- /* @__PURE__ */ n("div", {
24
- className: t(e.slot, e.slotEnd),
25
- children: s
26
- })
27
- ]
28
- }),
29
- /* @__PURE__ */ n(d, {
30
- className: e.largeTitle,
31
- children: i
32
- }),
33
- a
34
- ]
35
- });
36
- }
37
- //#endregion
38
- export { i as LargeTitleHeader };
1
+ import e from"./large-title-header.module.js";import{cn as t}from"@cascivo/core/pure";import{jsx as n,jsxs as r}from"react/jsx-runtime";function LargeTitleHeader({title:i,children:a,leading:o,actions:s,level:c=1,collapseDistance:l=48,className:u}){let d=`h${c}`,f={"--_collapse":`${l}px`};return r(`div`,{className:t(e.root,u),style:f,children:[r(`div`,{className:e.bar,children:[n(`div`,{className:e.slot,children:o}),n(`span`,{"aria-hidden":`true`,className:e.compactTitle,children:i}),n(`div`,{className:t(e.slot,e.slotEnd),children:s})]}),n(d,{className:e.largeTitle,children:i}),a]})}export{LargeTitleHeader};
@@ -1,12 +1 @@
1
- var e = {
2
- root: "_root_1fozn_6",
3
- bar: "_bar_1fozn_12",
4
- slot: "_slot_1fozn_29",
5
- slotEnd: "_slotEnd_1fozn_37",
6
- compactTitle: "_compactTitle_1fozn_41",
7
- largeTitle: "_largeTitle_1fozn_56",
8
- "cascivo-large-title-reveal": "_cascivo-large-title-reveal_1fozn_1",
9
- "cascivo-large-title-hairline": "_cascivo-large-title-hairline_1fozn_1"
10
- };
11
- //#endregion
12
- export { e as default };
1
+ var e={root:`_root_1fozn_6`,bar:`_bar_1fozn_12`,slot:`_slot_1fozn_29`,slotEnd:`_slotEnd_1fozn_37`,compactTitle:`_compactTitle_1fozn_41`,largeTitle:`_largeTitle_1fozn_56`,"cascivo-large-title-reveal":`_cascivo-large-title-reveal_1fozn_1`,"cascivo-large-title-hairline":`_cascivo-large-title-hairline_1fozn_1`};export{e as default};
@@ -1,17 +1 @@
1
- import e from "./auto-grid.module.js";
2
- import { cn as t } from "@cascivo/core/pure";
3
- import { jsx as n } from "react/jsx-runtime";
4
- //#region ../layouts/src/auto-grid/auto-grid.tsx
5
- function r({ min: r = "16rem", gap: i = 4, className: a, style: o, ...s }) {
6
- return /* @__PURE__ */ n("div", {
7
- className: t(e["auto-grid"], a),
8
- style: {
9
- "--_min": r,
10
- "--_gap": `var(--cascivo-space-${i})`,
11
- ...o
12
- },
13
- ...s
14
- });
15
- }
16
- //#endregion
17
- export { r as AutoGrid };
1
+ import e from"./auto-grid.module.js";import{cn as t}from"@cascivo/core/pure";import{jsx as n}from"react/jsx-runtime";function AutoGrid({min:r=`16rem`,gap:i=4,className:a,style:o,...s}){return n(`div`,{className:t(e[`auto-grid`],a),style:{"--_min":r,"--_gap":`var(--cascivo-space-${i})`,...o},...s})}export{AutoGrid};
@@ -1,4 +1 @@
1
- //#region ../layouts/src/auto-grid/auto-grid.module.css
2
- var e = { "auto-grid": "_auto-grid_v8cqo_2" };
3
- //#endregion
4
- export { e as default };
1
+ var e={"auto-grid":`_auto-grid_v8cqo_2`};export{e as default};
@@ -1,16 +1 @@
1
- import e from "./center.module.js";
2
- import { cn as t } from "@cascivo/core/pure";
3
- import { jsx as n } from "react/jsx-runtime";
4
- //#region ../layouts/src/center/center.tsx
5
- function r({ maxWidth: r = "48rem", className: i, style: a, ...o }) {
6
- return /* @__PURE__ */ n("div", {
7
- className: t(e.center, i),
8
- style: {
9
- "--_center-max": r,
10
- ...a
11
- },
12
- ...o
13
- });
14
- }
15
- //#endregion
16
- export { r as Center };
1
+ import e from"./center.module.js";import{cn as t}from"@cascivo/core/pure";import{jsx as n}from"react/jsx-runtime";function Center({maxWidth:r=`48rem`,className:i,style:a,...o}){return n(`div`,{className:t(e.center,i),style:{"--_center-max":r,...a},...o})}export{Center};
@@ -1,3 +1 @@
1
- var e = { center: "_center_1euo8_2" };
2
- //#endregion
3
- export { e as default };
1
+ var e={center:`_center_1euo8_2`};export{e as default};
@@ -1,21 +1 @@
1
- import e from "./columns.module.js";
2
- import { cn as t } from "@cascivo/core/pure";
3
- import { jsx as n } from "react/jsx-runtime";
4
- //#region ../layouts/src/columns/columns.tsx
5
- function r({ count: r = 2, gap: i = 4, className: a, style: o, children: s, ...c }) {
6
- return /* @__PURE__ */ n("div", {
7
- className: t(e["columns-container"], a),
8
- style: {
9
- "--_cols": String(r),
10
- "--_gap": `var(--cascivo-space-${i})`,
11
- ...o
12
- },
13
- ...c,
14
- children: /* @__PURE__ */ n("div", {
15
- className: e.columns,
16
- children: s
17
- })
18
- });
19
- }
20
- //#endregion
21
- export { r as Columns };
1
+ import e from"./columns.module.js";import{cn as t}from"@cascivo/core/pure";import{jsx as n}from"react/jsx-runtime";function Columns({count:r=2,gap:i=4,className:a,style:o,children:s,...c}){return n(`div`,{className:t(e[`columns-container`],a),style:{"--_cols":String(r),"--_gap":`var(--cascivo-space-${i})`,...o},...c,children:n(`div`,{className:e.columns,children:s})})}export{Columns};
@@ -1,6 +1 @@
1
- var e = {
2
- "columns-container": "_columns-container_1efih_2",
3
- columns: "_columns_1efih_2"
4
- };
5
- //#endregion
6
- export { e as default };
1
+ var e={"columns-container":`_columns-container_1efih_2`,columns:`_columns_1efih_2`};export{e as default};
@@ -1,20 +1 @@
1
- import e from "./flex.module.js";
2
- import { cn as t } from "@cascivo/core/pure";
3
- import { jsx as n } from "react/jsx-runtime";
4
- //#region ../layouts/src/flex/flex.tsx
5
- function r({ direction: r = "vertical", gap: i = 4, align: a, justify: o, wrap: s = !1, className: c, style: l, ...u }) {
6
- return /* @__PURE__ */ n("div", {
7
- className: t(e.flex, c),
8
- "data-direction": r,
9
- "data-wrap": s ? "" : void 0,
10
- style: {
11
- "--_flex-gap": `var(--cascivo-space-${i})`,
12
- ...a ? { alignItems: a === "start" || a === "end" ? `flex-${a}` : a } : {},
13
- ...o ? { justifyContent: o === "between" ? "space-between" : o === "start" || o === "end" ? `flex-${o}` : o } : {},
14
- ...l
15
- },
16
- ...u
17
- });
18
- }
19
- //#endregion
20
- export { r as Flex };
1
+ import e from"./flex.module.js";import{cn as t}from"@cascivo/core/pure";import{jsx as n}from"react/jsx-runtime";function Flex({direction:r=`vertical`,gap:i=4,align:a,justify:o,wrap:s=!1,className:c,style:l,...u}){return n(`div`,{className:t(e.flex,c),"data-direction":r,"data-wrap":s?``:void 0,style:{"--_flex-gap":`var(--cascivo-space-${i})`,...a?{alignItems:a===`start`||a===`end`?`flex-${a}`:a}:{},...o?{justifyContent:o===`between`?`space-between`:o===`start`||o===`end`?`flex-${o}`:o}:{},...l},...u})}function FlexItem({size:r=`auto`,basis:i,truncate:a=!1,className:o,style:s,...c}){return n(`div`,{className:t(e[`flex-item`],o),"data-size":r,"data-truncate":a?``:void 0,style:{...i===void 0?{}:{flexBasis:i},...s},...c})}export{Flex,FlexItem};
@@ -1,3 +1 @@
1
- var e = { flex: "_flex_1cngp_2" };
2
- //#endregion
3
- export { e as default };
1
+ var e={flex:`_flex_39htm_2`,"flex-item":`_flex-item_39htm_19`};export{e as default};
@@ -1,55 +1 @@
1
- import e from "./grid.module.js";
2
- import { cn as t } from "@cascivo/core/pure";
3
- import { jsx as n } from "react/jsx-runtime";
4
- //#region ../layouts/src/grid/grid.tsx
5
- function r(e) {
6
- return typeof e == "object" && !!e;
7
- }
8
- function i(e, t) {
9
- if (t === void 0) return {};
10
- if (!r(t)) return { [e]: String(t) };
11
- let n = {};
12
- t.base !== void 0 && (n[e] = String(t.base));
13
- for (let r of [
14
- "sm",
15
- "md",
16
- "lg",
17
- "xl"
18
- ]) {
19
- let i = t[r];
20
- i !== void 0 && (n[`${e}-${r}`] = String(i));
21
- }
22
- return n;
23
- }
24
- function a({ cols: a = 12, gap: o = 4, align: s, justify: c, className: l, style: u, children: d, ...f }) {
25
- return /* @__PURE__ */ n("div", {
26
- className: t(e["grid-container"], l),
27
- style: {
28
- ...i("--_grid-cols", a),
29
- "--_grid-gap": `var(--cascivo-space-${o})`,
30
- ...s ? { "--_grid-align": s } : {},
31
- ...c ? { "--_grid-justify": c } : {},
32
- ...u
33
- },
34
- ...f,
35
- children: /* @__PURE__ */ n("div", {
36
- className: e.grid,
37
- "data-responsive": r(a) ? "" : void 0,
38
- children: d
39
- })
40
- });
41
- }
42
- function o({ span: a, className: o, style: s, ...c }) {
43
- let l = a !== void 0 && r(a);
44
- return /* @__PURE__ */ n("div", {
45
- className: t(e["grid-item"], o),
46
- "data-responsive": l ? "" : void 0,
47
- style: {
48
- ...i("--_span", a),
49
- ...s
50
- },
51
- ...c
52
- });
53
- }
54
- //#endregion
55
- export { a as Grid, o as GridItem };
1
+ import e from"./grid.module.js";import{cn as t}from"@cascivo/core/pure";import{jsx as n}from"react/jsx-runtime";function isResponsive(e){return typeof e==`object`&&!!e}function responsiveVars(e,t){if(t===void 0)return{};if(!isResponsive(t))return{[e]:String(t)};let n={};t.base!==void 0&&(n[e]=String(t.base));for(let r of[`sm`,`md`,`lg`,`xl`]){let i=t[r];i!==void 0&&(n[`${e}-${r}`]=String(i))}return n}function Grid({cols:r=12,gap:i=4,align:a,justify:o,alignRows:s=!1,className:c,style:l,children:u,...d}){return n(`div`,{className:t(e[`grid-container`],c),style:{...responsiveVars(`--_grid-cols`,r),"--_grid-gap":`var(--cascivo-space-${i})`,...a?{"--_grid-align":a}:{},...o?{"--_grid-justify":o}:{},...l},...d,children:n(`div`,{className:e.grid,"data-responsive":isResponsive(r)?``:void 0,"data-align-rows":s?``:void 0,children:u})})}function GridItem({span:r,className:i,style:a,...o}){let s=r!==void 0&&isResponsive(r);return n(`div`,{className:t(e[`grid-item`],i),"data-responsive":s?``:void 0,style:{...responsiveVars(`--_span`,r),...a},...o})}export{Grid,GridItem};
@@ -1,7 +1 @@
1
- var e = {
2
- "grid-container": "_grid-container_1tchk_5",
3
- grid: "_grid_1tchk_2",
4
- "grid-item": "_grid-item_1tchk_55"
5
- };
6
- //#endregion
7
- export { e as default };
1
+ var e={"grid-container":`_grid-container_yt0z5_5`,grid:`_grid_yt0z5_2`,"grid-item":`_grid-item_yt0z5_57`};export{e as default};
@@ -1,31 +1 @@
1
- import e from "./page-header.module.js";
2
- import { cn as t } from "@cascivo/core/pure";
3
- import { jsx as n, jsxs as r } from "react/jsx-runtime";
4
- //#region ../layouts/src/page-header/page-header.tsx
5
- function i({ title: i, description: a, breadcrumb: o, actions: s, className: c }) {
6
- return /* @__PURE__ */ r("header", {
7
- className: t(e.header, c),
8
- children: [
9
- o && /* @__PURE__ */ n("div", {
10
- className: e.breadcrumb,
11
- children: o
12
- }),
13
- /* @__PURE__ */ r("div", {
14
- className: e.row,
15
- children: [/* @__PURE__ */ n("h1", {
16
- className: e.title,
17
- children: i
18
- }), s && /* @__PURE__ */ n("div", {
19
- className: e.actions,
20
- children: s
21
- })]
22
- }),
23
- a && /* @__PURE__ */ n("p", {
24
- className: e.description,
25
- children: a
26
- })
27
- ]
28
- });
29
- }
30
- //#endregion
31
- export { i as PageHeader };
1
+ import e from"./page-header.module.js";import{cn as t}from"@cascivo/core/pure";import{jsx as n,jsxs as r}from"react/jsx-runtime";function PageHeader({title:i,description:a,breadcrumb:o,actions:s,className:c}){return r(`header`,{className:t(e.header,c),children:[o&&n(`div`,{className:e.breadcrumb,children:o}),r(`div`,{className:e.row,children:[n(`h1`,{className:e.title,children:i}),s&&n(`div`,{className:e.actions,children:s})]}),a&&n(`p`,{className:e.description,children:a})]})}export{PageHeader};
@@ -1,10 +1 @@
1
- var e = {
2
- header: "_header_18phh_2",
3
- breadcrumb: "_breadcrumb_18phh_8",
4
- row: "_row_18phh_12",
5
- title: "_title_18phh_20",
6
- actions: "_actions_18phh_28",
7
- description: "_description_18phh_35"
8
- };
9
- //#endregion
10
- export { e as default };
1
+ var e={header:`_header_18phh_2`,breadcrumb:`_breadcrumb_18phh_8`,row:`_row_18phh_12`,title:`_title_18phh_20`,actions:`_actions_18phh_28`,description:`_description_18phh_35`};export{e as default};
@@ -1,17 +1 @@
1
- import e from "./spacer.module.js";
2
- import { cn as t } from "@cascivo/core/pure";
3
- import { jsx as n } from "react/jsx-runtime";
4
- //#region ../layouts/src/spacer/spacer.tsx
5
- function r({ size: r = 4, className: i, style: a, ...o }) {
6
- return /* @__PURE__ */ n("div", {
7
- role: "none",
8
- className: t(e.spacer, i),
9
- style: {
10
- "--_spacer-size": `var(--cascivo-space-${r})`,
11
- ...a
12
- },
13
- ...o
14
- });
15
- }
16
- //#endregion
17
- export { r as Spacer };
1
+ import e from"./spacer.module.js";import{cn as t}from"@cascivo/core/pure";import{jsx as n}from"react/jsx-runtime";function Spacer({size:r=4,className:i,style:a,...o}){return n(`div`,{role:`none`,className:t(e.spacer,i),style:{"--_spacer-size":`var(--cascivo-space-${r})`,...a},...o})}export{Spacer};
@@ -1,3 +1 @@
1
- var e = { spacer: "_spacer_9ie78_2" };
2
- //#endregion
3
- export { e as default };
1
+ var e={spacer:`_spacer_9ie78_2`};export{e as default};
@@ -1,22 +1 @@
1
- import e from "./link.module.js";
2
- import { Slot as t, cn as n } from "@cascivo/core/pure";
3
- import { forwardRef as r } from "react";
4
- import { jsx as i } from "react/jsx-runtime";
5
- //#region ../components/src/link/link.tsx
6
- var a = r(function({ variant: r = "standalone", size: a = "md", external: o = !1, asChild: s = !1, className: c, children: l, ...u }, d) {
7
- return /* @__PURE__ */ i(s ? t : "a", {
8
- "data-variant": r,
9
- "data-size": a,
10
- "data-external": o || void 0,
11
- className: n(e.link, c),
12
- ...o ? {
13
- target: "_blank",
14
- rel: "noreferrer"
15
- } : {},
16
- ref: d,
17
- ...u,
18
- children: l
19
- });
20
- });
21
- //#endregion
22
- export { a as Link };
1
+ import e from"./link.module.js";import{Slot as t,cn as n}from"@cascivo/core/pure";import{forwardRef as r}from"react";import{jsx as i}from"react/jsx-runtime";var a=r(function({variant:r=`standalone`,size:a=`md`,external:o=!1,asChild:s=!1,className:c,children:l,...u},d){return i(s?t:`a`,{"data-variant":r,"data-size":a,"data-external":o||void 0,className:n(e.link,c),...o?{target:`_blank`,rel:`noreferrer`}:{},ref:d,...u,children:l})});export{a as Link};
@@ -1,3 +1 @@
1
- var e = { link: "_link_14poz_2" };
2
- //#endregion
3
- export { e as default };
1
+ var e={link:`_link_1akb1_2`};export{e as default};
@@ -1,21 +1 @@
1
- import e from "./list.module.js";
2
- import { cn as t } from "@cascivo/core/pure";
3
- import { jsx as n } from "react/jsx-runtime";
4
- //#region ../components/src/list/list.tsx
5
- function r({ as: r = "ul", marker: i, className: a, children: o, ...s }) {
6
- return /* @__PURE__ */ n(r, {
7
- "data-marker": i ?? (r === "ol" ? "decimal" : "disc"),
8
- className: t(e.list, a),
9
- ...s,
10
- children: o
11
- });
12
- }
13
- function i({ className: r, children: i, ...a }) {
14
- return /* @__PURE__ */ n("li", {
15
- className: t(e.item, r),
16
- ...a,
17
- children: i
18
- });
19
- }
20
- //#endregion
21
- export { r as List, i as ListItem };
1
+ import e from"./list.module.js";import{cn as t}from"@cascivo/core/pure";import{jsx as n}from"react/jsx-runtime";function List({as:r=`ul`,marker:i,className:a,children:o,...s}){return n(r,{"data-marker":i??(r===`ol`?`decimal`:`disc`),className:t(e.list,a),...s,children:o})}function ListItem({className:r,children:i,...a}){return n(`li`,{className:t(e.item,r),...a,children:i})}export{List,ListItem};
@@ -1,6 +1 @@
1
- var e = {
2
- list: "_list_96m5o_2",
3
- item: "_item_96m5o_24"
4
- };
5
- //#endregion
6
- export { e as default };
1
+ var e={list:`_list_96m5o_2`,item:`_item_96m5o_24`};export{e as default};