@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 V = C("TableMapIcon", "M14 3.5H6C5.71875 3.5 5.5 3.75 5.5 4V16C5.5 16.2812 5.71875 16.5 6 16.5H14C14.25 16.5 14.5 16.2812 14.5 16V4C14.5 3.75 14.25 3.5 14 3.5ZM6 2H14C14.9062 2 15.6875 2.625 15.9062 3.46875L16.7187 3.875C16.875 3.96875 17 4.125 17 4.3125V6.71875C17 6.90625 16.875 7.0625 16.7187 7.15625L16 7.5V8L16.7187 8.375C16.875 8.46875 17 8.625 17 8.8125V11.2188C17 11.4062 16.875 11.5625 16.7187 11.6562L16 12V12.5L16.7187 12.875C16.875 12.9688 17 13.125 17 13.3125V15.7188C17 15.9062 16.875 16.0625 16.7187 16.1562L15.9062 16.5625C15.6875 17.4062 14.9062 18 14 18H6C5.0625 18 4.28125 17.4062 4.0625 16.5625L3.25 16.1562C3.09375 16.0625 3 15.9062 3 15.7188V13.3125C3 13.125 3.09375 12.9688 3.25 12.875L4 12.5V12L3.25 11.6562C3.09375 11.5625 3 11.4062 3 11.2188V8.8125C3 8.625 3.09375 8.46875 3.25 8.375L4 8V7.5L3.25 7.15625C3.09375 7.0625 3 6.90625 3 6.71875V4.3125C3 4.125 3.09375 3.96875 3.25 3.875L4.0625 3.46875C4.28125 2.625 5.0625 2 6 2Z");
3
- export {
4
- V as TableMapIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/table-map-icon.ts
3
+ var t = e("TableMapIcon", "M14 3.5H6C5.71875 3.5 5.5 3.75 5.5 4V16C5.5 16.2812 5.71875 16.5 6 16.5H14C14.25 16.5 14.5 16.2812 14.5 16V4C14.5 3.75 14.25 3.5 14 3.5ZM6 2H14C14.9062 2 15.6875 2.625 15.9062 3.46875L16.7187 3.875C16.875 3.96875 17 4.125 17 4.3125V6.71875C17 6.90625 16.875 7.0625 16.7187 7.15625L16 7.5V8L16.7187 8.375C16.875 8.46875 17 8.625 17 8.8125V11.2188C17 11.4062 16.875 11.5625 16.7187 11.6562L16 12V12.5L16.7187 12.875C16.875 12.9688 17 13.125 17 13.3125V15.7188C17 15.9062 16.875 16.0625 16.7187 16.1562L15.9062 16.5625C15.6875 17.4062 14.9062 18 14 18H6C5.0625 18 4.28125 17.4062 4.0625 16.5625L3.25 16.1562C3.09375 16.0625 3 15.9062 3 15.7188V13.3125C3 13.125 3.09375 12.9688 3.25 12.875L4 12.5V12L3.25 11.6562C3.09375 11.5625 3 11.4062 3 11.2188V8.8125C3 8.625 3.09375 8.46875 3.25 8.375L4 8V7.5L3.25 7.15625C3.09375 7.0625 3 6.90625 3 6.71875V4.3125C3 4.125 3.09375 3.96875 3.25 3.875L4.0625 3.46875C4.28125 2.625 5.0625 2 6 2Z");
4
+ //#endregion
5
+ export { t as TableMapIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const a = C("TakeAwayDotComIcon", "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
- a as TakeAwayDotComIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/take-away-dot-com-icon.ts
3
+ var t = e("TakeAwayDotComIcon", "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 TakeAwayDotComIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const H = C("TakeAwayIcon", "M8 5.5V7H12V5.5C12 4.40625 11.0937 3.5 10 3.5C8.875 3.5 8 4.40625 8 5.5ZM6.5 8.5H4.5V15C4.5 15.8438 5.15625 16.5 6 16.5H14C14.8125 16.5 15.5 15.8438 15.5 15V8.5H13.5V10.25C13.5 10.6875 13.1562 11 12.75 11C12.3125 11 12 10.6875 12 10.25V8.5H8V10.25C8 10.6875 7.65625 11 7.25 11C6.8125 11 6.5 10.6875 6.5 10.25V8.5ZM6.5 7V5.5C6.5 3.59375 8.0625 2 10 2C11.9062 2 13.5 3.59375 13.5 5.5V7H15.5C16.3125 7 17 7.6875 17 8.5V15C17 16.6562 15.6562 18 14 18H6C4.34375 18 3 16.6562 3 15V8.5C3 7.6875 3.65625 7 4.5 7H6.5Z");
3
- export {
4
- H as TakeAwayIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/take-away-icon.ts
3
+ var t = e("TakeAwayIcon", "M8 5.5V7H12V5.5C12 4.40625 11.0937 3.5 10 3.5C8.875 3.5 8 4.40625 8 5.5ZM6.5 8.5H4.5V15C4.5 15.8438 5.15625 16.5 6 16.5H14C14.8125 16.5 15.5 15.8438 15.5 15V8.5H13.5V10.25C13.5 10.6875 13.1562 11 12.75 11C12.3125 11 12 10.6875 12 10.25V8.5H8V10.25C8 10.6875 7.65625 11 7.25 11C6.8125 11 6.5 10.6875 6.5 10.25V8.5ZM6.5 7V5.5C6.5 3.59375 8.0625 2 10 2C11.9062 2 13.5 3.59375 13.5 5.5V7H15.5C16.3125 7 17 7.6875 17 8.5V15C17 16.6562 15.6562 18 14 18H6C4.34375 18 3 16.6562 3 15V8.5C3 7.6875 3.65625 7 4.5 7H6.5Z");
4
+ //#endregion
5
+ export { t as TakeAwayIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("TalkIcon", "M10 2C10.375 2 10.6875 2.28125 10.7188 2.65625L12.0312 12.1875L13.25 4.65625C13.3125 4.28125 13.625 4 14 4C14.375 4.03125 14.6875 4.28125 14.7188 4.65625L15.625 10.8125L16.25 7.625C16.3125 7.28125 16.5938 7.03125 16.9375 7C17.2812 7 17.5938 7.21875 17.7188 7.53125L18.5312 10.25H19.25C19.6562 10.25 20 10.5938 20 11C20 11.4375 19.6562 11.75 19.25 11.75H18C17.6562 11.75 17.375 11.5625 17.2812 11.25L17.1562 10.8125L16.2188 15.4062C16.1562 15.7812 15.8438 16.0312 15.4688 16C15.0938 16 14.8125 15.7188 14.75 15.375L13.9375 9.78125L12.7188 17.375C12.6562 17.75 12.3438 18.0312 11.9688 18C11.5938 18 11.2812 17.75 11.25 17.375L10 8.25L8.71875 17.375C8.6875 17.75 8.375 18 8 18C7.625 18.0312 7.3125 17.75 7.25 17.375L6.03125 9.78125L5.21875 15.375C5.1875 15.7188 4.875 16 4.5 16C4.15625 16.0312 3.8125 15.7812 3.75 15.4062L2.84375 10.8125L2.71875 11.25C2.59375 11.5625 2.3125 11.75 2 11.75H0.75C0.3125 11.75 0 11.4375 0 11C0 10.5938 0.3125 10.25 0.75 10.25H1.4375L2.28125 7.53125C2.375 7.21875 2.6875 7 3.03125 7C3.375 7.03125 3.65625 7.28125 3.71875 7.625L4.375 10.8125L5.25 4.65625C5.28125 4.28125 5.59375 4.03125 5.96875 4C6.34375 4 6.65625 4.28125 6.71875 4.65625L7.9375 12.1875L9.25 2.65625C9.28125 2.28125 9.625 2 10 2Z");
3
- export {
4
- o as TalkIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/talk-icon.ts
3
+ var t = e("TalkIcon", "M10 2C10.375 2 10.6875 2.28125 10.7188 2.65625L12.0312 12.1875L13.25 4.65625C13.3125 4.28125 13.625 4 14 4C14.375 4.03125 14.6875 4.28125 14.7188 4.65625L15.625 10.8125L16.25 7.625C16.3125 7.28125 16.5938 7.03125 16.9375 7C17.2812 7 17.5938 7.21875 17.7188 7.53125L18.5312 10.25H19.25C19.6562 10.25 20 10.5938 20 11C20 11.4375 19.6562 11.75 19.25 11.75H18C17.6562 11.75 17.375 11.5625 17.2812 11.25L17.1562 10.8125L16.2188 15.4062C16.1562 15.7812 15.8438 16.0312 15.4688 16C15.0938 16 14.8125 15.7188 14.75 15.375L13.9375 9.78125L12.7188 17.375C12.6562 17.75 12.3438 18.0312 11.9688 18C11.5938 18 11.2812 17.75 11.25 17.375L10 8.25L8.71875 17.375C8.6875 17.75 8.375 18 8 18C7.625 18.0312 7.3125 17.75 7.25 17.375L6.03125 9.78125L5.21875 15.375C5.1875 15.7188 4.875 16 4.5 16C4.15625 16.0312 3.8125 15.7812 3.75 15.4062L2.84375 10.8125L2.71875 11.25C2.59375 11.5625 2.3125 11.75 2 11.75H0.75C0.3125 11.75 0 11.4375 0 11C0 10.5938 0.3125 10.25 0.75 10.25H1.4375L2.28125 7.53125C2.375 7.21875 2.6875 7 3.03125 7C3.375 7.03125 3.65625 7.28125 3.71875 7.625L4.375 10.8125L5.25 4.65625C5.28125 4.28125 5.59375 4.03125 5.96875 4C6.34375 4 6.65625 4.28125 6.71875 4.65625L7.9375 12.1875L9.25 2.65625C9.28125 2.28125 9.625 2 10 2Z");
4
+ //#endregion
5
+ export { t as TalkIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const H = C("ThumbtackIcon", "M8.18748 3.625L7.84373 8.03125C7.81248 8.5 7.59373 8.90625 7.18748 9.15625C6.46873 9.65625 5.90623 10.4375 5.65623 11.3438L5.62498 11.5H9.24998V8.75C9.24998 8.34375 9.56248 8 9.99998 8C10.4062 8 10.75 8.34375 10.75 8.75V11.5H14.3437L14.3125 11.3438C14.0625 10.4375 13.5312 9.65625 12.7812 9.15625C12.4062 8.90625 12.1562 8.5 12.125 8.03125L11.7812 3.625C11.7812 3.59375 11.7812 3.5625 11.7812 3.5H8.18748C8.18748 3.5625 8.18748 3.59375 8.18748 3.625ZM9.24998 13H4.99998C4.68748 13 4.37498 12.875 4.18748 12.625C3.99998 12.375 3.93748 12.0625 4.03123 11.7812L4.21873 11C4.53123 9.6875 5.31248 8.625 6.34373 7.90625L6.59373 5L6.68748 3.5H5.74998C5.59373 3.5 5.46873 3.46875 5.34373 3.40625C5.12498 3.28125 4.99998 3.03125 4.99998 2.75C4.99998 2.34375 5.31248 2 5.74998 2H14.25C14.6562 2 15 2.34375 15 2.75C15 3.03125 14.8437 3.28125 14.625 3.40625C14.5 3.46875 14.375 3.5 14.25 3.5H13.2812L13.375 5L13.625 7.90625C14.6562 8.625 15.4375 9.6875 15.75 11L15.9375 11.7812C16.0312 12.0625 15.9687 12.375 15.7812 12.625C15.5937 12.875 15.2812 13 14.9687 13H10.75V17.25C10.75 17.6875 10.4062 18 9.99998 18C9.56248 18 9.24998 17.6875 9.24998 17.25V13Z");
3
- export {
4
- H as ThumbtackIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/thumbtack-icon.ts
3
+ var t = e("ThumbtackIcon", "M8.18748 3.625L7.84373 8.03125C7.81248 8.5 7.59373 8.90625 7.18748 9.15625C6.46873 9.65625 5.90623 10.4375 5.65623 11.3438L5.62498 11.5H9.24998V8.75C9.24998 8.34375 9.56248 8 9.99998 8C10.4062 8 10.75 8.34375 10.75 8.75V11.5H14.3437L14.3125 11.3438C14.0625 10.4375 13.5312 9.65625 12.7812 9.15625C12.4062 8.90625 12.1562 8.5 12.125 8.03125L11.7812 3.625C11.7812 3.59375 11.7812 3.5625 11.7812 3.5H8.18748C8.18748 3.5625 8.18748 3.59375 8.18748 3.625ZM9.24998 13H4.99998C4.68748 13 4.37498 12.875 4.18748 12.625C3.99998 12.375 3.93748 12.0625 4.03123 11.7812L4.21873 11C4.53123 9.6875 5.31248 8.625 6.34373 7.90625L6.59373 5L6.68748 3.5H5.74998C5.59373 3.5 5.46873 3.46875 5.34373 3.40625C5.12498 3.28125 4.99998 3.03125 4.99998 2.75C4.99998 2.34375 5.31248 2 5.74998 2H14.25C14.6562 2 15 2.34375 15 2.75C15 3.03125 14.8437 3.28125 14.625 3.40625C14.5 3.46875 14.375 3.5 14.25 3.5H13.2812L13.375 5L13.625 7.90625C14.6562 8.625 15.4375 9.6875 15.75 11L15.9375 11.7812C16.0312 12.0625 15.9687 12.375 15.7812 12.625C15.5937 12.875 15.2812 13 14.9687 13H10.75V17.25C10.75 17.6875 10.4062 18 9.99998 18C9.56248 18 9.24998 17.6875 9.24998 17.25V13Z");
4
+ //#endregion
5
+ export { t as ThumbtackIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const e = C("TimeIcon", "M16.5 10C16.5 7.6875 15.25 5.5625 13.25 4.375C11.2188 3.21875 8.75 3.21875 6.75 4.375C4.71875 5.5625 3.5 7.6875 3.5 10C3.5 12.3438 4.71875 14.4688 6.75 15.6562C8.75 16.8125 11.2188 16.8125 13.25 15.6562C15.25 14.4688 16.5 12.3438 16.5 10ZM2 10C2 7.15625 3.5 4.53125 6 3.09375C8.46875 1.65625 11.5 1.65625 14 3.09375C16.4688 4.53125 18 7.15625 18 10C18 12.875 16.4688 15.5 14 16.9375C11.5 18.375 8.46875 18.375 6 16.9375C3.5 15.5 2 12.875 2 10ZM9.25 5.75C9.25 5.34375 9.5625 5 10 5C10.4062 5 10.75 5.34375 10.75 5.75V9.625L13.4062 11.375C13.75 11.625 13.8438 12.0938 13.625 12.4375C13.375 12.7812 12.9062 12.875 12.5625 12.625L9.5625 10.625C9.375 10.5 9.25 10.25 9.25 10V5.75Z");
3
- export {
4
- e as TimeIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/time-icon.ts
3
+ var t = e("TimeIcon", "M16.5 10C16.5 7.6875 15.25 5.5625 13.25 4.375C11.2188 3.21875 8.75 3.21875 6.75 4.375C4.71875 5.5625 3.5 7.6875 3.5 10C3.5 12.3438 4.71875 14.4688 6.75 15.6562C8.75 16.8125 11.2188 16.8125 13.25 15.6562C15.25 14.4688 16.5 12.3438 16.5 10ZM2 10C2 7.15625 3.5 4.53125 6 3.09375C8.46875 1.65625 11.5 1.65625 14 3.09375C16.4688 4.53125 18 7.15625 18 10C18 12.875 16.4688 15.5 14 16.9375C11.5 18.375 8.46875 18.375 6 16.9375C3.5 15.5 2 12.875 2 10ZM9.25 5.75C9.25 5.34375 9.5625 5 10 5C10.4062 5 10.75 5.34375 10.75 5.75V9.625L13.4062 11.375C13.75 11.625 13.8438 12.0938 13.625 12.4375C13.375 12.7812 12.9062 12.875 12.5625 12.625L9.5625 10.625C9.375 10.5 9.25 10.25 9.25 10V5.75Z");
4
+ //#endregion
5
+ export { t as TimeIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("TimelineIcon", "M2 4.75C2 4.34375 2.3125 4 2.75 4H15.25C15.6562 4 16 4.34375 16 4.75C16 5.1875 15.6562 5.5 15.25 5.5H2.75C2.3125 5.5 2 5.1875 2 4.75ZM4 9.75C4 9.34375 4.3125 9 4.75 9H17.25C17.6562 9 18 9.34375 18 9.75C18 10.1875 17.6562 10.5 17.25 10.5H4.75C4.3125 10.5 4 10.1875 4 9.75ZM16 14.75C16 15.1875 15.6562 15.5 15.25 15.5H2.75C2.3125 15.5 2 15.1875 2 14.75C2 14.3438 2.3125 14 2.75 14H15.25C15.6562 14 16 14.3438 16 14.75Z");
3
- export {
4
- o as TimelineIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/timeline-icon.ts
3
+ var t = e("TimelineIcon", "M2 4.75C2 4.34375 2.3125 4 2.75 4H15.25C15.6562 4 16 4.34375 16 4.75C16 5.1875 15.6562 5.5 15.25 5.5H2.75C2.3125 5.5 2 5.1875 2 4.75ZM4 9.75C4 9.34375 4.3125 9 4.75 9H17.25C17.6562 9 18 9.34375 18 9.75C18 10.1875 17.6562 10.5 17.25 10.5H4.75C4.3125 10.5 4 10.1875 4 9.75ZM16 14.75C16 15.1875 15.6562 15.5 15.25 15.5H2.75C2.3125 15.5 2 15.1875 2 14.75C2 14.3438 2.3125 14 2.75 14H15.25C15.6562 14 16 14.3438 16 14.75Z");
4
+ //#endregion
5
+ export { t as TimelineIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("TipIcon", "M7.5 4.75C7.5 4.78125 7.5 4.78125 7.5 4.8125C7.53125 4.84375 7.5625 4.90625 7.65625 4.96875C7.65625 5 7.6875 5 7.6875 5C7.09375 5.03125 6.53125 5.0625 6 5.15625V4.75C6 4.1875 6.28125 3.75 6.65625 3.4375C7 3.09375 7.46875 2.84375 8 2.65625C9.0625 2.25 10.4688 2 12 2C13.5 2 14.9062 2.25 15.9688 2.65625C16.5 2.84375 16.9688 3.09375 17.3125 3.4375C17.6875 3.75 18 4.1875 18 4.75V11.25C18 11.8125 17.6875 12.2812 17.3125 12.5938C16.9688 12.9062 16.5 13.1875 15.9688 13.375C15.6562 13.5 15.3438 13.5938 15 13.6875V12.125C15.1562 12.0938 15.2812 12.0312 15.4375 11.9688C15.8438 11.8125 16.1562 11.625 16.3125 11.5C16.4062 11.4062 16.4375 11.3438 16.4688 11.3125C16.5 11.2812 16.5 11.2812 16.5 11.2812V9.90625C16.3125 9.96875 16.1562 10.0625 15.9688 10.125C15.6562 10.25 15.3438 10.3438 15 10.4375V8.875C15.1562 8.84375 15.2812 8.78125 15.4375 8.71875C15.8438 8.5625 16.1562 8.375 16.3125 8.25C16.4062 8.15625 16.4375 8.09375 16.4688 8.0625C16.5 8.03125 16.5 8.03125 16.5 8.03125V6.65625C16.3125 6.71875 16.1562 6.8125 15.9688 6.875C15.5312 7.03125 15.0625 7.1875 14.5312 7.28125C14.375 7.03125 14.1875 6.84375 14 6.6875C13.6875 6.40625 13.3125 6.15625 12.9375 5.96875C13.9375 5.90625 14.7812 5.71875 15.4375 5.46875C15.8438 5.3125 16.1562 5.125 16.3125 4.96875C16.4062 4.90625 16.4375 4.84375 16.4688 4.8125C16.5 4.78125 16.5 4.78125 16.5 4.75C16.5 4.75 16.5 4.75 16.4688 4.71875C16.4375 4.6875 16.4062 4.625 16.3125 4.53125C16.1562 4.375 15.8438 4.21875 15.4375 4.0625C14.5938 3.71875 13.375 3.5 12 3.5C10.5938 3.5 9.375 3.71875 8.53125 4.0625C8.125 4.21875 7.8125 4.375 7.65625 4.53125C7.5625 4.625 7.53125 4.6875 7.5 4.71875C7.5 4.75 7.5 4.75 7.5 4.75ZM3.5 8.75C3.5 8.78125 3.5 8.78125 3.5 8.8125C3.53125 8.84375 3.5625 8.90625 3.65625 8.96875C3.8125 9.125 4.125 9.3125 4.53125 9.46875C5.375 9.78125 6.59375 10 8 10C9.375 10 10.5938 9.78125 11.4375 9.46875C11.8438 9.3125 12.1562 9.125 12.3125 8.96875C12.4062 8.90625 12.4375 8.84375 12.4688 8.8125C12.4688 8.78125 12.5 8.78125 12.5 8.75C12.5 8.75 12.5 8.75 12.4688 8.71875C12.4375 8.6875 12.4062 8.625 12.3125 8.53125C12.1562 8.375 11.8438 8.21875 11.4375 8.0625C10.5938 7.71875 9.375 7.53125 8 7.53125C6.59375 7.53125 5.375 7.71875 4.53125 8.0625C4.125 8.21875 3.8125 8.40625 3.65625 8.53125C3.5625 8.625 3.53125 8.6875 3.5 8.71875C3.5 8.75 3.5 8.75 3.5 8.75ZM2 8.75C2 8.1875 2.28125 7.75 2.65625 7.4375C3 7.09375 3.46875 6.84375 4 6.65625C5.0625 6.25 6.46875 6 8 6C9.5 6 10.9062 6.25 11.9688 6.65625C12.5 6.84375 12.9688 7.09375 13.3125 7.4375C13.6875 7.75 14 8.1875 14 8.75V15.25C14 15.8125 13.6875 16.2812 13.3125 16.5938C12.9688 16.9062 12.5 17.1875 11.9688 17.375C10.9062 17.7812 9.5 18 8 18C6.46875 18 5.0625 17.7812 4 17.375C3.46875 17.1875 3 16.9375 2.65625 16.5938C2.28125 16.2812 2 15.8125 2 15.25V8.75ZM12.5 12V10.6562C12.3125 10.7188 12.1562 10.8125 11.9688 10.875C10.9062 11.2812 9.5 11.5 8 11.5C6.46875 11.5 5.0625 11.2812 4 10.875C3.8125 10.8125 3.65625 10.75 3.5 10.6562V12C3.5 12.0312 3.5 12.0312 3.5 12.0625C3.53125 12.0938 3.5625 12.1562 3.65625 12.2188C3.8125 12.375 4.125 12.5625 4.53125 12.7188C5.375 13.0312 6.59375 13.25 8 13.25C9.375 13.25 10.5938 13.0312 11.4375 12.7188C11.8438 12.5625 12.1562 12.375 12.3125 12.2188C12.4062 12.1562 12.4375 12.0938 12.4688 12.0625C12.4688 12.0312 12.5 12.0312 12.5 12ZM4 14.125C3.8125 14.0625 3.65625 14 3.5 13.9062V15.25C3.5 15.25 3.5 15.2812 3.5 15.3125C3.53125 15.3438 3.5625 15.4062 3.65625 15.4688C3.8125 15.625 4.125 15.8125 4.53125 15.9688C5.375 16.2812 6.59375 16.5 8 16.5C9.375 16.5 10.5938 16.2812 11.4375 15.9688C11.8438 15.8125 12.1562 15.625 12.3125 15.4688C12.4062 15.4062 12.4375 15.3438 12.4688 15.3125C12.5 15.2812 12.5 15.25 12.5 15.25V13.9062C12.3125 13.9688 12.1562 14.0625 11.9688 14.125C10.9062 14.5312 9.5 14.75 8 14.75C6.46875 14.75 5.0625 14.5312 4 14.125Z");
3
- export {
4
- o as TipIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/tip-icon.ts
3
+ var t = e("TipIcon", "M7.5 4.75C7.5 4.78125 7.5 4.78125 7.5 4.8125C7.53125 4.84375 7.5625 4.90625 7.65625 4.96875C7.65625 5 7.6875 5 7.6875 5C7.09375 5.03125 6.53125 5.0625 6 5.15625V4.75C6 4.1875 6.28125 3.75 6.65625 3.4375C7 3.09375 7.46875 2.84375 8 2.65625C9.0625 2.25 10.4688 2 12 2C13.5 2 14.9062 2.25 15.9688 2.65625C16.5 2.84375 16.9688 3.09375 17.3125 3.4375C17.6875 3.75 18 4.1875 18 4.75V11.25C18 11.8125 17.6875 12.2812 17.3125 12.5938C16.9688 12.9062 16.5 13.1875 15.9688 13.375C15.6562 13.5 15.3438 13.5938 15 13.6875V12.125C15.1562 12.0938 15.2812 12.0312 15.4375 11.9688C15.8438 11.8125 16.1562 11.625 16.3125 11.5C16.4062 11.4062 16.4375 11.3438 16.4688 11.3125C16.5 11.2812 16.5 11.2812 16.5 11.2812V9.90625C16.3125 9.96875 16.1562 10.0625 15.9688 10.125C15.6562 10.25 15.3438 10.3438 15 10.4375V8.875C15.1562 8.84375 15.2812 8.78125 15.4375 8.71875C15.8438 8.5625 16.1562 8.375 16.3125 8.25C16.4062 8.15625 16.4375 8.09375 16.4688 8.0625C16.5 8.03125 16.5 8.03125 16.5 8.03125V6.65625C16.3125 6.71875 16.1562 6.8125 15.9688 6.875C15.5312 7.03125 15.0625 7.1875 14.5312 7.28125C14.375 7.03125 14.1875 6.84375 14 6.6875C13.6875 6.40625 13.3125 6.15625 12.9375 5.96875C13.9375 5.90625 14.7812 5.71875 15.4375 5.46875C15.8438 5.3125 16.1562 5.125 16.3125 4.96875C16.4062 4.90625 16.4375 4.84375 16.4688 4.8125C16.5 4.78125 16.5 4.78125 16.5 4.75C16.5 4.75 16.5 4.75 16.4688 4.71875C16.4375 4.6875 16.4062 4.625 16.3125 4.53125C16.1562 4.375 15.8438 4.21875 15.4375 4.0625C14.5938 3.71875 13.375 3.5 12 3.5C10.5938 3.5 9.375 3.71875 8.53125 4.0625C8.125 4.21875 7.8125 4.375 7.65625 4.53125C7.5625 4.625 7.53125 4.6875 7.5 4.71875C7.5 4.75 7.5 4.75 7.5 4.75ZM3.5 8.75C3.5 8.78125 3.5 8.78125 3.5 8.8125C3.53125 8.84375 3.5625 8.90625 3.65625 8.96875C3.8125 9.125 4.125 9.3125 4.53125 9.46875C5.375 9.78125 6.59375 10 8 10C9.375 10 10.5938 9.78125 11.4375 9.46875C11.8438 9.3125 12.1562 9.125 12.3125 8.96875C12.4062 8.90625 12.4375 8.84375 12.4688 8.8125C12.4688 8.78125 12.5 8.78125 12.5 8.75C12.5 8.75 12.5 8.75 12.4688 8.71875C12.4375 8.6875 12.4062 8.625 12.3125 8.53125C12.1562 8.375 11.8438 8.21875 11.4375 8.0625C10.5938 7.71875 9.375 7.53125 8 7.53125C6.59375 7.53125 5.375 7.71875 4.53125 8.0625C4.125 8.21875 3.8125 8.40625 3.65625 8.53125C3.5625 8.625 3.53125 8.6875 3.5 8.71875C3.5 8.75 3.5 8.75 3.5 8.75ZM2 8.75C2 8.1875 2.28125 7.75 2.65625 7.4375C3 7.09375 3.46875 6.84375 4 6.65625C5.0625 6.25 6.46875 6 8 6C9.5 6 10.9062 6.25 11.9688 6.65625C12.5 6.84375 12.9688 7.09375 13.3125 7.4375C13.6875 7.75 14 8.1875 14 8.75V15.25C14 15.8125 13.6875 16.2812 13.3125 16.5938C12.9688 16.9062 12.5 17.1875 11.9688 17.375C10.9062 17.7812 9.5 18 8 18C6.46875 18 5.0625 17.7812 4 17.375C3.46875 17.1875 3 16.9375 2.65625 16.5938C2.28125 16.2812 2 15.8125 2 15.25V8.75ZM12.5 12V10.6562C12.3125 10.7188 12.1562 10.8125 11.9688 10.875C10.9062 11.2812 9.5 11.5 8 11.5C6.46875 11.5 5.0625 11.2812 4 10.875C3.8125 10.8125 3.65625 10.75 3.5 10.6562V12C3.5 12.0312 3.5 12.0312 3.5 12.0625C3.53125 12.0938 3.5625 12.1562 3.65625 12.2188C3.8125 12.375 4.125 12.5625 4.53125 12.7188C5.375 13.0312 6.59375 13.25 8 13.25C9.375 13.25 10.5938 13.0312 11.4375 12.7188C11.8438 12.5625 12.1562 12.375 12.3125 12.2188C12.4062 12.1562 12.4375 12.0938 12.4688 12.0625C12.4688 12.0312 12.5 12.0312 12.5 12ZM4 14.125C3.8125 14.0625 3.65625 14 3.5 13.9062V15.25C3.5 15.25 3.5 15.2812 3.5 15.3125C3.53125 15.3438 3.5625 15.4062 3.65625 15.4688C3.8125 15.625 4.125 15.8125 4.53125 15.9688C5.375 16.2812 6.59375 16.5 8 16.5C9.375 16.5 10.5938 16.2812 11.4375 15.9688C11.8438 15.8125 12.1562 15.625 12.3125 15.4688C12.4062 15.4062 12.4375 15.3438 12.4688 15.3125C12.5 15.2812 12.5 15.25 12.5 15.25V13.9062C12.3125 13.9688 12.1562 14.0625 11.9688 14.125C10.9062 14.5312 9.5 14.75 8 14.75C6.46875 14.75 5.0625 14.5312 4 14.125Z");
4
+ //#endregion
5
+ export { t as TipIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const e = C("TitleIcon", "M4.5 4.5V6C4.5 6.4375 4.15625 6.75 3.75 6.75C3.3125 6.75 3 6.4375 3 6V4.25C3 3.5625 3.53125 3 4.25 3H15.75C16.4375 3 17 3.5625 17 4.25V6C17 6.4375 16.6562 6.75 16.25 6.75C15.8125 6.75 15.5 6.4375 15.5 6V4.5H10.75V15.5H12.25C12.6562 15.5 13 15.8438 13 16.25C13 16.6875 12.6562 17 12.25 17H7.75C7.3125 17 7 16.6875 7 16.25C7 15.8438 7.3125 15.5 7.75 15.5H9.25V4.5H4.5Z");
3
- export {
4
- e as TitleIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/title-icon.ts
3
+ var t = e("TitleIcon", "M4.5 4.5V6C4.5 6.4375 4.15625 6.75 3.75 6.75C3.3125 6.75 3 6.4375 3 6V4.25C3 3.5625 3.53125 3 4.25 3H15.75C16.4375 3 17 3.5625 17 4.25V6C17 6.4375 16.6562 6.75 16.25 6.75C15.8125 6.75 15.5 6.4375 15.5 6V4.5H10.75V15.5H12.25C12.6562 15.5 13 15.8438 13 16.25C13 16.6875 12.6562 17 12.25 17H7.75C7.3125 17 7 16.6875 7 16.25C7 15.8438 7.3125 15.5 7.75 15.5H9.25V4.5H4.5Z");
4
+ //#endregion
5
+ export { t as TitleIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const H = C("TranslateIcon", "M2 4H18C19.0938 4 20 4.90625 20 6V14C20 15.125 19.0938 16 18 16H2C0.875 16 0 15.125 0 14V6C0 4.90625 0.875 4 2 4ZM18 5.5H10V14.5H18C18.25 14.5 18.5 14.2812 18.5 14V6C18.5 5.75 18.25 5.5 18 5.5ZM5.5625 7.5C5.46875 7.28125 5.21875 7.125 5 7.125C4.75 7.125 4.5 7.28125 4.40625 7.5L2.40625 12C2.28125 12.3125 2.40625 12.6875 2.71875 12.8438C3.0625 12.9688 3.40625 12.8438 3.5625 12.5312L3.84375 11.875H6.125L6.40625 12.5312C6.5625 12.8438 6.9375 12.9688 7.25 12.8438C7.5625 12.6875 7.6875 12.3125 7.5625 12L5.5625 7.5ZM5.59375 10.625H4.40625L5 9.3125L5.59375 10.625ZM14.25 7.125C14.5938 7.125 14.875 7.40625 14.875 7.75V7.875H16.75C17.0938 7.875 17.375 8.15625 17.375 8.5C17.375 8.84375 17.0938 9.125 16.75 9.125H16.6875L16.625 9.28125C16.3438 10.0312 15.9062 10.75 15.375 11.3125C15.4062 11.3438 15.4375 11.3438 15.4688 11.375L16.0625 11.7188C16.3438 11.9062 16.4375 12.2812 16.2812 12.5938C16.0938 12.875 15.7188 12.9688 15.4062 12.8125L14.8125 12.4375C14.6875 12.375 14.5625 12.2812 14.4062 12.1875C14.0938 12.4062 13.7188 12.625 13.3438 12.7812L13.25 12.8438C12.9375 12.9688 12.5625 12.8438 12.4062 12.5312C12.2812 12.1875 12.4062 11.8438 12.7188 11.6875L12.8438 11.6562C13.0312 11.5625 13.25 11.4375 13.4375 11.3438L13.0312 10.9688C12.8125 10.7188 12.8125 10.3125 13.0312 10.0625C13.2812 9.84375 13.6875 9.84375 13.9375 10.0625L14.375 10.5312H14.4062C14.7812 10.125 15.0938 9.65625 15.3438 9.125H12C11.6562 9.125 11.375 8.84375 11.375 8.5C11.375 8.15625 11.6562 7.875 12 7.875H13.625V7.75C13.625 7.40625 13.9062 7.125 14.25 7.125Z");
3
- export {
4
- H as TranslateIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/translate-icon.ts
3
+ var t = e("TranslateIcon", "M2 4H18C19.0938 4 20 4.90625 20 6V14C20 15.125 19.0938 16 18 16H2C0.875 16 0 15.125 0 14V6C0 4.90625 0.875 4 2 4ZM18 5.5H10V14.5H18C18.25 14.5 18.5 14.2812 18.5 14V6C18.5 5.75 18.25 5.5 18 5.5ZM5.5625 7.5C5.46875 7.28125 5.21875 7.125 5 7.125C4.75 7.125 4.5 7.28125 4.40625 7.5L2.40625 12C2.28125 12.3125 2.40625 12.6875 2.71875 12.8438C3.0625 12.9688 3.40625 12.8438 3.5625 12.5312L3.84375 11.875H6.125L6.40625 12.5312C6.5625 12.8438 6.9375 12.9688 7.25 12.8438C7.5625 12.6875 7.6875 12.3125 7.5625 12L5.5625 7.5ZM5.59375 10.625H4.40625L5 9.3125L5.59375 10.625ZM14.25 7.125C14.5938 7.125 14.875 7.40625 14.875 7.75V7.875H16.75C17.0938 7.875 17.375 8.15625 17.375 8.5C17.375 8.84375 17.0938 9.125 16.75 9.125H16.6875L16.625 9.28125C16.3438 10.0312 15.9062 10.75 15.375 11.3125C15.4062 11.3438 15.4375 11.3438 15.4688 11.375L16.0625 11.7188C16.3438 11.9062 16.4375 12.2812 16.2812 12.5938C16.0938 12.875 15.7188 12.9688 15.4062 12.8125L14.8125 12.4375C14.6875 12.375 14.5625 12.2812 14.4062 12.1875C14.0938 12.4062 13.7188 12.625 13.3438 12.7812L13.25 12.8438C12.9375 12.9688 12.5625 12.8438 12.4062 12.5312C12.2812 12.1875 12.4062 11.8438 12.7188 11.6875L12.8438 11.6562C13.0312 11.5625 13.25 11.4375 13.4375 11.3438L13.0312 10.9688C12.8125 10.7188 12.8125 10.3125 13.0312 10.0625C13.2812 9.84375 13.6875 9.84375 13.9375 10.0625L14.375 10.5312H14.4062C14.7812 10.125 15.0938 9.65625 15.3438 9.125H12C11.6562 9.125 11.375 8.84375 11.375 8.5C11.375 8.15625 11.6562 7.875 12 7.875H13.625V7.75C13.625 7.40625 13.9062 7.125 14.25 7.125Z");
4
+ //#endregion
5
+ export { t as TranslateIcon };
@@ -1,5 +1,5 @@
1
1
  import { createCasperIcon as e } from "../create-icon.js";
2
- const C = e("TreeViewCollapseIcon", "M9.2812 13.7188L5.2812 9.71875C4.99995 9.4375 4.9062 9 5.06245 8.625C5.2187 8.25 5.5937 8 5.99995 8H14C14.4062 8 14.75 8.25 14.9062 8.625C15.0625 9 14.9687 9.4375 14.6875 9.71875L10.6875 13.7188C10.3125 14.125 9.6562 14.125 9.2812 13.7188Z");
3
- export {
4
- C as TreeViewCollapseIcon
5
- };
2
+ //#region lib/components/icon/icons/tree-view-collapse-icon.ts
3
+ var t = e("TreeViewCollapseIcon", "M9.2812 13.7188L5.2812 9.71875C4.99995 9.4375 4.9062 9 5.06245 8.625C5.2187 8.25 5.5937 8 5.99995 8H14C14.4062 8 14.75 8.25 14.9062 8.625C15.0625 9 14.9687 9.4375 14.6875 9.71875L10.6875 13.7188C10.3125 14.125 9.6562 14.125 9.2812 13.7188Z");
4
+ //#endregion
5
+ export { t as TreeViewCollapseIcon };
@@ -1,5 +1,5 @@
1
1
  import { createCasperIcon as e } from "../create-icon.js";
2
- const r = e("TreeViewExpandIcon", "M13.6875 10.7188L9.6875 14.7188C9.40625 15 8.96875 15.0938 8.59375 14.9375C8.21875 14.7813 7.96875 14.4063 7.96875 14V6.00001C7.96875 5.59376 8.21875 5.25001 8.59375 5.09376C8.96875 4.93751 9.40625 5.03126 9.6875 5.31251L13.6875 9.31251C14.0938 9.68751 14.0938 10.3438 13.6875 10.7188Z");
3
- export {
4
- r as TreeViewExpandIcon
5
- };
2
+ //#region lib/components/icon/icons/tree-view-expand-icon.ts
3
+ var t = e("TreeViewExpandIcon", "M13.6875 10.7188L9.6875 14.7188C9.40625 15 8.96875 15.0938 8.59375 14.9375C8.21875 14.7813 7.96875 14.4063 7.96875 14V6.00001C7.96875 5.59376 8.21875 5.25001 8.59375 5.09376C8.96875 4.93751 9.40625 5.03126 9.6875 5.31251L13.6875 9.31251C14.0938 9.68751 14.0938 10.3438 13.6875 10.7188Z");
4
+ //#endregion
5
+ export { t as TreeViewExpandIcon };
@@ -1,5 +1,5 @@
1
1
  import { createCasperIcon as e } from "../create-icon.js";
2
- const r = e("TreeViewLastIcon", "M7 10C7 8.34315 8.34315 7 10 7C11.6569 7 13 8.34315 13 10C13 11.6569 11.6569 13 10 13C8.34315 13 7 11.6569 7 10Z");
3
- export {
4
- r as TreeViewLastIcon
5
- };
2
+ //#region lib/components/icon/icons/tree-view-last-icon.ts
3
+ var t = e("TreeViewLastIcon", "M7 10C7 8.34315 8.34315 7 10 7C11.6569 7 13 8.34315 13 10C13 11.6569 11.6569 13 10 13C8.34315 13 7 11.6569 7 10Z");
4
+ //#endregion
5
+ export { t as TreeViewLastIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const n = C("TrendDownIcon", "M12 14.25C12 13.8438 12.3125 13.5 12.75 13.5H16.4375L10.9688 8.0625L7.5 11.5312C7.21875 11.8438 6.75 11.8438 6.46875 11.5312L1.21875 6.28125C0.90625 6 0.90625 5.53125 1.21875 5.21875C1.5 4.9375 1.96875 4.9375 2.28125 5.21875L7 9.9375L10.4688 6.46875C10.75 6.1875 11.2188 6.1875 11.5312 6.46875L17.5 12.4688V8.75C17.5 8.34375 17.8125 8 18.25 8C18.6562 8 19 8.34375 19 8.75V14.25C19 14.6875 18.6562 15 18.25 15H12.75C12.3125 15 12 14.6875 12 14.25Z");
3
- export {
4
- n as TrendDownIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/trend-down-icon.ts
3
+ var t = e("TrendDownIcon", "M12 14.25C12 13.8438 12.3125 13.5 12.75 13.5H16.4375L10.9688 8.0625L7.5 11.5312C7.21875 11.8438 6.75 11.8438 6.46875 11.5312L1.21875 6.28125C0.90625 6 0.90625 5.53125 1.21875 5.21875C1.5 4.9375 1.96875 4.9375 2.28125 5.21875L7 9.9375L10.4688 6.46875C10.75 6.1875 11.2188 6.1875 11.5312 6.46875L17.5 12.4688V8.75C17.5 8.34375 17.8125 8 18.25 8C18.6562 8 19 8.34375 19 8.75V14.25C19 14.6875 18.6562 15 18.25 15H12.75C12.3125 15 12 14.6875 12 14.25Z");
4
+ //#endregion
5
+ export { t as TrendDownIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const r = C("TrendUpIcon", "M12 5.75C12 5.34375 12.3125 5 12.75 5H18.25C18.6562 5 19 5.34375 19 5.75V11.25C19 11.6875 18.6562 12 18.25 12C17.8125 12 17.5 11.6875 17.5 11.25V7.5625L11.5312 13.5312C11.2188 13.8438 10.75 13.8438 10.4688 13.5312L7 10.0625L2.28125 14.7812C1.96875 15.0938 1.5 15.0938 1.21875 14.7812C0.90625 14.5 0.90625 14.0312 1.21875 13.75L6.46875 8.46875C6.75 8.1875 7.21875 8.1875 7.5 8.46875L10.9688 11.9375L16.4375 6.5H12.75C12.3125 6.5 12 6.1875 12 5.75Z");
3
- export {
4
- r as TrendUpIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/trend-up-icon.ts
3
+ var t = e("TrendUpIcon", "M12 5.75C12 5.34375 12.3125 5 12.75 5H18.25C18.6562 5 19 5.34375 19 5.75V11.25C19 11.6875 18.6562 12 18.25 12C17.8125 12 17.5 11.6875 17.5 11.25V7.5625L11.5312 13.5312C11.2188 13.8438 10.75 13.8438 10.4688 13.5312L7 10.0625L2.28125 14.7812C1.96875 15.0938 1.5 15.0938 1.21875 14.7812C0.90625 14.5 0.90625 14.0312 1.21875 13.75L6.46875 8.46875C6.75 8.1875 7.21875 8.1875 7.5 8.46875L10.9688 11.9375L16.4375 6.5H12.75C12.3125 6.5 12 6.1875 12 5.75Z");
4
+ //#endregion
5
+ export { t as TrendUpIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const r = C("TriangleWarningIcon", "M9.75 4.65625L3.5625 14.8125C3.5 14.9062 3.5 14.9688 3.5 15.0625C3.5 15.3125 3.6875 15.5 3.9375 15.5H16.0312C16.2812 15.5 16.5 15.3125 16.5 15.0625C16.5 14.9688 16.4688 14.9062 16.4062 14.8125L10.2188 4.65625C10.1875 4.5625 10.0938 4.5 10 4.5C9.875 4.5 9.8125 4.5625 9.75 4.65625ZM8.46875 3.875C8.78125 3.34375 9.375 3 10 3C10.5938 3 11.1875 3.34375 11.5 3.875L17.6875 14.0312C17.875 14.3438 18 14.6875 18 15.0625C18 16.125 17.125 17 16.0312 17H3.9375C2.875 17 2 16.125 2 15.0625C2 14.6875 2.09375 14.3438 2.28125 14.0312L8.46875 3.875ZM11 13.5C11 14.0625 10.5312 14.5 10 14.5C9.4375 14.5 9 14.0625 9 13.5C9 12.9688 9.4375 12.5 10 12.5C10.5312 12.5 11 12.9688 11 13.5ZM10.75 7.75V10.75C10.75 11.1875 10.4062 11.5 10 11.5C9.5625 11.5 9.25 11.1875 9.25 10.75V7.75C9.25 7.34375 9.5625 7 10 7C10.4062 7 10.75 7.34375 10.75 7.75Z");
3
- export {
4
- r as TriangleWarningIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/triangle-warning-icon.ts
3
+ var t = e("TriangleWarningIcon", "M9.75 4.65625L3.5625 14.8125C3.5 14.9062 3.5 14.9688 3.5 15.0625C3.5 15.3125 3.6875 15.5 3.9375 15.5H16.0312C16.2812 15.5 16.5 15.3125 16.5 15.0625C16.5 14.9688 16.4688 14.9062 16.4062 14.8125L10.2188 4.65625C10.1875 4.5625 10.0938 4.5 10 4.5C9.875 4.5 9.8125 4.5625 9.75 4.65625ZM8.46875 3.875C8.78125 3.34375 9.375 3 10 3C10.5938 3 11.1875 3.34375 11.5 3.875L17.6875 14.0312C17.875 14.3438 18 14.6875 18 15.0625C18 16.125 17.125 17 16.0312 17H3.9375C2.875 17 2 16.125 2 15.0625C2 14.6875 2.09375 14.3438 2.28125 14.0312L8.46875 3.875ZM11 13.5C11 14.0625 10.5312 14.5 10 14.5C9.4375 14.5 9 14.0625 9 13.5C9 12.9688 9.4375 12.5 10 12.5C10.5312 12.5 11 12.9688 11 13.5ZM10.75 7.75V10.75C10.75 11.1875 10.4062 11.5 10 11.5C9.5625 11.5 9.25 11.1875 9.25 10.75V7.75C9.25 7.34375 9.5625 7 10 7C10.4062 7 10.75 7.34375 10.75 7.75Z");
4
+ //#endregion
5
+ export { t as TriangleWarningIcon };
@@ -1,8 +1,8 @@
1
1
  import { createCasperIcon as e } from "../create-icon.js";
2
- const c = e("TrivecIcon", "M8.85261 9.8913C9.3112 10.1563 9.59572 10.6493 9.59572 11.1792V14.698L7.7918 13.656V11.4707L7.86549 11.3406L5.80742 10.174V8.13198L8.85261 9.8913Z", {
3
- fillRule: "evenodd",
4
- clipRule: "evenodd"
2
+ //#region lib/components/icon/icons/trivec-icon.ts
3
+ var t = e("TrivecIcon", "M8.85261 9.8913C9.3112 10.1563 9.59572 10.6493 9.59572 11.1792V14.698L7.7918 13.656V11.4707L7.86549 11.3406L5.80742 10.174V8.13198L8.85261 9.8913Z", {
4
+ fillRule: "evenodd",
5
+ clipRule: "evenodd"
5
6
  });
6
- export {
7
- c as TrivecIcon
8
- };
7
+ //#endregion
8
+ export { t as TrivecIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const H = C("UberEatsIcon", "M3.41601 8.45705C4.2618 8.45705 4.91575 7.80736 4.91575 6.8459V3.10437H5.83174V9.16699H4.92456V8.60427C4.51474 9.0283 3.94775 9.27101 3.31114 9.27101C2.00324 9.27101 1 8.32688 1 6.89791V3.10465H1.91599V6.84619C1.91599 7.8247 2.56113 8.45705 3.41601 8.45705ZM6.51183 9.16699H7.38405V8.61279C7.59179 8.82218 7.83905 8.98821 8.11149 9.10125C8.38392 9.21429 8.67609 9.27209 8.97104 9.27129C10.2792 9.27129 11.3083 8.24049 11.3083 6.96726C11.3083 5.6855 10.2795 4.65498 8.97104 4.65498C8.67738 4.65414 8.38649 4.71192 8.11545 4.82495C7.8444 4.93797 7.59864 5.10396 7.39258 5.3132V3.10465H6.51155L6.51183 9.16699ZM8.91022 8.50025C8.70856 8.50115 8.50872 8.46213 8.32221 8.38543C8.1357 8.30873 7.96621 8.19588 7.82352 8.05338C7.68083 7.91087 7.56776 7.74153 7.49082 7.55512C7.41388 7.36871 7.3746 7.16892 7.37524 6.96726C7.3746 6.76562 7.41387 6.56585 7.4908 6.37946C7.56772 6.19307 7.68076 6.02374 7.82342 5.88124C7.96608 5.73874 8.13553 5.62588 8.32201 5.54917C8.50849 5.47245 8.7083 5.4334 8.90994 5.43427C9.11093 5.43426 9.30995 5.47396 9.49556 5.55109C9.68117 5.62821 9.84972 5.74124 9.99152 5.88368C10.1333 6.02612 10.2456 6.19517 10.3219 6.38112C10.3982 6.56707 10.437 6.76626 10.4361 6.96726C10.4361 7.81617 9.74777 8.50025 8.91022 8.50025ZM13.942 4.66351C12.6427 4.66351 11.657 5.71136 11.657 6.95845C11.657 8.27488 12.6864 9.26248 14.0205 9.26248C14.8316 9.26248 15.4944 8.90723 15.9391 8.31836L15.3025 7.85056C14.9711 8.29221 14.5352 8.50025 14.0208 8.50025C13.2705 8.50025 12.6688 7.9631 12.5466 7.24436H16.1659V6.95845C16.1659 5.64202 15.2241 4.66351 13.942 4.66351ZM12.5642 6.55147C12.7214 5.87592 13.2707 5.42574 13.9247 5.42574C14.5789 5.42574 15.1283 5.87592 15.2767 6.55147H12.5642ZM18.896 5.52947V4.71552H18.5907C18.1025 4.71552 17.745 4.94061 17.527 5.29586V4.75019H16.6548V9.16727H17.5358V6.65549C17.5358 5.97141 17.9541 5.52947 18.5296 5.52947H18.896Z");
3
- export {
4
- H as UberEatsIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/uber-eats-icon.ts
3
+ var t = e("UberEatsIcon", "M3.41601 8.45705C4.2618 8.45705 4.91575 7.80736 4.91575 6.8459V3.10437H5.83174V9.16699H4.92456V8.60427C4.51474 9.0283 3.94775 9.27101 3.31114 9.27101C2.00324 9.27101 1 8.32688 1 6.89791V3.10465H1.91599V6.84619C1.91599 7.8247 2.56113 8.45705 3.41601 8.45705ZM6.51183 9.16699H7.38405V8.61279C7.59179 8.82218 7.83905 8.98821 8.11149 9.10125C8.38392 9.21429 8.67609 9.27209 8.97104 9.27129C10.2792 9.27129 11.3083 8.24049 11.3083 6.96726C11.3083 5.6855 10.2795 4.65498 8.97104 4.65498C8.67738 4.65414 8.38649 4.71192 8.11545 4.82495C7.8444 4.93797 7.59864 5.10396 7.39258 5.3132V3.10465H6.51155L6.51183 9.16699ZM8.91022 8.50025C8.70856 8.50115 8.50872 8.46213 8.32221 8.38543C8.1357 8.30873 7.96621 8.19588 7.82352 8.05338C7.68083 7.91087 7.56776 7.74153 7.49082 7.55512C7.41388 7.36871 7.3746 7.16892 7.37524 6.96726C7.3746 6.76562 7.41387 6.56585 7.4908 6.37946C7.56772 6.19307 7.68076 6.02374 7.82342 5.88124C7.96608 5.73874 8.13553 5.62588 8.32201 5.54917C8.50849 5.47245 8.7083 5.4334 8.90994 5.43427C9.11093 5.43426 9.30995 5.47396 9.49556 5.55109C9.68117 5.62821 9.84972 5.74124 9.99152 5.88368C10.1333 6.02612 10.2456 6.19517 10.3219 6.38112C10.3982 6.56707 10.437 6.76626 10.4361 6.96726C10.4361 7.81617 9.74777 8.50025 8.91022 8.50025ZM13.942 4.66351C12.6427 4.66351 11.657 5.71136 11.657 6.95845C11.657 8.27488 12.6864 9.26248 14.0205 9.26248C14.8316 9.26248 15.4944 8.90723 15.9391 8.31836L15.3025 7.85056C14.9711 8.29221 14.5352 8.50025 14.0208 8.50025C13.2705 8.50025 12.6688 7.9631 12.5466 7.24436H16.1659V6.95845C16.1659 5.64202 15.2241 4.66351 13.942 4.66351ZM12.5642 6.55147C12.7214 5.87592 13.2707 5.42574 13.9247 5.42574C14.5789 5.42574 15.1283 5.87592 15.2767 6.55147H12.5642ZM18.896 5.52947V4.71552H18.5907C18.1025 4.71552 17.745 4.94061 17.527 5.29586V4.75019H16.6548V9.16727H17.5358V6.65549C17.5358 5.97141 17.9541 5.52947 18.5296 5.52947H18.896Z");
4
+ //#endregion
5
+ export { t as UberEatsIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const n = C("UndoIcon", "M12 9.49997C14.0625 9.49997 15.8125 10.9062 16.3125 12.8125C16.4375 12.4375 16.5 12 16.5 11.5C16.5 9.31246 14.6875 7.49997 12.5 7.49997H8.25C7.8125 7.49997 7.5 7.18747 7.5 6.74997V5.12497L3.71875 8.49997L7.5 11.9062V10.25C7.5 9.84372 7.8125 9.49997 8.25 9.49997H12ZM9 11V13C9 13.4062 8.75 13.7812 8.40625 13.9375C8.03125 14.0937 7.625 14.0312 7.3125 13.75L2.3125 9.24997C2.09375 9.06247 2 8.81247 2 8.49997C2 8.21872 2.09375 7.96872 2.3125 7.78122L7.3125 3.28122C7.625 2.99997 8.03125 2.93747 8.40625 3.09372C8.75 3.24997 9 3.62497 9 3.99997V5.99997H12.5C15.5312 5.99997 18 8.46871 18 11.5C18 13.9375 16.7812 15.4687 15.8438 16.2812C15.7188 16.375 15.5938 16.4687 15.4688 16.5625C15.375 16.625 15.2812 16.6875 15.1875 16.75C15.0625 16.8437 14.9375 16.9062 14.8438 16.9687C14.7812 17 14.6875 17 14.5938 17C14.25 17 14 16.75 14 16.4062C14 16.1875 14.0938 16 14.25 15.8437C14.25 15.8125 14.2812 15.8125 14.2812 15.7812C14.375 15.7187 14.4375 15.625 14.5312 15.5312C14.5938 15.4375 14.625 15.375 14.6875 15.2812C14.8438 14.9687 15 14.5625 15 14.0312C15 12.375 13.6562 11.0312 12 11.0312H9V11Z");
3
- export {
4
- n as UndoIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/undo-icon.ts
3
+ var t = e("UndoIcon", "M12 9.49997C14.0625 9.49997 15.8125 10.9062 16.3125 12.8125C16.4375 12.4375 16.5 12 16.5 11.5C16.5 9.31246 14.6875 7.49997 12.5 7.49997H8.25C7.8125 7.49997 7.5 7.18747 7.5 6.74997V5.12497L3.71875 8.49997L7.5 11.9062V10.25C7.5 9.84372 7.8125 9.49997 8.25 9.49997H12ZM9 11V13C9 13.4062 8.75 13.7812 8.40625 13.9375C8.03125 14.0937 7.625 14.0312 7.3125 13.75L2.3125 9.24997C2.09375 9.06247 2 8.81247 2 8.49997C2 8.21872 2.09375 7.96872 2.3125 7.78122L7.3125 3.28122C7.625 2.99997 8.03125 2.93747 8.40625 3.09372C8.75 3.24997 9 3.62497 9 3.99997V5.99997H12.5C15.5312 5.99997 18 8.46871 18 11.5C18 13.9375 16.7812 15.4687 15.8438 16.2812C15.7188 16.375 15.5938 16.4687 15.4688 16.5625C15.375 16.625 15.2812 16.6875 15.1875 16.75C15.0625 16.8437 14.9375 16.9062 14.8438 16.9687C14.7812 17 14.6875 17 14.5938 17C14.25 17 14 16.75 14 16.4062C14 16.1875 14.0938 16 14.25 15.8437C14.25 15.8125 14.2812 15.8125 14.2812 15.7812C14.375 15.7187 14.4375 15.625 14.5312 15.5312C14.5938 15.4375 14.625 15.375 14.6875 15.2812C14.8438 14.9687 15 14.5625 15 14.0312C15 12.375 13.6562 11.0312 12 11.0312H9V11Z");
4
+ //#endregion
5
+ export { t as UndoIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const c = C("UnlockIcon", "M7.5 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 8H6V6C6 3.8125 7.78125 2 10 2C11.7812 2 13.2812 3.1875 13.7812 4.78125C13.9062 5.1875 13.6875 5.59375 13.3125 5.71875C12.9062 5.84375 12.5 5.625 12.375 5.25C12.0312 4.25 11.0938 3.5 10 3.5C8.59375 3.5 7.5 4.625 7.5 6ZM4.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
- c as UnlockIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/unlock-icon.ts
3
+ var t = e("UnlockIcon", "M7.5 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 8H6V6C6 3.8125 7.78125 2 10 2C11.7812 2 13.2812 3.1875 13.7812 4.78125C13.9062 5.1875 13.6875 5.59375 13.3125 5.71875C12.9062 5.84375 12.5 5.625 12.375 5.25C12.0312 4.25 11.0938 3.5 10 3.5C8.59375 3.5 7.5 4.625 7.5 6ZM4.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 UnlockIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("UnwrapContentIcon", "M18 4.75V15.25C18 15.6562 17.6562 16 17.25 16C16.8438 16 16.5 15.6562 16.5 15.25V4.75C16.5 4.34375 16.8438 4 17.25 4C17.6562 4 18 4.34375 18 4.75ZM13.7812 10.5312L9.53125 14.7812C9.25 15.0625 8.78125 15.0625 8.46875 14.7812C8.1875 14.5 8.1875 14 8.46875 13.7188L11.4375 10.75H2.75C2.34375 10.75 2 10.4062 2 10C2 9.59375 2.34375 9.25 2.75 9.25H11.4375L8.46875 6.28125C8.1875 6 8.1875 5.5 8.46875 5.21875C8.75 4.9375 9.25 4.9375 9.53125 5.21875L13.7812 9.46875C14.0625 9.75 14.0625 10.25 13.7812 10.5312Z");
3
- export {
4
- o as UnwrapContentIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/unwrap-content-icon.ts
3
+ var t = e("UnwrapContentIcon", "M18 4.75V15.25C18 15.6562 17.6562 16 17.25 16C16.8438 16 16.5 15.6562 16.5 15.25V4.75C16.5 4.34375 16.8438 4 17.25 4C17.6562 4 18 4.34375 18 4.75ZM13.7812 10.5312L9.53125 14.7812C9.25 15.0625 8.78125 15.0625 8.46875 14.7812C8.1875 14.5 8.1875 14 8.46875 13.7188L11.4375 10.75H2.75C2.34375 10.75 2 10.4062 2 10C2 9.59375 2.34375 9.25 2.75 9.25H11.4375L8.46875 6.28125C8.1875 6 8.1875 5.5 8.46875 5.21875C8.75 4.9375 9.25 4.9375 9.53125 5.21875L13.7812 9.46875C14.0625 9.75 14.0625 10.25 13.7812 10.5312Z");
4
+ //#endregion
5
+ export { t as UnwrapContentIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const c = C("UpIcon", "M10.5312 2.21875L14.75 6.46875C15.0625 6.78125 15.0625 7.25 14.75 7.53125C14.4688 7.84375 14 7.84375 13.6875 7.53125L10.7188 4.5625V17.25C10.7188 17.6875 10.4062 18 9.96875 18C9.5625 18 9.21875 17.6875 9.21875 17.25V4.5625L6.25 7.53125C5.96875 7.84375 5.5 7.84375 5.21875 7.53125C4.90625 7.25 4.90625 6.78125 5.21875 6.46875L9.46875 2.21875C9.75 1.9375 10.2188 1.9375 10.5312 2.21875Z");
3
- export {
4
- c as UpIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/up-icon.ts
3
+ var t = e("UpIcon", "M10.5312 2.21875L14.75 6.46875C15.0625 6.78125 15.0625 7.25 14.75 7.53125C14.4688 7.84375 14 7.84375 13.6875 7.53125L10.7188 4.5625V17.25C10.7188 17.6875 10.4062 18 9.96875 18C9.5625 18 9.21875 17.6875 9.21875 17.25V4.5625L6.25 7.53125C5.96875 7.84375 5.5 7.84375 5.21875 7.53125C4.90625 7.25 4.90625 6.78125 5.21875 6.46875L9.46875 2.21875C9.75 1.9375 10.2188 1.9375 10.5312 2.21875Z");
4
+ //#endregion
5
+ export { t as UpIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const r = C("UserGroupIcon", "M0.03125 16.3438C0.21875 14.9375 0.9375 13.6875 2 12.8125C2.96875 12 4.21875 11.5 5.5625 11.5H8.40625C9.78125 11.5 11 12 11.9688 12.8125C13.0312 13.6875 13.75 14.9375 13.9375 16.3438C13.9688 16.5938 13.9688 16.8438 13.9688 17.0938C13.9688 17.5938 13.5625 18 13.0625 18H0.90625C0.40625 18 0 17.5938 0 17.0938C0 16.8438 0 16.5938 0.03125 16.3438ZM3 6C3 4.59375 3.75 3.28125 5 2.5625C6.21875 1.84375 7.75 1.84375 9 2.5625C10.2188 3.28125 11 4.59375 11 6C11 7.4375 10.2188 8.75 9 9.46875C7.75 10.1875 6.21875 10.1875 5 9.46875C3.75 8.75 3 7.4375 3 6ZM9.5 6C9.5 5.125 9 4.3125 8.25 3.84375C7.46875 3.40625 6.5 3.40625 5.75 3.84375C4.96875 4.3125 4.5 5.125 4.5 6C4.5 6.90625 4.96875 7.71875 5.75 8.1875C6.5 8.625 7.46875 8.625 8.25 8.1875C9 7.71875 9.5 6.90625 9.5 6ZM5.5625 13C4.0625 13 2.75 13.8125 2.0625 15C1.78125 15.4688 1.59375 15.9688 1.53125 16.5H12.4375C12.4375 16.4375 12.4375 16.3438 12.4062 16.25C12.3125 15.8125 12.1562 15.4062 11.9062 15C11.2188 13.8125 9.90625 13 8.40625 13H5.5625ZM19.0312 18H14.75C14.9062 17.75 15 17.4375 15 17.0938C15 15.0625 14.0625 13.25 12.625 12.0312C12.75 12.0312 12.875 12 13.0312 12H14.9375C17.7188 12 20 14.2812 20 17.0625C20 17.5938 19.5625 18 19.0312 18ZM13.5 10C12.5312 10 11.6562 9.625 11 9C11.625 8.15625 12 7.125 12 6C12 5.1875 11.7812 4.375 11.4062 3.6875C12 3.28125 12.7188 3 13.5 3C15.4062 3 17 4.59375 17 6.5C17 8.4375 15.4062 10 13.5 10Z");
3
- export {
4
- r as UserGroupIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/user-group-icon.ts
3
+ var t = e("UserGroupIcon", "M0.03125 16.3438C0.21875 14.9375 0.9375 13.6875 2 12.8125C2.96875 12 4.21875 11.5 5.5625 11.5H8.40625C9.78125 11.5 11 12 11.9688 12.8125C13.0312 13.6875 13.75 14.9375 13.9375 16.3438C13.9688 16.5938 13.9688 16.8438 13.9688 17.0938C13.9688 17.5938 13.5625 18 13.0625 18H0.90625C0.40625 18 0 17.5938 0 17.0938C0 16.8438 0 16.5938 0.03125 16.3438ZM3 6C3 4.59375 3.75 3.28125 5 2.5625C6.21875 1.84375 7.75 1.84375 9 2.5625C10.2188 3.28125 11 4.59375 11 6C11 7.4375 10.2188 8.75 9 9.46875C7.75 10.1875 6.21875 10.1875 5 9.46875C3.75 8.75 3 7.4375 3 6ZM9.5 6C9.5 5.125 9 4.3125 8.25 3.84375C7.46875 3.40625 6.5 3.40625 5.75 3.84375C4.96875 4.3125 4.5 5.125 4.5 6C4.5 6.90625 4.96875 7.71875 5.75 8.1875C6.5 8.625 7.46875 8.625 8.25 8.1875C9 7.71875 9.5 6.90625 9.5 6ZM5.5625 13C4.0625 13 2.75 13.8125 2.0625 15C1.78125 15.4688 1.59375 15.9688 1.53125 16.5H12.4375C12.4375 16.4375 12.4375 16.3438 12.4062 16.25C12.3125 15.8125 12.1562 15.4062 11.9062 15C11.2188 13.8125 9.90625 13 8.40625 13H5.5625ZM19.0312 18H14.75C14.9062 17.75 15 17.4375 15 17.0938C15 15.0625 14.0625 13.25 12.625 12.0312C12.75 12.0312 12.875 12 13.0312 12H14.9375C17.7188 12 20 14.2812 20 17.0625C20 17.5938 19.5625 18 19.0312 18ZM13.5 10C12.5312 10 11.6562 9.625 11 9C11.625 8.15625 12 7.125 12 6C12 5.1875 11.7812 4.375 11.4062 3.6875C12 3.28125 12.7188 3 13.5 3C15.4062 3 17 4.59375 17 6.5C17 8.4375 15.4062 10 13.5 10Z");
4
+ //#endregion
5
+ export { t as UserGroupIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const r = C("UserIcon", "M12.5 6C12.5 5.125 12 4.3125 11.25 3.84375C10.4688 3.40625 9.5 3.40625 8.75 3.84375C7.96875 4.3125 7.5 5.125 7.5 6C7.5 6.90625 7.96875 7.71875 8.75 8.1875C9.5 8.625 10.4688 8.625 11.25 8.1875C12 7.71875 12.5 6.90625 12.5 6ZM6 6C6 4.59375 6.75 3.28125 8 2.5625C9.21875 1.84375 10.75 1.84375 12 2.5625C13.2188 3.28125 14 4.59375 14 6C14 7.4375 13.2188 8.75 12 9.46875C10.75 10.1875 9.21875 10.1875 8 9.46875C6.75 8.75 6 7.4375 6 6ZM4.53125 16.5H15.4375C15.1562 14.5312 13.4688 13 11.4062 13H8.5625C6.5 13 4.8125 14.5312 4.53125 16.5ZM3 17.0938C3 14 5.46875 11.5 8.5625 11.5H11.4062C14.5 11.5 17 14 17 17.0938C17 17.5938 16.5625 18 16.0625 18H3.90625C3.40625 18 3 17.5938 3 17.0938Z");
3
- export {
4
- r as UserIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/user-icon.ts
3
+ var t = e("UserIcon", "M12.5 6C12.5 5.125 12 4.3125 11.25 3.84375C10.4688 3.40625 9.5 3.40625 8.75 3.84375C7.96875 4.3125 7.5 5.125 7.5 6C7.5 6.90625 7.96875 7.71875 8.75 8.1875C9.5 8.625 10.4688 8.625 11.25 8.1875C12 7.71875 12.5 6.90625 12.5 6ZM6 6C6 4.59375 6.75 3.28125 8 2.5625C9.21875 1.84375 10.75 1.84375 12 2.5625C13.2188 3.28125 14 4.59375 14 6C14 7.4375 13.2188 8.75 12 9.46875C10.75 10.1875 9.21875 10.1875 8 9.46875C6.75 8.75 6 7.4375 6 6ZM4.53125 16.5H15.4375C15.1562 14.5312 13.4688 13 11.4062 13H8.5625C6.5 13 4.8125 14.5312 4.53125 16.5ZM3 17.0938C3 14 5.46875 11.5 8.5625 11.5H11.4062C14.5 11.5 17 14 17 17.0938C17 17.5938 16.5625 18 16.0625 18H3.90625C3.40625 18 3 17.5938 3 17.0938Z");
4
+ //#endregion
5
+ export { t as UserIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("UserPermissionsIcon", "M7 8.5C7.875 8.5 8.6875 8.03125 9.15625 7.25C9.59375 6.5 9.59375 5.53125 9.15625 4.75C8.6875 4 7.875 3.5 7 3.5C6.09375 3.5 5.28125 4 4.8125 4.75C4.375 5.53125 4.375 6.5 4.8125 7.25C5.28125 8.03125 6.09375 8.5 7 8.5ZM7 2C8.40625 2 9.71875 2.78125 10.4375 4C11.1562 5.25 11.1562 6.78125 10.4375 8C9.71875 9.25 8.40625 10 7 10C5.5625 10 4.25 9.25 3.53125 8C2.8125 6.78125 2.8125 5.25 3.53125 4C4.25 2.78125 5.5625 2 7 2ZM1.53125 16.5H11.6875C12.0938 17.0625 12.625 17.5625 13.2188 18C13.1562 18 13.125 18 13.0625 18H0.90625C0.40625 18 0 17.5938 0 17.0938C0 14 2.46875 11.5 5.5625 11.5H8.40625C8.96875 11.5 9.5 11.5938 10 11.75C10.0312 12.25 10.0938 12.8438 10.25 13.4688C9.71875 13.1875 9.0625 13 8.40625 13H5.5625C3.5 13 1.8125 14.5312 1.53125 16.5ZM15.2188 9.0625C15.375 9 15.5938 9 15.75 9.0625L19.5 10.5625C19.8125 10.6875 20 10.9688 20 11.25C20 13.25 19.1875 16.5312 15.7812 17.9688C15.5938 18.0312 15.375 18.0312 15.1875 17.9688C11.7812 16.5312 11 13.25 11 11.25C11 10.9688 11.1875 10.6875 11.4688 10.5625L15.2188 9.0625ZM18.4688 11.75L15.5 10.5625V16.4375C17.625 15.4062 18.3438 13.3438 18.4688 11.75Z");
3
- export {
4
- o as UserPermissionsIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/user-permissions-icon.ts
3
+ var t = e("UserPermissionsIcon", "M7 8.5C7.875 8.5 8.6875 8.03125 9.15625 7.25C9.59375 6.5 9.59375 5.53125 9.15625 4.75C8.6875 4 7.875 3.5 7 3.5C6.09375 3.5 5.28125 4 4.8125 4.75C4.375 5.53125 4.375 6.5 4.8125 7.25C5.28125 8.03125 6.09375 8.5 7 8.5ZM7 2C8.40625 2 9.71875 2.78125 10.4375 4C11.1562 5.25 11.1562 6.78125 10.4375 8C9.71875 9.25 8.40625 10 7 10C5.5625 10 4.25 9.25 3.53125 8C2.8125 6.78125 2.8125 5.25 3.53125 4C4.25 2.78125 5.5625 2 7 2ZM1.53125 16.5H11.6875C12.0938 17.0625 12.625 17.5625 13.2188 18C13.1562 18 13.125 18 13.0625 18H0.90625C0.40625 18 0 17.5938 0 17.0938C0 14 2.46875 11.5 5.5625 11.5H8.40625C8.96875 11.5 9.5 11.5938 10 11.75C10.0312 12.25 10.0938 12.8438 10.25 13.4688C9.71875 13.1875 9.0625 13 8.40625 13H5.5625C3.5 13 1.8125 14.5312 1.53125 16.5ZM15.2188 9.0625C15.375 9 15.5938 9 15.75 9.0625L19.5 10.5625C19.8125 10.6875 20 10.9688 20 11.25C20 13.25 19.1875 16.5312 15.7812 17.9688C15.5938 18.0312 15.375 18.0312 15.1875 17.9688C11.7812 16.5312 11 13.25 11 11.25C11 10.9688 11.1875 10.6875 11.4688 10.5625L15.2188 9.0625ZM18.4688 11.75L15.5 10.5625V16.4375C17.625 15.4062 18.3438 13.3438 18.4688 11.75Z");
4
+ //#endregion
5
+ export { t as UserPermissionsIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const r = C("UserWaitIcon", "M7 8.5C7.875 8.5 8.6875 8.03125 9.15625 7.25C9.59375 6.5 9.59375 5.53125 9.15625 4.75C8.6875 4 7.875 3.5 7 3.5C6.09375 3.5 5.28125 4 4.8125 4.75C4.375 5.53125 4.375 6.5 4.8125 7.25C5.28125 8.03125 6.09375 8.5 7 8.5ZM7 2C8.40625 2 9.71875 2.78125 10.4375 4C11.1562 5.25 11.1562 6.78125 10.4375 8C9.71875 9.25 8.40625 10 7 10C5.5625 10 4.25 9.25 3.53125 8C2.8125 6.78125 2.8125 5.25 3.53125 4C4.25 2.78125 5.5625 2 7 2ZM1.53125 16.5H10.875C11.25 17.0938 11.75 17.625 12.3125 18H0.90625C0.40625 18 0 17.5938 0 17.0938C0 14 2.46875 11.5 5.5625 11.5H8.40625C9.0625 11.5 9.6875 11.625 10.25 11.8125C10.0938 12.3125 10 12.8125 10 13.3438C9.5 13.125 8.96875 13 8.40625 13H5.5625C3.5 13 1.8125 14.5312 1.53125 16.5ZM11 13.5C11 11.9062 11.8438 10.4375 13.25 9.625C14.625 8.8125 16.3438 8.8125 17.75 9.625C19.125 10.4375 20 11.9062 20 13.5C20 15.125 19.125 16.5938 17.75 17.4062C16.3438 18.2188 14.625 18.2188 13.25 17.4062C11.8438 16.5938 11 15.125 11 13.5ZM15.5 11C15.2188 11 15 11.25 15 11.5V13.5C15 13.7812 15.2188 14 15.5 14H17C17.25 14 17.5 13.7812 17.5 13.5C17.5 13.25 17.25 13 17 13H16V11.5C16 11.25 15.75 11 15.5 11Z");
3
- export {
4
- r as UserWaitIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/user-wait-icon.ts
3
+ var t = e("UserWaitIcon", "M7 8.5C7.875 8.5 8.6875 8.03125 9.15625 7.25C9.59375 6.5 9.59375 5.53125 9.15625 4.75C8.6875 4 7.875 3.5 7 3.5C6.09375 3.5 5.28125 4 4.8125 4.75C4.375 5.53125 4.375 6.5 4.8125 7.25C5.28125 8.03125 6.09375 8.5 7 8.5ZM7 2C8.40625 2 9.71875 2.78125 10.4375 4C11.1562 5.25 11.1562 6.78125 10.4375 8C9.71875 9.25 8.40625 10 7 10C5.5625 10 4.25 9.25 3.53125 8C2.8125 6.78125 2.8125 5.25 3.53125 4C4.25 2.78125 5.5625 2 7 2ZM1.53125 16.5H10.875C11.25 17.0938 11.75 17.625 12.3125 18H0.90625C0.40625 18 0 17.5938 0 17.0938C0 14 2.46875 11.5 5.5625 11.5H8.40625C9.0625 11.5 9.6875 11.625 10.25 11.8125C10.0938 12.3125 10 12.8125 10 13.3438C9.5 13.125 8.96875 13 8.40625 13H5.5625C3.5 13 1.8125 14.5312 1.53125 16.5ZM11 13.5C11 11.9062 11.8438 10.4375 13.25 9.625C14.625 8.8125 16.3438 8.8125 17.75 9.625C19.125 10.4375 20 11.9062 20 13.5C20 15.125 19.125 16.5938 17.75 17.4062C16.3438 18.2188 14.625 18.2188 13.25 17.4062C11.8438 16.5938 11 15.125 11 13.5ZM15.5 11C15.2188 11 15 11.25 15 11.5V13.5C15 13.7812 15.2188 14 15.5 14H17C17.25 14 17.5 13.7812 17.5 13.5C17.5 13.25 17.25 13 17 13H16V11.5C16 11.25 15.75 11 15.5 11Z");
4
+ //#endregion
5
+ export { t as UserWaitIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const M = C("UsersIcon", "M4.5 7C3.59375 7 2.78125 6.53125 2.3125 5.75C1.875 5 1.875 4.03125 2.3125 3.25C2.78125 2.5 3.59375 2 4.5 2C5.375 2 6.1875 2.5 6.65625 3.25C7.09375 4.03125 7.09375 5 6.65625 5.75C6.1875 6.53125 5.375 7 4.5 7ZM16 7C15.0938 7 14.2812 6.53125 13.8125 5.75C13.375 5 13.375 4.03125 13.8125 3.25C14.2812 2.5 15.0938 2 16 2C16.875 2 17.6875 2.5 18.1562 3.25C18.5938 4.03125 18.5938 5 18.1562 5.75C17.6875 6.53125 16.875 7 16 7ZM0 11.3438C0 9.5 1.46875 8 3.3125 8H4.65625C5.15625 8 5.625 8.125 6.0625 8.3125C6 8.53125 6 8.78125 6 9C6 10.2188 6.5 11.2812 7.34375 12H0.65625C0.28125 12 0 11.7188 0 11.3438ZM12.625 12C13.4688 11.2812 14 10.2188 14 9C14 8.78125 13.9688 8.53125 13.9375 8.3125C14.3438 8.125 14.8125 8 15.3125 8H16.6562C18.5 8 20 9.5 20 11.3438C20 11.7188 19.6875 12 19.3125 12H12.625ZM10 7.5C9.4375 7.5 8.96875 7.8125 8.6875 8.25C8.40625 8.71875 8.40625 9.3125 8.6875 9.75C8.96875 10.2188 9.4375 10.5 10 10.5C10.5312 10.5 11 10.2188 11.2812 9.75C11.5625 9.3125 11.5625 8.71875 11.2812 8.25C11 7.8125 10.5312 7.5 10 7.5ZM10 12C8.90625 12 7.9375 11.4375 7.375 10.5C6.84375 9.59375 6.84375 8.4375 7.375 7.5C7.9375 6.59375 8.90625 6 10 6C11.0625 6 12.0312 6.59375 12.5938 7.5C13.125 8.4375 13.125 9.59375 12.5938 10.5C12.0312 11.4375 11.0625 12 10 12ZM8.15625 14.5C6.90625 14.5 5.875 15.375 5.5625 16.5H14.4062C14.0938 15.375 13.0625 14.5 11.8125 14.5H8.15625ZM8.15625 13H11.8125C14.125 13 16 14.875 16 17.1875C16 17.6562 15.625 18 15.1562 18H4.8125C4.34375 18 4 17.625 4 17.1875C4 14.875 5.84375 13 8.15625 13Z");
3
- export {
4
- M as UsersIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/users-icon.ts
3
+ var t = e("UsersIcon", "M4.5 7C3.59375 7 2.78125 6.53125 2.3125 5.75C1.875 5 1.875 4.03125 2.3125 3.25C2.78125 2.5 3.59375 2 4.5 2C5.375 2 6.1875 2.5 6.65625 3.25C7.09375 4.03125 7.09375 5 6.65625 5.75C6.1875 6.53125 5.375 7 4.5 7ZM16 7C15.0938 7 14.2812 6.53125 13.8125 5.75C13.375 5 13.375 4.03125 13.8125 3.25C14.2812 2.5 15.0938 2 16 2C16.875 2 17.6875 2.5 18.1562 3.25C18.5938 4.03125 18.5938 5 18.1562 5.75C17.6875 6.53125 16.875 7 16 7ZM0 11.3438C0 9.5 1.46875 8 3.3125 8H4.65625C5.15625 8 5.625 8.125 6.0625 8.3125C6 8.53125 6 8.78125 6 9C6 10.2188 6.5 11.2812 7.34375 12H0.65625C0.28125 12 0 11.7188 0 11.3438ZM12.625 12C13.4688 11.2812 14 10.2188 14 9C14 8.78125 13.9688 8.53125 13.9375 8.3125C14.3438 8.125 14.8125 8 15.3125 8H16.6562C18.5 8 20 9.5 20 11.3438C20 11.7188 19.6875 12 19.3125 12H12.625ZM10 7.5C9.4375 7.5 8.96875 7.8125 8.6875 8.25C8.40625 8.71875 8.40625 9.3125 8.6875 9.75C8.96875 10.2188 9.4375 10.5 10 10.5C10.5312 10.5 11 10.2188 11.2812 9.75C11.5625 9.3125 11.5625 8.71875 11.2812 8.25C11 7.8125 10.5312 7.5 10 7.5ZM10 12C8.90625 12 7.9375 11.4375 7.375 10.5C6.84375 9.59375 6.84375 8.4375 7.375 7.5C7.9375 6.59375 8.90625 6 10 6C11.0625 6 12.0312 6.59375 12.5938 7.5C13.125 8.4375 13.125 9.59375 12.5938 10.5C12.0312 11.4375 11.0625 12 10 12ZM8.15625 14.5C6.90625 14.5 5.875 15.375 5.5625 16.5H14.4062C14.0938 15.375 13.0625 14.5 11.8125 14.5H8.15625ZM8.15625 13H11.8125C14.125 13 16 14.875 16 17.1875C16 17.6562 15.625 18 15.1562 18H4.8125C4.34375 18 4 17.625 4 17.1875C4 14.875 5.84375 13 8.15625 13Z");
4
+ //#endregion
5
+ export { t as UsersIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const r = C("VersionControlIcon", "M5.5 5.5C6.03125 5.5 6.5 5.0625 6.5 4.5C6.5 3.96875 6.03125 3.5 5.5 3.5C4.9375 3.5 4.5 3.96875 4.5 4.5C4.5 5.0625 4.9375 5.5 5.5 5.5ZM8 4.5C8 5.625 7.25 6.59375 6.25 6.90625V10C6.875 9.53125 7.65625 9.25 8.5 9.25H11.5C12.7188 9.25 13.75 8.25 13.75 7V6.90625C12.7188 6.59375 12 5.625 12 4.5C12 3.125 13.0938 2 14.5 2C15.875 2 17 3.125 17 4.5C17 5.625 16.25 6.59375 15.25 6.90625V7C15.25 9.09375 13.5625 10.75 11.5 10.75H8.5C7.25 10.75 6.25 11.7812 6.25 13V13.125C7.25 13.4375 8 14.4062 8 15.5C8 16.9062 6.875 18 5.5 18C4.09375 18 3 16.9062 3 15.5C3 14.4062 3.71875 13.4375 4.75 13.125V6.90625C3.71875 6.59375 3 5.625 3 4.5C3 3.125 4.09375 2 5.5 2C6.875 2 8 3.125 8 4.5ZM15.5 4.5C15.5 3.96875 15.0312 3.5 14.5 3.5C13.9375 3.5 13.5 3.96875 13.5 4.5C13.5 5.0625 13.9375 5.5 14.5 5.5C15.0312 5.5 15.5 5.0625 15.5 4.5ZM5.5 16.5C6.03125 16.5 6.5 16.0625 6.5 15.5C6.5 14.9688 6.03125 14.5 5.5 14.5C4.9375 14.5 4.5 14.9688 4.5 15.5C4.5 16.0625 4.9375 16.5 5.5 16.5Z");
3
- export {
4
- r as VersionControlIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/version-control-icon.ts
3
+ var t = e("VersionControlIcon", "M5.5 5.5C6.03125 5.5 6.5 5.0625 6.5 4.5C6.5 3.96875 6.03125 3.5 5.5 3.5C4.9375 3.5 4.5 3.96875 4.5 4.5C4.5 5.0625 4.9375 5.5 5.5 5.5ZM8 4.5C8 5.625 7.25 6.59375 6.25 6.90625V10C6.875 9.53125 7.65625 9.25 8.5 9.25H11.5C12.7188 9.25 13.75 8.25 13.75 7V6.90625C12.7188 6.59375 12 5.625 12 4.5C12 3.125 13.0938 2 14.5 2C15.875 2 17 3.125 17 4.5C17 5.625 16.25 6.59375 15.25 6.90625V7C15.25 9.09375 13.5625 10.75 11.5 10.75H8.5C7.25 10.75 6.25 11.7812 6.25 13V13.125C7.25 13.4375 8 14.4062 8 15.5C8 16.9062 6.875 18 5.5 18C4.09375 18 3 16.9062 3 15.5C3 14.4062 3.71875 13.4375 4.75 13.125V6.90625C3.71875 6.59375 3 5.625 3 4.5C3 3.125 4.09375 2 5.5 2C6.875 2 8 3.125 8 4.5ZM15.5 4.5C15.5 3.96875 15.0312 3.5 14.5 3.5C13.9375 3.5 13.5 3.96875 13.5 4.5C13.5 5.0625 13.9375 5.5 14.5 5.5C15.0312 5.5 15.5 5.0625 15.5 4.5ZM5.5 16.5C6.03125 16.5 6.5 16.0625 6.5 15.5C6.5 14.9688 6.03125 14.5 5.5 14.5C4.9375 14.5 4.5 14.9688 4.5 15.5C4.5 16.0625 4.9375 16.5 5.5 16.5Z");
4
+ //#endregion
5
+ export { t as VersionControlIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const V = C("VolumeHighIcon", "M16.6562 3.03126C18.6875 4.68751 20 7.18751 20 10C20 12.8438 18.6875 15.3438 16.6562 17C16.3438 17.25 15.875 17.2188 15.5938 16.9063C15.3438 16.5625 15.4062 16.0938 15.7188 15.8438C17.4062 14.4688 18.5 12.375 18.5 10C18.5 7.65626 17.4062 5.56251 15.7188 4.18751C15.4062 3.93751 15.3438 3.46876 15.5938 3.12501C15.875 2.81251 16.3438 2.78126 16.6562 3.03126ZM14.7812 5.34376V5.37501C16.125 6.46876 17 8.12501 17 10.0313C17 11.9063 16.125 13.5625 14.7812 14.6875C14.4375 14.9375 13.9688 14.875 13.7188 14.5625C13.4688 14.25 13.5 13.7813 13.8125 13.5C14.8438 12.6875 15.5 11.4375 15.5 10C15.5 8.59376 14.8438 7.34376 13.8125 6.53126C13.5 6.25001 13.4375 5.78126 13.7188 5.46876C13.9688 5.15626 14.4375 5.09376 14.7812 5.34376ZM12.875 7.68751C13.5625 8.25001 14 9.06251 14 10C14 10.9688 13.5625 11.7813 12.875 12.3438C12.5625 12.5938 12.0938 12.5625 11.8125 12.25C11.5625 11.9063 11.625 11.4375 11.9375 11.1875C12.2812 10.9063 12.5 10.4688 12.5 10C12.5 9.53126 12.2812 9.12501 11.9375 8.84376C11.625 8.59376 11.5625 8.12501 11.8125 7.78126C12.0938 7.46876 12.5625 7.43751 12.875 7.68751ZM4.96875 8.31251C4.84375 8.43751 4.65625 8.50001 4.5 8.50001H1.75C1.59375 8.50001 1.5 8.62501 1.5 8.75001V11.25C1.5 11.4063 1.59375 11.5 1.75 11.5H4.5C4.65625 11.5 4.84375 11.5938 4.96875 11.7188L8.5 14.8125V5.21876L4.96875 8.31251ZM9.0625 3.00001C9.5625 3.00001 10 3.43751 10 3.93751V16.0938C10 16.5938 9.5625 17 9.0625 17C8.8125 17 8.59375 16.9375 8.4375 16.7813L4.1875 13H1.75C0.78125 13 0 12.2188 0 11.25V8.75001C0 7.81251 0.78125 7.00001 1.75 7.00001H4.1875L8.4375 3.25001C8.59375 3.09376 8.8125 3.00001 9.0625 3.00001Z");
3
- export {
4
- V as VolumeHighIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/volume-high-icon.ts
3
+ var t = e("VolumeHighIcon", "M16.6562 3.03126C18.6875 4.68751 20 7.18751 20 10C20 12.8438 18.6875 15.3438 16.6562 17C16.3438 17.25 15.875 17.2188 15.5938 16.9063C15.3438 16.5625 15.4062 16.0938 15.7188 15.8438C17.4062 14.4688 18.5 12.375 18.5 10C18.5 7.65626 17.4062 5.56251 15.7188 4.18751C15.4062 3.93751 15.3438 3.46876 15.5938 3.12501C15.875 2.81251 16.3438 2.78126 16.6562 3.03126ZM14.7812 5.34376V5.37501C16.125 6.46876 17 8.12501 17 10.0313C17 11.9063 16.125 13.5625 14.7812 14.6875C14.4375 14.9375 13.9688 14.875 13.7188 14.5625C13.4688 14.25 13.5 13.7813 13.8125 13.5C14.8438 12.6875 15.5 11.4375 15.5 10C15.5 8.59376 14.8438 7.34376 13.8125 6.53126C13.5 6.25001 13.4375 5.78126 13.7188 5.46876C13.9688 5.15626 14.4375 5.09376 14.7812 5.34376ZM12.875 7.68751C13.5625 8.25001 14 9.06251 14 10C14 10.9688 13.5625 11.7813 12.875 12.3438C12.5625 12.5938 12.0938 12.5625 11.8125 12.25C11.5625 11.9063 11.625 11.4375 11.9375 11.1875C12.2812 10.9063 12.5 10.4688 12.5 10C12.5 9.53126 12.2812 9.12501 11.9375 8.84376C11.625 8.59376 11.5625 8.12501 11.8125 7.78126C12.0938 7.46876 12.5625 7.43751 12.875 7.68751ZM4.96875 8.31251C4.84375 8.43751 4.65625 8.50001 4.5 8.50001H1.75C1.59375 8.50001 1.5 8.62501 1.5 8.75001V11.25C1.5 11.4063 1.59375 11.5 1.75 11.5H4.5C4.65625 11.5 4.84375 11.5938 4.96875 11.7188L8.5 14.8125V5.21876L4.96875 8.31251ZM9.0625 3.00001C9.5625 3.00001 10 3.43751 10 3.93751V16.0938C10 16.5938 9.5625 17 9.0625 17C8.8125 17 8.59375 16.9375 8.4375 16.7813L4.1875 13H1.75C0.78125 13 0 12.2188 0 11.25V8.75001C0 7.81251 0.78125 7.00001 1.75 7.00001H4.1875L8.4375 3.25001C8.59375 3.09376 8.8125 3.00001 9.0625 3.00001Z");
4
+ //#endregion
5
+ export { t as VolumeHighIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const V = C("VolumeIcon", "M6.96875 8.3125C6.84375 8.4375 6.65625 8.5 6.5 8.5H3.75C3.59375 8.5 3.5 8.625 3.5 8.75V11.25C3.5 11.4062 3.59375 11.5 3.75 11.5H6.5C6.65625 11.5 6.84375 11.5937 6.96875 11.7187L10.5 14.8125V5.21875L6.96875 8.3125ZM11.0625 3C11.5625 3 12 3.4375 12 3.9375V16.0937C12 16.5937 11.5625 17 11.0625 17C10.8125 17 10.5938 16.9375 10.4375 16.7812L6.1875 13H3.75C2.78125 13 2 12.2187 2 11.25V8.75C2 7.8125 2.78125 7 3.75 7H6.1875L10.4375 3.25C10.5938 3.09375 10.8125 3 11.0625 3ZM16.7812 5.34375V5.375C18.125 6.46875 19 8.125 19 10.0312C19 11.9062 18.125 13.5625 16.7812 14.6875C16.4375 14.9375 15.9688 14.875 15.7188 14.5625C15.4688 14.25 15.5 13.7812 15.8125 13.5C16.8438 12.6875 17.5 11.4375 17.5 10C17.5 8.59375 16.8438 7.34375 15.8125 6.53125C15.5 6.25 15.4375 5.78125 15.7188 5.46875C15.9688 5.15625 16.4375 5.09375 16.7812 5.34375ZM14.875 7.6875C15.5625 8.25 16 9.0625 16 10C16 10.9687 15.5625 11.7812 14.875 12.3437C14.5625 12.5937 14.0938 12.5625 13.8125 12.25C13.5625 11.9062 13.625 11.4375 13.9375 11.1875C14.2812 10.9062 14.5 10.4687 14.5 10C14.5 9.53125 14.2812 9.125 13.9375 8.84375C13.625 8.59375 13.5625 8.125 13.8125 7.78125C14.0938 7.46875 14.5625 7.4375 14.875 7.6875Z");
3
- export {
4
- V as VolumeIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/volume-icon.ts
3
+ var t = e("VolumeIcon", "M6.96875 8.3125C6.84375 8.4375 6.65625 8.5 6.5 8.5H3.75C3.59375 8.5 3.5 8.625 3.5 8.75V11.25C3.5 11.4062 3.59375 11.5 3.75 11.5H6.5C6.65625 11.5 6.84375 11.5937 6.96875 11.7187L10.5 14.8125V5.21875L6.96875 8.3125ZM11.0625 3C11.5625 3 12 3.4375 12 3.9375V16.0937C12 16.5937 11.5625 17 11.0625 17C10.8125 17 10.5938 16.9375 10.4375 16.7812L6.1875 13H3.75C2.78125 13 2 12.2187 2 11.25V8.75C2 7.8125 2.78125 7 3.75 7H6.1875L10.4375 3.25C10.5938 3.09375 10.8125 3 11.0625 3ZM16.7812 5.34375V5.375C18.125 6.46875 19 8.125 19 10.0312C19 11.9062 18.125 13.5625 16.7812 14.6875C16.4375 14.9375 15.9688 14.875 15.7188 14.5625C15.4688 14.25 15.5 13.7812 15.8125 13.5C16.8438 12.6875 17.5 11.4375 17.5 10C17.5 8.59375 16.8438 7.34375 15.8125 6.53125C15.5 6.25 15.4375 5.78125 15.7188 5.46875C15.9688 5.15625 16.4375 5.09375 16.7812 5.34375ZM14.875 7.6875C15.5625 8.25 16 9.0625 16 10C16 10.9687 15.5625 11.7812 14.875 12.3437C14.5625 12.5937 14.0938 12.5625 13.8125 12.25C13.5625 11.9062 13.625 11.4375 13.9375 11.1875C14.2812 10.9062 14.5 10.4687 14.5 10C14.5 9.53125 14.2812 9.125 13.9375 8.84375C13.625 8.59375 13.5625 8.125 13.8125 7.78125C14.0938 7.46875 14.5625 7.4375 14.875 7.6875Z");
4
+ //#endregion
5
+ export { t as VolumeIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const e = C("VolumeLowIcon", "M7.96875 8.3125C7.84375 8.4375 7.65625 8.5 7.5 8.5H4.75C4.59375 8.5 4.5 8.625 4.5 8.75V11.25C4.5 11.4062 4.59375 11.5 4.75 11.5H7.5C7.65625 11.5 7.84375 11.5937 7.96875 11.7187L11.5 14.8125V5.21875L7.96875 8.3125ZM12.0625 3C12.5625 3 13 3.4375 13 3.9375V16.0937C13 16.5937 12.5625 17 12.0625 17C11.8125 17 11.5937 16.9375 11.4375 16.7812L7.1875 13H4.75C3.78125 13 3 12.2187 3 11.25V8.75C3 7.8125 3.78125 7 4.75 7H7.1875L11.4375 3.25C11.5937 3.09375 11.8125 3 12.0625 3ZM15.875 7.6875C16.5625 8.25 17 9.0625 17 10C17 10.9687 16.5625 11.7812 15.875 12.3437C15.5625 12.5937 15.0937 12.5625 14.8125 12.25C14.5625 11.9062 14.625 11.4375 14.9375 11.1875C15.2812 10.9062 15.5 10.4687 15.5 10C15.5 9.53125 15.2812 9.125 14.9375 8.84375C14.625 8.59375 14.5625 8.125 14.8125 7.78125C15.0937 7.46875 15.5625 7.4375 15.875 7.6875Z");
3
- export {
4
- e as VolumeLowIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/volume-low-icon.ts
3
+ var t = e("VolumeLowIcon", "M7.96875 8.3125C7.84375 8.4375 7.65625 8.5 7.5 8.5H4.75C4.59375 8.5 4.5 8.625 4.5 8.75V11.25C4.5 11.4062 4.59375 11.5 4.75 11.5H7.5C7.65625 11.5 7.84375 11.5937 7.96875 11.7187L11.5 14.8125V5.21875L7.96875 8.3125ZM12.0625 3C12.5625 3 13 3.4375 13 3.9375V16.0937C13 16.5937 12.5625 17 12.0625 17C11.8125 17 11.5937 16.9375 11.4375 16.7812L7.1875 13H4.75C3.78125 13 3 12.2187 3 11.25V8.75C3 7.8125 3.78125 7 4.75 7H7.1875L11.4375 3.25C11.5937 3.09375 11.8125 3 12.0625 3ZM15.875 7.6875C16.5625 8.25 17 9.0625 17 10C17 10.9687 16.5625 11.7812 15.875 12.3437C15.5625 12.5937 15.0937 12.5625 14.8125 12.25C14.5625 11.9062 14.625 11.4375 14.9375 11.1875C15.2812 10.9062 15.5 10.4687 15.5 10C15.5 9.53125 15.2812 9.125 14.9375 8.84375C14.625 8.59375 14.5625 8.125 14.8125 7.78125C15.0937 7.46875 15.5625 7.4375 15.875 7.6875Z");
4
+ //#endregion
5
+ export { t as VolumeLowIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("VolumeOffIcon", "M5.96875 8.3125C5.84375 8.4375 5.65625 8.5 5.5 8.5H2.75C2.59375 8.5 2.5 8.625 2.5 8.75V11.25C2.5 11.4062 2.59375 11.5 2.75 11.5H5.5C5.65625 11.5 5.84375 11.5937 5.96875 11.7187L9.5 14.8125V5.21875L5.96875 8.3125ZM10.0625 3C10.5625 3 11 3.4375 11 3.9375V16.0937C11 16.5937 10.5625 17 10.0625 17C9.8125 17 9.59375 16.9375 9.4375 16.7812L5.1875 13H2.75C1.78125 13 1 12.2187 1 11.25V8.75C1 7.8125 1.78125 7 2.75 7H5.1875L9.4375 3.25C9.59375 3.09375 9.8125 3 10.0625 3ZM14.2812 7.21875L16 8.9375L17.7188 7.21875C18 6.9375 18.4688 6.9375 18.75 7.21875C19.0625 7.53125 19.0625 8 18.75 8.28125L17.0312 10L18.75 11.7187C19.0625 12.0312 19.0625 12.5 18.75 12.7812C18.4688 13.0937 18 13.0937 17.7188 12.7812L16 11.0625L14.2812 12.7812C13.9688 13.0937 13.5 13.0937 13.2188 12.7812C12.9062 12.5 12.9062 12.0312 13.2188 11.7187L14.9375 10L13.2188 8.28125C12.9062 8 12.9062 7.53125 13.2188 7.21875C13.5 6.9375 13.9688 6.9375 14.2812 7.21875Z");
3
- export {
4
- o as VolumeOffIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/volume-off-icon.ts
3
+ var t = e("VolumeOffIcon", "M5.96875 8.3125C5.84375 8.4375 5.65625 8.5 5.5 8.5H2.75C2.59375 8.5 2.5 8.625 2.5 8.75V11.25C2.5 11.4062 2.59375 11.5 2.75 11.5H5.5C5.65625 11.5 5.84375 11.5937 5.96875 11.7187L9.5 14.8125V5.21875L5.96875 8.3125ZM10.0625 3C10.5625 3 11 3.4375 11 3.9375V16.0937C11 16.5937 10.5625 17 10.0625 17C9.8125 17 9.59375 16.9375 9.4375 16.7812L5.1875 13H2.75C1.78125 13 1 12.2187 1 11.25V8.75C1 7.8125 1.78125 7 2.75 7H5.1875L9.4375 3.25C9.59375 3.09375 9.8125 3 10.0625 3ZM14.2812 7.21875L16 8.9375L17.7188 7.21875C18 6.9375 18.4688 6.9375 18.75 7.21875C19.0625 7.53125 19.0625 8 18.75 8.28125L17.0312 10L18.75 11.7187C19.0625 12.0312 19.0625 12.5 18.75 12.7812C18.4688 13.0937 18 13.0937 17.7188 12.7812L16 11.0625L14.2812 12.7812C13.9688 13.0937 13.5 13.0937 13.2188 12.7812C12.9062 12.5 12.9062 12.0312 13.2188 11.7187L14.9375 10L13.2188 8.28125C12.9062 8 12.9062 7.53125 13.2188 7.21875C13.5 6.9375 13.9688 6.9375 14.2812 7.21875Z");
4
+ //#endregion
5
+ export { t as VolumeOffIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("WarningIcon", "M10.75 3.75V12.75C10.75 13.1875 10.4062 13.5 10 13.5C9.5625 13.5 9.25 13.1875 9.25 12.75V3.75C9.25 3.34375 9.5625 3 10 3C10.4062 3 10.75 3.34375 10.75 3.75ZM10 17C9.4375 17 9 16.5625 9 16C9 15.4688 9.4375 15 10 15C10.5312 15 11 15.4688 11 16C11 16.5625 10.5312 17 10 17Z");
3
- export {
4
- o as WarningIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/warning-icon.ts
3
+ var t = e("WarningIcon", "M10.75 3.75V12.75C10.75 13.1875 10.4062 13.5 10 13.5C9.5625 13.5 9.25 13.1875 9.25 12.75V3.75C9.25 3.34375 9.5625 3 10 3C10.4062 3 10.75 3.34375 10.75 3.75ZM10 17C9.4375 17 9 16.5625 9 16C9 15.4688 9.4375 15 10 15C10.5312 15 11 15.4688 11 16C11 16.5625 10.5312 17 10 17Z");
4
+ //#endregion
5
+ export { t as WarningIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const V = C("WasteIcon", "M0.177122 2.3125C0.427122 1.96875 0.895872 1.90625 1.20837 2.1875L3.61462 4.03125L3.77087 2.6875C3.80212 2.28125 4.17712 1.96875 4.58337 2.03125C4.98962 2.0625 5.30212 2.4375 5.23962 2.84375L4.98962 5.125L6.27087 6.125V2.75C6.27087 2.34375 6.58337 2 7.02087 2C7.42712 2 7.77087 2.34375 7.77087 2.75V7.25C7.77087 7.28125 7.77087 7.28125 7.77087 7.3125L9.11462 8.34375C9.20837 8.1875 9.27087 7.96875 9.27087 7.75V7.3125L8.77087 2.84375C8.70837 2.4375 9.02087 2.0625 9.42712 2.03125C9.83337 1.96875 10.2084 2.28125 10.2396 2.6875L10.7396 7.1875V7.75C10.7396 8.3125 10.5834 8.84375 10.3021 9.28125L12.0209 10.625V7.5C12.0209 3 15.5209 2 16.0209 2C16.5521 2 17.0209 2.46875 17.0209 3V14.5625L19.7084 16.6875C20.0521 16.9375 20.1146 17.4062 19.8334 17.7188C19.5834 18.0625 19.1146 18.125 18.8021 17.8438L0.302122 3.34375C-0.0416276 3.09375 -0.104128 2.625 0.177122 2.3125ZM3.27087 7.75V7.5625L7.77087 11.125V17.25C7.77087 17.6875 7.42712 18 7.02087 18C6.58337 18 6.27087 17.6875 6.27087 17.25V10.5H6.02087C4.48962 10.5 3.27087 9.28125 3.27087 7.75ZM13.5209 7.5V11C13.5209 11.2812 13.7396 11.5 14.0209 11.5H15.5209V3.75C15.2709 3.84375 15.0521 4 14.8021 4.21875C14.1771 4.75 13.5209 5.71875 13.5209 7.5Z");
3
- export {
4
- V as WasteIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/waste-icon.ts
3
+ var t = e("WasteIcon", "M0.177122 2.3125C0.427122 1.96875 0.895872 1.90625 1.20837 2.1875L3.61462 4.03125L3.77087 2.6875C3.80212 2.28125 4.17712 1.96875 4.58337 2.03125C4.98962 2.0625 5.30212 2.4375 5.23962 2.84375L4.98962 5.125L6.27087 6.125V2.75C6.27087 2.34375 6.58337 2 7.02087 2C7.42712 2 7.77087 2.34375 7.77087 2.75V7.25C7.77087 7.28125 7.77087 7.28125 7.77087 7.3125L9.11462 8.34375C9.20837 8.1875 9.27087 7.96875 9.27087 7.75V7.3125L8.77087 2.84375C8.70837 2.4375 9.02087 2.0625 9.42712 2.03125C9.83337 1.96875 10.2084 2.28125 10.2396 2.6875L10.7396 7.1875V7.75C10.7396 8.3125 10.5834 8.84375 10.3021 9.28125L12.0209 10.625V7.5C12.0209 3 15.5209 2 16.0209 2C16.5521 2 17.0209 2.46875 17.0209 3V14.5625L19.7084 16.6875C20.0521 16.9375 20.1146 17.4062 19.8334 17.7188C19.5834 18.0625 19.1146 18.125 18.8021 17.8438L0.302122 3.34375C-0.0416276 3.09375 -0.104128 2.625 0.177122 2.3125ZM3.27087 7.75V7.5625L7.77087 11.125V17.25C7.77087 17.6875 7.42712 18 7.02087 18C6.58337 18 6.27087 17.6875 6.27087 17.25V10.5H6.02087C4.48962 10.5 3.27087 9.28125 3.27087 7.75ZM13.5209 7.5V11C13.5209 11.2812 13.7396 11.5 14.0209 11.5H15.5209V3.75C15.2709 3.84375 15.0521 4 14.8021 4.21875C14.1771 4.75 13.5209 5.71875 13.5209 7.5Z");
4
+ //#endregion
5
+ export { t as WasteIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const c = C("WifiIcon", "M1.22404 7.8125C0.911542 8.09375 0.442792 8.0625 0.192792 7.75C-0.0884579 7.4375 -0.0572079 6.96875 0.255292 6.6875C2.84904 4.40625 6.25529 3 10.0053 3C13.724 3 17.1303 4.40625 19.724 6.6875C20.0365 6.96875 20.0678 7.4375 19.8178 7.75C19.5365 8.0625 19.0678 8.09375 18.7553 7.8125C16.4115 5.75 13.349 4.5 10.0053 4.5C6.63029 4.5 3.56779 5.75 1.22404 7.8125ZM10.0053 10C7.97404 10 6.13029 10.7812 4.75529 12.0625C4.44279 12.3438 3.97404 12.3125 3.69279 12C3.41154 11.6875 3.44279 11.2188 3.72404 10.9375C5.38029 9.4375 7.56779 8.5 10.0053 8.5C12.4115 8.5 14.599 9.4375 16.2553 10.9375C16.5365 11.2188 16.5678 11.6875 16.2865 12C16.0053 12.3125 15.5365 12.3438 15.224 12.0625C13.849 10.7812 12.0053 10 10.0053 10ZM11.7553 15.25C11.7553 15.9062 11.4115 16.4688 10.8803 16.7812C10.3178 17.0938 9.66154 17.0938 9.13029 16.7812C8.56779 16.4688 8.25529 15.9062 8.25529 15.25C8.25529 14.625 8.56779 14.0625 9.13029 13.75C9.66154 13.4375 10.3178 13.4375 10.8803 13.75C11.4115 14.0625 11.7553 14.625 11.7553 15.25Z");
3
- export {
4
- c as WifiIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/wifi-icon.ts
3
+ var t = e("WifiIcon", "M1.22404 7.8125C0.911542 8.09375 0.442792 8.0625 0.192792 7.75C-0.0884579 7.4375 -0.0572079 6.96875 0.255292 6.6875C2.84904 4.40625 6.25529 3 10.0053 3C13.724 3 17.1303 4.40625 19.724 6.6875C20.0365 6.96875 20.0678 7.4375 19.8178 7.75C19.5365 8.0625 19.0678 8.09375 18.7553 7.8125C16.4115 5.75 13.349 4.5 10.0053 4.5C6.63029 4.5 3.56779 5.75 1.22404 7.8125ZM10.0053 10C7.97404 10 6.13029 10.7812 4.75529 12.0625C4.44279 12.3438 3.97404 12.3125 3.69279 12C3.41154 11.6875 3.44279 11.2188 3.72404 10.9375C5.38029 9.4375 7.56779 8.5 10.0053 8.5C12.4115 8.5 14.599 9.4375 16.2553 10.9375C16.5365 11.2188 16.5678 11.6875 16.2865 12C16.0053 12.3125 15.5365 12.3438 15.224 12.0625C13.849 10.7812 12.0053 10 10.0053 10ZM11.7553 15.25C11.7553 15.9062 11.4115 16.4688 10.8803 16.7812C10.3178 17.0938 9.66154 17.0938 9.13029 16.7812C8.56779 16.4688 8.25529 15.9062 8.25529 15.25C8.25529 14.625 8.56779 14.0625 9.13029 13.75C9.66154 13.4375 10.3178 13.4375 10.8803 13.75C11.4115 14.0625 11.7553 14.625 11.7553 15.25Z");
4
+ //#endregion
5
+ export { t as WifiIcon };
@@ -1,5 +1,5 @@
1
- import { createCasperIcon as C } from "../create-icon.js";
2
- const o = C("WifiOffIcon", "M1.20774 2.1875L3.9563 4.3125C5.79908 3.46875 7.82926 3 10.0156 3C13.7324 3 17.1369 4.40625 19.7293 6.6875C20.0416 6.96875 20.0728 7.4375 19.823 7.75C19.5419 8.0625 19.0734 8.09375 18.761 7.8125C16.4185 5.75 13.3576 4.5 10.0156 4.5C8.36024 4.5 6.76732 4.8125 5.29934 5.375L9.32848 8.53125C9.54711 8.53125 9.76575 8.5 10.0156 8.5C12.4206 8.5 14.607 9.4375 16.2623 10.9375C16.5434 11.2187 16.5747 11.6875 16.2936 12C16.0125 12.3125 15.544 12.3437 15.2316 12.0625C14.1697 11.0625 12.8579 10.4062 11.3587 10.125L19.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.1875ZM2.39462 6.90625C2.01981 7.1875 1.61378 7.5 1.23897 7.8125C0.926636 8.09375 0.458132 8.0625 0.208263 7.75C-0.0728394 7.4375 -0.0416058 6.96875 0.27073 6.6875C0.551833 6.4375 0.864169 6.1875 1.1765 5.9375L2.39462 6.90625ZM7.07966 10.5937C6.20512 10.9375 5.42428 11.4375 4.76837 12.0625C4.45603 12.3437 3.98753 12.3125 3.70643 12C3.42532 11.6875 3.45656 11.2187 3.73766 10.9375C4.36233 10.4062 5.01824 9.9375 5.76785 9.53125L7.07966 10.5937ZM11.7647 15.25C11.7647 15.9062 11.4211 16.4687 10.8902 16.7812C10.328 17.0937 9.67205 17.0937 9.14108 16.7812C8.57887 16.4687 8.26653 15.9062 8.26653 15.25C8.26653 14.625 8.57887 14.0625 9.14108 13.75C9.67205 13.4375 10.328 13.4375 10.8902 13.75C11.4211 14.0625 11.7647 14.625 11.7647 15.25Z");
3
- export {
4
- o as WifiOffIcon
5
- };
1
+ import { createCasperIcon as e } from "../create-icon.js";
2
+ //#region lib/components/icon/icons/wifi-off-icon.ts
3
+ var t = e("WifiOffIcon", "M1.20774 2.1875L3.9563 4.3125C5.79908 3.46875 7.82926 3 10.0156 3C13.7324 3 17.1369 4.40625 19.7293 6.6875C20.0416 6.96875 20.0728 7.4375 19.823 7.75C19.5419 8.0625 19.0734 8.09375 18.761 7.8125C16.4185 5.75 13.3576 4.5 10.0156 4.5C8.36024 4.5 6.76732 4.8125 5.29934 5.375L9.32848 8.53125C9.54711 8.53125 9.76575 8.5 10.0156 8.5C12.4206 8.5 14.607 9.4375 16.2623 10.9375C16.5434 11.2187 16.5747 11.6875 16.2936 12C16.0125 12.3125 15.544 12.3437 15.2316 12.0625C14.1697 11.0625 12.8579 10.4062 11.3587 10.125L19.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.1875ZM2.39462 6.90625C2.01981 7.1875 1.61378 7.5 1.23897 7.8125C0.926636 8.09375 0.458132 8.0625 0.208263 7.75C-0.0728394 7.4375 -0.0416058 6.96875 0.27073 6.6875C0.551833 6.4375 0.864169 6.1875 1.1765 5.9375L2.39462 6.90625ZM7.07966 10.5937C6.20512 10.9375 5.42428 11.4375 4.76837 12.0625C4.45603 12.3437 3.98753 12.3125 3.70643 12C3.42532 11.6875 3.45656 11.2187 3.73766 10.9375C4.36233 10.4062 5.01824 9.9375 5.76785 9.53125L7.07966 10.5937ZM11.7647 15.25C11.7647 15.9062 11.4211 16.4687 10.8902 16.7812C10.328 17.0937 9.67205 17.0937 9.14108 16.7812C8.57887 16.4687 8.26653 15.9062 8.26653 15.25C8.26653 14.625 8.57887 14.0625 9.14108 13.75C9.67205 13.4375 10.328 13.4375 10.8902 13.75C11.4211 14.0625 11.7647 14.625 11.7647 15.25Z");
4
+ //#endregion
5
+ export { t as WifiOffIcon };