@caspeco/casper-ui-library 10.3.1 → 10.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_rolldown/runtime.js +11 -0
- package/dist/_virtual/builtin_esm-external-require-react.js +9 -0
- package/dist/components/accordion/accordion-context.js +5 -6
- package/dist/components/accordion/accordion-item.js +28 -40
- package/dist/components/accordion/accordion-panel.js +17 -14
- package/dist/components/accordion/accordion-recipe.js +85 -120
- package/dist/components/accordion/accordion.js +23 -20
- package/dist/components/alert/alert.js +80 -59
- package/dist/components/alert/helper.js +30 -42
- package/dist/components/alert/types.d.ts.map +1 -1
- package/dist/components/badge/badge-recipe.js +57 -49
- package/dist/components/badge/badge.js +66 -71
- package/dist/components/badge/helper.js +8 -9
- package/dist/components/box/box.js +14 -11
- package/dist/components/breadcrumbs/breadcrumb-item.js +21 -17
- package/dist/components/breadcrumbs/breadcrumb-link.js +21 -20
- package/dist/components/breadcrumbs/breadcrumbs.js +123 -90
- package/dist/components/button/button-recipe.js +280 -315
- package/dist/components/button/button.js +39 -40
- package/dist/components/checkbox/checkbox-icon.js +38 -46
- package/dist/components/checkbox/checkbox-recipe.js +176 -204
- package/dist/components/checkbox/checkbox.js +43 -36
- package/dist/components/checkbox/icons/check.js +5 -5
- package/dist/components/checkbox/icons/minus.js +5 -5
- package/dist/components/checkbox/icons/plus.js +5 -5
- package/dist/components/checkbox-group/checkbox-group.js +17 -16
- package/dist/components/collapsible/collapsible.js +117 -101
- package/dist/components/collapsible/translations.js +29 -29
- package/dist/components/combobox/combobox-button.js +173 -143
- package/dist/components/combobox/combobox-item.js +45 -23
- package/dist/components/combobox/combobox-menu.js +240 -190
- package/dist/components/combobox/combobox-recipe.js +69 -103
- package/dist/components/combobox/combobox.js +243 -273
- package/dist/components/combobox/translations.js +49 -50
- package/dist/components/date-picker/base-date-picker.js +238 -248
- package/dist/components/date-picker/date-cell-recipe.js +149 -179
- package/dist/components/date-picker/date-multi-picker.js +35 -29
- package/dist/components/date-picker/date-picker-date-cell.js +109 -114
- package/dist/components/date-picker/date-picker-header.js +152 -170
- package/dist/components/date-picker/date-picker-week-cell.js +41 -43
- package/dist/components/date-picker/date-picker.js +32 -29
- package/dist/components/date-picker/date-range-picker.js +29 -24
- package/dist/components/date-picker/date-week-picker.js +29 -22
- package/dist/components/date-picker/datepicker-week-recipe.js +75 -91
- package/dist/components/date-picker/helper.js +11 -16
- package/dist/components/divider/divider-recipe.js +9 -11
- package/dist/components/divider/divider.js +19 -18
- package/dist/components/drawer/drawer-recipe.js +21 -50
- package/dist/components/drawer/drawer.js +45 -41
- package/dist/components/drawer/inline-drawer.js +69 -66
- package/dist/components/drawer/use-drawer-key-down.js +20 -20
- package/dist/components/fieldset/fieldset-error-text.js +15 -15
- package/dist/components/fieldset/fieldset-helper-text.js +15 -15
- package/dist/components/fieldset/fieldset-legend.js +15 -15
- package/dist/components/fieldset/fieldset-recipe.js +14 -24
- package/dist/components/fieldset/fieldset.js +17 -17
- package/dist/components/flex/flex.js +15 -15
- package/dist/components/form-control/form-control-recipe.js +42 -46
- package/dist/components/form-control/form-control.js +19 -19
- package/dist/components/form-control/form-error-message.js +15 -15
- package/dist/components/form-control/form-helper-text.js +15 -15
- package/dist/components/form-control/form-label.js +24 -26
- package/dist/components/grid/grid-item.js +15 -15
- package/dist/components/grid/grid.js +15 -15
- package/dist/components/heading/heading.js +24 -23
- package/dist/components/highlight/highlight.js +22 -21
- package/dist/components/icon/create-icon.js +27 -26
- package/dist/components/icon/icons/absence-icon.js +5 -5
- package/dist/components/icon/icons/accessibility-icon.js +5 -5
- package/dist/components/icon/icons/add-absence-icon.js +5 -5
- package/dist/components/icon/icons/add-emoji-icon.js +5 -5
- package/dist/components/icon/icons/add-icon.js +5 -5
- package/dist/components/icon/icons/apple-icon.js +5 -5
- package/dist/components/icon/icons/apps-icon.js +5 -5
- package/dist/components/icon/icons/archive-icon.js +6 -6
- package/dist/components/icon/icons/area-icon.js +5 -5
- package/dist/components/icon/icons/at-icon.js +5 -5
- package/dist/components/icon/icons/attachment-icon.js +5 -5
- package/dist/components/icon/icons/baby-icon.js +5 -5
- package/dist/components/icon/icons/back-icon.js +5 -5
- package/dist/components/icon/icons/backspace-icon.js +5 -5
- package/dist/components/icon/icons/bank-icon.js +5 -5
- package/dist/components/icon/icons/bank-id-icon.js +5 -5
- package/dist/components/icon/icons/barcode-icon.js +5 -5
- package/dist/components/icon/icons/bell-icon.js +5 -5
- package/dist/components/icon/icons/bolt-icon.js +7 -7
- package/dist/components/icon/icons/calendar-icon.js +5 -5
- package/dist/components/icon/icons/camera-icon.js +5 -5
- package/dist/components/icon/icons/cancel-icon.js +5 -5
- package/dist/components/icon/icons/card-icon.js +5 -5
- package/dist/components/icon/icons/cart-icon.js +5 -5
- package/dist/components/icon/icons/caspeco-icon.js +7 -7
- package/dist/components/icon/icons/channels-icon.js +5 -5
- package/dist/components/icon/icons/chart-icon.js +5 -5
- package/dist/components/icon/icons/chart-line-icon.js +5 -5
- package/dist/components/icon/icons/chart-mixed-icon.js +5 -5
- package/dist/components/icon/icons/chart-pie-icon.js +5 -5
- package/dist/components/icon/icons/chart-scatter-icon.js +5 -5
- package/dist/components/icon/icons/check-icon.js +5 -5
- package/dist/components/icon/icons/checkbox-icon.js +5 -5
- package/dist/components/icon/icons/chevron-left-icon.js +5 -5
- package/dist/components/icon/icons/chevron-right-icon.js +5 -5
- package/dist/components/icon/icons/child-icon.js +5 -5
- package/dist/components/icon/icons/circle-info-icon.js +5 -5
- package/dist/components/icon/icons/circle-parking-icon.js +5 -5
- package/dist/components/icon/icons/circle-question-icon.js +5 -5
- package/dist/components/icon/icons/circle-select-icon.js +5 -5
- package/dist/components/icon/icons/circle-success-icon.js +5 -5
- package/dist/components/icon/icons/circle-user-icon.js +5 -5
- package/dist/components/icon/icons/clear-icon.js +5 -5
- package/dist/components/icon/icons/close-icon.js +5 -5
- package/dist/components/icon/icons/closed-icon.js +5 -5
- package/dist/components/icon/icons/collapse-icon.js +5 -5
- package/dist/components/icon/icons/color-icon.js +5 -5
- package/dist/components/icon/icons/columns-icon.js +5 -5
- package/dist/components/icon/icons/comment-add-icon.js +5 -5
- package/dist/components/icon/icons/comment-icon.js +5 -5
- package/dist/components/icon/icons/cookies-icon.js +5 -5
- package/dist/components/icon/icons/copy-icon.js +5 -5
- package/dist/components/icon/icons/date-icon.js +5 -5
- package/dist/components/icon/icons/decrease-icon.js +4 -4
- package/dist/components/icon/icons/delete-icon.js +5 -5
- package/dist/components/icon/icons/deliverect-icon.js +5 -5
- package/dist/components/icon/icons/delivery-icon.js +5 -5
- package/dist/components/icon/icons/description-icon.js +5 -5
- package/dist/components/icon/icons/discount-icon.js +5 -5
- package/dist/components/icon/icons/distribute-evenly-icon.js +5 -5
- package/dist/components/icon/icons/door-closed-icon.js +5 -5
- package/dist/components/icon/icons/door-open-icon.js +5 -5
- package/dist/components/icon/icons/down-icon.js +5 -5
- package/dist/components/icon/icons/eat-in-icon.js +5 -5
- package/dist/components/icon/icons/edit-icon.js +5 -5
- package/dist/components/icon/icons/email-icon.js +5 -5
- package/dist/components/icon/icons/error-icon.js +5 -5
- package/dist/components/icon/icons/expand-icon.js +5 -5
- package/dist/components/icon/icons/export-icon.js +5 -5
- package/dist/components/icon/icons/extract-icon.js +5 -5
- package/dist/components/icon/icons/facebook-icon.js +5 -5
- package/dist/components/icon/icons/failed-print-icon.js +5 -5
- package/dist/components/icon/icons/file-icon.js +5 -5
- package/dist/components/icon/icons/filter-icon.js +5 -5
- package/dist/components/icon/icons/folder-icon.js +5 -5
- package/dist/components/icon/icons/foodora-icon.js +5 -5
- package/dist/components/icon/icons/forward-icon.js +5 -5
- package/dist/components/icon/icons/glovo-icon.js +7 -7
- package/dist/components/icon/icons/goal-icon.js +5 -5
- package/dist/components/icon/icons/google-icon.js +5 -5
- package/dist/components/icon/icons/grip-more-icon.js +5 -5
- package/dist/components/icon/icons/hash-icon.js +5 -5
- package/dist/components/icon/icons/hexagon-error-icon.js +5 -5
- package/dist/components/icon/icons/hide-icon.js +5 -5
- package/dist/components/icon/icons/history-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-anchor-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-asterisk-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-beer-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-bicycle-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-binoculars-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-bomb-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-car-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-cocktail-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-gem-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-heart-full-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-heart-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-magnet-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-money-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-moon-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-music-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-star-full-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-star-half-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-star-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-tint-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-tree-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-utensils-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-wheelchair-icon.js +5 -5
- package/dist/components/icon/icons/image-icon.js +5 -5
- package/dist/components/icon/icons/import-icon.js +5 -5
- package/dist/components/icon/icons/inbox-icon.js +5 -5
- package/dist/components/icon/icons/increase-icon.js +5 -5
- package/dist/components/icon/icons/indeterminate-icon.js +4 -4
- package/dist/components/icon/icons/index.d.ts +1 -0
- package/dist/components/icon/icons/index.d.ts.map +1 -1
- package/dist/components/icon/icons/info-icon.js +5 -5
- package/dist/components/icon/icons/inheritance-icon.js +5 -5
- package/dist/components/icon/icons/just-eat-icon.js +5 -5
- package/dist/components/icon/icons/karma-icon.js +5 -5
- package/dist/components/icon/icons/key-command-icon.js +5 -5
- package/dist/components/icon/icons/key-enter-icon.js +5 -5
- package/dist/components/icon/icons/key-icon.js +5 -5
- package/dist/components/icon/icons/key-option-icon.js +5 -5
- package/dist/components/icon/icons/language-icon.js +5 -5
- package/dist/components/icon/icons/link-broken-icon.js +5 -5
- package/dist/components/icon/icons/link-external-icon.js +5 -5
- package/dist/components/icon/icons/link-icon.js +5 -5
- package/dist/components/icon/icons/list-ol-icon.js +5 -5
- package/dist/components/icon/icons/list-ul-icon.js +5 -5
- package/dist/components/icon/icons/loading-icon.js +5 -5
- package/dist/components/icon/icons/location-icon.js +5 -5
- package/dist/components/icon/icons/lock-icon.js +5 -5
- package/dist/components/icon/icons/log-in-icon.js +5 -5
- package/dist/components/icon/icons/log-out-icon.js +5 -5
- package/dist/components/icon/icons/map-icon.js +5 -5
- package/dist/components/icon/icons/maximize-icon.js +5 -5
- package/dist/components/icon/icons/members-icon.js +5 -5
- package/dist/components/icon/icons/menu-hide-icon.js +5 -5
- package/dist/components/icon/icons/menu-icon.js +5 -5
- package/dist/components/icon/icons/menu-show-icon.js +5 -5
- package/dist/components/icon/icons/message-add-icon.js +5 -5
- package/dist/components/icon/icons/message-icon.js +5 -5
- package/dist/components/icon/icons/message-lines-icon.js +5 -5
- package/dist/components/icon/icons/minimize-icon.js +5 -5
- package/dist/components/icon/icons/minimize-window-icon.js +5 -5
- package/dist/components/icon/icons/mobile-rotate-icon.js +5 -5
- package/dist/components/icon/icons/module-accounting-icon.js +5 -5
- package/dist/components/icon/icons/module-ai-forecast-icon.js +5 -5
- package/dist/components/icon/icons/module-app-icon.js +5 -5
- package/dist/components/icon/icons/module-articles-icon.js +5 -5
- package/dist/components/icon/icons/module-benchmark-icon.js +5 -5
- package/dist/components/icon/icons/module-booking-icon.js +5 -5
- package/dist/components/icon/icons/module-cai-icon.js +5 -5
- package/dist/components/icon/icons/module-campaigns-icon.js +5 -5
- package/dist/components/icon/icons/module-cashier-icon.js +5 -5
- package/dist/components/icon/icons/module-communication-icon.js +5 -5
- package/dist/components/icon/icons/module-copilot-icon.js +5 -5
- package/dist/components/icon/icons/module-dashboard-icon.js +5 -5
- package/dist/components/icon/icons/module-document-icon.js +5 -5
- package/dist/components/icon/icons/module-employees-icon.js +5 -5
- package/dist/components/icon/icons/module-feed-icon.js +5 -5
- package/dist/components/icon/icons/module-history-icon.js +5 -5
- package/dist/components/icon/icons/module-home-icon.js +5 -5
- package/dist/components/icon/icons/module-insights-icon.js +5 -5
- package/dist/components/icon/icons/module-kds-icon.js +5 -5
- package/dist/components/icon/icons/module-members-icon.js +5 -5
- package/dist/components/icon/icons/module-menus-icon.js +5 -5
- package/dist/components/icon/icons/module-my-city-icon.js +5 -5
- package/dist/components/icon/icons/module-notification-center-icon.js +5 -5
- package/dist/components/icon/icons/module-online-order-icon.js +5 -5
- package/dist/components/icon/icons/module-organisation-icon.js +5 -5
- package/dist/components/icon/icons/module-pos-icon.js +5 -5
- package/dist/components/icon/icons/module-pulse-icon.js +5 -5
- package/dist/components/icon/icons/module-result-icon.js +5 -5
- package/dist/components/icon/icons/module-salary-icon.js +5 -5
- package/dist/components/icon/icons/module-schedule-icon.js +5 -5
- package/dist/components/icon/icons/module-settings-alt-icon.js +5 -5
- package/dist/components/icon/icons/module-settings-icon.js +5 -5
- package/dist/components/icon/icons/module-support-icon.js +5 -5
- package/dist/components/icon/icons/module-survey-icon.js +5 -5
- package/dist/components/icon/icons/module-table-map-icon.js +6 -6
- package/dist/components/icon/icons/module-tablet-icon.js +5 -5
- package/dist/components/icon/icons/module-time-icon.js +5 -5
- package/dist/components/icon/icons/module-timeline-icon.js +5 -5
- package/dist/components/icon/icons/module-tip-icon.js +5 -5
- package/dist/components/icon/icons/module-to-do-icon.js +5 -5
- package/dist/components/icon/icons/module-tools-icon.js +5 -5
- package/dist/components/icon/icons/module-top-list-icon.js +5 -5
- package/dist/components/icon/icons/module-web-charts-icon.js +5 -5
- package/dist/components/icon/icons/module-web-icon.js +5 -5
- package/dist/components/icon/icons/more-horizontal-icon.js +5 -5
- package/dist/components/icon/icons/more-vertical-icon.js +5 -5
- package/dist/components/icon/icons/nfc-icon.js +5 -5
- package/dist/components/icon/icons/no-cart-icon.js +5 -5
- package/dist/components/icon/icons/note-icon.js +5 -5
- package/dist/components/icon/icons/number-icon.js +6 -6
- package/dist/components/icon/icons/open-modal-icon.js +5 -5
- package/dist/components/icon/icons/parking-icon.js +5 -5
- package/dist/components/icon/icons/party-horn-icon.js +5 -5
- package/dist/components/icon/icons/paste-icon.d.ts +2 -0
- package/dist/components/icon/icons/paste-icon.d.ts.map +1 -0
- package/dist/components/icon/icons/paste-icon.js +5 -0
- package/dist/components/icon/icons/pause-icon.js +5 -5
- package/dist/components/icon/icons/payment-card-icon.js +5 -5
- package/dist/components/icon/icons/payment-cash-icon.js +5 -5
- package/dist/components/icon/icons/payment-generic-icon.js +5 -5
- package/dist/components/icon/icons/payment-giftcard-icon.js +5 -5
- package/dist/components/icon/icons/payment-hotel-icon.js +5 -5
- package/dist/components/icon/icons/payment-invoice-icon.js +5 -5
- package/dist/components/icon/icons/percentage-icon.js +5 -5
- package/dist/components/icon/icons/phone-icon.js +5 -5
- package/dist/components/icon/icons/pin-icon.js +5 -5
- package/dist/components/icon/icons/pin-map-icon.js +5 -5
- package/dist/components/icon/icons/play-icon.js +5 -5
- package/dist/components/icon/icons/preview-icon.js +5 -5
- package/dist/components/icon/icons/print-icon.js +5 -5
- package/dist/components/icon/icons/privacy-icon.js +5 -5
- package/dist/components/icon/icons/product-admin-icon.js +5 -5
- package/dist/components/icon/icons/product-analytics-icon.js +5 -5
- package/dist/components/icon/icons/product-booking-icon.js +5 -5
- package/dist/components/icon/icons/product-checkout-icon.js +5 -5
- package/dist/components/icon/icons/product-my-pages-icon.js +5 -5
- package/dist/components/icon/icons/product-staff-icon.js +5 -5
- package/dist/components/icon/icons/puck-icon.js +5 -5
- package/dist/components/icon/icons/qr-code-icon.js +5 -5
- package/dist/components/icon/icons/question-icon.js +5 -5
- package/dist/components/icon/icons/radio-icon.js +5 -5
- package/dist/components/icon/icons/receipt-icon.js +5 -5
- package/dist/components/icon/icons/redo-icon.js +5 -5
- package/dist/components/icon/icons/refund-icon.js +5 -5
- package/dist/components/icon/icons/remove-icon.js +5 -5
- package/dist/components/icon/icons/replace-icon.js +5 -5
- package/dist/components/icon/icons/schedule-icon.js +5 -5
- package/dist/components/icon/icons/search-icon.js +5 -5
- package/dist/components/icon/icons/select-icon.js +4 -4
- package/dist/components/icon/icons/send-icon.js +5 -5
- package/dist/components/icon/icons/share-icon.js +5 -5
- package/dist/components/icon/icons/show-icon.js +5 -5
- package/dist/components/icon/icons/shuffle-icon.js +5 -5
- package/dist/components/icon/icons/sidebar-hide-icon.js +4 -4
- package/dist/components/icon/icons/sidebar-left-icon.js +4 -4
- package/dist/components/icon/icons/sidebar-right-icon.js +5 -5
- package/dist/components/icon/icons/sidebar-show-icon.js +5 -5
- package/dist/components/icon/icons/sliders-icon.js +5 -5
- package/dist/components/icon/icons/slightly-sad-icon.js +5 -5
- package/dist/components/icon/icons/smile-icon.js +5 -5
- package/dist/components/icon/icons/sort-asc-icon.js +5 -5
- package/dist/components/icon/icons/sort-desc-icon.js +5 -5
- package/dist/components/icon/icons/split-icon.js +5 -5
- package/dist/components/icon/icons/status-icon.js +5 -5
- package/dist/components/icon/icons/stop-icon.js +5 -5
- package/dist/components/icon/icons/submenu-icon.js +5 -5
- package/dist/components/icon/icons/success-icon.js +5 -5
- package/dist/components/icon/icons/swap-icon.js +5 -5
- package/dist/components/icon/icons/swatch-icon.js +5 -5
- package/dist/components/icon/icons/sweat-icon.js +5 -5
- package/dist/components/icon/icons/table-icon.js +5 -5
- package/dist/components/icon/icons/table-map-icon.js +5 -5
- package/dist/components/icon/icons/take-away-dot-com-icon.js +5 -5
- package/dist/components/icon/icons/take-away-icon.js +5 -5
- package/dist/components/icon/icons/talk-icon.js +5 -5
- package/dist/components/icon/icons/thumbtack-icon.js +5 -5
- package/dist/components/icon/icons/time-icon.js +5 -5
- package/dist/components/icon/icons/timeline-icon.js +5 -5
- package/dist/components/icon/icons/tip-icon.js +5 -5
- package/dist/components/icon/icons/title-icon.js +5 -5
- package/dist/components/icon/icons/translate-icon.js +5 -5
- package/dist/components/icon/icons/tree-view-collapse-icon.js +4 -4
- package/dist/components/icon/icons/tree-view-expand-icon.js +4 -4
- package/dist/components/icon/icons/tree-view-last-icon.js +4 -4
- package/dist/components/icon/icons/trend-down-icon.js +5 -5
- package/dist/components/icon/icons/trend-up-icon.js +5 -5
- package/dist/components/icon/icons/triangle-warning-icon.js +5 -5
- package/dist/components/icon/icons/trivec-icon.js +6 -6
- package/dist/components/icon/icons/uber-eats-icon.js +5 -5
- package/dist/components/icon/icons/undo-icon.js +5 -5
- package/dist/components/icon/icons/unlock-icon.js +5 -5
- package/dist/components/icon/icons/unwrap-content-icon.js +5 -5
- package/dist/components/icon/icons/up-icon.js +5 -5
- package/dist/components/icon/icons/user-group-icon.js +5 -5
- package/dist/components/icon/icons/user-icon.js +5 -5
- package/dist/components/icon/icons/user-permissions-icon.js +5 -5
- package/dist/components/icon/icons/user-wait-icon.js +5 -5
- package/dist/components/icon/icons/users-icon.js +5 -5
- package/dist/components/icon/icons/version-control-icon.js +5 -5
- package/dist/components/icon/icons/volume-high-icon.js +5 -5
- package/dist/components/icon/icons/volume-icon.js +5 -5
- package/dist/components/icon/icons/volume-low-icon.js +5 -5
- package/dist/components/icon/icons/volume-off-icon.js +5 -5
- package/dist/components/icon/icons/warning-icon.js +5 -5
- package/dist/components/icon/icons/waste-icon.js +5 -5
- package/dist/components/icon/icons/wifi-icon.js +5 -5
- package/dist/components/icon/icons/wifi-off-icon.js +5 -5
- package/dist/components/icon/icons/wolt-icon.js +5 -5
- package/dist/components/icon/icons/wrap-content-icon.js +5 -5
- package/dist/components/icon-button/icon-button.js +37 -39
- package/dist/components/image/image.js +12 -14
- package/dist/components/image-upload/image-cropper.helper.js +74 -82
- package/dist/components/image-upload/image-cropper.js +156 -183
- package/dist/components/image-upload/image-upload-dropzone.js +134 -112
- package/dist/components/image-upload/image-upload-helper.js +15 -19
- package/dist/components/image-upload/image-upload-icons.js +52 -20
- package/dist/components/image-upload/image-upload-modal.js +131 -106
- package/dist/components/image-upload/image-upload.js +96 -86
- package/dist/components/image-upload/translations.js +65 -65
- package/dist/components/image-upload/types.js +6 -4
- package/dist/components/input/helper.js +18 -29
- package/dist/components/input/input-addon-recipe.js +37 -43
- package/dist/components/input/input-recipe.js +124 -133
- package/dist/components/input/input.js +78 -83
- package/dist/components/link/link-recipe.js +18 -22
- package/dist/components/link/link.js +14 -14
- package/dist/components/list/list-item.js +15 -15
- package/dist/components/list/list.js +19 -20
- package/dist/components/menu/helper.js +12 -16
- package/dist/components/menu/menu-box-button.js +22 -18
- package/dist/components/menu/menu-button.js +18 -16
- package/dist/components/menu/menu-divider.js +31 -28
- package/dist/components/menu/menu-group.js +138 -142
- package/dist/components/menu/menu-icon-button.js +13 -11
- package/dist/components/menu/menu-item.js +44 -45
- package/dist/components/menu/menu-list.js +14 -15
- package/dist/components/menu/menu-recipe.js +67 -81
- package/dist/components/menu/menu.js +34 -41
- package/dist/components/message/message.js +52 -38
- package/dist/components/modal/modal-body-context.js +6 -7
- package/dist/components/modal/modal-body.js +17 -17
- package/dist/components/modal/modal-close-button.js +23 -18
- package/dist/components/modal/modal-footer.js +29 -32
- package/dist/components/modal/modal-header.js +17 -17
- package/dist/components/modal/modal-recipe.js +110 -141
- package/dist/components/modal/modal.js +54 -58
- package/dist/components/navigation-list/navigation-list-item.js +76 -88
- package/dist/components/navigation-list/navigation-list.js +23 -17
- package/dist/components/paginator/paginator-recipe.js +34 -40
- package/dist/components/paginator/paginator.js +65 -70
- package/dist/components/paginator/translations.js +35 -35
- package/dist/components/phone-input/country-data.js +31 -36
- package/dist/components/phone-input/country-list.js +45 -25
- package/dist/components/phone-input/country-selector.js +167 -115
- package/dist/components/phone-input/phone-input-helpers.js +91 -119
- package/dist/components/phone-input/phone-input.js +47 -42
- package/dist/components/phone-input/translations.js +53 -53
- package/dist/components/phone-input/use-phone-input.js +110 -137
- package/dist/components/quantity-button/minus-button.js +18 -16
- package/dist/components/quantity-button/plus-button.js +18 -16
- package/dist/components/quantity-button/quantity-button.js +72 -40
- package/dist/components/radio/check-icon.js +5 -5
- package/dist/components/radio/hover-styles.js +21 -36
- package/dist/components/radio/radio-group-context.js +5 -6
- package/dist/components/radio/radio-group-recipe.js +124 -142
- package/dist/components/radio/radio-group.js +30 -28
- package/dist/components/radio/radio.js +72 -55
- package/dist/components/radio-card/hover-styles.js +21 -36
- package/dist/components/radio-card/radio-card-group.js +24 -25
- package/dist/components/radio-card/radio-card.js +87 -67
- package/dist/components/rich-text-editor/boolean-control.js +51 -54
- package/dist/components/rich-text-editor/extensions.js +39 -34
- package/dist/components/rich-text-editor/index.js +26 -22
- package/dist/components/rich-text-editor/rich-text-editor-context.js +9 -11
- package/dist/components/rich-text-editor/rich-text-editor-control.js +290 -284
- package/dist/components/rich-text-editor/rich-text-editor-recipe.js +71 -83
- package/dist/components/rich-text-editor/rich-text-editor.js +72 -69
- package/dist/components/rich-text-editor/rich-text-renderer.js +32 -32
- package/dist/components/rich-text-editor/translations.js +119 -119
- package/dist/components/rich-text-editor/use-rich-text-editor.js +22 -29
- package/dist/components/segmented-control/segmented-control-item.js +24 -25
- package/dist/components/segmented-control/segmented-control.js +49 -40
- package/dist/components/select/select-recipe.js +91 -106
- package/dist/components/select/select.js +27 -29
- package/dist/components/skeleton/skeleton-text.js +18 -19
- package/dist/components/skeleton/skeleton.js +19 -20
- package/dist/components/spinner/spinner.js +44 -28
- package/dist/components/stack/stack.js +18 -18
- package/dist/components/stepper/check-icon.js +5 -5
- package/dist/components/stepper/step-context.js +5 -5
- package/dist/components/stepper/step.js +111 -106
- package/dist/components/stepper/stepper.js +42 -43
- package/dist/components/stepper/times-icon.js +5 -5
- package/dist/components/switch/hover-styles.js +30 -44
- package/dist/components/switch/switch-recipe.js +76 -84
- package/dist/components/switch/switch.d.ts +3 -3
- package/dist/components/switch/switch.d.ts.map +1 -1
- package/dist/components/switch/switch.js +30 -31
- package/dist/components/switch/types.d.ts +4 -2
- package/dist/components/switch/types.d.ts.map +1 -1
- package/dist/components/table/helper.d.ts +6 -0
- package/dist/components/table/helper.d.ts.map +1 -1
- package/dist/components/table/helper.js +29 -9
- package/dist/components/table/index.d.ts +1 -1
- package/dist/components/table/index.d.ts.map +1 -1
- package/dist/components/table/table-cell.d.ts.map +1 -1
- package/dist/components/table/table-cell.js +136 -122
- package/dist/components/table/table-column-resize-handle.d.ts +12 -0
- package/dist/components/table/table-column-resize-handle.d.ts.map +1 -0
- package/dist/components/table/table-column-resize-handle.js +69 -0
- package/dist/components/table/table-content.d.ts.map +1 -1
- package/dist/components/table/table-content.js +174 -98
- package/dist/components/table/table-context-provider.d.ts +7 -2
- package/dist/components/table/table-context-provider.d.ts.map +1 -1
- package/dist/components/table/table-context-provider.js +203 -151
- package/dist/components/table/table-context.d.ts +24 -0
- package/dist/components/table/table-context.d.ts.map +1 -1
- package/dist/components/table/table-context.js +18 -11
- package/dist/components/table/table-filter.js +170 -118
- package/dist/components/table/table-header-dropdown.js +131 -89
- package/dist/components/table/table-header-row.d.ts.map +1 -1
- package/dist/components/table/table-header-row.js +202 -140
- package/dist/components/table/table-recipe.d.ts.map +1 -1
- package/dist/components/table/table-recipe.js +75 -96
- package/dist/components/table/table-row-expand-toggle-button.js +28 -35
- package/dist/components/table/table-row.d.ts.map +1 -1
- package/dist/components/table/table-row.js +51 -41
- package/dist/components/table/table-toolbar-actions.js +19 -19
- package/dist/components/table/table-toolbar-add-button.js +18 -13
- package/dist/components/table/table-toolbar-search.js +17 -12
- package/dist/components/table/table-toolbar-settings.js +180 -133
- package/dist/components/table/table-toolbar.js +72 -51
- package/dist/components/table/table.composition.d.ts +1 -0
- package/dist/components/table/table.composition.d.ts.map +1 -1
- package/dist/components/table/table.constants.d.ts +4 -0
- package/dist/components/table/table.constants.d.ts.map +1 -1
- package/dist/components/table/table.constants.js +9 -4
- package/dist/components/table/table.d.ts +1 -1
- package/dist/components/table/table.d.ts.map +1 -1
- package/dist/components/table/table.js +41 -37
- package/dist/components/table/translations.d.ts +7 -0
- package/dist/components/table/translations.d.ts.map +1 -1
- package/dist/components/table/translations.js +199 -194
- package/dist/components/table/types.d.ts +33 -2
- package/dist/components/table/types.d.ts.map +1 -1
- package/dist/components/tabs/tab-list.js +16 -17
- package/dist/components/tabs/tab-panel.js +14 -14
- package/dist/components/tabs/tab-panels.js +15 -15
- package/dist/components/tabs/tab-with-image.js +60 -53
- package/dist/components/tabs/tab.js +26 -22
- package/dist/components/tabs/tabs-recipe.js +96 -116
- package/dist/components/tabs/tabs.js +25 -24
- package/dist/components/tag/tag-recipe.js +225 -252
- package/dist/components/tag/tag.js +121 -62
- package/dist/components/text/text-recipe.js +3 -8
- package/dist/components/text/text.js +26 -27
- package/dist/components/textarea/textarea-recipe.js +90 -96
- package/dist/components/textarea/textarea.js +19 -19
- package/dist/components/toaster/toast-store.d.ts +2 -2
- package/dist/components/toaster/toast-store.d.ts.map +1 -1
- package/dist/components/toaster/toast-store.js +25 -32
- package/dist/components/toaster/toaster.js +39 -34
- package/dist/components/toggle-button/toggle-button.js +23 -25
- package/dist/components/toggle-button/use-button-children.js +36 -35
- package/dist/components/tooltip/tooltip.js +43 -47
- package/dist/hooks/use-color-mode.js +17 -22
- package/dist/hooks/use-disclosure.js +10 -13
- package/dist/hooks/use-measured-width.js +21 -21
- package/dist/hooks/use-remove-attributes.js +25 -24
- package/dist/index.js +395 -799
- package/dist/node_modules/@dnd-kit/abstract/index.js +658 -1185
- package/dist/node_modules/@dnd-kit/collision/dist/index.js +51 -90
- package/dist/node_modules/@dnd-kit/dom/index.js +1256 -1518
- package/dist/node_modules/@dnd-kit/dom/sortable.js +529 -654
- package/dist/node_modules/@dnd-kit/dom/utilities.js +772 -940
- package/dist/node_modules/@dnd-kit/geometry/dist/index.js +228 -196
- package/dist/node_modules/@dnd-kit/react/hooks.js +51 -63
- package/dist/node_modules/@dnd-kit/react/index.js +175 -235
- package/dist/node_modules/@dnd-kit/react/sortable.js +67 -142
- package/dist/node_modules/@dnd-kit/react/utilities.js +7 -9
- package/dist/node_modules/@dnd-kit/state/dist/index.js +157 -172
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +154 -243
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +294 -369
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +95 -133
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +96 -122
- package/dist/node_modules/@preact/signals-core/dist/signals-core.module.js +249 -264
- package/dist/node_modules/@tanstack/react-table/build/lib/index.js +34 -88
- package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js +74 -88
- package/dist/node_modules/@tanstack/table-core/build/lib/index.js +1463 -1822
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +633 -768
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/lazy-measurements.js +30 -32
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +35 -48
- package/dist/node_modules/@tiptap/core/dist/index.js +3433 -3946
- package/dist/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +19 -19
- package/dist/node_modules/@tiptap/extension-blockquote/dist/index.js +73 -1498
- package/dist/node_modules/@tiptap/extension-bold/dist/index.js +71 -84
- package/dist/node_modules/@tiptap/extension-code/dist/index.js +65 -70
- package/dist/node_modules/@tiptap/extension-code-block/dist/index.js +155 -216
- package/dist/node_modules/@tiptap/extension-document/dist/index.js +9 -11
- package/dist/node_modules/@tiptap/extension-hard-break/dist/index.js +48 -60
- package/dist/node_modules/@tiptap/extension-heading/dist/index.js +65 -66
- package/dist/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +47 -55
- package/dist/node_modules/@tiptap/extension-italic/dist/index.js +68 -82
- package/dist/node_modules/@tiptap/extension-link/dist/index.js +365 -334
- package/dist/node_modules/@tiptap/extension-list/dist/index.js +936 -1105
- package/dist/node_modules/@tiptap/extension-paragraph/dist/index.js +43 -48
- package/dist/node_modules/@tiptap/extension-strike/dist/index.js +53 -65
- package/dist/node_modules/@tiptap/extension-text/dist/index.js +12 -12
- package/dist/node_modules/@tiptap/extension-underline/dist/index.js +60 -64
- package/dist/node_modules/@tiptap/extensions/dist/index.js +439 -462
- package/dist/node_modules/@tiptap/react/dist/index.js +314 -0
- package/dist/node_modules/@tiptap/starter-kit/dist/index.js +23 -24
- package/dist/node_modules/country-flag-icons/modules/countries.json.js +4 -4
- package/dist/node_modules/country-flag-icons/modules/hasFlag.js +6 -6
- package/dist/node_modules/country-flag-icons/modules/react/3x2/index.js +5469 -6298
- package/dist/node_modules/country-flag-icons/react/3x2/index.js +273 -269
- package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +5 -6
- package/dist/node_modules/date-fns/_lib/defaultOptions.js +6 -6
- package/dist/node_modules/date-fns/_lib/format/formatters.js +385 -544
- package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +42 -57
- package/dist/node_modules/date-fns/_lib/format/longFormatters.js +37 -48
- package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +7 -17
- package/dist/node_modules/date-fns/_lib/normalizeDates.js +6 -9
- package/dist/node_modules/date-fns/_lib/protectedTokens.js +19 -16
- package/dist/node_modules/date-fns/addDays.js +8 -8
- package/dist/node_modules/date-fns/addMonths.js +11 -18
- package/dist/node_modules/date-fns/addWeeks.js +6 -6
- package/dist/node_modules/date-fns/constants.js +10 -6
- package/dist/node_modules/date-fns/constructFrom.js +6 -6
- package/dist/node_modules/date-fns/constructNow.js +6 -6
- package/dist/node_modules/date-fns/differenceInCalendarDays.js +10 -14
- package/dist/node_modules/date-fns/endOfDay.js +7 -7
- package/dist/node_modules/date-fns/endOfMonth.js +7 -7
- package/dist/node_modules/date-fns/format.js +57 -55
- package/dist/node_modules/date-fns/getDayOfYear.js +9 -9
- package/dist/node_modules/date-fns/getISOWeek.js +10 -10
- package/dist/node_modules/date-fns/getISOWeekYear.js +13 -13
- package/dist/node_modules/date-fns/getWeek.js +10 -10
- package/dist/node_modules/date-fns/getWeekYear.js +14 -14
- package/dist/node_modules/date-fns/isBefore.js +6 -6
- package/dist/node_modules/date-fns/isDate.js +5 -5
- package/dist/node_modules/date-fns/isPast.js +6 -6
- package/dist/node_modules/date-fns/isSameDay.js +8 -12
- package/dist/node_modules/date-fns/isSameMonth.js +7 -11
- package/dist/node_modules/date-fns/isSameWeek.js +8 -12
- package/dist/node_modules/date-fns/isSameYear.js +7 -11
- package/dist/node_modules/date-fns/isToday.js +7 -10
- package/dist/node_modules/date-fns/isValid.js +7 -7
- package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +8 -8
- package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +16 -17
- package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +19 -28
- package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +17 -14
- package/dist/node_modules/date-fns/locale/da/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/da/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/da/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/da/_lib/localize.js +193 -142
- package/dist/node_modules/date-fns/locale/da/_lib/match.js +123 -109
- package/dist/node_modules/date-fns/locale/da.js +17 -17
- package/dist/node_modules/date-fns/locale/en-GB/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/en-GB.js +18 -18
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +200 -153
- package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +123 -109
- package/dist/node_modules/date-fns/locale/en-US.js +18 -18
- package/dist/node_modules/date-fns/locale/es/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/es/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/es/_lib/formatRelative.js +18 -18
- package/dist/node_modules/date-fns/locale/es/_lib/localize.js +192 -141
- package/dist/node_modules/date-fns/locale/es/_lib/match.js +127 -114
- package/dist/node_modules/date-fns/locale/es.js +18 -18
- package/dist/node_modules/date-fns/locale/et/_lib/formatDistance.js +161 -162
- package/dist/node_modules/date-fns/locale/et/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/et/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/et/_lib/localize.js +196 -152
- package/dist/node_modules/date-fns/locale/et/_lib/match.js +109 -107
- package/dist/node_modules/date-fns/locale/et.js +19 -19
- package/dist/node_modules/date-fns/locale/fi/_lib/formatDistance.js +101 -101
- package/dist/node_modules/date-fns/locale/fi/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/fi/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/fi/_lib/localize.js +192 -140
- package/dist/node_modules/date-fns/locale/fi/_lib/match.js +122 -108
- package/dist/node_modules/date-fns/locale/fi.js +18 -18
- package/dist/node_modules/date-fns/locale/fr/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/fr/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/fr/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/fr/_lib/localize.js +176 -120
- package/dist/node_modules/date-fns/locale/fr/_lib/match.js +122 -108
- package/dist/node_modules/date-fns/locale/fr.js +18 -18
- package/dist/node_modules/date-fns/locale/lt/_lib/formatDistance.js +93 -109
- package/dist/node_modules/date-fns/locale/lt/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/lt/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/lt/_lib/localize.js +298 -195
- package/dist/node_modules/date-fns/locale/lt/_lib/match.js +154 -121
- package/dist/node_modules/date-fns/locale/lt.js +19 -19
- package/dist/node_modules/date-fns/locale/lv/_lib/formatDistance.js +226 -120
- package/dist/node_modules/date-fns/locale/lv/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/lv/_lib/formatRelative.js +22 -22
- package/dist/node_modules/date-fns/locale/lv/_lib/localize.js +298 -221
- package/dist/node_modules/date-fns/locale/lv/_lib/match.js +138 -112
- package/dist/node_modules/date-fns/locale/lv.js +18 -18
- package/dist/node_modules/date-fns/locale/nb/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/nb/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/nb/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/nb/_lib/localize.js +159 -108
- package/dist/node_modules/date-fns/locale/nb/_lib/match.js +112 -108
- package/dist/node_modules/date-fns/locale/nb.js +18 -18
- package/dist/node_modules/date-fns/locale/nl/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/nl/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/nl/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/nl/_lib/localize.js +160 -109
- package/dist/node_modules/date-fns/locale/nl/_lib/match.js +120 -108
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/localize.js +160 -109
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/match.js +120 -108
- package/dist/node_modules/date-fns/locale/nl-BE.js +18 -18
- package/dist/node_modules/date-fns/locale/nl.js +18 -18
- package/dist/node_modules/date-fns/locale/sv/_lib/formatDistance.js +82 -86
- package/dist/node_modules/date-fns/locale/sv/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/sv/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/sv/_lib/localize.js +199 -142
- package/dist/node_modules/date-fns/locale/sv/_lib/match.js +109 -107
- package/dist/node_modules/date-fns/locale/sv.js +18 -18
- package/dist/node_modules/date-fns/startOfDay.js +7 -7
- package/dist/node_modules/date-fns/startOfISOWeek.js +9 -6
- package/dist/node_modules/date-fns/startOfISOWeekYear.js +9 -9
- package/dist/node_modules/date-fns/startOfMonth.js +7 -7
- package/dist/node_modules/date-fns/startOfWeek.js +8 -8
- package/dist/node_modules/date-fns/startOfWeekYear.js +10 -10
- package/dist/node_modules/date-fns/startOfYear.js +7 -7
- package/dist/node_modules/date-fns/subDays.js +6 -6
- package/dist/node_modules/date-fns/subMonths.js +6 -6
- package/dist/node_modules/date-fns/subWeeks.js +6 -6
- package/dist/node_modules/date-fns/toDate.js +6 -6
- package/dist/node_modules/fast-equals/dist/es/index.js +239 -298
- package/dist/node_modules/libphonenumber-js/es6/ParseError.js +116 -89
- package/dist/node_modules/libphonenumber-js/es6/PhoneNumber.js +155 -183
- package/dist/node_modules/libphonenumber-js/es6/constants.js +4 -10
- package/dist/node_modules/libphonenumber-js/es6/format.js +70 -91
- package/dist/node_modules/libphonenumber-js/es6/getCountries.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/RFC3966.js +8 -10
- package/dist/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +19 -14
- package/dist/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +9 -9
- package/dist/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js +15 -17
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +35 -45
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +20 -26
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js +17 -22
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +24 -36
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +26 -30
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.js +13 -21
- package/dist/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +10 -24
- package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryAndCallingCodeFromOneOfThem.js +10 -11
- package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +6 -8
- package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +39 -39
- package/dist/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js +9 -11
- package/dist/node_modules/libphonenumber-js/es6/helpers/getNumberType.js +56 -47
- package/dist/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js +12 -12
- package/dist/node_modules/libphonenumber-js/es6/helpers/isCallingCode.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/isCountryCode.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/isObject.js +6 -6
- package/dist/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +9 -17
- package/dist/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js +39 -0
- package/dist/node_modules/libphonenumber-js/es6/helpers/parseDigits.js +46 -77
- package/dist/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js +17 -18
- package/dist/node_modules/libphonenumber-js/es6/isPossible.js +29 -32
- package/dist/node_modules/libphonenumber-js/es6/isValid.js +12 -13
- package/dist/node_modules/libphonenumber-js/es6/isValidPhoneNumber.js +55 -52
- package/dist/node_modules/libphonenumber-js/es6/metadata.js +462 -482
- package/dist/node_modules/libphonenumber-js/es6/normalizeArguments.js +97 -95
- package/dist/node_modules/libphonenumber-js/es6/parse.js +98 -133
- package/dist/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +43 -35
- package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumber.js +8 -8
- package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js +51 -48
- package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js +59 -55
- package/dist/node_modules/libphonenumber-js/es6/tools/semver-compare.js +13 -13
- package/dist/node_modules/libphonenumber-js/metadata.min.json.js +7437 -3
- package/dist/node_modules/libphonenumber-js/min/exports/getCountries.js +6 -6
- package/dist/node_modules/libphonenumber-js/min/exports/getCountryCallingCode.js +6 -6
- package/dist/node_modules/libphonenumber-js/min/exports/isSupportedCountry.js +7 -7
- package/dist/node_modules/libphonenumber-js/min/exports/isValidPhoneNumber.js +6 -6
- package/dist/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.js +7 -7
- package/dist/node_modules/libphonenumber-js/min/exports/withMetadataArgument.js +6 -6
- package/dist/node_modules/linkifyjs/dist/linkify.js +486 -679
- package/dist/node_modules/next-themes/dist/index.js +120 -85
- package/dist/node_modules/orderedmap/dist/index.js +64 -100
- package/dist/node_modules/prosemirror-commands/dist/index.js +313 -368
- package/dist/node_modules/prosemirror-dropcursor/dist/index.js +109 -84
- package/dist/node_modules/prosemirror-gapcursor/dist/index.js +162 -195
- package/dist/node_modules/prosemirror-history/dist/index.js +203 -239
- package/dist/node_modules/prosemirror-keymap/dist/index.js +45 -57
- package/dist/node_modules/prosemirror-model/dist/index.js +1783 -2735
- package/dist/node_modules/prosemirror-schema-list/dist/index.js +66 -81
- package/dist/node_modules/prosemirror-state/dist/index.js +517 -814
- package/dist/node_modules/prosemirror-transform/dist/index.js +1104 -1505
- package/dist/node_modules/prosemirror-view/dist/index.js +3274 -3782
- package/dist/node_modules/react/cjs/react-compiler-runtime.development.js +15 -21
- package/dist/node_modules/react/cjs/react-compiler-runtime.production.js +12 -14
- package/dist/node_modules/react/compiler-runtime.js +10 -10
- package/dist/node_modules/rope-sequence/dist/index.js +82 -99
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +55 -58
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +53 -57
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +53 -58
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +45 -46
- package/dist/node_modules/use-sync-external-store/shim/index.js +10 -10
- package/dist/node_modules/use-sync-external-store/shim/with-selector.js +10 -10
- package/dist/node_modules/w3c-keyname/index.js +87 -92
- package/dist/theme/component-recipes.js +52 -53
- package/dist/theme/theme-casper-ui.js +179 -420
- package/dist/theme/theme-helper.js +4 -4
- package/dist/theme/theme-provider.js +33 -34
- package/dist/theme/theme-style-props.d.ts.map +1 -1
- package/dist/theme/theme-tokens.js +22 -12
- package/dist/theme/theme-types.js +22 -12
- package/dist/theme/theme.js +213 -268
- package/package.json +30 -29
- package/dist/_virtual/compiler-runtime.js +0 -5
- package/dist/_virtual/compiler-runtime2.js +0 -4
- package/dist/_virtual/index.js +0 -5
- package/dist/_virtual/index2.js +0 -4
- package/dist/_virtual/react-compiler-runtime.development.js +0 -4
- package/dist/_virtual/react-compiler-runtime.production.js +0 -4
- package/dist/_virtual/use-sync-external-store-shim.development.js +0 -4
- package/dist/_virtual/use-sync-external-store-shim.production.js +0 -4
- package/dist/_virtual/with-selector.development.js +0 -4
- package/dist/_virtual/with-selector.js +0 -5
- package/dist/_virtual/with-selector.production.js +0 -4
- package/dist/_virtual/with-selector2.js +0 -4
- package/dist/packages/casper-ui-library/node_modules/@tiptap/react/dist/index.js +0 -506
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/facebook-icon.ts
|
|
3
|
+
var t = e("FacebookIcon", "M17.75 10C17.75 13.875 14.9062 17.0937 11.1875 17.6562V12.25H13L13.3438 10H11.1875V8.5625C11.1875 7.9375 11.5 7.34375 12.4688 7.34375H13.4375V5.4375C13.4375 5.4375 12.5625 5.28125 11.6875 5.28125C9.9375 5.28125 8.78125 6.375 8.78125 8.3125V10H6.8125V12.25H8.78125V17.6562C5.0625 17.0937 2.25 13.875 2.25 10C2.25 5.71875 5.71875 2.25 10 2.25C14.2812 2.25 17.75 5.71875 17.75 10Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as FacebookIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/failed-print-icon.ts
|
|
3
|
+
var t = e("FailedPrintIcon", "M1.20837 2.1875L4.02087 4.34375V4C4.02087 2.90625 4.89587 2 6.02087 2H13.1771C13.7084 2 14.2084 2.21875 14.5834 2.59375L15.4271 3.4375C15.8021 3.8125 16.0209 4.3125 16.0209 4.84375V7H14.5209V4.84375C14.5209 4.71875 14.4584 4.59375 14.3646 4.5L13.5209 3.65625C13.4271 3.5625 13.3021 3.5 13.1771 3.5H6.02087C5.73962 3.5 5.52087 3.75 5.52087 4V5.53125L8.67712 8H16.0209C17.1146 8 18.0209 8.90625 18.0209 10V13.5C18.0209 14.0625 17.5521 14.5 17.0209 14.5H16.9584L19.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.3125C0.427122 1.96875 0.895872 1.90625 1.20837 2.1875ZM10.5834 9.5L15.0521 13H16.5209V10C16.5209 9.75 16.2709 9.5 16.0209 9.5H10.5834ZM5.70837 9.5H4.02087C3.73962 9.5 3.52087 9.75 3.52087 10V13H4.52087C4.52087 12.4688 4.95837 12 5.52087 12H8.89587L10.8021 13.5H6.02087V16.5H14.0209V16.0312L15.4896 17.2188C15.3959 17.6562 14.9896 18 14.5209 18H5.52087C4.95837 18 4.52087 17.5625 4.52087 17V14.5H3.02087C2.45837 14.5 2.02087 14.0625 2.02087 13.5V10C2.02087 8.96875 2.80212 8.125 3.83337 8.03125L5.70837 9.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as FailedPrintIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/file-icon.ts
|
|
3
|
+
var t = e("FileIcon", "M14 16.5C14.25 16.5 14.5 16.2812 14.5 16V7H12C11.4375 7 11 6.5625 11 6V3.5H6C5.71875 3.5 5.5 3.75 5.5 4V16C5.5 16.2812 5.71875 16.5 6 16.5H14ZM4 4C4 2.90625 4.875 2 6 2H11.1562C11.6875 2 12.1875 2.21875 12.5625 2.59375L15.4062 5.4375C15.7812 5.8125 16 6.3125 16 6.84375V16C16 17.125 15.0938 18 14 18H6C4.875 18 4 17.125 4 16V4Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as FileIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/filter-icon.ts
|
|
3
|
+
var t = e("FilterIcon", "M3 4.75C3 4.34375 3.3125 4 3.75 4H16.25C16.6562 4 17 4.34375 17 4.75C17 5.1875 16.6562 5.5 16.25 5.5H3.75C3.3125 5.5 3 5.1875 3 4.75ZM5 9.75C5 9.34375 5.3125 9 5.75 9H14.25C14.6562 9 15 9.34375 15 9.75C15 10.1875 14.6562 10.5 14.25 10.5H5.75C5.3125 10.5 5 10.1875 5 9.75ZM12 14.75C12 15.1875 11.6562 15.5 11.25 15.5H8.75C8.3125 15.5 8 15.1875 8 14.75C8 14.3438 8.3125 14 8.75 14H11.25C11.6562 14 12 14.3438 12 14.75Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as FilterIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/folder-icon.ts
|
|
3
|
+
var t = e("FolderIcon", "M2 5C2 3.90625 2.875 3 4 3H8.125C8.71875 3 9.28125 3.25 9.71875 3.6875L11.0312 5H16C17.0938 5 18 5.90625 18 7V15C18 16.125 17.0938 17 16 17H4C2.875 17 2 16.125 2 15V5ZM4 4.5C3.71875 4.5 3.5 4.75 3.5 5V15C3.5 15.2812 3.71875 15.5 4 15.5H16C16.25 15.5 16.5 15.2812 16.5 15V7C16.5 6.75 16.25 6.5 16 6.5H10.9375C10.625 6.5 10.2812 6.375 10.0625 6.15625L8.65625 4.71875C8.5 4.59375 8.3125 4.5 8.125 4.5H4Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as FolderIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/foodora-icon.ts
|
|
3
|
+
var t = e("FoodoraIcon", "M6.70996 8.32C6.70996 5.7 8.44329 4 11.1299 4C11.9033 4 12.6699 4.14 13.29 4.38V6.84666C12.7566 6.62666 12.1433 6.48666 11.5433 6.48666C10.0366 6.48666 9.58996 7.38 9.55663 8.22001H11.99V10.6533H9.48996V16H6.70996V8.32Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as FoodoraIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/forward-icon.ts
|
|
3
|
+
var t = e("ForwardIcon", "M17.7812 10.5312L13.5312 14.7812C13.2187 15.0938 12.75 15.0938 12.4687 14.7812C12.1562 14.5 12.1562 14.0312 12.4687 13.7188L15.4375 10.75H2.75C2.3125 10.75 2 10.4375 2 10C2 9.59375 2.3125 9.25 2.75 9.25H15.4375L12.4687 6.28125C12.1562 6 12.1562 5.53125 12.4687 5.21875C12.75 4.9375 13.2187 4.9375 13.5312 5.21875L17.7812 9.5C18.0625 9.78125 18.0625 10.25 17.7812 10.5312Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ForwardIcon };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/glovo-icon.ts
|
|
3
|
+
var t = e("GlovoIcon", "M12.064 8.5177L11.9241 8.71347L10.0007 11.4382L8.07936 8.71837L7.93883 8.5212C7.66463 8.14077 7.50062 7.69212 7.46483 7.22454C7.42903 6.75696 7.52284 6.28857 7.73593 5.87084C7.94902 5.45311 8.27316 5.10221 8.67271 4.85671C9.07225 4.61121 9.53175 4.48061 10.0007 4.47927C10.4689 4.48144 10.9275 4.61238 11.3263 4.85776C11.7251 5.10313 12.0486 5.45349 12.2616 5.87048C12.4746 6.28746 12.5687 6.755 12.5337 7.22191C12.4988 7.68882 12.3367 8.13711 12.064 8.5177ZM10.0014 2C7.23546 2 4.98761 4.25833 4.98761 7.03336C4.98761 8.08981 5.31482 9.10431 5.93219 9.9664L6.06504 10.1524L8.67646 13.8496C8.67646 13.8496 8.99458 14.3719 9.68886 14.3719H10.3125C11.0082 14.3719 11.3249 13.8496 11.3249 13.8496L13.9342 10.1517L14.0671 9.9657C14.683 9.11184 15.0138 8.08545 15.0124 7.03266C15.0124 4.25763 12.7631 2 9.99929 2", {
|
|
4
|
+
fillRule: "evenodd",
|
|
5
|
+
clipRule: "evenodd"
|
|
5
6
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
7
|
+
//#endregion
|
|
8
|
+
export { t as GlovoIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/goal-icon.ts
|
|
3
|
+
var t = e("GoalIcon", "M13.0938 4C13.0312 3.6875 13.125 3.375 13.375 3.125L14.9688 1.53125C15.2188 1.28125 15.6562 1.375 15.7812 1.6875L16.5 3.5L18.3125 4.21875C18.625 4.34375 18.7188 4.78125 18.4688 5.03125L16.875 6.625C16.625 6.875 16.3125 6.96875 16 6.90625L14.4062 6.65625L10.5312 10.5312C10.25 10.8125 9.75 10.8125 9.46875 10.5312C9.1875 10.25 9.1875 9.75 9.46875 9.46875L13.3438 5.59375L13.0938 4ZM16.3125 8.4375C16.8125 8.40625 17.3125 8.21875 17.7188 7.875C17.9062 8.5625 18 9.28125 18 10C18 14.4375 14.4375 18 10 18C5.59375 18 2 14.4062 2 10C2 5.59375 5.59375 2 10 2C10.75 2 11.4375 2.09375 12.125 2.28125C11.8125 2.6875 11.5938 3.1875 11.5938 3.6875C11.0625 3.5625 10.5625 3.5 10 3.5C6.40625 3.5 3.5 6.40625 3.5 10C3.5 13.5937 6.40625 16.5 10 16.5C13.5938 16.5 16.5 13.5937 16.5 10C16.5 9.46875 16.4375 8.9375 16.3125 8.4375ZM10 5.5C10.4062 5.5 10.7812 5.5625 11.1562 5.65625L9.8125 7C8.25 7.09375 7 8.40625 7 10C7 11.6562 8.34375 13 10 13C11.5938 13 12.9062 11.75 13 10.1875L14.3438 8.84375C14.4375 9.21875 14.5 9.59375 14.5 10C14.5 12.5 12.5 14.5 10 14.5C7.53125 14.5 5.5 12.5 5.5 10C5.5 7.53125 7.53125 5.5 10 5.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as GoalIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/google-icon.ts
|
|
3
|
+
var t = e("GoogleIcon", "M17.625 10.1875C17.625 14.625 14.5937 17.75 10.125 17.75C5.8125 17.75 2.375 14.3125 2.375 10C2.375 5.71875 5.8125 2.25 10.125 2.25C12.1875 2.25 13.9687 3.03125 15.3125 4.28125L13.1875 6.3125C10.4375 3.65625 5.3125 5.65625 5.3125 10C5.3125 12.7188 7.46875 14.9062 10.125 14.9062C13.1875 14.9062 14.3437 12.7188 14.5 11.5625H10.125V8.90625H17.5C17.5625 9.3125 17.625 9.6875 17.625 10.1875Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as GoogleIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/grip-more-icon.ts
|
|
3
|
+
var t = e("GripMoreIcon", "M8 6C7.4375 6 7 5.5625 7 5C7 4.46875 7.4375 4 8 4C8.53125 4 9 4.46875 9 5C9 5.5625 8.53125 6 8 6ZM8 11C7.4375 11 7 10.5625 7 10C7 9.46875 7.4375 9 8 9C8.53125 9 9 9.46875 9 10C9 10.5625 8.53125 11 8 11ZM9 15C9 15.5625 8.53125 16 8 16C7.4375 16 7 15.5625 7 15C7 14.4688 7.4375 14 8 14C8.53125 14 9 14.4688 9 15ZM12 6C11.4375 6 11 5.5625 11 5C11 4.46875 11.4375 4 12 4C12.5312 4 13 4.46875 13 5C13 5.5625 12.5312 6 12 6ZM13 10C13 10.5625 12.5312 11 12 11C11.4375 11 11 10.5625 11 10C11 9.46875 11.4375 9 12 9C12.5312 9 13 9.46875 13 10ZM12 16C11.4375 16 11 15.5625 11 15C11 14.4688 11.4375 14 12 14C12.5312 14 13 14.4688 13 15C13 15.5625 12.5312 16 12 16Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as GripMoreIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/hash-icon.ts
|
|
3
|
+
var t = e("HashIcon", "M8.875 3.03125C9.28125 3.125 9.5625 3.5 9.46875 3.90625L9 6.25H12.4688L13 3.625C13.0938 3.21875 13.4688 2.9375 13.875 3.03125C14.2812 3.125 14.5625 3.5 14.4688 3.90625L14 6.25H16.25C16.6562 6.25 17 6.59375 17 7C17 7.4375 16.6562 7.75 16.25 7.75H13.6875L12.8125 12.25H15.25C15.6562 12.25 16 12.5938 16 13C16 13.4375 15.6562 13.75 15.25 13.75H12.5L11.9688 16.4063C11.9062 16.8125 11.5 17.0938 11.0938 17C10.6875 16.9063 10.4375 16.5313 10.5 16.125L10.9688 13.75H7.5L6.96875 16.4063C6.90625 16.8125 6.5 17.0938 6.09375 17C5.6875 16.9063 5.4375 16.5313 5.5 16.125L5.96875 13.75H3.75C3.3125 13.75 3 13.4375 3 13C3 12.5938 3.3125 12.25 3.75 12.25H6.28125L7.15625 7.75H4.75C4.3125 7.75 4 7.4375 4 7C4 6.59375 4.3125 6.25 4.75 6.25H7.46875L8 3.625C8.09375 3.21875 8.46875 2.9375 8.875 3.03125ZM8.6875 7.75L7.8125 12.25H11.2812L12.1562 7.75H8.6875Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as HashIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/hexagon-error-icon.ts
|
|
3
|
+
var t = e("HexagonErrorIcon", "M2.53125 11.125C2.125 10.4375 2.125 9.59375 2.53125 8.875L5.28125 4.125C5.6875 3.40625 6.4375 3 7.21875 3H12.75C13.5625 3 14.2812 3.40625 14.6875 4.125L17.4375 8.875C17.8438 9.59375 17.8438 10.4375 17.4375 11.125L14.6875 15.9062C14.2812 16.625 13.5625 17.0312 12.75 17.0312H7.21875C6.4375 17.0312 5.6875 16.625 5.28125 15.9062L2.53125 11.125ZM3.8125 9.625C3.6875 9.875 3.6875 10.1562 3.8125 10.375L6.59375 15.1562C6.71875 15.4062 6.96875 15.5312 7.21875 15.5312H12.75C13 15.5312 13.25 15.4062 13.4062 15.1562L16.1562 10.375C16.2812 10.1562 16.2812 9.875 16.1562 9.625L13.4062 4.875C13.25 4.625 13 4.5 12.75 4.5H7.21875C6.96875 4.5 6.71875 4.625 6.5625 4.875L3.8125 9.625ZM10 6C10.4062 6 10.75 6.34375 10.75 6.75V10.25C10.75 10.6875 10.4062 11 10 11C9.5625 11 9.25 10.6875 9.25 10.25V6.75C9.25 6.34375 9.5625 6 10 6ZM9 13C9 12.4688 9.4375 12 10 12C10.5312 12 11 12.4688 11 13C11 13.5625 10.5312 14 10 14C9.4375 14 9 13.5625 9 13Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as HexagonErrorIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/hide-icon.ts
|
|
3
|
+
var t = e("HideIcon", "M1.20774 2.1875L4.7059 4.90625C6.11142 3.84375 7.8605 3 10.0156 3C12.5143 3 14.5445 4.15625 16.0125 5.53125C17.4804 6.875 18.4487 8.5 18.9172 9.625C19.0109 9.875 19.0109 10.1562 18.9172 10.4062C18.5112 11.4062 17.6679 12.8437 16.4185 14.0937L19.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.1875ZM5.92401 5.875L7.36076 7C8.07913 6.375 8.98491 6 10.0156 6C12.202 6 14.0135 7.8125 14.0135 10C14.0135 10.6875 13.8574 11.3125 13.545 11.8437L15.2316 13.1562C16.3248 12.0937 17.0744 10.875 17.4492 10C17.0432 9.0625 16.1999 7.75 14.9818 6.625C13.7012 5.4375 12.0458 4.5 10.0156 4.5C8.4227 4.5 7.07966 5.0625 5.92401 5.875ZM12.3269 10.9062C12.4518 10.625 12.5143 10.3125 12.5143 10C12.5143 8.625 11.3899 7.5 10.0156 7.5C9.98438 7.5 9.95315 7.5 9.95315 7.5C9.98438 7.6875 10.0156 7.84375 10.0156 8C10.0156 8.34375 9.92192 8.625 9.79698 8.90625L12.3269 10.9062ZM12.6392 14.9687L13.9511 16C12.7954 16.625 11.4836 17 10.0156 17C7.48569 17 5.45551 15.875 3.98753 14.5C2.51955 13.125 1.55131 11.5 1.0828 10.4062C0.989103 10.1562 0.989103 9.875 1.0828 9.625C1.39514 8.90625 1.89488 8 2.61325 7.0625L3.76889 8C3.20669 8.71875 2.80065 9.4375 2.55078 10C2.98805 10.9375 3.80013 12.2812 5.01824 13.4062C6.29882 14.5937 7.9542 15.5 10.0156 15.5C10.9526 15.5 11.8272 15.3125 12.6392 14.9687ZM6.01771 10H5.98648C5.98648 9.9375 6.01771 9.84375 6.01771 9.75L7.7668 11.125C8.07913 11.7812 8.7038 12.2812 9.45341 12.4375L11.2025 13.8437C10.8277 13.9375 10.4217 14 10.0156 14C7.79803 14 6.01771 12.2187 6.01771 10Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as HideIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/history-icon.ts
|
|
3
|
+
var t = e("HistoryIcon", "M3.5 5.34375C4.9375 3.34375 7.3125 2 10 2C14.4062 2 18 5.59375 18 10C18 14.4375 14.4062 18 10 18C8.34375 18 6.84375 17.5312 5.5625 16.6875C5.21875 16.4688 5.125 16 5.375 15.6562C5.59375 15.3125 6.0625 15.2188 6.40625 15.4375C7.4375 16.125 8.65625 16.5 10 16.5C13.5625 16.5 16.5 13.5938 16.5 10C16.5 6.4375 13.5625 3.5 10 3.5C7.6875 3.5 5.65625 4.71875 4.5 6.5H6.25C6.65625 6.5 7 6.84375 7 7.25C7 7.6875 6.65625 8 6.25 8H2.75C2.3125 8 2 7.6875 2 7.25V3.75C2 3.34375 2.3125 3 2.75 3C3.15625 3 3.5 3.34375 3.5 3.75V5.34375ZM10 6H9.96875C10.4062 6 10.7188 6.34375 10.7188 6.75V9.71875L12.75 11.75C13.0625 12.0312 13.0625 12.5 12.75 12.7812C12.4688 13.0938 12 13.0938 11.7188 12.7812L9.46875 10.5312C9.3125 10.4062 9.25 10.2188 9.25 10V6.75C9.25 6.34375 9.5625 6 10 6Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as HistoryIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-anchor-icon.ts
|
|
3
|
+
var t = e("IconPickerAnchorIcon", "M10.9999 4.5C10.9999 3.96875 10.5312 3.5 9.99992 3.5C9.43742 3.5 8.99992 3.96875 8.99992 4.5C8.99992 5.0625 9.43742 5.5 9.99992 5.5C10.5312 5.5 10.9999 5.0625 10.9999 4.5ZM9.99992 2C11.3749 2 12.4999 3.125 12.4999 4.5C12.4999 5.625 11.7499 6.59375 10.7187 6.90625C10.7187 6.9375 10.7499 6.96875 10.7499 7V8H12.2499C12.6562 8 12.9999 8.34375 12.9999 8.75C12.9999 9.1875 12.6562 9.5 12.2499 9.5H10.7499V16.5H11.4999C13.7812 16.5 15.6562 14.6875 15.7187 12.4062L15.2187 12.8438C14.9062 13.0938 14.4374 13.0625 14.1562 12.75C13.9062 12.4375 13.9374 11.9688 14.2499 11.6875L15.9999 10.1875C16.2812 9.96875 16.6874 9.96875 16.9687 10.1875L18.7187 11.6875C19.0312 11.9688 19.0624 12.4375 18.8124 12.75C18.5312 13.0625 18.0624 13.0938 17.7499 12.8438L17.2499 12.4062C17.1562 15.5 14.6249 18 11.4999 18H8.49992C5.34367 18 2.81242 15.5 2.74992 12.4062L2.21867 12.8438C1.90617 13.0938 1.43742 13.0625 1.15617 12.75C0.906169 12.4375 0.937419 11.9688 1.24992 11.6875L2.99992 10.1875C3.28117 9.96875 3.68742 9.96875 3.96867 10.1875L5.71867 11.6875C6.03117 11.9688 6.06242 12.4375 5.81242 12.75C5.53117 13.0625 5.06242 13.0938 4.74992 12.8438L4.24992 12.4062C4.31242 14.6875 6.18742 16.5 8.49992 16.5H9.24992V9.5H7.74992C7.31242 9.5 6.99992 9.1875 6.99992 8.75C6.99992 8.34375 7.31242 8 7.74992 8H9.24992V7C9.24992 6.96875 9.24992 6.9375 9.24992 6.90625C8.21867 6.59375 7.49992 5.625 7.49992 4.5C7.49992 3.125 8.59367 2 9.99992 2Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerAnchorIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-asterisk-icon.ts
|
|
3
|
+
var t = e("IconPickerAsteriskIcon", "M9.99994 3C10.4062 3 10.7499 3.34375 10.7499 3.75V8.65625L14.8437 6.125C15.1874 5.90625 15.6562 6.03125 15.8749 6.375C16.0937 6.71875 15.9687 7.1875 15.6249 7.40625L11.4062 10L15.6249 12.625C15.9687 12.8438 16.0937 13.3125 15.8749 13.6562C15.6562 14 15.1874 14.125 14.8437 13.9062L10.7499 11.375V16.25C10.7499 16.6875 10.4062 17 9.99994 17C9.56244 17 9.24994 16.6875 9.24994 16.25V11.375L5.12494 13.9062C4.78119 14.125 4.31244 14 4.09369 13.6562C3.87494 13.3125 3.99994 12.8438 4.34369 12.625L8.56244 10L4.34369 7.40625C3.99994 7.1875 3.87494 6.71875 4.09369 6.375C4.31244 6.03125 4.78119 5.90625 5.12494 6.125L9.24994 8.65625V3.75C9.24994 3.34375 9.56244 3 9.99994 3Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerAsteriskIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-beer-icon.ts
|
|
3
|
+
var t = e("IconPickerBeerIcon", "M4.5 4.5V15C4.5 15.2812 4.71875 15.5 5 15.5H12C12.25 15.5 12.5 15.2812 12.5 15V4.5H4.5ZM14 14V15C14 16.125 13.0938 17 12 17H5C3.875 17 3 16.125 3 15V4C3 3.46875 3.4375 3 4 3H13C13.5312 3 14 3.46875 14 4V5H15.8438C17.0312 5 18 5.96875 18 7.15625V10.8438C18 11.6875 17.4688 12.4688 16.6875 12.8125L14 14ZM14 6.5V12.375L16.0938 11.4375C16.3438 11.3438 16.5 11.0938 16.5 10.8438V7.15625C16.5 6.8125 16.1875 6.5 15.8438 6.5H14ZM6.5 6C6.75 6 7 6.25 7 6.5V13.5C7 13.7812 6.75 14 6.5 14C6.21875 14 6 13.7812 6 13.5V6.5C6 6.25 6.21875 6 6.5 6ZM8.5 6C8.75 6 9 6.25 9 6.5V13.5C9 13.7812 8.75 14 8.5 14C8.21875 14 8 13.7812 8 13.5V6.5C8 6.25 8.21875 6 8.5 6ZM10.5 6C10.75 6 11 6.25 11 6.5V13.5C11 13.7812 10.75 14 10.5 14C10.2188 14 10 13.7812 10 13.5V6.5C10 6.25 10.2188 6 10.5 6Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerBeerIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-bicycle-icon.ts
|
|
3
|
+
var t = e("IconPickerBicycleIcon", "M9.75 3H10.8438C11.2188 3 11.5312 3.21875 11.7188 3.53125L14.7812 9.1875C15.1562 9.09375 15.5625 9 16 9C18.1875 9 20 10.8125 20 13C20 15.2188 18.1875 17 16 17C13.7812 17 12 15.2188 12 13C12 11.75 12.5625 10.6562 13.4688 9.90625L12.7812 8.65625L10.125 13.1562C10 13.375 9.75 13.5 9.5 13.5H7.96875C7.71875 15.5 6.03125 17 4 17C1.78125 17 0 15.2188 0 13C0 10.8125 1.78125 9 4 9C4.3125 9 4.65625 9.0625 4.96875 9.125L5.78125 7.46875L5.09375 6.5H3.75C3.3125 6.5 3 6.1875 3 5.75C3 5.34375 3.3125 5 3.75 5H5.5C5.71875 5 5.96875 5.125 6.09375 5.3125L6.9375 6.5H11.625L10.5312 4.5H9.75C9.3125 4.5 9 4.1875 9 3.75C9 3.34375 9.3125 3 9.75 3ZM14.1875 11.2812C13.75 11.7188 13.5 12.3438 13.5 13.0312C13.5 14.4062 14.5938 15.5312 16 15.5312C17.375 15.5312 18.5 14.4062 18.5 13.0312C18.5 11.625 17.375 10.5312 16 10.5312C15.8125 10.5312 15.6562 10.5312 15.5 10.5625L16.6562 12.6562C16.8438 13.0312 16.7188 13.4688 16.3438 13.6875C15.9688 13.875 15.5312 13.75 15.3125 13.375L14.1875 11.2812ZM4.25 10.5312C4.15625 10.5312 4.0625 10.5 3.96875 10.5C2.59375 10.5 1.46875 11.625 1.46875 13C1.46875 14.4062 2.59375 15.5 3.96875 15.5C5.1875 15.5 6.1875 14.6562 6.4375 13.5H4.15625C3.5 13.5 3.09375 12.8438 3.375 12.2812L4.25 10.5312ZM5.1875 12H9.0625L6.78125 8.84375L5.1875 12ZM8.03125 8L9.90625 10.5938L11.4062 8H8.03125Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerBicycleIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-binoculars-icon.ts
|
|
3
|
+
var t = e("IconPickerBinocularsIcon", "M5 4C5 3.46875 5.4375 3 6 3H7C7.53125 3 8 3.46875 8 4V4.5H5V4ZM3.84375 6.9375C4 6.125 4.71875 5.5 5.5625 5.5H8.25C8.65625 5.5 9 5.84375 9 6.25V7H11V6.25C11 5.84375 11.3125 5.5 11.75 5.5H14.4062C15.25 5.5 15.9688 6.125 16.125 6.9375L16.2812 7.8125C16.4062 8.4375 16.625 9.03125 16.9375 9.5625L17.0312 9.71875C17.6562 10.75 18 11.9688 18 13.1875V15.25C18 16.2188 17.1875 17 16.25 17H12.75C11.7812 17 11 16.2188 11 15.25V11H9V15.25C9 16.2188 8.1875 17 7.25 17H3.75C2.78125 17 2 16.2188 2 15.25V13.1875C2 11.9375 2.3125 10.75 2.9375 9.6875L3.03125 9.5625C3.34375 9.03125 3.59375 8.4375 3.6875 7.8125L3.84375 6.9375ZM5.5625 7C5.4375 7 5.34375 7.09375 5.3125 7.21875L5.15625 8.0625C5.03125 8.875 4.75 9.625 4.3125 10.3438L4.25 10.4688C3.75 11.2812 3.5 12.2188 3.5 13.1875V15.25C3.5 15.4062 3.59375 15.5 3.75 15.5H7.25C7.375 15.5 7.5 15.4062 7.5 15.25V7H5.5625ZM14.4062 7H12.5V15.25C12.5 15.4062 12.5938 15.5 12.75 15.5H16.25C16.375 15.5 16.5 15.4062 16.5 15.25V13.1875C16.5 12.2188 16.2188 11.2812 15.75 10.4688L15.6562 10.3438C15.25 9.65625 14.9375 8.875 14.8125 8.0625L14.6562 7.21875C14.625 7.09375 14.5312 7 14.4062 7ZM13 3H14C14.5312 3 15 3.46875 15 4V4.5H12V4C12 3.46875 12.4375 3 13 3Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerBinocularsIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-bomb-icon.ts
|
|
3
|
+
var t = e("IconPickerBombIcon", "M16.3438 3.65625L17.75 4.1875C17.9062 4.21875 18 4.375 18 4.5C18 4.65625 17.9062 4.78125 17.75 4.8125L16.3438 5.34375L15.8125 6.78125C15.7812 6.90625 15.625 7 15.5 7C15.3438 7 15.2188 6.90625 15.1562 6.78125L14.6562 5.34375L13.2188 4.8125C13.0938 4.78125 13 4.65625 13 4.5C13 4.34375 13.0938 4.21875 13.2188 4.1875L14.6562 3.65625L15.1562 2.21875C15.2188 2.09375 15.3438 2 15.5 2C15.625 2 15.75 2.09375 15.8125 2.21875L16.3438 3.65625ZM11.4375 6.6875C11.0625 6.90625 10.5938 6.96875 10.1875 6.8125C9.65625 6.625 9.09375 6.5 8.5 6.5C5.71875 6.5 3.5 8.75 3.5 11.5C3.5 14.2812 5.71875 16.5 8.5 16.5C11.25 16.5 13.5 14.2812 13.5 11.5C13.5 10.9062 13.375 10.3438 13.1875 9.8125C13.0312 9.40625 13.0938 8.9375 13.3125 8.5625L11.4375 6.6875ZM10.6875 5.40625L10.7812 5.3125C11.1562 4.90625 11.8125 4.90625 12.1875 5.3125L14.6875 7.8125C15.0938 8.1875 15.0938 8.84375 14.6875 9.21875L14.5938 9.3125C14.8438 10 15 10.75 15 11.5312C15 15.0938 12.0625 18.0312 8.5 18.0312C4.90625 18.0312 2 15.0938 2 11.5C2 7.9375 4.90625 5 8.5 5C9.25 5 10 5.15625 10.6875 5.40625ZM8.25 9C7 9 6 10.0312 6 11.25C6 11.6875 5.65625 12 5.25 12C4.8125 12 4.5 11.6875 4.5 11.25C4.5 9.1875 6.15625 7.5 8.25 7.5C8.65625 7.5 9 7.84375 9 8.25C9 8.6875 8.65625 9 8.25 9Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerBombIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-car-icon.ts
|
|
3
|
+
var t = e("IconPickerCarIcon", "M5.96875 5.34375L5.21875 7.5H14.75L14 5.34375C13.8125 4.84375 13.3438 4.5 12.8125 4.5H7.15625C6.625 4.5 6.15625 4.84375 5.96875 5.34375ZM3.5 7.90625L4.5625 4.84375C4.9375 3.75 6 3 7.15625 3H12.8125C14 3 15.0312 3.75 15.4062 4.84375L16.5 7.90625C17.375 8.4375 18 9.40625 18 10.5V16.25C18 16.6875 17.6562 17 17.25 17C16.8125 17 16.5 16.6875 16.5 16.25V14.5H3.5V16.25C3.5 16.6875 3.15625 17 2.75 17C2.3125 17 2 16.6875 2 16.25V10.5C2 9.40625 2.59375 8.4375 3.5 7.90625ZM15 9H5C4.15625 9 3.5 9.6875 3.5 10.5V13H16.5V10.5C16.5 9.6875 15.8125 9 15 9ZM5.5 10C6.03125 10 6.5 10.4688 6.5 11C6.5 11.5625 6.03125 12 5.5 12C4.9375 12 4.5 11.5625 4.5 11C4.5 10.4688 4.9375 10 5.5 10ZM13.5 11C13.5 10.4688 13.9375 10 14.5 10C15.0312 10 15.5 10.4688 15.5 11C15.5 11.5625 15.0312 12 14.5 12C13.9375 12 13.5 11.5625 13.5 11Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerCarIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-cocktail-icon.ts
|
|
3
|
+
var t = e("IconPickerCocktailIcon", "M14.5 9.5C16.1562 9.5 17.5 8.15625 17.5 6.5C17.5 4.84375 16.1562 3.5 14.5 3.5C13.375 3.5 12.4062 4.125 11.875 5H10.25C10.875 3.28125 12.5312 2 14.5 2C16.9687 2 19 4.03125 19 6.5C19 9 16.9687 11 14.5 11C13.625 11 12.8125 10.7812 12.125 10.3438L13.2187 9.25C13.625 9.40625 14.0312 9.5 14.5 9.5ZM1.74995 6H13.25C13.5312 6 13.8125 6.1875 13.9375 6.46875C14.0312 6.75 13.9687 7.09375 13.7812 7.28125L8.24995 12.8125V16.5H10.25C10.6562 16.5 11 16.8438 11 17.25C11 17.6875 10.6562 18 10.25 18H4.74995C4.31245 18 3.99995 17.6875 3.99995 17.25C3.99995 16.8438 4.31245 16.5 4.74995 16.5H6.74995V12.8125L1.2187 7.28125C0.999951 7.09375 0.937451 6.75 1.0312 6.46875C1.1562 6.1875 1.43745 6 1.74995 6ZM11.4375 7.5H3.5312L7.49995 11.4688L11.4375 7.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerCocktailIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-gem-icon.ts
|
|
3
|
+
var t = e("IconPickerGemIcon", "M7.25004 4.25L10 7.15625L12.7188 4.25H7.25004ZM13.9688 5.125L11.7188 7.5H15.75L13.9688 5.125ZM15.5313 9H4.43754L10 15.1562L15.5313 9ZM4.21879 7.5H8.25004L6.00004 5.125L4.21879 7.5ZM17.7813 8.78125L10.5313 16.7812C10.4063 16.9375 10.1875 17 10 17C9.78129 17 9.56254 16.9375 9.43754 16.7812L2.18754 8.78125C1.93754 8.5 1.90629 8.09375 2.12504 7.8125L5.62504 3.0625C5.78129 2.875 6.00004 2.75 6.25004 2.75H13.75C13.9688 2.75 14.1875 2.875 14.3438 3.0625L17.8438 7.8125C18.0625 8.09375 18.0313 8.5 17.7813 8.78125Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerGemIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-heart-full-icon.ts
|
|
3
|
+
var t = e("IconPickerHeartFullIcon", "M3.46875 11.4063C2.53125 10.5313 2 9.28127 2 7.96877V7.81252C2 5.62502 3.5625 3.75002 5.71875 3.40627C7.15625 3.15627 8.59375 3.62502 9.625 4.62502L10 5.00002L10.375 4.62502C11.375 3.62502 12.8438 3.15627 14.25 3.40627C16.4062 3.75002 18 5.62502 18 7.81252V7.96877C18 9.28127 17.4375 10.5313 16.5 11.4063L10.8438 16.6875C10.625 16.9063 10.3125 17 10 17C9.65625 17 9.34375 16.9063 9.125 16.6875L3.46875 11.4063Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerHeartFullIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-heart-icon.ts
|
|
3
|
+
var t = e("IconPickerHeartIcon", "M9.03125 16.6563L8.96875 16.5625L3.5 11.5C2.53125 10.5938 2 9.34377 2 8.03127V7.93752C2 5.75002 3.5625 3.84377 5.71875 3.43752C6.9375 3.18752 8.1875 3.46877 9.21875 4.18752C9.5 4.37502 9.75 4.62502 10 4.87502C10.125 4.75002 10.25 4.59377 10.4062 4.46877C10.5312 4.37502 10.6562 4.28127 10.7812 4.18752C11.7812 3.46877 13.0312 3.18752 14.25 3.43752C16.4375 3.84377 18 5.75002 18 7.93752V8.03127C18 9.34377 17.4375 10.5938 16.4688 11.5L11 16.5625L10.9375 16.6563C10.6875 16.875 10.3438 17.0313 10 17.0313C9.625 17.0313 9.3125 16.875 9.03125 16.6563ZM9.46875 6.53127C9.4375 6.53127 9.4375 6.53127 9.4375 6.50002L8.875 5.87502C8.15625 5.06252 7.0625 4.71877 6 4.90627C4.53125 5.18752 3.5 6.46877 3.5 7.93752V8.03127C3.5 8.93752 3.84375 9.78127 4.5 10.375L10 15.4688L15.4688 10.375C16.125 9.78127 16.5 8.93752 16.5 8.03127V7.93752C16.5 6.46877 15.4375 5.18752 13.9688 4.90627C12.9062 4.71877 11.8125 5.06252 11.0938 5.87502L10.5312 6.50002C10.5312 6.53127 10.5312 6.53127 10.5 6.56252C10.375 6.68752 10.1875 6.78127 10 6.78127C9.78125 6.78127 9.59375 6.68752 9.46875 6.56252V6.53127Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerHeartIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-magnet-icon.ts
|
|
3
|
+
var t = e("IconPickerMagnetIcon", "M4.5 10C4.5 13.0625 6.9375 15.5 10 15.5C13.0312 15.5 15.5 13.0625 15.5 10V8H13.5V10C13.5 11.9375 11.9062 13.5 10 13.5C8.0625 13.5 6.5 11.9375 6.5 10V8H4.5V10ZM3 4.75C3 3.8125 3.78125 3 4.75 3H6.25C7.1875 3 8 3.8125 8 4.75V10C8 11.125 8.875 12 10 12C11.0938 12 12 11.125 12 10V4.75C12 3.8125 12.7812 3 13.75 3H15.25C16.1875 3 17 3.8125 17 4.75V10C17 13.875 13.8438 17 10 17C6.125 17 3 13.875 3 10V4.75Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerMagnetIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-money-icon.ts
|
|
3
|
+
var t = e("IconPickerMoneyIcon", "M9.28125 14.75C9.4375 14.7187 9.5625 14.6875 9.71875 14.6562C11.4688 14.2187 13.4375 13.6875 15.5 13.75C15.625 12.7812 16.4688 12.0312 17.5 12.0312V6.49998C16.375 6.49998 15.5 5.62498 15.5 4.53123C14.0312 4.46873 12.4688 4.81248 10.6875 5.28123C10.5312 5.31248 10.4062 5.34373 10.25 5.37498C8.5 5.81248 6.53125 6.34373 4.46875 6.28123C4.34375 7.24998 3.5 7.99998 2.5 7.99998V13.5C3.59375 13.5 4.46875 14.4062 4.5 15.5C5.96875 15.5625 7.5 15.2187 9.28125 14.75ZM1 15.1875V5.53123C1 4.78123 1.78125 4.28123 2.5 4.46873C5 5.15623 7.5 4.53123 10 3.90623C12.6875 3.21873 15.4062 2.49998 18.125 3.53123C18.6562 3.71873 19 4.24998 19 4.84373V14.4687C19 15.25 18.1875 15.75 17.4688 15.5312C14.9688 14.8437 12.4688 15.5 10 16.125C7.28125 16.8125 4.5625 17.5 1.84375 16.5C1.3125 16.3125 1 15.75 1 15.1875ZM10 13C8.59375 13 7.5 11.6562 7.5 9.99998C7.5 8.34373 8.59375 6.99998 10 6.99998C11.375 6.99998 12.5 8.34373 12.5 9.99998C12.5 11.6562 11.375 13 10 13Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerMoneyIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-moon-icon.ts
|
|
3
|
+
var t = e("IconPickerMoonIcon", "M8.5 5.09375C6.71875 6 5.5 7.875 5.5 10C5.5 13.0625 7.9375 15.5 10.9688 15.5C11.375 15.5 11.7812 15.4688 12.1875 15.375C9.4375 14.4375 7.46875 11.8125 7.46875 8.75C7.46875 7.40625 7.84375 6.15625 8.5 5.09375ZM10.4375 3.03125C10.5312 3.03125 10.5938 3.03125 10.6562 3.03125C10.7812 3.03125 10.875 3.03125 10.9688 3.03125C11.0625 3.03125 11.1562 3.03125 11.2188 3.03125C11.3438 3.03125 11.4375 3.03125 11.5625 3.03125C11.7812 3.0625 11.9688 3.21875 12 3.4375C12.0625 3.65625 11.9688 3.875 11.7812 3.96875C11.6562 4.03125 11.5625 4.09375 11.4688 4.15625C11.3438 4.25 11.2188 4.34375 11.0938 4.4375C11.0312 4.46875 11 4.5 10.9688 4.53125C9.75 5.53125 8.96875 7.0625 8.96875 8.78125C8.96875 11.8125 11.4375 14.25 14.4375 14.2812C14.4688 14.2812 14.4688 14.2812 14.4688 14.2812C14.5 14.2812 14.5312 14.2812 14.5625 14.2812C14.75 14.25 14.9062 14.25 15.0625 14.25C15.1562 14.2188 15.2812 14.2188 15.4062 14.1875C15.625 14.1562 15.8438 14.25 15.9375 14.4375C16.0312 14.6562 16 14.875 15.8438 15.0312C15.75 15.125 15.6875 15.1875 15.5938 15.25C15.4375 15.375 15.3125 15.5 15.1562 15.625C15.0938 15.6562 15.0312 15.7188 14.9688 15.75C13.8438 16.5312 12.4688 17 10.9688 17C7.125 17 4 13.875 4 10C4 6.3125 6.84375 3.3125 10.4375 3.03125Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerMoonIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-music-icon.ts
|
|
3
|
+
var t = e("IconPickerMusicIcon", "M18 2.96875V13.5C18 14.9062 16.6562 16 15 16C13.3438 16 12 14.9062 12 13.5C12 12.125 13.3438 11 15 11C15.5312 11 16.0312 11.125 16.5 11.3438V7.53125L8 10.1562V15.5C8 16.9062 6.65625 18 5 18C3.34375 18 2 16.9062 2 15.5C2 14.125 3.34375 13 5 13C5.53125 13 6.03125 13.125 6.5 13.3438V5.75C6.5 5.4375 6.6875 5.15625 7 5.0625L16.7188 2.0625C16.8125 2.03125 16.9062 2 17.0312 2C17.5625 2 18 2.4375 18 2.96875ZM16.5 13.5C16.5 13.2188 16.0938 12.5 15 12.5C13.875 12.5 13.5 13.2188 13.5 13.5C13.5 13.8125 13.875 14.5 15 14.5C16.0938 14.5 16.5 13.8125 16.5 13.5ZM6.5 15.5C6.5 15.2188 6.09375 14.5 5 14.5C3.875 14.5 3.5 15.2188 3.5 15.5C3.5 15.8125 3.875 16.5 5 16.5C6.09375 16.5 6.5 15.8125 6.5 15.5ZM16.5 5.96875V3.6875L8 6.3125V8.5625L16.5 5.96875Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerMusicIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-star-full-icon.ts
|
|
3
|
+
var t = e("IconPickerStarFullIcon", "M10.875 2.5625L12.9063 6.71875L17.375 7.375C17.75 7.4375 18.0625 7.6875 18.1875 8.0625C18.3125 8.40625 18.2188 8.8125 17.9375 9.0625L14.6875 12.2812L15.4688 16.8438C15.5313 17.2188 15.375 17.5938 15.0625 17.8125C14.75 18.0625 14.3438 18.0625 14 17.9062L10 15.75L5.96877 17.9062C5.65627 18.0625 5.25002 18.0625 4.93752 17.8125C4.62502 17.5938 4.46877 17.2188 4.53127 16.8438L5.28127 12.2812L2.03127 9.0625C1.78127 8.8125 1.68752 8.40625 1.78127 8.0625C1.90627 7.6875 2.21877 7.4375 2.59377 7.375L7.09377 6.71875L9.09377 2.5625C9.25002 2.21875 9.59377 2 10 2C10.375 2 10.7188 2.21875 10.875 2.5625Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerStarFullIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-star-half-icon.ts
|
|
3
|
+
var t = e("IconPickerStarHalfIcon", "M10.6562 2.4375L12.8125 6.84375L17.5937 7.5625C17.875 7.59375 18.0937 7.8125 18.1875 8.0625C18.2812 8.34375 18.2187 8.625 18 8.84375L14.5312 12.2812L15.375 17.125C15.4062 17.4062 15.2812 17.6875 15.0625 17.875C14.8125 18.0312 14.5312 18.0625 14.2812 17.9375L9.99995 15.625L5.7187 17.9375C5.4687 18.0625 5.1562 18.0312 4.9062 17.875C4.68745 17.6875 4.56245 17.4062 4.62495 17.125L5.43745 12.2812L1.9687 8.84375C1.74995 8.625 1.68745 8.34375 1.7812 8.0625C1.87495 7.8125 2.0937 7.59375 2.37495 7.5625L7.1562 6.84375L9.31245 2.4375C9.43745 2.1875 9.68745 2 9.9687 2C10.2812 2 10.5312 2.1875 10.6562 2.4375ZM9.99995 14.0312C10.0937 14.0312 10.2187 14.0625 10.3437 14.125L13.625 15.875L13 12.125C12.9375 11.9062 13.0312 11.6562 13.2187 11.4688L15.875 8.8125L12.1875 8.28125C11.9375 8.25 11.75 8.09375 11.625 7.875L9.99995 4.5V14.0312Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerStarHalfIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-star-icon.ts
|
|
3
|
+
var t = e("IconPickerStarIcon", "M9.9687 2C10.2812 2 10.5312 2.1875 10.6562 2.4375L12.8125 6.84375L17.5937 7.5625C17.875 7.59375 18.0937 7.78125 18.1875 8.0625C18.2812 8.34375 18.2187 8.625 18 8.84375L14.5312 12.2812L15.3437 17.125C15.4062 17.4062 15.2812 17.7188 15.0625 17.875C14.8125 18.0312 14.5 18.0625 14.25 17.9375L9.9687 15.625L5.7187 17.9375C5.43745 18.0625 5.1562 18.0312 4.9062 17.875C4.68745 17.6875 4.56245 17.4062 4.62495 17.125L5.43745 12.2812L1.9687 8.84375C1.74995 8.625 1.68745 8.34375 1.7812 8.0625C1.87495 7.8125 2.0937 7.59375 2.37495 7.5625L7.1562 6.84375L9.31245 2.4375C9.43745 2.1875 9.68745 2 9.9687 2ZM9.9687 4.46875L8.3437 7.875C8.2187 8.09375 8.0312 8.25 7.7812 8.28125L4.0937 8.8125L6.74995 11.4688C6.93745 11.6562 7.0312 11.9062 6.9687 12.125L6.3437 15.875L9.62495 14.125C9.8437 14 10.125 14 10.3437 14.125L13.625 15.875L13 12.1562C12.9375 11.9062 13.0312 11.6562 13.2187 11.5L15.875 8.8125L12.1875 8.28125C11.9375 8.25 11.75 8.09375 11.625 7.875L9.9687 4.46875Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerStarIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-tint-icon.ts
|
|
3
|
+
var t = e("IconPickerTintIcon", "M10 16.5C12.4688 16.5 14.5 14.5 14.5 12C14.5 11.625 14.3125 10.9688 13.9688 10.0938C13.5938 9.28125 13.0938 8.375 12.5312 7.46875C11.625 6 10.625 4.625 10 3.8125C9.34375 4.625 8.34375 6 7.4375 7.46875C6.875 8.375 6.375 9.28125 6.03125 10.0938C5.65625 10.9688 5.5 11.5938 5.5 12C5.5 14.5 7.5 16.5 10 16.5ZM4 12C4 9.15625 8.0625 3.8125 9.1875 2.375C9.375 2.15625 9.65625 2 9.96875 2H10C10.3125 2 10.5938 2.15625 10.7812 2.375C11.9062 3.8125 16 9.15625 16 12C16 15.3125 13.3125 18 10 18C6.6875 18 4 15.3125 4 12ZM8.5 11.75C8.5 12.7188 9.28125 13.5 10.25 13.5C10.6562 13.5 11 13.8438 11 14.25C11 14.6875 10.6562 15 10.25 15C8.4375 15 7 13.5625 7 11.75C7 11.3438 7.3125 11 7.75 11C8.15625 11 8.5 11.3438 8.5 11.75Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerTintIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-tree-icon.ts
|
|
3
|
+
var t = e("IconPickerTreeIcon", "M10.5312 2.25L15.0312 7.25C15.25 7.46875 15.2812 7.8125 15.1562 8.0625C15.0625 8.34375 14.7812 8.5 14.5 8.5H14.125L16.0625 10.7812C16.25 11 16.2812 11.3125 16.1562 11.5625C16.0312 11.8438 15.7812 12 15.5 12H14.75L16.8437 14.8125C17 15.0312 17.0312 15.3438 16.9062 15.5938C16.7812 15.8438 16.5312 16 16.25 16H10.75V17.25C10.75 17.6875 10.4062 18 9.99998 18C9.56248 18 9.24998 17.6875 9.24998 17.25V16H3.74998C3.43748 16 3.18748 15.8438 3.06248 15.5938C2.93748 15.3438 2.96873 15.0312 3.12498 14.8125L5.24998 12H4.49998C4.18748 12 3.93748 11.8438 3.81248 11.5625C3.68748 11.3125 3.71873 11 3.90623 10.7812L5.84373 8.5H5.49998C5.18748 8.5 4.90623 8.34375 4.81248 8.0625C4.68748 7.8125 4.71873 7.46875 4.93748 7.25L9.43748 2.25C9.56248 2.09375 9.78123 2 9.99998 2C10.1875 2 10.4062 2.09375 10.5312 2.25ZM10.75 14.5H14.75L12.625 11.7188C12.4687 11.5 12.4375 11.1875 12.5625 10.9375C12.6875 10.6875 12.9375 10.5 13.25 10.5H13.8437L11.9062 8.25C11.7187 8.03125 11.6875 7.71875 11.8125 7.4375C11.9375 7.1875 12.1875 7 12.5 7H12.8125L9.99998 3.875L7.15623 7H7.49998C7.78123 7 8.03123 7.1875 8.15623 7.4375C8.28123 7.71875 8.24998 8.03125 8.06248 8.25L6.12498 10.5H6.74998C7.03123 10.5 7.28123 10.6875 7.40623 10.9375C7.53123 11.1875 7.49998 11.5 7.34373 11.7188L5.24998 14.5H9.24998V8.75C9.24998 8.34375 9.56248 8 9.99998 8C10.4062 8 10.75 8.34375 10.75 8.75V14.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerTreeIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-utensils-icon.ts
|
|
3
|
+
var t = e("IconPickerUtensilsIcon", "M5.21875 2.84375L4.75 7.3125V7.75C4.75 8.46875 5.28125 9 6 9H8C8.6875 9 9.25 8.46875 9.25 7.75V7.3125L8.75 2.84375C8.6875 2.4375 9 2.0625 9.40625 2.03125C9.8125 1.96875 10.1875 2.28125 10.2188 2.6875L10.7188 7.1875L10.75 7.21875V7.75C10.75 9.28125 9.5 10.5 8 10.5H7.75V17.25C7.75 17.6875 7.40625 18 7 18C6.5625 18 6.25 17.6875 6.25 17.25V10.5H6C4.46875 10.5 3.25 9.28125 3.25 7.75V7.1875L3.75 2.6875C3.78125 2.28125 4.15625 1.96875 4.5625 2.03125C4.96875 2.0625 5.28125 2.4375 5.21875 2.84375ZM7.75 2.75V7.25C7.75 7.6875 7.40625 8 7 8C6.5625 8 6.25 7.6875 6.25 7.25V2.75C6.25 2.34375 6.5625 2 7 2C7.40625 2 7.75 2.34375 7.75 2.75ZM13.5 7.5V11C13.5 11.2812 13.7188 11.5 14 11.5H15.5V3.75C15.25 3.84375 15.0312 4 14.7812 4.21875C14.1562 4.75 13.5 5.71875 13.5 7.5ZM15.5 13H14C12.875 13 12 12.125 12 11V7.5C12 3 15.5 2 16 2C16.5312 2 17 2.46875 17 3V17.25C17 17.6875 16.6562 18 16.25 18C15.8125 18 15.5 17.6875 15.5 17.25V13Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerUtensilsIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/icon-picker-wheelchair-icon.ts
|
|
3
|
+
var t = e("IconPickerWheelchairIcon", "M8 2C8.53125 2 9 2.3125 9.28125 2.75C9.5625 3.21875 9.5625 3.8125 9.28125 4.25C9 4.71875 8.53125 5 8 5C7.4375 5 6.96875 4.71875 6.6875 4.25C6.40625 3.8125 6.40625 3.21875 6.6875 2.75C6.96875 2.3125 7.4375 2 8 2ZM5.75 9.75C4.4375 10.25 3.5 11.5312 3.5 13C3.5 14.9375 5.0625 16.5 7 16.5C8.3125 16.5 9.5 15.75 10.0625 14.6562C10.2812 14.2812 10.7188 14.1562 11.0938 14.3438C11.4688 14.5312 11.5938 15 11.4062 15.375C10.5625 16.9375 8.90625 18 7 18C4.21875 18 2 15.7812 2 13C2 10.875 3.34375 9.0625 5.21875 8.34375C5.59375 8.1875 6.03125 8.375 6.1875 8.78125C6.34375 9.15625 6.125 9.59375 5.75 9.75ZM7.84375 6.03125C8.25 5.9375 8.65625 6.21875 8.71875 6.625L8.875 7.5H12.75C13.1562 7.5 13.5 7.84375 13.5 8.25C13.5 8.6875 13.1562 9 12.75 9H9.15625L9.5625 11.3125C9.59375 11.4375 9.6875 11.5 9.8125 11.5H13.6562C14.1562 11.5 14.5938 11.8125 14.8125 12.25L16.1562 15.3438L17 15.0625C17.375 14.9062 17.8125 15.125 17.9375 15.5312C18.0625 15.9062 17.875 16.3438 17.4688 16.4688L15.9688 16.9688C15.5938 17.0938 15.1875 16.9062 15.0312 16.5625L13.5 13H9.8125C8.96875 13 8.25 12.4062 8.09375 11.5625L7.25 6.90625C7.1875 6.5 7.4375 6.09375 7.84375 6.03125Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as IconPickerWheelchairIcon };
|