@caspeco/casper-ui-library 10.3.1 → 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 (785) 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/index.d.ts +1 -0
  181. package/dist/components/icon/icons/index.d.ts.map +1 -1
  182. package/dist/components/icon/icons/info-icon.js +5 -5
  183. package/dist/components/icon/icons/inheritance-icon.js +5 -5
  184. package/dist/components/icon/icons/just-eat-icon.js +5 -5
  185. package/dist/components/icon/icons/karma-icon.js +5 -5
  186. package/dist/components/icon/icons/key-command-icon.js +5 -5
  187. package/dist/components/icon/icons/key-enter-icon.js +5 -5
  188. package/dist/components/icon/icons/key-icon.js +5 -5
  189. package/dist/components/icon/icons/key-option-icon.js +5 -5
  190. package/dist/components/icon/icons/language-icon.js +5 -5
  191. package/dist/components/icon/icons/link-broken-icon.js +5 -5
  192. package/dist/components/icon/icons/link-external-icon.js +5 -5
  193. package/dist/components/icon/icons/link-icon.js +5 -5
  194. package/dist/components/icon/icons/list-ol-icon.js +5 -5
  195. package/dist/components/icon/icons/list-ul-icon.js +5 -5
  196. package/dist/components/icon/icons/loading-icon.js +5 -5
  197. package/dist/components/icon/icons/location-icon.js +5 -5
  198. package/dist/components/icon/icons/lock-icon.js +5 -5
  199. package/dist/components/icon/icons/log-in-icon.js +5 -5
  200. package/dist/components/icon/icons/log-out-icon.js +5 -5
  201. package/dist/components/icon/icons/map-icon.js +5 -5
  202. package/dist/components/icon/icons/maximize-icon.js +5 -5
  203. package/dist/components/icon/icons/members-icon.js +5 -5
  204. package/dist/components/icon/icons/menu-hide-icon.js +5 -5
  205. package/dist/components/icon/icons/menu-icon.js +5 -5
  206. package/dist/components/icon/icons/menu-show-icon.js +5 -5
  207. package/dist/components/icon/icons/message-add-icon.js +5 -5
  208. package/dist/components/icon/icons/message-icon.js +5 -5
  209. package/dist/components/icon/icons/message-lines-icon.js +5 -5
  210. package/dist/components/icon/icons/minimize-icon.js +5 -5
  211. package/dist/components/icon/icons/minimize-window-icon.js +5 -5
  212. package/dist/components/icon/icons/mobile-rotate-icon.js +5 -5
  213. package/dist/components/icon/icons/module-accounting-icon.js +5 -5
  214. package/dist/components/icon/icons/module-ai-forecast-icon.js +5 -5
  215. package/dist/components/icon/icons/module-app-icon.js +5 -5
  216. package/dist/components/icon/icons/module-articles-icon.js +5 -5
  217. package/dist/components/icon/icons/module-benchmark-icon.js +5 -5
  218. package/dist/components/icon/icons/module-booking-icon.js +5 -5
  219. package/dist/components/icon/icons/module-cai-icon.js +5 -5
  220. package/dist/components/icon/icons/module-campaigns-icon.js +5 -5
  221. package/dist/components/icon/icons/module-cashier-icon.js +5 -5
  222. package/dist/components/icon/icons/module-communication-icon.js +5 -5
  223. package/dist/components/icon/icons/module-copilot-icon.js +5 -5
  224. package/dist/components/icon/icons/module-dashboard-icon.js +5 -5
  225. package/dist/components/icon/icons/module-document-icon.js +5 -5
  226. package/dist/components/icon/icons/module-employees-icon.js +5 -5
  227. package/dist/components/icon/icons/module-feed-icon.js +5 -5
  228. package/dist/components/icon/icons/module-history-icon.js +5 -5
  229. package/dist/components/icon/icons/module-home-icon.js +5 -5
  230. package/dist/components/icon/icons/module-insights-icon.js +5 -5
  231. package/dist/components/icon/icons/module-kds-icon.js +5 -5
  232. package/dist/components/icon/icons/module-members-icon.js +5 -5
  233. package/dist/components/icon/icons/module-menus-icon.js +5 -5
  234. package/dist/components/icon/icons/module-my-city-icon.js +5 -5
  235. package/dist/components/icon/icons/module-notification-center-icon.js +5 -5
  236. package/dist/components/icon/icons/module-online-order-icon.js +5 -5
  237. package/dist/components/icon/icons/module-organisation-icon.js +5 -5
  238. package/dist/components/icon/icons/module-pos-icon.js +5 -5
  239. package/dist/components/icon/icons/module-pulse-icon.js +5 -5
  240. package/dist/components/icon/icons/module-result-icon.js +5 -5
  241. package/dist/components/icon/icons/module-salary-icon.js +5 -5
  242. package/dist/components/icon/icons/module-schedule-icon.js +5 -5
  243. package/dist/components/icon/icons/module-settings-alt-icon.js +5 -5
  244. package/dist/components/icon/icons/module-settings-icon.js +5 -5
  245. package/dist/components/icon/icons/module-support-icon.js +5 -5
  246. package/dist/components/icon/icons/module-survey-icon.js +5 -5
  247. package/dist/components/icon/icons/module-table-map-icon.js +6 -6
  248. package/dist/components/icon/icons/module-tablet-icon.js +5 -5
  249. package/dist/components/icon/icons/module-time-icon.js +5 -5
  250. package/dist/components/icon/icons/module-timeline-icon.js +5 -5
  251. package/dist/components/icon/icons/module-tip-icon.js +5 -5
  252. package/dist/components/icon/icons/module-to-do-icon.js +5 -5
  253. package/dist/components/icon/icons/module-tools-icon.js +5 -5
  254. package/dist/components/icon/icons/module-top-list-icon.js +5 -5
  255. package/dist/components/icon/icons/module-web-charts-icon.js +5 -5
  256. package/dist/components/icon/icons/module-web-icon.js +5 -5
  257. package/dist/components/icon/icons/more-horizontal-icon.js +5 -5
  258. package/dist/components/icon/icons/more-vertical-icon.js +5 -5
  259. package/dist/components/icon/icons/nfc-icon.js +5 -5
  260. package/dist/components/icon/icons/no-cart-icon.js +5 -5
  261. package/dist/components/icon/icons/note-icon.js +5 -5
  262. package/dist/components/icon/icons/number-icon.js +6 -6
  263. package/dist/components/icon/icons/open-modal-icon.js +5 -5
  264. package/dist/components/icon/icons/parking-icon.js +5 -5
  265. package/dist/components/icon/icons/party-horn-icon.js +5 -5
  266. package/dist/components/icon/icons/paste-icon.d.ts +2 -0
  267. package/dist/components/icon/icons/paste-icon.d.ts.map +1 -0
  268. package/dist/components/icon/icons/paste-icon.js +5 -0
  269. package/dist/components/icon/icons/pause-icon.js +5 -5
  270. package/dist/components/icon/icons/payment-card-icon.js +5 -5
  271. package/dist/components/icon/icons/payment-cash-icon.js +5 -5
  272. package/dist/components/icon/icons/payment-generic-icon.js +5 -5
  273. package/dist/components/icon/icons/payment-giftcard-icon.js +5 -5
  274. package/dist/components/icon/icons/payment-hotel-icon.js +5 -5
  275. package/dist/components/icon/icons/payment-invoice-icon.js +5 -5
  276. package/dist/components/icon/icons/percentage-icon.js +5 -5
  277. package/dist/components/icon/icons/phone-icon.js +5 -5
  278. package/dist/components/icon/icons/pin-icon.js +5 -5
  279. package/dist/components/icon/icons/pin-map-icon.js +5 -5
  280. package/dist/components/icon/icons/play-icon.js +5 -5
  281. package/dist/components/icon/icons/preview-icon.js +5 -5
  282. package/dist/components/icon/icons/print-icon.js +5 -5
  283. package/dist/components/icon/icons/privacy-icon.js +5 -5
  284. package/dist/components/icon/icons/product-admin-icon.js +5 -5
  285. package/dist/components/icon/icons/product-analytics-icon.js +5 -5
  286. package/dist/components/icon/icons/product-booking-icon.js +5 -5
  287. package/dist/components/icon/icons/product-checkout-icon.js +5 -5
  288. package/dist/components/icon/icons/product-my-pages-icon.js +5 -5
  289. package/dist/components/icon/icons/product-staff-icon.js +5 -5
  290. package/dist/components/icon/icons/puck-icon.js +5 -5
  291. package/dist/components/icon/icons/qr-code-icon.js +5 -5
  292. package/dist/components/icon/icons/question-icon.js +5 -5
  293. package/dist/components/icon/icons/radio-icon.js +5 -5
  294. package/dist/components/icon/icons/receipt-icon.js +5 -5
  295. package/dist/components/icon/icons/redo-icon.js +5 -5
  296. package/dist/components/icon/icons/refund-icon.js +5 -5
  297. package/dist/components/icon/icons/remove-icon.js +5 -5
  298. package/dist/components/icon/icons/replace-icon.js +5 -5
  299. package/dist/components/icon/icons/schedule-icon.js +5 -5
  300. package/dist/components/icon/icons/search-icon.js +5 -5
  301. package/dist/components/icon/icons/select-icon.js +4 -4
  302. package/dist/components/icon/icons/send-icon.js +5 -5
  303. package/dist/components/icon/icons/share-icon.js +5 -5
  304. package/dist/components/icon/icons/show-icon.js +5 -5
  305. package/dist/components/icon/icons/shuffle-icon.js +5 -5
  306. package/dist/components/icon/icons/sidebar-hide-icon.js +4 -4
  307. package/dist/components/icon/icons/sidebar-left-icon.js +4 -4
  308. package/dist/components/icon/icons/sidebar-right-icon.js +5 -5
  309. package/dist/components/icon/icons/sidebar-show-icon.js +5 -5
  310. package/dist/components/icon/icons/sliders-icon.js +5 -5
  311. package/dist/components/icon/icons/slightly-sad-icon.js +5 -5
  312. package/dist/components/icon/icons/smile-icon.js +5 -5
  313. package/dist/components/icon/icons/sort-asc-icon.js +5 -5
  314. package/dist/components/icon/icons/sort-desc-icon.js +5 -5
  315. package/dist/components/icon/icons/split-icon.js +5 -5
  316. package/dist/components/icon/icons/status-icon.js +5 -5
  317. package/dist/components/icon/icons/stop-icon.js +5 -5
  318. package/dist/components/icon/icons/submenu-icon.js +5 -5
  319. package/dist/components/icon/icons/success-icon.js +5 -5
  320. package/dist/components/icon/icons/swap-icon.js +5 -5
  321. package/dist/components/icon/icons/swatch-icon.js +5 -5
  322. package/dist/components/icon/icons/sweat-icon.js +5 -5
  323. package/dist/components/icon/icons/table-icon.js +5 -5
  324. package/dist/components/icon/icons/table-map-icon.js +5 -5
  325. package/dist/components/icon/icons/take-away-dot-com-icon.js +5 -5
  326. package/dist/components/icon/icons/take-away-icon.js +5 -5
  327. package/dist/components/icon/icons/talk-icon.js +5 -5
  328. package/dist/components/icon/icons/thumbtack-icon.js +5 -5
  329. package/dist/components/icon/icons/time-icon.js +5 -5
  330. package/dist/components/icon/icons/timeline-icon.js +5 -5
  331. package/dist/components/icon/icons/tip-icon.js +5 -5
  332. package/dist/components/icon/icons/title-icon.js +5 -5
  333. package/dist/components/icon/icons/translate-icon.js +5 -5
  334. package/dist/components/icon/icons/tree-view-collapse-icon.js +4 -4
  335. package/dist/components/icon/icons/tree-view-expand-icon.js +4 -4
  336. package/dist/components/icon/icons/tree-view-last-icon.js +4 -4
  337. package/dist/components/icon/icons/trend-down-icon.js +5 -5
  338. package/dist/components/icon/icons/trend-up-icon.js +5 -5
  339. package/dist/components/icon/icons/triangle-warning-icon.js +5 -5
  340. package/dist/components/icon/icons/trivec-icon.js +6 -6
  341. package/dist/components/icon/icons/uber-eats-icon.js +5 -5
  342. package/dist/components/icon/icons/undo-icon.js +5 -5
  343. package/dist/components/icon/icons/unlock-icon.js +5 -5
  344. package/dist/components/icon/icons/unwrap-content-icon.js +5 -5
  345. package/dist/components/icon/icons/up-icon.js +5 -5
  346. package/dist/components/icon/icons/user-group-icon.js +5 -5
  347. package/dist/components/icon/icons/user-icon.js +5 -5
  348. package/dist/components/icon/icons/user-permissions-icon.js +5 -5
  349. package/dist/components/icon/icons/user-wait-icon.js +5 -5
  350. package/dist/components/icon/icons/users-icon.js +5 -5
  351. package/dist/components/icon/icons/version-control-icon.js +5 -5
  352. package/dist/components/icon/icons/volume-high-icon.js +5 -5
  353. package/dist/components/icon/icons/volume-icon.js +5 -5
  354. package/dist/components/icon/icons/volume-low-icon.js +5 -5
  355. package/dist/components/icon/icons/volume-off-icon.js +5 -5
  356. package/dist/components/icon/icons/warning-icon.js +5 -5
  357. package/dist/components/icon/icons/waste-icon.js +5 -5
  358. package/dist/components/icon/icons/wifi-icon.js +5 -5
  359. package/dist/components/icon/icons/wifi-off-icon.js +5 -5
  360. package/dist/components/icon/icons/wolt-icon.js +5 -5
  361. package/dist/components/icon/icons/wrap-content-icon.js +5 -5
  362. package/dist/components/icon-button/icon-button.js +37 -39
  363. package/dist/components/image/image.js +12 -14
  364. package/dist/components/image-upload/image-cropper.helper.js +74 -82
  365. package/dist/components/image-upload/image-cropper.js +156 -183
  366. package/dist/components/image-upload/image-upload-dropzone.js +134 -112
  367. package/dist/components/image-upload/image-upload-helper.js +15 -19
  368. package/dist/components/image-upload/image-upload-icons.js +52 -20
  369. package/dist/components/image-upload/image-upload-modal.js +131 -106
  370. package/dist/components/image-upload/image-upload.js +96 -86
  371. package/dist/components/image-upload/translations.js +65 -65
  372. package/dist/components/image-upload/types.js +6 -4
  373. package/dist/components/input/helper.js +18 -29
  374. package/dist/components/input/input-addon-recipe.js +37 -43
  375. package/dist/components/input/input-recipe.js +124 -133
  376. package/dist/components/input/input.js +78 -83
  377. package/dist/components/link/link-recipe.js +18 -22
  378. package/dist/components/link/link.js +14 -14
  379. package/dist/components/list/list-item.js +15 -15
  380. package/dist/components/list/list.js +19 -20
  381. package/dist/components/menu/helper.js +12 -16
  382. package/dist/components/menu/menu-box-button.js +22 -18
  383. package/dist/components/menu/menu-button.js +18 -16
  384. package/dist/components/menu/menu-divider.js +31 -28
  385. package/dist/components/menu/menu-group.js +138 -142
  386. package/dist/components/menu/menu-icon-button.js +13 -11
  387. package/dist/components/menu/menu-item.js +44 -45
  388. package/dist/components/menu/menu-list.js +14 -15
  389. package/dist/components/menu/menu-recipe.js +67 -81
  390. package/dist/components/menu/menu.js +34 -41
  391. package/dist/components/message/message.js +52 -38
  392. package/dist/components/modal/modal-body-context.js +6 -7
  393. package/dist/components/modal/modal-body.js +17 -17
  394. package/dist/components/modal/modal-close-button.js +23 -18
  395. package/dist/components/modal/modal-footer.js +29 -32
  396. package/dist/components/modal/modal-header.js +17 -17
  397. package/dist/components/modal/modal-recipe.js +110 -141
  398. package/dist/components/modal/modal.js +54 -58
  399. package/dist/components/navigation-list/navigation-list-item.js +76 -88
  400. package/dist/components/navigation-list/navigation-list.js +23 -17
  401. package/dist/components/paginator/paginator-recipe.js +34 -40
  402. package/dist/components/paginator/paginator.js +65 -70
  403. package/dist/components/paginator/translations.js +35 -35
  404. package/dist/components/phone-input/country-data.js +31 -36
  405. package/dist/components/phone-input/country-list.js +45 -25
  406. package/dist/components/phone-input/country-selector.js +167 -115
  407. package/dist/components/phone-input/phone-input-helpers.js +91 -119
  408. package/dist/components/phone-input/phone-input.js +47 -42
  409. package/dist/components/phone-input/translations.js +53 -53
  410. package/dist/components/phone-input/use-phone-input.js +110 -137
  411. package/dist/components/quantity-button/minus-button.js +18 -16
  412. package/dist/components/quantity-button/plus-button.js +18 -16
  413. package/dist/components/quantity-button/quantity-button.js +72 -40
  414. package/dist/components/radio/check-icon.js +5 -5
  415. package/dist/components/radio/hover-styles.js +21 -36
  416. package/dist/components/radio/radio-group-context.js +5 -6
  417. package/dist/components/radio/radio-group-recipe.js +124 -142
  418. package/dist/components/radio/radio-group.js +30 -28
  419. package/dist/components/radio/radio.js +72 -55
  420. package/dist/components/radio-card/hover-styles.js +21 -36
  421. package/dist/components/radio-card/radio-card-group.js +24 -25
  422. package/dist/components/radio-card/radio-card.js +87 -67
  423. package/dist/components/rich-text-editor/boolean-control.js +51 -54
  424. package/dist/components/rich-text-editor/extensions.js +39 -34
  425. package/dist/components/rich-text-editor/index.js +26 -22
  426. package/dist/components/rich-text-editor/rich-text-editor-context.js +9 -11
  427. package/dist/components/rich-text-editor/rich-text-editor-control.js +290 -284
  428. package/dist/components/rich-text-editor/rich-text-editor-recipe.js +71 -83
  429. package/dist/components/rich-text-editor/rich-text-editor.js +72 -69
  430. package/dist/components/rich-text-editor/rich-text-renderer.js +32 -32
  431. package/dist/components/rich-text-editor/translations.js +119 -119
  432. package/dist/components/rich-text-editor/use-rich-text-editor.js +22 -29
  433. package/dist/components/segmented-control/segmented-control-item.js +24 -25
  434. package/dist/components/segmented-control/segmented-control.js +49 -40
  435. package/dist/components/select/select-recipe.js +91 -106
  436. package/dist/components/select/select.js +27 -29
  437. package/dist/components/skeleton/skeleton-text.js +18 -19
  438. package/dist/components/skeleton/skeleton.js +19 -20
  439. package/dist/components/spinner/spinner.js +44 -28
  440. package/dist/components/stack/stack.js +18 -18
  441. package/dist/components/stepper/check-icon.js +5 -5
  442. package/dist/components/stepper/step-context.js +5 -5
  443. package/dist/components/stepper/step.js +111 -106
  444. package/dist/components/stepper/stepper.js +42 -43
  445. package/dist/components/stepper/times-icon.js +5 -5
  446. package/dist/components/switch/hover-styles.js +30 -44
  447. package/dist/components/switch/switch-recipe.js +76 -84
  448. package/dist/components/switch/switch.d.ts +3 -3
  449. package/dist/components/switch/switch.d.ts.map +1 -1
  450. package/dist/components/switch/switch.js +30 -31
  451. package/dist/components/switch/types.d.ts +4 -2
  452. package/dist/components/switch/types.d.ts.map +1 -1
  453. package/dist/components/table/helper.d.ts +6 -0
  454. package/dist/components/table/helper.d.ts.map +1 -1
  455. package/dist/components/table/helper.js +29 -9
  456. package/dist/components/table/index.d.ts +1 -1
  457. package/dist/components/table/index.d.ts.map +1 -1
  458. package/dist/components/table/table-cell.d.ts.map +1 -1
  459. package/dist/components/table/table-cell.js +136 -122
  460. package/dist/components/table/table-column-resize-handle.d.ts +12 -0
  461. package/dist/components/table/table-column-resize-handle.d.ts.map +1 -0
  462. package/dist/components/table/table-column-resize-handle.js +69 -0
  463. package/dist/components/table/table-content.d.ts.map +1 -1
  464. package/dist/components/table/table-content.js +174 -98
  465. package/dist/components/table/table-context-provider.d.ts +7 -2
  466. package/dist/components/table/table-context-provider.d.ts.map +1 -1
  467. package/dist/components/table/table-context-provider.js +203 -151
  468. package/dist/components/table/table-context.d.ts +24 -0
  469. package/dist/components/table/table-context.d.ts.map +1 -1
  470. package/dist/components/table/table-context.js +18 -11
  471. package/dist/components/table/table-filter.js +170 -118
  472. package/dist/components/table/table-header-dropdown.js +131 -89
  473. package/dist/components/table/table-header-row.d.ts.map +1 -1
  474. package/dist/components/table/table-header-row.js +202 -140
  475. package/dist/components/table/table-recipe.d.ts.map +1 -1
  476. package/dist/components/table/table-recipe.js +75 -96
  477. package/dist/components/table/table-row-expand-toggle-button.js +28 -35
  478. package/dist/components/table/table-row.d.ts.map +1 -1
  479. package/dist/components/table/table-row.js +51 -41
  480. package/dist/components/table/table-toolbar-actions.js +19 -19
  481. package/dist/components/table/table-toolbar-add-button.js +18 -13
  482. package/dist/components/table/table-toolbar-search.js +17 -12
  483. package/dist/components/table/table-toolbar-settings.js +180 -133
  484. package/dist/components/table/table-toolbar.js +72 -51
  485. package/dist/components/table/table.composition.d.ts +1 -0
  486. package/dist/components/table/table.composition.d.ts.map +1 -1
  487. package/dist/components/table/table.constants.d.ts +4 -0
  488. package/dist/components/table/table.constants.d.ts.map +1 -1
  489. package/dist/components/table/table.constants.js +9 -4
  490. package/dist/components/table/table.d.ts +1 -1
  491. package/dist/components/table/table.d.ts.map +1 -1
  492. package/dist/components/table/table.js +41 -37
  493. package/dist/components/table/translations.d.ts +7 -0
  494. package/dist/components/table/translations.d.ts.map +1 -1
  495. package/dist/components/table/translations.js +199 -194
  496. package/dist/components/table/types.d.ts +33 -2
  497. package/dist/components/table/types.d.ts.map +1 -1
  498. package/dist/components/tabs/tab-list.js +16 -17
  499. package/dist/components/tabs/tab-panel.js +14 -14
  500. package/dist/components/tabs/tab-panels.js +15 -15
  501. package/dist/components/tabs/tab-with-image.js +60 -53
  502. package/dist/components/tabs/tab.js +26 -22
  503. package/dist/components/tabs/tabs-recipe.js +96 -116
  504. package/dist/components/tabs/tabs.js +25 -24
  505. package/dist/components/tag/tag-recipe.js +225 -252
  506. package/dist/components/tag/tag.js +121 -62
  507. package/dist/components/text/text-recipe.js +3 -8
  508. package/dist/components/text/text.js +26 -27
  509. package/dist/components/textarea/textarea-recipe.js +90 -96
  510. package/dist/components/textarea/textarea.js +19 -19
  511. package/dist/components/toaster/toast-store.d.ts +2 -2
  512. package/dist/components/toaster/toast-store.d.ts.map +1 -1
  513. package/dist/components/toaster/toast-store.js +25 -32
  514. package/dist/components/toaster/toaster.js +39 -34
  515. package/dist/components/toggle-button/toggle-button.js +23 -25
  516. package/dist/components/toggle-button/use-button-children.js +36 -35
  517. package/dist/components/tooltip/tooltip.js +43 -47
  518. package/dist/hooks/use-color-mode.js +17 -22
  519. package/dist/hooks/use-disclosure.js +10 -13
  520. package/dist/hooks/use-measured-width.js +21 -21
  521. package/dist/hooks/use-remove-attributes.js +25 -24
  522. package/dist/index.js +395 -799
  523. package/dist/node_modules/@dnd-kit/abstract/index.js +658 -1185
  524. package/dist/node_modules/@dnd-kit/collision/dist/index.js +51 -90
  525. package/dist/node_modules/@dnd-kit/dom/index.js +1256 -1518
  526. package/dist/node_modules/@dnd-kit/dom/sortable.js +529 -654
  527. package/dist/node_modules/@dnd-kit/dom/utilities.js +772 -940
  528. package/dist/node_modules/@dnd-kit/geometry/dist/index.js +228 -196
  529. package/dist/node_modules/@dnd-kit/react/hooks.js +51 -63
  530. package/dist/node_modules/@dnd-kit/react/index.js +175 -235
  531. package/dist/node_modules/@dnd-kit/react/sortable.js +67 -142
  532. package/dist/node_modules/@dnd-kit/react/utilities.js +7 -9
  533. package/dist/node_modules/@dnd-kit/state/dist/index.js +157 -172
  534. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +154 -243
  535. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +294 -369
  536. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +95 -133
  537. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +96 -122
  538. package/dist/node_modules/@preact/signals-core/dist/signals-core.module.js +249 -264
  539. package/dist/node_modules/@tanstack/react-table/build/lib/index.js +34 -88
  540. package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js +74 -88
  541. package/dist/node_modules/@tanstack/table-core/build/lib/index.js +1463 -1822
  542. package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +633 -768
  543. package/dist/node_modules/@tanstack/virtual-core/dist/esm/lazy-measurements.js +30 -32
  544. package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +35 -48
  545. package/dist/node_modules/@tiptap/core/dist/index.js +3433 -3946
  546. package/dist/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +19 -19
  547. package/dist/node_modules/@tiptap/extension-blockquote/dist/index.js +73 -1498
  548. package/dist/node_modules/@tiptap/extension-bold/dist/index.js +71 -84
  549. package/dist/node_modules/@tiptap/extension-code/dist/index.js +65 -70
  550. package/dist/node_modules/@tiptap/extension-code-block/dist/index.js +155 -216
  551. package/dist/node_modules/@tiptap/extension-document/dist/index.js +9 -11
  552. package/dist/node_modules/@tiptap/extension-hard-break/dist/index.js +48 -60
  553. package/dist/node_modules/@tiptap/extension-heading/dist/index.js +65 -66
  554. package/dist/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +47 -55
  555. package/dist/node_modules/@tiptap/extension-italic/dist/index.js +68 -82
  556. package/dist/node_modules/@tiptap/extension-link/dist/index.js +365 -334
  557. package/dist/node_modules/@tiptap/extension-list/dist/index.js +936 -1105
  558. package/dist/node_modules/@tiptap/extension-paragraph/dist/index.js +43 -48
  559. package/dist/node_modules/@tiptap/extension-strike/dist/index.js +53 -65
  560. package/dist/node_modules/@tiptap/extension-text/dist/index.js +12 -12
  561. package/dist/node_modules/@tiptap/extension-underline/dist/index.js +60 -64
  562. package/dist/node_modules/@tiptap/extensions/dist/index.js +439 -462
  563. package/dist/node_modules/@tiptap/react/dist/index.js +314 -0
  564. package/dist/node_modules/@tiptap/starter-kit/dist/index.js +23 -24
  565. package/dist/node_modules/country-flag-icons/modules/countries.json.js +4 -4
  566. package/dist/node_modules/country-flag-icons/modules/hasFlag.js +6 -6
  567. package/dist/node_modules/country-flag-icons/modules/react/3x2/index.js +5469 -6298
  568. package/dist/node_modules/country-flag-icons/react/3x2/index.js +273 -269
  569. package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +5 -6
  570. package/dist/node_modules/date-fns/_lib/defaultOptions.js +6 -6
  571. package/dist/node_modules/date-fns/_lib/format/formatters.js +385 -544
  572. package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +42 -57
  573. package/dist/node_modules/date-fns/_lib/format/longFormatters.js +37 -48
  574. package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +7 -17
  575. package/dist/node_modules/date-fns/_lib/normalizeDates.js +6 -9
  576. package/dist/node_modules/date-fns/_lib/protectedTokens.js +19 -16
  577. package/dist/node_modules/date-fns/addDays.js +8 -8
  578. package/dist/node_modules/date-fns/addMonths.js +11 -18
  579. package/dist/node_modules/date-fns/addWeeks.js +6 -6
  580. package/dist/node_modules/date-fns/constants.js +10 -6
  581. package/dist/node_modules/date-fns/constructFrom.js +6 -6
  582. package/dist/node_modules/date-fns/constructNow.js +6 -6
  583. package/dist/node_modules/date-fns/differenceInCalendarDays.js +10 -14
  584. package/dist/node_modules/date-fns/endOfDay.js +7 -7
  585. package/dist/node_modules/date-fns/endOfMonth.js +7 -7
  586. package/dist/node_modules/date-fns/format.js +57 -55
  587. package/dist/node_modules/date-fns/getDayOfYear.js +9 -9
  588. package/dist/node_modules/date-fns/getISOWeek.js +10 -10
  589. package/dist/node_modules/date-fns/getISOWeekYear.js +13 -13
  590. package/dist/node_modules/date-fns/getWeek.js +10 -10
  591. package/dist/node_modules/date-fns/getWeekYear.js +14 -14
  592. package/dist/node_modules/date-fns/isBefore.js +6 -6
  593. package/dist/node_modules/date-fns/isDate.js +5 -5
  594. package/dist/node_modules/date-fns/isPast.js +6 -6
  595. package/dist/node_modules/date-fns/isSameDay.js +8 -12
  596. package/dist/node_modules/date-fns/isSameMonth.js +7 -11
  597. package/dist/node_modules/date-fns/isSameWeek.js +8 -12
  598. package/dist/node_modules/date-fns/isSameYear.js +7 -11
  599. package/dist/node_modules/date-fns/isToday.js +7 -10
  600. package/dist/node_modules/date-fns/isValid.js +7 -7
  601. package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +8 -8
  602. package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +16 -17
  603. package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +19 -28
  604. package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +17 -14
  605. package/dist/node_modules/date-fns/locale/da/_lib/formatDistance.js +68 -69
  606. package/dist/node_modules/date-fns/locale/da/_lib/formatLong.js +31 -32
  607. package/dist/node_modules/date-fns/locale/da/_lib/formatRelative.js +11 -11
  608. package/dist/node_modules/date-fns/locale/da/_lib/localize.js +193 -142
  609. package/dist/node_modules/date-fns/locale/da/_lib/match.js +123 -109
  610. package/dist/node_modules/date-fns/locale/da.js +17 -17
  611. package/dist/node_modules/date-fns/locale/en-GB/_lib/formatLong.js +31 -32
  612. package/dist/node_modules/date-fns/locale/en-GB.js +18 -18
  613. package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +68 -69
  614. package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +31 -32
  615. package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +11 -11
  616. package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +200 -153
  617. package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +123 -109
  618. package/dist/node_modules/date-fns/locale/en-US.js +18 -18
  619. package/dist/node_modules/date-fns/locale/es/_lib/formatDistance.js +68 -69
  620. package/dist/node_modules/date-fns/locale/es/_lib/formatLong.js +31 -32
  621. package/dist/node_modules/date-fns/locale/es/_lib/formatRelative.js +18 -18
  622. package/dist/node_modules/date-fns/locale/es/_lib/localize.js +192 -141
  623. package/dist/node_modules/date-fns/locale/es/_lib/match.js +127 -114
  624. package/dist/node_modules/date-fns/locale/es.js +18 -18
  625. package/dist/node_modules/date-fns/locale/et/_lib/formatDistance.js +161 -162
  626. package/dist/node_modules/date-fns/locale/et/_lib/formatLong.js +31 -32
  627. package/dist/node_modules/date-fns/locale/et/_lib/formatRelative.js +11 -11
  628. package/dist/node_modules/date-fns/locale/et/_lib/localize.js +196 -152
  629. package/dist/node_modules/date-fns/locale/et/_lib/match.js +109 -107
  630. package/dist/node_modules/date-fns/locale/et.js +19 -19
  631. package/dist/node_modules/date-fns/locale/fi/_lib/formatDistance.js +101 -101
  632. package/dist/node_modules/date-fns/locale/fi/_lib/formatLong.js +31 -32
  633. package/dist/node_modules/date-fns/locale/fi/_lib/formatRelative.js +11 -11
  634. package/dist/node_modules/date-fns/locale/fi/_lib/localize.js +192 -140
  635. package/dist/node_modules/date-fns/locale/fi/_lib/match.js +122 -108
  636. package/dist/node_modules/date-fns/locale/fi.js +18 -18
  637. package/dist/node_modules/date-fns/locale/fr/_lib/formatDistance.js +68 -69
  638. package/dist/node_modules/date-fns/locale/fr/_lib/formatLong.js +31 -32
  639. package/dist/node_modules/date-fns/locale/fr/_lib/formatRelative.js +11 -11
  640. package/dist/node_modules/date-fns/locale/fr/_lib/localize.js +176 -120
  641. package/dist/node_modules/date-fns/locale/fr/_lib/match.js +122 -108
  642. package/dist/node_modules/date-fns/locale/fr.js +18 -18
  643. package/dist/node_modules/date-fns/locale/lt/_lib/formatDistance.js +93 -109
  644. package/dist/node_modules/date-fns/locale/lt/_lib/formatLong.js +31 -32
  645. package/dist/node_modules/date-fns/locale/lt/_lib/formatRelative.js +11 -11
  646. package/dist/node_modules/date-fns/locale/lt/_lib/localize.js +298 -195
  647. package/dist/node_modules/date-fns/locale/lt/_lib/match.js +154 -121
  648. package/dist/node_modules/date-fns/locale/lt.js +19 -19
  649. package/dist/node_modules/date-fns/locale/lv/_lib/formatDistance.js +226 -120
  650. package/dist/node_modules/date-fns/locale/lv/_lib/formatLong.js +31 -32
  651. package/dist/node_modules/date-fns/locale/lv/_lib/formatRelative.js +22 -22
  652. package/dist/node_modules/date-fns/locale/lv/_lib/localize.js +298 -221
  653. package/dist/node_modules/date-fns/locale/lv/_lib/match.js +138 -112
  654. package/dist/node_modules/date-fns/locale/lv.js +18 -18
  655. package/dist/node_modules/date-fns/locale/nb/_lib/formatDistance.js +68 -69
  656. package/dist/node_modules/date-fns/locale/nb/_lib/formatLong.js +31 -32
  657. package/dist/node_modules/date-fns/locale/nb/_lib/formatRelative.js +11 -11
  658. package/dist/node_modules/date-fns/locale/nb/_lib/localize.js +159 -108
  659. package/dist/node_modules/date-fns/locale/nb/_lib/match.js +112 -108
  660. package/dist/node_modules/date-fns/locale/nb.js +18 -18
  661. package/dist/node_modules/date-fns/locale/nl/_lib/formatDistance.js +68 -69
  662. package/dist/node_modules/date-fns/locale/nl/_lib/formatLong.js +31 -32
  663. package/dist/node_modules/date-fns/locale/nl/_lib/formatRelative.js +11 -11
  664. package/dist/node_modules/date-fns/locale/nl/_lib/localize.js +160 -109
  665. package/dist/node_modules/date-fns/locale/nl/_lib/match.js +120 -108
  666. package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatDistance.js +68 -69
  667. package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatLong.js +31 -32
  668. package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatRelative.js +11 -11
  669. package/dist/node_modules/date-fns/locale/nl-BE/_lib/localize.js +160 -109
  670. package/dist/node_modules/date-fns/locale/nl-BE/_lib/match.js +120 -108
  671. package/dist/node_modules/date-fns/locale/nl-BE.js +18 -18
  672. package/dist/node_modules/date-fns/locale/nl.js +18 -18
  673. package/dist/node_modules/date-fns/locale/sv/_lib/formatDistance.js +82 -86
  674. package/dist/node_modules/date-fns/locale/sv/_lib/formatLong.js +31 -32
  675. package/dist/node_modules/date-fns/locale/sv/_lib/formatRelative.js +11 -11
  676. package/dist/node_modules/date-fns/locale/sv/_lib/localize.js +199 -142
  677. package/dist/node_modules/date-fns/locale/sv/_lib/match.js +109 -107
  678. package/dist/node_modules/date-fns/locale/sv.js +18 -18
  679. package/dist/node_modules/date-fns/startOfDay.js +7 -7
  680. package/dist/node_modules/date-fns/startOfISOWeek.js +9 -6
  681. package/dist/node_modules/date-fns/startOfISOWeekYear.js +9 -9
  682. package/dist/node_modules/date-fns/startOfMonth.js +7 -7
  683. package/dist/node_modules/date-fns/startOfWeek.js +8 -8
  684. package/dist/node_modules/date-fns/startOfWeekYear.js +10 -10
  685. package/dist/node_modules/date-fns/startOfYear.js +7 -7
  686. package/dist/node_modules/date-fns/subDays.js +6 -6
  687. package/dist/node_modules/date-fns/subMonths.js +6 -6
  688. package/dist/node_modules/date-fns/subWeeks.js +6 -6
  689. package/dist/node_modules/date-fns/toDate.js +6 -6
  690. package/dist/node_modules/fast-equals/dist/es/index.js +239 -298
  691. package/dist/node_modules/libphonenumber-js/es6/ParseError.js +116 -89
  692. package/dist/node_modules/libphonenumber-js/es6/PhoneNumber.js +155 -183
  693. package/dist/node_modules/libphonenumber-js/es6/constants.js +4 -10
  694. package/dist/node_modules/libphonenumber-js/es6/format.js +70 -91
  695. package/dist/node_modules/libphonenumber-js/es6/getCountries.js +5 -5
  696. package/dist/node_modules/libphonenumber-js/es6/helpers/RFC3966.js +8 -10
  697. package/dist/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +5 -5
  698. package/dist/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +19 -14
  699. package/dist/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +9 -9
  700. package/dist/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js +15 -17
  701. package/dist/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +35 -45
  702. package/dist/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +20 -26
  703. package/dist/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js +17 -22
  704. package/dist/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +24 -36
  705. package/dist/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +26 -30
  706. package/dist/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.js +13 -21
  707. package/dist/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +10 -24
  708. package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryAndCallingCodeFromOneOfThem.js +10 -11
  709. package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +6 -8
  710. package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +39 -39
  711. package/dist/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js +9 -11
  712. package/dist/node_modules/libphonenumber-js/es6/helpers/getNumberType.js +56 -47
  713. package/dist/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js +12 -12
  714. package/dist/node_modules/libphonenumber-js/es6/helpers/isCallingCode.js +5 -5
  715. package/dist/node_modules/libphonenumber-js/es6/helpers/isCountryCode.js +5 -5
  716. package/dist/node_modules/libphonenumber-js/es6/helpers/isObject.js +6 -6
  717. package/dist/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +9 -17
  718. package/dist/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js +5 -5
  719. package/dist/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js +39 -0
  720. package/dist/node_modules/libphonenumber-js/es6/helpers/parseDigits.js +46 -77
  721. package/dist/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js +17 -18
  722. package/dist/node_modules/libphonenumber-js/es6/isPossible.js +29 -32
  723. package/dist/node_modules/libphonenumber-js/es6/isValid.js +12 -13
  724. package/dist/node_modules/libphonenumber-js/es6/isValidPhoneNumber.js +55 -52
  725. package/dist/node_modules/libphonenumber-js/es6/metadata.js +462 -482
  726. package/dist/node_modules/libphonenumber-js/es6/normalizeArguments.js +97 -95
  727. package/dist/node_modules/libphonenumber-js/es6/parse.js +98 -133
  728. package/dist/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +43 -35
  729. package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumber.js +8 -8
  730. package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js +51 -48
  731. package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js +59 -55
  732. package/dist/node_modules/libphonenumber-js/es6/tools/semver-compare.js +13 -13
  733. package/dist/node_modules/libphonenumber-js/metadata.min.json.js +7437 -3
  734. package/dist/node_modules/libphonenumber-js/min/exports/getCountries.js +6 -6
  735. package/dist/node_modules/libphonenumber-js/min/exports/getCountryCallingCode.js +6 -6
  736. package/dist/node_modules/libphonenumber-js/min/exports/isSupportedCountry.js +7 -7
  737. package/dist/node_modules/libphonenumber-js/min/exports/isValidPhoneNumber.js +6 -6
  738. package/dist/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.js +7 -7
  739. package/dist/node_modules/libphonenumber-js/min/exports/withMetadataArgument.js +6 -6
  740. package/dist/node_modules/linkifyjs/dist/linkify.js +486 -679
  741. package/dist/node_modules/next-themes/dist/index.js +120 -85
  742. package/dist/node_modules/orderedmap/dist/index.js +64 -100
  743. package/dist/node_modules/prosemirror-commands/dist/index.js +313 -368
  744. package/dist/node_modules/prosemirror-dropcursor/dist/index.js +109 -84
  745. package/dist/node_modules/prosemirror-gapcursor/dist/index.js +162 -195
  746. package/dist/node_modules/prosemirror-history/dist/index.js +203 -239
  747. package/dist/node_modules/prosemirror-keymap/dist/index.js +45 -57
  748. package/dist/node_modules/prosemirror-model/dist/index.js +1783 -2735
  749. package/dist/node_modules/prosemirror-schema-list/dist/index.js +66 -81
  750. package/dist/node_modules/prosemirror-state/dist/index.js +517 -814
  751. package/dist/node_modules/prosemirror-transform/dist/index.js +1104 -1505
  752. package/dist/node_modules/prosemirror-view/dist/index.js +3274 -3782
  753. package/dist/node_modules/react/cjs/react-compiler-runtime.development.js +15 -21
  754. package/dist/node_modules/react/cjs/react-compiler-runtime.production.js +12 -14
  755. package/dist/node_modules/react/compiler-runtime.js +10 -10
  756. package/dist/node_modules/rope-sequence/dist/index.js +82 -99
  757. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +55 -58
  758. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +53 -57
  759. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +53 -58
  760. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +45 -46
  761. package/dist/node_modules/use-sync-external-store/shim/index.js +10 -10
  762. package/dist/node_modules/use-sync-external-store/shim/with-selector.js +10 -10
  763. package/dist/node_modules/w3c-keyname/index.js +87 -92
  764. package/dist/theme/component-recipes.js +52 -53
  765. package/dist/theme/theme-casper-ui.js +179 -420
  766. package/dist/theme/theme-helper.js +4 -4
  767. package/dist/theme/theme-provider.js +33 -34
  768. package/dist/theme/theme-style-props.d.ts.map +1 -1
  769. package/dist/theme/theme-tokens.js +22 -12
  770. package/dist/theme/theme-types.js +22 -12
  771. package/dist/theme/theme.js +213 -268
  772. package/package.json +30 -29
  773. package/dist/_virtual/compiler-runtime.js +0 -5
  774. package/dist/_virtual/compiler-runtime2.js +0 -4
  775. package/dist/_virtual/index.js +0 -5
  776. package/dist/_virtual/index2.js +0 -4
  777. package/dist/_virtual/react-compiler-runtime.development.js +0 -4
  778. package/dist/_virtual/react-compiler-runtime.production.js +0 -4
  779. package/dist/_virtual/use-sync-external-store-shim.development.js +0 -4
  780. package/dist/_virtual/use-sync-external-store-shim.production.js +0 -4
  781. package/dist/_virtual/with-selector.development.js +0 -4
  782. package/dist/_virtual/with-selector.js +0 -5
  783. package/dist/_virtual/with-selector.production.js +0 -4
  784. package/dist/_virtual/with-selector2.js +0 -4
  785. package/dist/packages/casper-ui-library/node_modules/@tiptap/react/dist/index.js +0 -506
@@ -1,705 +1,512 @@
1
- const Le = "aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2odyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rck0msd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2oodside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2", Re = "ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2", zt = "numeric", Bt = "ascii", Ft = "alpha", K = "asciinumeric", F = "alphanumeric", Kt = "domain", ce = "emoji", pe = "scheme", Ce = "slashscheme", Pt = "whitespace";
2
- function Se(t, n) {
3
- return t in n || (n[t] = []), n[t];
1
+ //#region ../../node_modules/linkifyjs/dist/linkify.mjs
2
+ var e = "numeric", t = "ascii", n = "alpha", r = "asciinumeric", i = "alphanumeric", a = "domain", o = "emoji", s = "whitespace";
3
+ function c(e, t) {
4
+ return e in t || (t[e] = []), t[e];
4
5
  }
5
- function v(t, n, e) {
6
- n[zt] && (n[K] = !0, n[F] = !0), n[Bt] && (n[K] = !0, n[Ft] = !0), n[K] && (n[F] = !0), n[Ft] && (n[F] = !0), n[F] && (n[Kt] = !0), n[ce] && (n[Kt] = !0);
7
- for (const s in n) {
8
- const i = Se(s, e);
9
- i.indexOf(t) < 0 && i.push(t);
10
- }
6
+ function l(s, l, u) {
7
+ l[e] && (l[r] = !0, l[i] = !0), l[t] && (l[r] = !0, l[n] = !0), l[r] && (l[i] = !0), l[n] && (l[i] = !0), l[i] && (l[a] = !0), l[o] && (l[a] = !0);
8
+ for (let e in l) {
9
+ let t = c(e, u);
10
+ t.indexOf(s) < 0 && t.push(s);
11
+ }
11
12
  }
12
- function Oe(t, n) {
13
- const e = {};
14
- for (const s in n)
15
- n[s].indexOf(t) >= 0 && (e[s] = !0);
16
- return e;
13
+ function u(e, t) {
14
+ let n = {};
15
+ for (let r in t) t[r].indexOf(e) >= 0 && (n[r] = !0);
16
+ return n;
17
17
  }
18
- function p(t = null) {
19
- this.j = {}, this.jr = [], this.jd = null, this.t = t;
18
+ function d(e = null) {
19
+ this.j = {}, this.jr = [], this.jd = null, this.t = e;
20
20
  }
21
- p.groups = {};
22
- p.prototype = {
23
- accepts() {
24
- return !!this.t;
25
- },
26
- /**
27
- * Follow an existing transition from the given input to the next state.
28
- * Does not mutate.
29
- * @param {string} input character or token type to transition on
30
- * @returns {?State<T>} the next state, if any
31
- */
32
- go(t) {
33
- const n = this, e = n.j[t];
34
- if (e)
35
- return e;
36
- for (let s = 0; s < n.jr.length; s++) {
37
- const i = n.jr[s][0], r = n.jr[s][1];
38
- if (r && i.test(t))
39
- return r;
40
- }
41
- return n.jd;
42
- },
43
- /**
44
- * Whether the state has a transition for the given input. Set the second
45
- * argument to true to only look for an exact match (and not a default or
46
- * regular-expression-based transition)
47
- * @param {string} input
48
- * @param {boolean} exactOnly
49
- */
50
- has(t, n = !1) {
51
- return n ? t in this.j : !!this.go(t);
52
- },
53
- /**
54
- * Short for "transition all"; create a transition from the array of items
55
- * in the given list to the same final resulting state.
56
- * @param {string | string[]} inputs Group of inputs to transition on
57
- * @param {Transition<T> | State<T>} [next] Transition options
58
- * @param {Flags} [flags] Collections flags to add token to
59
- * @param {Collections<T>} [groups] Master list of token groups
60
- */
61
- ta(t, n, e, s) {
62
- for (let i = 0; i < t.length; i++)
63
- this.tt(t[i], n, e, s);
64
- },
65
- /**
66
- * Short for "take regexp transition"; defines a transition for this state
67
- * when it encounters a token which matches the given regular expression
68
- * @param {RegExp} regexp Regular expression transition (populate first)
69
- * @param {T | State<T>} [next] Transition options
70
- * @param {Flags} [flags] Collections flags to add token to
71
- * @param {Collections<T>} [groups] Master list of token groups
72
- * @returns {State<T>} taken after the given input
73
- */
74
- tr(t, n, e, s) {
75
- s = s || p.groups;
76
- let i;
77
- return n && n.j ? i = n : (i = new p(n), e && s && v(n, e, s)), this.jr.push([t, i]), i;
78
- },
79
- /**
80
- * Short for "take transitions", will take as many sequential transitions as
81
- * the length of the given input and returns the
82
- * resulting final state.
83
- * @param {string | string[]} input
84
- * @param {T | State<T>} [next] Transition options
85
- * @param {Flags} [flags] Collections flags to add token to
86
- * @param {Collections<T>} [groups] Master list of token groups
87
- * @returns {State<T>} taken after the given input
88
- */
89
- ts(t, n, e, s) {
90
- let i = this;
91
- const r = t.length;
92
- if (!r)
93
- return i;
94
- for (let a = 0; a < r - 1; a++)
95
- i = i.tt(t[a]);
96
- return i.tt(t[r - 1], n, e, s);
97
- },
98
- /**
99
- * Short for "take transition", this is a method for building/working with
100
- * state machines.
101
- *
102
- * If a state already exists for the given input, returns it.
103
- *
104
- * If a token is specified, that state will emit that token when reached by
105
- * the linkify engine.
106
- *
107
- * If no state exists, it will be initialized with some default transitions
108
- * that resemble existing default transitions.
109
- *
110
- * If a state is given for the second argument, that state will be
111
- * transitioned to on the given input regardless of what that input
112
- * previously did.
113
- *
114
- * Specify a token group flags to define groups that this token belongs to.
115
- * The token will be added to corresponding entires in the given groups
116
- * object.
117
- *
118
- * @param {string} input character, token type to transition on
119
- * @param {T | State<T>} [next] Transition options
120
- * @param {Flags} [flags] Collections flags to add token to
121
- * @param {Collections<T>} [groups] Master list of groups
122
- * @returns {State<T>} taken after the given input
123
- */
124
- tt(t, n, e, s) {
125
- s = s || p.groups;
126
- const i = this;
127
- if (n && n.j)
128
- return i.j[t] = n, n;
129
- const r = n;
130
- let a, c = i.go(t);
131
- if (c ? (a = new p(), Object.assign(a.j, c.j), a.jr.push.apply(a.jr, c.jr), a.jd = c.jd, a.t = c.t) : a = new p(), r) {
132
- if (s)
133
- if (a.t && typeof a.t == "string") {
134
- const d = Object.assign(Oe(a.t, s), e);
135
- v(r, d, s);
136
- } else e && v(r, e, s);
137
- a.t = r;
138
- }
139
- return i.j[t] = a, a;
140
- }
21
+ d.groups = {}, d.prototype = {
22
+ accepts() {
23
+ return !!this.t;
24
+ },
25
+ go(e) {
26
+ let t = this, n = t.j[e];
27
+ if (n) return n;
28
+ for (let n = 0; n < t.jr.length; n++) {
29
+ let r = t.jr[n][0], i = t.jr[n][1];
30
+ if (i && r.test(e)) return i;
31
+ }
32
+ return t.jd;
33
+ },
34
+ has(e, t = !1) {
35
+ return t ? e in this.j : !!this.go(e);
36
+ },
37
+ ta(e, t, n, r) {
38
+ for (let i = 0; i < e.length; i++) this.tt(e[i], t, n, r);
39
+ },
40
+ tr(e, t, n, r) {
41
+ r ||= d.groups;
42
+ let i;
43
+ return t && t.j ? i = t : (i = new d(t), n && r && l(t, n, r)), this.jr.push([e, i]), i;
44
+ },
45
+ ts(e, t, n, r) {
46
+ let i = this, a = e.length;
47
+ if (!a) return i;
48
+ for (let t = 0; t < a - 1; t++) i = i.tt(e[t]);
49
+ return i.tt(e[a - 1], t, n, r);
50
+ },
51
+ tt(e, t, n, r) {
52
+ r ||= d.groups;
53
+ let i = this;
54
+ if (t && t.j) return i.j[e] = t, t;
55
+ let a = t, o, s = i.go(e);
56
+ return s ? (o = new d(), Object.assign(o.j, s.j), o.jr.push.apply(o.jr, s.jr), o.jd = s.jd, o.t = s.t) : o = new d(), a && (r && (o.t && typeof o.t == "string" ? l(a, Object.assign(u(o.t, r), n), r) : n && l(a, n, r)), o.t = a), i.j[e] = o, o;
57
+ }
141
58
  };
142
- const l = (t, n, e, s, i) => t.ta(n, e, s, i), f = (t, n, e, s, i) => t.tr(n, e, s, i), se = (t, n, e, s, i) => t.ts(n, e, s, i), o = (t, n, e, s, i) => t.tt(n, e, s, i), I = "WORD", Wt = "UWORD", le = "ASCIINUMERICAL", ue = "ALPHANUMERICAL", _ = "LOCALHOST", Gt = "TLD", Qt = "UTLD", tt = "SCHEME", M = "SLASH_SCHEME", qt = "NUM", $t = "WS", _t = "NL", W = "OPENBRACE", G = "CLOSEBRACE", et = "OPENBRACKET", nt = "CLOSEBRACKET", st = "OPENPAREN", it = "CLOSEPAREN", ot = "OPENANGLEBRACKET", rt = "CLOSEANGLEBRACKET", at = "FULLWIDTHLEFTPAREN", ct = "FULLWIDTHRIGHTPAREN", lt = "LEFTCORNERBRACKET", ut = "RIGHTCORNERBRACKET", ht = "LEFTWHITECORNERBRACKET", dt = "RIGHTWHITECORNERBRACKET", Et = "FULLWIDTHLESSTHAN", ft = "FULLWIDTHGREATERTHAN", mt = "AMPERSAND", gt = "APOSTROPHE", At = "ASTERISK", D = "AT", Tt = "BACKSLASH", Lt = "BACKTICK", Rt = "CARET", j = "COLON", Jt = "COMMA", pt = "DOLLAR", y = "DOT", Ct = "EQUALS", Yt = "EXCLAMATION", S = "HYPHEN", Q = "PERCENT", St = "PIPE", Ot = "PLUS", yt = "POUND", $ = "QUERY", Xt = "QUOTE", he = "FULLWIDTHMIDDLEDOT", Vt = "SEMI", k = "SLASH", q = "TILDE", kt = "UNDERSCORE", de = "EMOJI", bt = "SYM";
143
- var Ee = /* @__PURE__ */ Object.freeze({
144
- __proto__: null,
145
- ALPHANUMERICAL: ue,
146
- AMPERSAND: mt,
147
- APOSTROPHE: gt,
148
- ASCIINUMERICAL: le,
149
- ASTERISK: At,
150
- AT: D,
151
- BACKSLASH: Tt,
152
- BACKTICK: Lt,
153
- CARET: Rt,
154
- CLOSEANGLEBRACKET: rt,
155
- CLOSEBRACE: G,
156
- CLOSEBRACKET: nt,
157
- CLOSEPAREN: it,
158
- COLON: j,
159
- COMMA: Jt,
160
- DOLLAR: pt,
161
- DOT: y,
162
- EMOJI: de,
163
- EQUALS: Ct,
164
- EXCLAMATION: Yt,
165
- FULLWIDTHGREATERTHAN: ft,
166
- FULLWIDTHLEFTPAREN: at,
167
- FULLWIDTHLESSTHAN: Et,
168
- FULLWIDTHMIDDLEDOT: he,
169
- FULLWIDTHRIGHTPAREN: ct,
170
- HYPHEN: S,
171
- LEFTCORNERBRACKET: lt,
172
- LEFTWHITECORNERBRACKET: ht,
173
- LOCALHOST: _,
174
- NL: _t,
175
- NUM: qt,
176
- OPENANGLEBRACKET: ot,
177
- OPENBRACE: W,
178
- OPENBRACKET: et,
179
- OPENPAREN: st,
180
- PERCENT: Q,
181
- PIPE: St,
182
- PLUS: Ot,
183
- POUND: yt,
184
- QUERY: $,
185
- QUOTE: Xt,
186
- RIGHTCORNERBRACKET: ut,
187
- RIGHTWHITECORNERBRACKET: dt,
188
- SCHEME: tt,
189
- SEMI: Vt,
190
- SLASH: k,
191
- SLASH_SCHEME: M,
192
- SYM: bt,
193
- TILDE: q,
194
- TLD: Gt,
195
- UNDERSCORE: kt,
196
- UTLD: Qt,
197
- UWORD: Wt,
198
- WORD: I,
199
- WS: $t
200
- });
201
- const b = /[a-z]/, B = new RegExp("\\p{L}", "u"), vt = new RegExp("\\p{Emoji}", "u"), N = /\d/, jt = /\s/, ie = "\r", xt = `
202
- `, ye = "️", ke = "‍", Ut = "";
203
- let X = null, V = null;
204
- function be(t = []) {
205
- const n = {};
206
- p.groups = n;
207
- const e = new p();
208
- X == null && (X = oe(Le)), V == null && (V = oe(Re)), o(e, "'", gt), o(e, "{", W), o(e, "}", G), o(e, "[", et), o(e, "]", nt), o(e, "(", st), o(e, ")", it), o(e, "<", ot), o(e, ">", rt), o(e, "(", at), o(e, ")", ct), o(e, "「", lt), o(e, "」", ut), o(e, "『", ht), o(e, "』", dt), o(e, "<", Et), o(e, ">", ft), o(e, "&", mt), o(e, "*", At), o(e, "@", D), o(e, "`", Lt), o(e, "^", Rt), o(e, ":", j), o(e, ",", Jt), o(e, "$", pt), o(e, ".", y), o(e, "=", Ct), o(e, "!", Yt), o(e, "-", S), o(e, "%", Q), o(e, "|", St), o(e, "+", Ot), o(e, "#", yt), o(e, "?", $), o(e, '"', Xt), o(e, "/", k), o(e, ";", Vt), o(e, "~", q), o(e, "_", kt), o(e, "\\", Tt), o(e, "・", he);
209
- const s = f(e, N, qt, {
210
- [zt]: !0
211
- });
212
- f(s, N, s);
213
- const i = f(s, b, le, {
214
- [K]: !0
215
- }), r = f(s, B, ue, {
216
- [F]: !0
217
- }), a = f(e, b, I, {
218
- [Bt]: !0
219
- });
220
- f(a, N, i), f(a, b, a), f(i, N, i), f(i, b, i);
221
- const c = f(e, B, Wt, {
222
- [Ft]: !0
223
- });
224
- f(c, b), f(c, N, r), f(c, B, c), f(r, N, r), f(r, b), f(r, B, r);
225
- const d = o(e, xt, _t, {
226
- [Pt]: !0
227
- }), m = o(e, ie, $t, {
228
- [Pt]: !0
229
- }), E = f(e, jt, $t, {
230
- [Pt]: !0
231
- });
232
- o(e, Ut, E), o(m, xt, d), o(m, Ut, E), f(m, jt, E), o(E, ie), o(E, xt), f(E, jt, E), o(E, Ut, E);
233
- const u = f(e, vt, de, {
234
- [ce]: !0
235
- });
236
- o(u, "#"), f(u, vt, u), o(u, ye, u);
237
- const A = o(u, ke);
238
- o(A, "#"), f(A, vt, u);
239
- const T = [[b, a], [N, i]], H = [[b, null], [B, c], [N, r]];
240
- for (let g = 0; g < X.length; g++)
241
- w(e, X[g], Gt, I, T);
242
- for (let g = 0; g < V.length; g++)
243
- w(e, V[g], Qt, Wt, H);
244
- v(Gt, {
245
- tld: !0,
246
- ascii: !0
247
- }, n), v(Qt, {
248
- utld: !0,
249
- alpha: !0
250
- }, n), w(e, "file", tt, I, T), w(e, "mailto", tt, I, T), w(e, "http", M, I, T), w(e, "https", M, I, T), w(e, "ftp", M, I, T), w(e, "ftps", M, I, T), v(tt, {
251
- scheme: !0,
252
- ascii: !0
253
- }, n), v(M, {
254
- slashscheme: !0,
255
- ascii: !0
256
- }, n), t = t.sort((g, R) => g[0] > R[0] ? 1 : -1);
257
- for (let g = 0; g < t.length; g++) {
258
- const R = t[g][0], P = t[g][1] ? {
259
- [pe]: !0
260
- } : {
261
- [Ce]: !0
262
- };
263
- R.indexOf("-") >= 0 ? P[Kt] = !0 : b.test(R) ? N.test(R) ? P[K] = !0 : P[Bt] = !0 : P[zt] = !0, se(e, R, R, P);
264
- }
265
- return se(e, "localhost", _, {
266
- ascii: !0
267
- }), e.jd = new p(bt), {
268
- start: e,
269
- tokens: Object.assign({
270
- groups: n
271
- }, Ee)
272
- };
59
+ var f = (e, t, n, r, i) => e.ta(t, n, r, i), p = (e, t, n, r, i) => e.tr(t, n, r, i), m = (e, t, n, r, i) => e.ts(t, n, r, i), h = (e, t, n, r, i) => e.tt(t, n, r, i), g = "WORD", _ = "UWORD", v = "ASCIINUMERICAL", y = "ALPHANUMERICAL", b = "LOCALHOST", x = "TLD", S = "UTLD", C = "SCHEME", w = "SLASH_SCHEME", ee = "NUM", T = "WS", te = "NL", E = "OPENBRACE", D = "CLOSEBRACE", ne = "OPENBRACKET", re = "CLOSEBRACKET", ie = "OPENPAREN", ae = "CLOSEPAREN", oe = "OPENANGLEBRACKET", se = "CLOSEANGLEBRACKET", ce = "FULLWIDTHLEFTPAREN", le = "FULLWIDTHRIGHTPAREN", ue = "LEFTCORNERBRACKET", de = "RIGHTCORNERBRACKET", fe = "LEFTWHITECORNERBRACKET", pe = "RIGHTWHITECORNERBRACKET", me = "FULLWIDTHLESSTHAN", he = "FULLWIDTHGREATERTHAN", ge = "AMPERSAND", _e = "APOSTROPHE", ve = "ASTERISK", O = "AT", ye = "BACKSLASH", be = "BACKTICK", xe = "CARET", k = "COLON", Se = "COMMA", Ce = "DOLLAR", A = "DOT", we = "EQUALS", Te = "EXCLAMATION", j = "HYPHEN", M = "PERCENT", Ee = "PIPE", De = "PLUS", Oe = "POUND", N = "QUERY", ke = "QUOTE", P = "FULLWIDTHMIDDLEDOT", Ae = "SEMI", F = "SLASH", I = "TILDE", je = "UNDERSCORE", Me = "EMOJI", Ne = "SYM", Pe = /*#__PURE__*/ Object.freeze({
60
+ __proto__: null,
61
+ ALPHANUMERICAL: y,
62
+ AMPERSAND: ge,
63
+ APOSTROPHE: _e,
64
+ ASCIINUMERICAL: v,
65
+ ASTERISK: ve,
66
+ AT: O,
67
+ BACKSLASH: ye,
68
+ BACKTICK: be,
69
+ CARET: xe,
70
+ CLOSEANGLEBRACKET: se,
71
+ CLOSEBRACE: D,
72
+ CLOSEBRACKET: re,
73
+ CLOSEPAREN: ae,
74
+ COLON: k,
75
+ COMMA: Se,
76
+ DOLLAR: Ce,
77
+ DOT: A,
78
+ EMOJI: Me,
79
+ EQUALS: we,
80
+ EXCLAMATION: Te,
81
+ FULLWIDTHGREATERTHAN: he,
82
+ FULLWIDTHLEFTPAREN: ce,
83
+ FULLWIDTHLESSTHAN: me,
84
+ FULLWIDTHMIDDLEDOT: P,
85
+ FULLWIDTHRIGHTPAREN: le,
86
+ HYPHEN: j,
87
+ LEFTCORNERBRACKET: ue,
88
+ LEFTWHITECORNERBRACKET: fe,
89
+ LOCALHOST: b,
90
+ NL: te,
91
+ NUM: ee,
92
+ OPENANGLEBRACKET: oe,
93
+ OPENBRACE: E,
94
+ OPENBRACKET: ne,
95
+ OPENPAREN: ie,
96
+ PERCENT: M,
97
+ PIPE: Ee,
98
+ PLUS: De,
99
+ POUND: Oe,
100
+ QUERY: N,
101
+ QUOTE: ke,
102
+ RIGHTCORNERBRACKET: de,
103
+ RIGHTWHITECORNERBRACKET: pe,
104
+ SCHEME: C,
105
+ SEMI: Ae,
106
+ SLASH: F,
107
+ SLASH_SCHEME: w,
108
+ SYM: Ne,
109
+ TILDE: I,
110
+ TLD: x,
111
+ UNDERSCORE: je,
112
+ UTLD: S,
113
+ UWORD: _,
114
+ WORD: g,
115
+ WS: T
116
+ }), L = /[a-z]/, R = /\p{L}/u, Fe = /\p{Emoji}/u, z = /\d/, Ie = /\s/, Le = "\r", Re = "\n", ze = "️", Be = "‍", Ve = "", He = null, Ue = null;
117
+ function B(c = []) {
118
+ let u = {};
119
+ d.groups = u;
120
+ let f = new d();
121
+ He ??= We("aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2odyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rck0msd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2oodside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2"), Ue ??= We("ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2"), h(f, "'", _e), h(f, "{", E), h(f, "}", D), h(f, "[", ne), h(f, "]", re), h(f, "(", ie), h(f, ")", ae), h(f, "<", oe), h(f, ">", se), h(f, "(", ce), h(f, ")", le), h(f, "「", ue), h(f, "」", de), h(f, "『", fe), h(f, "』", pe), h(f, "<", me), h(f, ">", he), h(f, "&", ge), h(f, "*", ve), h(f, "@", O), h(f, "`", be), h(f, "^", xe), h(f, ":", k), h(f, ",", Se), h(f, "$", Ce), h(f, ".", A), h(f, "=", we), h(f, "!", Te), h(f, "-", j), h(f, "%", M), h(f, "|", Ee), h(f, "+", De), h(f, "#", Oe), h(f, "?", N), h(f, "\"", ke), h(f, "/", F), h(f, ";", Ae), h(f, "~", I), h(f, "_", je), h(f, "\\", ye), h(f, "・", P);
122
+ let B = p(f, z, ee, { [e]: !0 });
123
+ p(B, z, B);
124
+ let V = p(B, L, v, { [r]: !0 }), H = p(B, R, y, { [i]: !0 }), W = p(f, L, g, { [t]: !0 });
125
+ p(W, z, V), p(W, L, W), p(V, z, V), p(V, L, V);
126
+ let G = p(f, R, _, { [n]: !0 });
127
+ p(G, L), p(G, z, H), p(G, R, G), p(H, z, H), p(H, L), p(H, R, H);
128
+ let Ge = h(f, Re, te, { [s]: !0 }), K = h(f, Le, T, { [s]: !0 }), q = p(f, Ie, T, { [s]: !0 });
129
+ h(f, Ve, q), h(K, Re, Ge), h(K, Ve, q), p(K, Ie, q), h(q, Le), h(q, Re), p(q, Ie, q), h(q, Ve, q);
130
+ let J = p(f, Fe, Me, { [o]: !0 });
131
+ h(J, "#"), p(J, Fe, J), h(J, ze, J);
132
+ let Y = h(J, Be);
133
+ h(Y, "#"), p(Y, Fe, J);
134
+ let X = [[L, W], [z, V]], Z = [
135
+ [L, null],
136
+ [R, G],
137
+ [z, H]
138
+ ];
139
+ for (let e = 0; e < He.length; e++) U(f, He[e], x, g, X);
140
+ for (let e = 0; e < Ue.length; e++) U(f, Ue[e], S, _, Z);
141
+ l(x, {
142
+ tld: !0,
143
+ ascii: !0
144
+ }, u), l(S, {
145
+ utld: !0,
146
+ alpha: !0
147
+ }, u), U(f, "file", C, g, X), U(f, "mailto", C, g, X), U(f, "http", w, g, X), U(f, "https", w, g, X), U(f, "ftp", w, g, X), U(f, "ftps", w, g, X), l(C, {
148
+ scheme: !0,
149
+ ascii: !0
150
+ }, u), l(w, {
151
+ slashscheme: !0,
152
+ ascii: !0
153
+ }, u), c = c.sort((e, t) => e[0] > t[0] ? 1 : -1);
154
+ for (let n = 0; n < c.length; n++) {
155
+ let i = c[n][0], o = c[n][1] ? { scheme: !0 } : { slashscheme: !0 };
156
+ i.indexOf("-") >= 0 ? o[a] = !0 : L.test(i) ? z.test(i) ? o[r] = !0 : o[t] = !0 : o[e] = !0, m(f, i, i, o);
157
+ }
158
+ return m(f, "localhost", b, { ascii: !0 }), f.jd = new d(Ne), {
159
+ start: f,
160
+ tokens: Object.assign({ groups: u }, Pe)
161
+ };
273
162
  }
274
- function fe(t, n) {
275
- const e = Ne(n.replace(/[A-Z]/g, (c) => c.toLowerCase())), s = e.length, i = [];
276
- let r = 0, a = 0;
277
- for (; a < s; ) {
278
- let c = t, d = null, m = 0, E = null, u = -1, A = -1;
279
- for (; a < s && (d = c.go(e[a])); )
280
- c = d, c.accepts() ? (u = 0, A = 0, E = c) : u >= 0 && (u += e[a].length, A++), m += e[a].length, r += e[a].length, a++;
281
- r -= u, a -= A, m -= u, i.push({
282
- t: E.t,
283
- // token type/name
284
- v: n.slice(r - m, r),
285
- // string value
286
- s: r - m,
287
- // start index
288
- e: r
289
- // end index (excluding)
290
- });
291
- }
292
- return i;
163
+ function V(e, t) {
164
+ let n = H(t.replace(/[A-Z]/g, (e) => e.toLowerCase())), r = n.length, i = [], a = 0, o = 0;
165
+ for (; o < r;) {
166
+ let s = e, c = null, l = 0, u = null, d = -1, f = -1;
167
+ for (; o < r && (c = s.go(n[o]));) s = c, s.accepts() ? (d = 0, f = 0, u = s) : d >= 0 && (d += n[o].length, f++), l += n[o].length, a += n[o].length, o++;
168
+ a -= d, o -= f, l -= d, i.push({
169
+ t: u.t,
170
+ v: t.slice(a - l, a),
171
+ s: a - l,
172
+ e: a
173
+ });
174
+ }
175
+ return i;
293
176
  }
294
- function Ne(t) {
295
- const n = [], e = t.length;
296
- let s = 0;
297
- for (; s < e; ) {
298
- let i = t.charCodeAt(s), r, a = i < 55296 || i > 56319 || s + 1 === e || (r = t.charCodeAt(s + 1)) < 56320 || r > 57343 ? t[s] : t.slice(s, s + 2);
299
- n.push(a), s += a.length;
300
- }
301
- return n;
177
+ function H(e) {
178
+ let t = [], n = e.length, r = 0;
179
+ for (; r < n;) {
180
+ let i = e.charCodeAt(r), a, o = i < 55296 || i > 56319 || r + 1 === n || (a = e.charCodeAt(r + 1)) < 56320 || a > 57343 ? e[r] : e.slice(r, r + 2);
181
+ t.push(o), r += o.length;
182
+ }
183
+ return t;
302
184
  }
303
- function w(t, n, e, s, i) {
304
- let r;
305
- const a = n.length;
306
- for (let c = 0; c < a - 1; c++) {
307
- const d = n[c];
308
- t.j[d] ? r = t.j[d] : (r = new p(s), r.jr = i.slice(), t.j[d] = r), t = r;
309
- }
310
- return r = new p(e), r.jr = i.slice(), t.j[n[a - 1]] = r, r;
185
+ function U(e, t, n, r, i) {
186
+ let a, o = t.length;
187
+ for (let n = 0; n < o - 1; n++) {
188
+ let o = t[n];
189
+ e.j[o] ? a = e.j[o] : (a = new d(r), a.jr = i.slice(), e.j[o] = a), e = a;
190
+ }
191
+ return a = new d(n), a.jr = i.slice(), e.j[t[o - 1]] = a, a;
311
192
  }
312
- function oe(t) {
313
- const n = [], e = [];
314
- let s = 0, i = "0123456789";
315
- for (; s < t.length; ) {
316
- let r = 0;
317
- for (; i.indexOf(t[s + r]) >= 0; )
318
- r++;
319
- if (r > 0) {
320
- n.push(e.join(""));
321
- for (let a = parseInt(t.substring(s, s + r), 10); a > 0; a--)
322
- e.pop();
323
- s += r;
324
- } else
325
- e.push(t[s]), s++;
326
- }
327
- return n;
193
+ function We(e) {
194
+ let t = [], n = [], r = 0;
195
+ for (; r < e.length;) {
196
+ let i = 0;
197
+ for (; "0123456789".indexOf(e[r + i]) >= 0;) i++;
198
+ if (i > 0) {
199
+ t.push(n.join(""));
200
+ for (let t = parseInt(e.substring(r, r + i), 10); t > 0; t--) n.pop();
201
+ r += i;
202
+ } else n.push(e[r]), r++;
203
+ }
204
+ return t;
328
205
  }
329
- const J = {
330
- defaultProtocol: "http",
331
- events: null,
332
- format: re,
333
- formatHref: re,
334
- nl2br: !1,
335
- tagName: "a",
336
- target: null,
337
- rel: null,
338
- validate: !0,
339
- truncate: 1 / 0,
340
- className: null,
341
- attributes: null,
342
- ignoreTags: [],
343
- render: null
206
+ var W = {
207
+ defaultProtocol: "http",
208
+ events: null,
209
+ format: Ge,
210
+ formatHref: Ge,
211
+ nl2br: !1,
212
+ tagName: "a",
213
+ target: null,
214
+ rel: null,
215
+ validate: !0,
216
+ truncate: Infinity,
217
+ className: null,
218
+ attributes: null,
219
+ ignoreTags: [],
220
+ render: null
344
221
  };
345
- function Zt(t, n = null) {
346
- let e = Object.assign({}, J);
347
- t && (e = Object.assign(e, t instanceof Zt ? t.o : t));
348
- const s = e.ignoreTags, i = [];
349
- for (let r = 0; r < s.length; r++)
350
- i.push(s[r].toUpperCase());
351
- this.o = e, n && (this.defaultRender = n), this.ignoreTags = i;
222
+ function G(e, t = null) {
223
+ let n = Object.assign({}, W);
224
+ e && (n = Object.assign(n, e instanceof G ? e.o : e));
225
+ let r = n.ignoreTags, i = [];
226
+ for (let e = 0; e < r.length; e++) i.push(r[e].toUpperCase());
227
+ this.o = n, t && (this.defaultRender = t), this.ignoreTags = i;
352
228
  }
353
- Zt.prototype = {
354
- o: J,
355
- /**
356
- * @type string[]
357
- */
358
- ignoreTags: [],
359
- /**
360
- * @param {IntermediateRepresentation} ir
361
- * @returns {any}
362
- */
363
- defaultRender(t) {
364
- return t;
365
- },
366
- /**
367
- * Returns true or false based on whether a token should be displayed as a
368
- * link based on the user options.
369
- * @param {MultiToken} token
370
- * @returns {boolean}
371
- */
372
- check(t) {
373
- return this.get("validate", t.toString(), t);
374
- },
375
- // Private methods
376
- /**
377
- * Resolve an option's value based on the value of the option and the given
378
- * params. If operator and token are specified and the target option is
379
- * callable, automatically calls the function with the given argument.
380
- * @template {keyof Opts} K
381
- * @param {K} key Name of option to use
382
- * @param {string} [operator] will be passed to the target option if it's a
383
- * function. If not specified, RAW function value gets returned
384
- * @param {MultiToken} [token] The token from linkify.tokenize
385
- * @returns {Opts[K] | any}
386
- */
387
- get(t, n, e) {
388
- const s = n != null;
389
- let i = this.o[t];
390
- return i && (typeof i == "object" ? (i = e.t in i ? i[e.t] : J[t], typeof i == "function" && s && (i = i(n, e))) : typeof i == "function" && s && (i = i(n, e.t, e)), i);
391
- },
392
- /**
393
- * @template {keyof Opts} L
394
- * @param {L} key Name of options object to use
395
- * @param {string} [operator]
396
- * @param {MultiToken} [token]
397
- * @returns {Opts[L] | any}
398
- */
399
- getObj(t, n, e) {
400
- let s = this.o[t];
401
- return typeof s == "function" && n != null && (s = s(n, e.t, e)), s;
402
- },
403
- /**
404
- * Convert the given token to a rendered element that may be added to the
405
- * calling-interface's DOM
406
- * @param {MultiToken} token Token to render to an HTML element
407
- * @returns {any} Render result; e.g., HTML string, DOM element, React
408
- * Component, etc.
409
- */
410
- render(t) {
411
- const n = t.render(this);
412
- return (this.get("render", null, t) || this.defaultRender)(n, t.t, t);
413
- }
229
+ G.prototype = {
230
+ o: W,
231
+ ignoreTags: [],
232
+ defaultRender(e) {
233
+ return e;
234
+ },
235
+ check(e) {
236
+ return this.get("validate", e.toString(), e);
237
+ },
238
+ get(e, t, n) {
239
+ let r = t != null, i = this.o[e];
240
+ return i && (typeof i == "object" ? (i = n.t in i ? i[n.t] : W[e], typeof i == "function" && r && (i = i(t, n))) : typeof i == "function" && r && (i = i(t, n.t, n)), i);
241
+ },
242
+ getObj(e, t, n) {
243
+ let r = this.o[e];
244
+ return typeof r == "function" && t != null && (r = r(t, n.t, n)), r;
245
+ },
246
+ render(e) {
247
+ let t = e.render(this);
248
+ return (this.get("render", null, e) || this.defaultRender)(t, e.t, e);
249
+ }
414
250
  };
415
- function re(t) {
416
- return t;
251
+ function Ge(e) {
252
+ return e;
417
253
  }
418
- function me(t, n) {
419
- this.t = "token", this.v = t, this.tk = n;
254
+ function K(e, t) {
255
+ this.t = "token", this.v = e, this.tk = t;
420
256
  }
421
- me.prototype = {
422
- isLink: !1,
423
- /**
424
- * Return the string this token represents.
425
- * @return {string}
426
- */
427
- toString() {
428
- return this.v;
429
- },
430
- /**
431
- * What should the value for this token be in the `href` HTML attribute?
432
- * Returns the `.toString` value by default.
433
- * @param {string} [scheme]
434
- * @return {string}
435
- */
436
- toHref(t) {
437
- return this.toString();
438
- },
439
- /**
440
- * @param {Options} options Formatting options
441
- * @returns {string}
442
- */
443
- toFormattedString(t) {
444
- const n = this.toString(), e = t.get("truncate", n, this), s = t.get("format", n, this);
445
- return e && s.length > e ? s.substring(0, e) + "…" : s;
446
- },
447
- /**
448
- *
449
- * @param {Options} options
450
- * @returns {string}
451
- */
452
- toFormattedHref(t) {
453
- return t.get("formatHref", this.toHref(t.get("defaultProtocol")), this);
454
- },
455
- /**
456
- * The start index of this token in the original input string
457
- * @returns {number}
458
- */
459
- startIndex() {
460
- return this.tk[0].s;
461
- },
462
- /**
463
- * The end index of this token in the original input string (up to this
464
- * index but not including it)
465
- * @returns {number}
466
- */
467
- endIndex() {
468
- return this.tk[this.tk.length - 1].e;
469
- },
470
- /**
471
- Returns an object of relevant values for this token, which includes keys
472
- * type - Kind of token ('url', 'email', etc.)
473
- * value - Original text
474
- * href - The value that should be added to the anchor tag's href
475
- attribute
476
- @method toObject
477
- @param {string} [protocol] `'http'` by default
478
- */
479
- toObject(t = J.defaultProtocol) {
480
- return {
481
- type: this.t,
482
- value: this.toString(),
483
- isLink: this.isLink,
484
- href: this.toHref(t),
485
- start: this.startIndex(),
486
- end: this.endIndex()
487
- };
488
- },
489
- /**
490
- *
491
- * @param {Options} options Formatting option
492
- */
493
- toFormattedObject(t) {
494
- return {
495
- type: this.t,
496
- value: this.toFormattedString(t),
497
- isLink: this.isLink,
498
- href: this.toFormattedHref(t),
499
- start: this.startIndex(),
500
- end: this.endIndex()
501
- };
502
- },
503
- /**
504
- * Whether this token should be rendered as a link according to the given options
505
- * @param {Options} options
506
- * @returns {boolean}
507
- */
508
- validate(t) {
509
- return t.get("validate", this.toString(), this);
510
- },
511
- /**
512
- * Return an object that represents how this link should be rendered.
513
- * @param {Options} options Formattinng options
514
- */
515
- render(t) {
516
- const n = this, e = this.toHref(t.get("defaultProtocol")), s = t.get("formatHref", e, this), i = t.get("tagName", e, n), r = this.toFormattedString(t), a = {}, c = t.get("className", e, n), d = t.get("target", e, n), m = t.get("rel", e, n), E = t.getObj("attributes", e, n), u = t.getObj("events", e, n);
517
- return a.href = s, c && (a.class = c), d && (a.target = d), m && (a.rel = m), E && Object.assign(a, E), {
518
- tagName: i,
519
- attributes: a,
520
- content: r,
521
- eventListeners: u
522
- };
523
- }
257
+ K.prototype = {
258
+ isLink: !1,
259
+ toString() {
260
+ return this.v;
261
+ },
262
+ toHref(e) {
263
+ return this.toString();
264
+ },
265
+ toFormattedString(e) {
266
+ let t = this.toString(), n = e.get("truncate", t, this), r = e.get("format", t, this);
267
+ return n && r.length > n ? r.substring(0, n) + "…" : r;
268
+ },
269
+ toFormattedHref(e) {
270
+ return e.get("formatHref", this.toHref(e.get("defaultProtocol")), this);
271
+ },
272
+ startIndex() {
273
+ return this.tk[0].s;
274
+ },
275
+ endIndex() {
276
+ return this.tk[this.tk.length - 1].e;
277
+ },
278
+ toObject(e = W.defaultProtocol) {
279
+ return {
280
+ type: this.t,
281
+ value: this.toString(),
282
+ isLink: this.isLink,
283
+ href: this.toHref(e),
284
+ start: this.startIndex(),
285
+ end: this.endIndex()
286
+ };
287
+ },
288
+ toFormattedObject(e) {
289
+ return {
290
+ type: this.t,
291
+ value: this.toFormattedString(e),
292
+ isLink: this.isLink,
293
+ href: this.toFormattedHref(e),
294
+ start: this.startIndex(),
295
+ end: this.endIndex()
296
+ };
297
+ },
298
+ validate(e) {
299
+ return e.get("validate", this.toString(), this);
300
+ },
301
+ render(e) {
302
+ let t = this, n = this.toHref(e.get("defaultProtocol")), r = e.get("formatHref", n, this), i = e.get("tagName", n, t), a = this.toFormattedString(e), o = {}, s = e.get("className", n, t), c = e.get("target", n, t), l = e.get("rel", n, t), u = e.getObj("attributes", n, t), d = e.getObj("events", n, t);
303
+ return o.href = r, s && (o.class = s), c && (o.target = c), l && (o.rel = l), u && Object.assign(o, u), {
304
+ tagName: i,
305
+ attributes: o,
306
+ content: a,
307
+ eventListeners: d
308
+ };
309
+ }
524
310
  };
525
- function Nt(t, n) {
526
- class e extends me {
527
- constructor(i, r) {
528
- super(i, r), this.t = t;
529
- }
530
- }
531
- for (const s in n)
532
- e.prototype[s] = n[s];
533
- return e.t = t, e;
311
+ function q(e, t) {
312
+ class n extends K {
313
+ constructor(t, n) {
314
+ super(t, n), this.t = e;
315
+ }
316
+ }
317
+ for (let e in t) n.prototype[e] = t[e];
318
+ return n.t = e, n;
534
319
  }
535
- const Ie = Nt("email", {
536
- isLink: !0,
537
- toHref() {
538
- return "mailto:" + this.toString();
539
- }
540
- }), ae = Nt("text"), He = Nt("nl"), Z = Nt("url", {
541
- isLink: !0,
542
- /**
543
- Lowercases relevant parts of the domain and adds the protocol if
544
- required. Note that this will not escape unsafe HTML characters in the
545
- URL.
546
- @param {string} [scheme] default scheme (e.g., 'https')
547
- @return {string} the full href
548
- */
549
- toHref(t = J.defaultProtocol) {
550
- return this.hasProtocol() ? this.v : `${t}://${this.v}`;
551
- },
552
- /**
553
- * Check whether this URL token has a protocol
554
- * @return {boolean}
555
- */
556
- hasProtocol() {
557
- const t = this.tk;
558
- return t.length >= 2 && t[0].t !== _ && t[1].t === j;
559
- }
560
- }), C = (t) => new p(t);
561
- function we({
562
- groups: t
563
- }) {
564
- const n = t.domain.concat([mt, At, D, Tt, Lt, Rt, pt, Ct, S, qt, Q, St, Ot, yt, k, bt, q, kt]), e = [gt, j, Jt, y, Yt, Q, $, Xt, Vt, ot, rt, W, G, nt, et, st, it, at, ct, lt, ut, ht, dt, Et, ft], s = [mt, gt, At, Tt, Lt, Rt, pt, Ct, S, W, G, Q, St, Ot, yt, $, k, bt, q, kt], i = C(), r = o(i, q);
565
- l(r, s, r), l(r, t.domain, r);
566
- const a = C(), c = C(), d = C();
567
- l(i, t.domain, a), l(i, t.scheme, c), l(i, t.slashscheme, d), l(a, s, r), l(a, t.domain, a);
568
- const m = o(a, D);
569
- o(r, D, m), o(c, D, m), o(d, D, m);
570
- const E = o(r, y);
571
- l(E, s, r), l(E, t.domain, r);
572
- const u = C();
573
- l(m, t.domain, u), l(u, t.domain, u);
574
- const A = o(u, y);
575
- l(A, t.domain, u);
576
- const T = C(Ie);
577
- l(A, t.tld, T), l(A, t.utld, T), o(m, _, T);
578
- const H = o(u, S);
579
- o(H, S, H), l(H, t.domain, u), l(T, t.domain, u), o(T, y, A), o(T, S, H);
580
- const g = o(a, S), R = o(a, y);
581
- o(g, S, g), l(g, t.domain, a), l(R, s, r), l(R, t.domain, a);
582
- const O = C(Z);
583
- l(R, t.tld, O), l(R, t.utld, O), l(O, t.domain, a), l(O, s, r), o(O, y, R), o(O, S, g), o(O, D, m);
584
- const P = o(O, j), te = C(Z);
585
- l(P, t.numeric, te);
586
- const L = C(Z), z = C();
587
- l(L, n, L), l(L, e, z), l(z, n, L), l(z, e, z), o(O, k, L), o(te, k, L);
588
- const It = o(c, j), Ae = o(d, j), Te = o(Ae, k), Ht = o(Te, k);
589
- l(c, t.domain, a), o(c, y, R), o(c, S, g), l(d, t.domain, a), o(d, y, R), o(d, S, g), l(It, t.domain, L), o(It, k, L), o(It, $, L), l(Ht, t.domain, L), l(Ht, n, L), o(Ht, k, L);
590
- const ee = [
591
- [W, G],
592
- // {}
593
- [et, nt],
594
- // []
595
- [st, it],
596
- // ()
597
- [ot, rt],
598
- // <>
599
- [at, ct],
600
- // ()
601
- [lt, ut],
602
- // 「」
603
- [ht, dt],
604
- // 『』
605
- [Et, ft]
606
- // <>
607
- ];
608
- for (let wt = 0; wt < ee.length; wt++) {
609
- const [ne, Dt] = ee[wt], Y = o(L, ne);
610
- o(z, ne, Y);
611
- const x = C(Z);
612
- l(Y, n, x);
613
- const U = C();
614
- l(Y, e, U), o(Y, Dt, L), l(x, n, x), l(x, e, U), l(U, n, x), l(U, e, U), o(x, Dt, L), o(U, Dt, L);
615
- }
616
- return o(i, _, O), o(i, _t, He), {
617
- start: i,
618
- tokens: Ee
619
- };
320
+ var J = q("email", {
321
+ isLink: !0,
322
+ toHref() {
323
+ return "mailto:" + this.toString();
324
+ }
325
+ }), Y = q("text"), X = q("nl"), Z = q("url", {
326
+ isLink: !0,
327
+ toHref(e = W.defaultProtocol) {
328
+ return this.hasProtocol() ? this.v : `${e}://${this.v}`;
329
+ },
330
+ hasProtocol() {
331
+ let e = this.tk;
332
+ return e.length >= 2 && e[0].t !== b && e[1].t === k;
333
+ }
334
+ }), Q = (e) => new d(e);
335
+ function Ke({ groups: e }) {
336
+ let t = e.domain.concat([
337
+ ge,
338
+ ve,
339
+ O,
340
+ ye,
341
+ be,
342
+ xe,
343
+ Ce,
344
+ we,
345
+ j,
346
+ ee,
347
+ M,
348
+ Ee,
349
+ De,
350
+ Oe,
351
+ F,
352
+ Ne,
353
+ I,
354
+ je
355
+ ]), n = [
356
+ _e,
357
+ k,
358
+ Se,
359
+ A,
360
+ Te,
361
+ M,
362
+ N,
363
+ ke,
364
+ Ae,
365
+ oe,
366
+ se,
367
+ E,
368
+ D,
369
+ re,
370
+ ne,
371
+ ie,
372
+ ae,
373
+ ce,
374
+ le,
375
+ ue,
376
+ de,
377
+ fe,
378
+ pe,
379
+ me,
380
+ he
381
+ ], r = [
382
+ ge,
383
+ _e,
384
+ ve,
385
+ ye,
386
+ be,
387
+ xe,
388
+ Ce,
389
+ we,
390
+ j,
391
+ E,
392
+ D,
393
+ M,
394
+ Ee,
395
+ De,
396
+ Oe,
397
+ N,
398
+ F,
399
+ Ne,
400
+ I,
401
+ je
402
+ ], i = Q(), a = h(i, I);
403
+ f(a, r, a), f(a, e.domain, a);
404
+ let o = Q(), s = Q(), c = Q();
405
+ f(i, e.domain, o), f(i, e.scheme, s), f(i, e.slashscheme, c), f(o, r, a), f(o, e.domain, o);
406
+ let l = h(o, O);
407
+ h(a, O, l), h(s, O, l), h(c, O, l);
408
+ let u = h(a, A);
409
+ f(u, r, a), f(u, e.domain, a);
410
+ let d = Q();
411
+ f(l, e.domain, d), f(d, e.domain, d);
412
+ let p = h(d, A);
413
+ f(p, e.domain, d);
414
+ let m = Q(J);
415
+ f(p, e.tld, m), f(p, e.utld, m), h(l, b, m);
416
+ let g = h(d, j);
417
+ h(g, j, g), f(g, e.domain, d), f(m, e.domain, d), h(m, A, p), h(m, j, g);
418
+ let _ = h(o, j), v = h(o, A);
419
+ h(_, j, _), f(_, e.domain, o), f(v, r, a), f(v, e.domain, o);
420
+ let y = Q(Z);
421
+ f(v, e.tld, y), f(v, e.utld, y), f(y, e.domain, o), f(y, r, a), h(y, A, v), h(y, j, _), h(y, O, l);
422
+ let x = h(y, k), S = Q(Z);
423
+ f(x, e.numeric, S);
424
+ let C = Q(Z), w = Q();
425
+ f(C, t, C), f(C, n, w), f(w, t, C), f(w, n, w), h(y, F, C), h(S, F, C);
426
+ let T = h(s, k), P = h(h(h(c, k), F), F);
427
+ f(s, e.domain, o), h(s, A, v), h(s, j, _), f(c, e.domain, o), h(c, A, v), h(c, j, _), f(T, e.domain, C), h(T, F, C), h(T, N, C), f(P, e.domain, C), f(P, t, C), h(P, F, C);
428
+ let Me = [
429
+ [E, D],
430
+ [ne, re],
431
+ [ie, ae],
432
+ [oe, se],
433
+ [ce, le],
434
+ [ue, de],
435
+ [fe, pe],
436
+ [me, he]
437
+ ];
438
+ for (let e = 0; e < Me.length; e++) {
439
+ let [r, i] = Me[e], a = h(C, r);
440
+ h(w, r, a);
441
+ let o = Q(Z);
442
+ f(a, t, o);
443
+ let s = Q();
444
+ f(a, n, s), h(a, i, C), f(o, t, o), f(o, n, s), f(s, t, o), f(s, n, s), h(o, i, C), h(s, i, C);
445
+ }
446
+ return h(i, b, y), h(i, te, X), {
447
+ start: i,
448
+ tokens: Pe
449
+ };
620
450
  }
621
- function De(t, n, e) {
622
- let s = e.length, i = 0, r = [], a = [];
623
- for (; i < s; ) {
624
- let c = t, d = null, m = null, E = 0, u = null, A = -1;
625
- for (; i < s && !(d = c.go(e[i].t)); )
626
- a.push(e[i++]);
627
- for (; i < s && (m = d || c.go(e[i].t)); )
628
- d = null, c = m, c.accepts() ? (A = 0, u = c) : A >= 0 && A++, i++, E++;
629
- if (A < 0)
630
- i -= E, i < s && (a.push(e[i]), i++);
631
- else {
632
- a.length > 0 && (r.push(Mt(ae, n, a)), a = []), i -= A, E -= A;
633
- const T = u.t, H = e.slice(i - E, i);
634
- r.push(Mt(T, n, H));
635
- }
636
- }
637
- return a.length > 0 && r.push(Mt(ae, n, a)), r;
451
+ function qe(e, t, n) {
452
+ let r = n.length, i = 0, a = [], o = [];
453
+ for (; i < r;) {
454
+ let s = e, c = null, l = null, u = 0, d = null, f = -1;
455
+ for (; i < r && !(c = s.go(n[i].t));) o.push(n[i++]);
456
+ for (; i < r && (l = c || s.go(n[i].t));) c = null, s = l, s.accepts() ? (f = 0, d = s) : f >= 0 && f++, i++, u++;
457
+ if (f < 0) i -= u, i < r && (o.push(n[i]), i++);
458
+ else {
459
+ o.length > 0 && (a.push(Je(Y, t, o)), o = []), i -= f, u -= f;
460
+ let e = d.t, r = n.slice(i - u, i);
461
+ a.push(Je(e, t, r));
462
+ }
463
+ }
464
+ return o.length > 0 && a.push(Je(Y, t, o)), a;
638
465
  }
639
- function Mt(t, n, e) {
640
- const s = e[0].s, i = e[e.length - 1].e, r = n.slice(s, i);
641
- return new t(r, e);
466
+ function Je(e, t, n) {
467
+ let r = n[0].s, i = n[n.length - 1].e;
468
+ return new e(t.slice(r, i), n);
642
469
  }
643
- const Pe = typeof console < "u" && console && console.warn || (() => {
644
- }), ve = "until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.", h = {
645
- scanner: null,
646
- parser: null,
647
- tokenQueue: [],
648
- pluginQueue: [],
649
- customSchemes: [],
650
- initialized: !1
470
+ var Ye = typeof console < "u" && console && console.warn || (() => {}), Xe = "until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.", $ = {
471
+ scanner: null,
472
+ parser: null,
473
+ tokenQueue: [],
474
+ pluginQueue: [],
475
+ customSchemes: [],
476
+ initialized: !1
651
477
  };
652
- function xe() {
653
- return p.groups = {}, h.scanner = null, h.parser = null, h.tokenQueue = [], h.pluginQueue = [], h.customSchemes = [], h.initialized = !1, h;
478
+ function Ze() {
479
+ return d.groups = {}, $.scanner = null, $.parser = null, $.tokenQueue = [], $.pluginQueue = [], $.customSchemes = [], $.initialized = !1, $;
654
480
  }
655
- function Ue(t, n = !1) {
656
- if (h.initialized && Pe(`linkifyjs: already initialized - will not register custom scheme "${t}" ${ve}`), !/^[0-9a-z]+(-[0-9a-z]+)*$/.test(t))
657
- throw new Error(`linkifyjs: incorrect scheme format.
658
- 1. Must only contain digits, lowercase ASCII letters or "-"
659
- 2. Cannot start or end with "-"
660
- 3. "-" cannot repeat`);
661
- h.customSchemes.push([t, n]);
481
+ function Qe(e, t = !1) {
482
+ if ($.initialized && Ye(`linkifyjs: already initialized - will not register custom scheme "${e}" ${Xe}`), !/^[0-9a-z]+(-[0-9a-z]+)*$/.test(e)) throw Error("linkifyjs: incorrect scheme format.\n1. Must only contain digits, lowercase ASCII letters or \"-\"\n2. Cannot start or end with \"-\"\n3. \"-\" cannot repeat");
483
+ $.customSchemes.push([e, t]);
662
484
  }
663
- function je() {
664
- h.scanner = be(h.customSchemes);
665
- for (let t = 0; t < h.tokenQueue.length; t++)
666
- h.tokenQueue[t][1]({
667
- scanner: h.scanner
668
- });
669
- h.parser = we(h.scanner.tokens);
670
- for (let t = 0; t < h.pluginQueue.length; t++)
671
- h.pluginQueue[t][1]({
672
- scanner: h.scanner,
673
- parser: h.parser
674
- });
675
- return h.initialized = !0, h;
485
+ function $e() {
486
+ $.scanner = B($.customSchemes);
487
+ for (let e = 0; e < $.tokenQueue.length; e++) $.tokenQueue[e][1]({ scanner: $.scanner });
488
+ $.parser = Ke($.scanner.tokens);
489
+ for (let e = 0; e < $.pluginQueue.length; e++) $.pluginQueue[e][1]({
490
+ scanner: $.scanner,
491
+ parser: $.parser
492
+ });
493
+ return $.initialized = !0, $;
676
494
  }
677
- function ge(t) {
678
- return h.initialized || je(), De(h.parser.start, t, fe(h.scanner.start, t));
495
+ function et(e) {
496
+ return $.initialized || $e(), qe($.parser.start, e, V($.scanner.start, e));
679
497
  }
680
- ge.scan = fe;
681
- function Me(t, n = null, e = null) {
682
- if (n && typeof n == "object") {
683
- if (e)
684
- throw Error(`linkifyjs: Invalid link type ${n}; must be a string`);
685
- e = n, n = null;
686
- }
687
- const s = new Zt(e), i = ge(t), r = [];
688
- for (let a = 0; a < i.length; a++) {
689
- const c = i[a];
690
- c.isLink && (!n || c.t === n) && s.check(c) && r.push(c.toFormattedObject(s));
691
- }
692
- return r;
498
+ et.scan = V;
499
+ function tt(e, t = null, n = null) {
500
+ if (t && typeof t == "object") {
501
+ if (n) throw Error(`linkifyjs: Invalid link type ${t}; must be a string`);
502
+ n = t, t = null;
503
+ }
504
+ let r = new G(n), i = et(e), a = [];
505
+ for (let e = 0; e < i.length; e++) {
506
+ let n = i[e];
507
+ n.isLink && (!t || n.t === t) && r.check(n) && a.push(n.toFormattedObject(r));
508
+ }
509
+ return a;
693
510
  }
694
- export {
695
- me as MultiToken,
696
- Zt as Options,
697
- p as State,
698
- Nt as createTokenClass,
699
- Me as find,
700
- je as init,
701
- Ue as registerCustomProtocol,
702
- xe as reset,
703
- Ne as stringToArray,
704
- ge as tokenize
705
- };
511
+ //#endregion
512
+ export { K as MultiToken, G as Options, d as State, q as createTokenClass, tt as find, $e as init, Qe as registerCustomProtocol, Ze as reset, H as stringToArray, et as tokenize };