@caspeco/casper-ui-library 9.12.0 → 10.0.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 (779) hide show
  1. package/dist/_virtual/compiler-runtime.js +5 -0
  2. package/dist/_virtual/compiler-runtime2.js +4 -0
  3. package/dist/_virtual/react-compiler-runtime.development.js +4 -0
  4. package/dist/_virtual/react-compiler-runtime.production.js +4 -0
  5. package/dist/components/accordion/accordion-item.d.ts +3 -2
  6. package/dist/components/accordion/accordion-item.d.ts.map +1 -1
  7. package/dist/components/accordion/accordion-item.js +36 -19
  8. package/dist/components/accordion/accordion-panel.d.ts +1 -1
  9. package/dist/components/accordion/accordion-panel.d.ts.map +1 -1
  10. package/dist/components/accordion/accordion-panel.js +13 -5
  11. package/dist/components/accordion/accordion.composition.d.ts +3 -3
  12. package/dist/components/accordion/accordion.composition.d.ts.map +1 -1
  13. package/dist/components/accordion/accordion.d.ts +1 -1
  14. package/dist/components/accordion/accordion.d.ts.map +1 -1
  15. package/dist/components/accordion/accordion.js +18 -6
  16. package/dist/components/alert/alert.composition.d.ts +5 -5
  17. package/dist/components/alert/alert.composition.d.ts.map +1 -1
  18. package/dist/components/alert/alert.d.ts +1 -1
  19. package/dist/components/alert/alert.d.ts.map +1 -1
  20. package/dist/components/alert/alert.js +58 -74
  21. package/dist/components/alert/helper.d.ts +1 -1
  22. package/dist/components/alert/helper.d.ts.map +1 -1
  23. package/dist/components/alert/helper.js +10 -15
  24. package/dist/components/badge/badge-recipe.js +13 -19
  25. package/dist/components/badge/badge.composition.d.ts +3 -3
  26. package/dist/components/badge/badge.composition.d.ts.map +1 -1
  27. package/dist/components/badge/badge.js +70 -31
  28. package/dist/components/box/box.composition.d.ts +6 -6
  29. package/dist/components/box/box.composition.d.ts.map +1 -1
  30. package/dist/components/box/box.js +10 -5
  31. package/dist/components/breadcrumbs/breadcrumb-item.d.ts +1 -1
  32. package/dist/components/breadcrumbs/breadcrumb-item.d.ts.map +1 -1
  33. package/dist/components/breadcrumbs/breadcrumb-item.js +16 -5
  34. package/dist/components/breadcrumbs/breadcrumb-link.js +19 -17
  35. package/dist/components/breadcrumbs/breadcrumbs.composition.d.ts +2 -2
  36. package/dist/components/breadcrumbs/breadcrumbs.composition.d.ts.map +1 -1
  37. package/dist/components/breadcrumbs/breadcrumbs.d.ts +1 -1
  38. package/dist/components/breadcrumbs/breadcrumbs.d.ts.map +1 -1
  39. package/dist/components/breadcrumbs/breadcrumbs.js +82 -80
  40. package/dist/components/button/button-recipe.js +6 -2
  41. package/dist/components/button/button.composition.d.ts +5 -5
  42. package/dist/components/button/button.composition.d.ts.map +1 -1
  43. package/dist/components/button/button.js +38 -42
  44. package/dist/components/checkbox/checkbox-icon.d.ts +2 -1
  45. package/dist/components/checkbox/checkbox-icon.d.ts.map +1 -1
  46. package/dist/components/checkbox/checkbox.composition.d.ts +3 -3
  47. package/dist/components/checkbox/checkbox.composition.d.ts.map +1 -1
  48. package/dist/components/checkbox/checkbox.js +34 -53
  49. package/dist/components/checkbox/icons/check.js +1 -6
  50. package/dist/components/checkbox/icons/minus.js +1 -6
  51. package/dist/components/checkbox/icons/plus.js +1 -6
  52. package/dist/components/checkbox-group/checkbox-group.composition.d.ts +2 -2
  53. package/dist/components/checkbox-group/checkbox-group.composition.d.ts.map +1 -1
  54. package/dist/components/checkbox-group/checkbox-group.d.ts +1 -1
  55. package/dist/components/checkbox-group/checkbox-group.d.ts.map +1 -1
  56. package/dist/components/checkbox-group/checkbox-group.js +13 -4
  57. package/dist/components/collapsible/collapsible.composition.d.ts +3 -3
  58. package/dist/components/collapsible/collapsible.composition.d.ts.map +1 -1
  59. package/dist/components/collapsible/collapsible.d.ts +1 -1
  60. package/dist/components/collapsible/collapsible.d.ts.map +1 -1
  61. package/dist/components/collapsible/collapsible.js +93 -108
  62. package/dist/components/combobox/combobox-button.d.ts +1 -1
  63. package/dist/components/combobox/combobox-button.d.ts.map +1 -1
  64. package/dist/components/combobox/combobox-button.js +131 -174
  65. package/dist/components/combobox/combobox-item.d.ts +1 -1
  66. package/dist/components/combobox/combobox-item.d.ts.map +1 -1
  67. package/dist/components/combobox/combobox-item.js +18 -11
  68. package/dist/components/combobox/combobox-menu.d.ts +2 -2
  69. package/dist/components/combobox/combobox-menu.d.ts.map +1 -1
  70. package/dist/components/combobox/combobox-menu.js +171 -270
  71. package/dist/components/combobox/combobox.composition.d.ts +9 -9
  72. package/dist/components/combobox/combobox.composition.d.ts.map +1 -1
  73. package/dist/components/combobox/combobox.d.ts +1 -1
  74. package/dist/components/combobox/combobox.d.ts.map +1 -1
  75. package/dist/components/combobox/combobox.js +286 -209
  76. package/dist/components/combobox/types.d.ts +7 -7
  77. package/dist/components/combobox/types.d.ts.map +1 -1
  78. package/dist/components/date-picker/base-date-picker.d.ts +2 -1
  79. package/dist/components/date-picker/base-date-picker.d.ts.map +1 -1
  80. package/dist/components/date-picker/base-date-picker.js +242 -240
  81. package/dist/components/date-picker/date-multi-picker.d.ts +8 -0
  82. package/dist/components/date-picker/date-multi-picker.d.ts.map +1 -0
  83. package/dist/components/date-picker/date-multi-picker.js +30 -0
  84. package/dist/components/date-picker/date-picker-date-cell.d.ts +1 -1
  85. package/dist/components/date-picker/date-picker-date-cell.d.ts.map +1 -1
  86. package/dist/components/date-picker/date-picker-date-cell.js +111 -117
  87. package/dist/components/date-picker/date-picker-header.d.ts +1 -1
  88. package/dist/components/date-picker/date-picker-header.d.ts.map +1 -1
  89. package/dist/components/date-picker/date-picker-header.js +153 -120
  90. package/dist/components/date-picker/date-picker-week-cell.d.ts +1 -1
  91. package/dist/components/date-picker/date-picker-week-cell.d.ts.map +1 -1
  92. package/dist/components/date-picker/date-picker-week-cell.js +41 -36
  93. package/dist/components/date-picker/date-picker.composition.d.ts +7 -4
  94. package/dist/components/date-picker/date-picker.composition.d.ts.map +1 -1
  95. package/dist/components/date-picker/date-picker.d.ts +1 -1
  96. package/dist/components/date-picker/date-picker.d.ts.map +1 -1
  97. package/dist/components/date-picker/date-picker.js +24 -45
  98. package/dist/components/date-picker/date-range-picker.d.ts +1 -1
  99. package/dist/components/date-picker/date-range-picker.d.ts.map +1 -1
  100. package/dist/components/date-picker/date-range-picker.js +23 -41
  101. package/dist/components/date-picker/date-week-picker.d.ts +1 -1
  102. package/dist/components/date-picker/date-week-picker.d.ts.map +1 -1
  103. package/dist/components/date-picker/date-week-picker.js +18 -36
  104. package/dist/components/date-picker/helper.js +1 -1
  105. package/dist/components/date-picker/index.d.ts +2 -1
  106. package/dist/components/date-picker/index.d.ts.map +1 -1
  107. package/dist/components/date-picker/types.d.ts +16 -0
  108. package/dist/components/date-picker/types.d.ts.map +1 -1
  109. package/dist/components/divider/divider.composition.d.ts +2 -2
  110. package/dist/components/divider/divider.composition.d.ts.map +1 -1
  111. package/dist/components/divider/divider.d.ts +1 -1
  112. package/dist/components/divider/divider.d.ts.map +1 -1
  113. package/dist/components/divider/divider.js +16 -19
  114. package/dist/components/drawer/drawer-recipe.js +25 -5
  115. package/dist/components/drawer/drawer.composition.d.ts +5 -5
  116. package/dist/components/drawer/drawer.composition.d.ts.map +1 -1
  117. package/dist/components/drawer/drawer.d.ts +1 -1
  118. package/dist/components/drawer/drawer.d.ts.map +1 -1
  119. package/dist/components/drawer/drawer.js +38 -36
  120. package/dist/components/drawer/inline-drawer.d.ts +1 -1
  121. package/dist/components/drawer/inline-drawer.d.ts.map +1 -1
  122. package/dist/components/drawer/inline-drawer.js +62 -57
  123. package/dist/components/drawer/use-drawer-key-down.js +15 -8
  124. package/dist/components/fieldset/fieldset-error-text.d.ts +1 -1
  125. package/dist/components/fieldset/fieldset-error-text.d.ts.map +1 -1
  126. package/dist/components/fieldset/fieldset-error-text.js +13 -5
  127. package/dist/components/fieldset/fieldset-helper-text.d.ts +1 -1
  128. package/dist/components/fieldset/fieldset-helper-text.d.ts.map +1 -1
  129. package/dist/components/fieldset/fieldset-helper-text.js +13 -5
  130. package/dist/components/fieldset/fieldset-legend.d.ts +1 -1
  131. package/dist/components/fieldset/fieldset-legend.d.ts.map +1 -1
  132. package/dist/components/fieldset/fieldset-legend.js +13 -5
  133. package/dist/components/fieldset/fieldset.d.ts +1 -1
  134. package/dist/components/fieldset/fieldset.d.ts.map +1 -1
  135. package/dist/components/fieldset/fieldset.js +15 -5
  136. package/dist/components/flex/flex.composition.d.ts +2 -2
  137. package/dist/components/flex/flex.composition.d.ts.map +1 -1
  138. package/dist/components/flex/flex.d.ts +1 -1
  139. package/dist/components/flex/flex.d.ts.map +1 -1
  140. package/dist/components/flex/flex.js +13 -5
  141. package/dist/components/form-control/form-control.composition.d.ts +6 -6
  142. package/dist/components/form-control/form-control.composition.d.ts.map +1 -1
  143. package/dist/components/form-control/form-control.d.ts +1 -1
  144. package/dist/components/form-control/form-control.d.ts.map +1 -1
  145. package/dist/components/form-control/form-control.js +17 -22
  146. package/dist/components/form-control/form-error-message.d.ts +1 -1
  147. package/dist/components/form-control/form-error-message.d.ts.map +1 -1
  148. package/dist/components/form-control/form-error-message.js +13 -5
  149. package/dist/components/form-control/form-helper-text.d.ts +1 -1
  150. package/dist/components/form-control/form-helper-text.d.ts.map +1 -1
  151. package/dist/components/form-control/form-helper-text.js +13 -5
  152. package/dist/components/form-control/form-label.d.ts +1 -1
  153. package/dist/components/form-control/form-label.d.ts.map +1 -1
  154. package/dist/components/form-control/form-label.js +24 -11
  155. package/dist/components/grid/grid-item.d.ts +1 -1
  156. package/dist/components/grid/grid-item.d.ts.map +1 -1
  157. package/dist/components/grid/grid-item.js +12 -4
  158. package/dist/components/grid/grid.composition.d.ts +2 -2
  159. package/dist/components/grid/grid.composition.d.ts.map +1 -1
  160. package/dist/components/grid/grid.d.ts +1 -1
  161. package/dist/components/grid/grid.d.ts.map +1 -1
  162. package/dist/components/grid/grid.js +13 -5
  163. package/dist/components/heading/heading.composition.d.ts +3 -3
  164. package/dist/components/heading/heading.composition.d.ts.map +1 -1
  165. package/dist/components/heading/heading.d.ts +1 -1
  166. package/dist/components/heading/heading.d.ts.map +1 -1
  167. package/dist/components/heading/heading.js +21 -29
  168. package/dist/components/highlight/highlight.composition.d.ts +2 -2
  169. package/dist/components/highlight/highlight.composition.d.ts.map +1 -1
  170. package/dist/components/highlight/highlight.d.ts +1 -1
  171. package/dist/components/highlight/highlight.d.ts.map +1 -1
  172. package/dist/components/highlight/highlight.js +19 -15
  173. package/dist/components/icon/create-icon.js +24 -15
  174. package/dist/components/icon/icon.composition.d.ts +1 -1
  175. package/dist/components/icon/icon.composition.d.ts.map +1 -1
  176. package/dist/components/icon/icons/absence-icon.js +1 -4
  177. package/dist/components/icon/icons/accessibility-icon.js +1 -4
  178. package/dist/components/icon/icons/add-absence-icon.js +1 -4
  179. package/dist/components/icon/icons/add-emoji-icon.js +1 -4
  180. package/dist/components/icon/icons/add-icon.js +1 -4
  181. package/dist/components/icon/icons/apple-icon.js +1 -4
  182. package/dist/components/icon/icons/apps-icon.js +1 -4
  183. package/dist/components/icon/icons/archive-icon.js +4 -5
  184. package/dist/components/icon/icons/area-icon.js +1 -4
  185. package/dist/components/icon/icons/at-icon.js +1 -4
  186. package/dist/components/icon/icons/attachment-icon.js +1 -4
  187. package/dist/components/icon/icons/baby-icon.js +1 -4
  188. package/dist/components/icon/icons/back-icon.js +1 -4
  189. package/dist/components/icon/icons/backspace-icon.js +1 -4
  190. package/dist/components/icon/icons/bank-icon.js +1 -4
  191. package/dist/components/icon/icons/bank-id-icon.js +1 -4
  192. package/dist/components/icon/icons/barcode-icon.js +1 -4
  193. package/dist/components/icon/icons/bell-icon.js +1 -4
  194. package/dist/components/icon/icons/bolt-icon.js +4 -5
  195. package/dist/components/icon/icons/calendar-icon.js +1 -4
  196. package/dist/components/icon/icons/camera-icon.js +1 -4
  197. package/dist/components/icon/icons/cancel-icon.js +1 -4
  198. package/dist/components/icon/icons/card-icon.js +1 -4
  199. package/dist/components/icon/icons/cart-icon.js +1 -4
  200. package/dist/components/icon/icons/caspeco-icon.js +4 -5
  201. package/dist/components/icon/icons/channels-icon.js +1 -4
  202. package/dist/components/icon/icons/chart-icon.js +1 -4
  203. package/dist/components/icon/icons/chart-line-icon.js +1 -4
  204. package/dist/components/icon/icons/chart-mixed-icon.js +1 -4
  205. package/dist/components/icon/icons/chart-pie-icon.js +1 -4
  206. package/dist/components/icon/icons/chart-scatter-icon.js +1 -4
  207. package/dist/components/icon/icons/check-icon.js +1 -4
  208. package/dist/components/icon/icons/checkbox-icon.js +1 -4
  209. package/dist/components/icon/icons/chevron-left-icon.js +1 -4
  210. package/dist/components/icon/icons/chevron-right-icon.js +1 -4
  211. package/dist/components/icon/icons/child-icon.js +1 -4
  212. package/dist/components/icon/icons/circle-info-icon.js +1 -4
  213. package/dist/components/icon/icons/circle-parking-icon.js +1 -4
  214. package/dist/components/icon/icons/circle-question-icon.js +1 -4
  215. package/dist/components/icon/icons/circle-select-icon.js +1 -4
  216. package/dist/components/icon/icons/circle-success-icon.js +1 -4
  217. package/dist/components/icon/icons/circle-user-icon.js +1 -4
  218. package/dist/components/icon/icons/clear-icon.js +1 -4
  219. package/dist/components/icon/icons/close-icon.js +1 -4
  220. package/dist/components/icon/icons/closed-icon.js +1 -4
  221. package/dist/components/icon/icons/collapse-icon.js +1 -4
  222. package/dist/components/icon/icons/color-icon.js +1 -4
  223. package/dist/components/icon/icons/columns-icon.js +1 -4
  224. package/dist/components/icon/icons/comment-add-icon.js +1 -4
  225. package/dist/components/icon/icons/comment-icon.js +1 -4
  226. package/dist/components/icon/icons/cookies-icon.js +1 -4
  227. package/dist/components/icon/icons/copy-icon.js +1 -4
  228. package/dist/components/icon/icons/date-icon.js +1 -4
  229. package/dist/components/icon/icons/decrease-icon.js +1 -4
  230. package/dist/components/icon/icons/delete-icon.js +1 -4
  231. package/dist/components/icon/icons/deliverect-icon.js +1 -4
  232. package/dist/components/icon/icons/delivery-icon.js +1 -4
  233. package/dist/components/icon/icons/description-icon.js +1 -4
  234. package/dist/components/icon/icons/discount-icon.js +1 -4
  235. package/dist/components/icon/icons/distribute-evenly-icon.js +1 -4
  236. package/dist/components/icon/icons/door-closed-icon.js +1 -4
  237. package/dist/components/icon/icons/door-open-icon.js +1 -4
  238. package/dist/components/icon/icons/down-icon.js +1 -4
  239. package/dist/components/icon/icons/eat-in-icon.js +1 -4
  240. package/dist/components/icon/icons/edit-icon.js +1 -4
  241. package/dist/components/icon/icons/email-icon.js +1 -4
  242. package/dist/components/icon/icons/error-icon.js +1 -4
  243. package/dist/components/icon/icons/expand-icon.js +1 -4
  244. package/dist/components/icon/icons/export-icon.js +1 -4
  245. package/dist/components/icon/icons/extract-icon.js +1 -4
  246. package/dist/components/icon/icons/facebook-icon.js +1 -4
  247. package/dist/components/icon/icons/failed-print-icon.js +1 -4
  248. package/dist/components/icon/icons/file-icon.js +1 -4
  249. package/dist/components/icon/icons/filter-icon.js +1 -4
  250. package/dist/components/icon/icons/folder-icon.js +1 -4
  251. package/dist/components/icon/icons/foodora-icon.js +1 -4
  252. package/dist/components/icon/icons/forward-icon.js +1 -4
  253. package/dist/components/icon/icons/glovo-icon.js +4 -5
  254. package/dist/components/icon/icons/goal-icon.js +1 -4
  255. package/dist/components/icon/icons/google-icon.js +1 -4
  256. package/dist/components/icon/icons/grip-more-icon.js +1 -4
  257. package/dist/components/icon/icons/hash-icon.js +1 -4
  258. package/dist/components/icon/icons/hexagon-error-icon.js +1 -4
  259. package/dist/components/icon/icons/hide-icon.js +1 -4
  260. package/dist/components/icon/icons/history-icon.js +1 -4
  261. package/dist/components/icon/icons/icon-picker-anchor-icon.js +1 -4
  262. package/dist/components/icon/icons/icon-picker-asterisk-icon.js +1 -4
  263. package/dist/components/icon/icons/icon-picker-beer-icon.js +1 -4
  264. package/dist/components/icon/icons/icon-picker-bicycle-icon.js +1 -4
  265. package/dist/components/icon/icons/icon-picker-binoculars-icon.js +1 -4
  266. package/dist/components/icon/icons/icon-picker-bomb-icon.js +1 -4
  267. package/dist/components/icon/icons/icon-picker-car-icon.js +1 -4
  268. package/dist/components/icon/icons/icon-picker-cocktail-icon.js +1 -4
  269. package/dist/components/icon/icons/icon-picker-gem-icon.js +1 -4
  270. package/dist/components/icon/icons/icon-picker-heart-full-icon.js +1 -4
  271. package/dist/components/icon/icons/icon-picker-heart-icon.js +1 -4
  272. package/dist/components/icon/icons/icon-picker-magnet-icon.js +1 -4
  273. package/dist/components/icon/icons/icon-picker-money-icon.js +1 -4
  274. package/dist/components/icon/icons/icon-picker-moon-icon.js +1 -4
  275. package/dist/components/icon/icons/icon-picker-music-icon.js +1 -4
  276. package/dist/components/icon/icons/icon-picker-star-full-icon.js +1 -4
  277. package/dist/components/icon/icons/icon-picker-star-half-icon.js +1 -4
  278. package/dist/components/icon/icons/icon-picker-star-icon.js +1 -4
  279. package/dist/components/icon/icons/icon-picker-tint-icon.js +1 -4
  280. package/dist/components/icon/icons/icon-picker-tree-icon.js +1 -4
  281. package/dist/components/icon/icons/icon-picker-utensils-icon.js +1 -4
  282. package/dist/components/icon/icons/icon-picker-wheelchair-icon.js +1 -4
  283. package/dist/components/icon/icons/image-icon.js +1 -4
  284. package/dist/components/icon/icons/import-icon.js +1 -4
  285. package/dist/components/icon/icons/inbox-icon.js +1 -4
  286. package/dist/components/icon/icons/increase-icon.js +1 -4
  287. package/dist/components/icon/icons/indeterminate-icon.js +1 -4
  288. package/dist/components/icon/icons/info-icon.js +1 -4
  289. package/dist/components/icon/icons/inheritance-icon.js +1 -4
  290. package/dist/components/icon/icons/just-eat-icon.js +1 -4
  291. package/dist/components/icon/icons/karma-icon.js +1 -4
  292. package/dist/components/icon/icons/key-command-icon.js +1 -4
  293. package/dist/components/icon/icons/key-enter-icon.js +1 -4
  294. package/dist/components/icon/icons/key-icon.js +1 -4
  295. package/dist/components/icon/icons/key-option-icon.js +1 -4
  296. package/dist/components/icon/icons/language-icon.js +1 -4
  297. package/dist/components/icon/icons/link-broken-icon.js +1 -4
  298. package/dist/components/icon/icons/link-external-icon.js +1 -4
  299. package/dist/components/icon/icons/link-icon.js +1 -4
  300. package/dist/components/icon/icons/list-ol-icon.js +1 -4
  301. package/dist/components/icon/icons/list-ul-icon.js +1 -4
  302. package/dist/components/icon/icons/loading-icon.js +1 -4
  303. package/dist/components/icon/icons/location-icon.js +1 -4
  304. package/dist/components/icon/icons/lock-icon.js +1 -4
  305. package/dist/components/icon/icons/log-in-icon.js +1 -4
  306. package/dist/components/icon/icons/log-out-icon.js +1 -4
  307. package/dist/components/icon/icons/map-icon.js +1 -4
  308. package/dist/components/icon/icons/maximize-icon.js +1 -4
  309. package/dist/components/icon/icons/members-icon.js +1 -4
  310. package/dist/components/icon/icons/menu-hide-icon.js +1 -4
  311. package/dist/components/icon/icons/menu-icon.js +1 -4
  312. package/dist/components/icon/icons/menu-show-icon.js +1 -4
  313. package/dist/components/icon/icons/message-add-icon.js +1 -4
  314. package/dist/components/icon/icons/message-icon.js +1 -4
  315. package/dist/components/icon/icons/message-lines-icon.js +1 -4
  316. package/dist/components/icon/icons/minimize-icon.js +1 -4
  317. package/dist/components/icon/icons/minimize-window-icon.js +1 -4
  318. package/dist/components/icon/icons/mobile-rotate-icon.js +1 -4
  319. package/dist/components/icon/icons/module-accounting-icon.js +1 -4
  320. package/dist/components/icon/icons/module-ai-forecast-icon.js +1 -4
  321. package/dist/components/icon/icons/module-app-icon.js +1 -4
  322. package/dist/components/icon/icons/module-articles-icon.js +1 -4
  323. package/dist/components/icon/icons/module-benchmark-icon.js +1 -4
  324. package/dist/components/icon/icons/module-booking-icon.js +1 -4
  325. package/dist/components/icon/icons/module-cai-icon.js +1 -4
  326. package/dist/components/icon/icons/module-campaigns-icon.js +1 -4
  327. package/dist/components/icon/icons/module-cashier-icon.js +1 -4
  328. package/dist/components/icon/icons/module-communication-icon.js +1 -4
  329. package/dist/components/icon/icons/module-copilot-icon.js +1 -4
  330. package/dist/components/icon/icons/module-dashboard-icon.js +1 -4
  331. package/dist/components/icon/icons/module-document-icon.js +1 -4
  332. package/dist/components/icon/icons/module-employees-icon.js +1 -4
  333. package/dist/components/icon/icons/module-feed-icon.js +1 -4
  334. package/dist/components/icon/icons/module-history-icon.js +1 -4
  335. package/dist/components/icon/icons/module-home-icon.js +1 -4
  336. package/dist/components/icon/icons/module-insights-icon.js +1 -4
  337. package/dist/components/icon/icons/module-kds-icon.js +1 -4
  338. package/dist/components/icon/icons/module-members-icon.js +1 -4
  339. package/dist/components/icon/icons/module-menus-icon.js +1 -4
  340. package/dist/components/icon/icons/module-my-city-icon.js +1 -4
  341. package/dist/components/icon/icons/module-notification-center-icon.js +1 -4
  342. package/dist/components/icon/icons/module-online-order-icon.js +1 -4
  343. package/dist/components/icon/icons/module-organisation-icon.js +1 -4
  344. package/dist/components/icon/icons/module-pos-icon.js +1 -4
  345. package/dist/components/icon/icons/module-pulse-icon.js +1 -4
  346. package/dist/components/icon/icons/module-result-icon.js +1 -4
  347. package/dist/components/icon/icons/module-salary-icon.js +1 -4
  348. package/dist/components/icon/icons/module-schedule-icon.js +1 -4
  349. package/dist/components/icon/icons/module-settings-alt-icon.js +1 -4
  350. package/dist/components/icon/icons/module-settings-icon.js +1 -4
  351. package/dist/components/icon/icons/module-support-icon.js +1 -4
  352. package/dist/components/icon/icons/module-survey-icon.js +1 -4
  353. package/dist/components/icon/icons/module-table-map-icon.js +4 -5
  354. package/dist/components/icon/icons/module-tablet-icon.js +1 -4
  355. package/dist/components/icon/icons/module-time-icon.js +1 -4
  356. package/dist/components/icon/icons/module-timeline-icon.js +1 -4
  357. package/dist/components/icon/icons/module-tip-icon.js +1 -4
  358. package/dist/components/icon/icons/module-to-do-icon.js +1 -4
  359. package/dist/components/icon/icons/module-tools-icon.js +1 -4
  360. package/dist/components/icon/icons/module-top-list-icon.js +1 -4
  361. package/dist/components/icon/icons/module-web-charts-icon.js +1 -4
  362. package/dist/components/icon/icons/module-web-icon.js +1 -4
  363. package/dist/components/icon/icons/more-horizontal-icon.js +1 -4
  364. package/dist/components/icon/icons/more-vertical-icon.js +1 -4
  365. package/dist/components/icon/icons/nfc-icon.js +1 -4
  366. package/dist/components/icon/icons/no-cart-icon.js +1 -4
  367. package/dist/components/icon/icons/note-icon.js +1 -4
  368. package/dist/components/icon/icons/number-icon.js +4 -5
  369. package/dist/components/icon/icons/open-modal-icon.js +1 -4
  370. package/dist/components/icon/icons/parking-icon.js +1 -4
  371. package/dist/components/icon/icons/party-horn-icon.js +1 -4
  372. package/dist/components/icon/icons/pause-icon.js +1 -4
  373. package/dist/components/icon/icons/payment-card-icon.js +1 -4
  374. package/dist/components/icon/icons/payment-cash-icon.js +1 -4
  375. package/dist/components/icon/icons/payment-generic-icon.js +1 -4
  376. package/dist/components/icon/icons/payment-giftcard-icon.js +1 -4
  377. package/dist/components/icon/icons/payment-hotel-icon.js +1 -4
  378. package/dist/components/icon/icons/payment-invoice-icon.js +1 -4
  379. package/dist/components/icon/icons/percentage-icon.js +1 -4
  380. package/dist/components/icon/icons/phone-icon.js +1 -4
  381. package/dist/components/icon/icons/pin-icon.js +1 -4
  382. package/dist/components/icon/icons/pin-map-icon.js +1 -4
  383. package/dist/components/icon/icons/play-icon.js +1 -4
  384. package/dist/components/icon/icons/preview-icon.js +1 -4
  385. package/dist/components/icon/icons/print-icon.js +1 -4
  386. package/dist/components/icon/icons/privacy-icon.js +1 -4
  387. package/dist/components/icon/icons/product-admin-icon.js +1 -4
  388. package/dist/components/icon/icons/product-analytics-icon.js +1 -4
  389. package/dist/components/icon/icons/product-booking-icon.js +1 -4
  390. package/dist/components/icon/icons/product-checkout-icon.js +1 -4
  391. package/dist/components/icon/icons/product-my-pages-icon.js +1 -4
  392. package/dist/components/icon/icons/product-staff-icon.js +1 -4
  393. package/dist/components/icon/icons/puck-icon.js +1 -4
  394. package/dist/components/icon/icons/qr-code-icon.js +1 -4
  395. package/dist/components/icon/icons/question-icon.js +1 -4
  396. package/dist/components/icon/icons/radio-icon.js +1 -4
  397. package/dist/components/icon/icons/receipt-icon.js +1 -4
  398. package/dist/components/icon/icons/redo-icon.js +1 -4
  399. package/dist/components/icon/icons/refund-icon.js +1 -4
  400. package/dist/components/icon/icons/remove-icon.js +1 -4
  401. package/dist/components/icon/icons/replace-icon.js +1 -4
  402. package/dist/components/icon/icons/schedule-icon.js +1 -4
  403. package/dist/components/icon/icons/search-icon.js +1 -4
  404. package/dist/components/icon/icons/select-icon.js +1 -4
  405. package/dist/components/icon/icons/send-icon.js +1 -4
  406. package/dist/components/icon/icons/share-icon.js +1 -4
  407. package/dist/components/icon/icons/show-icon.js +1 -4
  408. package/dist/components/icon/icons/shuffle-icon.js +1 -4
  409. package/dist/components/icon/icons/sidebar-hide-icon.js +1 -4
  410. package/dist/components/icon/icons/sidebar-left-icon.js +1 -4
  411. package/dist/components/icon/icons/sidebar-right-icon.js +1 -4
  412. package/dist/components/icon/icons/sidebar-show-icon.js +1 -4
  413. package/dist/components/icon/icons/sliders-icon.js +1 -4
  414. package/dist/components/icon/icons/slightly-sad-icon.js +1 -4
  415. package/dist/components/icon/icons/smile-icon.js +1 -4
  416. package/dist/components/icon/icons/sort-asc-icon.js +1 -4
  417. package/dist/components/icon/icons/sort-desc-icon.js +1 -4
  418. package/dist/components/icon/icons/split-icon.js +1 -4
  419. package/dist/components/icon/icons/status-icon.js +1 -4
  420. package/dist/components/icon/icons/stop-icon.js +1 -4
  421. package/dist/components/icon/icons/submenu-icon.js +1 -4
  422. package/dist/components/icon/icons/success-icon.js +1 -4
  423. package/dist/components/icon/icons/swap-icon.js +1 -4
  424. package/dist/components/icon/icons/swatch-icon.js +1 -4
  425. package/dist/components/icon/icons/sweat-icon.js +1 -4
  426. package/dist/components/icon/icons/table-icon.js +1 -4
  427. package/dist/components/icon/icons/table-map-icon.js +1 -4
  428. package/dist/components/icon/icons/take-away-dot-com-icon.js +1 -4
  429. package/dist/components/icon/icons/take-away-icon.js +1 -4
  430. package/dist/components/icon/icons/talk-icon.js +1 -4
  431. package/dist/components/icon/icons/thumbtack-icon.js +1 -4
  432. package/dist/components/icon/icons/time-icon.js +1 -4
  433. package/dist/components/icon/icons/timeline-icon.js +1 -4
  434. package/dist/components/icon/icons/tip-icon.js +1 -4
  435. package/dist/components/icon/icons/title-icon.js +1 -4
  436. package/dist/components/icon/icons/translate-icon.js +1 -4
  437. package/dist/components/icon/icons/tree-view-collapse-icon.js +1 -4
  438. package/dist/components/icon/icons/tree-view-expand-icon.js +1 -4
  439. package/dist/components/icon/icons/tree-view-last-icon.js +1 -4
  440. package/dist/components/icon/icons/trend-down-icon.js +1 -4
  441. package/dist/components/icon/icons/trend-up-icon.js +1 -4
  442. package/dist/components/icon/icons/triangle-warning-icon.js +1 -4
  443. package/dist/components/icon/icons/trivec-icon.js +4 -5
  444. package/dist/components/icon/icons/uber-eats-icon.js +1 -4
  445. package/dist/components/icon/icons/undo-icon.js +1 -4
  446. package/dist/components/icon/icons/unlock-icon.js +1 -4
  447. package/dist/components/icon/icons/unwrap-content-icon.js +1 -4
  448. package/dist/components/icon/icons/up-icon.js +1 -4
  449. package/dist/components/icon/icons/user-group-icon.js +1 -4
  450. package/dist/components/icon/icons/user-icon.js +1 -4
  451. package/dist/components/icon/icons/user-permissions-icon.js +1 -4
  452. package/dist/components/icon/icons/user-wait-icon.js +1 -4
  453. package/dist/components/icon/icons/users-icon.js +1 -4
  454. package/dist/components/icon/icons/version-control-icon.js +1 -4
  455. package/dist/components/icon/icons/volume-high-icon.js +1 -4
  456. package/dist/components/icon/icons/volume-icon.js +1 -4
  457. package/dist/components/icon/icons/volume-low-icon.js +1 -4
  458. package/dist/components/icon/icons/volume-off-icon.js +1 -4
  459. package/dist/components/icon/icons/warning-icon.js +1 -4
  460. package/dist/components/icon/icons/waste-icon.js +1 -4
  461. package/dist/components/icon/icons/wifi-icon.js +1 -4
  462. package/dist/components/icon/icons/wifi-off-icon.js +1 -4
  463. package/dist/components/icon/icons/wolt-icon.js +1 -4
  464. package/dist/components/icon/icons/wrap-content-icon.js +1 -4
  465. package/dist/components/icon-button/icon-button.composition.d.ts +4 -4
  466. package/dist/components/icon-button/icon-button.composition.d.ts.map +1 -1
  467. package/dist/components/icon-button/icon-button.js +38 -32
  468. package/dist/components/image/image.composition.d.ts +1 -1
  469. package/dist/components/image/image.composition.d.ts.map +1 -1
  470. package/dist/components/image/image.d.ts +1 -1
  471. package/dist/components/image/image.d.ts.map +1 -1
  472. package/dist/components/image/image.js +12 -5
  473. package/dist/components/image-upload/image-cropper.d.ts +2 -1
  474. package/dist/components/image-upload/image-cropper.d.ts.map +1 -1
  475. package/dist/components/image-upload/image-cropper.helper.d.ts +1 -1
  476. package/dist/components/image-upload/image-cropper.helper.d.ts.map +1 -1
  477. package/dist/components/image-upload/image-cropper.helper.js +38 -40
  478. package/dist/components/image-upload/image-cropper.js +63 -73
  479. package/dist/components/image-upload/image-upload-dropzone.d.ts +2 -1
  480. package/dist/components/image-upload/image-upload-dropzone.d.ts.map +1 -1
  481. package/dist/components/image-upload/image-upload-dropzone.js +102 -72
  482. package/dist/components/image-upload/image-upload-icons.d.ts +5 -5
  483. package/dist/components/image-upload/image-upload-icons.d.ts.map +1 -1
  484. package/dist/components/image-upload/image-upload-icons.js +19 -26
  485. package/dist/components/image-upload/image-upload-modal.d.ts +1 -1
  486. package/dist/components/image-upload/image-upload-modal.d.ts.map +1 -1
  487. package/dist/components/image-upload/image-upload-modal.js +54 -95
  488. package/dist/components/image-upload/image-upload.composition.d.ts +3 -3
  489. package/dist/components/image-upload/image-upload.composition.d.ts.map +1 -1
  490. package/dist/components/image-upload/image-upload.d.ts +1 -1
  491. package/dist/components/image-upload/image-upload.d.ts.map +1 -1
  492. package/dist/components/image-upload/image-upload.js +69 -78
  493. package/dist/components/input/input.composition.d.ts +9 -9
  494. package/dist/components/input/input.composition.d.ts.map +1 -1
  495. package/dist/components/input/input.d.ts +1 -1
  496. package/dist/components/input/input.js +54 -58
  497. package/dist/components/input/types.d.ts +5 -4
  498. package/dist/components/input/types.d.ts.map +1 -1
  499. package/dist/components/link/link.composition.d.ts +2 -2
  500. package/dist/components/link/link.composition.d.ts.map +1 -1
  501. package/dist/components/link/link.d.ts +1 -1
  502. package/dist/components/link/link.d.ts.map +1 -1
  503. package/dist/components/link/link.js +11 -3
  504. package/dist/components/list/list-item.d.ts +1 -1
  505. package/dist/components/list/list-item.d.ts.map +1 -1
  506. package/dist/components/list/list-item.js +13 -5
  507. package/dist/components/list/list.composition.d.ts +1 -1
  508. package/dist/components/list/list.composition.d.ts.map +1 -1
  509. package/dist/components/list/list.d.ts +1 -1
  510. package/dist/components/list/list.d.ts.map +1 -1
  511. package/dist/components/list/list.js +17 -11
  512. package/dist/components/menu/menu-box-button.js +16 -8
  513. package/dist/components/menu/menu-button.d.ts +1 -1
  514. package/dist/components/menu/menu-button.d.ts.map +1 -1
  515. package/dist/components/menu/menu-button.js +15 -5
  516. package/dist/components/menu/menu-divider.d.ts +2 -1
  517. package/dist/components/menu/menu-divider.d.ts.map +1 -1
  518. package/dist/components/menu/menu-divider.js +21 -12
  519. package/dist/components/menu/menu-group.d.ts +3 -2
  520. package/dist/components/menu/menu-group.d.ts.map +1 -1
  521. package/dist/components/menu/menu-group.js +131 -129
  522. package/dist/components/menu/menu-icon-button.d.ts +1 -1
  523. package/dist/components/menu/menu-icon-button.d.ts.map +1 -1
  524. package/dist/components/menu/menu-icon-button.js +10 -5
  525. package/dist/components/menu/menu-item.d.ts +1 -1
  526. package/dist/components/menu/menu-item.d.ts.map +1 -1
  527. package/dist/components/menu/menu-item.js +43 -32
  528. package/dist/components/menu/menu-list.d.ts +1 -1
  529. package/dist/components/menu/menu-list.d.ts.map +1 -1
  530. package/dist/components/menu/menu-list.js +14 -4
  531. package/dist/components/menu/menu-recipe.js +6 -2
  532. package/dist/components/menu/menu.composition.d.ts +10 -10
  533. package/dist/components/menu/menu.composition.d.ts.map +1 -1
  534. package/dist/components/menu/menu.js +36 -19
  535. package/dist/components/message/message.composition.d.ts +1 -1
  536. package/dist/components/message/message.composition.d.ts.map +1 -1
  537. package/dist/components/message/message.d.ts +1 -1
  538. package/dist/components/message/message.d.ts.map +1 -1
  539. package/dist/components/message/message.js +36 -58
  540. package/dist/components/modal/modal-body.d.ts +1 -1
  541. package/dist/components/modal/modal-body.d.ts.map +1 -1
  542. package/dist/components/modal/modal-body.js +15 -7
  543. package/dist/components/modal/modal-close-button.d.ts +1 -1
  544. package/dist/components/modal/modal-close-button.d.ts.map +1 -1
  545. package/dist/components/modal/modal-close-button.js +16 -16
  546. package/dist/components/modal/modal-footer.d.ts +1 -1
  547. package/dist/components/modal/modal-footer.d.ts.map +1 -1
  548. package/dist/components/modal/modal-footer.js +29 -18
  549. package/dist/components/modal/modal-header.d.ts +1 -1
  550. package/dist/components/modal/modal-header.d.ts.map +1 -1
  551. package/dist/components/modal/modal-header.js +15 -5
  552. package/dist/components/modal/modal.composition.d.ts +11 -11
  553. package/dist/components/modal/modal.composition.d.ts.map +1 -1
  554. package/dist/components/modal/modal.d.ts +1 -1
  555. package/dist/components/modal/modal.d.ts.map +1 -1
  556. package/dist/components/modal/modal.js +53 -43
  557. package/dist/components/navigation-list/navigation-list-item.d.ts +2 -2
  558. package/dist/components/navigation-list/navigation-list-item.d.ts.map +1 -1
  559. package/dist/components/navigation-list/navigation-list-item.js +54 -67
  560. package/dist/components/navigation-list/navigation-list.composition.d.ts +6 -5
  561. package/dist/components/navigation-list/navigation-list.composition.d.ts.map +1 -1
  562. package/dist/components/navigation-list/navigation-list.d.ts +1 -1
  563. package/dist/components/navigation-list/navigation-list.d.ts.map +1 -1
  564. package/dist/components/navigation-list/navigation-list.js +15 -5
  565. package/dist/components/paginator/paginator.composition.d.ts +2 -2
  566. package/dist/components/paginator/paginator.composition.d.ts.map +1 -1
  567. package/dist/components/paginator/paginator.d.ts +1 -1
  568. package/dist/components/paginator/paginator.d.ts.map +1 -1
  569. package/dist/components/paginator/paginator.js +67 -51
  570. package/dist/components/quantity-button/minus-button.d.ts +1 -1
  571. package/dist/components/quantity-button/minus-button.d.ts.map +1 -1
  572. package/dist/components/quantity-button/minus-button.js +14 -16
  573. package/dist/components/quantity-button/plus-button.d.ts +1 -1
  574. package/dist/components/quantity-button/plus-button.d.ts.map +1 -1
  575. package/dist/components/quantity-button/plus-button.js +14 -16
  576. package/dist/components/quantity-button/quantity-button.composition.d.ts +3 -3
  577. package/dist/components/quantity-button/quantity-button.composition.d.ts.map +1 -1
  578. package/dist/components/quantity-button/quantity-button.d.ts +1 -1
  579. package/dist/components/quantity-button/quantity-button.d.ts.map +1 -1
  580. package/dist/components/quantity-button/quantity-button.js +38 -74
  581. package/dist/components/radio/check-icon.js +1 -6
  582. package/dist/components/radio/radio-group-context.js +2 -2
  583. package/dist/components/radio/radio-group.composition.d.ts +5 -5
  584. package/dist/components/radio/radio-group.composition.d.ts.map +1 -1
  585. package/dist/components/radio/radio-group.d.ts +1 -1
  586. package/dist/components/radio/radio-group.d.ts.map +1 -1
  587. package/dist/components/radio/radio-group.js +26 -33
  588. package/dist/components/radio/radio.composition.d.ts +2 -2
  589. package/dist/components/radio/radio.composition.d.ts.map +1 -1
  590. package/dist/components/radio/radio.js +53 -49
  591. package/dist/components/radio-card/radio-card-group.d.ts +1 -1
  592. package/dist/components/radio-card/radio-card-group.d.ts.map +1 -1
  593. package/dist/components/radio-card/radio-card-group.js +23 -31
  594. package/dist/components/radio-card/radio-card.composition.d.ts +4 -4
  595. package/dist/components/radio-card/radio-card.composition.d.ts.map +1 -1
  596. package/dist/components/radio-card/radio-card.js +64 -81
  597. package/dist/components/rich-text-editor/boolean-control.d.ts +1 -1
  598. package/dist/components/rich-text-editor/boolean-control.d.ts.map +1 -1
  599. package/dist/components/rich-text-editor/boolean-control.js +50 -30
  600. package/dist/components/rich-text-editor/extensions.js +15 -17
  601. package/dist/components/rich-text-editor/rich-text-editor-control.d.ts +10 -10
  602. package/dist/components/rich-text-editor/rich-text-editor-control.d.ts.map +1 -1
  603. package/dist/components/rich-text-editor/rich-text-editor-control.js +273 -166
  604. package/dist/components/rich-text-editor/rich-text-editor-recipe.js +36 -10
  605. package/dist/components/rich-text-editor/rich-text-editor.composition.d.ts +4 -4
  606. package/dist/components/rich-text-editor/rich-text-editor.composition.d.ts.map +1 -1
  607. package/dist/components/rich-text-editor/rich-text-editor.d.ts +4 -4
  608. package/dist/components/rich-text-editor/rich-text-editor.d.ts.map +1 -1
  609. package/dist/components/rich-text-editor/rich-text-editor.js +68 -54
  610. package/dist/components/rich-text-editor/rich-text-renderer.d.ts +1 -1
  611. package/dist/components/rich-text-editor/rich-text-renderer.d.ts.map +1 -1
  612. package/dist/components/rich-text-editor/rich-text-renderer.js +30 -17
  613. package/dist/components/rich-text-editor/use-rich-text-editor.js +27 -14
  614. package/dist/components/segmented-control/segmented-control-item.d.ts +1 -1
  615. package/dist/components/segmented-control/segmented-control-item.d.ts.map +1 -1
  616. package/dist/components/segmented-control/segmented-control-item.js +23 -25
  617. package/dist/components/segmented-control/segmented-control.composition.d.ts +5 -5
  618. package/dist/components/segmented-control/segmented-control.composition.d.ts.map +1 -1
  619. package/dist/components/segmented-control/segmented-control.d.ts +1 -1
  620. package/dist/components/segmented-control/segmented-control.d.ts.map +1 -1
  621. package/dist/components/segmented-control/segmented-control.js +38 -38
  622. package/dist/components/segmented-control/types.d.ts +2 -1
  623. package/dist/components/segmented-control/types.d.ts.map +1 -1
  624. package/dist/components/select/select.composition.d.ts +3 -3
  625. package/dist/components/select/select.composition.d.ts.map +1 -1
  626. package/dist/components/select/select.js +27 -12
  627. package/dist/components/skeleton/skeleton-text.d.ts +1 -1
  628. package/dist/components/skeleton/skeleton-text.d.ts.map +1 -1
  629. package/dist/components/skeleton/skeleton-text.js +17 -12
  630. package/dist/components/skeleton/skeleton.composition.d.ts +2 -2
  631. package/dist/components/skeleton/skeleton.composition.d.ts.map +1 -1
  632. package/dist/components/skeleton/skeleton.d.ts +1 -1
  633. package/dist/components/skeleton/skeleton.d.ts.map +1 -1
  634. package/dist/components/skeleton/skeleton.js +18 -13
  635. package/dist/components/spinner/spinner.composition.d.ts +2 -2
  636. package/dist/components/spinner/spinner.composition.d.ts.map +1 -1
  637. package/dist/components/spinner/spinner.d.ts +1 -1
  638. package/dist/components/spinner/spinner.d.ts.map +1 -1
  639. package/dist/components/spinner/spinner.js +26 -49
  640. package/dist/components/stack/stack.composition.d.ts +3 -3
  641. package/dist/components/stack/stack.composition.d.ts.map +1 -1
  642. package/dist/components/stack/stack.js +17 -7
  643. package/dist/components/stepper/check-icon.js +1 -6
  644. package/dist/components/stepper/step-context.d.ts +2 -1
  645. package/dist/components/stepper/step-context.d.ts.map +1 -1
  646. package/dist/components/stepper/step.d.ts +1 -1
  647. package/dist/components/stepper/step.d.ts.map +1 -1
  648. package/dist/components/stepper/step.js +89 -69
  649. package/dist/components/stepper/stepper.composition.d.ts +6 -6
  650. package/dist/components/stepper/stepper.composition.d.ts.map +1 -1
  651. package/dist/components/stepper/stepper.d.ts +1 -1
  652. package/dist/components/stepper/stepper.d.ts.map +1 -1
  653. package/dist/components/stepper/stepper.js +41 -21
  654. package/dist/components/stepper/times-icon.js +1 -6
  655. package/dist/components/stepper/types.d.ts +2 -1
  656. package/dist/components/stepper/types.d.ts.map +1 -1
  657. package/dist/components/switch/switch.composition.d.ts +2 -2
  658. package/dist/components/switch/switch.composition.d.ts.map +1 -1
  659. package/dist/components/switch/switch.js +29 -33
  660. package/dist/components/table/table-cell.d.ts +1 -1
  661. package/dist/components/table/table-cell.d.ts.map +1 -1
  662. package/dist/components/table/table-cell.js +67 -92
  663. package/dist/components/table/table-content.d.ts +1 -1
  664. package/dist/components/table/table-content.d.ts.map +1 -1
  665. package/dist/components/table/table-content.js +26 -76
  666. package/dist/components/table/table-context-provider.d.ts +1 -1
  667. package/dist/components/table/table-context-provider.d.ts.map +1 -1
  668. package/dist/components/table/table-context-provider.js +28 -49
  669. package/dist/components/table/table-context.d.ts.map +1 -1
  670. package/dist/components/table/table-filter.d.ts +1 -1
  671. package/dist/components/table/table-filter.d.ts.map +1 -1
  672. package/dist/components/table/table-filter.js +68 -96
  673. package/dist/components/table/table-header-dropdown.d.ts +1 -1
  674. package/dist/components/table/table-header-dropdown.d.ts.map +1 -1
  675. package/dist/components/table/table-header-dropdown.js +65 -113
  676. package/dist/components/table/table-header-row.d.ts +1 -1
  677. package/dist/components/table/table-header-row.d.ts.map +1 -1
  678. package/dist/components/table/table-header-row.js +53 -106
  679. package/dist/components/table/table-recipe.js +6 -2
  680. package/dist/components/table/table-row-expand-toggle-button.d.ts +1 -1
  681. package/dist/components/table/table-row-expand-toggle-button.d.ts.map +1 -1
  682. package/dist/components/table/table-row-expand-toggle-button.js +26 -23
  683. package/dist/components/table/table-row.d.ts +1 -1
  684. package/dist/components/table/table-row.d.ts.map +1 -1
  685. package/dist/components/table/table-row.js +8 -26
  686. package/dist/components/table/table-toolbar-actions.d.ts +1 -1
  687. package/dist/components/table/table-toolbar-actions.d.ts.map +1 -1
  688. package/dist/components/table/table-toolbar-actions.js +4 -10
  689. package/dist/components/table/table-toolbar-add-button.d.ts +1 -1
  690. package/dist/components/table/table-toolbar-add-button.d.ts.map +1 -1
  691. package/dist/components/table/table-toolbar-search.d.ts +1 -1
  692. package/dist/components/table/table-toolbar-search.d.ts.map +1 -1
  693. package/dist/components/table/table-toolbar-search.js +6 -11
  694. package/dist/components/table/table-toolbar-settings.d.ts +1 -1
  695. package/dist/components/table/table-toolbar-settings.d.ts.map +1 -1
  696. package/dist/components/table/table-toolbar-settings.js +75 -144
  697. package/dist/components/table/table-toolbar.d.ts +1 -1
  698. package/dist/components/table/table-toolbar.d.ts.map +1 -1
  699. package/dist/components/table/table-toolbar.js +28 -34
  700. package/dist/components/table/table.composition.d.ts +5 -4
  701. package/dist/components/table/table.composition.d.ts.map +1 -1
  702. package/dist/components/table/table.d.ts +1 -1
  703. package/dist/components/table/table.d.ts.map +1 -1
  704. package/dist/components/table/table.js +1 -34
  705. package/dist/components/tabs/tab-list.d.ts +1 -1
  706. package/dist/components/tabs/tab-list.d.ts.map +1 -1
  707. package/dist/components/tabs/tab-list.js +15 -5
  708. package/dist/components/tabs/tab-panel.d.ts +1 -1
  709. package/dist/components/tabs/tab-panel.d.ts.map +1 -1
  710. package/dist/components/tabs/tab-panel.js +13 -5
  711. package/dist/components/tabs/tab-panels.d.ts +1 -1
  712. package/dist/components/tabs/tab-panels.d.ts.map +1 -1
  713. package/dist/components/tabs/tab-panels.js +12 -4
  714. package/dist/components/tabs/tab-with-image.d.ts +1 -1
  715. package/dist/components/tabs/tab-with-image.d.ts.map +1 -1
  716. package/dist/components/tabs/tab-with-image.js +51 -32
  717. package/dist/components/tabs/tab.d.ts +1 -1
  718. package/dist/components/tabs/tab.d.ts.map +1 -1
  719. package/dist/components/tabs/tab.js +21 -16
  720. package/dist/components/tabs/tabs-recipe.js +3 -1
  721. package/dist/components/tabs/tabs.composition.d.ts +6 -6
  722. package/dist/components/tabs/tabs.composition.d.ts.map +1 -1
  723. package/dist/components/tabs/tabs.d.ts +1 -1
  724. package/dist/components/tabs/tabs.d.ts.map +1 -1
  725. package/dist/components/tabs/tabs.js +22 -16
  726. package/dist/components/tag/tag-recipe.js +6 -1
  727. package/dist/components/tag/tag.composition.d.ts +4 -4
  728. package/dist/components/tag/tag.composition.d.ts.map +1 -1
  729. package/dist/components/tag/tag.d.ts +20 -20
  730. package/dist/components/tag/tag.d.ts.map +1 -1
  731. package/dist/components/tag/tag.js +41 -35
  732. package/dist/components/tag/types.d.ts +3 -2
  733. package/dist/components/tag/types.d.ts.map +1 -1
  734. package/dist/components/text/text.composition.d.ts +4 -4
  735. package/dist/components/text/text.composition.d.ts.map +1 -1
  736. package/dist/components/text/text.d.ts +1 -1
  737. package/dist/components/text/text.d.ts.map +1 -1
  738. package/dist/components/text/text.js +25 -35
  739. package/dist/components/textarea/textarea.composition.d.ts +3 -3
  740. package/dist/components/textarea/textarea.composition.d.ts.map +1 -1
  741. package/dist/components/textarea/textarea.js +16 -16
  742. package/dist/components/toaster/toast-store.d.ts +2 -1
  743. package/dist/components/toaster/toast-store.d.ts.map +1 -1
  744. package/dist/components/toaster/toast-store.js +19 -12
  745. package/dist/components/toaster/toaster.composition.d.ts +6 -6
  746. package/dist/components/toaster/toaster.composition.d.ts.map +1 -1
  747. package/dist/components/toaster/toaster.d.ts +1 -1
  748. package/dist/components/toaster/toaster.d.ts.map +1 -1
  749. package/dist/components/toaster/toaster.js +33 -18
  750. package/dist/components/toggle-button/toggle-button.composition.d.ts +2 -2
  751. package/dist/components/toggle-button/toggle-button.composition.d.ts.map +1 -1
  752. package/dist/components/toggle-button/toggle-button.d.ts +1 -1
  753. package/dist/components/toggle-button/toggle-button.d.ts.map +1 -1
  754. package/dist/components/toggle-button/toggle-button.js +23 -17
  755. package/dist/components/toggle-button/use-button-children.js +33 -24
  756. package/dist/components/tooltip/tooltip.composition.d.ts +4 -4
  757. package/dist/components/tooltip/tooltip.composition.d.ts.map +1 -1
  758. package/dist/components/tooltip/tooltip.d.ts +1 -1
  759. package/dist/components/tooltip/tooltip.d.ts.map +1 -1
  760. package/dist/components/tooltip/tooltip.js +44 -32
  761. package/dist/hooks/use-color-mode.js +20 -11
  762. package/dist/hooks/use-disclosure.js +8 -2
  763. package/dist/hooks/use-remove-attributes.js +20 -12
  764. package/dist/index.js +664 -662
  765. package/dist/node_modules/@tiptap/core/dist/index.js +541 -525
  766. package/dist/node_modules/@tiptap/extension-blockquote/dist/index.js +1464 -27
  767. package/dist/node_modules/@tiptap/extension-code/dist/index.js +26 -9
  768. package/dist/node_modules/@tiptap/extension-list/dist/index.js +314 -250
  769. package/dist/node_modules/@tiptap/extensions/dist/index.js +205 -182
  770. package/dist/node_modules/react/cjs/react-compiler-runtime.development.js +21 -0
  771. package/dist/node_modules/react/cjs/react-compiler-runtime.production.js +14 -0
  772. package/dist/node_modules/react/compiler-runtime.js +10 -0
  773. package/dist/theme/theme-provider-context.composition.d.ts +9 -9
  774. package/dist/theme/theme-provider-context.composition.d.ts.map +1 -1
  775. package/dist/theme/theme-provider.d.ts +1 -1
  776. package/dist/theme/theme-provider.d.ts.map +1 -1
  777. package/dist/theme/theme-provider.js +32 -28
  778. package/dist/theme/theme.js +6 -2
  779. package/package.json +15 -14
@@ -1,8 +1,9 @@
1
- import { Node as g, wrappingInputRule as b, mergeAttributes as L, renderNestedMarkdownContent as $, Extension as S, isNodeActive as I, isAtStartOfNode as K, isAtEndOfNode as z, getNodeType as O, getNodeAtPosition as V, getRenderedAttributes as X, parseIndentedBlocks as x } from "../../core/dist/index.js";
1
+ import { Node as g, wrappingInputRule as b, mergeAttributes as L, renderNestedMarkdownContent as $, Extension as A, isNodeActive as I, isAtStartOfNode as j, isAtEndOfNode as K, getNodeAtPosition as z, getNodeType as B, getRenderedAttributes as V, parseIndentedBlocks as w } from "../../core/dist/index.js";
2
+ import { Fragment as X } from "../../../prosemirror-model/dist/index.js";
2
3
  var F = Object.defineProperty, G = (t, e) => {
3
4
  for (var s in e)
4
5
  F(t, s, { get: e[s], enumerable: !0 });
5
- }, W = "listItem", w = "textStyle", C = /^\s*([-+*])\s$/, q = g.create({
6
+ }, W = "listItem", C = "textStyle", N = /^\s*([-+*])\s$/, q = g.create({
6
7
  name: "bulletList",
7
8
  addOptions() {
8
9
  return {
@@ -34,7 +35,7 @@ var F = Object.defineProperty, G = (t, e) => {
34
35
  },
35
36
  addCommands() {
36
37
  return {
37
- toggleBulletList: () => ({ commands: t, chain: e }) => this.options.keepAttributes ? e().toggleList(this.name, this.options.itemTypeName, this.options.keepMarks).updateAttributes(W, this.editor.getAttributes(w)).run() : t.toggleList(this.name, this.options.itemTypeName, this.options.keepMarks)
38
+ toggleBulletList: () => ({ commands: t, chain: e }) => this.options.keepAttributes ? e().toggleList(this.name, this.options.itemTypeName, this.options.keepMarks).updateAttributes(W, this.editor.getAttributes(C)).run() : t.toggleList(this.name, this.options.itemTypeName, this.options.keepMarks)
38
39
  };
39
40
  },
40
41
  addKeyboardShortcuts() {
@@ -44,25 +45,83 @@ var F = Object.defineProperty, G = (t, e) => {
44
45
  },
45
46
  addInputRules() {
46
47
  let t = b({
47
- find: C,
48
+ find: N,
48
49
  type: this.type
49
50
  });
50
51
  return (this.options.keepMarks || this.options.keepAttributes) && (t = b({
51
- find: C,
52
+ find: N,
52
53
  type: this.type,
53
54
  keepMarks: this.options.keepMarks,
54
55
  keepAttributes: this.options.keepAttributes,
55
- getAttributes: () => this.editor.getAttributes(w),
56
+ getAttributes: () => this.editor.getAttributes(C),
56
57
  editor: this.editor
57
58
  })), [t];
58
59
  }
60
+ }), Y = (t, e, s) => {
61
+ const { selection: r } = t;
62
+ if (!r.empty)
63
+ return null;
64
+ const { $from: n } = r;
65
+ if (!n.parent.isTextblock || n.parentOffset !== n.parent.content.size)
66
+ return null;
67
+ let i = -1;
68
+ for (let d = n.depth; d > 0; d -= 1)
69
+ if (n.node(d).type.name === e) {
70
+ i = d;
71
+ break;
72
+ }
73
+ if (i < 0)
74
+ return null;
75
+ const l = n.node(i), o = n.index(i);
76
+ if (o + 1 >= l.childCount)
77
+ return null;
78
+ const p = l.child(o + 1);
79
+ if (!s.includes(p.type.name))
80
+ return null;
81
+ const h = t.schema.nodes[e];
82
+ let c = !1;
83
+ if (p.forEach((d) => {
84
+ d.type === h && d.childCount > 1 && (c = !0);
85
+ }), !c)
86
+ return null;
87
+ const a = t.doc.resolve(n.after()).nodeAfter;
88
+ if (!a || !s.includes(a.type.name))
89
+ return null;
90
+ const u = [];
91
+ return a.forEach((d) => {
92
+ u.push(d);
93
+ }), u.length === 0 ? null : {
94
+ listItemDepth: i,
95
+ nestedList: a,
96
+ nestedListPos: n.after(),
97
+ insertPos: n.after(i),
98
+ items: u
99
+ };
100
+ }, J = (t, e, s, r) => {
101
+ const n = Y(t, s, r);
102
+ if (!n)
103
+ return !1;
104
+ const { selection: i } = t, { nestedList: l, nestedListPos: o, insertPos: p, items: h } = n, c = t.tr;
105
+ c.delete(o, o + l.nodeSize);
106
+ const a = c.mapping.map(p);
107
+ return c.insert(a, X.from(h)), c.setSelection(i.map(c.doc, c.mapping)), e && e(c), !0;
108
+ }, Q = (t, e, s) => J(t.state, t.view.dispatch, e, s), D = (t, e) => A.create({
109
+ name: `${t}BranchingDeleteKeymap`,
110
+ priority: 101,
111
+ addKeyboardShortcuts() {
112
+ const s = () => Q(this.editor, t, e);
113
+ return {
114
+ Delete: s,
115
+ "Mod-Delete": s
116
+ };
117
+ }
59
118
  });
60
- function Y(t) {
119
+ function U(t) {
61
120
  var e, s;
62
- const n = (e = t.tokens) == null ? void 0 : e[0];
63
- return !!(t.text && ((s = t.tokens) == null ? void 0 : s.length) === 1 && n?.type === "list" && n.ordered && n.raw === t.text);
121
+ const r = (e = t.tokens) == null ? void 0 : e[0];
122
+ return !!(t.text && ((s = t.tokens) == null ? void 0 : s.length) === 1 && r?.type === "list" && r.ordered && r.raw === t.text);
64
123
  }
65
- function J(t, e) {
124
+ function Z(t, e) {
66
125
  return e.tokenizeInline ? e.parseInline(e.tokenizeInline(t)) : e.parseInline([
67
126
  {
68
127
  type: "text",
@@ -71,7 +130,7 @@ function J(t, e) {
71
130
  }
72
131
  ]);
73
132
  }
74
- var Q = g.create({
133
+ var tt = g.create({
75
134
  name: "listItem",
76
135
  addOptions() {
77
136
  return {
@@ -97,56 +156,64 @@ var Q = g.create({
97
156
  var s;
98
157
  if (t.type !== "list_item")
99
158
  return [];
100
- const n = (s = e.parseBlockChildren) != null ? s : e.parseChildren;
101
- let r = [];
159
+ const r = (s = e.parseBlockChildren) != null ? s : e.parseChildren;
160
+ let n = [];
102
161
  if (t.tokens && t.tokens.length > 0) {
103
- if (Y(t))
162
+ if (U(t))
104
163
  return {
105
164
  type: "listItem",
106
165
  content: [
107
166
  {
108
167
  type: "paragraph",
109
- content: J(t.text || "", e)
168
+ content: Z(t.text || "", e)
110
169
  }
111
170
  ]
112
171
  };
113
- if (t.tokens.some((u) => u.type === "paragraph"))
114
- r = n(t.tokens);
172
+ if (t.tokens.some((l) => l.type === "paragraph"))
173
+ n = r(t.tokens);
115
174
  else {
116
- const u = t.tokens[0];
117
- if (u && u.type === "text" && u.tokens && u.tokens.length > 0) {
118
- if (r = [
175
+ const l = t.tokens[0];
176
+ if (l && l.type === "text" && l.tokens && l.tokens.length > 0) {
177
+ if (n = [
119
178
  {
120
179
  type: "paragraph",
121
- content: e.parseInline(u.tokens)
180
+ content: e.parseInline(l.tokens)
122
181
  }
123
182
  ], t.tokens.length > 1) {
124
- const p = t.tokens.slice(1), h = n(p);
125
- r.push(...h);
183
+ const p = t.tokens.slice(1), h = r(p);
184
+ n.push(...h);
126
185
  }
127
186
  } else
128
- r = n(t.tokens);
187
+ n = r(t.tokens);
129
188
  }
130
189
  }
131
- return r.length === 0 && (r = [
190
+ return n.length === 0 && (n = [
132
191
  {
133
192
  type: "paragraph",
134
193
  content: []
135
194
  }
136
195
  ]), {
137
196
  type: "listItem",
138
- content: r
197
+ content: n
139
198
  };
140
199
  },
141
200
  renderMarkdown: (t, e, s) => $(
142
201
  t,
143
202
  e,
144
- (n) => {
145
- var r, i;
146
- return n.parentType === "bulletList" ? "- " : n.parentType === "orderedList" ? `${(((i = (r = n.meta) == null ? void 0 : r.parentAttrs) == null ? void 0 : i.start) || 1) + n.index}. ` : "- ";
203
+ (r) => {
204
+ var n, i;
205
+ return r.parentType === "bulletList" ? "- " : r.parentType === "orderedList" ? `${(((i = (n = r.meta) == null ? void 0 : n.parentAttrs) == null ? void 0 : i.start) || 1) + r.index}. ` : "- ";
147
206
  },
148
207
  s
149
208
  ),
209
+ addExtensions() {
210
+ return [
211
+ D(this.name, [
212
+ this.options.bulletListTypeName,
213
+ this.options.orderedListTypeName
214
+ ])
215
+ ];
216
+ },
150
217
  addKeyboardShortcuts() {
151
218
  return {
152
219
  Enter: () => this.editor.commands.splitListItem(this.name),
@@ -154,85 +221,79 @@ var Q = g.create({
154
221
  "Shift-Tab": () => this.editor.commands.liftListItem(this.name)
155
222
  };
156
223
  }
157
- }), U = {};
158
- G(U, {
224
+ }), et = {};
225
+ G(et, {
159
226
  findListItemPos: () => y,
160
- getNextListDepth: () => A,
227
+ getNextListDepth: () => M,
161
228
  handleBackspace: () => T,
162
- handleDelete: () => M,
163
- hasListBefore: () => _,
164
- hasListItemAfter: () => Z,
165
- hasListItemBefore: () => B,
166
- listItemHasSubList: () => P,
167
- nextListIsDeeper: () => D,
168
- nextListIsHigher: () => j
229
+ handleDelete: () => x,
230
+ hasListBefore: () => O,
231
+ hasListItemAfter: () => st,
232
+ hasListItemBefore: () => nt,
233
+ listItemHasSubList: () => rt,
234
+ nextListIsDeeper: () => P,
235
+ nextListIsHigher: () => _
169
236
  });
170
237
  var y = (t, e) => {
171
- const { $from: s } = e.selection, n = O(t, e.schema);
172
- let r = null, i = s.depth, u = s.pos, a = null;
173
- for (; i > 0 && a === null; )
174
- r = s.node(i), r.type === n ? a = i : (i -= 1, u -= 1);
175
- return a === null ? null : { $pos: e.doc.resolve(u), depth: a };
176
- }, A = (t, e) => {
238
+ const { $from: s } = e.selection, r = B(t, e.schema);
239
+ let n = null, i = s.depth, l = s.pos, o = null;
240
+ for (; i > 0 && o === null; )
241
+ n = s.node(i), n.type === r ? o = i : (i -= 1, l -= 1);
242
+ return o === null ? null : { $pos: e.doc.resolve(l), depth: o };
243
+ }, M = (t, e) => {
177
244
  const s = y(t, e);
178
245
  if (!s)
179
246
  return !1;
180
- const [, n] = V(e, t, s.$pos.pos + 4);
181
- return n;
182
- }, _ = (t, e, s) => {
183
- const { $anchor: n } = t.selection, r = Math.max(0, n.pos - 2), i = t.doc.resolve(r).node();
247
+ const [, r] = z(e, t, s.$pos.pos + 4);
248
+ return r;
249
+ }, O = (t, e, s) => {
250
+ const { $anchor: r } = t.selection, n = Math.max(0, r.pos - 2), i = t.doc.resolve(n).node();
184
251
  return !(!i || !s.includes(i.type.name));
185
- }, B = (t, e) => {
186
- var s;
187
- const { $anchor: n } = e.selection, r = e.doc.resolve(n.pos - 2);
188
- return !(r.index() === 0 || ((s = r.nodeBefore) == null ? void 0 : s.type.name) !== t);
189
- }, P = (t, e, s) => {
190
- if (!s)
191
- return !1;
192
- const n = O(t, e.schema);
193
- let r = !1;
194
- return s.descendants((i) => {
195
- i.type === n && (r = !0);
196
- }), r;
197
252
  }, T = (t, e, s) => {
198
253
  if (t.commands.undoInputRule())
199
254
  return !0;
200
255
  if (t.state.selection.from !== t.state.selection.to)
201
256
  return !1;
202
- if (!I(t.state, e) && _(t.state, e, s)) {
203
- const { $anchor: a } = t.state.selection, p = t.state.doc.resolve(a.before() - 1), h = [];
204
- p.node().descendants((c, l) => {
205
- c.type.name === e && h.push({ node: c, pos: l });
257
+ if (!I(t.state, e) && O(t.state, e, s)) {
258
+ const { $anchor: r } = t.state.selection, n = t.state.doc.resolve(r.before() - 1), i = [];
259
+ n.node().descendants((p, h) => {
260
+ p.type.name === e && i.push({ node: p, pos: h });
206
261
  });
207
- const m = h.at(-1);
208
- if (!m)
262
+ const l = i.at(-1);
263
+ if (!l)
209
264
  return !1;
210
- const o = t.state.doc.resolve(p.start() + m.pos + 1);
211
- return t.chain().cut({ from: a.start() - 1, to: a.end() + 1 }, o.end()).joinForward().run();
265
+ const o = t.state.doc.resolve(n.start() + l.pos + 1);
266
+ return t.chain().cut({ from: r.start() - 1, to: r.end() + 1 }, o.end()).joinForward().run();
212
267
  }
213
- if (!I(t.state, e) || !K(t.state))
214
- return !1;
215
- const n = y(e, t.state);
216
- if (!n)
217
- return !1;
218
- const i = t.state.doc.resolve(n.$pos.pos - 2).node(n.depth), u = P(e, t.state, i);
219
- return B(e, t.state) && !u ? t.commands.joinItemBackward() : t.chain().liftListItem(e).run();
220
- }, D = (t, e) => {
221
- const s = A(t, e), n = y(t, e);
222
- return !n || !s ? !1 : s > n.depth;
223
- }, j = (t, e) => {
224
- const s = A(t, e), n = y(t, e);
225
- return !n || !s ? !1 : s < n.depth;
226
- }, M = (t, e) => {
227
- if (!I(t.state, e) || !z(t.state, e))
268
+ return !I(t.state, e) || !j(t.state) ? !1 : t.chain().liftListItem(e).run();
269
+ }, P = (t, e) => {
270
+ const s = M(t, e), r = y(t, e);
271
+ return !r || !s ? !1 : s > r.depth;
272
+ }, _ = (t, e) => {
273
+ const s = M(t, e), r = y(t, e);
274
+ return !r || !s ? !1 : s < r.depth;
275
+ }, x = (t, e) => {
276
+ if (!I(t.state, e) || !K(t.state, e))
228
277
  return !1;
229
- const { selection: s } = t.state, { $from: n, $to: r } = s;
230
- return !s.empty && n.sameParent(r) ? !1 : D(e, t.state) ? t.chain().focus(t.state.selection.from + 4).lift(e).joinBackward().run() : j(e, t.state) ? t.chain().joinForward().joinBackward().run() : t.commands.joinItemForward();
231
- }, Z = (t, e) => {
278
+ const { selection: s } = t.state, { $from: r, $to: n } = s;
279
+ return !s.empty && r.sameParent(n) ? !1 : P(e, t.state) ? t.chain().focus(t.state.selection.from + 4).lift(e).joinBackward().run() : _(e, t.state) ? t.chain().joinForward().joinBackward().run() : t.commands.joinItemForward();
280
+ }, st = (t, e) => {
232
281
  var s;
233
- const { $anchor: n } = e.selection, r = e.doc.resolve(n.pos - n.parentOffset - 2);
234
- return !(r.index() === r.parent.childCount - 1 || ((s = r.nodeAfter) == null ? void 0 : s.type.name) !== t);
235
- }, tt = S.create({
282
+ const { $anchor: r } = e.selection, n = e.doc.resolve(r.pos - r.parentOffset - 2);
283
+ return !(n.index() === n.parent.childCount - 1 || ((s = n.nodeAfter) == null ? void 0 : s.type.name) !== t);
284
+ }, nt = (t, e) => {
285
+ var s;
286
+ const { $anchor: r } = e.selection, n = e.doc.resolve(r.pos - 2);
287
+ return !(n.index() === 0 || ((s = n.nodeBefore) == null ? void 0 : s.type.name) !== t);
288
+ }, rt = (t, e, s) => {
289
+ if (!s)
290
+ return !1;
291
+ const r = B(t, e.schema);
292
+ let n = !1;
293
+ return s.descendants((i) => {
294
+ i.type === r && (n = !0);
295
+ }), n;
296
+ }, it = A.create({
236
297
  name: "listKeymap",
237
298
  addOptions() {
238
299
  return {
@@ -253,31 +314,31 @@ var y = (t, e) => {
253
314
  Delete: ({ editor: t }) => {
254
315
  let e = !1;
255
316
  return this.options.listTypes.forEach(({ itemName: s }) => {
256
- t.state.schema.nodes[s] !== void 0 && M(t, s) && (e = !0);
317
+ t.state.schema.nodes[s] !== void 0 && x(t, s) && (e = !0);
257
318
  }), e;
258
319
  },
259
320
  "Mod-Delete": ({ editor: t }) => {
260
321
  let e = !1;
261
322
  return this.options.listTypes.forEach(({ itemName: s }) => {
262
- t.state.schema.nodes[s] !== void 0 && M(t, s) && (e = !0);
323
+ t.state.schema.nodes[s] !== void 0 && x(t, s) && (e = !0);
263
324
  }), e;
264
325
  },
265
326
  Backspace: ({ editor: t }) => {
266
327
  let e = !1;
267
- return this.options.listTypes.forEach(({ itemName: s, wrapperNames: n }) => {
268
- t.state.schema.nodes[s] !== void 0 && T(t, s, n) && (e = !0);
328
+ return this.options.listTypes.forEach(({ itemName: s, wrapperNames: r }) => {
329
+ t.state.schema.nodes[s] !== void 0 && T(t, s, r) && (e = !0);
269
330
  }), e;
270
331
  },
271
332
  "Mod-Backspace": ({ editor: t }) => {
272
333
  let e = !1;
273
- return this.options.listTypes.forEach(({ itemName: s, wrapperNames: n }) => {
274
- t.state.schema.nodes[s] !== void 0 && T(t, s, n) && (e = !0);
334
+ return this.options.listTypes.forEach(({ itemName: s, wrapperNames: r }) => {
335
+ t.state.schema.nodes[s] !== void 0 && T(t, s, r) && (e = !0);
275
336
  }), e;
276
337
  }
277
338
  };
278
339
  }
279
- }), N = /^(\s*)(\d+)\.\s+(.*)$/, et = /^\s/;
280
- function st(t) {
340
+ }), E = /^(\s*)(\d+)\.\s+(.*)$/, ot = /^\s/;
341
+ function at(t) {
281
342
  const e = t.trimStart();
282
343
  return (
283
344
  // oxlint-disable-next-line prefer-string-starts-ends-with
@@ -288,134 +349,134 @@ function st(t) {
288
349
  /^~~~/.test(e)
289
350
  );
290
351
  }
291
- function nt(t) {
352
+ function lt(t) {
292
353
  const e = [], s = [];
293
- let n = !1;
294
- return t.forEach((r) => {
295
- if (n) {
296
- s.push(r);
354
+ let r = !1;
355
+ return t.forEach((n) => {
356
+ if (r) {
357
+ s.push(n);
297
358
  return;
298
359
  }
299
- if (r.trim() === "") {
300
- n = !0, s.push(r);
360
+ if (n.trim() === "") {
361
+ r = !0, s.push(n);
301
362
  return;
302
363
  }
303
- if (e.length > 0 && st(r)) {
304
- n = !0, s.push(r);
364
+ if (e.length > 0 && at(n)) {
365
+ r = !0, s.push(n);
305
366
  return;
306
367
  }
307
- e.push(r);
368
+ e.push(n);
308
369
  }), {
309
370
  paragraphLines: e,
310
371
  blockLines: s
311
372
  };
312
373
  }
313
- function rt(t) {
374
+ function ut(t) {
314
375
  const e = [];
315
- let s = 0, n = 0;
376
+ let s = 0, r = 0;
316
377
  for (; s < t.length; ) {
317
- const r = t[s], i = r.match(N);
378
+ const n = t[s], i = n.match(E);
318
379
  if (!i)
319
380
  break;
320
- const [, u, a, p] = i, h = u.length, m = [p];
321
- let o = s + 1;
322
- const c = [r];
323
- let l = !1;
324
- for (; o < t.length; ) {
325
- const d = t[o];
326
- if (d.match(N))
381
+ const [, l, o, p] = i, h = l.length, c = [p];
382
+ let a = s + 1;
383
+ const u = [n];
384
+ let d = !1;
385
+ for (; a < t.length; ) {
386
+ const m = t[a];
387
+ if (m.match(E))
327
388
  break;
328
- if (d.trim() === "")
329
- c.push(d), m.push(""), l = !0, o += 1;
330
- else if (d.match(et))
331
- c.push(d), m.push(d.slice(h + 2)), o += 1;
389
+ if (m.trim() === "")
390
+ u.push(m), c.push(""), d = !0, a += 1;
391
+ else if (m.match(ot))
392
+ u.push(m), c.push(m.slice(h + 2)), a += 1;
332
393
  else {
333
- if (l)
394
+ if (d)
334
395
  break;
335
- c.push(d), m.push(d), o += 1;
396
+ u.push(m), c.push(m), a += 1;
336
397
  }
337
398
  }
338
399
  e.push({
339
400
  indent: h,
340
- number: parseInt(a, 10),
341
- content: m.join(`
401
+ number: parseInt(o, 10),
402
+ content: c.join(`
342
403
  `).trim(),
343
- contentLines: m,
344
- raw: c.join(`
404
+ contentLines: c,
405
+ raw: u.join(`
345
406
  `)
346
- }), n = o, s = o;
407
+ }), r = a, s = a;
347
408
  }
348
- return [e, n];
409
+ return [e, r];
349
410
  }
350
411
  function R(t, e, s) {
351
- const n = [];
352
- let r = 0;
353
- for (; r < t.length; ) {
354
- const i = t[r];
412
+ const r = [];
413
+ let n = 0;
414
+ for (; n < t.length; ) {
415
+ const i = t[n];
355
416
  if (i.indent === e) {
356
- const { paragraphLines: u, blockLines: a } = nt(i.contentLines), p = u.join(`
417
+ const { paragraphLines: l, blockLines: o } = lt(i.contentLines), p = l.join(`
357
418
  `).trim(), h = [];
358
419
  p && h.push({
359
420
  type: "paragraph",
360
421
  raw: p,
361
422
  tokens: s.inlineTokens(p)
362
423
  });
363
- const m = a.join(`
424
+ const c = o.join(`
364
425
  `).trim();
365
- if (m) {
366
- const l = s.blockTokens(m);
367
- h.push(...l);
426
+ if (c) {
427
+ const d = s.blockTokens(c);
428
+ h.push(...d);
368
429
  }
369
- let o = r + 1;
370
- const c = [];
371
- for (; o < t.length && t[o].indent > e; )
372
- c.push(t[o]), o += 1;
373
- if (c.length > 0) {
374
- const l = Math.min(...c.map((f) => f.indent)), d = R(c, l, s);
430
+ let a = n + 1;
431
+ const u = [];
432
+ for (; a < t.length && t[a].indent > e; )
433
+ u.push(t[a]), a += 1;
434
+ if (u.length > 0) {
435
+ const d = Math.min(...u.map((f) => f.indent)), m = R(u, d, s);
375
436
  h.push({
376
437
  type: "list",
377
438
  ordered: !0,
378
- start: c[0].number,
379
- items: d,
380
- raw: c.map((f) => f.raw).join(`
439
+ start: u[0].number,
440
+ items: m,
441
+ raw: u.map((f) => f.raw).join(`
381
442
  `)
382
443
  });
383
444
  }
384
- n.push({
445
+ r.push({
385
446
  type: "list_item",
386
447
  raw: i.raw,
387
448
  tokens: h
388
- }), r = o;
449
+ }), n = a;
389
450
  } else
390
- r += 1;
451
+ n += 1;
391
452
  }
392
- return n;
453
+ return r;
393
454
  }
394
- function it(t, e) {
455
+ function dt(t, e) {
395
456
  return t.map((s) => {
396
457
  if (s.type !== "list_item")
397
458
  return e.parseChildren([s])[0];
398
- const n = [];
399
- return s.tokens && s.tokens.length > 0 && s.tokens.forEach((r) => {
400
- if (r.type === "paragraph" || r.type === "list" || r.type === "blockquote" || r.type === "code")
401
- n.push(...e.parseChildren([r]));
402
- else if (r.type === "text" && r.tokens) {
403
- const i = e.parseChildren([r]);
404
- n.push({
459
+ const r = [];
460
+ return s.tokens && s.tokens.length > 0 && s.tokens.forEach((n) => {
461
+ if (n.type === "paragraph" || n.type === "list" || n.type === "blockquote" || n.type === "code")
462
+ r.push(...e.parseChildren([n]));
463
+ else if (n.type === "text" && n.tokens) {
464
+ const i = e.parseChildren([n]);
465
+ r.push({
405
466
  type: "paragraph",
406
467
  content: i
407
468
  });
408
469
  } else {
409
- const i = e.parseChildren([r]);
410
- i.length > 0 && n.push(...i);
470
+ const i = e.parseChildren([n]);
471
+ i.length > 0 && r.push(...i);
411
472
  }
412
473
  }), {
413
474
  type: "listItem",
414
- content: n
475
+ content: r
415
476
  };
416
477
  });
417
478
  }
418
- var at = "listItem", E = "textStyle", H = /^(\d+)\.\s$/, ot = g.create({
479
+ var ct = "listItem", H = "textStyle", S = /^(\d+)\.\s$/, pt = g.create({
419
480
  name: "orderedList",
420
481
  addOptions() {
421
482
  return {
@@ -456,14 +517,14 @@ var at = "listItem", E = "textStyle", H = /^(\d+)\.\s$/, ot = g.create({
456
517
  parseMarkdown: (t, e) => {
457
518
  if (t.type !== "list" || !t.ordered)
458
519
  return [];
459
- const s = t.start || 1, n = t.items ? it(t.items, e) : [];
520
+ const s = t.start || 1, r = t.items ? dt(t.items, e) : [];
460
521
  return s !== 1 ? {
461
522
  type: "orderedList",
462
523
  attrs: { start: s },
463
- content: n
524
+ content: r
464
525
  } : {
465
526
  type: "orderedList",
466
- content: n
527
+ content: r
467
528
  };
468
529
  },
469
530
  renderMarkdown: (t, e) => t.content ? e.renderChildren(t.content, `
@@ -476,18 +537,18 @@ var at = "listItem", E = "textStyle", H = /^(\d+)\.\s$/, ot = g.create({
476
537
  return s !== void 0 ? s : -1;
477
538
  },
478
539
  tokenize: (t, e, s) => {
479
- var n;
480
- const r = t.split(`
481
- `), [i, u] = rt(r);
540
+ var r;
541
+ const n = t.split(`
542
+ `), [i, l] = ut(n);
482
543
  if (i.length === 0)
483
544
  return;
484
- const a = R(i, 0, s);
485
- return a.length === 0 ? void 0 : {
545
+ const o = R(i, 0, s);
546
+ return o.length === 0 ? void 0 : {
486
547
  type: "list",
487
548
  ordered: !0,
488
- start: ((n = i[0]) == null ? void 0 : n.number) || 1,
489
- items: a,
490
- raw: r.slice(0, u).join(`
549
+ start: ((r = i[0]) == null ? void 0 : r.number) || 1,
550
+ items: o,
551
+ raw: n.slice(0, l).join(`
491
552
  `)
492
553
  };
493
554
  }
@@ -497,7 +558,7 @@ var at = "listItem", E = "textStyle", H = /^(\d+)\.\s$/, ot = g.create({
497
558
  },
498
559
  addCommands() {
499
560
  return {
500
- toggleOrderedList: () => ({ commands: t, chain: e }) => this.options.keepAttributes ? e().toggleList(this.name, this.options.itemTypeName, this.options.keepMarks).updateAttributes(at, this.editor.getAttributes(E)).run() : t.toggleList(this.name, this.options.itemTypeName, this.options.keepMarks)
561
+ toggleOrderedList: () => ({ commands: t, chain: e }) => this.options.keepAttributes ? e().toggleList(this.name, this.options.itemTypeName, this.options.keepMarks).updateAttributes(ct, this.editor.getAttributes(H)).run() : t.toggleList(this.name, this.options.itemTypeName, this.options.keepMarks)
501
562
  };
502
563
  },
503
564
  addKeyboardShortcuts() {
@@ -507,22 +568,22 @@ var at = "listItem", E = "textStyle", H = /^(\d+)\.\s$/, ot = g.create({
507
568
  },
508
569
  addInputRules() {
509
570
  let t = b({
510
- find: H,
571
+ find: S,
511
572
  type: this.type,
512
573
  getAttributes: (e) => ({ start: +e[1] }),
513
574
  joinPredicate: (e, s) => s.childCount + s.attrs.start === +e[1]
514
575
  });
515
576
  return (this.options.keepMarks || this.options.keepAttributes) && (t = b({
516
- find: H,
577
+ find: S,
517
578
  type: this.type,
518
579
  keepMarks: this.options.keepMarks,
519
580
  keepAttributes: this.options.keepAttributes,
520
- getAttributes: (e) => ({ start: +e[1], ...this.editor.getAttributes(E) }),
581
+ getAttributes: (e) => ({ start: +e[1], ...this.editor.getAttributes(H) }),
521
582
  joinPredicate: (e, s) => s.childCount + s.attrs.start === +e[1],
522
583
  editor: this.editor
523
584
  })), [t];
524
585
  }
525
- }), ut = /^\s*(\[([( |x])?\])\s$/, ct = g.create({
586
+ }), ht = /^\s*(\[([( |x])?\])\s$/, mt = g.create({
526
587
  name: "taskItem",
527
588
  addOptions() {
528
589
  return {
@@ -582,15 +643,18 @@ var at = "listItem", E = "textStyle", H = /^(\d+)\.\s$/, ot = g.create({
582
643
  parseMarkdown: (t, e) => {
583
644
  const s = [];
584
645
  if (t.tokens && t.tokens.length > 0 ? s.push(e.createNode("paragraph", {}, e.parseInline(t.tokens))) : t.text ? s.push(e.createNode("paragraph", {}, [e.createNode("text", { text: t.text })])) : s.push(e.createNode("paragraph", {}, [])), t.nestedTokens && t.nestedTokens.length > 0) {
585
- const n = e.parseChildren(t.nestedTokens);
586
- s.push(...n);
646
+ const r = e.parseChildren(t.nestedTokens);
647
+ s.push(...r);
587
648
  }
588
649
  return e.createNode("taskItem", { checked: t.checked || !1 }, s);
589
650
  },
590
651
  renderMarkdown: (t, e) => {
591
652
  var s;
592
- const r = `- [${(s = t.attrs) != null && s.checked ? "x" : " "}] `;
593
- return $(t, e, r);
653
+ const n = `- [${(s = t.attrs) != null && s.checked ? "x" : " "}] `;
654
+ return $(t, e, n);
655
+ },
656
+ addExtensions() {
657
+ return this.options.nested ? [D(this.name, [this.options.taskListTypeName])] : [];
594
658
  },
595
659
  addKeyboardShortcuts() {
596
660
  const t = {
@@ -603,46 +667,46 @@ var at = "listItem", E = "textStyle", H = /^(\d+)\.\s$/, ot = g.create({
603
667
  } : t;
604
668
  },
605
669
  addNodeView() {
606
- return ({ node: t, HTMLAttributes: e, getPos: s, editor: n }) => {
607
- const r = document.createElement("li"), i = document.createElement("label"), u = document.createElement("span"), a = document.createElement("input"), p = document.createElement("div"), h = (o) => {
608
- var c, l;
609
- a.ariaLabel = ((l = (c = this.options.a11y) == null ? void 0 : c.checkboxLabel) == null ? void 0 : l.call(c, o, a.checked)) || `Task item checkbox for ${o.textContent || "empty task item"}`;
670
+ return ({ node: t, HTMLAttributes: e, getPos: s, editor: r }) => {
671
+ const n = document.createElement("li"), i = document.createElement("label"), l = document.createElement("span"), o = document.createElement("input"), p = document.createElement("div"), h = (a) => {
672
+ var u, d;
673
+ o.ariaLabel = ((d = (u = this.options.a11y) == null ? void 0 : u.checkboxLabel) == null ? void 0 : d.call(u, a, o.checked)) || `Task item checkbox for ${a.textContent || "empty task item"}`;
610
674
  };
611
- h(t), i.contentEditable = "false", a.type = "checkbox", a.addEventListener("mousedown", (o) => o.preventDefault()), a.addEventListener("change", (o) => {
612
- if (!n.isEditable && !this.options.onReadOnlyChecked) {
613
- a.checked = !a.checked;
675
+ h(t), i.contentEditable = "false", o.type = "checkbox", o.addEventListener("mousedown", (a) => a.preventDefault()), o.addEventListener("change", (a) => {
676
+ if (!r.isEditable && !this.options.onReadOnlyChecked) {
677
+ o.checked = !o.checked;
614
678
  return;
615
679
  }
616
- const { checked: c } = o.target;
617
- n.isEditable && typeof s == "function" && n.chain().focus(void 0, { scrollIntoView: !1 }).command(({ tr: l }) => {
618
- const d = s();
619
- if (typeof d != "number")
680
+ const { checked: u } = a.target;
681
+ r.isEditable && typeof s == "function" && r.chain().focus(void 0, { scrollIntoView: !1 }).command(({ tr: d }) => {
682
+ const m = s();
683
+ if (typeof m != "number")
620
684
  return !1;
621
- const f = l.doc.nodeAt(d);
622
- return l.setNodeMarkup(d, void 0, {
685
+ const f = d.doc.nodeAt(m);
686
+ return d.setNodeMarkup(m, void 0, {
623
687
  ...f?.attrs,
624
- checked: c
688
+ checked: u
625
689
  }), !0;
626
- }).run(), !n.isEditable && this.options.onReadOnlyChecked && (this.options.onReadOnlyChecked(t, c) || (a.checked = !a.checked));
627
- }), Object.entries(this.options.HTMLAttributes).forEach(([o, c]) => {
628
- r.setAttribute(o, c);
629
- }), r.dataset.checked = t.attrs.checked, a.checked = t.attrs.checked, i.append(a, u), r.append(i, p), Object.entries(e).forEach(([o, c]) => {
630
- r.setAttribute(o, c);
690
+ }).run(), !r.isEditable && this.options.onReadOnlyChecked && (this.options.onReadOnlyChecked(t, u) || (o.checked = !o.checked));
691
+ }), Object.entries(this.options.HTMLAttributes).forEach(([a, u]) => {
692
+ n.setAttribute(a, u);
693
+ }), n.dataset.checked = t.attrs.checked, o.checked = t.attrs.checked, i.append(o, l), n.append(i, p), Object.entries(e).forEach(([a, u]) => {
694
+ n.setAttribute(a, u);
631
695
  });
632
- let m = new Set(Object.keys(e));
696
+ let c = new Set(Object.keys(e));
633
697
  return {
634
- dom: r,
698
+ dom: n,
635
699
  contentDOM: p,
636
- update: (o) => {
637
- if (o.type !== this.type)
700
+ update: (a) => {
701
+ if (a.type !== this.type)
638
702
  return !1;
639
- r.dataset.checked = o.attrs.checked, a.checked = o.attrs.checked, h(o);
640
- const c = n.extensionManager.attributes, l = X(o, c), d = new Set(Object.keys(l)), f = this.options.HTMLAttributes;
641
- return m.forEach((k) => {
642
- d.has(k) || (k in f ? r.setAttribute(k, f[k]) : r.removeAttribute(k));
643
- }), Object.entries(l).forEach(([k, v]) => {
644
- v == null ? k in f ? r.setAttribute(k, f[k]) : r.removeAttribute(k) : r.setAttribute(k, v);
645
- }), m = d, !0;
703
+ n.dataset.checked = a.attrs.checked, o.checked = a.attrs.checked, h(a);
704
+ const u = r.extensionManager.attributes, d = V(a, u), m = new Set(Object.keys(d)), f = this.options.HTMLAttributes;
705
+ return c.forEach((k) => {
706
+ m.has(k) || (k in f ? n.setAttribute(k, f[k]) : n.removeAttribute(k));
707
+ }), Object.entries(d).forEach(([k, v]) => {
708
+ v == null ? k in f ? n.setAttribute(k, f[k]) : n.removeAttribute(k) : n.setAttribute(k, v);
709
+ }), c = m, !0;
646
710
  }
647
711
  };
648
712
  };
@@ -650,7 +714,7 @@ var at = "listItem", E = "textStyle", H = /^(\d+)\.\s$/, ot = g.create({
650
714
  addInputRules() {
651
715
  return [
652
716
  b({
653
- find: ut,
717
+ find: ht,
654
718
  type: this.type,
655
719
  getAttributes: (t) => ({
656
720
  checked: t[t.length - 1] === "x"
@@ -658,7 +722,7 @@ var at = "listItem", E = "textStyle", H = /^(\d+)\.\s$/, ot = g.create({
658
722
  })
659
723
  ];
660
724
  }
661
- }), lt = g.create({
725
+ }), ft = g.create({
662
726
  name: "taskList",
663
727
  addOptions() {
664
728
  return {
@@ -697,39 +761,39 @@ var at = "listItem", E = "textStyle", H = /^(\d+)\.\s$/, ot = g.create({
697
761
  return s !== void 0 ? s : -1;
698
762
  },
699
763
  tokenize(t, e, s) {
700
- const n = (i) => {
701
- const u = x(
764
+ const r = (i) => {
765
+ const l = w(
702
766
  i,
703
767
  {
704
768
  itemPattern: /^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,
705
- extractItemData: (a) => ({
706
- indentLevel: a[1].length,
707
- mainContent: a[4],
708
- checked: a[3].toLowerCase() === "x"
769
+ extractItemData: (o) => ({
770
+ indentLevel: o[1].length,
771
+ mainContent: o[4],
772
+ checked: o[3].toLowerCase() === "x"
709
773
  }),
710
- createToken: (a, p) => ({
774
+ createToken: (o, p) => ({
711
775
  type: "taskItem",
712
776
  raw: "",
713
- mainContent: a.mainContent,
714
- indentLevel: a.indentLevel,
715
- checked: a.checked,
716
- text: a.mainContent,
717
- tokens: s.inlineTokens(a.mainContent),
777
+ mainContent: o.mainContent,
778
+ indentLevel: o.indentLevel,
779
+ checked: o.checked,
780
+ text: o.mainContent,
781
+ tokens: s.inlineTokens(o.mainContent),
718
782
  nestedTokens: p
719
783
  }),
720
784
  // Allow recursive nesting
721
- customNestedParser: n
785
+ customNestedParser: r
722
786
  },
723
787
  s
724
788
  );
725
- return u ? [
789
+ return l ? [
726
790
  {
727
791
  type: "taskList",
728
- raw: u.raw,
729
- items: u.items
792
+ raw: l.raw,
793
+ items: l.items
730
794
  }
731
795
  ] : s.blockTokens(i);
732
- }, r = x(
796
+ }, n = w(
733
797
  t,
734
798
  {
735
799
  itemPattern: /^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,
@@ -738,7 +802,7 @@ var at = "listItem", E = "textStyle", H = /^(\d+)\.\s$/, ot = g.create({
738
802
  mainContent: i[4],
739
803
  checked: i[3].toLowerCase() === "x"
740
804
  }),
741
- createToken: (i, u) => ({
805
+ createToken: (i, l) => ({
742
806
  type: "taskItem",
743
807
  raw: "",
744
808
  mainContent: i.mainContent,
@@ -746,18 +810,18 @@ var at = "listItem", E = "textStyle", H = /^(\d+)\.\s$/, ot = g.create({
746
810
  checked: i.checked,
747
811
  text: i.mainContent,
748
812
  tokens: s.inlineTokens(i.mainContent),
749
- nestedTokens: u
813
+ nestedTokens: l
750
814
  }),
751
815
  // Use the recursive parser for nested content
752
- customNestedParser: n
816
+ customNestedParser: r
753
817
  },
754
818
  s
755
819
  );
756
- if (r)
820
+ if (n)
757
821
  return {
758
822
  type: "taskList",
759
- raw: r.raw,
760
- items: r.items
823
+ raw: n.raw,
824
+ items: n.items
761
825
  };
762
826
  }
763
827
  },
@@ -775,22 +839,22 @@ var at = "listItem", E = "textStyle", H = /^(\d+)\.\s$/, ot = g.create({
775
839
  };
776
840
  }
777
841
  });
778
- S.create({
842
+ A.create({
779
843
  name: "listKit",
780
844
  addExtensions() {
781
845
  const t = [];
782
- return this.options.bulletList !== !1 && t.push(q.configure(this.options.bulletList)), this.options.listItem !== !1 && t.push(Q.configure(this.options.listItem)), this.options.listKeymap !== !1 && t.push(tt.configure(this.options.listKeymap)), this.options.orderedList !== !1 && t.push(ot.configure(this.options.orderedList)), this.options.taskItem !== !1 && t.push(ct.configure(this.options.taskItem)), this.options.taskList !== !1 && t.push(lt.configure(this.options.taskList)), t;
846
+ return this.options.bulletList !== !1 && t.push(q.configure(this.options.bulletList)), this.options.listItem !== !1 && t.push(tt.configure(this.options.listItem)), this.options.listKeymap !== !1 && t.push(it.configure(this.options.listKeymap)), this.options.orderedList !== !1 && t.push(pt.configure(this.options.orderedList)), this.options.taskItem !== !1 && t.push(mt.configure(this.options.taskItem)), this.options.taskList !== !1 && t.push(ft.configure(this.options.taskList)), t;
783
847
  }
784
848
  });
785
849
  export {
786
850
  q as BulletList,
787
- Q as ListItem,
788
- tt as ListKeymap,
789
- ot as OrderedList,
790
- ct as TaskItem,
791
- lt as TaskList,
792
- C as bulletListInputRegex,
793
- ut as inputRegex,
794
- U as listHelpers,
795
- H as orderedListInputRegex
851
+ tt as ListItem,
852
+ it as ListKeymap,
853
+ pt as OrderedList,
854
+ mt as TaskItem,
855
+ ft as TaskList,
856
+ N as bulletListInputRegex,
857
+ ht as inputRegex,
858
+ et as listHelpers,
859
+ S as orderedListInputRegex
796
860
  };