@caspeco/casper-ui-library 10.4.0 → 10.5.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 (781) hide show
  1. package/dist/_virtual/_rolldown/runtime.js +11 -0
  2. package/dist/_virtual/builtin_esm-external-require-react.js +9 -0
  3. package/dist/components/accordion/accordion-context.js +5 -6
  4. package/dist/components/accordion/accordion-item.js +28 -40
  5. package/dist/components/accordion/accordion-panel.js +17 -14
  6. package/dist/components/accordion/accordion-recipe.js +85 -120
  7. package/dist/components/accordion/accordion.js +23 -20
  8. package/dist/components/alert/alert.js +80 -59
  9. package/dist/components/alert/helper.js +30 -42
  10. package/dist/components/alert/types.d.ts.map +1 -1
  11. package/dist/components/badge/badge-recipe.js +57 -49
  12. package/dist/components/badge/badge.js +66 -71
  13. package/dist/components/badge/helper.js +8 -9
  14. package/dist/components/box/box.js +14 -11
  15. package/dist/components/breadcrumbs/breadcrumb-item.js +21 -17
  16. package/dist/components/breadcrumbs/breadcrumb-link.js +21 -20
  17. package/dist/components/breadcrumbs/breadcrumbs.js +123 -90
  18. package/dist/components/button/button-recipe.js +280 -315
  19. package/dist/components/button/button.js +39 -40
  20. package/dist/components/checkbox/checkbox-icon.js +38 -46
  21. package/dist/components/checkbox/checkbox-recipe.js +176 -204
  22. package/dist/components/checkbox/checkbox.js +43 -36
  23. package/dist/components/checkbox/icons/check.js +5 -5
  24. package/dist/components/checkbox/icons/minus.js +5 -5
  25. package/dist/components/checkbox/icons/plus.js +5 -5
  26. package/dist/components/checkbox-group/checkbox-group.js +17 -16
  27. package/dist/components/collapsible/collapsible.js +117 -101
  28. package/dist/components/collapsible/translations.js +29 -29
  29. package/dist/components/combobox/combobox-button.js +173 -143
  30. package/dist/components/combobox/combobox-item.js +45 -23
  31. package/dist/components/combobox/combobox-menu.js +240 -190
  32. package/dist/components/combobox/combobox-recipe.js +69 -103
  33. package/dist/components/combobox/combobox.js +243 -273
  34. package/dist/components/combobox/translations.js +49 -50
  35. package/dist/components/date-picker/base-date-picker.js +238 -248
  36. package/dist/components/date-picker/date-cell-recipe.js +149 -179
  37. package/dist/components/date-picker/date-multi-picker.js +35 -29
  38. package/dist/components/date-picker/date-picker-date-cell.js +109 -114
  39. package/dist/components/date-picker/date-picker-header.js +152 -170
  40. package/dist/components/date-picker/date-picker-week-cell.js +41 -43
  41. package/dist/components/date-picker/date-picker.js +32 -29
  42. package/dist/components/date-picker/date-range-picker.js +29 -24
  43. package/dist/components/date-picker/date-week-picker.js +29 -22
  44. package/dist/components/date-picker/datepicker-week-recipe.js +75 -91
  45. package/dist/components/date-picker/helper.js +11 -16
  46. package/dist/components/divider/divider-recipe.js +9 -11
  47. package/dist/components/divider/divider.js +19 -18
  48. package/dist/components/drawer/drawer-recipe.js +21 -50
  49. package/dist/components/drawer/drawer.js +45 -41
  50. package/dist/components/drawer/inline-drawer.js +69 -66
  51. package/dist/components/drawer/use-drawer-key-down.js +20 -20
  52. package/dist/components/fieldset/fieldset-error-text.js +15 -15
  53. package/dist/components/fieldset/fieldset-helper-text.js +15 -15
  54. package/dist/components/fieldset/fieldset-legend.js +15 -15
  55. package/dist/components/fieldset/fieldset-recipe.js +14 -24
  56. package/dist/components/fieldset/fieldset.js +17 -17
  57. package/dist/components/flex/flex.js +15 -15
  58. package/dist/components/form-control/form-control-recipe.js +42 -46
  59. package/dist/components/form-control/form-control.js +19 -19
  60. package/dist/components/form-control/form-error-message.js +15 -15
  61. package/dist/components/form-control/form-helper-text.js +15 -15
  62. package/dist/components/form-control/form-label.js +24 -26
  63. package/dist/components/grid/grid-item.js +15 -15
  64. package/dist/components/grid/grid.js +15 -15
  65. package/dist/components/heading/heading.js +24 -23
  66. package/dist/components/highlight/highlight.js +22 -21
  67. package/dist/components/icon/create-icon.js +27 -26
  68. package/dist/components/icon/icons/absence-icon.js +5 -5
  69. package/dist/components/icon/icons/accessibility-icon.js +5 -5
  70. package/dist/components/icon/icons/add-absence-icon.js +5 -5
  71. package/dist/components/icon/icons/add-emoji-icon.js +5 -5
  72. package/dist/components/icon/icons/add-icon.js +5 -5
  73. package/dist/components/icon/icons/apple-icon.js +5 -5
  74. package/dist/components/icon/icons/apps-icon.js +5 -5
  75. package/dist/components/icon/icons/archive-icon.js +6 -6
  76. package/dist/components/icon/icons/area-icon.js +5 -5
  77. package/dist/components/icon/icons/at-icon.js +5 -5
  78. package/dist/components/icon/icons/attachment-icon.js +5 -5
  79. package/dist/components/icon/icons/baby-icon.js +5 -5
  80. package/dist/components/icon/icons/back-icon.js +5 -5
  81. package/dist/components/icon/icons/backspace-icon.js +5 -5
  82. package/dist/components/icon/icons/bank-icon.js +5 -5
  83. package/dist/components/icon/icons/bank-id-icon.js +5 -5
  84. package/dist/components/icon/icons/barcode-icon.js +5 -5
  85. package/dist/components/icon/icons/bell-icon.js +5 -5
  86. package/dist/components/icon/icons/bolt-icon.js +7 -7
  87. package/dist/components/icon/icons/calendar-icon.js +5 -5
  88. package/dist/components/icon/icons/camera-icon.js +5 -5
  89. package/dist/components/icon/icons/cancel-icon.js +5 -5
  90. package/dist/components/icon/icons/card-icon.js +5 -5
  91. package/dist/components/icon/icons/cart-icon.js +5 -5
  92. package/dist/components/icon/icons/caspeco-icon.js +7 -7
  93. package/dist/components/icon/icons/channels-icon.js +5 -5
  94. package/dist/components/icon/icons/chart-icon.js +5 -5
  95. package/dist/components/icon/icons/chart-line-icon.js +5 -5
  96. package/dist/components/icon/icons/chart-mixed-icon.js +5 -5
  97. package/dist/components/icon/icons/chart-pie-icon.js +5 -5
  98. package/dist/components/icon/icons/chart-scatter-icon.js +5 -5
  99. package/dist/components/icon/icons/check-icon.js +5 -5
  100. package/dist/components/icon/icons/checkbox-icon.js +5 -5
  101. package/dist/components/icon/icons/chevron-left-icon.js +5 -5
  102. package/dist/components/icon/icons/chevron-right-icon.js +5 -5
  103. package/dist/components/icon/icons/child-icon.js +5 -5
  104. package/dist/components/icon/icons/circle-info-icon.js +5 -5
  105. package/dist/components/icon/icons/circle-parking-icon.js +5 -5
  106. package/dist/components/icon/icons/circle-question-icon.js +5 -5
  107. package/dist/components/icon/icons/circle-select-icon.js +5 -5
  108. package/dist/components/icon/icons/circle-success-icon.js +5 -5
  109. package/dist/components/icon/icons/circle-user-icon.js +5 -5
  110. package/dist/components/icon/icons/clear-icon.js +5 -5
  111. package/dist/components/icon/icons/close-icon.js +5 -5
  112. package/dist/components/icon/icons/closed-icon.js +5 -5
  113. package/dist/components/icon/icons/collapse-icon.js +5 -5
  114. package/dist/components/icon/icons/color-icon.js +5 -5
  115. package/dist/components/icon/icons/columns-icon.js +5 -5
  116. package/dist/components/icon/icons/comment-add-icon.js +5 -5
  117. package/dist/components/icon/icons/comment-icon.js +5 -5
  118. package/dist/components/icon/icons/cookies-icon.js +5 -5
  119. package/dist/components/icon/icons/copy-icon.js +5 -5
  120. package/dist/components/icon/icons/date-icon.js +5 -5
  121. package/dist/components/icon/icons/decrease-icon.js +4 -4
  122. package/dist/components/icon/icons/delete-icon.js +5 -5
  123. package/dist/components/icon/icons/deliverect-icon.js +5 -5
  124. package/dist/components/icon/icons/delivery-icon.js +5 -5
  125. package/dist/components/icon/icons/description-icon.js +5 -5
  126. package/dist/components/icon/icons/discount-icon.js +5 -5
  127. package/dist/components/icon/icons/distribute-evenly-icon.js +5 -5
  128. package/dist/components/icon/icons/door-closed-icon.js +5 -5
  129. package/dist/components/icon/icons/door-open-icon.js +5 -5
  130. package/dist/components/icon/icons/down-icon.js +5 -5
  131. package/dist/components/icon/icons/eat-in-icon.js +5 -5
  132. package/dist/components/icon/icons/edit-icon.js +5 -5
  133. package/dist/components/icon/icons/email-icon.js +5 -5
  134. package/dist/components/icon/icons/error-icon.js +5 -5
  135. package/dist/components/icon/icons/expand-icon.js +5 -5
  136. package/dist/components/icon/icons/export-icon.js +5 -5
  137. package/dist/components/icon/icons/extract-icon.js +5 -5
  138. package/dist/components/icon/icons/facebook-icon.js +5 -5
  139. package/dist/components/icon/icons/failed-print-icon.js +5 -5
  140. package/dist/components/icon/icons/file-icon.js +5 -5
  141. package/dist/components/icon/icons/filter-icon.js +5 -5
  142. package/dist/components/icon/icons/folder-icon.js +5 -5
  143. package/dist/components/icon/icons/foodora-icon.js +5 -5
  144. package/dist/components/icon/icons/forward-icon.js +5 -5
  145. package/dist/components/icon/icons/glovo-icon.js +7 -7
  146. package/dist/components/icon/icons/goal-icon.js +5 -5
  147. package/dist/components/icon/icons/google-icon.js +5 -5
  148. package/dist/components/icon/icons/grip-more-icon.js +5 -5
  149. package/dist/components/icon/icons/hash-icon.js +5 -5
  150. package/dist/components/icon/icons/hexagon-error-icon.js +5 -5
  151. package/dist/components/icon/icons/hide-icon.js +5 -5
  152. package/dist/components/icon/icons/history-icon.js +5 -5
  153. package/dist/components/icon/icons/icon-picker-anchor-icon.js +5 -5
  154. package/dist/components/icon/icons/icon-picker-asterisk-icon.js +5 -5
  155. package/dist/components/icon/icons/icon-picker-beer-icon.js +5 -5
  156. package/dist/components/icon/icons/icon-picker-bicycle-icon.js +5 -5
  157. package/dist/components/icon/icons/icon-picker-binoculars-icon.js +5 -5
  158. package/dist/components/icon/icons/icon-picker-bomb-icon.js +5 -5
  159. package/dist/components/icon/icons/icon-picker-car-icon.js +5 -5
  160. package/dist/components/icon/icons/icon-picker-cocktail-icon.js +5 -5
  161. package/dist/components/icon/icons/icon-picker-gem-icon.js +5 -5
  162. package/dist/components/icon/icons/icon-picker-heart-full-icon.js +5 -5
  163. package/dist/components/icon/icons/icon-picker-heart-icon.js +5 -5
  164. package/dist/components/icon/icons/icon-picker-magnet-icon.js +5 -5
  165. package/dist/components/icon/icons/icon-picker-money-icon.js +5 -5
  166. package/dist/components/icon/icons/icon-picker-moon-icon.js +5 -5
  167. package/dist/components/icon/icons/icon-picker-music-icon.js +5 -5
  168. package/dist/components/icon/icons/icon-picker-star-full-icon.js +5 -5
  169. package/dist/components/icon/icons/icon-picker-star-half-icon.js +5 -5
  170. package/dist/components/icon/icons/icon-picker-star-icon.js +5 -5
  171. package/dist/components/icon/icons/icon-picker-tint-icon.js +5 -5
  172. package/dist/components/icon/icons/icon-picker-tree-icon.js +5 -5
  173. package/dist/components/icon/icons/icon-picker-utensils-icon.js +5 -5
  174. package/dist/components/icon/icons/icon-picker-wheelchair-icon.js +5 -5
  175. package/dist/components/icon/icons/image-icon.js +5 -5
  176. package/dist/components/icon/icons/import-icon.js +5 -5
  177. package/dist/components/icon/icons/inbox-icon.js +5 -5
  178. package/dist/components/icon/icons/increase-icon.js +5 -5
  179. package/dist/components/icon/icons/indeterminate-icon.js +4 -4
  180. package/dist/components/icon/icons/info-icon.js +5 -5
  181. package/dist/components/icon/icons/inheritance-icon.js +5 -5
  182. package/dist/components/icon/icons/just-eat-icon.js +5 -5
  183. package/dist/components/icon/icons/karma-icon.js +5 -5
  184. package/dist/components/icon/icons/key-command-icon.js +5 -5
  185. package/dist/components/icon/icons/key-enter-icon.js +5 -5
  186. package/dist/components/icon/icons/key-icon.js +5 -5
  187. package/dist/components/icon/icons/key-option-icon.js +5 -5
  188. package/dist/components/icon/icons/language-icon.js +5 -5
  189. package/dist/components/icon/icons/link-broken-icon.js +5 -5
  190. package/dist/components/icon/icons/link-external-icon.js +5 -5
  191. package/dist/components/icon/icons/link-icon.js +5 -5
  192. package/dist/components/icon/icons/list-ol-icon.js +5 -5
  193. package/dist/components/icon/icons/list-ul-icon.js +5 -5
  194. package/dist/components/icon/icons/loading-icon.js +5 -5
  195. package/dist/components/icon/icons/location-icon.js +5 -5
  196. package/dist/components/icon/icons/lock-icon.js +5 -5
  197. package/dist/components/icon/icons/log-in-icon.js +5 -5
  198. package/dist/components/icon/icons/log-out-icon.js +5 -5
  199. package/dist/components/icon/icons/map-icon.js +5 -5
  200. package/dist/components/icon/icons/maximize-icon.js +5 -5
  201. package/dist/components/icon/icons/members-icon.js +5 -5
  202. package/dist/components/icon/icons/menu-hide-icon.js +5 -5
  203. package/dist/components/icon/icons/menu-icon.js +5 -5
  204. package/dist/components/icon/icons/menu-show-icon.js +5 -5
  205. package/dist/components/icon/icons/message-add-icon.js +5 -5
  206. package/dist/components/icon/icons/message-icon.js +5 -5
  207. package/dist/components/icon/icons/message-lines-icon.js +5 -5
  208. package/dist/components/icon/icons/minimize-icon.js +5 -5
  209. package/dist/components/icon/icons/minimize-window-icon.js +5 -5
  210. package/dist/components/icon/icons/mobile-rotate-icon.js +5 -5
  211. package/dist/components/icon/icons/module-accounting-icon.js +5 -5
  212. package/dist/components/icon/icons/module-ai-forecast-icon.js +5 -5
  213. package/dist/components/icon/icons/module-app-icon.js +5 -5
  214. package/dist/components/icon/icons/module-articles-icon.js +5 -5
  215. package/dist/components/icon/icons/module-benchmark-icon.js +5 -5
  216. package/dist/components/icon/icons/module-booking-icon.js +5 -5
  217. package/dist/components/icon/icons/module-cai-icon.js +5 -5
  218. package/dist/components/icon/icons/module-campaigns-icon.js +5 -5
  219. package/dist/components/icon/icons/module-cashier-icon.js +5 -5
  220. package/dist/components/icon/icons/module-communication-icon.js +5 -5
  221. package/dist/components/icon/icons/module-copilot-icon.js +5 -5
  222. package/dist/components/icon/icons/module-dashboard-icon.js +5 -5
  223. package/dist/components/icon/icons/module-document-icon.js +5 -5
  224. package/dist/components/icon/icons/module-employees-icon.js +5 -5
  225. package/dist/components/icon/icons/module-feed-icon.js +5 -5
  226. package/dist/components/icon/icons/module-history-icon.js +5 -5
  227. package/dist/components/icon/icons/module-home-icon.js +5 -5
  228. package/dist/components/icon/icons/module-insights-icon.js +5 -5
  229. package/dist/components/icon/icons/module-kds-icon.js +5 -5
  230. package/dist/components/icon/icons/module-members-icon.js +5 -5
  231. package/dist/components/icon/icons/module-menus-icon.js +5 -5
  232. package/dist/components/icon/icons/module-my-city-icon.js +5 -5
  233. package/dist/components/icon/icons/module-notification-center-icon.js +5 -5
  234. package/dist/components/icon/icons/module-online-order-icon.js +5 -5
  235. package/dist/components/icon/icons/module-organisation-icon.js +5 -5
  236. package/dist/components/icon/icons/module-pos-icon.js +5 -5
  237. package/dist/components/icon/icons/module-pulse-icon.js +5 -5
  238. package/dist/components/icon/icons/module-result-icon.js +5 -5
  239. package/dist/components/icon/icons/module-salary-icon.js +5 -5
  240. package/dist/components/icon/icons/module-schedule-icon.js +5 -5
  241. package/dist/components/icon/icons/module-settings-alt-icon.js +5 -5
  242. package/dist/components/icon/icons/module-settings-icon.js +5 -5
  243. package/dist/components/icon/icons/module-support-icon.js +5 -5
  244. package/dist/components/icon/icons/module-survey-icon.js +5 -5
  245. package/dist/components/icon/icons/module-table-map-icon.js +6 -6
  246. package/dist/components/icon/icons/module-tablet-icon.js +5 -5
  247. package/dist/components/icon/icons/module-time-icon.js +5 -5
  248. package/dist/components/icon/icons/module-timeline-icon.js +5 -5
  249. package/dist/components/icon/icons/module-tip-icon.js +5 -5
  250. package/dist/components/icon/icons/module-to-do-icon.js +5 -5
  251. package/dist/components/icon/icons/module-tools-icon.js +5 -5
  252. package/dist/components/icon/icons/module-top-list-icon.js +5 -5
  253. package/dist/components/icon/icons/module-web-charts-icon.js +5 -5
  254. package/dist/components/icon/icons/module-web-icon.js +5 -5
  255. package/dist/components/icon/icons/more-horizontal-icon.js +5 -5
  256. package/dist/components/icon/icons/more-vertical-icon.js +5 -5
  257. package/dist/components/icon/icons/nfc-icon.js +5 -5
  258. package/dist/components/icon/icons/no-cart-icon.js +5 -5
  259. package/dist/components/icon/icons/note-icon.js +5 -5
  260. package/dist/components/icon/icons/number-icon.js +6 -6
  261. package/dist/components/icon/icons/open-modal-icon.js +5 -5
  262. package/dist/components/icon/icons/parking-icon.js +5 -5
  263. package/dist/components/icon/icons/party-horn-icon.js +5 -5
  264. package/dist/components/icon/icons/paste-icon.js +5 -5
  265. package/dist/components/icon/icons/pause-icon.js +5 -5
  266. package/dist/components/icon/icons/payment-card-icon.js +5 -5
  267. package/dist/components/icon/icons/payment-cash-icon.js +5 -5
  268. package/dist/components/icon/icons/payment-generic-icon.js +5 -5
  269. package/dist/components/icon/icons/payment-giftcard-icon.js +5 -5
  270. package/dist/components/icon/icons/payment-hotel-icon.js +5 -5
  271. package/dist/components/icon/icons/payment-invoice-icon.js +5 -5
  272. package/dist/components/icon/icons/percentage-icon.js +5 -5
  273. package/dist/components/icon/icons/phone-icon.js +5 -5
  274. package/dist/components/icon/icons/pin-icon.js +5 -5
  275. package/dist/components/icon/icons/pin-map-icon.js +5 -5
  276. package/dist/components/icon/icons/play-icon.js +5 -5
  277. package/dist/components/icon/icons/preview-icon.js +5 -5
  278. package/dist/components/icon/icons/print-icon.js +5 -5
  279. package/dist/components/icon/icons/privacy-icon.js +5 -5
  280. package/dist/components/icon/icons/product-admin-icon.js +5 -5
  281. package/dist/components/icon/icons/product-analytics-icon.js +5 -5
  282. package/dist/components/icon/icons/product-booking-icon.js +5 -5
  283. package/dist/components/icon/icons/product-checkout-icon.js +5 -5
  284. package/dist/components/icon/icons/product-my-pages-icon.js +5 -5
  285. package/dist/components/icon/icons/product-staff-icon.js +5 -5
  286. package/dist/components/icon/icons/puck-icon.js +5 -5
  287. package/dist/components/icon/icons/qr-code-icon.js +5 -5
  288. package/dist/components/icon/icons/question-icon.js +5 -5
  289. package/dist/components/icon/icons/radio-icon.js +5 -5
  290. package/dist/components/icon/icons/receipt-icon.js +5 -5
  291. package/dist/components/icon/icons/redo-icon.js +5 -5
  292. package/dist/components/icon/icons/refund-icon.js +5 -5
  293. package/dist/components/icon/icons/remove-icon.js +5 -5
  294. package/dist/components/icon/icons/replace-icon.js +5 -5
  295. package/dist/components/icon/icons/schedule-icon.js +5 -5
  296. package/dist/components/icon/icons/search-icon.js +5 -5
  297. package/dist/components/icon/icons/select-icon.js +4 -4
  298. package/dist/components/icon/icons/send-icon.js +5 -5
  299. package/dist/components/icon/icons/share-icon.js +5 -5
  300. package/dist/components/icon/icons/show-icon.js +5 -5
  301. package/dist/components/icon/icons/shuffle-icon.js +5 -5
  302. package/dist/components/icon/icons/sidebar-hide-icon.js +4 -4
  303. package/dist/components/icon/icons/sidebar-left-icon.js +4 -4
  304. package/dist/components/icon/icons/sidebar-right-icon.js +5 -5
  305. package/dist/components/icon/icons/sidebar-show-icon.js +5 -5
  306. package/dist/components/icon/icons/sliders-icon.js +5 -5
  307. package/dist/components/icon/icons/slightly-sad-icon.js +5 -5
  308. package/dist/components/icon/icons/smile-icon.js +5 -5
  309. package/dist/components/icon/icons/sort-asc-icon.js +5 -5
  310. package/dist/components/icon/icons/sort-desc-icon.js +5 -5
  311. package/dist/components/icon/icons/split-icon.js +5 -5
  312. package/dist/components/icon/icons/status-icon.js +5 -5
  313. package/dist/components/icon/icons/stop-icon.js +5 -5
  314. package/dist/components/icon/icons/submenu-icon.js +5 -5
  315. package/dist/components/icon/icons/success-icon.js +5 -5
  316. package/dist/components/icon/icons/swap-icon.js +5 -5
  317. package/dist/components/icon/icons/swatch-icon.js +5 -5
  318. package/dist/components/icon/icons/sweat-icon.js +5 -5
  319. package/dist/components/icon/icons/table-icon.js +5 -5
  320. package/dist/components/icon/icons/table-map-icon.js +5 -5
  321. package/dist/components/icon/icons/take-away-dot-com-icon.js +5 -5
  322. package/dist/components/icon/icons/take-away-icon.js +5 -5
  323. package/dist/components/icon/icons/talk-icon.js +5 -5
  324. package/dist/components/icon/icons/thumbtack-icon.js +5 -5
  325. package/dist/components/icon/icons/time-icon.js +5 -5
  326. package/dist/components/icon/icons/timeline-icon.js +5 -5
  327. package/dist/components/icon/icons/tip-icon.js +5 -5
  328. package/dist/components/icon/icons/title-icon.js +5 -5
  329. package/dist/components/icon/icons/translate-icon.js +5 -5
  330. package/dist/components/icon/icons/tree-view-collapse-icon.js +4 -4
  331. package/dist/components/icon/icons/tree-view-expand-icon.js +4 -4
  332. package/dist/components/icon/icons/tree-view-last-icon.js +4 -4
  333. package/dist/components/icon/icons/trend-down-icon.js +5 -5
  334. package/dist/components/icon/icons/trend-up-icon.js +5 -5
  335. package/dist/components/icon/icons/triangle-warning-icon.js +5 -5
  336. package/dist/components/icon/icons/trivec-icon.js +6 -6
  337. package/dist/components/icon/icons/uber-eats-icon.js +5 -5
  338. package/dist/components/icon/icons/undo-icon.js +5 -5
  339. package/dist/components/icon/icons/unlock-icon.js +5 -5
  340. package/dist/components/icon/icons/unwrap-content-icon.js +5 -5
  341. package/dist/components/icon/icons/up-icon.js +5 -5
  342. package/dist/components/icon/icons/user-group-icon.js +5 -5
  343. package/dist/components/icon/icons/user-icon.js +5 -5
  344. package/dist/components/icon/icons/user-permissions-icon.js +5 -5
  345. package/dist/components/icon/icons/user-wait-icon.js +5 -5
  346. package/dist/components/icon/icons/users-icon.js +5 -5
  347. package/dist/components/icon/icons/version-control-icon.js +5 -5
  348. package/dist/components/icon/icons/volume-high-icon.js +5 -5
  349. package/dist/components/icon/icons/volume-icon.js +5 -5
  350. package/dist/components/icon/icons/volume-low-icon.js +5 -5
  351. package/dist/components/icon/icons/volume-off-icon.js +5 -5
  352. package/dist/components/icon/icons/warning-icon.js +5 -5
  353. package/dist/components/icon/icons/waste-icon.js +5 -5
  354. package/dist/components/icon/icons/wifi-icon.js +5 -5
  355. package/dist/components/icon/icons/wifi-off-icon.js +5 -5
  356. package/dist/components/icon/icons/wolt-icon.js +5 -5
  357. package/dist/components/icon/icons/wrap-content-icon.js +5 -5
  358. package/dist/components/icon-button/icon-button.js +37 -39
  359. package/dist/components/image/image.js +12 -14
  360. package/dist/components/image-upload/image-cropper.helper.js +74 -82
  361. package/dist/components/image-upload/image-cropper.js +156 -183
  362. package/dist/components/image-upload/image-upload-dropzone.js +134 -112
  363. package/dist/components/image-upload/image-upload-helper.js +15 -19
  364. package/dist/components/image-upload/image-upload-icons.js +52 -20
  365. package/dist/components/image-upload/image-upload-modal.js +131 -106
  366. package/dist/components/image-upload/image-upload.js +96 -86
  367. package/dist/components/image-upload/translations.js +65 -65
  368. package/dist/components/image-upload/types.js +6 -4
  369. package/dist/components/input/helper.js +18 -29
  370. package/dist/components/input/input-addon-recipe.js +37 -43
  371. package/dist/components/input/input-recipe.js +124 -133
  372. package/dist/components/input/input.js +78 -83
  373. package/dist/components/link/link-recipe.js +18 -22
  374. package/dist/components/link/link.js +14 -14
  375. package/dist/components/list/list-item.js +15 -15
  376. package/dist/components/list/list.js +19 -20
  377. package/dist/components/menu/helper.js +12 -16
  378. package/dist/components/menu/menu-box-button.js +22 -18
  379. package/dist/components/menu/menu-button.js +18 -16
  380. package/dist/components/menu/menu-divider.js +31 -28
  381. package/dist/components/menu/menu-group.js +138 -142
  382. package/dist/components/menu/menu-icon-button.js +13 -11
  383. package/dist/components/menu/menu-item.js +44 -45
  384. package/dist/components/menu/menu-list.js +14 -15
  385. package/dist/components/menu/menu-recipe.js +67 -81
  386. package/dist/components/menu/menu.js +34 -41
  387. package/dist/components/message/message.js +52 -38
  388. package/dist/components/modal/modal-body-context.js +6 -7
  389. package/dist/components/modal/modal-body.js +17 -17
  390. package/dist/components/modal/modal-close-button.js +23 -18
  391. package/dist/components/modal/modal-footer.js +29 -32
  392. package/dist/components/modal/modal-header.js +17 -17
  393. package/dist/components/modal/modal-recipe.js +110 -141
  394. package/dist/components/modal/modal.js +54 -58
  395. package/dist/components/navigation-list/navigation-list-item.js +76 -88
  396. package/dist/components/navigation-list/navigation-list.js +23 -17
  397. package/dist/components/paginator/paginator-recipe.js +34 -40
  398. package/dist/components/paginator/paginator.js +65 -70
  399. package/dist/components/paginator/translations.js +35 -35
  400. package/dist/components/phone-input/country-data.js +31 -36
  401. package/dist/components/phone-input/country-list.js +45 -25
  402. package/dist/components/phone-input/country-selector.js +167 -115
  403. package/dist/components/phone-input/phone-input-helpers.js +91 -119
  404. package/dist/components/phone-input/phone-input.js +47 -42
  405. package/dist/components/phone-input/translations.js +53 -53
  406. package/dist/components/phone-input/use-phone-input.js +110 -137
  407. package/dist/components/quantity-button/minus-button.js +18 -16
  408. package/dist/components/quantity-button/plus-button.js +18 -16
  409. package/dist/components/quantity-button/quantity-button.js +72 -40
  410. package/dist/components/radio/check-icon.js +5 -5
  411. package/dist/components/radio/hover-styles.js +21 -36
  412. package/dist/components/radio/radio-group-context.js +5 -6
  413. package/dist/components/radio/radio-group-recipe.js +124 -142
  414. package/dist/components/radio/radio-group.js +30 -28
  415. package/dist/components/radio/radio.js +72 -55
  416. package/dist/components/radio-card/hover-styles.js +21 -36
  417. package/dist/components/radio-card/radio-card-group.js +24 -25
  418. package/dist/components/radio-card/radio-card.js +87 -67
  419. package/dist/components/rich-text-editor/boolean-control.js +51 -54
  420. package/dist/components/rich-text-editor/extensions.js +39 -34
  421. package/dist/components/rich-text-editor/index.js +26 -22
  422. package/dist/components/rich-text-editor/rich-text-editor-context.js +9 -11
  423. package/dist/components/rich-text-editor/rich-text-editor-control.js +290 -284
  424. package/dist/components/rich-text-editor/rich-text-editor-recipe.js +71 -83
  425. package/dist/components/rich-text-editor/rich-text-editor.js +72 -69
  426. package/dist/components/rich-text-editor/rich-text-renderer.js +32 -32
  427. package/dist/components/rich-text-editor/translations.js +119 -119
  428. package/dist/components/rich-text-editor/use-rich-text-editor.js +22 -29
  429. package/dist/components/segmented-control/segmented-control-item.js +24 -25
  430. package/dist/components/segmented-control/segmented-control.js +49 -40
  431. package/dist/components/select/select-recipe.js +91 -106
  432. package/dist/components/select/select.js +27 -29
  433. package/dist/components/skeleton/skeleton-text.js +18 -19
  434. package/dist/components/skeleton/skeleton.js +19 -20
  435. package/dist/components/spinner/spinner.js +44 -28
  436. package/dist/components/stack/stack.js +18 -18
  437. package/dist/components/stepper/check-icon.js +5 -5
  438. package/dist/components/stepper/step-context.js +5 -5
  439. package/dist/components/stepper/step.js +111 -106
  440. package/dist/components/stepper/stepper.js +42 -43
  441. package/dist/components/stepper/times-icon.js +5 -5
  442. package/dist/components/switch/hover-styles.js +30 -44
  443. package/dist/components/switch/switch-recipe.js +76 -84
  444. package/dist/components/switch/switch.d.ts +3 -3
  445. package/dist/components/switch/switch.d.ts.map +1 -1
  446. package/dist/components/switch/switch.js +30 -31
  447. package/dist/components/switch/types.d.ts +4 -2
  448. package/dist/components/switch/types.d.ts.map +1 -1
  449. package/dist/components/table/helper.d.ts +6 -0
  450. package/dist/components/table/helper.d.ts.map +1 -1
  451. package/dist/components/table/helper.js +29 -9
  452. package/dist/components/table/index.d.ts +1 -1
  453. package/dist/components/table/index.d.ts.map +1 -1
  454. package/dist/components/table/table-cell.d.ts.map +1 -1
  455. package/dist/components/table/table-cell.js +136 -122
  456. package/dist/components/table/table-column-resize-handle.d.ts +12 -0
  457. package/dist/components/table/table-column-resize-handle.d.ts.map +1 -0
  458. package/dist/components/table/table-column-resize-handle.js +69 -0
  459. package/dist/components/table/table-content.d.ts.map +1 -1
  460. package/dist/components/table/table-content.js +174 -98
  461. package/dist/components/table/table-context-provider.d.ts +7 -2
  462. package/dist/components/table/table-context-provider.d.ts.map +1 -1
  463. package/dist/components/table/table-context-provider.js +203 -151
  464. package/dist/components/table/table-context.d.ts +24 -0
  465. package/dist/components/table/table-context.d.ts.map +1 -1
  466. package/dist/components/table/table-context.js +18 -11
  467. package/dist/components/table/table-filter.js +170 -118
  468. package/dist/components/table/table-header-dropdown.js +131 -89
  469. package/dist/components/table/table-header-row.d.ts.map +1 -1
  470. package/dist/components/table/table-header-row.js +202 -140
  471. package/dist/components/table/table-recipe.d.ts.map +1 -1
  472. package/dist/components/table/table-recipe.js +75 -96
  473. package/dist/components/table/table-row-expand-toggle-button.js +28 -35
  474. package/dist/components/table/table-row.d.ts.map +1 -1
  475. package/dist/components/table/table-row.js +51 -41
  476. package/dist/components/table/table-toolbar-actions.js +19 -19
  477. package/dist/components/table/table-toolbar-add-button.js +18 -13
  478. package/dist/components/table/table-toolbar-search.js +17 -12
  479. package/dist/components/table/table-toolbar-settings.js +180 -133
  480. package/dist/components/table/table-toolbar.js +72 -51
  481. package/dist/components/table/table.composition.d.ts +1 -0
  482. package/dist/components/table/table.composition.d.ts.map +1 -1
  483. package/dist/components/table/table.constants.d.ts +4 -0
  484. package/dist/components/table/table.constants.d.ts.map +1 -1
  485. package/dist/components/table/table.constants.js +9 -4
  486. package/dist/components/table/table.d.ts +1 -1
  487. package/dist/components/table/table.d.ts.map +1 -1
  488. package/dist/components/table/table.js +41 -37
  489. package/dist/components/table/translations.d.ts +7 -0
  490. package/dist/components/table/translations.d.ts.map +1 -1
  491. package/dist/components/table/translations.js +199 -194
  492. package/dist/components/table/types.d.ts +33 -2
  493. package/dist/components/table/types.d.ts.map +1 -1
  494. package/dist/components/tabs/tab-list.js +16 -17
  495. package/dist/components/tabs/tab-panel.js +14 -14
  496. package/dist/components/tabs/tab-panels.js +15 -15
  497. package/dist/components/tabs/tab-with-image.js +60 -53
  498. package/dist/components/tabs/tab.js +26 -22
  499. package/dist/components/tabs/tabs-recipe.js +96 -116
  500. package/dist/components/tabs/tabs.js +25 -24
  501. package/dist/components/tag/tag-recipe.js +225 -252
  502. package/dist/components/tag/tag.js +121 -62
  503. package/dist/components/text/text-recipe.js +3 -8
  504. package/dist/components/text/text.js +26 -27
  505. package/dist/components/textarea/textarea-recipe.js +90 -96
  506. package/dist/components/textarea/textarea.js +19 -19
  507. package/dist/components/toaster/toast-store.d.ts +2 -2
  508. package/dist/components/toaster/toast-store.d.ts.map +1 -1
  509. package/dist/components/toaster/toast-store.js +25 -32
  510. package/dist/components/toaster/toaster.js +39 -34
  511. package/dist/components/toggle-button/toggle-button.js +23 -25
  512. package/dist/components/toggle-button/use-button-children.js +36 -35
  513. package/dist/components/tooltip/tooltip.js +43 -47
  514. package/dist/hooks/use-color-mode.js +17 -22
  515. package/dist/hooks/use-disclosure.js +10 -13
  516. package/dist/hooks/use-measured-width.js +21 -21
  517. package/dist/hooks/use-remove-attributes.js +25 -24
  518. package/dist/index.js +396 -802
  519. package/dist/node_modules/@dnd-kit/abstract/index.js +658 -1185
  520. package/dist/node_modules/@dnd-kit/collision/dist/index.js +51 -90
  521. package/dist/node_modules/@dnd-kit/dom/index.js +1256 -1518
  522. package/dist/node_modules/@dnd-kit/dom/sortable.js +529 -654
  523. package/dist/node_modules/@dnd-kit/dom/utilities.js +772 -940
  524. package/dist/node_modules/@dnd-kit/geometry/dist/index.js +228 -196
  525. package/dist/node_modules/@dnd-kit/react/hooks.js +51 -63
  526. package/dist/node_modules/@dnd-kit/react/index.js +175 -235
  527. package/dist/node_modules/@dnd-kit/react/sortable.js +67 -142
  528. package/dist/node_modules/@dnd-kit/react/utilities.js +7 -9
  529. package/dist/node_modules/@dnd-kit/state/dist/index.js +157 -172
  530. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +154 -243
  531. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +294 -369
  532. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +95 -133
  533. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +96 -122
  534. package/dist/node_modules/@preact/signals-core/dist/signals-core.module.js +249 -264
  535. package/dist/node_modules/@tanstack/react-table/build/lib/index.js +34 -88
  536. package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js +74 -88
  537. package/dist/node_modules/@tanstack/table-core/build/lib/index.js +1463 -1822
  538. package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +633 -768
  539. package/dist/node_modules/@tanstack/virtual-core/dist/esm/lazy-measurements.js +30 -32
  540. package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +35 -48
  541. package/dist/node_modules/@tiptap/core/dist/index.js +3433 -3946
  542. package/dist/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +19 -19
  543. package/dist/node_modules/@tiptap/extension-blockquote/dist/index.js +73 -1498
  544. package/dist/node_modules/@tiptap/extension-bold/dist/index.js +71 -84
  545. package/dist/node_modules/@tiptap/extension-code/dist/index.js +65 -70
  546. package/dist/node_modules/@tiptap/extension-code-block/dist/index.js +155 -216
  547. package/dist/node_modules/@tiptap/extension-document/dist/index.js +9 -11
  548. package/dist/node_modules/@tiptap/extension-hard-break/dist/index.js +48 -60
  549. package/dist/node_modules/@tiptap/extension-heading/dist/index.js +65 -66
  550. package/dist/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +47 -55
  551. package/dist/node_modules/@tiptap/extension-italic/dist/index.js +68 -82
  552. package/dist/node_modules/@tiptap/extension-link/dist/index.js +365 -334
  553. package/dist/node_modules/@tiptap/extension-list/dist/index.js +936 -1105
  554. package/dist/node_modules/@tiptap/extension-paragraph/dist/index.js +43 -48
  555. package/dist/node_modules/@tiptap/extension-strike/dist/index.js +53 -65
  556. package/dist/node_modules/@tiptap/extension-text/dist/index.js +12 -12
  557. package/dist/node_modules/@tiptap/extension-underline/dist/index.js +60 -64
  558. package/dist/node_modules/@tiptap/extensions/dist/index.js +439 -462
  559. package/dist/node_modules/@tiptap/react/dist/index.js +314 -0
  560. package/dist/node_modules/@tiptap/starter-kit/dist/index.js +23 -24
  561. package/dist/node_modules/country-flag-icons/modules/countries.json.js +4 -4
  562. package/dist/node_modules/country-flag-icons/modules/hasFlag.js +6 -6
  563. package/dist/node_modules/country-flag-icons/modules/react/3x2/index.js +5469 -6298
  564. package/dist/node_modules/country-flag-icons/react/3x2/index.js +273 -269
  565. package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +5 -6
  566. package/dist/node_modules/date-fns/_lib/defaultOptions.js +6 -6
  567. package/dist/node_modules/date-fns/_lib/format/formatters.js +385 -544
  568. package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +42 -57
  569. package/dist/node_modules/date-fns/_lib/format/longFormatters.js +37 -48
  570. package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +7 -17
  571. package/dist/node_modules/date-fns/_lib/normalizeDates.js +6 -9
  572. package/dist/node_modules/date-fns/_lib/protectedTokens.js +19 -16
  573. package/dist/node_modules/date-fns/addDays.js +8 -8
  574. package/dist/node_modules/date-fns/addMonths.js +11 -18
  575. package/dist/node_modules/date-fns/addWeeks.js +6 -6
  576. package/dist/node_modules/date-fns/constants.js +10 -6
  577. package/dist/node_modules/date-fns/constructFrom.js +6 -6
  578. package/dist/node_modules/date-fns/constructNow.js +6 -6
  579. package/dist/node_modules/date-fns/differenceInCalendarDays.js +10 -14
  580. package/dist/node_modules/date-fns/endOfDay.js +7 -7
  581. package/dist/node_modules/date-fns/endOfMonth.js +7 -7
  582. package/dist/node_modules/date-fns/format.js +57 -55
  583. package/dist/node_modules/date-fns/getDayOfYear.js +9 -9
  584. package/dist/node_modules/date-fns/getISOWeek.js +10 -10
  585. package/dist/node_modules/date-fns/getISOWeekYear.js +13 -13
  586. package/dist/node_modules/date-fns/getWeek.js +10 -10
  587. package/dist/node_modules/date-fns/getWeekYear.js +14 -14
  588. package/dist/node_modules/date-fns/isBefore.js +6 -6
  589. package/dist/node_modules/date-fns/isDate.js +5 -5
  590. package/dist/node_modules/date-fns/isPast.js +6 -6
  591. package/dist/node_modules/date-fns/isSameDay.js +8 -12
  592. package/dist/node_modules/date-fns/isSameMonth.js +7 -11
  593. package/dist/node_modules/date-fns/isSameWeek.js +8 -12
  594. package/dist/node_modules/date-fns/isSameYear.js +7 -11
  595. package/dist/node_modules/date-fns/isToday.js +7 -10
  596. package/dist/node_modules/date-fns/isValid.js +7 -7
  597. package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +8 -8
  598. package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +16 -17
  599. package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +19 -28
  600. package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +17 -14
  601. package/dist/node_modules/date-fns/locale/da/_lib/formatDistance.js +68 -69
  602. package/dist/node_modules/date-fns/locale/da/_lib/formatLong.js +31 -32
  603. package/dist/node_modules/date-fns/locale/da/_lib/formatRelative.js +11 -11
  604. package/dist/node_modules/date-fns/locale/da/_lib/localize.js +193 -142
  605. package/dist/node_modules/date-fns/locale/da/_lib/match.js +123 -109
  606. package/dist/node_modules/date-fns/locale/da.js +17 -17
  607. package/dist/node_modules/date-fns/locale/en-GB/_lib/formatLong.js +31 -32
  608. package/dist/node_modules/date-fns/locale/en-GB.js +18 -18
  609. package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +68 -69
  610. package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +31 -32
  611. package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +11 -11
  612. package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +200 -153
  613. package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +123 -109
  614. package/dist/node_modules/date-fns/locale/en-US.js +18 -18
  615. package/dist/node_modules/date-fns/locale/es/_lib/formatDistance.js +68 -69
  616. package/dist/node_modules/date-fns/locale/es/_lib/formatLong.js +31 -32
  617. package/dist/node_modules/date-fns/locale/es/_lib/formatRelative.js +18 -18
  618. package/dist/node_modules/date-fns/locale/es/_lib/localize.js +192 -141
  619. package/dist/node_modules/date-fns/locale/es/_lib/match.js +127 -114
  620. package/dist/node_modules/date-fns/locale/es.js +18 -18
  621. package/dist/node_modules/date-fns/locale/et/_lib/formatDistance.js +161 -162
  622. package/dist/node_modules/date-fns/locale/et/_lib/formatLong.js +31 -32
  623. package/dist/node_modules/date-fns/locale/et/_lib/formatRelative.js +11 -11
  624. package/dist/node_modules/date-fns/locale/et/_lib/localize.js +196 -152
  625. package/dist/node_modules/date-fns/locale/et/_lib/match.js +109 -107
  626. package/dist/node_modules/date-fns/locale/et.js +19 -19
  627. package/dist/node_modules/date-fns/locale/fi/_lib/formatDistance.js +101 -101
  628. package/dist/node_modules/date-fns/locale/fi/_lib/formatLong.js +31 -32
  629. package/dist/node_modules/date-fns/locale/fi/_lib/formatRelative.js +11 -11
  630. package/dist/node_modules/date-fns/locale/fi/_lib/localize.js +192 -140
  631. package/dist/node_modules/date-fns/locale/fi/_lib/match.js +122 -108
  632. package/dist/node_modules/date-fns/locale/fi.js +18 -18
  633. package/dist/node_modules/date-fns/locale/fr/_lib/formatDistance.js +68 -69
  634. package/dist/node_modules/date-fns/locale/fr/_lib/formatLong.js +31 -32
  635. package/dist/node_modules/date-fns/locale/fr/_lib/formatRelative.js +11 -11
  636. package/dist/node_modules/date-fns/locale/fr/_lib/localize.js +176 -120
  637. package/dist/node_modules/date-fns/locale/fr/_lib/match.js +122 -108
  638. package/dist/node_modules/date-fns/locale/fr.js +18 -18
  639. package/dist/node_modules/date-fns/locale/lt/_lib/formatDistance.js +93 -109
  640. package/dist/node_modules/date-fns/locale/lt/_lib/formatLong.js +31 -32
  641. package/dist/node_modules/date-fns/locale/lt/_lib/formatRelative.js +11 -11
  642. package/dist/node_modules/date-fns/locale/lt/_lib/localize.js +298 -195
  643. package/dist/node_modules/date-fns/locale/lt/_lib/match.js +154 -121
  644. package/dist/node_modules/date-fns/locale/lt.js +19 -19
  645. package/dist/node_modules/date-fns/locale/lv/_lib/formatDistance.js +226 -120
  646. package/dist/node_modules/date-fns/locale/lv/_lib/formatLong.js +31 -32
  647. package/dist/node_modules/date-fns/locale/lv/_lib/formatRelative.js +22 -22
  648. package/dist/node_modules/date-fns/locale/lv/_lib/localize.js +298 -221
  649. package/dist/node_modules/date-fns/locale/lv/_lib/match.js +138 -112
  650. package/dist/node_modules/date-fns/locale/lv.js +18 -18
  651. package/dist/node_modules/date-fns/locale/nb/_lib/formatDistance.js +68 -69
  652. package/dist/node_modules/date-fns/locale/nb/_lib/formatLong.js +31 -32
  653. package/dist/node_modules/date-fns/locale/nb/_lib/formatRelative.js +11 -11
  654. package/dist/node_modules/date-fns/locale/nb/_lib/localize.js +159 -108
  655. package/dist/node_modules/date-fns/locale/nb/_lib/match.js +112 -108
  656. package/dist/node_modules/date-fns/locale/nb.js +18 -18
  657. package/dist/node_modules/date-fns/locale/nl/_lib/formatDistance.js +68 -69
  658. package/dist/node_modules/date-fns/locale/nl/_lib/formatLong.js +31 -32
  659. package/dist/node_modules/date-fns/locale/nl/_lib/formatRelative.js +11 -11
  660. package/dist/node_modules/date-fns/locale/nl/_lib/localize.js +160 -109
  661. package/dist/node_modules/date-fns/locale/nl/_lib/match.js +120 -108
  662. package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatDistance.js +68 -69
  663. package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatLong.js +31 -32
  664. package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatRelative.js +11 -11
  665. package/dist/node_modules/date-fns/locale/nl-BE/_lib/localize.js +160 -109
  666. package/dist/node_modules/date-fns/locale/nl-BE/_lib/match.js +120 -108
  667. package/dist/node_modules/date-fns/locale/nl-BE.js +18 -18
  668. package/dist/node_modules/date-fns/locale/nl.js +18 -18
  669. package/dist/node_modules/date-fns/locale/sv/_lib/formatDistance.js +82 -86
  670. package/dist/node_modules/date-fns/locale/sv/_lib/formatLong.js +31 -32
  671. package/dist/node_modules/date-fns/locale/sv/_lib/formatRelative.js +11 -11
  672. package/dist/node_modules/date-fns/locale/sv/_lib/localize.js +199 -142
  673. package/dist/node_modules/date-fns/locale/sv/_lib/match.js +109 -107
  674. package/dist/node_modules/date-fns/locale/sv.js +18 -18
  675. package/dist/node_modules/date-fns/startOfDay.js +7 -7
  676. package/dist/node_modules/date-fns/startOfISOWeek.js +9 -6
  677. package/dist/node_modules/date-fns/startOfISOWeekYear.js +9 -9
  678. package/dist/node_modules/date-fns/startOfMonth.js +7 -7
  679. package/dist/node_modules/date-fns/startOfWeek.js +8 -8
  680. package/dist/node_modules/date-fns/startOfWeekYear.js +10 -10
  681. package/dist/node_modules/date-fns/startOfYear.js +7 -7
  682. package/dist/node_modules/date-fns/subDays.js +6 -6
  683. package/dist/node_modules/date-fns/subMonths.js +6 -6
  684. package/dist/node_modules/date-fns/subWeeks.js +6 -6
  685. package/dist/node_modules/date-fns/toDate.js +6 -6
  686. package/dist/node_modules/fast-equals/dist/es/index.js +239 -298
  687. package/dist/node_modules/libphonenumber-js/es6/ParseError.js +116 -89
  688. package/dist/node_modules/libphonenumber-js/es6/PhoneNumber.js +155 -183
  689. package/dist/node_modules/libphonenumber-js/es6/constants.js +4 -10
  690. package/dist/node_modules/libphonenumber-js/es6/format.js +70 -91
  691. package/dist/node_modules/libphonenumber-js/es6/getCountries.js +5 -5
  692. package/dist/node_modules/libphonenumber-js/es6/helpers/RFC3966.js +8 -10
  693. package/dist/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +5 -5
  694. package/dist/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +19 -14
  695. package/dist/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +9 -9
  696. package/dist/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js +15 -17
  697. package/dist/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +35 -45
  698. package/dist/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +20 -26
  699. package/dist/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js +17 -22
  700. package/dist/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +24 -36
  701. package/dist/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +26 -30
  702. package/dist/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.js +13 -21
  703. package/dist/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +10 -24
  704. package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryAndCallingCodeFromOneOfThem.js +10 -11
  705. package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +6 -8
  706. package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +39 -39
  707. package/dist/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js +9 -11
  708. package/dist/node_modules/libphonenumber-js/es6/helpers/getNumberType.js +56 -47
  709. package/dist/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js +12 -12
  710. package/dist/node_modules/libphonenumber-js/es6/helpers/isCallingCode.js +5 -5
  711. package/dist/node_modules/libphonenumber-js/es6/helpers/isCountryCode.js +5 -5
  712. package/dist/node_modules/libphonenumber-js/es6/helpers/isObject.js +6 -6
  713. package/dist/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +9 -17
  714. package/dist/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js +5 -5
  715. package/dist/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js +39 -0
  716. package/dist/node_modules/libphonenumber-js/es6/helpers/parseDigits.js +46 -77
  717. package/dist/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js +17 -18
  718. package/dist/node_modules/libphonenumber-js/es6/isPossible.js +29 -32
  719. package/dist/node_modules/libphonenumber-js/es6/isValid.js +12 -13
  720. package/dist/node_modules/libphonenumber-js/es6/isValidPhoneNumber.js +55 -52
  721. package/dist/node_modules/libphonenumber-js/es6/metadata.js +462 -482
  722. package/dist/node_modules/libphonenumber-js/es6/normalizeArguments.js +97 -95
  723. package/dist/node_modules/libphonenumber-js/es6/parse.js +98 -133
  724. package/dist/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +43 -35
  725. package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumber.js +8 -8
  726. package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js +51 -48
  727. package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js +59 -55
  728. package/dist/node_modules/libphonenumber-js/es6/tools/semver-compare.js +13 -13
  729. package/dist/node_modules/libphonenumber-js/metadata.min.json.js +7437 -3
  730. package/dist/node_modules/libphonenumber-js/min/exports/getCountries.js +6 -6
  731. package/dist/node_modules/libphonenumber-js/min/exports/getCountryCallingCode.js +6 -6
  732. package/dist/node_modules/libphonenumber-js/min/exports/isSupportedCountry.js +7 -7
  733. package/dist/node_modules/libphonenumber-js/min/exports/isValidPhoneNumber.js +6 -6
  734. package/dist/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.js +7 -7
  735. package/dist/node_modules/libphonenumber-js/min/exports/withMetadataArgument.js +6 -6
  736. package/dist/node_modules/linkifyjs/dist/linkify.js +486 -679
  737. package/dist/node_modules/next-themes/dist/index.js +120 -85
  738. package/dist/node_modules/orderedmap/dist/index.js +64 -100
  739. package/dist/node_modules/prosemirror-commands/dist/index.js +313 -368
  740. package/dist/node_modules/prosemirror-dropcursor/dist/index.js +109 -84
  741. package/dist/node_modules/prosemirror-gapcursor/dist/index.js +162 -195
  742. package/dist/node_modules/prosemirror-history/dist/index.js +203 -239
  743. package/dist/node_modules/prosemirror-keymap/dist/index.js +45 -57
  744. package/dist/node_modules/prosemirror-model/dist/index.js +1783 -2735
  745. package/dist/node_modules/prosemirror-schema-list/dist/index.js +66 -81
  746. package/dist/node_modules/prosemirror-state/dist/index.js +517 -814
  747. package/dist/node_modules/prosemirror-transform/dist/index.js +1104 -1505
  748. package/dist/node_modules/prosemirror-view/dist/index.js +3274 -3782
  749. package/dist/node_modules/react/cjs/react-compiler-runtime.development.js +15 -21
  750. package/dist/node_modules/react/cjs/react-compiler-runtime.production.js +12 -14
  751. package/dist/node_modules/react/compiler-runtime.js +10 -10
  752. package/dist/node_modules/rope-sequence/dist/index.js +82 -99
  753. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +55 -58
  754. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +53 -57
  755. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +53 -58
  756. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +45 -46
  757. package/dist/node_modules/use-sync-external-store/shim/index.js +10 -10
  758. package/dist/node_modules/use-sync-external-store/shim/with-selector.js +10 -10
  759. package/dist/node_modules/w3c-keyname/index.js +87 -92
  760. package/dist/theme/component-recipes.js +52 -53
  761. package/dist/theme/theme-casper-ui.js +179 -420
  762. package/dist/theme/theme-helper.js +4 -4
  763. package/dist/theme/theme-provider.js +33 -34
  764. package/dist/theme/theme-style-props.d.ts.map +1 -1
  765. package/dist/theme/theme-tokens.js +22 -12
  766. package/dist/theme/theme-types.js +22 -12
  767. package/dist/theme/theme.js +213 -268
  768. package/package.json +30 -29
  769. package/dist/_virtual/compiler-runtime.js +0 -5
  770. package/dist/_virtual/compiler-runtime2.js +0 -4
  771. package/dist/_virtual/index.js +0 -5
  772. package/dist/_virtual/index2.js +0 -4
  773. package/dist/_virtual/react-compiler-runtime.development.js +0 -4
  774. package/dist/_virtual/react-compiler-runtime.production.js +0 -4
  775. package/dist/_virtual/use-sync-external-store-shim.development.js +0 -4
  776. package/dist/_virtual/use-sync-external-store-shim.production.js +0 -4
  777. package/dist/_virtual/with-selector.development.js +0 -4
  778. package/dist/_virtual/with-selector.js +0 -5
  779. package/dist/_virtual/with-selector.production.js +0 -4
  780. package/dist/_virtual/with-selector2.js +0 -4
  781. package/dist/packages/casper-ui-library/node_modules/@tiptap/react/dist/index.js +0 -506
@@ -1,144 +1,140 @@
1
- import { jsx as w, jsxs as H, Fragment as le } from "react/jsx-runtime";
2
- import { c as ie } from "../../_virtual/compiler-runtime.js";
3
- import { Menu as Z, HStack as se, Box as ae } from "@chakra-ui/react";
4
- import me, { useRef as ee } from "react";
5
- import { setMenuItemElementType as pe } from "./helper.js";
6
- import { Flex as ce } from "../flex/flex.js";
7
- import { IconButton as ue } from "../icon-button/icon-button.js";
8
- import { ThemeColorVariable as Q, ThemeIconSizeVariable as te, ThemeSpaceVariable as N } from "../../theme/theme-types.js";
9
- import { TreeViewCollapseIcon as fe } from "../icon/icons/tree-view-collapse-icon.js";
10
- import { TreeViewExpandIcon as de } from "../icon/icons/tree-view-expand-icon.js";
11
- const Te = (h) => {
12
- const e = ie.c(57);
13
- let o, S, n, I, r, l, i, _, b, x, t;
14
- e[0] !== h ? ({
15
- text: t,
16
- children: S,
17
- onClick: r,
18
- as: o,
19
- isDisabled: b,
20
- command: n,
21
- itemType: x,
22
- leftIcon: I,
23
- rightIcon: _,
24
- rightElement: i,
25
- ...l
26
- } = h, e[0] = h, e[1] = o, e[2] = S, e[3] = n, e[4] = I, e[5] = r, e[6] = l, e[7] = i, e[8] = _, e[9] = b, e[10] = x, e[11] = t) : (o = e[1], S = e[2], n = e[3], I = e[4], r = e[5], l = e[6], i = e[7], _ = e[8], b = e[9], x = e[10], t = e[11]);
27
- const K = b === void 0 ? !1 : b, O = x === void 0 ? "button" : x, [s, ne] = me.useState(!1), y = ee(null), C = ee(null);
28
- let v;
29
- e[12] !== s ? (v = () => {
30
- ne(!s);
31
- }, e[12] = s, e[13] = v) : v = e[13];
32
- const P = v;
33
- let T;
34
- e[14] !== o || e[15] !== O ? (T = o ?? pe(O), e[14] = o, e[15] = O, e[16] = T) : T = e[16];
35
- const W = T, k = I, L = _, X = ge;
36
- let M, R, z, B, E;
37
- e[17] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (M = {
38
- paddingLeft: "64px"
39
- }, R = {
40
- paddingLeft: "36px"
41
- }, z = {
42
- paddingLeft: "58px"
43
- }, B = {
44
- paddingLeft: "86px"
45
- }, E = {
46
- paddingLeft: "108px"
47
- }, e[17] = M, e[18] = R, e[19] = z, e[20] = B, e[21] = E) : (M = e[17], R = e[18], z = e[19], B = e[20], E = e[21]);
48
- let V;
49
- e[22] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (V = {
50
- "& .menu-item": M,
51
- "& .menugroup-item": R,
52
- "& .menugroup-wrapper > .menugroup-item": z,
53
- "& .menugroup-wrapper > .menu-item": B,
54
- "& .menugroup-wrapper > .menugroup-wrapper > .menu-item": E,
55
- position: "relative",
56
- "&::before": X("28px"),
57
- "& .menugroup-wrapper": {
58
- "&::before": X("48px")
59
- },
60
- "& .menugroup-wrapper > .menugroup-wrapper": {
61
- "&::before": X("68px")
62
- }
63
- }, e[22] = V) : V = e[22];
64
- const oe = V;
65
- let $;
66
- e[23] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? ($ = (Y) => {
67
- Y.stopPropagation();
68
- e: switch (Y.key) {
69
- case "ArrowLeft": {
70
- const J = C.current?.previousSibling;
71
- y.current = J, y.current?.focus();
72
- break e;
73
- }
74
- case "ArrowRight": {
75
- const J = y.current?.nextSibling;
76
- C.current = J, C.current?.focus();
77
- break e;
78
- }
79
- }
80
- }, e[23] = $) : $ = e[23];
81
- const re = $;
82
- let A;
83
- e[24] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (A = {
84
- bg: Q.AccentHoverAlpha,
85
- transitionProperty: "background",
86
- transitionDuration: "200ms",
87
- transitionTimingFunction: "ease-in"
88
- }, e[24] = A) : A = e[24];
89
- const G = s ? fe : de, U = s ? `Collapse ${t}` : `Expand ${t}`;
90
- let a;
91
- e[25] !== G || e[26] !== U || e[27] !== P ? (a = /* @__PURE__ */ w(ue, { ref: y, onClick: P, variant: "ghost", tabIndex: 0, icon: G, "aria-label": U, size: "xs" }), e[25] = G, e[26] = U, e[27] = P, e[28] = a) : a = e[28];
92
- let j, D;
93
- e[29] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (j = {
94
- bg: "transparent"
95
- }, D = {
96
- bg: "transparent"
97
- }, e[29] = j, e[30] = D) : (j = e[29], D = e[30]);
98
- let m;
99
- e[31] !== k ? (m = k && /* @__PURE__ */ w(k, { size: te.Medium }), e[31] = k, e[32] = m) : m = e[32];
100
- let p;
101
- e[33] !== L ? (p = L && /* @__PURE__ */ w(L, { color: Q.OnSurfaceBorder, size: te.Small }), e[33] = L, e[34] = p) : p = e[34];
102
- let c;
103
- e[35] !== n ? (c = n && /* @__PURE__ */ w(Z.ItemCommand, { children: n }), e[35] = n, e[36] = c) : c = e[36];
104
- let u;
105
- e[37] !== i || e[38] !== p || e[39] !== c || e[40] !== t ? (u = /* @__PURE__ */ H(ce, { justifyContent: "space-between", alignItems: "center", gap: N.Small, w: "100%", children: [
106
- t,
107
- i,
108
- p,
109
- c
110
- ] }), e[37] = i, e[38] = p, e[39] = c, e[40] = t, e[41] = u) : u = e[41];
111
- let f;
112
- e[42] !== W || e[43] !== K || e[44] !== r || e[45] !== l || e[46] !== m || e[47] !== u ? (f = /* @__PURE__ */ H(Z.Item, { pl: 0, _groupHover: j, _hover: D, as: W, disabled: K, onClick: r, minWidth: "unset", w: `calc(100% - 24px - ${N.XSmall})`, ref: C, ...l, children: [
113
- m,
114
- u
115
- ] }), e[42] = W, e[43] = K, e[44] = r, e[45] = l, e[46] = m, e[47] = u, e[48] = f) : f = e[48];
116
- let d;
117
- e[49] !== a || e[50] !== f ? (d = /* @__PURE__ */ H(se, { w: "100%", pl: N.Medium, gap: N.XSmall, className: "group menugroup-item", _hover: A, role: "group", onKeyUp: re, children: [
118
- a,
119
- f
120
- ] }), e[49] = a, e[50] = f, e[51] = d) : d = e[51];
121
- const q = s && S;
122
- let g;
123
- e[52] !== q ? (g = /* @__PURE__ */ w(ae, { className: "menugroup-wrapper", css: oe, children: q }), e[52] = q, e[53] = g) : g = e[53];
124
- let F;
125
- return e[54] !== d || e[55] !== g ? (F = /* @__PURE__ */ H(le, { children: [
126
- d,
127
- g
128
- ] }), e[54] = d, e[55] = g, e[56] = F) : F = e[56], F;
1
+ import { require_compiler_runtime as e } from "../../node_modules/react/compiler-runtime.js";
2
+ import { ThemeColorVariable as t, ThemeIconSizeVariable as n, ThemeSpaceVariable as r } from "../../theme/theme-types.js";
3
+ import { TreeViewCollapseIcon as ee } from "../icon/icons/tree-view-collapse-icon.js";
4
+ import { TreeViewExpandIcon as te } from "../icon/icons/tree-view-expand-icon.js";
5
+ import { Flex as ne } from "../flex/flex.js";
6
+ import { IconButton as re } from "../icon-button/icon-button.js";
7
+ import { setMenuItemElementType as ie } from "./helper.js";
8
+ import ae, { useRef as i } from "react";
9
+ import { Box as oe, HStack as se, Menu as a } from "@chakra-ui/react";
10
+ import { Fragment as ce, jsx as o, jsxs as s } from "react/jsx-runtime";
11
+ //#region lib/components/menu/menu-group.tsx
12
+ var le = e(), c = (e) => {
13
+ let c = (0, le.c)(57), l, u, d, f, p, m, h, g, _, v, y;
14
+ c[0] === e ? (l = c[1], u = c[2], d = c[3], f = c[4], p = c[5], m = c[6], h = c[7], g = c[8], _ = c[9], v = c[10], y = c[11]) : ({text: y, children: u, onClick: p, as: l, isDisabled: _, command: d, itemType: v, leftIcon: f, rightIcon: g, rightElement: h, ...m} = e, c[0] = e, c[1] = l, c[2] = u, c[3] = d, c[4] = f, c[5] = p, c[6] = m, c[7] = h, c[8] = g, c[9] = _, c[10] = v, c[11] = y);
15
+ let b = _ !== void 0 && _, x = v === void 0 ? "button" : v, [S, de] = ae.useState(!1), C = i(null), w = i(null), T;
16
+ c[12] === S ? T = c[13] : (T = () => {
17
+ de(!S);
18
+ }, c[12] = S, c[13] = T);
19
+ let E = T, D;
20
+ c[14] !== l || c[15] !== x ? (D = l ?? ie(x), c[14] = l, c[15] = x, c[16] = D) : D = c[16];
21
+ let O = D, k = f, A = g, j = ue, M, N, P, F, I;
22
+ c[17] === Symbol.for("react.memo_cache_sentinel") ? (M = { paddingLeft: "64px" }, N = { paddingLeft: "36px" }, P = { paddingLeft: "58px" }, F = { paddingLeft: "86px" }, I = { paddingLeft: "108px" }, c[17] = M, c[18] = N, c[19] = P, c[20] = F, c[21] = I) : (M = c[17], N = c[18], P = c[19], F = c[20], I = c[21]);
23
+ let L;
24
+ c[22] === Symbol.for("react.memo_cache_sentinel") ? (L = {
25
+ "& .menu-item": M,
26
+ "& .menugroup-item": N,
27
+ "& .menugroup-wrapper > .menugroup-item": P,
28
+ "& .menugroup-wrapper > .menu-item": F,
29
+ "& .menugroup-wrapper > .menugroup-wrapper > .menu-item": I,
30
+ position: "relative",
31
+ "&::before": j("28px"),
32
+ "& .menugroup-wrapper": { "&::before": j("48px") },
33
+ "& .menugroup-wrapper > .menugroup-wrapper": { "&::before": j("68px") }
34
+ }, c[22] = L) : L = c[22];
35
+ let fe = L, R;
36
+ c[23] === Symbol.for("react.memo_cache_sentinel") ? (R = (e) => {
37
+ e.stopPropagation();
38
+ bb17: switch (e.key) {
39
+ case "ArrowLeft": {
40
+ let e = w.current?.previousSibling;
41
+ C.current = e, C.current?.focus();
42
+ break bb17;
43
+ }
44
+ case "ArrowRight": {
45
+ let e = C.current?.nextSibling;
46
+ w.current = e, w.current?.focus();
47
+ break bb17;
48
+ }
49
+ default:
50
+ }
51
+ }, c[23] = R) : R = c[23];
52
+ let pe = R, z;
53
+ c[24] === Symbol.for("react.memo_cache_sentinel") ? (z = {
54
+ bg: t.AccentHoverAlpha,
55
+ transitionProperty: "background",
56
+ transitionDuration: "200ms",
57
+ transitionTimingFunction: "ease-in"
58
+ }, c[24] = z) : z = c[24];
59
+ let B = S ? ee : te, V = S ? `Collapse ${y}` : `Expand ${y}`, H;
60
+ c[25] !== B || c[26] !== V || c[27] !== E ? (H = /* @__PURE__ */ o(re, {
61
+ ref: C,
62
+ onClick: E,
63
+ variant: "ghost",
64
+ tabIndex: 0,
65
+ icon: B,
66
+ "aria-label": V,
67
+ size: "xs"
68
+ }), c[25] = B, c[26] = V, c[27] = E, c[28] = H) : H = c[28];
69
+ let U, W;
70
+ c[29] === Symbol.for("react.memo_cache_sentinel") ? (U = { bg: "transparent" }, W = { bg: "transparent" }, c[29] = U, c[30] = W) : (U = c[29], W = c[30]);
71
+ let G;
72
+ c[31] === k ? G = c[32] : (G = k && /* @__PURE__ */ o(k, { size: n.Medium }), c[31] = k, c[32] = G);
73
+ let K;
74
+ c[33] === A ? K = c[34] : (K = A && /* @__PURE__ */ o(A, {
75
+ color: t.OnSurfaceBorder,
76
+ size: n.Small
77
+ }), c[33] = A, c[34] = K);
78
+ let q;
79
+ c[35] === d ? q = c[36] : (q = d && /* @__PURE__ */ o(a.ItemCommand, { children: d }), c[35] = d, c[36] = q);
80
+ let J;
81
+ c[37] !== h || c[38] !== K || c[39] !== q || c[40] !== y ? (J = /* @__PURE__ */ s(ne, {
82
+ justifyContent: "space-between",
83
+ alignItems: "center",
84
+ gap: r.Small,
85
+ w: "100%",
86
+ children: [
87
+ y,
88
+ h,
89
+ K,
90
+ q
91
+ ]
92
+ }), c[37] = h, c[38] = K, c[39] = q, c[40] = y, c[41] = J) : J = c[41];
93
+ let Y;
94
+ c[42] !== O || c[43] !== b || c[44] !== p || c[45] !== m || c[46] !== G || c[47] !== J ? (Y = /* @__PURE__ */ s(a.Item, {
95
+ pl: 0,
96
+ _groupHover: U,
97
+ _hover: W,
98
+ as: O,
99
+ disabled: b,
100
+ onClick: p,
101
+ minWidth: "unset",
102
+ w: `calc(100% - 24px - ${r.XSmall})`,
103
+ ref: w,
104
+ ...m,
105
+ children: [G, J]
106
+ }), c[42] = O, c[43] = b, c[44] = p, c[45] = m, c[46] = G, c[47] = J, c[48] = Y) : Y = c[48];
107
+ let X;
108
+ c[49] !== H || c[50] !== Y ? (X = /* @__PURE__ */ s(se, {
109
+ w: "100%",
110
+ pl: r.Medium,
111
+ gap: r.XSmall,
112
+ className: "group menugroup-item",
113
+ _hover: z,
114
+ role: "group",
115
+ onKeyUp: pe,
116
+ children: [H, Y]
117
+ }), c[49] = H, c[50] = Y, c[51] = X) : X = c[51];
118
+ let Z = S && u, Q;
119
+ c[52] === Z ? Q = c[53] : (Q = /* @__PURE__ */ o(oe, {
120
+ className: "menugroup-wrapper",
121
+ css: fe,
122
+ children: Z
123
+ }), c[52] = Z, c[53] = Q);
124
+ let $;
125
+ return c[54] !== X || c[55] !== Q ? ($ = /* @__PURE__ */ s(ce, { children: [X, Q] }), c[54] = X, c[55] = Q, c[56] = $) : $ = c[56], $;
129
126
  };
130
- function ge(h) {
131
- return {
132
- content: '""',
133
- position: "absolute",
134
- top: 0,
135
- left: h,
136
- width: "1px",
137
- height: "100%",
138
- backgroundColor: Q.OnSurfaceBorder,
139
- zIndex: 1
140
- };
127
+ function ue(e) {
128
+ return {
129
+ content: "\"\"",
130
+ position: "absolute",
131
+ top: 0,
132
+ left: e,
133
+ width: "1px",
134
+ height: "100%",
135
+ backgroundColor: t.OnSurfaceBorder,
136
+ zIndex: 1
137
+ };
141
138
  }
142
- export {
143
- Te as MenuGroup
144
- };
139
+ //#endregion
140
+ export { c as MenuGroup };
@@ -1,12 +1,14 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { c as n } from "../../_virtual/compiler-runtime.js";
3
- import { MenuTrigger as i } from "@chakra-ui/react";
4
- import { IconButton as m } from "../icon-button/icon-button.js";
5
- const s = (r) => {
6
- const t = n.c(2);
7
- let o;
8
- return t[0] !== r ? (o = /* @__PURE__ */ e(i, { asChild: !0, children: /* @__PURE__ */ e(m, { ...r }) }), t[0] = r, t[1] = o) : o = t[1], o;
9
- };
10
- export {
11
- s as MenuIconButton
1
+ import { require_compiler_runtime as e } from "../../node_modules/react/compiler-runtime.js";
2
+ import { IconButton as t } from "../icon-button/icon-button.js";
3
+ import { MenuTrigger as n } from "@chakra-ui/react";
4
+ import { jsx as r } from "react/jsx-runtime";
5
+ //#region lib/components/menu/menu-icon-button.tsx
6
+ var i = e(), a = (e) => {
7
+ let a = (0, i.c)(2), o;
8
+ return a[0] === e ? o = a[1] : (o = /* @__PURE__ */ r(n, {
9
+ asChild: !0,
10
+ children: /* @__PURE__ */ r(t, { ...e })
11
+ }), a[0] = e, a[1] = o), o;
12
12
  };
13
+ //#endregion
14
+ export { a as MenuIconButton };
@@ -1,46 +1,45 @@
1
- import { jsx as y, jsxs as M } from "react/jsx-runtime";
2
- import { c as V } from "../../_virtual/compiler-runtime.js";
3
- import { Menu as j } from "@chakra-ui/react";
4
- import { setMenuItemElementType as v } from "./helper.js";
5
- import { Flex as w } from "../flex/flex.js";
6
- import { ThemeIconSizeVariable as z, ThemeColorVariable as D, ThemeSpaceVariable as E } from "../../theme/theme-types.js";
7
- const X = (C) => {
8
- const e = V.c(30);
9
- let l, o, t, f, i, n, p, c, a;
10
- e[0] !== C ? ({
11
- children: o,
12
- onClick: i,
13
- as: l,
14
- isDisabled: c,
15
- itemType: a,
16
- command: t,
17
- leftIcon: f,
18
- rightIcon: p,
19
- ...n
20
- } = C, e[0] = C, e[1] = l, e[2] = o, e[3] = t, e[4] = f, e[5] = i, e[6] = n, e[7] = p, e[8] = c, e[9] = a) : (l = e[1], o = e[2], t = e[3], f = e[4], i = e[5], n = e[6], p = e[7], c = e[8], a = e[9]);
21
- const S = c === void 0 ? !1 : c, T = a === void 0 ? "button" : a;
22
- let d;
23
- e[10] !== l || e[11] !== T ? (d = l ?? v(T), e[10] = l, e[11] = T, e[12] = d) : d = e[12];
24
- const x = d, u = f, I = p;
25
- let b;
26
- e[13] !== u ? (b = u && /* @__PURE__ */ y(u, { size: z.Medium }), e[13] = u, e[14] = b) : b = e[14];
27
- const g = b;
28
- let m;
29
- e[15] !== I ? (m = I && /* @__PURE__ */ y(I, { color: D.OnSurfaceSubdued, size: z.Small }), e[15] = I, e[16] = m) : m = e[16];
30
- let s;
31
- e[17] !== t ? (s = t && /* @__PURE__ */ y(j.ItemCommand, { children: t }), e[17] = t, e[18] = s) : s = e[18];
32
- let r;
33
- e[19] !== o || e[20] !== m || e[21] !== s ? (r = /* @__PURE__ */ M(w, { justifyContent: "space-between", alignItems: "center", gap: E.XSmall, w: "100%", children: [
34
- o,
35
- m,
36
- s
37
- ] }), e[19] = o, e[20] = m, e[21] = s, e[22] = r) : r = e[22];
38
- let h;
39
- return e[23] !== x || e[24] !== S || e[25] !== i || e[26] !== n || e[27] !== g || e[28] !== r ? (h = /* @__PURE__ */ M(j.Item, { as: x, className: "menu-item", disabled: S, onClick: i, ...n, children: [
40
- g,
41
- r
42
- ] }), e[23] = x, e[24] = S, e[25] = i, e[26] = n, e[27] = g, e[28] = r, e[29] = h) : h = e[29], h;
43
- };
44
- export {
45
- X as MenuItem
1
+ import { require_compiler_runtime as e } from "../../node_modules/react/compiler-runtime.js";
2
+ import { ThemeColorVariable as t, ThemeIconSizeVariable as n, ThemeSpaceVariable as r } from "../../theme/theme-types.js";
3
+ import { Flex as i } from "../flex/flex.js";
4
+ import { setMenuItemElementType as a } from "./helper.js";
5
+ import { Menu as o } from "@chakra-ui/react";
6
+ import { jsx as s, jsxs as c } from "react/jsx-runtime";
7
+ //#region lib/components/menu/menu-item.tsx
8
+ var l = e(), u = (e) => {
9
+ let u = (0, l.c)(30), d, f, p, m, h, g, _, v, y;
10
+ u[0] === e ? (d = u[1], f = u[2], p = u[3], m = u[4], h = u[5], g = u[6], _ = u[7], v = u[8], y = u[9]) : ({children: f, onClick: h, as: d, isDisabled: v, itemType: y, command: p, leftIcon: m, rightIcon: _, ...g} = e, u[0] = e, u[1] = d, u[2] = f, u[3] = p, u[4] = m, u[5] = h, u[6] = g, u[7] = _, u[8] = v, u[9] = y);
11
+ let b = v !== void 0 && v, x = y === void 0 ? "button" : y, S;
12
+ u[10] !== d || u[11] !== x ? (S = d ?? a(x), u[10] = d, u[11] = x, u[12] = S) : S = u[12];
13
+ let C = S, w = m, T = _, E;
14
+ u[13] === w ? E = u[14] : (E = w && /* @__PURE__ */ s(w, { size: n.Medium }), u[13] = w, u[14] = E);
15
+ let D = E, O;
16
+ u[15] === T ? O = u[16] : (O = T && /* @__PURE__ */ s(T, {
17
+ color: t.OnSurfaceSubdued,
18
+ size: n.Small
19
+ }), u[15] = T, u[16] = O);
20
+ let k;
21
+ u[17] === p ? k = u[18] : (k = p && /* @__PURE__ */ s(o.ItemCommand, { children: p }), u[17] = p, u[18] = k);
22
+ let A;
23
+ u[19] !== f || u[20] !== O || u[21] !== k ? (A = /* @__PURE__ */ c(i, {
24
+ justifyContent: "space-between",
25
+ alignItems: "center",
26
+ gap: r.XSmall,
27
+ w: "100%",
28
+ children: [
29
+ f,
30
+ O,
31
+ k
32
+ ]
33
+ }), u[19] = f, u[20] = O, u[21] = k, u[22] = A) : A = u[22];
34
+ let j;
35
+ return u[23] !== C || u[24] !== b || u[25] !== h || u[26] !== g || u[27] !== D || u[28] !== A ? (j = /* @__PURE__ */ c(o.Item, {
36
+ as: C,
37
+ className: "menu-item",
38
+ disabled: b,
39
+ onClick: h,
40
+ ...g,
41
+ children: [D, A]
42
+ }), u[23] = C, u[24] = b, u[25] = h, u[26] = g, u[27] = D, u[28] = A, u[29] = j) : j = u[29], j;
46
43
  };
44
+ //#endregion
45
+ export { u as MenuItem };
@@ -1,16 +1,15 @@
1
- import { jsx as n } from "react/jsx-runtime";
2
- import { c as s } from "../../_virtual/compiler-runtime.js";
3
- import { Portal as c, Menu as l } from "@chakra-ui/react";
4
- const u = (i) => {
5
- const e = s.c(6);
6
- let r, o;
7
- e[0] !== i ? ({
8
- children: r,
9
- ...o
10
- } = i, e[0] = i, e[1] = r, e[2] = o) : (r = e[1], o = e[2]);
11
- let t;
12
- return e[3] !== r || e[4] !== o ? (t = /* @__PURE__ */ n(c, { children: /* @__PURE__ */ n(l.Positioner, { children: /* @__PURE__ */ n(l.Content, { ...o, children: r }) }) }), e[3] = r, e[4] = o, e[5] = t) : t = e[5], t;
13
- };
14
- export {
15
- u as MenuList
1
+ import { require_compiler_runtime as e } from "../../node_modules/react/compiler-runtime.js";
2
+ import { Menu as t, Portal as n } from "@chakra-ui/react";
3
+ import { jsx as r } from "react/jsx-runtime";
4
+ //#region lib/components/menu/menu-list.tsx
5
+ var i = e(), a = (e) => {
6
+ let a = (0, i.c)(6), o, s;
7
+ a[0] === e ? (o = a[1], s = a[2]) : ({children: o, ...s} = e, a[0] = e, a[1] = o, a[2] = s);
8
+ let c;
9
+ return a[3] !== o || a[4] !== s ? (c = /* @__PURE__ */ r(n, { children: /* @__PURE__ */ r(t.Positioner, { children: /* @__PURE__ */ r(t.Content, {
10
+ ...s,
11
+ children: o
12
+ }) }) }), a[3] = o, a[4] = s, a[5] = c) : c = a[5], c;
16
13
  };
14
+ //#endregion
15
+ export { a as MenuList };
@@ -1,82 +1,68 @@
1
- import { ThemeSpaceVariable as e, ThemeColorVariable as o, ThemeFontSizeVariable as a, ThemeShadowVariable as t } from "../../theme/theme-types.js";
2
- import { defineSlotRecipe as r } from "@chakra-ui/react";
3
- import { menuAnatomy as i } from "@chakra-ui/react/anatomy";
4
- const n = {
5
- minW: "280px",
6
- alignItems: "center",
7
- color: o.OnSurface,
8
- backgroundColor: o.Surface,
9
- borderRadius: "none",
10
- cursor: "pointer",
11
- gap: e.XSmall,
12
- py: e.Small,
13
- px: e.Medium,
14
- _hover: {
15
- backgroundColor: o.AccentHoverAlpha,
16
- textDecoration: "underline",
17
- _disabled: {
18
- textDecoration: "none",
19
- backgroundColor: "transparent"
20
- }
21
- },
22
- _highlighted: {
23
- background: o.AccentHoverAlpha,
24
- textDecoration: "underline",
25
- _disabled: {
26
- textDecoration: "none",
27
- background: "transparent"
28
- }
29
- },
30
- // Seems to be the only way to override the default margin of the icon (left)
31
- "& .chakra-menu__icon-wrapper": {
32
- mr: e.XSmall
33
- }
34
- }, l = {
35
- boxShadow: t.Medium,
36
- bg: o.Surface,
37
- border: "none",
38
- borderRadius: e.Small,
39
- // We don't use focus inside menus, it is handled by highlight state by Chakra.
40
- "& *": {
41
- _focus: {
42
- outline: "none !important"
43
- },
44
- _focusVisible: {
45
- outline: "none !important"
46
- }
47
- }
48
- }, m = {
49
- opacity: 1,
50
- color: o.OnSurfaceSubdued,
51
- fontSize: a.Small,
52
- mx: e.XSmall,
53
- letterSpacing: "unset"
54
- }, d = r({
55
- className: "menu",
56
- slots: i.keys(),
57
- base: {
58
- item: n,
59
- content: l,
60
- itemCommand: m
61
- },
62
- variants: {
63
- variant: {
64
- subtle: {
65
- item: n
66
- }
67
- },
68
- size: {
69
- md: {
70
- content: {
71
- py: e.Small,
72
- px: 0,
73
- minW: "14rem"
74
- },
75
- item: n
76
- }
77
- }
78
- }
1
+ import { ThemeColorVariable as e, ThemeFontSizeVariable as t, ThemeShadowVariable as n, ThemeSpaceVariable as r } from "../../theme/theme-types.js";
2
+ import { defineSlotRecipe as i } from "@chakra-ui/react";
3
+ import { menuAnatomy as a } from "@chakra-ui/react/anatomy";
4
+ //#region lib/components/menu/menu-recipe.ts
5
+ var o = {
6
+ minW: "280px",
7
+ alignItems: "center",
8
+ color: e.OnSurface,
9
+ backgroundColor: e.Surface,
10
+ borderRadius: "none",
11
+ cursor: "pointer",
12
+ gap: r.XSmall,
13
+ py: r.Small,
14
+ px: r.Medium,
15
+ _hover: {
16
+ backgroundColor: e.AccentHoverAlpha,
17
+ textDecoration: "underline",
18
+ _disabled: {
19
+ textDecoration: "none",
20
+ backgroundColor: "transparent"
21
+ }
22
+ },
23
+ _highlighted: {
24
+ background: e.AccentHoverAlpha,
25
+ textDecoration: "underline",
26
+ _disabled: {
27
+ textDecoration: "none",
28
+ background: "transparent"
29
+ }
30
+ },
31
+ "& .chakra-menu__icon-wrapper": { mr: r.XSmall }
32
+ }, s = {
33
+ boxShadow: n.Medium,
34
+ bg: e.Surface,
35
+ border: "none",
36
+ borderRadius: r.Small,
37
+ "& *": {
38
+ _focus: { outline: "none !important" },
39
+ _focusVisible: { outline: "none !important" }
40
+ }
41
+ }, c = {
42
+ opacity: 1,
43
+ color: e.OnSurfaceSubdued,
44
+ fontSize: t.Small,
45
+ mx: r.XSmall,
46
+ letterSpacing: "unset"
47
+ }, l = i({
48
+ className: "menu",
49
+ slots: a.keys(),
50
+ base: {
51
+ item: o,
52
+ content: s,
53
+ itemCommand: c
54
+ },
55
+ variants: {
56
+ variant: { subtle: { item: o } },
57
+ size: { md: {
58
+ content: {
59
+ py: r.Small,
60
+ px: 0,
61
+ minW: "14rem"
62
+ },
63
+ item: o
64
+ } }
65
+ }
79
66
  });
80
- export {
81
- d as menuRecipe
82
- };
67
+ //#endregion
68
+ export { l as menuRecipe };