@caspeco/casper-ui-library 10.4.0 → 10.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (781) hide show
  1. package/dist/_virtual/_rolldown/runtime.js +11 -0
  2. package/dist/_virtual/builtin_esm-external-require-react.js +9 -0
  3. package/dist/components/accordion/accordion-context.js +5 -6
  4. package/dist/components/accordion/accordion-item.js +28 -40
  5. package/dist/components/accordion/accordion-panel.js +17 -14
  6. package/dist/components/accordion/accordion-recipe.js +85 -120
  7. package/dist/components/accordion/accordion.js +23 -20
  8. package/dist/components/alert/alert.js +80 -59
  9. package/dist/components/alert/helper.js +30 -42
  10. package/dist/components/alert/types.d.ts.map +1 -1
  11. package/dist/components/badge/badge-recipe.js +57 -49
  12. package/dist/components/badge/badge.js +66 -71
  13. package/dist/components/badge/helper.js +8 -9
  14. package/dist/components/box/box.js +14 -11
  15. package/dist/components/breadcrumbs/breadcrumb-item.js +21 -17
  16. package/dist/components/breadcrumbs/breadcrumb-link.js +21 -20
  17. package/dist/components/breadcrumbs/breadcrumbs.js +123 -90
  18. package/dist/components/button/button-recipe.js +280 -315
  19. package/dist/components/button/button.js +39 -40
  20. package/dist/components/checkbox/checkbox-icon.js +38 -46
  21. package/dist/components/checkbox/checkbox-recipe.js +176 -204
  22. package/dist/components/checkbox/checkbox.js +43 -36
  23. package/dist/components/checkbox/icons/check.js +5 -5
  24. package/dist/components/checkbox/icons/minus.js +5 -5
  25. package/dist/components/checkbox/icons/plus.js +5 -5
  26. package/dist/components/checkbox-group/checkbox-group.js +17 -16
  27. package/dist/components/collapsible/collapsible.js +117 -101
  28. package/dist/components/collapsible/translations.js +29 -29
  29. package/dist/components/combobox/combobox-button.js +173 -143
  30. package/dist/components/combobox/combobox-item.js +45 -23
  31. package/dist/components/combobox/combobox-menu.js +240 -190
  32. package/dist/components/combobox/combobox-recipe.js +69 -103
  33. package/dist/components/combobox/combobox.js +243 -273
  34. package/dist/components/combobox/translations.js +49 -50
  35. package/dist/components/date-picker/base-date-picker.js +238 -248
  36. package/dist/components/date-picker/date-cell-recipe.js +149 -179
  37. package/dist/components/date-picker/date-multi-picker.js +35 -29
  38. package/dist/components/date-picker/date-picker-date-cell.js +109 -114
  39. package/dist/components/date-picker/date-picker-header.js +152 -170
  40. package/dist/components/date-picker/date-picker-week-cell.js +41 -43
  41. package/dist/components/date-picker/date-picker.js +32 -29
  42. package/dist/components/date-picker/date-range-picker.js +29 -24
  43. package/dist/components/date-picker/date-week-picker.js +29 -22
  44. package/dist/components/date-picker/datepicker-week-recipe.js +75 -91
  45. package/dist/components/date-picker/helper.js +11 -16
  46. package/dist/components/divider/divider-recipe.js +9 -11
  47. package/dist/components/divider/divider.js +19 -18
  48. package/dist/components/drawer/drawer-recipe.js +21 -50
  49. package/dist/components/drawer/drawer.js +45 -41
  50. package/dist/components/drawer/inline-drawer.js +69 -66
  51. package/dist/components/drawer/use-drawer-key-down.js +20 -20
  52. package/dist/components/fieldset/fieldset-error-text.js +15 -15
  53. package/dist/components/fieldset/fieldset-helper-text.js +15 -15
  54. package/dist/components/fieldset/fieldset-legend.js +15 -15
  55. package/dist/components/fieldset/fieldset-recipe.js +14 -24
  56. package/dist/components/fieldset/fieldset.js +17 -17
  57. package/dist/components/flex/flex.js +15 -15
  58. package/dist/components/form-control/form-control-recipe.js +42 -46
  59. package/dist/components/form-control/form-control.js +19 -19
  60. package/dist/components/form-control/form-error-message.js +15 -15
  61. package/dist/components/form-control/form-helper-text.js +15 -15
  62. package/dist/components/form-control/form-label.js +24 -26
  63. package/dist/components/grid/grid-item.js +15 -15
  64. package/dist/components/grid/grid.js +15 -15
  65. package/dist/components/heading/heading.js +24 -23
  66. package/dist/components/highlight/highlight.js +22 -21
  67. package/dist/components/icon/create-icon.js +27 -26
  68. package/dist/components/icon/icons/absence-icon.js +5 -5
  69. package/dist/components/icon/icons/accessibility-icon.js +5 -5
  70. package/dist/components/icon/icons/add-absence-icon.js +5 -5
  71. package/dist/components/icon/icons/add-emoji-icon.js +5 -5
  72. package/dist/components/icon/icons/add-icon.js +5 -5
  73. package/dist/components/icon/icons/apple-icon.js +5 -5
  74. package/dist/components/icon/icons/apps-icon.js +5 -5
  75. package/dist/components/icon/icons/archive-icon.js +6 -6
  76. package/dist/components/icon/icons/area-icon.js +5 -5
  77. package/dist/components/icon/icons/at-icon.js +5 -5
  78. package/dist/components/icon/icons/attachment-icon.js +5 -5
  79. package/dist/components/icon/icons/baby-icon.js +5 -5
  80. package/dist/components/icon/icons/back-icon.js +5 -5
  81. package/dist/components/icon/icons/backspace-icon.js +5 -5
  82. package/dist/components/icon/icons/bank-icon.js +5 -5
  83. package/dist/components/icon/icons/bank-id-icon.js +5 -5
  84. package/dist/components/icon/icons/barcode-icon.js +5 -5
  85. package/dist/components/icon/icons/bell-icon.js +5 -5
  86. package/dist/components/icon/icons/bolt-icon.js +7 -7
  87. package/dist/components/icon/icons/calendar-icon.js +5 -5
  88. package/dist/components/icon/icons/camera-icon.js +5 -5
  89. package/dist/components/icon/icons/cancel-icon.js +5 -5
  90. package/dist/components/icon/icons/card-icon.js +5 -5
  91. package/dist/components/icon/icons/cart-icon.js +5 -5
  92. package/dist/components/icon/icons/caspeco-icon.js +7 -7
  93. package/dist/components/icon/icons/channels-icon.js +5 -5
  94. package/dist/components/icon/icons/chart-icon.js +5 -5
  95. package/dist/components/icon/icons/chart-line-icon.js +5 -5
  96. package/dist/components/icon/icons/chart-mixed-icon.js +5 -5
  97. package/dist/components/icon/icons/chart-pie-icon.js +5 -5
  98. package/dist/components/icon/icons/chart-scatter-icon.js +5 -5
  99. package/dist/components/icon/icons/check-icon.js +5 -5
  100. package/dist/components/icon/icons/checkbox-icon.js +5 -5
  101. package/dist/components/icon/icons/chevron-left-icon.js +5 -5
  102. package/dist/components/icon/icons/chevron-right-icon.js +5 -5
  103. package/dist/components/icon/icons/child-icon.js +5 -5
  104. package/dist/components/icon/icons/circle-info-icon.js +5 -5
  105. package/dist/components/icon/icons/circle-parking-icon.js +5 -5
  106. package/dist/components/icon/icons/circle-question-icon.js +5 -5
  107. package/dist/components/icon/icons/circle-select-icon.js +5 -5
  108. package/dist/components/icon/icons/circle-success-icon.js +5 -5
  109. package/dist/components/icon/icons/circle-user-icon.js +5 -5
  110. package/dist/components/icon/icons/clear-icon.js +5 -5
  111. package/dist/components/icon/icons/close-icon.js +5 -5
  112. package/dist/components/icon/icons/closed-icon.js +5 -5
  113. package/dist/components/icon/icons/collapse-icon.js +5 -5
  114. package/dist/components/icon/icons/color-icon.js +5 -5
  115. package/dist/components/icon/icons/columns-icon.js +5 -5
  116. package/dist/components/icon/icons/comment-add-icon.js +5 -5
  117. package/dist/components/icon/icons/comment-icon.js +5 -5
  118. package/dist/components/icon/icons/cookies-icon.js +5 -5
  119. package/dist/components/icon/icons/copy-icon.js +5 -5
  120. package/dist/components/icon/icons/date-icon.js +5 -5
  121. package/dist/components/icon/icons/decrease-icon.js +4 -4
  122. package/dist/components/icon/icons/delete-icon.js +5 -5
  123. package/dist/components/icon/icons/deliverect-icon.js +5 -5
  124. package/dist/components/icon/icons/delivery-icon.js +5 -5
  125. package/dist/components/icon/icons/description-icon.js +5 -5
  126. package/dist/components/icon/icons/discount-icon.js +5 -5
  127. package/dist/components/icon/icons/distribute-evenly-icon.js +5 -5
  128. package/dist/components/icon/icons/door-closed-icon.js +5 -5
  129. package/dist/components/icon/icons/door-open-icon.js +5 -5
  130. package/dist/components/icon/icons/down-icon.js +5 -5
  131. package/dist/components/icon/icons/eat-in-icon.js +5 -5
  132. package/dist/components/icon/icons/edit-icon.js +5 -5
  133. package/dist/components/icon/icons/email-icon.js +5 -5
  134. package/dist/components/icon/icons/error-icon.js +5 -5
  135. package/dist/components/icon/icons/expand-icon.js +5 -5
  136. package/dist/components/icon/icons/export-icon.js +5 -5
  137. package/dist/components/icon/icons/extract-icon.js +5 -5
  138. package/dist/components/icon/icons/facebook-icon.js +5 -5
  139. package/dist/components/icon/icons/failed-print-icon.js +5 -5
  140. package/dist/components/icon/icons/file-icon.js +5 -5
  141. package/dist/components/icon/icons/filter-icon.js +5 -5
  142. package/dist/components/icon/icons/folder-icon.js +5 -5
  143. package/dist/components/icon/icons/foodora-icon.js +5 -5
  144. package/dist/components/icon/icons/forward-icon.js +5 -5
  145. package/dist/components/icon/icons/glovo-icon.js +7 -7
  146. package/dist/components/icon/icons/goal-icon.js +5 -5
  147. package/dist/components/icon/icons/google-icon.js +5 -5
  148. package/dist/components/icon/icons/grip-more-icon.js +5 -5
  149. package/dist/components/icon/icons/hash-icon.js +5 -5
  150. package/dist/components/icon/icons/hexagon-error-icon.js +5 -5
  151. package/dist/components/icon/icons/hide-icon.js +5 -5
  152. package/dist/components/icon/icons/history-icon.js +5 -5
  153. package/dist/components/icon/icons/icon-picker-anchor-icon.js +5 -5
  154. package/dist/components/icon/icons/icon-picker-asterisk-icon.js +5 -5
  155. package/dist/components/icon/icons/icon-picker-beer-icon.js +5 -5
  156. package/dist/components/icon/icons/icon-picker-bicycle-icon.js +5 -5
  157. package/dist/components/icon/icons/icon-picker-binoculars-icon.js +5 -5
  158. package/dist/components/icon/icons/icon-picker-bomb-icon.js +5 -5
  159. package/dist/components/icon/icons/icon-picker-car-icon.js +5 -5
  160. package/dist/components/icon/icons/icon-picker-cocktail-icon.js +5 -5
  161. package/dist/components/icon/icons/icon-picker-gem-icon.js +5 -5
  162. package/dist/components/icon/icons/icon-picker-heart-full-icon.js +5 -5
  163. package/dist/components/icon/icons/icon-picker-heart-icon.js +5 -5
  164. package/dist/components/icon/icons/icon-picker-magnet-icon.js +5 -5
  165. package/dist/components/icon/icons/icon-picker-money-icon.js +5 -5
  166. package/dist/components/icon/icons/icon-picker-moon-icon.js +5 -5
  167. package/dist/components/icon/icons/icon-picker-music-icon.js +5 -5
  168. package/dist/components/icon/icons/icon-picker-star-full-icon.js +5 -5
  169. package/dist/components/icon/icons/icon-picker-star-half-icon.js +5 -5
  170. package/dist/components/icon/icons/icon-picker-star-icon.js +5 -5
  171. package/dist/components/icon/icons/icon-picker-tint-icon.js +5 -5
  172. package/dist/components/icon/icons/icon-picker-tree-icon.js +5 -5
  173. package/dist/components/icon/icons/icon-picker-utensils-icon.js +5 -5
  174. package/dist/components/icon/icons/icon-picker-wheelchair-icon.js +5 -5
  175. package/dist/components/icon/icons/image-icon.js +5 -5
  176. package/dist/components/icon/icons/import-icon.js +5 -5
  177. package/dist/components/icon/icons/inbox-icon.js +5 -5
  178. package/dist/components/icon/icons/increase-icon.js +5 -5
  179. package/dist/components/icon/icons/indeterminate-icon.js +4 -4
  180. package/dist/components/icon/icons/info-icon.js +5 -5
  181. package/dist/components/icon/icons/inheritance-icon.js +5 -5
  182. package/dist/components/icon/icons/just-eat-icon.js +5 -5
  183. package/dist/components/icon/icons/karma-icon.js +5 -5
  184. package/dist/components/icon/icons/key-command-icon.js +5 -5
  185. package/dist/components/icon/icons/key-enter-icon.js +5 -5
  186. package/dist/components/icon/icons/key-icon.js +5 -5
  187. package/dist/components/icon/icons/key-option-icon.js +5 -5
  188. package/dist/components/icon/icons/language-icon.js +5 -5
  189. package/dist/components/icon/icons/link-broken-icon.js +5 -5
  190. package/dist/components/icon/icons/link-external-icon.js +5 -5
  191. package/dist/components/icon/icons/link-icon.js +5 -5
  192. package/dist/components/icon/icons/list-ol-icon.js +5 -5
  193. package/dist/components/icon/icons/list-ul-icon.js +5 -5
  194. package/dist/components/icon/icons/loading-icon.js +5 -5
  195. package/dist/components/icon/icons/location-icon.js +5 -5
  196. package/dist/components/icon/icons/lock-icon.js +5 -5
  197. package/dist/components/icon/icons/log-in-icon.js +5 -5
  198. package/dist/components/icon/icons/log-out-icon.js +5 -5
  199. package/dist/components/icon/icons/map-icon.js +5 -5
  200. package/dist/components/icon/icons/maximize-icon.js +5 -5
  201. package/dist/components/icon/icons/members-icon.js +5 -5
  202. package/dist/components/icon/icons/menu-hide-icon.js +5 -5
  203. package/dist/components/icon/icons/menu-icon.js +5 -5
  204. package/dist/components/icon/icons/menu-show-icon.js +5 -5
  205. package/dist/components/icon/icons/message-add-icon.js +5 -5
  206. package/dist/components/icon/icons/message-icon.js +5 -5
  207. package/dist/components/icon/icons/message-lines-icon.js +5 -5
  208. package/dist/components/icon/icons/minimize-icon.js +5 -5
  209. package/dist/components/icon/icons/minimize-window-icon.js +5 -5
  210. package/dist/components/icon/icons/mobile-rotate-icon.js +5 -5
  211. package/dist/components/icon/icons/module-accounting-icon.js +5 -5
  212. package/dist/components/icon/icons/module-ai-forecast-icon.js +5 -5
  213. package/dist/components/icon/icons/module-app-icon.js +5 -5
  214. package/dist/components/icon/icons/module-articles-icon.js +5 -5
  215. package/dist/components/icon/icons/module-benchmark-icon.js +5 -5
  216. package/dist/components/icon/icons/module-booking-icon.js +5 -5
  217. package/dist/components/icon/icons/module-cai-icon.js +5 -5
  218. package/dist/components/icon/icons/module-campaigns-icon.js +5 -5
  219. package/dist/components/icon/icons/module-cashier-icon.js +5 -5
  220. package/dist/components/icon/icons/module-communication-icon.js +5 -5
  221. package/dist/components/icon/icons/module-copilot-icon.js +5 -5
  222. package/dist/components/icon/icons/module-dashboard-icon.js +5 -5
  223. package/dist/components/icon/icons/module-document-icon.js +5 -5
  224. package/dist/components/icon/icons/module-employees-icon.js +5 -5
  225. package/dist/components/icon/icons/module-feed-icon.js +5 -5
  226. package/dist/components/icon/icons/module-history-icon.js +5 -5
  227. package/dist/components/icon/icons/module-home-icon.js +5 -5
  228. package/dist/components/icon/icons/module-insights-icon.js +5 -5
  229. package/dist/components/icon/icons/module-kds-icon.js +5 -5
  230. package/dist/components/icon/icons/module-members-icon.js +5 -5
  231. package/dist/components/icon/icons/module-menus-icon.js +5 -5
  232. package/dist/components/icon/icons/module-my-city-icon.js +5 -5
  233. package/dist/components/icon/icons/module-notification-center-icon.js +5 -5
  234. package/dist/components/icon/icons/module-online-order-icon.js +5 -5
  235. package/dist/components/icon/icons/module-organisation-icon.js +5 -5
  236. package/dist/components/icon/icons/module-pos-icon.js +5 -5
  237. package/dist/components/icon/icons/module-pulse-icon.js +5 -5
  238. package/dist/components/icon/icons/module-result-icon.js +5 -5
  239. package/dist/components/icon/icons/module-salary-icon.js +5 -5
  240. package/dist/components/icon/icons/module-schedule-icon.js +5 -5
  241. package/dist/components/icon/icons/module-settings-alt-icon.js +5 -5
  242. package/dist/components/icon/icons/module-settings-icon.js +5 -5
  243. package/dist/components/icon/icons/module-support-icon.js +5 -5
  244. package/dist/components/icon/icons/module-survey-icon.js +5 -5
  245. package/dist/components/icon/icons/module-table-map-icon.js +6 -6
  246. package/dist/components/icon/icons/module-tablet-icon.js +5 -5
  247. package/dist/components/icon/icons/module-time-icon.js +5 -5
  248. package/dist/components/icon/icons/module-timeline-icon.js +5 -5
  249. package/dist/components/icon/icons/module-tip-icon.js +5 -5
  250. package/dist/components/icon/icons/module-to-do-icon.js +5 -5
  251. package/dist/components/icon/icons/module-tools-icon.js +5 -5
  252. package/dist/components/icon/icons/module-top-list-icon.js +5 -5
  253. package/dist/components/icon/icons/module-web-charts-icon.js +5 -5
  254. package/dist/components/icon/icons/module-web-icon.js +5 -5
  255. package/dist/components/icon/icons/more-horizontal-icon.js +5 -5
  256. package/dist/components/icon/icons/more-vertical-icon.js +5 -5
  257. package/dist/components/icon/icons/nfc-icon.js +5 -5
  258. package/dist/components/icon/icons/no-cart-icon.js +5 -5
  259. package/dist/components/icon/icons/note-icon.js +5 -5
  260. package/dist/components/icon/icons/number-icon.js +6 -6
  261. package/dist/components/icon/icons/open-modal-icon.js +5 -5
  262. package/dist/components/icon/icons/parking-icon.js +5 -5
  263. package/dist/components/icon/icons/party-horn-icon.js +5 -5
  264. package/dist/components/icon/icons/paste-icon.js +5 -5
  265. package/dist/components/icon/icons/pause-icon.js +5 -5
  266. package/dist/components/icon/icons/payment-card-icon.js +5 -5
  267. package/dist/components/icon/icons/payment-cash-icon.js +5 -5
  268. package/dist/components/icon/icons/payment-generic-icon.js +5 -5
  269. package/dist/components/icon/icons/payment-giftcard-icon.js +5 -5
  270. package/dist/components/icon/icons/payment-hotel-icon.js +5 -5
  271. package/dist/components/icon/icons/payment-invoice-icon.js +5 -5
  272. package/dist/components/icon/icons/percentage-icon.js +5 -5
  273. package/dist/components/icon/icons/phone-icon.js +5 -5
  274. package/dist/components/icon/icons/pin-icon.js +5 -5
  275. package/dist/components/icon/icons/pin-map-icon.js +5 -5
  276. package/dist/components/icon/icons/play-icon.js +5 -5
  277. package/dist/components/icon/icons/preview-icon.js +5 -5
  278. package/dist/components/icon/icons/print-icon.js +5 -5
  279. package/dist/components/icon/icons/privacy-icon.js +5 -5
  280. package/dist/components/icon/icons/product-admin-icon.js +5 -5
  281. package/dist/components/icon/icons/product-analytics-icon.js +5 -5
  282. package/dist/components/icon/icons/product-booking-icon.js +5 -5
  283. package/dist/components/icon/icons/product-checkout-icon.js +5 -5
  284. package/dist/components/icon/icons/product-my-pages-icon.js +5 -5
  285. package/dist/components/icon/icons/product-staff-icon.js +5 -5
  286. package/dist/components/icon/icons/puck-icon.js +5 -5
  287. package/dist/components/icon/icons/qr-code-icon.js +5 -5
  288. package/dist/components/icon/icons/question-icon.js +5 -5
  289. package/dist/components/icon/icons/radio-icon.js +5 -5
  290. package/dist/components/icon/icons/receipt-icon.js +5 -5
  291. package/dist/components/icon/icons/redo-icon.js +5 -5
  292. package/dist/components/icon/icons/refund-icon.js +5 -5
  293. package/dist/components/icon/icons/remove-icon.js +5 -5
  294. package/dist/components/icon/icons/replace-icon.js +5 -5
  295. package/dist/components/icon/icons/schedule-icon.js +5 -5
  296. package/dist/components/icon/icons/search-icon.js +5 -5
  297. package/dist/components/icon/icons/select-icon.js +4 -4
  298. package/dist/components/icon/icons/send-icon.js +5 -5
  299. package/dist/components/icon/icons/share-icon.js +5 -5
  300. package/dist/components/icon/icons/show-icon.js +5 -5
  301. package/dist/components/icon/icons/shuffle-icon.js +5 -5
  302. package/dist/components/icon/icons/sidebar-hide-icon.js +4 -4
  303. package/dist/components/icon/icons/sidebar-left-icon.js +4 -4
  304. package/dist/components/icon/icons/sidebar-right-icon.js +5 -5
  305. package/dist/components/icon/icons/sidebar-show-icon.js +5 -5
  306. package/dist/components/icon/icons/sliders-icon.js +5 -5
  307. package/dist/components/icon/icons/slightly-sad-icon.js +5 -5
  308. package/dist/components/icon/icons/smile-icon.js +5 -5
  309. package/dist/components/icon/icons/sort-asc-icon.js +5 -5
  310. package/dist/components/icon/icons/sort-desc-icon.js +5 -5
  311. package/dist/components/icon/icons/split-icon.js +5 -5
  312. package/dist/components/icon/icons/status-icon.js +5 -5
  313. package/dist/components/icon/icons/stop-icon.js +5 -5
  314. package/dist/components/icon/icons/submenu-icon.js +5 -5
  315. package/dist/components/icon/icons/success-icon.js +5 -5
  316. package/dist/components/icon/icons/swap-icon.js +5 -5
  317. package/dist/components/icon/icons/swatch-icon.js +5 -5
  318. package/dist/components/icon/icons/sweat-icon.js +5 -5
  319. package/dist/components/icon/icons/table-icon.js +5 -5
  320. package/dist/components/icon/icons/table-map-icon.js +5 -5
  321. package/dist/components/icon/icons/take-away-dot-com-icon.js +5 -5
  322. package/dist/components/icon/icons/take-away-icon.js +5 -5
  323. package/dist/components/icon/icons/talk-icon.js +5 -5
  324. package/dist/components/icon/icons/thumbtack-icon.js +5 -5
  325. package/dist/components/icon/icons/time-icon.js +5 -5
  326. package/dist/components/icon/icons/timeline-icon.js +5 -5
  327. package/dist/components/icon/icons/tip-icon.js +5 -5
  328. package/dist/components/icon/icons/title-icon.js +5 -5
  329. package/dist/components/icon/icons/translate-icon.js +5 -5
  330. package/dist/components/icon/icons/tree-view-collapse-icon.js +4 -4
  331. package/dist/components/icon/icons/tree-view-expand-icon.js +4 -4
  332. package/dist/components/icon/icons/tree-view-last-icon.js +4 -4
  333. package/dist/components/icon/icons/trend-down-icon.js +5 -5
  334. package/dist/components/icon/icons/trend-up-icon.js +5 -5
  335. package/dist/components/icon/icons/triangle-warning-icon.js +5 -5
  336. package/dist/components/icon/icons/trivec-icon.js +6 -6
  337. package/dist/components/icon/icons/uber-eats-icon.js +5 -5
  338. package/dist/components/icon/icons/undo-icon.js +5 -5
  339. package/dist/components/icon/icons/unlock-icon.js +5 -5
  340. package/dist/components/icon/icons/unwrap-content-icon.js +5 -5
  341. package/dist/components/icon/icons/up-icon.js +5 -5
  342. package/dist/components/icon/icons/user-group-icon.js +5 -5
  343. package/dist/components/icon/icons/user-icon.js +5 -5
  344. package/dist/components/icon/icons/user-permissions-icon.js +5 -5
  345. package/dist/components/icon/icons/user-wait-icon.js +5 -5
  346. package/dist/components/icon/icons/users-icon.js +5 -5
  347. package/dist/components/icon/icons/version-control-icon.js +5 -5
  348. package/dist/components/icon/icons/volume-high-icon.js +5 -5
  349. package/dist/components/icon/icons/volume-icon.js +5 -5
  350. package/dist/components/icon/icons/volume-low-icon.js +5 -5
  351. package/dist/components/icon/icons/volume-off-icon.js +5 -5
  352. package/dist/components/icon/icons/warning-icon.js +5 -5
  353. package/dist/components/icon/icons/waste-icon.js +5 -5
  354. package/dist/components/icon/icons/wifi-icon.js +5 -5
  355. package/dist/components/icon/icons/wifi-off-icon.js +5 -5
  356. package/dist/components/icon/icons/wolt-icon.js +5 -5
  357. package/dist/components/icon/icons/wrap-content-icon.js +5 -5
  358. package/dist/components/icon-button/icon-button.js +37 -39
  359. package/dist/components/image/image.js +12 -14
  360. package/dist/components/image-upload/image-cropper.helper.js +74 -82
  361. package/dist/components/image-upload/image-cropper.js +156 -183
  362. package/dist/components/image-upload/image-upload-dropzone.js +134 -112
  363. package/dist/components/image-upload/image-upload-helper.js +15 -19
  364. package/dist/components/image-upload/image-upload-icons.js +52 -20
  365. package/dist/components/image-upload/image-upload-modal.js +131 -106
  366. package/dist/components/image-upload/image-upload.js +96 -86
  367. package/dist/components/image-upload/translations.js +65 -65
  368. package/dist/components/image-upload/types.js +6 -4
  369. package/dist/components/input/helper.js +18 -29
  370. package/dist/components/input/input-addon-recipe.js +37 -43
  371. package/dist/components/input/input-recipe.js +124 -133
  372. package/dist/components/input/input.js +78 -83
  373. package/dist/components/link/link-recipe.js +18 -22
  374. package/dist/components/link/link.js +14 -14
  375. package/dist/components/list/list-item.js +15 -15
  376. package/dist/components/list/list.js +19 -20
  377. package/dist/components/menu/helper.js +12 -16
  378. package/dist/components/menu/menu-box-button.js +22 -18
  379. package/dist/components/menu/menu-button.js +18 -16
  380. package/dist/components/menu/menu-divider.js +31 -28
  381. package/dist/components/menu/menu-group.js +138 -142
  382. package/dist/components/menu/menu-icon-button.js +13 -11
  383. package/dist/components/menu/menu-item.js +44 -45
  384. package/dist/components/menu/menu-list.js +14 -15
  385. package/dist/components/menu/menu-recipe.js +67 -81
  386. package/dist/components/menu/menu.js +34 -41
  387. package/dist/components/message/message.js +52 -38
  388. package/dist/components/modal/modal-body-context.js +6 -7
  389. package/dist/components/modal/modal-body.js +17 -17
  390. package/dist/components/modal/modal-close-button.js +23 -18
  391. package/dist/components/modal/modal-footer.js +29 -32
  392. package/dist/components/modal/modal-header.js +17 -17
  393. package/dist/components/modal/modal-recipe.js +110 -141
  394. package/dist/components/modal/modal.js +54 -58
  395. package/dist/components/navigation-list/navigation-list-item.js +76 -88
  396. package/dist/components/navigation-list/navigation-list.js +23 -17
  397. package/dist/components/paginator/paginator-recipe.js +34 -40
  398. package/dist/components/paginator/paginator.js +65 -70
  399. package/dist/components/paginator/translations.js +35 -35
  400. package/dist/components/phone-input/country-data.js +31 -36
  401. package/dist/components/phone-input/country-list.js +45 -25
  402. package/dist/components/phone-input/country-selector.js +167 -115
  403. package/dist/components/phone-input/phone-input-helpers.js +91 -119
  404. package/dist/components/phone-input/phone-input.js +47 -42
  405. package/dist/components/phone-input/translations.js +53 -53
  406. package/dist/components/phone-input/use-phone-input.js +110 -137
  407. package/dist/components/quantity-button/minus-button.js +18 -16
  408. package/dist/components/quantity-button/plus-button.js +18 -16
  409. package/dist/components/quantity-button/quantity-button.js +72 -40
  410. package/dist/components/radio/check-icon.js +5 -5
  411. package/dist/components/radio/hover-styles.js +21 -36
  412. package/dist/components/radio/radio-group-context.js +5 -6
  413. package/dist/components/radio/radio-group-recipe.js +124 -142
  414. package/dist/components/radio/radio-group.js +30 -28
  415. package/dist/components/radio/radio.js +72 -55
  416. package/dist/components/radio-card/hover-styles.js +21 -36
  417. package/dist/components/radio-card/radio-card-group.js +24 -25
  418. package/dist/components/radio-card/radio-card.js +87 -67
  419. package/dist/components/rich-text-editor/boolean-control.js +51 -54
  420. package/dist/components/rich-text-editor/extensions.js +39 -34
  421. package/dist/components/rich-text-editor/index.js +26 -22
  422. package/dist/components/rich-text-editor/rich-text-editor-context.js +9 -11
  423. package/dist/components/rich-text-editor/rich-text-editor-control.js +290 -284
  424. package/dist/components/rich-text-editor/rich-text-editor-recipe.js +71 -83
  425. package/dist/components/rich-text-editor/rich-text-editor.js +72 -69
  426. package/dist/components/rich-text-editor/rich-text-renderer.js +32 -32
  427. package/dist/components/rich-text-editor/translations.js +119 -119
  428. package/dist/components/rich-text-editor/use-rich-text-editor.js +22 -29
  429. package/dist/components/segmented-control/segmented-control-item.js +24 -25
  430. package/dist/components/segmented-control/segmented-control.js +49 -40
  431. package/dist/components/select/select-recipe.js +91 -106
  432. package/dist/components/select/select.js +27 -29
  433. package/dist/components/skeleton/skeleton-text.js +18 -19
  434. package/dist/components/skeleton/skeleton.js +19 -20
  435. package/dist/components/spinner/spinner.js +44 -28
  436. package/dist/components/stack/stack.js +18 -18
  437. package/dist/components/stepper/check-icon.js +5 -5
  438. package/dist/components/stepper/step-context.js +5 -5
  439. package/dist/components/stepper/step.js +111 -106
  440. package/dist/components/stepper/stepper.js +42 -43
  441. package/dist/components/stepper/times-icon.js +5 -5
  442. package/dist/components/switch/hover-styles.js +30 -44
  443. package/dist/components/switch/switch-recipe.js +76 -84
  444. package/dist/components/switch/switch.d.ts +3 -3
  445. package/dist/components/switch/switch.d.ts.map +1 -1
  446. package/dist/components/switch/switch.js +30 -31
  447. package/dist/components/switch/types.d.ts +4 -2
  448. package/dist/components/switch/types.d.ts.map +1 -1
  449. package/dist/components/table/helper.d.ts +6 -0
  450. package/dist/components/table/helper.d.ts.map +1 -1
  451. package/dist/components/table/helper.js +29 -9
  452. package/dist/components/table/index.d.ts +1 -1
  453. package/dist/components/table/index.d.ts.map +1 -1
  454. package/dist/components/table/table-cell.d.ts.map +1 -1
  455. package/dist/components/table/table-cell.js +136 -122
  456. package/dist/components/table/table-column-resize-handle.d.ts +12 -0
  457. package/dist/components/table/table-column-resize-handle.d.ts.map +1 -0
  458. package/dist/components/table/table-column-resize-handle.js +69 -0
  459. package/dist/components/table/table-content.d.ts.map +1 -1
  460. package/dist/components/table/table-content.js +174 -98
  461. package/dist/components/table/table-context-provider.d.ts +7 -2
  462. package/dist/components/table/table-context-provider.d.ts.map +1 -1
  463. package/dist/components/table/table-context-provider.js +203 -151
  464. package/dist/components/table/table-context.d.ts +24 -0
  465. package/dist/components/table/table-context.d.ts.map +1 -1
  466. package/dist/components/table/table-context.js +18 -11
  467. package/dist/components/table/table-filter.js +170 -118
  468. package/dist/components/table/table-header-dropdown.js +131 -89
  469. package/dist/components/table/table-header-row.d.ts.map +1 -1
  470. package/dist/components/table/table-header-row.js +202 -140
  471. package/dist/components/table/table-recipe.d.ts.map +1 -1
  472. package/dist/components/table/table-recipe.js +75 -96
  473. package/dist/components/table/table-row-expand-toggle-button.js +28 -35
  474. package/dist/components/table/table-row.d.ts.map +1 -1
  475. package/dist/components/table/table-row.js +51 -41
  476. package/dist/components/table/table-toolbar-actions.js +19 -19
  477. package/dist/components/table/table-toolbar-add-button.js +18 -13
  478. package/dist/components/table/table-toolbar-search.js +17 -12
  479. package/dist/components/table/table-toolbar-settings.js +180 -133
  480. package/dist/components/table/table-toolbar.js +72 -51
  481. package/dist/components/table/table.composition.d.ts +1 -0
  482. package/dist/components/table/table.composition.d.ts.map +1 -1
  483. package/dist/components/table/table.constants.d.ts +4 -0
  484. package/dist/components/table/table.constants.d.ts.map +1 -1
  485. package/dist/components/table/table.constants.js +9 -4
  486. package/dist/components/table/table.d.ts +1 -1
  487. package/dist/components/table/table.d.ts.map +1 -1
  488. package/dist/components/table/table.js +41 -37
  489. package/dist/components/table/translations.d.ts +7 -0
  490. package/dist/components/table/translations.d.ts.map +1 -1
  491. package/dist/components/table/translations.js +199 -194
  492. package/dist/components/table/types.d.ts +33 -2
  493. package/dist/components/table/types.d.ts.map +1 -1
  494. package/dist/components/tabs/tab-list.js +16 -17
  495. package/dist/components/tabs/tab-panel.js +14 -14
  496. package/dist/components/tabs/tab-panels.js +15 -15
  497. package/dist/components/tabs/tab-with-image.js +60 -53
  498. package/dist/components/tabs/tab.js +26 -22
  499. package/dist/components/tabs/tabs-recipe.js +96 -116
  500. package/dist/components/tabs/tabs.js +25 -24
  501. package/dist/components/tag/tag-recipe.js +225 -252
  502. package/dist/components/tag/tag.js +121 -62
  503. package/dist/components/text/text-recipe.js +3 -8
  504. package/dist/components/text/text.js +26 -27
  505. package/dist/components/textarea/textarea-recipe.js +90 -96
  506. package/dist/components/textarea/textarea.js +19 -19
  507. package/dist/components/toaster/toast-store.d.ts +2 -2
  508. package/dist/components/toaster/toast-store.d.ts.map +1 -1
  509. package/dist/components/toaster/toast-store.js +25 -32
  510. package/dist/components/toaster/toaster.js +39 -34
  511. package/dist/components/toggle-button/toggle-button.js +23 -25
  512. package/dist/components/toggle-button/use-button-children.js +36 -35
  513. package/dist/components/tooltip/tooltip.js +43 -47
  514. package/dist/hooks/use-color-mode.js +17 -22
  515. package/dist/hooks/use-disclosure.js +10 -13
  516. package/dist/hooks/use-measured-width.js +21 -21
  517. package/dist/hooks/use-remove-attributes.js +25 -24
  518. package/dist/index.js +396 -802
  519. package/dist/node_modules/@dnd-kit/abstract/index.js +658 -1185
  520. package/dist/node_modules/@dnd-kit/collision/dist/index.js +51 -90
  521. package/dist/node_modules/@dnd-kit/dom/index.js +1256 -1518
  522. package/dist/node_modules/@dnd-kit/dom/sortable.js +529 -654
  523. package/dist/node_modules/@dnd-kit/dom/utilities.js +772 -940
  524. package/dist/node_modules/@dnd-kit/geometry/dist/index.js +228 -196
  525. package/dist/node_modules/@dnd-kit/react/hooks.js +51 -63
  526. package/dist/node_modules/@dnd-kit/react/index.js +175 -235
  527. package/dist/node_modules/@dnd-kit/react/sortable.js +67 -142
  528. package/dist/node_modules/@dnd-kit/react/utilities.js +7 -9
  529. package/dist/node_modules/@dnd-kit/state/dist/index.js +157 -172
  530. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +154 -243
  531. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +294 -369
  532. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +95 -133
  533. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +96 -122
  534. package/dist/node_modules/@preact/signals-core/dist/signals-core.module.js +249 -264
  535. package/dist/node_modules/@tanstack/react-table/build/lib/index.js +34 -88
  536. package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js +74 -88
  537. package/dist/node_modules/@tanstack/table-core/build/lib/index.js +1463 -1822
  538. package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +633 -768
  539. package/dist/node_modules/@tanstack/virtual-core/dist/esm/lazy-measurements.js +30 -32
  540. package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +35 -48
  541. package/dist/node_modules/@tiptap/core/dist/index.js +3433 -3946
  542. package/dist/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +19 -19
  543. package/dist/node_modules/@tiptap/extension-blockquote/dist/index.js +73 -1498
  544. package/dist/node_modules/@tiptap/extension-bold/dist/index.js +71 -84
  545. package/dist/node_modules/@tiptap/extension-code/dist/index.js +65 -70
  546. package/dist/node_modules/@tiptap/extension-code-block/dist/index.js +155 -216
  547. package/dist/node_modules/@tiptap/extension-document/dist/index.js +9 -11
  548. package/dist/node_modules/@tiptap/extension-hard-break/dist/index.js +48 -60
  549. package/dist/node_modules/@tiptap/extension-heading/dist/index.js +65 -66
  550. package/dist/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +47 -55
  551. package/dist/node_modules/@tiptap/extension-italic/dist/index.js +68 -82
  552. package/dist/node_modules/@tiptap/extension-link/dist/index.js +365 -334
  553. package/dist/node_modules/@tiptap/extension-list/dist/index.js +936 -1105
  554. package/dist/node_modules/@tiptap/extension-paragraph/dist/index.js +43 -48
  555. package/dist/node_modules/@tiptap/extension-strike/dist/index.js +53 -65
  556. package/dist/node_modules/@tiptap/extension-text/dist/index.js +12 -12
  557. package/dist/node_modules/@tiptap/extension-underline/dist/index.js +60 -64
  558. package/dist/node_modules/@tiptap/extensions/dist/index.js +439 -462
  559. package/dist/node_modules/@tiptap/react/dist/index.js +314 -0
  560. package/dist/node_modules/@tiptap/starter-kit/dist/index.js +23 -24
  561. package/dist/node_modules/country-flag-icons/modules/countries.json.js +4 -4
  562. package/dist/node_modules/country-flag-icons/modules/hasFlag.js +6 -6
  563. package/dist/node_modules/country-flag-icons/modules/react/3x2/index.js +5469 -6298
  564. package/dist/node_modules/country-flag-icons/react/3x2/index.js +273 -269
  565. package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +5 -6
  566. package/dist/node_modules/date-fns/_lib/defaultOptions.js +6 -6
  567. package/dist/node_modules/date-fns/_lib/format/formatters.js +385 -544
  568. package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +42 -57
  569. package/dist/node_modules/date-fns/_lib/format/longFormatters.js +37 -48
  570. package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +7 -17
  571. package/dist/node_modules/date-fns/_lib/normalizeDates.js +6 -9
  572. package/dist/node_modules/date-fns/_lib/protectedTokens.js +19 -16
  573. package/dist/node_modules/date-fns/addDays.js +8 -8
  574. package/dist/node_modules/date-fns/addMonths.js +11 -18
  575. package/dist/node_modules/date-fns/addWeeks.js +6 -6
  576. package/dist/node_modules/date-fns/constants.js +10 -6
  577. package/dist/node_modules/date-fns/constructFrom.js +6 -6
  578. package/dist/node_modules/date-fns/constructNow.js +6 -6
  579. package/dist/node_modules/date-fns/differenceInCalendarDays.js +10 -14
  580. package/dist/node_modules/date-fns/endOfDay.js +7 -7
  581. package/dist/node_modules/date-fns/endOfMonth.js +7 -7
  582. package/dist/node_modules/date-fns/format.js +57 -55
  583. package/dist/node_modules/date-fns/getDayOfYear.js +9 -9
  584. package/dist/node_modules/date-fns/getISOWeek.js +10 -10
  585. package/dist/node_modules/date-fns/getISOWeekYear.js +13 -13
  586. package/dist/node_modules/date-fns/getWeek.js +10 -10
  587. package/dist/node_modules/date-fns/getWeekYear.js +14 -14
  588. package/dist/node_modules/date-fns/isBefore.js +6 -6
  589. package/dist/node_modules/date-fns/isDate.js +5 -5
  590. package/dist/node_modules/date-fns/isPast.js +6 -6
  591. package/dist/node_modules/date-fns/isSameDay.js +8 -12
  592. package/dist/node_modules/date-fns/isSameMonth.js +7 -11
  593. package/dist/node_modules/date-fns/isSameWeek.js +8 -12
  594. package/dist/node_modules/date-fns/isSameYear.js +7 -11
  595. package/dist/node_modules/date-fns/isToday.js +7 -10
  596. package/dist/node_modules/date-fns/isValid.js +7 -7
  597. package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +8 -8
  598. package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +16 -17
  599. package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +19 -28
  600. package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +17 -14
  601. package/dist/node_modules/date-fns/locale/da/_lib/formatDistance.js +68 -69
  602. package/dist/node_modules/date-fns/locale/da/_lib/formatLong.js +31 -32
  603. package/dist/node_modules/date-fns/locale/da/_lib/formatRelative.js +11 -11
  604. package/dist/node_modules/date-fns/locale/da/_lib/localize.js +193 -142
  605. package/dist/node_modules/date-fns/locale/da/_lib/match.js +123 -109
  606. package/dist/node_modules/date-fns/locale/da.js +17 -17
  607. package/dist/node_modules/date-fns/locale/en-GB/_lib/formatLong.js +31 -32
  608. package/dist/node_modules/date-fns/locale/en-GB.js +18 -18
  609. package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +68 -69
  610. package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +31 -32
  611. package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +11 -11
  612. package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +200 -153
  613. package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +123 -109
  614. package/dist/node_modules/date-fns/locale/en-US.js +18 -18
  615. package/dist/node_modules/date-fns/locale/es/_lib/formatDistance.js +68 -69
  616. package/dist/node_modules/date-fns/locale/es/_lib/formatLong.js +31 -32
  617. package/dist/node_modules/date-fns/locale/es/_lib/formatRelative.js +18 -18
  618. package/dist/node_modules/date-fns/locale/es/_lib/localize.js +192 -141
  619. package/dist/node_modules/date-fns/locale/es/_lib/match.js +127 -114
  620. package/dist/node_modules/date-fns/locale/es.js +18 -18
  621. package/dist/node_modules/date-fns/locale/et/_lib/formatDistance.js +161 -162
  622. package/dist/node_modules/date-fns/locale/et/_lib/formatLong.js +31 -32
  623. package/dist/node_modules/date-fns/locale/et/_lib/formatRelative.js +11 -11
  624. package/dist/node_modules/date-fns/locale/et/_lib/localize.js +196 -152
  625. package/dist/node_modules/date-fns/locale/et/_lib/match.js +109 -107
  626. package/dist/node_modules/date-fns/locale/et.js +19 -19
  627. package/dist/node_modules/date-fns/locale/fi/_lib/formatDistance.js +101 -101
  628. package/dist/node_modules/date-fns/locale/fi/_lib/formatLong.js +31 -32
  629. package/dist/node_modules/date-fns/locale/fi/_lib/formatRelative.js +11 -11
  630. package/dist/node_modules/date-fns/locale/fi/_lib/localize.js +192 -140
  631. package/dist/node_modules/date-fns/locale/fi/_lib/match.js +122 -108
  632. package/dist/node_modules/date-fns/locale/fi.js +18 -18
  633. package/dist/node_modules/date-fns/locale/fr/_lib/formatDistance.js +68 -69
  634. package/dist/node_modules/date-fns/locale/fr/_lib/formatLong.js +31 -32
  635. package/dist/node_modules/date-fns/locale/fr/_lib/formatRelative.js +11 -11
  636. package/dist/node_modules/date-fns/locale/fr/_lib/localize.js +176 -120
  637. package/dist/node_modules/date-fns/locale/fr/_lib/match.js +122 -108
  638. package/dist/node_modules/date-fns/locale/fr.js +18 -18
  639. package/dist/node_modules/date-fns/locale/lt/_lib/formatDistance.js +93 -109
  640. package/dist/node_modules/date-fns/locale/lt/_lib/formatLong.js +31 -32
  641. package/dist/node_modules/date-fns/locale/lt/_lib/formatRelative.js +11 -11
  642. package/dist/node_modules/date-fns/locale/lt/_lib/localize.js +298 -195
  643. package/dist/node_modules/date-fns/locale/lt/_lib/match.js +154 -121
  644. package/dist/node_modules/date-fns/locale/lt.js +19 -19
  645. package/dist/node_modules/date-fns/locale/lv/_lib/formatDistance.js +226 -120
  646. package/dist/node_modules/date-fns/locale/lv/_lib/formatLong.js +31 -32
  647. package/dist/node_modules/date-fns/locale/lv/_lib/formatRelative.js +22 -22
  648. package/dist/node_modules/date-fns/locale/lv/_lib/localize.js +298 -221
  649. package/dist/node_modules/date-fns/locale/lv/_lib/match.js +138 -112
  650. package/dist/node_modules/date-fns/locale/lv.js +18 -18
  651. package/dist/node_modules/date-fns/locale/nb/_lib/formatDistance.js +68 -69
  652. package/dist/node_modules/date-fns/locale/nb/_lib/formatLong.js +31 -32
  653. package/dist/node_modules/date-fns/locale/nb/_lib/formatRelative.js +11 -11
  654. package/dist/node_modules/date-fns/locale/nb/_lib/localize.js +159 -108
  655. package/dist/node_modules/date-fns/locale/nb/_lib/match.js +112 -108
  656. package/dist/node_modules/date-fns/locale/nb.js +18 -18
  657. package/dist/node_modules/date-fns/locale/nl/_lib/formatDistance.js +68 -69
  658. package/dist/node_modules/date-fns/locale/nl/_lib/formatLong.js +31 -32
  659. package/dist/node_modules/date-fns/locale/nl/_lib/formatRelative.js +11 -11
  660. package/dist/node_modules/date-fns/locale/nl/_lib/localize.js +160 -109
  661. package/dist/node_modules/date-fns/locale/nl/_lib/match.js +120 -108
  662. package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatDistance.js +68 -69
  663. package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatLong.js +31 -32
  664. package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatRelative.js +11 -11
  665. package/dist/node_modules/date-fns/locale/nl-BE/_lib/localize.js +160 -109
  666. package/dist/node_modules/date-fns/locale/nl-BE/_lib/match.js +120 -108
  667. package/dist/node_modules/date-fns/locale/nl-BE.js +18 -18
  668. package/dist/node_modules/date-fns/locale/nl.js +18 -18
  669. package/dist/node_modules/date-fns/locale/sv/_lib/formatDistance.js +82 -86
  670. package/dist/node_modules/date-fns/locale/sv/_lib/formatLong.js +31 -32
  671. package/dist/node_modules/date-fns/locale/sv/_lib/formatRelative.js +11 -11
  672. package/dist/node_modules/date-fns/locale/sv/_lib/localize.js +199 -142
  673. package/dist/node_modules/date-fns/locale/sv/_lib/match.js +109 -107
  674. package/dist/node_modules/date-fns/locale/sv.js +18 -18
  675. package/dist/node_modules/date-fns/startOfDay.js +7 -7
  676. package/dist/node_modules/date-fns/startOfISOWeek.js +9 -6
  677. package/dist/node_modules/date-fns/startOfISOWeekYear.js +9 -9
  678. package/dist/node_modules/date-fns/startOfMonth.js +7 -7
  679. package/dist/node_modules/date-fns/startOfWeek.js +8 -8
  680. package/dist/node_modules/date-fns/startOfWeekYear.js +10 -10
  681. package/dist/node_modules/date-fns/startOfYear.js +7 -7
  682. package/dist/node_modules/date-fns/subDays.js +6 -6
  683. package/dist/node_modules/date-fns/subMonths.js +6 -6
  684. package/dist/node_modules/date-fns/subWeeks.js +6 -6
  685. package/dist/node_modules/date-fns/toDate.js +6 -6
  686. package/dist/node_modules/fast-equals/dist/es/index.js +239 -298
  687. package/dist/node_modules/libphonenumber-js/es6/ParseError.js +116 -89
  688. package/dist/node_modules/libphonenumber-js/es6/PhoneNumber.js +155 -183
  689. package/dist/node_modules/libphonenumber-js/es6/constants.js +4 -10
  690. package/dist/node_modules/libphonenumber-js/es6/format.js +70 -91
  691. package/dist/node_modules/libphonenumber-js/es6/getCountries.js +5 -5
  692. package/dist/node_modules/libphonenumber-js/es6/helpers/RFC3966.js +8 -10
  693. package/dist/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +5 -5
  694. package/dist/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +19 -14
  695. package/dist/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +9 -9
  696. package/dist/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js +15 -17
  697. package/dist/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +35 -45
  698. package/dist/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +20 -26
  699. package/dist/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js +17 -22
  700. package/dist/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +24 -36
  701. package/dist/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +26 -30
  702. package/dist/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.js +13 -21
  703. package/dist/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +10 -24
  704. package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryAndCallingCodeFromOneOfThem.js +10 -11
  705. package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +6 -8
  706. package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +39 -39
  707. package/dist/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js +9 -11
  708. package/dist/node_modules/libphonenumber-js/es6/helpers/getNumberType.js +56 -47
  709. package/dist/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js +12 -12
  710. package/dist/node_modules/libphonenumber-js/es6/helpers/isCallingCode.js +5 -5
  711. package/dist/node_modules/libphonenumber-js/es6/helpers/isCountryCode.js +5 -5
  712. package/dist/node_modules/libphonenumber-js/es6/helpers/isObject.js +6 -6
  713. package/dist/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +9 -17
  714. package/dist/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js +5 -5
  715. package/dist/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js +39 -0
  716. package/dist/node_modules/libphonenumber-js/es6/helpers/parseDigits.js +46 -77
  717. package/dist/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js +17 -18
  718. package/dist/node_modules/libphonenumber-js/es6/isPossible.js +29 -32
  719. package/dist/node_modules/libphonenumber-js/es6/isValid.js +12 -13
  720. package/dist/node_modules/libphonenumber-js/es6/isValidPhoneNumber.js +55 -52
  721. package/dist/node_modules/libphonenumber-js/es6/metadata.js +462 -482
  722. package/dist/node_modules/libphonenumber-js/es6/normalizeArguments.js +97 -95
  723. package/dist/node_modules/libphonenumber-js/es6/parse.js +98 -133
  724. package/dist/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +43 -35
  725. package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumber.js +8 -8
  726. package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js +51 -48
  727. package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js +59 -55
  728. package/dist/node_modules/libphonenumber-js/es6/tools/semver-compare.js +13 -13
  729. package/dist/node_modules/libphonenumber-js/metadata.min.json.js +7437 -3
  730. package/dist/node_modules/libphonenumber-js/min/exports/getCountries.js +6 -6
  731. package/dist/node_modules/libphonenumber-js/min/exports/getCountryCallingCode.js +6 -6
  732. package/dist/node_modules/libphonenumber-js/min/exports/isSupportedCountry.js +7 -7
  733. package/dist/node_modules/libphonenumber-js/min/exports/isValidPhoneNumber.js +6 -6
  734. package/dist/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.js +7 -7
  735. package/dist/node_modules/libphonenumber-js/min/exports/withMetadataArgument.js +6 -6
  736. package/dist/node_modules/linkifyjs/dist/linkify.js +486 -679
  737. package/dist/node_modules/next-themes/dist/index.js +120 -85
  738. package/dist/node_modules/orderedmap/dist/index.js +64 -100
  739. package/dist/node_modules/prosemirror-commands/dist/index.js +313 -368
  740. package/dist/node_modules/prosemirror-dropcursor/dist/index.js +109 -84
  741. package/dist/node_modules/prosemirror-gapcursor/dist/index.js +162 -195
  742. package/dist/node_modules/prosemirror-history/dist/index.js +203 -239
  743. package/dist/node_modules/prosemirror-keymap/dist/index.js +45 -57
  744. package/dist/node_modules/prosemirror-model/dist/index.js +1783 -2735
  745. package/dist/node_modules/prosemirror-schema-list/dist/index.js +66 -81
  746. package/dist/node_modules/prosemirror-state/dist/index.js +517 -814
  747. package/dist/node_modules/prosemirror-transform/dist/index.js +1104 -1505
  748. package/dist/node_modules/prosemirror-view/dist/index.js +3274 -3782
  749. package/dist/node_modules/react/cjs/react-compiler-runtime.development.js +15 -21
  750. package/dist/node_modules/react/cjs/react-compiler-runtime.production.js +12 -14
  751. package/dist/node_modules/react/compiler-runtime.js +10 -10
  752. package/dist/node_modules/rope-sequence/dist/index.js +82 -99
  753. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +55 -58
  754. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +53 -57
  755. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +53 -58
  756. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +45 -46
  757. package/dist/node_modules/use-sync-external-store/shim/index.js +10 -10
  758. package/dist/node_modules/use-sync-external-store/shim/with-selector.js +10 -10
  759. package/dist/node_modules/w3c-keyname/index.js +87 -92
  760. package/dist/theme/component-recipes.js +52 -53
  761. package/dist/theme/theme-casper-ui.js +179 -420
  762. package/dist/theme/theme-helper.js +4 -4
  763. package/dist/theme/theme-provider.js +33 -34
  764. package/dist/theme/theme-style-props.d.ts.map +1 -1
  765. package/dist/theme/theme-tokens.js +22 -12
  766. package/dist/theme/theme-types.js +22 -12
  767. package/dist/theme/theme.js +213 -268
  768. package/package.json +30 -29
  769. package/dist/_virtual/compiler-runtime.js +0 -5
  770. package/dist/_virtual/compiler-runtime2.js +0 -4
  771. package/dist/_virtual/index.js +0 -5
  772. package/dist/_virtual/index2.js +0 -4
  773. package/dist/_virtual/react-compiler-runtime.development.js +0 -4
  774. package/dist/_virtual/react-compiler-runtime.production.js +0 -4
  775. package/dist/_virtual/use-sync-external-store-shim.development.js +0 -4
  776. package/dist/_virtual/use-sync-external-store-shim.production.js +0 -4
  777. package/dist/_virtual/with-selector.development.js +0 -4
  778. package/dist/_virtual/with-selector.js +0 -5
  779. package/dist/_virtual/with-selector.production.js +0 -4
  780. package/dist/_virtual/with-selector2.js +0 -4
  781. package/dist/packages/casper-ui-library/node_modules/@tiptap/react/dist/index.js +0 -506
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const e = C("ImageIcon", "M16 4.5H4C3.71875 4.5 3.5 4.75 3.5 5V15.0312L3.625 14.8437L6.125 11.3437C6.28125 11.125 6.5 11 6.75 11C6.96875 11 7.21875 11.125 7.34375 11.3125L8.3125 12.6562L10.9062 9.3125C11.0312 9.125 11.25 9 11.5 9C11.7188 9 11.9375 9.125 12.0938 9.3125L16.3438 14.8125L16.5 15V5C16.5 4.75 16.25 4.5 16 4.5ZM4 3H16C17.0938 3 18 3.90625 18 5V15C18 16.125 17.0938 17 16 17H4C2.875 17 2 16.125 2 15V5C2 3.90625 2.875 3 4 3ZM6.5 9C5.9375 9 5.46875 8.71875 5.1875 8.25C4.90625 7.8125 4.90625 7.21875 5.1875 6.75C5.46875 6.3125 5.9375 6 6.5 6C7.03125 6 7.5 6.3125 7.78125 6.75C8.0625 7.21875 8.0625 7.8125 7.78125 8.25C7.5 8.71875 7.03125 9 6.5 9Z");
3
- export {
4
- e as ImageIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/image-icon.ts
3
+ var t = e("ImageIcon", "M16 4.5H4C3.71875 4.5 3.5 4.75 3.5 5V15.0312L3.625 14.8437L6.125 11.3437C6.28125 11.125 6.5 11 6.75 11C6.96875 11 7.21875 11.125 7.34375 11.3125L8.3125 12.6562L10.9062 9.3125C11.0312 9.125 11.25 9 11.5 9C11.7188 9 11.9375 9.125 12.0938 9.3125L16.3438 14.8125L16.5 15V5C16.5 4.75 16.25 4.5 16 4.5ZM4 3H16C17.0938 3 18 3.90625 18 5V15C18 16.125 17.0938 17 16 17H4C2.875 17 2 16.125 2 15V5C2 3.90625 2.875 3 4 3ZM6.5 9C5.9375 9 5.46875 8.71875 5.1875 8.25C4.90625 7.8125 4.90625 7.21875 5.1875 6.75C5.46875 6.3125 5.9375 6 6.5 6C7.03125 6 7.5 6.3125 7.78125 6.75C8.0625 7.21875 8.0625 7.8125 7.78125 8.25C7.5 8.71875 7.03125 9 6.5 9Z");
4
+ //#endregion
5
+ export { t as ImageIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const r = C("ImportIcon", "M15.25 17H4.75C4.3125 17 4 16.6875 4 16.25C4 15.8437 4.3125 15.5 4.75 15.5H15.25C15.6562 15.5 16 15.8437 16 16.25C16 16.6875 15.6562 17 15.25 17ZM9.4375 12.7812L5.4375 8.53125C5.15625 8.21875 5.1875 7.75 5.46875 7.46875C5.78125 7.1875 6.25 7.1875 6.53125 7.5L9.25 10.375V3.75C9.25 3.34375 9.5625 3 10 3C10.4062 3 10.75 3.34375 10.75 3.75V10.375L13.4375 7.5C13.7188 7.1875 14.1875 7.1875 14.5 7.46875C14.8125 7.75 14.8125 8.21875 14.5312 8.53125L10.5312 12.7812C10.375 12.9375 10.1875 13 10 13C9.78125 13 9.59375 12.9375 9.4375 12.7812Z");
3
- export {
4
- r as ImportIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/import-icon.ts
3
+ var t = e("ImportIcon", "M15.25 17H4.75C4.3125 17 4 16.6875 4 16.25C4 15.8437 4.3125 15.5 4.75 15.5H15.25C15.6562 15.5 16 15.8437 16 16.25C16 16.6875 15.6562 17 15.25 17ZM9.4375 12.7812L5.4375 8.53125C5.15625 8.21875 5.1875 7.75 5.46875 7.46875C5.78125 7.1875 6.25 7.1875 6.53125 7.5L9.25 10.375V3.75C9.25 3.34375 9.5625 3 10 3C10.4062 3 10.75 3.34375 10.75 3.75V10.375L13.4375 7.5C13.7188 7.1875 14.1875 7.1875 14.5 7.46875C14.8125 7.75 14.8125 8.21875 14.5312 8.53125L10.5312 12.7812C10.375 12.9375 10.1875 13 10 13C9.78125 13 9.59375 12.9375 9.4375 12.7812Z");
4
+ //#endregion
5
+ export { t as ImportIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("InboxIcon", "M4.34375 4.9375L3.5625 11H6.25C6.65625 11 7.03125 11.2188 7.28125 11.5625L7.90625 12.5H12.0938L12.7188 11.5625C12.9688 11.2188 13.3438 11 13.7812 11H16.4375L15.6562 4.9375C15.625 4.6875 15.4062 4.5 15.1562 4.5H4.84375C4.59375 4.5 4.375 4.6875 4.34375 4.9375ZM3.5 12.5V15C3.5 15.2812 3.71875 15.5 4 15.5H16C16.2812 15.5 16.5 15.2812 16.5 15V12.5H13.9062L13.2812 13.4375C13.0312 13.7812 12.6562 14 12.25 14H7.78125C7.34375 14 6.96875 13.7812 6.71875 13.4375L6.09375 12.5H3.5ZM4.84375 3H15.1562C16.1562 3 17 3.75 17.125 4.75L18 11.4062V15C18 16.0938 17.0938 17 16 17H4C2.90625 17 2 16.0938 2 15V11.4062L2.875 4.75C3 3.75 3.84375 3 4.84375 3Z");
3
- export {
4
- o as InboxIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/inbox-icon.ts
3
+ var t = e("InboxIcon", "M4.34375 4.9375L3.5625 11H6.25C6.65625 11 7.03125 11.2188 7.28125 11.5625L7.90625 12.5H12.0938L12.7188 11.5625C12.9688 11.2188 13.3438 11 13.7812 11H16.4375L15.6562 4.9375C15.625 4.6875 15.4062 4.5 15.1562 4.5H4.84375C4.59375 4.5 4.375 4.6875 4.34375 4.9375ZM3.5 12.5V15C3.5 15.2812 3.71875 15.5 4 15.5H16C16.2812 15.5 16.5 15.2812 16.5 15V12.5H13.9062L13.2812 13.4375C13.0312 13.7812 12.6562 14 12.25 14H7.78125C7.34375 14 6.96875 13.7812 6.71875 13.4375L6.09375 12.5H3.5ZM4.84375 3H15.1562C16.1562 3 17 3.75 17.125 4.75L18 11.4062V15C18 16.0938 17.0938 17 16 17H4C2.90625 17 2 16.0938 2 15V11.4062L2.875 4.75C3 3.75 3.84375 3 4.84375 3Z");
4
+ //#endregion
5
+ export { t as InboxIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const c = C("IncreaseIcon", "M10.75 4.25V9.25H15.75C16.1562 9.25 16.5 9.59375 16.5 10C16.5 10.4375 16.1562 10.75 15.75 10.75H10.75V15.75C10.75 16.1875 10.4062 16.5 10 16.5C9.5625 16.5 9.25 16.1875 9.25 15.75V10.75H4.25C3.8125 10.75 3.5 10.4375 3.5 10C3.5 9.59375 3.8125 9.25 4.25 9.25H9.25V4.25C9.25 3.84375 9.5625 3.5 10 3.5C10.4062 3.5 10.75 3.84375 10.75 4.25Z");
3
- export {
4
- c as IncreaseIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/increase-icon.ts
3
+ var t = e("IncreaseIcon", "M10.75 4.25V9.25H15.75C16.1562 9.25 16.5 9.59375 16.5 10C16.5 10.4375 16.1562 10.75 15.75 10.75H10.75V15.75C10.75 16.1875 10.4062 16.5 10 16.5C9.5625 16.5 9.25 16.1875 9.25 15.75V10.75H4.25C3.8125 10.75 3.5 10.4375 3.5 10C3.5 9.59375 3.8125 9.25 4.25 9.25H9.25V4.25C9.25 3.84375 9.5625 3.5 10 3.5C10.4062 3.5 10.75 3.84375 10.75 4.25Z");
4
+ //#endregion
5
+ export { t as IncreaseIcon };
@@ -1,5 +1,5 @@
1
1
  import { createCasperIcon as e } from "../create-icon.js";
2
- const t = e("IndeterminateIcon", "M5 9.99996C5 9.53972 5.3731 9.16663 5.83333 9.16663H14.1667C14.6269 9.16663 15 9.53972 15 9.99996C15 10.4602 14.6269 10.8333 14.1667 10.8333H5.83333C5.3731 10.8333 5 10.4602 5 9.99996Z");
3
- export {
4
- t as IndeterminateIcon
5
- };
2
+ //#region lib/components/icon/icons/indeterminate-icon.ts
3
+ var t = e("IndeterminateIcon", "M5 9.99996C5 9.53972 5.3731 9.16663 5.83333 9.16663H14.1667C14.6269 9.16663 15 9.53972 15 9.99996C15 10.4602 14.6269 10.8333 14.1667 10.8333H5.83333C5.3731 10.8333 5 10.4602 5 9.99996Z");
4
+ //#endregion
5
+ export { t as IndeterminateIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const n = C("InfoIcon", "M8.75 4.25C8.75 3.8125 8.96875 3.40625 9.375 3.1875C9.75 2.96875 10.2188 2.96875 10.625 3.1875C11 3.40625 11.25 3.8125 11.25 4.25C11.25 4.71875 11 5.125 10.625 5.34375C10.2188 5.5625 9.75 5.5625 9.375 5.34375C8.96875 5.125 8.75 4.71875 8.75 4.25ZM7.5 8.25C7.5 7.84375 7.8125 7.5 8.25 7.5H10C10.4062 7.5 10.75 7.84375 10.75 8.25V16.5H12.25C12.6562 16.5 13 16.8438 13 17.25C13 17.6875 12.6562 18 12.25 18H7.75C7.3125 18 7 17.6875 7 17.25C7 16.8438 7.3125 16.5 7.75 16.5H9.25V9H8.25C7.8125 9 7.5 8.6875 7.5 8.25Z");
3
- export {
4
- n as InfoIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/info-icon.ts
3
+ var t = e("InfoIcon", "M8.75 4.25C8.75 3.8125 8.96875 3.40625 9.375 3.1875C9.75 2.96875 10.2188 2.96875 10.625 3.1875C11 3.40625 11.25 3.8125 11.25 4.25C11.25 4.71875 11 5.125 10.625 5.34375C10.2188 5.5625 9.75 5.5625 9.375 5.34375C8.96875 5.125 8.75 4.71875 8.75 4.25ZM7.5 8.25C7.5 7.84375 7.8125 7.5 8.25 7.5H10C10.4062 7.5 10.75 7.84375 10.75 8.25V16.5H12.25C12.6562 16.5 13 16.8438 13 17.25C13 17.6875 12.6562 18 12.25 18H7.75C7.3125 18 7 17.6875 7 17.25C7 16.8438 7.3125 16.5 7.75 16.5H9.25V9H8.25C7.8125 9 7.5 8.6875 7.5 8.25Z");
4
+ //#endregion
5
+ export { t as InfoIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const V = C("InheritanceIcon", "M7.5 4.5H4.5V7.5H7.5V4.5ZM4.5 3H7.5C8.3125 3 9 3.6875 9 4.5V7.5C9 8.34375 8.3125 9 7.5 9H6.75V12C6.75 12.7188 7.28125 13.25 8 13.25H11V12.5C11 11.6875 11.6562 11 12.5 11H15.5C16.3125 11 17 11.6875 17 12.5V15.5C17 16.3438 16.3125 17 15.5 17H12.5C11.6562 17 11 16.3438 11 15.5V14.75H8C6.46875 14.75 5.25 13.5312 5.25 12V9H4.5C3.65625 9 3 8.34375 3 7.5V4.5C3 3.6875 3.65625 3 4.5 3ZM15.5 12.5H12.5V15.5H15.5V12.5Z");
3
- export {
4
- V as InheritanceIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/inheritance-icon.ts
3
+ var t = e("InheritanceIcon", "M7.5 4.5H4.5V7.5H7.5V4.5ZM4.5 3H7.5C8.3125 3 9 3.6875 9 4.5V7.5C9 8.34375 8.3125 9 7.5 9H6.75V12C6.75 12.7188 7.28125 13.25 8 13.25H11V12.5C11 11.6875 11.6562 11 12.5 11H15.5C16.3125 11 17 11.6875 17 12.5V15.5C17 16.3438 16.3125 17 15.5 17H12.5C11.6562 17 11 16.3438 11 15.5V14.75H8C6.46875 14.75 5.25 13.5312 5.25 12V9H4.5C3.65625 9 3 8.34375 3 7.5V4.5C3 3.6875 3.65625 3 4.5 3ZM15.5 12.5H12.5V15.5H15.5V12.5Z");
4
+ //#endregion
5
+ export { t as InheritanceIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("JustEatIcon", "M9.50077 2.50094C9.64548 2.40472 9.81539 2.35339 9.98917 2.35339C10.163 2.35339 10.3329 2.40472 10.4776 2.50094C11.2281 2.97445 11.9488 3.49373 12.6355 4.05584C12.6355 4.05584 12.8224 4.18542 12.8274 3.96364C12.8077 3.68037 12.8236 3.39575 12.8747 3.11642C12.9019 3.04272 12.9512 2.97922 13.0159 2.93462C13.0806 2.89002 13.1575 2.86648 13.236 2.86724C13.236 2.86724 14.0832 2.9096 14.6215 2.98186C14.738 2.99958 14.8451 3.0563 14.9252 3.14275C15.0053 3.2292 15.0537 3.34027 15.0625 3.4578C15.0625 3.4578 15.4089 5.76773 15.4861 6.6C15.4861 6.6 15.5559 7.02361 16.1689 7.74125C16.1689 7.74125 17.4148 9.48553 17.5569 9.81944C17.5569 9.81944 17.8484 10.4225 17.2254 10.5022C17.2254 10.5022 16.0867 10.6168 15.9795 10.6442C15.9061 10.6524 15.8388 10.6891 15.7922 10.7465C15.7456 10.8038 15.7233 10.8772 15.7303 10.9507C15.7303 10.9507 15.6705 14.9626 15.379 16.8937C15.379 16.8937 15.3017 17.6587 14.8806 17.6413C14.8806 17.6413 13.7145 17.6014 13.4428 17.6114C13.4428 17.6114 13.3232 17.6114 13.3432 17.4544C13.3432 17.4544 13.9362 11.1949 13.5325 8.03031C13.5325 8.03031 13.5176 7.62165 13.2036 7.53194C13.2036 7.53194 12.9221 7.41732 12.6504 7.78112C11.4658 9.43347 10.817 11.4096 10.7915 13.4426C10.7915 13.4426 10.7567 14.4393 10.9087 14.6885C10.9087 14.6885 11.0033 14.8629 11.4868 14.9028L12.0997 14.985C12.0997 14.985 12.2144 14.985 12.2044 15.1345C12.2044 15.1345 12.0624 16.971 12.0225 17.2974C12.0211 17.3718 12.0059 17.4453 11.9776 17.5142C11.9776 17.5142 11.9552 17.5765 11.7634 17.569C11.7634 17.569 9.0647 17.5491 8.77316 17.569C8.77316 17.569 8.64608 17.569 8.61867 17.5017C8.59126 17.4345 8.42929 15.132 8.43676 14.8056C8.43462 14.7725 8.44221 14.7396 8.45859 14.7108C8.47498 14.682 8.49944 14.6586 8.52896 14.6436C8.73519 14.5142 8.90954 14.3398 9.03898 14.1336C9.16842 13.9273 9.24961 13.6945 9.27651 13.4525C9.31181 13.104 9.31765 12.753 9.29395 12.4035C9.29395 12.4035 9.39113 8.88002 9.41605 8.31687C9.41605 8.31687 9.43848 8.125 9.18929 8.08762C9.12918 8.07415 9.06619 8.08491 9.01396 8.11756C8.96172 8.15021 8.92445 8.20212 8.91021 8.26205C8.91021 8.26205 8.91021 8.27451 8.91021 8.28198C8.91021 8.28946 8.73578 10.6044 8.77067 11.5214C8.77067 11.5214 8.82798 12.1244 8.41434 12.1343C8.41434 12.1343 8.00817 12.1966 7.99073 11.6958C7.99073 11.6958 8.02063 9.4357 8.11781 8.32185C8.11818 8.26025 8.09572 8.20069 8.05477 8.15468C8.01381 8.10866 7.95726 8.07944 7.89604 8.07267C7.83212 8.06398 7.76732 8.08041 7.71527 8.11852C7.66322 8.15663 7.62797 8.21344 7.61695 8.277C7.61695 8.277 7.61695 8.28946 7.61695 8.29693C7.61695 8.30441 7.44252 10.4573 7.47492 11.5986C7.47492 11.5986 7.52724 12.1518 7.08619 12.1294C7.08619 12.1294 6.7174 12.1742 6.69497 11.6833C6.69497 11.6833 6.79714 8.59097 6.82206 8.34926C6.82616 8.28355 6.80409 8.21888 6.76067 8.16939C6.71725 8.1199 6.656 8.08961 6.59032 8.08513H6.5654C6.50307 8.07915 6.44078 8.09685 6.39092 8.13471C6.34105 8.17257 6.30727 8.22782 6.29628 8.28946V8.31437C6.29628 8.31437 6.12933 12.0122 6.15425 13.0987C6.15425 13.0987 6.1393 14.215 6.96409 14.6685C6.99636 14.687 7.02407 14.7125 7.0452 14.7432C7.06633 14.7738 7.08033 14.8087 7.08619 14.8455C7.08619 14.8455 7.18088 16.8065 7.26311 17.4395C7.26311 17.4395 7.29551 17.5915 7.15845 17.5915L5.08525 17.6463C5.08525 17.6463 4.74138 17.6712 4.66164 17.2451C4.39151 15.1689 4.26247 13.0768 4.27541 10.9831C4.28382 10.9054 4.26294 10.8274 4.21686 10.7642C4.17078 10.7011 4.1028 10.6574 4.02623 10.6417C4.02623 10.6417 2.96471 10.5421 2.70805 10.4798C2.65167 10.4655 2.59867 10.4403 2.55209 10.4055C2.5055 10.3707 2.46626 10.327 2.43662 10.277C2.40698 10.227 2.38752 10.1716 2.37936 10.114C2.3712 10.0564 2.37451 9.99783 2.38909 9.94154C2.39925 9.90242 2.41432 9.86474 2.43395 9.82941C4.16502 6.85313 6.58937 4.33902 9.50077 2.50094Z");
3
- export {
4
- o as JustEatIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/just-eat-icon.ts
3
+ var t = e("JustEatIcon", "M9.50077 2.50094C9.64548 2.40472 9.81539 2.35339 9.98917 2.35339C10.163 2.35339 10.3329 2.40472 10.4776 2.50094C11.2281 2.97445 11.9488 3.49373 12.6355 4.05584C12.6355 4.05584 12.8224 4.18542 12.8274 3.96364C12.8077 3.68037 12.8236 3.39575 12.8747 3.11642C12.9019 3.04272 12.9512 2.97922 13.0159 2.93462C13.0806 2.89002 13.1575 2.86648 13.236 2.86724C13.236 2.86724 14.0832 2.9096 14.6215 2.98186C14.738 2.99958 14.8451 3.0563 14.9252 3.14275C15.0053 3.2292 15.0537 3.34027 15.0625 3.4578C15.0625 3.4578 15.4089 5.76773 15.4861 6.6C15.4861 6.6 15.5559 7.02361 16.1689 7.74125C16.1689 7.74125 17.4148 9.48553 17.5569 9.81944C17.5569 9.81944 17.8484 10.4225 17.2254 10.5022C17.2254 10.5022 16.0867 10.6168 15.9795 10.6442C15.9061 10.6524 15.8388 10.6891 15.7922 10.7465C15.7456 10.8038 15.7233 10.8772 15.7303 10.9507C15.7303 10.9507 15.6705 14.9626 15.379 16.8937C15.379 16.8937 15.3017 17.6587 14.8806 17.6413C14.8806 17.6413 13.7145 17.6014 13.4428 17.6114C13.4428 17.6114 13.3232 17.6114 13.3432 17.4544C13.3432 17.4544 13.9362 11.1949 13.5325 8.03031C13.5325 8.03031 13.5176 7.62165 13.2036 7.53194C13.2036 7.53194 12.9221 7.41732 12.6504 7.78112C11.4658 9.43347 10.817 11.4096 10.7915 13.4426C10.7915 13.4426 10.7567 14.4393 10.9087 14.6885C10.9087 14.6885 11.0033 14.8629 11.4868 14.9028L12.0997 14.985C12.0997 14.985 12.2144 14.985 12.2044 15.1345C12.2044 15.1345 12.0624 16.971 12.0225 17.2974C12.0211 17.3718 12.0059 17.4453 11.9776 17.5142C11.9776 17.5142 11.9552 17.5765 11.7634 17.569C11.7634 17.569 9.0647 17.5491 8.77316 17.569C8.77316 17.569 8.64608 17.569 8.61867 17.5017C8.59126 17.4345 8.42929 15.132 8.43676 14.8056C8.43462 14.7725 8.44221 14.7396 8.45859 14.7108C8.47498 14.682 8.49944 14.6586 8.52896 14.6436C8.73519 14.5142 8.90954 14.3398 9.03898 14.1336C9.16842 13.9273 9.24961 13.6945 9.27651 13.4525C9.31181 13.104 9.31765 12.753 9.29395 12.4035C9.29395 12.4035 9.39113 8.88002 9.41605 8.31687C9.41605 8.31687 9.43848 8.125 9.18929 8.08762C9.12918 8.07415 9.06619 8.08491 9.01396 8.11756C8.96172 8.15021 8.92445 8.20212 8.91021 8.26205C8.91021 8.26205 8.91021 8.27451 8.91021 8.28198C8.91021 8.28946 8.73578 10.6044 8.77067 11.5214C8.77067 11.5214 8.82798 12.1244 8.41434 12.1343C8.41434 12.1343 8.00817 12.1966 7.99073 11.6958C7.99073 11.6958 8.02063 9.4357 8.11781 8.32185C8.11818 8.26025 8.09572 8.20069 8.05477 8.15468C8.01381 8.10866 7.95726 8.07944 7.89604 8.07267C7.83212 8.06398 7.76732 8.08041 7.71527 8.11852C7.66322 8.15663 7.62797 8.21344 7.61695 8.277C7.61695 8.277 7.61695 8.28946 7.61695 8.29693C7.61695 8.30441 7.44252 10.4573 7.47492 11.5986C7.47492 11.5986 7.52724 12.1518 7.08619 12.1294C7.08619 12.1294 6.7174 12.1742 6.69497 11.6833C6.69497 11.6833 6.79714 8.59097 6.82206 8.34926C6.82616 8.28355 6.80409 8.21888 6.76067 8.16939C6.71725 8.1199 6.656 8.08961 6.59032 8.08513H6.5654C6.50307 8.07915 6.44078 8.09685 6.39092 8.13471C6.34105 8.17257 6.30727 8.22782 6.29628 8.28946V8.31437C6.29628 8.31437 6.12933 12.0122 6.15425 13.0987C6.15425 13.0987 6.1393 14.215 6.96409 14.6685C6.99636 14.687 7.02407 14.7125 7.0452 14.7432C7.06633 14.7738 7.08033 14.8087 7.08619 14.8455C7.08619 14.8455 7.18088 16.8065 7.26311 17.4395C7.26311 17.4395 7.29551 17.5915 7.15845 17.5915L5.08525 17.6463C5.08525 17.6463 4.74138 17.6712 4.66164 17.2451C4.39151 15.1689 4.26247 13.0768 4.27541 10.9831C4.28382 10.9054 4.26294 10.8274 4.21686 10.7642C4.17078 10.7011 4.1028 10.6574 4.02623 10.6417C4.02623 10.6417 2.96471 10.5421 2.70805 10.4798C2.65167 10.4655 2.59867 10.4403 2.55209 10.4055C2.5055 10.3707 2.46626 10.327 2.43662 10.277C2.40698 10.227 2.38752 10.1716 2.37936 10.114C2.3712 10.0564 2.37451 9.99783 2.38909 9.94154C2.39925 9.90242 2.41432 9.86474 2.43395 9.82941C4.16502 6.85313 6.58937 4.33902 9.50077 2.50094Z");
4
+ //#endregion
5
+ export { t as JustEatIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as o } from "../create-icon.js";
2
- const a = o("KarmaIcon", "M4.625 15.4173V4.58264H7.13943V9.53213L12.8006 4.58264H16.2636L10.9637 9.13982L16.625 15.4173H13.3728L9.142 10.7092L7.13943 12.4295V15.4173H4.625Z");
3
- export {
4
- a as KarmaIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/karma-icon.ts
3
+ var t = e("KarmaIcon", "M4.625 15.4173V4.58264H7.13943V9.53213L12.8006 4.58264H16.2636L10.9637 9.13982L16.625 15.4173H13.3728L9.142 10.7092L7.13943 12.4295V15.4173H4.625Z");
4
+ //#endregion
5
+ export { t as KarmaIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const H = C("KeyCommandIcon", "M2 4.875C2 3.3125 3.28125 2 4.875 2C6.4375 2 7.75 3.3125 7.75 4.875V6.25H12.25V4.875C12.25 3.3125 13.5312 2 15.125 2C16.6875 2 18 3.3125 18 4.875V5C18 6.65625 16.6562 8 15 8H13.75V12H15C16.6562 12 18 13.3438 18 15V15.125C18 16.7188 16.6875 18 15.125 18C13.5312 18 12.25 16.7188 12.25 15.125V13.75H7.75V15.125C7.75 16.7188 6.4375 18 4.875 18C3.28125 18 2 16.7188 2 15.125V15C2 13.3438 3.34375 12 5 12H6.25V8H5C3.34375 8 2 6.65625 2 5V4.875ZM6.25 6.5V4.875C6.25 4.125 5.625 3.5 4.875 3.5C4.09375 3.5 3.5 4.125 3.5 4.875V5C3.5 5.84375 4.15625 6.5 5 6.5H6.25ZM7.75 12.25H12.25V7.75H7.75V12.25ZM6.25 13.5H5C4.15625 13.5 3.5 14.1875 3.5 15V15.125C3.5 15.9062 4.09375 16.5 4.875 16.5C5.625 16.5 6.25 15.9062 6.25 15.125V13.5ZM13.75 15.125C13.75 15.9062 14.3438 16.5 15.125 16.5C15.875 16.5 16.5 15.9062 16.5 15.125V15C16.5 14.1875 15.8125 13.5 15 13.5H13.75V15.125ZM13.75 6.5H15C15.8125 6.5 16.5 5.84375 16.5 5V4.875C16.5 4.125 15.875 3.5 15.125 3.5C14.3438 3.5 13.75 4.125 13.75 4.875V6.5Z");
3
- export {
4
- H as KeyCommandIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/key-command-icon.ts
3
+ var t = e("KeyCommandIcon", "M2 4.875C2 3.3125 3.28125 2 4.875 2C6.4375 2 7.75 3.3125 7.75 4.875V6.25H12.25V4.875C12.25 3.3125 13.5312 2 15.125 2C16.6875 2 18 3.3125 18 4.875V5C18 6.65625 16.6562 8 15 8H13.75V12H15C16.6562 12 18 13.3438 18 15V15.125C18 16.7188 16.6875 18 15.125 18C13.5312 18 12.25 16.7188 12.25 15.125V13.75H7.75V15.125C7.75 16.7188 6.4375 18 4.875 18C3.28125 18 2 16.7188 2 15.125V15C2 13.3438 3.34375 12 5 12H6.25V8H5C3.34375 8 2 6.65625 2 5V4.875ZM6.25 6.5V4.875C6.25 4.125 5.625 3.5 4.875 3.5C4.09375 3.5 3.5 4.125 3.5 4.875V5C3.5 5.84375 4.15625 6.5 5 6.5H6.25ZM7.75 12.25H12.25V7.75H7.75V12.25ZM6.25 13.5H5C4.15625 13.5 3.5 14.1875 3.5 15V15.125C3.5 15.9062 4.09375 16.5 4.875 16.5C5.625 16.5 6.25 15.9062 6.25 15.125V13.5ZM13.75 15.125C13.75 15.9062 14.3438 16.5 15.125 16.5C15.875 16.5 16.5 15.9062 16.5 15.125V15C16.5 14.1875 15.8125 13.5 15 13.5H13.75V15.125ZM13.75 6.5H15C15.8125 6.5 16.5 5.84375 16.5 5V4.875C16.5 4.125 15.875 3.5 15.125 3.5C14.3438 3.5 13.75 4.125 13.75 4.875V6.5Z");
4
+ //#endregion
5
+ export { t as KeyCommandIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("KeyEnterIcon", "M16.5 3.75C16.5 3.34375 16.8125 3 17.25 3C17.6562 3 18 3.34375 18 3.75V9C18 10.5312 16.75 11.75 15.25 11.75H4.53125L7.25 14.4688C7.5625 14.7812 7.5625 15.25 7.25 15.5312C6.96875 15.8438 6.5 15.8438 6.21875 15.5312L2.21875 11.5312C1.90625 11.25 1.90625 10.7812 2.21875 10.5L6.21875 6.46875C6.5 6.1875 6.96875 6.1875 7.25 6.46875C7.5625 6.78125 7.5625 7.25 7.25 7.53125L4.53125 10.25H15.25C15.9375 10.25 16.5 9.6875 16.5 9V3.75Z");
3
- export {
4
- o as KeyEnterIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/key-enter-icon.ts
3
+ var t = e("KeyEnterIcon", "M16.5 3.75C16.5 3.34375 16.8125 3 17.25 3C17.6562 3 18 3.34375 18 3.75V9C18 10.5312 16.75 11.75 15.25 11.75H4.53125L7.25 14.4688C7.5625 14.7812 7.5625 15.25 7.25 15.5312C6.96875 15.8438 6.5 15.8438 6.21875 15.5312L2.21875 11.5312C1.90625 11.25 1.90625 10.7812 2.21875 10.5L6.21875 6.46875C6.5 6.1875 6.96875 6.1875 7.25 6.46875C7.5625 6.78125 7.5625 7.25 7.25 7.53125L4.53125 10.25H15.25C15.9375 10.25 16.5 9.6875 16.5 9V3.75Z");
4
+ //#endregion
5
+ export { t as KeyEnterIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const e = C("KeyIcon", "M8.5 7.5C8.5 7.84375 8.53125 8.15625 8.59375 8.46875C8.65625 8.71875 8.59375 8.96875 8.40625 9.15625L3.5 14.0625V16.5H5.5V15.25C5.5 14.8438 5.8125 14.5 6.25 14.5H7.5V13.25C7.5 12.8438 7.8125 12.5 8.25 12.5H9.9375L10.8438 11.5938C11.0312 11.4062 11.2812 11.3438 11.5312 11.4062C11.8438 11.4688 12.1562 11.5 12.5 11.5C14.6875 11.5 16.5 9.71875 16.5 7.5C16.5 5.3125 14.6875 3.5 12.5 3.5C10.2812 3.5 8.5 5.3125 8.5 7.5ZM12.5 2C15.5312 2 18 4.46875 18 7.5C18 10.5625 15.5312 13 12.5 13C12.1875 13 11.9062 13 11.625 12.9375L10.7812 13.7812C10.625 13.9375 10.4375 14 10.25 14H9V15.25C9 15.6875 8.65625 16 8.25 16H7V17.25C7 17.6875 6.65625 18 6.25 18H2.75C2.3125 18 2 17.6875 2 17.25V13.75C2 13.5625 2.0625 13.375 2.21875 13.2188L7.0625 8.375C7 8.09375 7 7.8125 7 7.5C7 4.46875 9.4375 2 12.5 2ZM13.5 7.5C12.9375 7.5 12.5 7.0625 12.5 6.5C12.5 5.96875 12.9375 5.5 13.5 5.5C14.0312 5.5 14.5 5.96875 14.5 6.5C14.5 7.0625 14.0312 7.5 13.5 7.5Z");
3
- export {
4
- e as KeyIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/key-icon.ts
3
+ var t = e("KeyIcon", "M8.5 7.5C8.5 7.84375 8.53125 8.15625 8.59375 8.46875C8.65625 8.71875 8.59375 8.96875 8.40625 9.15625L3.5 14.0625V16.5H5.5V15.25C5.5 14.8438 5.8125 14.5 6.25 14.5H7.5V13.25C7.5 12.8438 7.8125 12.5 8.25 12.5H9.9375L10.8438 11.5938C11.0312 11.4062 11.2812 11.3438 11.5312 11.4062C11.8438 11.4688 12.1562 11.5 12.5 11.5C14.6875 11.5 16.5 9.71875 16.5 7.5C16.5 5.3125 14.6875 3.5 12.5 3.5C10.2812 3.5 8.5 5.3125 8.5 7.5ZM12.5 2C15.5312 2 18 4.46875 18 7.5C18 10.5625 15.5312 13 12.5 13C12.1875 13 11.9062 13 11.625 12.9375L10.7812 13.7812C10.625 13.9375 10.4375 14 10.25 14H9V15.25C9 15.6875 8.65625 16 8.25 16H7V17.25C7 17.6875 6.65625 18 6.25 18H2.75C2.3125 18 2 17.6875 2 17.25V13.75C2 13.5625 2.0625 13.375 2.21875 13.2188L7.0625 8.375C7 8.09375 7 7.8125 7 7.5C7 4.46875 9.4375 2 12.5 2ZM13.5 7.5C12.9375 7.5 12.5 7.0625 12.5 6.5C12.5 5.96875 12.9375 5.5 13.5 5.5C14.0312 5.5 14.5 5.96875 14.5 6.5C14.5 7.0625 14.0312 7.5 13.5 7.5Z");
4
+ //#endregion
5
+ export { t as KeyIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const e = C("KeyOptionIcon", "M5.375 5.78125C5.21875 5.625 5 5.5 4.78125 5.5H0.75C0.3125 5.5 0 5.1875 0 4.75C0 4.34375 0.3125 4 0.75 4H4.78125C5.4375 4 6.0625 4.3125 6.5 4.8125L14.5938 14.25C14.75 14.4062 14.9688 14.5 15.1875 14.5H19.25C19.6562 14.5 20 14.8438 20 15.25C20 15.6875 19.6562 16 19.25 16H15.1875C14.5312 16 13.9062 15.7188 13.4688 15.2188L5.375 5.78125ZM19.25 4C19.6562 4 20 4.34375 20 4.75C20 5.1875 19.6562 5.5 19.25 5.5H13.75C13.3125 5.5 13 5.1875 13 4.75C13 4.34375 13.3125 4 13.75 4H19.25Z");
3
- export {
4
- e as KeyOptionIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/key-option-icon.ts
3
+ var t = e("KeyOptionIcon", "M5.375 5.78125C5.21875 5.625 5 5.5 4.78125 5.5H0.75C0.3125 5.5 0 5.1875 0 4.75C0 4.34375 0.3125 4 0.75 4H4.78125C5.4375 4 6.0625 4.3125 6.5 4.8125L14.5938 14.25C14.75 14.4062 14.9688 14.5 15.1875 14.5H19.25C19.6562 14.5 20 14.8438 20 15.25C20 15.6875 19.6562 16 19.25 16H15.1875C14.5312 16 13.9062 15.7188 13.4688 15.2188L5.375 5.78125ZM19.25 4C19.6562 4 20 4.34375 20 4.75C20 5.1875 19.6562 5.5 19.25 5.5H13.75C13.3125 5.5 13 5.1875 13 4.75C13 4.34375 13.3125 4 13.75 4H19.25Z");
4
+ //#endregion
5
+ export { t as KeyOptionIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("LanguageIcon", "M10 16.5C13.2812 16.5 16 14.0625 16.4375 10.875L15.5312 10.6562C15.1875 10.5625 14.9062 10.3125 14.8125 10L14.2812 8.40625C14.125 7.90625 14.375 7.375 14.875 7.15625L15.6562 6.84375C14.5938 4.9375 12.5938 3.625 10.3125 3.53125L10.375 3.65625C10.5938 4.03125 10.5625 4.46875 10.2812 4.8125L9.78125 5.375C9.46875 5.75 9.46875 6.28125 9.78125 6.65625L10.1875 7.15625C10.375 7.375 10.375 7.65625 10.25 7.875C10.0938 8.09375 9.8125 8.1875 9.5625 8.125L8.8125 7.875C8.59375 7.8125 8.375 7.8125 8.15625 7.9375L7.96875 8.03125C7.6875 8.15625 7.5625 8.46875 7.65625 8.78125C7.71875 8.9375 7.8125 9.0625 7.9375 9.125L9.03125 9.75C9.3125 9.90625 9.65625 10 10.0312 10H11.375C11.75 10 12.1562 10.1562 12.4375 10.4375L12.5312 10.5625C12.8125 10.8438 13 11.25 13 11.625V11.9062C13 12.4375 12.6875 12.9375 12.2188 13.1875L11.9375 13.375C11.5 13.625 11.1562 14.0312 11 14.5625L10.9688 14.7188C10.8125 15.2188 10.4375 15.5938 9.9375 15.75C9.46875 15.875 9 15.5312 9 15.0312V14.0625C9 13.7188 8.78125 13.4062 8.5 13.25C8.1875 13.125 8 12.8125 8 12.4688V11.2188C8 10.6562 7.625 10.1562 7.09375 10L5.28125 9.5C4.78125 9.34375 4.34375 9 4.09375 8.5625L3.78125 8.03125C3.59375 8.65625 3.5 9.3125 3.5 10C3.5 13.5938 6.40625 16.5 10 16.5ZM10 18C7.125 18 4.5 16.5 3.0625 14C1.625 11.5312 1.625 8.5 3.0625 6C4.5 3.53125 7.125 2 10 2C12.8438 2 15.4688 3.53125 16.9062 6C18.3438 8.5 18.3438 11.5312 16.9062 14C15.4688 16.5 12.8438 18 10 18Z");
3
- export {
4
- o as LanguageIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/language-icon.ts
3
+ var t = e("LanguageIcon", "M10 16.5C13.2812 16.5 16 14.0625 16.4375 10.875L15.5312 10.6562C15.1875 10.5625 14.9062 10.3125 14.8125 10L14.2812 8.40625C14.125 7.90625 14.375 7.375 14.875 7.15625L15.6562 6.84375C14.5938 4.9375 12.5938 3.625 10.3125 3.53125L10.375 3.65625C10.5938 4.03125 10.5625 4.46875 10.2812 4.8125L9.78125 5.375C9.46875 5.75 9.46875 6.28125 9.78125 6.65625L10.1875 7.15625C10.375 7.375 10.375 7.65625 10.25 7.875C10.0938 8.09375 9.8125 8.1875 9.5625 8.125L8.8125 7.875C8.59375 7.8125 8.375 7.8125 8.15625 7.9375L7.96875 8.03125C7.6875 8.15625 7.5625 8.46875 7.65625 8.78125C7.71875 8.9375 7.8125 9.0625 7.9375 9.125L9.03125 9.75C9.3125 9.90625 9.65625 10 10.0312 10H11.375C11.75 10 12.1562 10.1562 12.4375 10.4375L12.5312 10.5625C12.8125 10.8438 13 11.25 13 11.625V11.9062C13 12.4375 12.6875 12.9375 12.2188 13.1875L11.9375 13.375C11.5 13.625 11.1562 14.0312 11 14.5625L10.9688 14.7188C10.8125 15.2188 10.4375 15.5938 9.9375 15.75C9.46875 15.875 9 15.5312 9 15.0312V14.0625C9 13.7188 8.78125 13.4062 8.5 13.25C8.1875 13.125 8 12.8125 8 12.4688V11.2188C8 10.6562 7.625 10.1562 7.09375 10L5.28125 9.5C4.78125 9.34375 4.34375 9 4.09375 8.5625L3.78125 8.03125C3.59375 8.65625 3.5 9.3125 3.5 10C3.5 13.5938 6.40625 16.5 10 16.5ZM10 18C7.125 18 4.5 16.5 3.0625 14C1.625 11.5312 1.625 8.5 3.0625 6C4.5 3.53125 7.125 2 10 2C12.8438 2 15.4688 3.53125 16.9062 6C18.3438 8.5 18.3438 11.5312 16.9062 14C15.4688 16.5 12.8438 18 10 18Z");
4
+ //#endregion
5
+ export { t as LanguageIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const n = C("LinkBrokenIcon", "M1.20774 2.1875L4.98701 5.125C5.29934 5.0625 5.64291 5 6.01771 5H8.26653C8.67257 5 9.01614 5.34375 9.01614 5.75C9.01614 6.1875 8.67257 6.5 8.26653 6.5H6.76732L10.2655 9.25H13.2639C13.6699 9.25 14.0135 9.59375 14.0135 10C14.0135 10.4375 13.6699 10.75 13.2639 10.75H12.1707L15.3253 13.25C16.6059 12.7187 17.5117 11.4687 17.5117 10C17.5117 8.09375 15.9188 6.5 14.0135 6.5H11.7647C11.3274 6.5 11.0151 6.1875 11.0151 5.75C11.0151 5.34375 11.3274 5 11.7647 5H14.0135C16.7621 5 19.0109 7.25 19.0109 10C19.0109 11.8125 18.0427 13.375 16.6371 14.25L19.698 16.6875C20.0416 16.9375 20.1041 17.4062 19.823 17.7187C19.5731 18.0625 19.1046 18.125 18.7923 17.8437L0.301964 3.34375C-0.0416058 3.09375 -0.104073 2.625 0.177029 2.3125C0.426898 1.96875 0.895402 1.90625 1.20774 2.1875ZM3.39409 7.6875C2.83189 8.3125 2.51955 9.125 2.51955 10C2.51955 11.9375 4.08123 13.5 6.01771 13.5H8.26653C8.67257 13.5 9.01614 13.8437 9.01614 14.25C9.01614 14.6875 8.67257 15 8.26653 15H6.01771C3.23792 15 1.02034 12.7812 1.02034 10C1.02034 8.78125 1.45761 7.625 2.20721 6.75L3.39409 7.6875Z");
3
- export {
4
- n as LinkBrokenIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/link-broken-icon.ts
3
+ var t = e("LinkBrokenIcon", "M1.20774 2.1875L4.98701 5.125C5.29934 5.0625 5.64291 5 6.01771 5H8.26653C8.67257 5 9.01614 5.34375 9.01614 5.75C9.01614 6.1875 8.67257 6.5 8.26653 6.5H6.76732L10.2655 9.25H13.2639C13.6699 9.25 14.0135 9.59375 14.0135 10C14.0135 10.4375 13.6699 10.75 13.2639 10.75H12.1707L15.3253 13.25C16.6059 12.7187 17.5117 11.4687 17.5117 10C17.5117 8.09375 15.9188 6.5 14.0135 6.5H11.7647C11.3274 6.5 11.0151 6.1875 11.0151 5.75C11.0151 5.34375 11.3274 5 11.7647 5H14.0135C16.7621 5 19.0109 7.25 19.0109 10C19.0109 11.8125 18.0427 13.375 16.6371 14.25L19.698 16.6875C20.0416 16.9375 20.1041 17.4062 19.823 17.7187C19.5731 18.0625 19.1046 18.125 18.7923 17.8437L0.301964 3.34375C-0.0416058 3.09375 -0.104073 2.625 0.177029 2.3125C0.426898 1.96875 0.895402 1.90625 1.20774 2.1875ZM3.39409 7.6875C2.83189 8.3125 2.51955 9.125 2.51955 10C2.51955 11.9375 4.08123 13.5 6.01771 13.5H8.26653C8.67257 13.5 9.01614 13.8437 9.01614 14.25C9.01614 14.6875 8.67257 15 8.26653 15H6.01771C3.23792 15 1.02034 12.7812 1.02034 10C1.02034 8.78125 1.45761 7.625 2.20721 6.75L3.39409 7.6875Z");
4
+ //#endregion
5
+ export { t as LinkBrokenIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("LinkExternalIcon", "M11.5 2.75C11.5 2.34375 11.8125 2 12.25 2H17.2188C17.6562 2 17.9688 2.34375 17.9688 2.75V7.75C17.9688 8.1875 17.6562 8.5 17.2188 8.5C16.8125 8.5 16.4688 8.1875 16.4688 7.75V4.5625L9.5 11.5312C9.21875 11.8438 8.75 11.8438 8.46875 11.5312C8.15625 11.25 8.15625 10.7812 8.46875 10.4688L15.4375 3.5H12.25C11.8125 3.5 11.5 3.1875 11.5 2.75ZM4.25 3H8.25C8.65625 3 9 3.34375 9 3.75C9 4.1875 8.65625 4.5 8.25 4.5H4.25C3.8125 4.5 3.5 4.84375 3.5 5.25V15.75C3.5 16.1875 3.8125 16.5 4.25 16.5H14.75C15.1562 16.5 15.5 16.1875 15.5 15.75V11.75C15.5 11.3438 15.8125 11 16.25 11C16.6562 11 17 11.3438 17 11.75V15.75C17 17 15.9688 18 14.75 18H4.25C3 18 2 17 2 15.75V5.25C2 4.03125 3 3 4.25 3Z");
3
- export {
4
- o as LinkExternalIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/link-external-icon.ts
3
+ var t = e("LinkExternalIcon", "M11.5 2.75C11.5 2.34375 11.8125 2 12.25 2H17.2188C17.6562 2 17.9688 2.34375 17.9688 2.75V7.75C17.9688 8.1875 17.6562 8.5 17.2188 8.5C16.8125 8.5 16.4688 8.1875 16.4688 7.75V4.5625L9.5 11.5312C9.21875 11.8438 8.75 11.8438 8.46875 11.5312C8.15625 11.25 8.15625 10.7812 8.46875 10.4688L15.4375 3.5H12.25C11.8125 3.5 11.5 3.1875 11.5 2.75ZM4.25 3H8.25C8.65625 3 9 3.34375 9 3.75C9 4.1875 8.65625 4.5 8.25 4.5H4.25C3.8125 4.5 3.5 4.84375 3.5 5.25V15.75C3.5 16.1875 3.8125 16.5 4.25 16.5H14.75C15.1562 16.5 15.5 16.1875 15.5 15.75V11.75C15.5 11.3438 15.8125 11 16.25 11C16.6562 11 17 11.3438 17 11.75V15.75C17 17 15.9688 18 14.75 18H4.25C3 18 2 17 2 15.75V5.25C2 4.03125 3 3 4.25 3Z");
4
+ //#endregion
5
+ export { t as LinkExternalIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("LinkIcon", "M1 10C1 7.25 3.21875 5 6 5H8.25C8.65625 5 9 5.34375 9 5.75C9 6.1875 8.65625 6.5 8.25 6.5H6C4.0625 6.5 2.5 8.09375 2.5 10C2.5 11.9375 4.0625 13.5 6 13.5H8.25C8.65625 13.5 9 13.8438 9 14.25C9 14.6875 8.65625 15 8.25 15H6C3.21875 15 1 12.7812 1 10ZM19 10C19 12.7812 16.75 15 14 15H11.75C11.3125 15 11 14.6875 11 14.25C11 13.8438 11.3125 13.5 11.75 13.5H14C15.9062 13.5 17.5 11.9375 17.5 10C17.5 8.09375 15.9062 6.5 14 6.5H11.75C11.3125 6.5 11 6.1875 11 5.75C11 5.34375 11.3125 5 11.75 5H14C16.75 5 19 7.25 19 10ZM6.75 9.25H13.25C13.6562 9.25 14 9.59375 14 10C14 10.4375 13.6562 10.75 13.25 10.75H6.75C6.3125 10.75 6 10.4375 6 10C6 9.59375 6.3125 9.25 6.75 9.25Z");
3
- export {
4
- o as LinkIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/link-icon.ts
3
+ var t = e("LinkIcon", "M1 10C1 7.25 3.21875 5 6 5H8.25C8.65625 5 9 5.34375 9 5.75C9 6.1875 8.65625 6.5 8.25 6.5H6C4.0625 6.5 2.5 8.09375 2.5 10C2.5 11.9375 4.0625 13.5 6 13.5H8.25C8.65625 13.5 9 13.8438 9 14.25C9 14.6875 8.65625 15 8.25 15H6C3.21875 15 1 12.7812 1 10ZM19 10C19 12.7812 16.75 15 14 15H11.75C11.3125 15 11 14.6875 11 14.25C11 13.8438 11.3125 13.5 11.75 13.5H14C15.9062 13.5 17.5 11.9375 17.5 10C17.5 8.09375 15.9062 6.5 14 6.5H11.75C11.3125 6.5 11 6.1875 11 5.75C11 5.34375 11.3125 5 11.75 5H14C16.75 5 19 7.25 19 10ZM6.75 9.25H13.25C13.6562 9.25 14 9.59375 14 10C14 10.4375 13.6562 10.75 13.25 10.75H6.75C6.3125 10.75 6 10.4375 6 10C6 9.59375 6.3125 9.25 6.75 9.25Z");
4
+ //#endregion
5
+ export { t as LinkIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const L = C("ListOLIcon", "M2.75001 3.75C2.75001 3.34375 3.06251 3 3.50001 3H4.50001C4.90626 3 5.25001 3.34375 5.25001 3.75V7.5H5.75001C6.15626 7.5 6.50001 7.84375 6.50001 8.25C6.50001 8.6875 6.15626 9 5.75001 9H3.25001C2.81251 9 2.50001 8.6875 2.50001 8.25C2.50001 7.84375 2.81251 7.5 3.25001 7.5H3.75001V4.5H3.50001C3.06251 4.5 2.75001 4.1875 2.75001 3.75ZM4.68751 12.6875C4.50001 12.4375 4.12501 12.4687 3.93751 12.7187L3.59376 13.1875C3.34376 13.5312 2.87501 13.625 2.56251 13.375C2.21876 13.125 2.12501 12.6562 2.37501 12.3125L2.71876 11.8437C3.46876 10.8125 4.96876 10.7187 5.81251 11.6875C6.50001 12.4375 6.46876 13.5937 5.78126 14.3437L4.68751 15.5H5.75001C6.15626 15.5 6.50001 15.8437 6.50001 16.25C6.50001 16.6875 6.15626 17 5.75001 17H3.00001C2.68751 17 2.40626 16.8437 2.31251 16.5625C2.18751 16.2812 2.21876 15.9687 2.43751 15.75L4.68751 13.3125C4.84376 13.125 4.84376 12.875 4.68751 12.6875ZM8.75001 4.25H17.25C17.6563 4.25 18 4.59375 18 5C18 5.4375 17.6563 5.75 17.25 5.75H8.75001C8.31251 5.75 8.00001 5.4375 8.00001 5C8.00001 4.59375 8.31251 4.25 8.75001 4.25ZM8.75001 9.25H17.25C17.6563 9.25 18 9.59375 18 10C18 10.4375 17.6563 10.75 17.25 10.75H8.75001C8.31251 10.75 8.00001 10.4375 8.00001 10C8.00001 9.59375 8.31251 9.25 8.75001 9.25ZM8.75001 14.25H17.25C17.6563 14.25 18 14.5937 18 15C18 15.4375 17.6563 15.75 17.25 15.75H8.75001C8.31251 15.75 8.00001 15.4375 8.00001 15C8.00001 14.5937 8.31251 14.25 8.75001 14.25Z");
3
- export {
4
- L as ListOLIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/list-ol-icon.ts
3
+ var t = e("ListOLIcon", "M2.75001 3.75C2.75001 3.34375 3.06251 3 3.50001 3H4.50001C4.90626 3 5.25001 3.34375 5.25001 3.75V7.5H5.75001C6.15626 7.5 6.50001 7.84375 6.50001 8.25C6.50001 8.6875 6.15626 9 5.75001 9H3.25001C2.81251 9 2.50001 8.6875 2.50001 8.25C2.50001 7.84375 2.81251 7.5 3.25001 7.5H3.75001V4.5H3.50001C3.06251 4.5 2.75001 4.1875 2.75001 3.75ZM4.68751 12.6875C4.50001 12.4375 4.12501 12.4687 3.93751 12.7187L3.59376 13.1875C3.34376 13.5312 2.87501 13.625 2.56251 13.375C2.21876 13.125 2.12501 12.6562 2.37501 12.3125L2.71876 11.8437C3.46876 10.8125 4.96876 10.7187 5.81251 11.6875C6.50001 12.4375 6.46876 13.5937 5.78126 14.3437L4.68751 15.5H5.75001C6.15626 15.5 6.50001 15.8437 6.50001 16.25C6.50001 16.6875 6.15626 17 5.75001 17H3.00001C2.68751 17 2.40626 16.8437 2.31251 16.5625C2.18751 16.2812 2.21876 15.9687 2.43751 15.75L4.68751 13.3125C4.84376 13.125 4.84376 12.875 4.68751 12.6875ZM8.75001 4.25H17.25C17.6563 4.25 18 4.59375 18 5C18 5.4375 17.6563 5.75 17.25 5.75H8.75001C8.31251 5.75 8.00001 5.4375 8.00001 5C8.00001 4.59375 8.31251 4.25 8.75001 4.25ZM8.75001 9.25H17.25C17.6563 9.25 18 9.59375 18 10C18 10.4375 17.6563 10.75 17.25 10.75H8.75001C8.31251 10.75 8.00001 10.4375 8.00001 10C8.00001 9.59375 8.31251 9.25 8.75001 9.25ZM8.75001 14.25H17.25C17.6563 14.25 18 14.5937 18 15C18 15.4375 17.6563 15.75 17.25 15.75H8.75001C8.31251 15.75 8.00001 15.4375 8.00001 15C8.00001 14.5937 8.31251 14.25 8.75001 14.25Z");
4
+ //#endregion
5
+ export { t as ListOLIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const t = C("ListULIcon", "M4 4C4.53125 4 5 4.46875 5 5C5 5.5625 4.53125 6 4 6C3.4375 6 3 5.5625 3 5C3 4.46875 3.4375 4 4 4ZM7.75 4.25H17.25C17.6562 4.25 18 4.59375 18 5C18 5.4375 17.6562 5.75 17.25 5.75H7.75C7.3125 5.75 7 5.4375 7 5C7 4.59375 7.3125 4.25 7.75 4.25ZM7.75 9.25H17.25C17.6562 9.25 18 9.59375 18 10C18 10.4375 17.6562 10.75 17.25 10.75H7.75C7.3125 10.75 7 10.4375 7 10C7 9.59375 7.3125 9.25 7.75 9.25ZM7.75 14.25H17.25C17.6562 14.25 18 14.5938 18 15C18 15.4375 17.6562 15.75 17.25 15.75H7.75C7.3125 15.75 7 15.4375 7 15C7 14.5938 7.3125 14.25 7.75 14.25ZM5 10C5 10.5625 4.53125 11 4 11C3.4375 11 3 10.5625 3 10C3 9.46875 3.4375 9 4 9C4.53125 9 5 9.46875 5 10ZM4 14C4.53125 14 5 14.4688 5 15C5 15.5625 4.53125 16 4 16C3.4375 16 3 15.5625 3 15C3 14.4688 3.4375 14 4 14Z");
3
- export {
4
- t as ListULIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/list-ul-icon.ts
3
+ var t = e("ListULIcon", "M4 4C4.53125 4 5 4.46875 5 5C5 5.5625 4.53125 6 4 6C3.4375 6 3 5.5625 3 5C3 4.46875 3.4375 4 4 4ZM7.75 4.25H17.25C17.6562 4.25 18 4.59375 18 5C18 5.4375 17.6562 5.75 17.25 5.75H7.75C7.3125 5.75 7 5.4375 7 5C7 4.59375 7.3125 4.25 7.75 4.25ZM7.75 9.25H17.25C17.6562 9.25 18 9.59375 18 10C18 10.4375 17.6562 10.75 17.25 10.75H7.75C7.3125 10.75 7 10.4375 7 10C7 9.59375 7.3125 9.25 7.75 9.25ZM7.75 14.25H17.25C17.6562 14.25 18 14.5938 18 15C18 15.4375 17.6562 15.75 17.25 15.75H7.75C7.3125 15.75 7 15.4375 7 15C7 14.5938 7.3125 14.25 7.75 14.25ZM5 10C5 10.5625 4.53125 11 4 11C3.4375 11 3 10.5625 3 10C3 9.46875 3.4375 9 4 9C4.53125 9 5 9.46875 5 10ZM4 14C4.53125 14 5 14.4688 5 15C5 15.5625 4.53125 16 4 16C3.4375 16 3 15.5625 3 15C3 14.4688 3.4375 14 4 14Z");
4
+ //#endregion
5
+ export { t as ListULIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as o } from "../create-icon.js";
2
- const n = o("LoadingIcon", "M16.2812 13.625V13.6562C15.9062 13.4375 15.7812 12.9687 15.9688 12.5937C16.2812 11.8125 16.5 10.9375 16.5 9.99999C16.5 6.68749 13.9688 3.93749 10.75 3.56249C10.3125 3.49999 10 3.18749 10 2.74999C10 2.34374 10.3125 1.99999 10.75 2.06249C14.8125 2.43749 18 5.84374 18 9.99999C18 11.2187 17.7188 12.3437 17.25 13.3437C17.0938 13.7187 16.625 13.8437 16.2812 13.625Z");
3
- export {
4
- n as LoadingIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/loading-icon.ts
3
+ var t = e("LoadingIcon", "M16.2812 13.625V13.6562C15.9062 13.4375 15.7812 12.9687 15.9688 12.5937C16.2812 11.8125 16.5 10.9375 16.5 9.99999C16.5 6.68749 13.9688 3.93749 10.75 3.56249C10.3125 3.49999 10 3.18749 10 2.74999C10 2.34374 10.3125 1.99999 10.75 2.06249C14.8125 2.43749 18 5.84374 18 9.99999C18 11.2187 17.7188 12.3437 17.25 13.3437C17.0938 13.7187 16.625 13.8437 16.2812 13.625Z");
4
+ //#endregion
5
+ export { t as LoadingIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as o } from "../create-icon.js";
2
- const c = o("LocationIcon", "M10 8.50001C10.8125 8.50001 11.5 9.18751 11.5 10V12.9688L14.5625 5.43751L7.03125 8.50001H10ZM4.5 10C4 10 3.59375 9.68751 3.5 9.21876C3.40625 8.75001 3.65625 8.28126 4.09375 8.09376L15.0938 3.59376C15.4688 3.43751 15.9062 3.53126 16.1875 3.81251C16.4688 4.09376 16.5625 4.53126 16.4062 4.90626L11.9062 15.9063C11.7188 16.3438 11.25 16.5938 10.7812 16.5C10.3125 16.4063 10 16 10 15.5V10H4.5Z");
3
- export {
4
- c as LocationIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/location-icon.ts
3
+ var t = e("LocationIcon", "M10 8.50001C10.8125 8.50001 11.5 9.18751 11.5 10V12.9688L14.5625 5.43751L7.03125 8.50001H10ZM4.5 10C4 10 3.59375 9.68751 3.5 9.21876C3.40625 8.75001 3.65625 8.28126 4.09375 8.09376L15.0938 3.59376C15.4688 3.43751 15.9062 3.53126 16.1875 3.81251C16.4688 4.09376 16.5625 4.53126 16.4062 4.90626L11.9062 15.9063C11.7188 16.3438 11.25 16.5938 10.7812 16.5C10.3125 16.4063 10 16 10 15.5V10H4.5Z");
4
+ //#endregion
5
+ export { t as LocationIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const V = C("LockIcon", "M7.5 6V8H12.5V6C12.5 4.625 11.375 3.5 10 3.5C8.59375 3.5 7.5 4.625 7.5 6ZM6 8V6C6 3.8125 7.78125 2 10 2C12.1875 2 14 3.8125 14 6V8H15C16.0938 8 17 8.90625 17 10V16C17 17.125 16.0938 18 15 18H5C3.875 18 3 17.125 3 16V10C3 8.90625 3.875 8 5 8H6ZM4.5 10V16C4.5 16.2812 4.71875 16.5 5 16.5H15C15.25 16.5 15.5 16.2812 15.5 16V10C15.5 9.75 15.25 9.5 15 9.5H5C4.71875 9.5 4.5 9.75 4.5 10Z");
3
- export {
4
- V as LockIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/lock-icon.ts
3
+ var t = e("LockIcon", "M7.5 6V8H12.5V6C12.5 4.625 11.375 3.5 10 3.5C8.59375 3.5 7.5 4.625 7.5 6ZM6 8V6C6 3.8125 7.78125 2 10 2C12.1875 2 14 3.8125 14 6V8H15C16.0938 8 17 8.90625 17 10V16C17 17.125 16.0938 18 15 18H5C3.875 18 3 17.125 3 16V10C3 8.90625 3.875 8 5 8H6ZM4.5 10V16C4.5 16.2812 4.71875 16.5 5 16.5H15C15.25 16.5 15.5 16.2812 15.5 16V10C15.5 9.75 15.25 9.5 15 9.5H5C4.71875 9.5 4.5 9.75 4.5 10Z");
4
+ //#endregion
5
+ export { t as LockIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const n = C("LogInIcon", "M8.78125 14.5312C8.46875 14.8437 8 14.8437 7.71875 14.5312C7.40625 14.25 7.40625 13.7812 7.71875 13.4687L10.4375 10.75H2.75C2.3125 10.75 2 10.4375 2 10C2 9.59375 2.3125 9.25 2.75 9.25H10.4375L7.71875 6.53125C7.40625 6.25 7.40625 5.78125 7.71875 5.46875C8 5.1875 8.46875 5.1875 8.78125 5.46875L12.7812 9.5C13.0625 9.78125 13.0625 10.25 12.7812 10.5312L8.78125 14.5312ZM12.75 4.5C12.3125 4.5 12 4.1875 12 3.75C12 3.34375 12.3125 3 12.75 3H15.25C16.75 3 18 4.25 18 5.75V14.25C18 15.7812 16.75 17 15.25 17H12.75C12.3125 17 12 16.6875 12 16.25C12 15.8437 12.3125 15.5 12.75 15.5H15.25C15.9375 15.5 16.5 14.9687 16.5 14.25V5.75C16.5 5.0625 15.9375 4.5 15.25 4.5H12.75Z");
3
- export {
4
- n as LogInIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/log-in-icon.ts
3
+ var t = e("LogInIcon", "M8.78125 14.5312C8.46875 14.8437 8 14.8437 7.71875 14.5312C7.40625 14.25 7.40625 13.7812 7.71875 13.4687L10.4375 10.75H2.75C2.3125 10.75 2 10.4375 2 10C2 9.59375 2.3125 9.25 2.75 9.25H10.4375L7.71875 6.53125C7.40625 6.25 7.40625 5.78125 7.71875 5.46875C8 5.1875 8.46875 5.1875 8.78125 5.46875L12.7812 9.5C13.0625 9.78125 13.0625 10.25 12.7812 10.5312L8.78125 14.5312ZM12.75 4.5C12.3125 4.5 12 4.1875 12 3.75C12 3.34375 12.3125 3 12.75 3H15.25C16.75 3 18 4.25 18 5.75V14.25C18 15.7812 16.75 17 15.25 17H12.75C12.3125 17 12 16.6875 12 16.25C12 15.8437 12.3125 15.5 12.75 15.5H15.25C15.9375 15.5 16.5 14.9687 16.5 14.25V5.75C16.5 5.0625 15.9375 4.5 15.25 4.5H12.75Z");
4
+ //#endregion
5
+ export { t as LogInIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const t = C("LogOutIcon", "M17.7812 10.5312L13.7812 14.5312C13.4687 14.8437 13 14.8437 12.7187 14.5312C12.4062 14.25 12.4062 13.7812 12.7187 13.4687L15.4375 10.75H7.75C7.3125 10.75 7 10.4375 7 10C7 9.59375 7.3125 9.25 7.75 9.25H15.4375L12.7187 6.53125C12.4062 6.25 12.4062 5.78125 12.7187 5.46875C13 5.1875 13.4687 5.1875 13.7812 5.46875L17.7812 9.5C18.0625 9.78125 18.0625 10.25 17.7812 10.5312ZM7.25 4.5H4.75C4.03125 4.5 3.5 5.0625 3.5 5.75V14.25C3.5 14.9687 4.03125 15.5 4.75 15.5H7.25C7.65625 15.5 8 15.8437 8 16.25C8 16.6875 7.65625 17 7.25 17H4.75C3.21875 17 2 15.7812 2 14.25V5.75C2 4.25 3.21875 3 4.75 3H7.25C7.65625 3 8 3.34375 8 3.75C8 4.1875 7.65625 4.5 7.25 4.5Z");
3
- export {
4
- t as LogOutIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/log-out-icon.ts
3
+ var t = e("LogOutIcon", "M17.7812 10.5312L13.7812 14.5312C13.4687 14.8437 13 14.8437 12.7187 14.5312C12.4062 14.25 12.4062 13.7812 12.7187 13.4687L15.4375 10.75H7.75C7.3125 10.75 7 10.4375 7 10C7 9.59375 7.3125 9.25 7.75 9.25H15.4375L12.7187 6.53125C12.4062 6.25 12.4062 5.78125 12.7187 5.46875C13 5.1875 13.4687 5.1875 13.7812 5.46875L17.7812 9.5C18.0625 9.78125 18.0625 10.25 17.7812 10.5312ZM7.25 4.5H4.75C4.03125 4.5 3.5 5.0625 3.5 5.75V14.25C3.5 14.9687 4.03125 15.5 4.75 15.5H7.25C7.65625 15.5 8 15.8437 8 16.25C8 16.6875 7.65625 17 7.25 17H4.75C3.21875 17 2 15.7812 2 14.25V5.75C2 4.25 3.21875 3 4.75 3H7.25C7.65625 3 8 3.34375 8 3.75C8 4.1875 7.65625 4.5 7.25 4.5Z");
4
+ //#endregion
5
+ export { t as LogOutIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as L } from "../create-icon.js";
2
- const V = L("MapIcon", "M18.6562 3.15625C18.875 3.28125 19 3.53125 19 3.75V14.25C19 14.5625 18.7812 14.8438 18.5 14.9688L13.25 16.9688C13.0938 17.0312 12.9062 17.0312 12.75 16.9688L7 15.0625L2 16.9688C1.78125 17.0625 1.5 17.0312 1.3125 16.875C1.09375 16.75 1 16.5 1 16.25V5.75C1 5.4375 1.1875 5.1875 1.46875 5.0625L6.71875 3.0625C6.875 3 7.0625 3 7.21875 3.0625L12.9688 4.96875L17.9688 3.0625C18.1875 2.96875 18.4688 3 18.6562 3.15625ZM2.5 6.28125V15.1875L6.25 13.75V4.84375L2.5 6.28125ZM12.25 15.2188V6.3125L7.75 4.8125V13.7188L12.25 15.2188ZM13.75 15.1875L17.5 13.75V4.84375L13.75 6.28125V15.1875Z");
3
- export {
4
- V as MapIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/map-icon.ts
3
+ var t = e("MapIcon", "M18.6562 3.15625C18.875 3.28125 19 3.53125 19 3.75V14.25C19 14.5625 18.7812 14.8438 18.5 14.9688L13.25 16.9688C13.0938 17.0312 12.9062 17.0312 12.75 16.9688L7 15.0625L2 16.9688C1.78125 17.0625 1.5 17.0312 1.3125 16.875C1.09375 16.75 1 16.5 1 16.25V5.75C1 5.4375 1.1875 5.1875 1.46875 5.0625L6.71875 3.0625C6.875 3 7.0625 3 7.21875 3.0625L12.9688 4.96875L17.9688 3.0625C18.1875 2.96875 18.4688 3 18.6562 3.15625ZM2.5 6.28125V15.1875L6.25 13.75V4.84375L2.5 6.28125ZM12.25 15.2188V6.3125L7.75 4.8125V13.7188L12.25 15.2188ZM13.75 15.1875L17.5 13.75V4.84375L13.75 6.28125V15.1875Z");
4
+ //#endregion
5
+ export { t as MapIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const e = C("MaximizeIcon", "M8.75 7.71875L4.53125 3.5H7.21875C7.65625 3.5 7.96875 3.1875 7.96875 2.75C7.96875 2.34375 7.65625 2 7.21875 2H2.75C2.3125 2 2 2.34375 2 2.75V7.25C2 7.6875 2.3125 8 2.75 8C3.15625 8 3.5 7.6875 3.5 7.25V4.5625L7.71875 8.78125C8 9.09375 8.46875 9.09375 8.75 8.78125C9.0625 8.5 9.0625 8.03125 8.75 7.71875ZM11.1875 12.2812L15.4375 16.5H12.7188C12.3125 16.5 11.9688 16.8438 11.9688 17.25C11.9688 17.6875 12.3125 18 12.7188 18H17.2188C17.6562 18 17.9688 17.6875 17.9688 17.25V12.75C17.9688 12.3438 17.6562 12 17.2188 12C16.8125 12 16.4688 12.3438 16.4688 12.75V15.4688L12.25 11.25C11.9688 10.9375 11.5 10.9375 11.1875 11.25C10.9062 11.5312 10.9062 12 11.1875 12.2812Z");
3
- export {
4
- e as MaximizeIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/maximize-icon.ts
3
+ var t = e("MaximizeIcon", "M8.75 7.71875L4.53125 3.5H7.21875C7.65625 3.5 7.96875 3.1875 7.96875 2.75C7.96875 2.34375 7.65625 2 7.21875 2H2.75C2.3125 2 2 2.34375 2 2.75V7.25C2 7.6875 2.3125 8 2.75 8C3.15625 8 3.5 7.6875 3.5 7.25V4.5625L7.71875 8.78125C8 9.09375 8.46875 9.09375 8.75 8.78125C9.0625 8.5 9.0625 8.03125 8.75 7.71875ZM11.1875 12.2812L15.4375 16.5H12.7188C12.3125 16.5 11.9688 16.8438 11.9688 17.25C11.9688 17.6875 12.3125 18 12.7188 18H17.2188C17.6562 18 17.9688 17.6875 17.9688 17.25V12.75C17.9688 12.3438 17.6562 12 17.2188 12C16.8125 12 16.4688 12.3438 16.4688 12.75V15.4688L12.25 11.25C11.9688 10.9375 11.5 10.9375 11.1875 11.25C10.9062 11.5312 10.9062 12 11.1875 12.2812Z");
4
+ //#endregion
5
+ export { t as MaximizeIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const L = C("MembersIcon", "M9.03125 16.6562L8.96875 16.5625L3.5 11.5C2.53125 10.5937 2 9.34374 2 8.03124V7.93749C2 5.74999 3.5625 3.84374 5.71875 3.43749C6.9375 3.18749 8.1875 3.46874 9.21875 4.18749C9.5 4.37499 9.75 4.62499 10 4.87499C10.125 4.74999 10.25 4.59374 10.4062 4.46874C10.5312 4.37499 10.6562 4.28124 10.7812 4.18749C11.7812 3.46874 13.0312 3.18749 14.25 3.43749C16.4375 3.84374 18 5.74999 18 7.93749V8.03124C18 9.34374 17.4375 10.5937 16.4688 11.5L11 16.5625L10.9375 16.6562C10.6875 16.875 10.3438 17.0312 10 17.0312C9.625 17.0312 9.3125 16.875 9.03125 16.6562ZM9.46875 6.53124C9.4375 6.53124 9.4375 6.53124 9.4375 6.49999L8.875 5.87499C8.15625 5.06249 7.0625 4.71874 6 4.90624C4.53125 5.18749 3.5 6.46874 3.5 7.93749V8.03124C3.5 8.93749 3.84375 9.78124 4.5 10.375L10 15.4687L15.4688 10.375C16.125 9.78124 16.5 8.93749 16.5 8.03124V7.93749C16.5 6.46874 15.4375 5.18749 13.9688 4.90624C12.9062 4.71874 11.8125 5.06249 11.0938 5.87499L10.5312 6.49999C10.5312 6.53124 10.5312 6.53124 10.5 6.56249C10.375 6.68749 10.1875 6.78124 10 6.78124C9.78125 6.78124 9.59375 6.68749 9.46875 6.56249V6.53124Z");
3
- export {
4
- L as MembersIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/members-icon.ts
3
+ var t = e("MembersIcon", "M9.03125 16.6562L8.96875 16.5625L3.5 11.5C2.53125 10.5937 2 9.34374 2 8.03124V7.93749C2 5.74999 3.5625 3.84374 5.71875 3.43749C6.9375 3.18749 8.1875 3.46874 9.21875 4.18749C9.5 4.37499 9.75 4.62499 10 4.87499C10.125 4.74999 10.25 4.59374 10.4062 4.46874C10.5312 4.37499 10.6562 4.28124 10.7812 4.18749C11.7812 3.46874 13.0312 3.18749 14.25 3.43749C16.4375 3.84374 18 5.74999 18 7.93749V8.03124C18 9.34374 17.4375 10.5937 16.4688 11.5L11 16.5625L10.9375 16.6562C10.6875 16.875 10.3438 17.0312 10 17.0312C9.625 17.0312 9.3125 16.875 9.03125 16.6562ZM9.46875 6.53124C9.4375 6.53124 9.4375 6.53124 9.4375 6.49999L8.875 5.87499C8.15625 5.06249 7.0625 4.71874 6 4.90624C4.53125 5.18749 3.5 6.46874 3.5 7.93749V8.03124C3.5 8.93749 3.84375 9.78124 4.5 10.375L10 15.4687L15.4688 10.375C16.125 9.78124 16.5 8.93749 16.5 8.03124V7.93749C16.5 6.46874 15.4375 5.18749 13.9688 4.90624C12.9062 4.71874 11.8125 5.06249 11.0938 5.87499L10.5312 6.49999C10.5312 6.53124 10.5312 6.53124 10.5 6.56249C10.375 6.68749 10.1875 6.78124 10 6.78124C9.78125 6.78124 9.59375 6.68749 9.46875 6.56249V6.53124Z");
4
+ //#endregion
5
+ export { t as MembersIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const L = C("MenuHideIcon", "M3.46875 9.46875L8.46875 4.5C8.75 4.1875 9.21875 4.1875 9.53125 4.5C9.8125 4.78125 9.8125 5.25 9.53125 5.53125L5.03125 10L9.5 14.5C9.8125 14.7812 9.8125 15.25 9.5 15.5312C9.21875 15.8438 8.75 15.8438 8.46875 15.5312L3.46875 10.5312C3.15625 10.25 3.15625 9.78125 3.46875 9.46875ZM14.4688 4.46875V4.5C14.75 4.1875 15.2188 4.1875 15.5312 4.5C15.8125 4.78125 15.8125 5.25 15.5312 5.53125L11.0312 10.0312L15.5 14.5C15.8125 14.7812 15.8125 15.25 15.5 15.5312C15.2188 15.8438 14.75 15.8438 14.4688 15.5312L9.46875 10.5312C9.15625 10.25 9.15625 9.78125 9.46875 9.46875L14.4688 4.46875Z");
3
- export {
4
- L as MenuHideIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/menu-hide-icon.ts
3
+ var t = e("MenuHideIcon", "M3.46875 9.46875L8.46875 4.5C8.75 4.1875 9.21875 4.1875 9.53125 4.5C9.8125 4.78125 9.8125 5.25 9.53125 5.53125L5.03125 10L9.5 14.5C9.8125 14.7812 9.8125 15.25 9.5 15.5312C9.21875 15.8438 8.75 15.8438 8.46875 15.5312L3.46875 10.5312C3.15625 10.25 3.15625 9.78125 3.46875 9.46875ZM14.4688 4.46875V4.5C14.75 4.1875 15.2188 4.1875 15.5312 4.5C15.8125 4.78125 15.8125 5.25 15.5312 5.53125L11.0312 10.0312L15.5 14.5C15.8125 14.7812 15.8125 15.25 15.5 15.5312C15.2188 15.8438 14.75 15.8438 14.4688 15.5312L9.46875 10.5312C9.15625 10.25 9.15625 9.78125 9.46875 9.46875L14.4688 4.46875Z");
4
+ //#endregion
5
+ export { t as MenuHideIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const e = C("MenuIcon", "M17 6.75C17 7.15625 16.6562 7.5 16.25 7.5H3.75C3.34375 7.5 3 7.15625 3 6.75C3 6.34375 3.34375 6 3.75 6H16.25C16.6562 6 17 6.34375 17 6.75ZM13 12.75C13 13.1562 12.6562 13.5 12.25 13.5H3.75C3.34375 13.5 3 13.1562 3 12.75C3 12.3438 3.34375 12 3.75 12H12.25C12.6562 12 13 12.3438 13 12.75Z");
3
- export {
4
- e as MenuIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/menu-icon.ts
3
+ var t = e("MenuIcon", "M17 6.75C17 7.15625 16.6562 7.5 16.25 7.5H3.75C3.34375 7.5 3 7.15625 3 6.75C3 6.34375 3.34375 6 3.75 6H16.25C16.6562 6 17 6.34375 17 6.75ZM13 12.75C13 13.1562 12.6562 13.5 12.25 13.5H3.75C3.34375 13.5 3 13.1562 3 12.75C3 12.3438 3.34375 12 3.75 12H12.25C12.6562 12 13 12.3438 13 12.75Z");
4
+ //#endregion
5
+ export { t as MenuIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const L = C("MenuShowIcon", "M5.53125 15.5312H5.5C5.21875 15.8438 4.75 15.8438 4.46875 15.5312C4.15625 15.25 4.15625 14.7812 4.46875 14.4688L8.9375 10L4.46875 5.53125C4.15625 5.25 4.15625 4.78125 4.46875 4.46875C4.75 4.1875 5.21875 4.1875 5.53125 4.46875L10.5312 9.5C10.8125 9.78125 10.8125 10.25 10.5312 10.5312L5.53125 15.5312ZM11.5312 15.5312H11.5C11.2188 15.8438 10.75 15.8438 10.4688 15.5312C10.1562 15.25 10.1562 14.7812 10.4688 14.4688L14.9375 10L10.4688 5.53125C10.1562 5.25 10.1562 4.78125 10.4688 4.46875C10.75 4.1875 11.2188 4.1875 11.5312 4.46875L16.5312 9.5C16.8125 9.78125 16.8125 10.25 16.5312 10.5312L11.5312 15.5312Z");
3
- export {
4
- L as MenuShowIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/menu-show-icon.ts
3
+ var t = e("MenuShowIcon", "M5.53125 15.5312H5.5C5.21875 15.8438 4.75 15.8438 4.46875 15.5312C4.15625 15.25 4.15625 14.7812 4.46875 14.4688L8.9375 10L4.46875 5.53125C4.15625 5.25 4.15625 4.78125 4.46875 4.46875C4.75 4.1875 5.21875 4.1875 5.53125 4.46875L10.5312 9.5C10.8125 9.78125 10.8125 10.25 10.5312 10.5312L5.53125 15.5312ZM11.5312 15.5312H11.5C11.2188 15.8438 10.75 15.8438 10.4688 15.5312C10.1562 15.25 10.1562 14.7812 10.4688 14.4688L14.9375 10L10.4688 5.53125C10.1562 5.25 10.1562 4.78125 10.4688 4.46875C10.75 4.1875 11.2188 4.1875 11.5312 4.46875L16.5312 9.5C16.8125 9.78125 16.8125 10.25 16.5312 10.5312L11.5312 15.5312Z");
4
+ //#endregion
5
+ export { t as MenuShowIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const V = C("MessageAddIcon", "M8.375 18.0312L7.1875 18.875C6.96875 19.0312 6.65625 19.0312 6.40625 18.9062C6.15625 18.7812 6 18.5312 6 18.25V16H5C3.34375 16 2 14.6562 2 13V6C2 4.34375 3.34375 3 5 3H15C16.6562 3 18 4.34375 18 6V13C18 14.6562 16.6562 16 15 16H11.25L8.375 18.0312ZM11.25 14.5H15C15.8438 14.5 16.5 13.8438 16.5 13V6C16.5 5.1875 15.8438 4.5 15 4.5H5C4.1875 4.5 3.5 5.1875 3.5 6V13C3.5 13.8438 4.1875 14.5 5 14.5H6.75C7.0625 14.5 7.34375 14.7188 7.46875 15C7.5 15.0625 7.5 15.1562 7.5 15.25V16.8125C8.53125 16.0938 9.46875 15.4062 10.375 14.7812C10.625 14.5938 10.9375 14.5 11.25 14.5ZM10 6.5C10.4062 6.5 10.75 6.84375 10.75 7.25V8.75H12.25C12.6562 8.75 13 9.09375 13 9.5C13 9.90625 12.6562 10.25 12.25 10.25H10.75V11.75C10.75 12.1562 10.4062 12.5 10 12.5C9.59375 12.5 9.25 12.1562 9.25 11.75V10.25H7.75C7.34375 10.25 7 9.90625 7 9.5C7 9.09375 7.34375 8.75 7.75 8.75H9.25V7.25C9.25 6.84375 9.59375 6.5 10 6.5Z");
3
- export {
4
- V as MessageAddIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/message-add-icon.ts
3
+ var t = e("MessageAddIcon", "M8.375 18.0312L7.1875 18.875C6.96875 19.0312 6.65625 19.0312 6.40625 18.9062C6.15625 18.7812 6 18.5312 6 18.25V16H5C3.34375 16 2 14.6562 2 13V6C2 4.34375 3.34375 3 5 3H15C16.6562 3 18 4.34375 18 6V13C18 14.6562 16.6562 16 15 16H11.25L8.375 18.0312ZM11.25 14.5H15C15.8438 14.5 16.5 13.8438 16.5 13V6C16.5 5.1875 15.8438 4.5 15 4.5H5C4.1875 4.5 3.5 5.1875 3.5 6V13C3.5 13.8438 4.1875 14.5 5 14.5H6.75C7.0625 14.5 7.34375 14.7188 7.46875 15C7.5 15.0625 7.5 15.1562 7.5 15.25V16.8125C8.53125 16.0938 9.46875 15.4062 10.375 14.7812C10.625 14.5938 10.9375 14.5 11.25 14.5ZM10 6.5C10.4062 6.5 10.75 6.84375 10.75 7.25V8.75H12.25C12.6562 8.75 13 9.09375 13 9.5C13 9.90625 12.6562 10.25 12.25 10.25H10.75V11.75C10.75 12.1562 10.4062 12.5 10 12.5C9.59375 12.5 9.25 12.1562 9.25 11.75V10.25H7.75C7.34375 10.25 7 9.90625 7 9.5C7 9.09375 7.34375 8.75 7.75 8.75H9.25V7.25C9.25 6.84375 9.59375 6.5 10 6.5Z");
4
+ //#endregion
5
+ export { t as MessageAddIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("MessageIcon", "M8.375 18.0312L7.1875 18.875C6.96875 19.0312 6.65625 19.0312 6.40625 18.9062C6.15625 18.7812 6 18.5312 6 18.25V16H5C3.34375 16 2 14.6562 2 13V6C2 4.34375 3.34375 3 5 3H15C16.6562 3 18 4.34375 18 6V13C18 14.6562 16.6562 16 15 16H11.25L8.375 18.0312ZM10.375 14.7812C10.625 14.5938 10.9375 14.5 11.25 14.5H15C15.8438 14.5 16.5 13.8438 16.5 13V6C16.5 5.1875 15.8438 4.5 15 4.5H5C4.1875 4.5 3.5 5.1875 3.5 6V13C3.5 13.8438 4.1875 14.5 5 14.5H6.75C7.0625 14.5 7.34375 14.7188 7.46875 15C7.5 15.0625 7.5 15.1562 7.5 15.25V16.8125C8.53125 16.0938 9.46875 15.4062 10.375 14.7812Z");
3
- export {
4
- o as MessageIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/message-icon.ts
3
+ var t = e("MessageIcon", "M8.375 18.0312L7.1875 18.875C6.96875 19.0312 6.65625 19.0312 6.40625 18.9062C6.15625 18.7812 6 18.5312 6 18.25V16H5C3.34375 16 2 14.6562 2 13V6C2 4.34375 3.34375 3 5 3H15C16.6562 3 18 4.34375 18 6V13C18 14.6562 16.6562 16 15 16H11.25L8.375 18.0312ZM10.375 14.7812C10.625 14.5938 10.9375 14.5 11.25 14.5H15C15.8438 14.5 16.5 13.8438 16.5 13V6C16.5 5.1875 15.8438 4.5 15 4.5H5C4.1875 4.5 3.5 5.1875 3.5 6V13C3.5 13.8438 4.1875 14.5 5 14.5H6.75C7.0625 14.5 7.34375 14.7188 7.46875 15C7.5 15.0625 7.5 15.1562 7.5 15.25V16.8125C8.53125 16.0938 9.46875 15.4062 10.375 14.7812Z");
4
+ //#endregion
5
+ export { t as MessageIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const H = C("MessageLinesIcon", "M8.375 18.0312L7.1875 18.875C6.96875 19.0312 6.65625 19.0312 6.40625 18.9062C6.15625 18.7812 6 18.5312 6 18.25V16H5C3.34375 16 2 14.6562 2 13V6C2 4.34375 3.34375 3 5 3H15C16.6562 3 18 4.34375 18 6V13C18 14.6562 16.6562 16 15 16H11.25L8.375 18.0312ZM11.25 14.5H15C15.8438 14.5 16.5 13.8438 16.5 13V6C16.5 5.1875 15.8438 4.5 15 4.5H5C4.1875 4.5 3.5 5.1875 3.5 6V13C3.5 13.8438 4.1875 14.5 5 14.5H6.75C7.0625 14.5 7.34375 14.7188 7.46875 15C7.5 15.0625 7.5 15.1562 7.5 15.25V16.8125C8.53125 16.0938 9.46875 15.4062 10.375 14.7812C10.625 14.5938 10.9375 14.5 11.25 14.5ZM6.75 7.5H13.25C13.6562 7.5 14 7.84375 14 8.25C14 8.65625 13.6562 9 13.25 9H6.75C6.34375 9 6 8.65625 6 8.25C6 7.84375 6.34375 7.5 6.75 7.5ZM6.75 10.5H10.25C10.6562 10.5 11 10.8438 11 11.25C11 11.6562 10.6562 12 10.25 12H6.75C6.34375 12 6 11.6562 6 11.25C6 10.8438 6.34375 10.5 6.75 10.5Z");
3
- export {
4
- H as MessageLinesIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/message-lines-icon.ts
3
+ var t = e("MessageLinesIcon", "M8.375 18.0312L7.1875 18.875C6.96875 19.0312 6.65625 19.0312 6.40625 18.9062C6.15625 18.7812 6 18.5312 6 18.25V16H5C3.34375 16 2 14.6562 2 13V6C2 4.34375 3.34375 3 5 3H15C16.6562 3 18 4.34375 18 6V13C18 14.6562 16.6562 16 15 16H11.25L8.375 18.0312ZM11.25 14.5H15C15.8438 14.5 16.5 13.8438 16.5 13V6C16.5 5.1875 15.8438 4.5 15 4.5H5C4.1875 4.5 3.5 5.1875 3.5 6V13C3.5 13.8438 4.1875 14.5 5 14.5H6.75C7.0625 14.5 7.34375 14.7188 7.46875 15C7.5 15.0625 7.5 15.1562 7.5 15.25V16.8125C8.53125 16.0938 9.46875 15.4062 10.375 14.7812C10.625 14.5938 10.9375 14.5 11.25 14.5ZM6.75 7.5H13.25C13.6562 7.5 14 7.84375 14 8.25C14 8.65625 13.6562 9 13.25 9H6.75C6.34375 9 6 8.65625 6 8.25C6 7.84375 6.34375 7.5 6.75 7.5ZM6.75 10.5H10.25C10.6562 10.5 11 10.8438 11 11.25C11 11.6562 10.6562 12 10.25 12H6.75C6.34375 12 6 11.6562 6 11.25C6 10.8438 6.34375 10.5 6.75 10.5Z");
4
+ //#endregion
5
+ export { t as MessageLinesIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("MinimizeIcon", "M2.69531 3.78125L6.94531 8H4.22656C3.82031 8 3.47656 8.34375 3.47656 8.75C3.47656 9.1875 3.82031 9.5 4.22656 9.5H8.72656C9.16406 9.5 9.47656 9.1875 9.47656 8.75V4.25C9.47656 3.84375 9.16406 3.5 8.72656 3.5C8.32031 3.5 7.97656 3.84375 7.97656 4.25V6.96875L3.75781 2.75C3.47656 2.4375 3.00781 2.4375 2.69531 2.75C2.41406 3.03125 2.41406 3.5 2.69531 3.78125ZM17.2578 16.2188L13.0391 12H15.7266C16.1641 12 16.4766 11.6875 16.4766 11.25C16.4766 10.8438 16.1641 10.5 15.7266 10.5H11.2578C10.8203 10.5 10.5078 10.8438 10.5078 11.25V15.75C10.5078 16.1875 10.8203 16.5 11.2578 16.5C11.6641 16.5 12.0078 16.1875 12.0078 15.75V13.0625L16.2266 17.2812C16.5078 17.5938 16.9766 17.5938 17.2578 17.2812C17.5703 17 17.5703 16.5312 17.2578 16.2188Z");
3
- export {
4
- o as MinimizeIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/minimize-icon.ts
3
+ var t = e("MinimizeIcon", "M2.69531 3.78125L6.94531 8H4.22656C3.82031 8 3.47656 8.34375 3.47656 8.75C3.47656 9.1875 3.82031 9.5 4.22656 9.5H8.72656C9.16406 9.5 9.47656 9.1875 9.47656 8.75V4.25C9.47656 3.84375 9.16406 3.5 8.72656 3.5C8.32031 3.5 7.97656 3.84375 7.97656 4.25V6.96875L3.75781 2.75C3.47656 2.4375 3.00781 2.4375 2.69531 2.75C2.41406 3.03125 2.41406 3.5 2.69531 3.78125ZM17.2578 16.2188L13.0391 12H15.7266C16.1641 12 16.4766 11.6875 16.4766 11.25C16.4766 10.8438 16.1641 10.5 15.7266 10.5H11.2578C10.8203 10.5 10.5078 10.8438 10.5078 11.25V15.75C10.5078 16.1875 10.8203 16.5 11.2578 16.5C11.6641 16.5 12.0078 16.1875 12.0078 15.75V13.0625L16.2266 17.2812C16.5078 17.5938 16.9766 17.5938 17.2578 17.2812C17.5703 17 17.5703 16.5312 17.2578 16.2188Z");
4
+ //#endregion
5
+ export { t as MinimizeIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as i } from "../create-icon.js";
2
- const n = i("MinimizeWindowIcon", "M2.75 15.5H17.25C17.6562 15.5 18 15.8438 18 16.25C18 16.6875 17.6562 17 17.25 17H2.75C2.3125 17 2 16.6875 2 16.25C2 15.8438 2.3125 15.5 2.75 15.5Z");
3
- export {
4
- n as MinimizeWindowIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/minimize-window-icon.ts
3
+ var t = e("MinimizeWindowIcon", "M2.75 15.5H17.25C17.6562 15.5 18 15.8438 18 16.25C18 16.6875 17.6562 17 17.25 17H2.75C2.3125 17 2 16.6875 2 16.25C2 15.8438 2.3125 15.5 2.75 15.5Z");
4
+ //#endregion
5
+ export { t as MinimizeWindowIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("MobileRotateIcon", "M2.65625 12.5938C2.84375 12.4062 3.15625 12.4062 3.34375 12.5938L4.84375 14.0938C4.9375 14.1875 5 14.3125 5 14.4688V14.5C5 14.7812 4.78125 15 4.5 15H3.78125C3.90625 16.125 4.84375 17 6 17C6.5625 17 7.09375 16.7812 7.5 16.4375L8.5625 17.5C7.90625 18.125 7 18.5 6 18.5C4.03125 18.5 2.40625 16.9688 2.25 15H1.5C1.21875 15 1 14.7812 1 14.5V14.4688C1 14.3125 1.0625 14.1875 1.15625 14.0938L2.65625 12.5938ZM6.75 2.4375C7.53125 1.8125 8.6875 1.84375 9.40625 2.59375L17.5625 10.75C18.1875 11.5312 18.1562 12.6875 17.4062 13.4062L13.2812 17.5312C12.5938 18.0938 11.625 18.1562 10.9062 17.6562L10.75 17.5625L2.59375 9.40625C1.875 8.6875 1.8125 7.53125 2.46875 6.75L2.59375 6.59375L6.75 2.4375ZM8.34375 3.65625C8.1875 3.46875 7.90625 3.4375 7.6875 3.59375L7.625 3.65625L3.65625 7.65625C3.4375 7.84375 3.4375 8.15625 3.65625 8.34375L11.625 16.3438L11.6875 16.4062C11.875 16.5312 12.1875 16.5312 12.3438 16.3438L16.4062 12.2812C16.5312 12.0938 16.5312 11.875 16.4062 11.6875L16.3438 11.625L8.34375 3.65625ZM13.2812 11.6562C13.5625 11.4375 14 11.4375 14.2812 11.7188C14.5625 12 14.5625 12.4375 14.3438 12.7188L12.7812 14.2812C12.5 14.5625 12 14.5625 11.7188 14.2812C11.4375 14 11.4375 13.5 11.7188 13.2188L13.2812 11.6562ZM14 1.5C16 1.5 17.625 3.0625 17.75 5H18.5C18.7812 5 19 5.21875 19 5.5V5.53125C19 5.6875 18.9375 5.8125 18.8438 5.90625L17.3438 7.40625C17.1562 7.59375 16.8438 7.59375 16.6562 7.40625L15.1562 5.90625C15.0625 5.8125 15 5.6875 15 5.53125V5.5C15 5.21875 15.2188 5 15.5 5H16.25C16.125 3.875 15.1562 3 14 3C13.4375 3 12.9062 3.21875 12.5 3.5625L11.4375 2.5C12.125 1.875 13 1.5 14 1.5Z");
3
- export {
4
- o as MobileRotateIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/mobile-rotate-icon.ts
3
+ var t = e("MobileRotateIcon", "M2.65625 12.5938C2.84375 12.4062 3.15625 12.4062 3.34375 12.5938L4.84375 14.0938C4.9375 14.1875 5 14.3125 5 14.4688V14.5C5 14.7812 4.78125 15 4.5 15H3.78125C3.90625 16.125 4.84375 17 6 17C6.5625 17 7.09375 16.7812 7.5 16.4375L8.5625 17.5C7.90625 18.125 7 18.5 6 18.5C4.03125 18.5 2.40625 16.9688 2.25 15H1.5C1.21875 15 1 14.7812 1 14.5V14.4688C1 14.3125 1.0625 14.1875 1.15625 14.0938L2.65625 12.5938ZM6.75 2.4375C7.53125 1.8125 8.6875 1.84375 9.40625 2.59375L17.5625 10.75C18.1875 11.5312 18.1562 12.6875 17.4062 13.4062L13.2812 17.5312C12.5938 18.0938 11.625 18.1562 10.9062 17.6562L10.75 17.5625L2.59375 9.40625C1.875 8.6875 1.8125 7.53125 2.46875 6.75L2.59375 6.59375L6.75 2.4375ZM8.34375 3.65625C8.1875 3.46875 7.90625 3.4375 7.6875 3.59375L7.625 3.65625L3.65625 7.65625C3.4375 7.84375 3.4375 8.15625 3.65625 8.34375L11.625 16.3438L11.6875 16.4062C11.875 16.5312 12.1875 16.5312 12.3438 16.3438L16.4062 12.2812C16.5312 12.0938 16.5312 11.875 16.4062 11.6875L16.3438 11.625L8.34375 3.65625ZM13.2812 11.6562C13.5625 11.4375 14 11.4375 14.2812 11.7188C14.5625 12 14.5625 12.4375 14.3438 12.7188L12.7812 14.2812C12.5 14.5625 12 14.5625 11.7188 14.2812C11.4375 14 11.4375 13.5 11.7188 13.2188L13.2812 11.6562ZM14 1.5C16 1.5 17.625 3.0625 17.75 5H18.5C18.7812 5 19 5.21875 19 5.5V5.53125C19 5.6875 18.9375 5.8125 18.8438 5.90625L17.3438 7.40625C17.1562 7.59375 16.8438 7.59375 16.6562 7.40625L15.1562 5.90625C15.0625 5.8125 15 5.6875 15 5.53125V5.5C15 5.21875 15.2188 5 15.5 5H16.25C16.125 3.875 15.1562 3 14 3C13.4375 3 12.9062 3.21875 12.5 3.5625L11.4375 2.5C12.125 1.875 13 1.5 14 1.5Z");
4
+ //#endregion
5
+ export { t as MobileRotateIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("ModuleAccountingIcon", "M10 2C10.4062 2 10.75 2.34375 10.75 2.75V9.25H17.25C17.6562 9.25 18 9.59375 18 10C18 10.4375 17.6562 10.75 17.25 10.75H10.75V17.25C10.75 17.6875 10.4062 18 10 18C9.5625 18 9.25 17.6875 9.25 17.25V10.75H2.75C2.3125 10.75 2 10.4375 2 10C2 9.59375 2.3125 9.25 2.75 9.25H9.25V2.75C9.25 2.34375 9.5625 2 10 2ZM14.5 3C14.9062 3 15.25 3.34375 15.25 3.75V4.75H16.25C16.6562 4.75 17 5.09375 17 5.5C17 5.9375 16.6562 6.25 16.25 6.25H15.25V7.25C15.25 7.6875 14.9062 8 14.5 8C14.0625 8 13.75 7.6875 13.75 7.25V6.25H12.75C12.3125 6.25 12 5.9375 12 5.5C12 5.09375 12.3125 4.75 12.75 4.75H13.75V3.75C13.75 3.34375 14.0625 3 14.5 3ZM3.71875 12.75C4 12.4375 4.5 12.4375 4.78125 12.75L5.5 13.4688L6.1875 12.75C6.5 12.4688 6.96875 12.4688 7.25 12.75C7.53125 13.0312 7.53125 13.5312 7.25 13.8125L6.53125 14.5L7.25 15.2188C7.53125 15.5 7.53125 16 7.25 16.2812C6.96875 16.5625 6.46875 16.5625 6.1875 16.2812L5.5 15.5625L4.78125 16.2812C4.5 16.5625 4 16.5625 3.71875 16.2812C3.4375 16 3.4375 15.5 3.71875 15.2188L4.4375 14.5L3.71875 13.8125C3.4375 13.5 3.4375 13.0312 3.71875 12.75ZM4 4.75H7C7.40625 4.75 7.75 5.09375 7.75 5.5C7.75 5.9375 7.40625 6.25 7 6.25H4C3.5625 6.25 3.25 5.9375 3.25 5.5C3.25 5.09375 3.5625 4.75 4 4.75ZM13 12.5H16C16.4062 12.5 16.75 12.8438 16.75 13.25C16.75 13.6875 16.4062 14 16 14H13C12.5625 14 12.25 13.6875 12.25 13.25C12.25 12.8438 12.5625 12.5 13 12.5ZM13 15H16C16.4062 15 16.75 15.3438 16.75 15.75C16.75 16.1875 16.4062 16.5 16 16.5H13C12.5625 16.5 12.25 16.1875 12.25 15.75C12.25 15.3438 12.5625 15 13 15Z");
3
- export {
4
- o as ModuleAccountingIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/module-accounting-icon.ts
3
+ var t = e("ModuleAccountingIcon", "M10 2C10.4062 2 10.75 2.34375 10.75 2.75V9.25H17.25C17.6562 9.25 18 9.59375 18 10C18 10.4375 17.6562 10.75 17.25 10.75H10.75V17.25C10.75 17.6875 10.4062 18 10 18C9.5625 18 9.25 17.6875 9.25 17.25V10.75H2.75C2.3125 10.75 2 10.4375 2 10C2 9.59375 2.3125 9.25 2.75 9.25H9.25V2.75C9.25 2.34375 9.5625 2 10 2ZM14.5 3C14.9062 3 15.25 3.34375 15.25 3.75V4.75H16.25C16.6562 4.75 17 5.09375 17 5.5C17 5.9375 16.6562 6.25 16.25 6.25H15.25V7.25C15.25 7.6875 14.9062 8 14.5 8C14.0625 8 13.75 7.6875 13.75 7.25V6.25H12.75C12.3125 6.25 12 5.9375 12 5.5C12 5.09375 12.3125 4.75 12.75 4.75H13.75V3.75C13.75 3.34375 14.0625 3 14.5 3ZM3.71875 12.75C4 12.4375 4.5 12.4375 4.78125 12.75L5.5 13.4688L6.1875 12.75C6.5 12.4688 6.96875 12.4688 7.25 12.75C7.53125 13.0312 7.53125 13.5312 7.25 13.8125L6.53125 14.5L7.25 15.2188C7.53125 15.5 7.53125 16 7.25 16.2812C6.96875 16.5625 6.46875 16.5625 6.1875 16.2812L5.5 15.5625L4.78125 16.2812C4.5 16.5625 4 16.5625 3.71875 16.2812C3.4375 16 3.4375 15.5 3.71875 15.2188L4.4375 14.5L3.71875 13.8125C3.4375 13.5 3.4375 13.0312 3.71875 12.75ZM4 4.75H7C7.40625 4.75 7.75 5.09375 7.75 5.5C7.75 5.9375 7.40625 6.25 7 6.25H4C3.5625 6.25 3.25 5.9375 3.25 5.5C3.25 5.09375 3.5625 4.75 4 4.75ZM13 12.5H16C16.4062 12.5 16.75 12.8438 16.75 13.25C16.75 13.6875 16.4062 14 16 14H13C12.5625 14 12.25 13.6875 12.25 13.25C12.25 12.8438 12.5625 12.5 13 12.5ZM13 15H16C16.4062 15 16.75 15.3438 16.75 15.75C16.75 16.1875 16.4062 16.5 16 16.5H13C12.5625 16.5 12.25 16.1875 12.25 15.75C12.25 15.3438 12.5625 15 13 15Z");
4
+ //#endregion
5
+ export { t as ModuleAccountingIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("ModuleAiForecastIcon", "M10 2C10.4062 2 10.75 2.34375 10.75 2.75V5H14C15.6562 5 17 6.34375 17 8V15C17 16.6562 15.6562 18 14 18H6C4.34375 18 3 16.6562 3 15V8C3 6.34375 4.34375 5 6 5H9.25V2.75C9.25 2.34375 9.5625 2 10 2ZM6 6.5C5.15625 6.5 4.5 7.1875 4.5 8V15C4.5 15.8438 5.15625 16.5 6 16.5H14C14.8125 16.5 15.5 15.8438 15.5 15V8C15.5 7.1875 14.8125 6.5 14 6.5H6ZM1.5 9H2V15H1.5C0.65625 15 0 14.3438 0 13.5V10.5C0 9.6875 0.65625 9 1.5 9ZM18.5 9C19.3125 9 20 9.6875 20 10.5V13.5C20 14.3438 19.3125 15 18.5 15H18V9H18.5ZM6.5 14H7.5C7.75 14 8 14.25 8 14.5C8 14.7812 7.75 15 7.5 15H6.5C6.21875 15 6 14.7812 6 14.5C6 14.25 6.21875 14 6.5 14ZM9.5 14H10.5C10.75 14 11 14.25 11 14.5C11 14.7812 10.75 15 10.5 15H9.5C9.21875 15 9 14.7812 9 14.5C9 14.25 9.21875 14 9.5 14ZM12.5 14H13.5C13.75 14 14 14.25 14 14.5C14 14.7812 13.75 15 13.5 15H12.5C12.2188 15 12 14.7812 12 14.5C12 14.25 12.2188 14 12.5 14ZM6.25 10C6.25 9.5625 6.46875 9.15625 6.875 8.9375C7.25 8.71875 7.71875 8.71875 8.125 8.9375C8.5 9.15625 8.75 9.5625 8.75 10C8.75 10.4688 8.5 10.875 8.125 11.0938C7.71875 11.3125 7.25 11.3125 6.875 11.0938C6.46875 10.875 6.25 10.4688 6.25 10ZM12.5 8.75C12.9375 8.75 13.3438 9 13.5625 9.375C13.7812 9.78125 13.7812 10.25 13.5625 10.625C13.3438 11.0312 12.9375 11.25 12.5 11.25C12.0312 11.25 11.625 11.0312 11.4062 10.625C11.1875 10.25 11.1875 9.78125 11.4062 9.375C11.625 9 12.0312 8.75 12.5 8.75Z");
3
- export {
4
- o as ModuleAiForecastIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/module-ai-forecast-icon.ts
3
+ var t = e("ModuleAiForecastIcon", "M10 2C10.4062 2 10.75 2.34375 10.75 2.75V5H14C15.6562 5 17 6.34375 17 8V15C17 16.6562 15.6562 18 14 18H6C4.34375 18 3 16.6562 3 15V8C3 6.34375 4.34375 5 6 5H9.25V2.75C9.25 2.34375 9.5625 2 10 2ZM6 6.5C5.15625 6.5 4.5 7.1875 4.5 8V15C4.5 15.8438 5.15625 16.5 6 16.5H14C14.8125 16.5 15.5 15.8438 15.5 15V8C15.5 7.1875 14.8125 6.5 14 6.5H6ZM1.5 9H2V15H1.5C0.65625 15 0 14.3438 0 13.5V10.5C0 9.6875 0.65625 9 1.5 9ZM18.5 9C19.3125 9 20 9.6875 20 10.5V13.5C20 14.3438 19.3125 15 18.5 15H18V9H18.5ZM6.5 14H7.5C7.75 14 8 14.25 8 14.5C8 14.7812 7.75 15 7.5 15H6.5C6.21875 15 6 14.7812 6 14.5C6 14.25 6.21875 14 6.5 14ZM9.5 14H10.5C10.75 14 11 14.25 11 14.5C11 14.7812 10.75 15 10.5 15H9.5C9.21875 15 9 14.7812 9 14.5C9 14.25 9.21875 14 9.5 14ZM12.5 14H13.5C13.75 14 14 14.25 14 14.5C14 14.7812 13.75 15 13.5 15H12.5C12.2188 15 12 14.7812 12 14.5C12 14.25 12.2188 14 12.5 14ZM6.25 10C6.25 9.5625 6.46875 9.15625 6.875 8.9375C7.25 8.71875 7.71875 8.71875 8.125 8.9375C8.5 9.15625 8.75 9.5625 8.75 10C8.75 10.4688 8.5 10.875 8.125 11.0938C7.71875 11.3125 7.25 11.3125 6.875 11.0938C6.46875 10.875 6.25 10.4688 6.25 10ZM12.5 8.75C12.9375 8.75 13.3438 9 13.5625 9.375C13.7812 9.78125 13.7812 10.25 13.5625 10.625C13.3438 11.0312 12.9375 11.25 12.5 11.25C12.0312 11.25 11.625 11.0312 11.4062 10.625C11.1875 10.25 11.1875 9.78125 11.4062 9.375C11.625 9 12.0312 8.75 12.5 8.75Z");
4
+ //#endregion
5
+ export { t as ModuleAiForecastIcon };