@caspeco/casper-ui-library 10.4.0 → 10.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/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.js +5 -5
- 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 +396 -802
- 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/product-analytics-icon.ts
|
|
3
|
+
var t = e("ProductAnalyticsIcon", "M17.7188 4.34379L12.4688 8.84379C12.1875 9.06254 11.7813 9.06254 11.5 8.84379L7.93751 5.71879L3.15626 8.87504C2.81251 9.12504 2.34376 9.03129 2.12501 8.68754C1.87501 8.34379 1.96876 7.87504 2.31251 7.62504L7.56251 4.12504C7.84376 3.93754 8.21876 3.96879 8.46876 4.18754L12 7.28129L16.75 3.18754C17.0625 2.93754 17.5313 2.96879 17.8125 3.28129C18.0625 3.59379 18.0313 4.06254 17.7188 4.34379ZM8.25001 15.5V10.5C8.25001 10.375 8.12501 10.25 8.00001 10.25C7.84376 10.25 7.75001 10.375 7.75001 10.5V15.5C7.75001 15.6563 7.84376 15.75 8.00001 15.75C8.12501 15.75 8.25001 15.6563 8.25001 15.5ZM8.00001 9.00004C8.81251 9.00004 9.50001 9.68754 9.50001 10.5V15.5C9.50001 16.3438 8.81251 17 8.00001 17C7.15626 17 6.50001 16.3438 6.50001 15.5V10.5C6.50001 9.68754 7.15626 9.00004 8.00001 9.00004ZM4.25001 15.5V13.5C4.25001 13.375 4.12501 13.25 4.00001 13.25C3.84376 13.25 3.75001 13.375 3.75001 13.5V15.5C3.75001 15.6563 3.84376 15.75 4.00001 15.75C4.12501 15.75 4.25001 15.6563 4.25001 15.5ZM4.00001 12C4.81251 12 5.50001 12.6875 5.50001 13.5V15.5C5.50001 16.3438 4.81251 17 4.00001 17C3.15626 17 2.50001 16.3438 2.50001 15.5V13.5C2.50001 12.6875 3.15626 12 4.00001 12ZM12.25 12.5C12.25 12.375 12.125 12.25 12 12.25C11.8438 12.25 11.75 12.375 11.75 12.5V15.5C11.75 15.6563 11.8438 15.75 12 15.75C12.125 15.75 12.25 15.6563 12.25 15.5V12.5ZM10.5 12.5C10.5 11.6875 11.1563 11 12 11C12.8125 11 13.5 11.6875 13.5 12.5V15.5C13.5 16.3438 12.8125 17 12 17C11.1563 17 10.5 16.3438 10.5 15.5V12.5ZM16.25 15.5V10.5C16.25 10.375 16.125 10.25 16 10.25C15.8438 10.25 15.75 10.375 15.75 10.5V15.5C15.75 15.6563 15.8438 15.75 16 15.75C16.125 15.75 16.25 15.6563 16.25 15.5ZM16 9.00004C16.8125 9.00004 17.5 9.68754 17.5 10.5V15.5C17.5 16.3438 16.8125 17 16 17C15.1563 17 14.5 16.3438 14.5 15.5V10.5C14.5 9.68754 15.1563 9.00004 16 9.00004Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ProductAnalyticsIcon };
|
|
@@ -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/product-booking-icon.ts
|
|
3
|
+
var t = e("ProductBookingIcon", "M5 2C5.40625 2 5.75 2.34375 5.75 2.75V4H10.25V2.75C10.25 2.34375 10.5625 2 11 2C11.4062 2 11.75 2.34375 11.75 2.75V4H13C14.0938 4 15 4.90625 15 6V8H2.5V16C2.5 16.2812 2.71875 16.5 3 16.5H9.875C10.25 17.0938 10.75 17.625 11.3125 18H3C1.875 18 1 17.125 1 16V6C1 4.90625 1.875 4 3 4H4.25V2.75C4.25 2.34375 4.5625 2 5 2ZM10 13.5C10 11.9062 10.8438 10.4375 12.25 9.625C13.625 8.8125 15.3438 8.8125 16.75 9.625C18.125 10.4375 19 11.9062 19 13.5C19 15.125 18.125 16.5938 16.75 17.4062C15.3438 18.2188 13.625 18.2188 12.25 17.4062C10.8438 16.5938 10 15.125 10 13.5ZM14.5 11C14.2188 11 14 11.25 14 11.5V13.5C14 13.7812 14.2188 14 14.5 14H16C16.25 14 16.5 13.7812 16.5 13.5C16.5 13.25 16.25 13 16 13H15V11.5C15 11.25 14.75 11 14.5 11Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ProductBookingIcon };
|
|
@@ -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/product-checkout-icon.ts
|
|
3
|
+
var t = e("ProductCheckoutIcon", "M3 3.5C2.71875 3.5 2.5 3.75 2.5 4V13C2.5 13.2812 2.71875 13.5 3 13.5H17C17.25 13.5 17.5 13.2812 17.5 13V4C17.5 3.75 17.25 3.5 17 3.5H3ZM7.59375 15H3C1.875 15 1 14.125 1 13V4C1 2.90625 1.875 2 3 2H17C18.0938 2 19 2.90625 19 4V13C19 14.125 18.0938 15 17 15H12.375L12.625 16.5H14.25C14.6562 16.5 15 16.8438 15 17.25C15 17.6875 14.6562 18 14.25 18H5.75C5.3125 18 5 17.6875 5 17.25C5 16.8438 5.3125 16.5 5.75 16.5H7.34375L7.59375 15ZM9.125 15L8.875 16.5H11.0938L10.8438 15H9.125Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ProductCheckoutIcon };
|
|
@@ -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/product-my-pages-icon.ts
|
|
3
|
+
var t = e("ProductMyPagesIcon", "M14.6875 14.5C15.8125 13.3438 16.5 11.75 16.5 10C16.5 6.4375 13.5625 3.5 10 3.5C6.40625 3.5 3.5 6.4375 3.5 10C3.5 11.75 4.15625 13.3438 5.28125 14.5C5.875 13.0312 7.3125 12 9 12H11C12.6562 12 14.0938 13.0312 14.6875 14.5ZM13.4375 15.5312C13.2188 14.375 12.1875 13.5 11 13.5H9C7.78125 13.5 6.75 14.375 6.53125 15.5312C7.53125 16.1562 8.71875 16.5 10 16.5C11.25 16.5 12.4375 16.1562 13.4375 15.5312ZM10 18C7.125 18 4.5 16.5 3.0625 14C1.625 11.5312 1.625 8.5 3.0625 6C4.5 3.53125 7.125 2 10 2C12.8438 2 15.4688 3.53125 16.9062 6C18.3438 8.5 18.3438 11.5312 16.9062 14C15.4688 16.5 12.8438 18 10 18ZM10 9.5C10.4375 9.5 10.8438 9.28125 11.0625 8.875C11.2812 8.5 11.2812 8.03125 11.0625 7.625C10.8438 7.25 10.4375 7 10 7C9.53125 7 9.125 7.25 8.90625 7.625C8.6875 8.03125 8.6875 8.5 8.90625 8.875C9.125 9.28125 9.53125 9.5 10 9.5ZM7.25 8.25C7.25 7.28125 7.75 6.375 8.625 5.875C9.46875 5.40625 10.5 5.40625 11.375 5.875C12.2188 6.375 12.75 7.28125 12.75 8.25C12.75 9.25 12.2188 10.1562 11.375 10.6562C10.5 11.125 9.46875 11.125 8.625 10.6562C7.75 10.1562 7.25 9.25 7.25 8.25Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ProductMyPagesIcon };
|
|
@@ -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/product-staff-icon.ts
|
|
3
|
+
var t = e("ProductStaffIcon", "M17 4.5H3C2.71875 4.5 2.5 4.75 2.5 5V15C2.5 15.2812 2.71875 15.5 3 15.5H17C17.25 15.5 17.5 15.2812 17.5 15V5C17.5 4.75 17.25 4.5 17 4.5ZM3 3H17C18.0938 3 19 3.90625 19 5V15C19 16.125 18.0938 17 17 17H3C1.875 17 1 16.125 1 15V5C1 3.90625 1.875 3 3 3ZM7.5 10C6.78125 10 6.125 9.625 5.75 9C5.40625 8.40625 5.40625 7.625 5.75 7C6.125 6.40625 6.78125 6 7.5 6C8.1875 6 8.84375 6.40625 9.21875 7C9.5625 7.625 9.5625 8.40625 9.21875 9C8.84375 9.625 8.1875 10 7.5 10ZM6.5 11H8.5C9.875 11 11 12.125 11 13.5C11 13.7812 10.75 14 10.5 14H4.5C4.21875 14 4 13.7812 4 13.5C4 12.125 5.09375 11 6.5 11ZM12.75 6.5H15.25C15.6562 6.5 16 6.84375 16 7.25C16 7.6875 15.6562 8 15.25 8H12.75C12.3125 8 12 7.6875 12 7.25C12 6.84375 12.3125 6.5 12.75 6.5ZM12.75 9.5H15.25C15.6562 9.5 16 9.84375 16 10.25C16 10.6875 15.6562 11 15.25 11H12.75C12.3125 11 12 10.6875 12 10.25C12 9.84375 12.3125 9.5 12.75 9.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ProductStaffIcon };
|
|
@@ -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/puck-icon.ts
|
|
3
|
+
var t = e("PuckIcon", "M3.5 7.75C3.5 7.90625 3.5625 8.125 3.84375 8.375C4.125 8.65625 4.5625 8.9375 5.15625 9.1875C6.375 9.6875 8.0625 10 10 10C11.9375 10 13.625 9.6875 14.8438 9.1875C15.4375 8.9375 15.875 8.65625 16.1562 8.375C16.4375 8.125 16.5 7.90625 16.5 7.75C16.5 7.59375 16.4375 7.375 16.1562 7.125C15.875 6.84375 15.4375 6.5625 14.8438 6.3125C13.6562 5.8125 11.9375 5.5 10 5.5C8.0625 5.5 6.375 5.8125 5.15625 6.3125C4.5625 6.5625 4.125 6.84375 3.84375 7.125C3.5625 7.375 3.5 7.59375 3.5 7.75ZM2 7.75C2 7.0625 2.34375 6.5 2.78125 6.0625C3.25 5.59375 3.875 5.21875 4.59375 4.9375C6 4.34375 7.9375 4 10 4C12.0625 4 14 4.34375 15.4062 4.9375C16.125 5.21875 16.75 5.59375 17.2188 6.03125C17.6562 6.5 18 7.0625 18 7.75V12.25C18 12.9375 17.6562 13.5 17.2188 13.9375C16.75 14.4062 16.125 14.7812 15.4062 15.0625C14 15.6562 12.0625 16 10 16C7.9375 16 6 15.6562 4.59375 15.0625C3.875 14.7812 3.25 14.4062 2.78125 13.9688C2.34375 13.5 2 12.9375 2 12.25V7.75ZM16.5 10C16.1875 10.2188 15.8125 10.4062 15.4062 10.5625C14 11.1562 12.0625 11.5 10 11.5C7.9375 11.5 6 11.1562 4.59375 10.5625C4.1875 10.4062 3.84375 10.2188 3.5 10V12.25C3.5 12.4062 3.5625 12.625 3.84375 12.875C4.125 13.1562 4.5625 13.4375 5.15625 13.6875C6.375 14.1875 8.0625 14.5 10 14.5C11.9375 14.5 13.625 14.1875 14.8438 13.6875C15.4375 13.4375 15.875 13.1562 16.1562 12.875C16.4375 12.625 16.5 12.4062 16.5 12.25V10Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as PuckIcon };
|
|
@@ -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/qr-code-icon.ts
|
|
3
|
+
var t = e("QrCodeIcon", "M7.5 4.5H4.5V7.5H7.5V4.5ZM4.5 3H7.5C8.3125 3 9 3.6875 9 4.5V7.5C9 8.34375 8.3125 9 7.5 9H4.5C3.65625 9 3 8.34375 3 7.5V4.5C3 3.6875 3.65625 3 4.5 3ZM7.5 12.5H4.5V15.5H7.5V12.5ZM4.5 11H7.5C8.3125 11 9 11.6875 9 12.5V15.5C9 16.3438 8.3125 17 7.5 17H4.5C3.65625 17 3 16.3438 3 15.5V12.5C3 11.6875 3.65625 11 4.5 11ZM12.5 4.5V7.5H15.5V4.5H12.5ZM11 4.5C11 3.6875 11.6562 3 12.5 3H15.5C16.3125 3 17 3.6875 17 4.5V7.5C17 8.34375 16.3125 9 15.5 9H12.5C11.6562 9 11 8.34375 11 7.5V4.5ZM5.25 5.75C5.25 5.5 5.46875 5.25 5.75 5.25H6.25C6.5 5.25 6.75 5.5 6.75 5.75V6.25C6.75 6.53125 6.5 6.75 6.25 6.75H5.75C5.46875 6.75 5.25 6.53125 5.25 6.25V5.75ZM5.75 13.25H6.25C6.5 13.25 6.75 13.5 6.75 13.75V14.25C6.75 14.5312 6.5 14.75 6.25 14.75H5.75C5.46875 14.75 5.25 14.5312 5.25 14.25V13.75C5.25 13.5 5.46875 13.25 5.75 13.25ZM13.25 5.75C13.25 5.5 13.4688 5.25 13.75 5.25H14.25C14.5 5.25 14.75 5.5 14.75 5.75V6.25C14.75 6.53125 14.5 6.75 14.25 6.75H13.75C13.4688 6.75 13.25 6.53125 13.25 6.25V5.75ZM11 11.5C11 11.25 11.2188 11 11.5 11H13.5C13.75 11 14 11.25 14 11.5C14 11.7812 14.2188 12 14.5 12H15.5C15.75 12 16 11.7812 16 11.5C16 11.25 16.2188 11 16.5 11C16.75 11 17 11.25 17 11.5V14.5C17 14.7812 16.75 15 16.5 15H14.5C14.2188 15 14 14.7812 14 14.5C14 14.25 13.75 14 13.5 14C13.2188 14 13 14.25 13 14.5V16.5C13 16.7812 12.75 17 12.5 17H11.5C11.2188 17 11 16.7812 11 16.5V11.5ZM14.5 16C14.75 16 15 16.25 15 16.5C15 16.7812 14.75 17 14.5 17C14.2188 17 14 16.7812 14 16.5C14 16.25 14.2188 16 14.5 16ZM16.5 16C16.75 16 17 16.25 17 16.5C17 16.7812 16.75 17 16.5 17C16.2188 17 16 16.7812 16 16.5C16 16.25 16.2188 16 16.5 16Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as QrCodeIcon };
|
|
@@ -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/question-icon.ts
|
|
3
|
+
var t = e("QuestionIcon", "M7 7C7 7.4375 6.65625 7.75 6.25 7.75C5.8125 7.75 5.5 7.4375 5.5 7C5.5 4.8125 7.28125 3 9.5 3H10.4688C12.6875 3 14.4688 4.8125 14.4688 7V7.15625C14.4688 8.40625 13.8438 9.59375 12.8125 10.2812L11.1875 11.375C10.9062 11.5625 10.75 11.875 10.75 12.1875V12.25C10.75 12.6875 10.4062 13 10 13C9.5625 13 9.25 12.6875 9.25 12.25V12.1875C9.25 11.375 9.65625 10.5938 10.3438 10.125L11.9688 9.03125C12.625 8.625 13 7.90625 13 7.15625V7C13 5.625 11.875 4.5 10.5 4.5H9.5C8.09375 4.5 7 5.625 7 7ZM10 17C9.4375 17 9 16.5625 9 16C9 15.4688 9.4375 15 10 15C10.5312 15 11 15.4688 11 16C11 16.5625 10.5312 17 10 17Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as QuestionIcon };
|
|
@@ -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/radio-icon.ts
|
|
3
|
+
var t = e("RadioIcon", "M5.83334 10C5.83334 7.69885 7.69882 5.83337 10 5.83337C12.3012 5.83337 14.1667 7.69885 14.1667 10C14.1667 12.3012 12.3012 14.1667 10 14.1667C7.69882 14.1667 5.83334 12.3012 5.83334 10Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as RadioIcon };
|
|
@@ -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/receipt-icon.ts
|
|
3
|
+
var t = e("ReceiptIcon", "M5.21875 2.1875L6.5 3.28125L7.75 2.1875C8.03125 1.96875 8.4375 1.96875 8.71875 2.1875L10 3.28125L11.25 2.1875C11.5312 1.96875 11.9375 1.96875 12.2188 2.1875L13.5 3.28125L14.75 2.1875C14.9688 2 15.2812 1.96875 15.5625 2.09375C15.8125 2.21875 16 2.46875 16 2.75V17.25C16 17.5625 15.8125 17.8125 15.5625 17.9375C15.2812 18.0625 14.9688 18.0312 14.75 17.8437L13.5 16.75L12.2188 17.8437C11.9375 18.0625 11.5312 18.0625 11.25 17.8437L10 16.75L8.71875 17.8437C8.4375 18.0625 8.03125 18.0625 7.75 17.8437L6.5 16.75L5.21875 17.8437C5 18.0312 4.6875 18.0625 4.4375 17.9375C4.15625 17.8125 4 17.5625 4 17.25V2.75C4 2.46875 4.15625 2.21875 4.4375 2.09375C4.6875 1.96875 5 2 5.21875 2.1875ZM5.5 15.625L6 15.1875C6.28125 14.9687 6.6875 14.9687 6.96875 15.1875L8.25 16.2812L9.5 15.1875C9.78125 14.9687 10.1875 14.9687 10.4688 15.1875L11.75 16.2812L13 15.1875C13.2812 14.9687 13.6875 14.9687 13.9688 15.1875L14.5 15.625V4.40625L13.9688 4.84375C13.6875 5.0625 13.2812 5.0625 13 4.84375L11.75 3.75L10.4688 4.84375C10.1875 5.0625 9.78125 5.0625 9.5 4.84375L8.25 3.75L6.96875 4.84375C6.6875 5.0625 6.28125 5.0625 6 4.84375L5.5 4.40625V15.625ZM7.75 6.5H12.25C12.6562 6.5 13 6.84375 13 7.25C13 7.6875 12.6562 8 12.25 8H7.75C7.3125 8 7 7.6875 7 7.25C7 6.84375 7.3125 6.5 7.75 6.5ZM7.75 12H12.25C12.6562 12 13 12.3437 13 12.75C13 13.1875 12.6562 13.5 12.25 13.5H7.75C7.3125 13.5 7 13.1875 7 12.75C7 12.3437 7.3125 12 7.75 12ZM7 10C7 9.59375 7.3125 9.25 7.75 9.25H12.25C12.6562 9.25 13 9.59375 13 10C13 10.4375 12.6562 10.75 12.25 10.75H7.75C7.3125 10.75 7 10.4375 7 10Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ReceiptIcon };
|
|
@@ -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/redo-icon.ts
|
|
3
|
+
var t = e("RedoIcon", "M11.75 9.49997C12.1562 9.49997 12.5 9.84372 12.5 10.25V11.9062L16.25 8.49997L12.5 5.12497V6.74997C12.5 7.18747 12.1562 7.49997 11.75 7.49997H7.5C5.28125 7.49997 3.5 9.31246 3.5 11.5C3.5 12 3.53125 12.4375 3.65625 12.8125C4.1875 10.9062 5.90625 9.49997 8 9.49997H11.75ZM11 11V11.0312H8C6.34375 11.0312 5 12.375 5 14.0312C5 14.5625 5.125 14.9687 5.28125 15.2812C5.34375 15.375 5.375 15.4375 5.4375 15.5312C5.53125 15.625 5.59375 15.7187 5.6875 15.7812C5.6875 15.8125 5.71875 15.8125 5.71875 15.8437C5.875 16 5.96875 16.1875 5.96875 16.4062C5.96875 16.75 5.71875 17 5.375 17C5.28125 17 5.1875 17 5.125 16.9687C5.03125 16.9062 4.90625 16.8437 4.78125 16.75C4.6875 16.6875 4.59375 16.625 4.5 16.5625C4.375 16.4687 4.25 16.375 4.125 16.2812C3.1875 15.4687 2 13.9375 2 11.5C2 8.46871 4.4375 5.99997 7.5 5.99997H11V3.99997C11 3.62497 11.2188 3.24997 11.5938 3.09372C11.9375 2.93747 12.375 2.99997 12.6562 3.28122L17.6562 7.78122C17.875 7.96872 18 8.21872 18 8.49997C18 8.81247 17.875 9.06247 17.6562 9.24997L12.6562 13.75C12.375 14.0312 11.9375 14.0937 11.5938 13.9375C11.2188 13.7812 11 13.4062 11 13V11Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as RedoIcon };
|
|
@@ -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/refund-icon.ts
|
|
3
|
+
var t = e("RefundIcon", "M17.4375 4L16.7188 3.28125C16.4062 3 16.4062 2.53125 16.7188 2.25C17 1.9375 17.4688 1.9375 17.75 2.25L19.75 4.25C19.9062 4.375 19.9688 4.5625 19.9688 4.78125C19.9688 4.96875 19.9062 5.15625 19.75 5.3125L17.75 7.3125C17.4688 7.59375 17 7.59375 16.7188 7.3125C16.4062 7 16.4062 6.53125 16.7188 6.25L17.4375 5.53125H5V6.03125C5 7.125 4.09375 8.03125 3 8.03125H2.5V10.9375L1.5625 11.8438L1 12.4375V6C1 4.90625 1.875 4 3 4H17.4375ZM17.5 12V9.09375L19 7.59375V14C19 15.125 18.0938 16 17 16H2.53125L3.25 16.7188C3.5625 17.0312 3.5625 17.5 3.25 17.7812C2.96875 18.0938 2.5 18.0938 2.21875 17.7812L0.21875 15.7812C0.0625 15.6562 0 15.4688 0 15.25C0 15.0625 0.0625 14.875 0.21875 14.7188L2.21875 12.7188C2.5 12.4375 2.96875 12.4375 3.25 12.7188C3.5625 13.0312 3.5625 13.5 3.25 13.7812L2.53125 14.5H15V14C15 12.9062 15.875 12 17 12H17.5ZM10 7C11.0625 7 12.0312 7.59375 12.5938 8.5C13.125 9.4375 13.125 10.5938 12.5938 11.5C12.0312 12.4375 11.0625 13 10 13C8.90625 13 7.9375 12.4375 7.375 11.5C6.84375 10.5938 6.84375 9.4375 7.375 8.5C7.9375 7.59375 8.90625 7 10 7Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as RefundIcon };
|
|
@@ -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/remove-icon.ts
|
|
3
|
+
var t = e("RemoveIcon", "M14.7812 6.28125L11.0312 10.0312L14.75 13.75C15.0625 14.0312 15.0625 14.5 14.75 14.7812C14.4688 15.0938 14 15.0938 13.7188 14.7812L9.96875 11.0625L6.25 14.7812C5.96875 15.0938 5.5 15.0938 5.21875 14.7812C4.90625 14.5 4.90625 14.0312 5.21875 13.7188L8.9375 10L5.21875 6.28125C4.90625 6 4.90625 5.53125 5.21875 5.21875C5.5 4.9375 5.96875 4.9375 6.28125 5.21875L10 8.96875L13.7188 5.25C14 4.9375 14.4688 4.9375 14.7812 5.25C15.0625 5.53125 15.0625 6 14.7812 6.28125Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as RemoveIcon };
|
|
@@ -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/replace-icon.ts
|
|
3
|
+
var t = e("ReplaceIcon", "M2.5 8.25C2.5 8.6875 2.84375 9 3.25 9H7.75C8.1875 9 8.5 8.6875 8.5 8.25C8.5 7.84375 8.1875 7.5 7.75 7.5H5.0625L6.6875 5.875C7.59375 5 8.78125 4.5 10 4.5C12.2812 4.5 14.25 5.90625 15.0625 7.875C15.25 8.25 15.6875 8.40625 16.0625 8.25C16.4375 8.09375 16.625 7.65625 16.4688 7.28125C15.4062 4.78125 12.9062 3 10 3C8.375 3 6.8125 3.65625 5.65625 4.8125L4 6.46875V3.75C4 3.34375 3.6875 3 3.25 3C2.84375 3 2.5 3.34375 2.5 3.75V8.25ZM16.75 11H13.25C12.8438 11 12.5 11.3438 12.5 11.75C12.5 12.1875 12.8438 12.5 13.25 12.5H14.9688L13.3125 14.1562C12.4375 15.0312 11.25 15.5 10 15.5C7.75 15.5 5.78125 14.1562 4.96875 12.1875C4.78125 11.7812 4.34375 11.625 3.96875 11.7812C3.59375 11.9375 3.40625 12.375 3.5625 12.7812C4.65625 15.25 7.125 17 10 17C11.6562 17 13.2188 16.375 14.375 15.2188L16 13.5625V15.25C16 15.6875 16.3438 16 16.75 16C17.1875 16 17.5 15.6875 17.5 15.25V11.75C17.5 11.3438 17.1875 11 16.75 11Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ReplaceIcon };
|
|
@@ -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/schedule-icon.ts
|
|
3
|
+
var t = e("ScheduleIcon", "M5 2C5.40625 2 5.75 2.34375 5.75 2.75V4H10.25V2.75C10.25 2.34375 10.5625 2 11 2C11.4062 2 11.75 2.34375 11.75 2.75V4H13C14.0938 4 15 4.90625 15 6V8H2.5V16C2.5 16.2812 2.71875 16.5 3 16.5H9.875C10.25 17.0938 10.75 17.625 11.3125 18H3C1.875 18 1 17.125 1 16V6C1 4.90625 1.875 4 3 4H4.25V2.75C4.25 2.34375 4.5625 2 5 2ZM10 13.5C10 11.9062 10.8438 10.4375 12.25 9.625C13.625 8.8125 15.3438 8.8125 16.75 9.625C18.125 10.4375 19 11.9062 19 13.5C19 15.125 18.125 16.5938 16.75 17.4062C15.3438 18.2188 13.625 18.2188 12.25 17.4062C10.8438 16.5938 10 15.125 10 13.5ZM14.5 11C14.2188 11 14 11.25 14 11.5V13.5C14 13.7812 14.2188 14 14.5 14H16C16.25 14 16.5 13.7812 16.5 13.5C16.5 13.25 16.25 13 16 13H15V11.5C15 11.25 14.75 11 14.5 11Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ScheduleIcon };
|
|
@@ -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/search-icon.ts
|
|
3
|
+
var t = e("SearchIcon", "M13.5 8.5C13.5 6.71875 12.5312 5.09375 11 4.1875C9.4375 3.28125 7.53125 3.28125 6 4.1875C4.4375 5.09375 3.5 6.71875 3.5 8.5C3.5 10.3125 4.4375 11.9375 6 12.8438C7.53125 13.75 9.4375 13.75 11 12.8438C12.5312 11.9375 13.5 10.3125 13.5 8.5ZM12.5312 13.625C11.4062 14.5 10 15 8.5 15C4.90625 15 2 12.0938 2 8.5C2 4.9375 4.90625 2 8.5 2C12.0625 2 15 4.9375 15 8.5C15 10.0312 14.4687 11.4375 13.5937 12.5625L17.7812 16.7188C18.0625 17.0312 18.0625 17.5 17.7812 17.7812C17.4687 18.0938 17 18.0938 16.7187 17.7812L12.5312 13.625Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SearchIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
2
|
+
//#region lib/components/icon/icons/select-icon.ts
|
|
3
|
+
var t = e("SelectIcon", "M9.28125 13.7188L5.28125 9.71875C5 9.4375 4.90625 9 5.0625 8.625C5.21875 8.25 5.59375 8 6 8H14C14.4062 8 14.75 8.25 14.9062 8.625C15.0625 9 14.9687 9.4375 14.6875 9.71875L10.6875 13.7188C10.3125 14.125 9.65625 14.125 9.28125 13.7188Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SelectIcon };
|
|
@@ -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/send-icon.ts
|
|
3
|
+
var t = e("SendIcon", "M6.16296 9.23489H13.9755L4.03796 4.98489L6.16296 9.23489ZM6.16296 10.7349L4.03796 15.0161L13.9755 10.7349H6.16296ZM3.38171 3.07864L17.3817 9.07864C17.7567 9.23489 18.0067 9.60989 18.0067 10.0161C18.0067 10.3911 17.7567 10.7661 17.3817 10.9224L3.38171 16.9224C3.00671 17.0786 2.53796 16.9849 2.25671 16.6724C1.97546 16.3911 1.91296 15.9224 2.10046 15.5474L4.88171 9.98489L2.10046 4.45364C1.91296 4.07864 1.97546 3.60989 2.25671 3.29739C2.53796 3.01614 3.00671 2.92239 3.38171 3.07864Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SendIcon };
|
|
@@ -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/share-icon.ts
|
|
3
|
+
var t = e("ShareIcon", "M10.5312 2.21875L14 5.71875C14.3125 6.03125 14.3125 6.5 14 6.78125C13.7188 7.09375 13.25 7.09375 12.9375 6.78125L10.7188 4.5625V12.25C10.7188 12.6875 10.4062 13 9.96875 13C9.5625 13 9.21875 12.6875 9.21875 12.25V4.5625L7 6.78125C6.71875 7.09375 6.25 7.09375 5.96875 6.78125C5.65625 6.5 5.65625 6.03125 5.96875 5.71875L9.46875 2.21875C9.75 1.9375 10.2188 1.9375 10.5312 2.21875ZM4.25 3H4.5C4.90625 3 5.25 3.34375 5.25 3.75C5.25 4.1875 4.90625 4.5 4.5 4.5H4.25C3.8125 4.5 3.5 4.84375 3.5 5.25V15.75C3.5 16.1875 3.8125 16.5 4.25 16.5H15.75C16.1562 16.5 16.5 16.1875 16.5 15.75V5.25C16.5 4.84375 16.1562 4.5 15.75 4.5H15.5C15.0625 4.5 14.75 4.1875 14.75 3.75C14.75 3.34375 15.0625 3 15.5 3H15.75C16.9688 3 18 4.03125 18 5.25V15.75C18 17 16.9688 18 15.75 18H4.25C3 18 2 17 2 15.75V5.25C2 4.03125 3 3 4.25 3Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ShareIcon };
|
|
@@ -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/show-icon.ts
|
|
3
|
+
var t = e("ShowIcon", "M10 4.5C7.9375 4.5 6.28125 5.4375 5 6.625C3.78125 7.75 2.96875 9.0625 2.53125 10C2.96875 10.9375 3.78125 12.2812 5 13.4062C6.28125 14.5937 7.9375 15.5 10 15.5C12.0312 15.5 13.6875 14.5937 14.9688 13.4062C16.1875 12.2812 17.0312 10.9375 17.4375 10C17.0312 9.0625 16.1875 7.75 15 6.625C13.6875 5.4375 12.0312 4.5 10 4.5ZM3.96875 5.53125C5.4375 4.15625 7.46875 3 10 3C12.5 3 14.5312 4.15625 16 5.53125C17.4688 6.90625 18.4375 8.5 18.9062 9.625C19 9.875 19 10.1562 18.9062 10.4062C18.4375 11.5 17.4688 13.125 16 14.5C14.5312 15.875 12.5 17 10 17C7.46875 17 5.4375 15.875 3.96875 14.5C2.5 13.125 1.53125 11.5 1.0625 10.4062C0.96875 10.1562 0.96875 9.875 1.0625 9.625C1.53125 8.5 2.5 6.875 3.96875 5.53125ZM10 12.5C11.375 12.5 12.5 11.4062 12.5 10C12.5 8.625 11.375 7.5 10 7.5C9.96875 7.5 9.9375 7.5 9.9375 7.5C9.96875 7.6875 10 7.84375 10 8C10 9.125 9.09375 10 8 10C7.8125 10 7.65625 10 7.5 9.9375C7.5 9.96875 7.5 10 7.5 10C7.5 11.4062 8.59375 12.5 10 12.5ZM10 6C11.4062 6 12.7188 6.78125 13.4375 8C14.1562 9.25 14.1562 10.7812 13.4375 12C12.7188 13.25 11.4062 14 10 14C8.5625 14 7.25 13.25 6.53125 12C5.8125 10.7812 5.8125 9.25 6.53125 8C7.25 6.78125 8.5625 6 10 6Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ShowIcon };
|
|
@@ -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/shuffle-icon.ts
|
|
3
|
+
var t = e("ShuffleIcon", "M15.2812 2.96875L17.7812 5.46875C18.0625 5.78125 18.0625 6.25 17.7812 6.53125L15.2812 9.03125C14.9687 9.34375 14.5 9.34375 14.2187 9.03125C13.9062 8.75 13.9062 8.28125 14.2187 7.96875L15.4375 6.75H13C12.5937 6.75 12.2187 6.9375 12 7.25L10.5625 9.1875L9.625 7.9375L10.7812 6.375C11.3125 5.65625 12.125 5.25 13 5.25H15.4375L14.2187 4.03125C13.9062 3.75 13.9062 3.28125 14.2187 3C14.5 2.6875 14.9687 2.6875 15.25 3L15.2812 2.96875ZM8.375 12.0938L7.1875 13.6562C6.65625 14.3438 5.84375 14.75 5 14.75H2.75C2.3125 14.75 2 14.4375 2 14C2 13.5938 2.3125 13.25 2.75 13.25H5C5.375 13.25 5.75 13.0938 6 12.75L7.4375 10.8438L8.375 12.0938ZM14.2187 10.9688C14.5 10.6875 14.9687 10.6875 15.25 10.9688L17.75 13.4688C18.0625 13.7812 18.0625 14.25 17.75 14.5312L15.25 17.0312C14.9687 17.3438 14.5 17.3438 14.2187 17.0312C13.9062 16.75 13.9062 16.2812 14.2187 15.9688L15.4375 14.75H13C12.125 14.75 11.3125 14.3438 10.7812 13.6562L6 7.25C5.75 6.9375 5.375 6.75 5 6.75H2.75C2.3125 6.75 2 6.4375 2 6C2 5.59375 2.3125 5.25 2.75 5.25H5C5.84375 5.25 6.65625 5.65625 7.1875 6.375L12 12.75C12.2187 13.0938 12.5937 13.25 13 13.25H15.4375L14.2187 12.0312C13.9062 11.75 13.9062 11.2812 14.2187 11V10.9688Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ShuffleIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
2
|
+
//#region lib/components/icon/icons/sidebar-hide-icon.ts
|
|
3
|
+
var t = e("SidebarHideIcon", "M5 6C5 4.90625 5.90625 4 7 4H17C18.0938 4 19 4.90625 19 6V14C19 15.0938 18.0938 16 17 16H7C5.90625 16 5 15.0938 5 14V6ZM10 14.5H17C17.2812 14.5 17.5 14.2812 17.5 14V6C17.5 5.71875 17.2812 5.5 17 5.5H10V14.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SidebarHideIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
2
|
+
//#region lib/components/icon/icons/sidebar-left-icon.ts
|
|
3
|
+
var t = e("SidebarLeftIcon", "M2 6C2 4.90625 2.90625 4 4 4H16C17.0938 4 18 4.90625 18 6V14C18 15.0938 17.0938 16 16 16H4C2.90625 16 2 15.0938 2 14V6ZM7 14.5H16C16.2812 14.5 16.5 14.2812 16.5 14V6C16.5 5.71875 16.2812 5.5 16 5.5H7V14.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SidebarLeftIcon };
|
|
@@ -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/sidebar-right-icon.ts
|
|
3
|
+
var t = e("SidebarRightIcon", "M18 6C18 4.90625 17.0938 4 16 4H4C2.90625 4 2 4.90625 2 6V14C2 15.0938 2.90625 16 4 16H16C17.0938 16 18 15.0938 18 14V6ZM13 14.5H4C3.71875 14.5 3.5 14.2812 3.5 14V6C3.5 5.71875 3.71875 5.5 4 5.5H13V14.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SidebarRightIcon };
|
|
@@ -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/sidebar-show-icon.ts
|
|
3
|
+
var t = e("SidebarShowIcon", "M5 6C5 4.90625 5.90625 4 7 4H17C18.0938 4 19 4.90625 19 6V14C19 15.0938 18.0938 16 17 16H7C5.90625 16 5 15.0938 5 14V6ZM10 14.5H17C17.2812 14.5 17.5 14.2812 17.5 14V6C17.5 5.71875 17.2812 5.5 17 5.5H10V14.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SidebarShowIcon };
|
|
@@ -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/sliders-icon.ts
|
|
3
|
+
var t = e("SlidersIcon", "M4.5 12.5C3.9375 12.5 3.5 12.9688 3.5 13.5C3.5 14.0625 3.9375 14.5 4.5 14.5C5.03125 14.5 5.5 14.0625 5.5 13.5C5.5 12.9688 5.03125 12.5 4.5 12.5ZM6.875 12.75H17.25C17.6562 12.75 18 13.0938 18 13.5C18 13.9375 17.6562 14.25 17.25 14.25H6.875C6.5625 15.2812 5.59375 16 4.5 16C3.09375 16 2 14.9062 2 13.5C2 12.125 3.09375 11 4.5 11C5.59375 11 6.5625 11.75 6.875 12.75ZM14.5 6.5C14.5 7.0625 14.9375 7.5 15.5 7.5C16.0312 7.5 16.5 7.0625 16.5 6.5C16.5 5.96875 16.0312 5.5 15.5 5.5C14.9375 5.5 14.5 5.96875 14.5 6.5ZM13.0938 5.75C13.4062 4.75 14.375 4 15.5 4C16.875 4 18 5.125 18 6.5C18 7.90625 16.875 9 15.5 9C14.375 9 13.4062 8.28125 13.0938 7.25H2.75C2.3125 7.25 2 6.9375 2 6.5C2 6.09375 2.3125 5.75 2.75 5.75H13.0938Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SlidersIcon };
|
|
@@ -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/slightly-sad-icon.ts
|
|
3
|
+
var t = e("SlightlySadIcon", "M16.5 10C16.5 7.6875 15.25 5.5625 13.25 4.375C11.2188 3.21875 8.75 3.21875 6.75 4.375C4.71875 5.5625 3.5 7.6875 3.5 10C3.5 12.3438 4.71875 14.4688 6.75 15.6562C8.75 16.8125 11.2188 16.8125 13.25 15.6562C15.25 14.4688 16.5 12.3438 16.5 10ZM2 10C2 7.15625 3.5 4.53125 6 3.09375C8.46875 1.65625 11.5 1.65625 14 3.09375C16.4688 4.53125 18 7.15625 18 10C18 12.875 16.4688 15.5 14 16.9375C11.5 18.375 8.46875 18.375 6 16.9375C3.5 15.5 2 12.875 2 10ZM12.4375 14.0625C11.9688 13.5625 11.1562 13 10 13C8.8125 13 8 13.5625 7.53125 14.0625C7.25 14.375 6.78125 14.4062 6.46875 14.125C6.1875 13.8438 6.15625 13.375 6.4375 13.0625C7.125 12.3125 8.3125 11.5 9.96875 11.5C11.6562 11.5 12.8438 12.3125 13.5312 13.0625C13.8125 13.375 13.7812 13.8438 13.5 14.125C13.1875 14.4062 12.7188 14.375 12.4375 14.0625ZM6.5 8.5C6.5 7.96875 6.9375 7.5 7.5 7.5C8.0625 7.5 8.5 7.96875 8.5 8.5C8.5 9.0625 8.0625 9.5 7.5 9.5C6.9375 9.5 6.5 9.0625 6.5 8.5ZM12.5 7.5C13.0625 7.5 13.5 7.96875 13.5 8.5C13.5 9.0625 13.0625 9.5 12.5 9.5C11.9375 9.5 11.5 9.0625 11.5 8.5C11.5 7.96875 11.9375 7.5 12.5 7.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SlightlySadIcon };
|
|
@@ -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/smile-icon.ts
|
|
3
|
+
var t = e("SmileIcon", "M16.5 10C16.5 7.6875 15.25 5.5625 13.25 4.375C11.2188 3.21875 8.75 3.21875 6.75 4.375C4.71875 5.5625 3.5 7.6875 3.5 10C3.5 12.3438 4.71875 14.4688 6.75 15.6562C8.75 16.8125 11.2188 16.8125 13.25 15.6562C15.25 14.4688 16.5 12.3438 16.5 10ZM2 10C2 7.15625 3.5 4.53125 6 3.09375C8.46875 1.65625 11.5 1.65625 14 3.09375C16.4688 4.53125 18 7.15625 18 10C18 12.875 16.4688 15.5 14 16.9375C11.5 18.375 8.46875 18.375 6 16.9375C3.5 15.5 2 12.875 2 10ZM7.53125 11.9688C8 12.4688 8.8125 13 10 13C11.1562 13 11.9688 12.4688 12.4375 11.9688C12.7188 11.6562 13.1875 11.625 13.5 11.9062C13.8125 12.1875 13.8125 12.6562 13.5312 12.9688C12.8438 13.7188 11.6562 14.5 10 14.5C8.3125 14.5 7.125 13.7188 6.4375 12.9688C6.15625 12.6562 6.1875 12.1875 6.46875 11.9062C6.78125 11.625 7.25 11.6562 7.53125 11.9688ZM6.5 8.5C6.5 7.96875 6.9375 7.5 7.5 7.5C8.0625 7.5 8.5 7.96875 8.5 8.5C8.5 9.0625 8.0625 9.5 7.5 9.5C6.9375 9.5 6.5 9.0625 6.5 8.5ZM12.5 7.5C13.0625 7.5 13.5 7.96875 13.5 8.5C13.5 9.0625 13.0625 9.5 12.5 9.5C11.9375 9.5 11.5 9.0625 11.5 8.5C11.5 7.96875 11.9375 7.5 12.5 7.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SmileIcon };
|
|
@@ -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/sort-asc-icon.ts
|
|
3
|
+
var t = e("SortAscIcon", "M10.5312 2.21875L14.75 6.46875C15.0625 6.78125 15.0625 7.25 14.75 7.53125C14.4688 7.84375 14 7.84375 13.6875 7.53125L10.7188 4.5625V17.25C10.7188 17.6875 10.4062 18 9.96875 18C9.5625 18 9.21875 17.6875 9.21875 17.25V4.5625L6.25 7.53125C5.96875 7.84375 5.5 7.84375 5.21875 7.53125C4.90625 7.25 4.90625 6.78125 5.21875 6.46875L9.46875 2.21875C9.75 1.9375 10.2188 1.9375 10.5312 2.21875Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SortAscIcon };
|
|
@@ -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/sort-desc-icon.ts
|
|
3
|
+
var t = e("SortDescIcon", "M9.46875 17.7812L5.21875 13.5312C4.90625 13.25 4.90625 12.7812 5.21875 12.4688C5.5 12.1875 5.96875 12.1875 6.28125 12.4688L9.25 15.4688V2.75C9.25 2.34375 9.5625 2 10 2C10.4062 2 10.75 2.34375 10.75 2.75V15.4688L13.7188 12.5C14 12.1875 14.4688 12.1875 14.7812 12.5C15.0625 12.7812 15.0625 13.25 14.7812 13.5312L10.5 17.7812C10.2188 18.0938 9.75 18.0938 9.46875 17.7812Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SortDescIcon };
|
|
@@ -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/split-icon.ts
|
|
3
|
+
var t = e("SplitIcon", "M14.2188 2.96875C14.5 2.6875 14.9688 2.6875 15.25 2.96875L17.75 5.46875C18.0625 5.78125 18.0625 6.25 17.75 6.53125L15.25 9.03125C14.9688 9.34375 14.5 9.34375 14.2188 9.03125C13.9062 8.75 13.9062 8.28125 14.2188 7.96875L15.4375 6.75H12.8125C12.4688 6.75 12.1562 6.90625 11.9375 7.125L9.03125 10L11.9375 12.9062C12.1562 13.125 12.4688 13.25 12.8125 13.25H15.4375L14.2188 12.0312C13.9062 11.75 13.9062 11.2812 14.2188 11C14.5 10.6875 14.9688 10.6875 15.25 11L17.75 13.5C18.0625 13.7812 18.0625 14.25 17.75 14.5312L15.25 17.0312C14.9688 17.3438 14.5 17.3438 14.2188 17.0312C13.9062 16.75 13.9062 16.2812 14.2188 16L15.4375 14.7812H12.8125C12.0938 14.7812 11.375 14.4688 10.875 13.9688L7.6875 10.75H2.75C2.3125 10.75 2 10.4375 2 10C2 9.59375 2.3125 9.25 2.75 9.25H7.6875L10.875 6.0625C11.375 5.5625 12.0938 5.25 12.8125 5.25H15.4375L14.2188 4.03125C13.9062 3.75 13.9062 3.28125 14.2188 3V2.96875Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SplitIcon };
|
|
@@ -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/status-icon.ts
|
|
3
|
+
var t = e("StatusIcon", "M10.75 2.75V5.25C10.75 5.6875 10.4062 6 10 6C9.5625 6 9.25 5.6875 9.25 5.25V2.75C9.25 2.34375 9.5625 2 10 2C10.4062 2 10.75 2.34375 10.75 2.75ZM10.75 14.75V17.25C10.75 17.6875 10.4062 18 10 18C9.5625 18 9.25 17.6875 9.25 17.25V14.75C9.25 14.3438 9.5625 14 10 14C10.4062 14 10.75 14.3438 10.75 14.75ZM2 10C2 9.59375 2.3125 9.25 2.75 9.25H5.25C5.65625 9.25 6 9.59375 6 10C6 10.4375 5.65625 10.75 5.25 10.75H2.75C2.3125 10.75 2 10.4375 2 10ZM14.75 9.25H17.25C17.6562 9.25 18 9.59375 18 10C18 10.4375 17.6562 10.75 17.25 10.75H14.75C14.3125 10.75 14 10.4375 14 10C14 9.59375 14.3125 9.25 14.75 9.25ZM15.6562 4.34375C15.9375 4.65625 15.9375 5.125 15.6562 5.40625L13.875 7.1875C13.5938 7.46875 13.0938 7.46875 12.8125 7.1875C12.5312 6.90625 12.5312 6.40625 12.8125 6.125L14.5938 4.34375C14.875 4.0625 15.3438 4.0625 15.6562 4.34375ZM7.15625 13.9062L5.375 15.6562C5.09375 15.9688 4.625 15.9688 4.34375 15.6562C4.03125 15.375 4.03125 14.9062 4.34375 14.625L6.09375 12.8438C6.375 12.5625 6.875 12.5625 7.15625 12.8438C7.4375 13.125 7.4375 13.5938 7.15625 13.9062ZM4.34375 4.34375C4.625 4.0625 5.09375 4.0625 5.375 4.34375L7.15625 6.125C7.4375 6.40625 7.4375 6.90625 7.15625 7.1875C6.875 7.46875 6.40625 7.46875 6.09375 7.1875L4.34375 5.40625C4.03125 5.125 4.03125 4.65625 4.34375 4.34375ZM13.875 12.8438L15.6562 14.625C15.9375 14.9062 15.9375 15.375 15.6562 15.6562C15.3438 15.9688 14.875 15.9688 14.5938 15.6562L12.8125 13.9062C12.5312 13.625 12.5312 13.125 12.8125 12.8438C13.0938 12.5625 13.5938 12.5625 13.875 12.8438Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as StatusIcon };
|
|
@@ -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/stop-icon.ts
|
|
3
|
+
var t = e("StopIcon", "M14 5.5H6C5.71875 5.5 5.5 5.75 5.5 6V14C5.5 14.2812 5.71875 14.5 6 14.5H14C14.25 14.5 14.5 14.2812 14.5 14V6C14.5 5.75 14.25 5.5 14 5.5ZM6 4H14C15.0938 4 16 4.90625 16 6V14C16 15.125 15.0938 16 14 16H6C4.875 16 4 15.125 4 14V6C4 4.90625 4.875 4 6 4Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as StopIcon };
|
|
@@ -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/submenu-icon.ts
|
|
3
|
+
var t = e("SubmenuIcon", "M7.46875 5.21875C7.75 4.9375 8.25 4.9375 8.53125 5.21875L12.8438 9.53125C13.0625 9.8125 13.0625 10.25 12.7813 10.5312L8.46875 14.8438C8.1875 15.0625 7.75 15.0625 7.46875 14.7812C7.1875 14.5 7.1875 14.0625 7.40625 13.7812L11.1875 10L7.46875 6.28125C7.1875 6 7.1875 5.5 7.46875 5.21875Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SubmenuIcon };
|
|
@@ -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/success-icon.ts
|
|
3
|
+
var t = e("SuccessIcon", "M16.7813 5.21875C17.0625 5.53125 17.0625 6 16.7813 6.28125L8.53125 14.5312C8.21875 14.8438 7.75 14.8438 7.46875 14.5312L3.21875 10.2812C2.90625 10 2.90625 9.53125 3.21875 9.25C3.5 8.9375 3.96875 8.9375 4.25 9.25L7.96875 12.9688L15.7188 5.21875C16 4.9375 16.4688 4.9375 16.75 5.21875H16.7813Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SuccessIcon };
|
|
@@ -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/swap-icon.ts
|
|
3
|
+
var t = e("SwapIcon", "M6.21875 17.5312L3.21875 14.5312C2.90625 14.25 2.90625 13.7812 3.21875 13.4688L6.21875 10.5C6.5 10.1875 6.96875 10.1875 7.25 10.5C7.5625 10.7812 7.5625 11.25 7.25 11.5312L5.53125 13.25H16.25C16.6562 13.25 17 13.5938 17 14C17 14.4375 16.6562 14.75 16.25 14.75L5.53125 14.7812L7.25 16.5C7.5625 16.7812 7.5625 17.25 7.25 17.5312C6.96875 17.8438 6.5 17.8438 6.21875 17.5312ZM16.7812 6.53125L13.7812 9.53125C13.4688 9.84375 13 9.84375 12.7188 9.53125C12.4062 9.25 12.4062 8.78125 12.7188 8.46875L14.4375 6.75H3.75C3.3125 6.75 3 6.4375 3 6C3 5.59375 3.3125 5.25 3.75 5.25H14.4375L12.7188 3.53125C12.4062 3.25 12.4062 2.78125 12.7188 2.46875C13 2.1875 13.4688 2.1875 13.7812 2.46875L16.7812 5.5C17.0625 5.78125 17.0625 6.25 16.7812 6.53125Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SwapIcon };
|
|
@@ -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/swatch-icon.ts
|
|
3
|
+
var t = e("SwatchIcon", "M0 2C0 0.895431 0.895431 0 2 0H18C19.1046 0 20 0.895431 20 2V18C20 19.1046 19.1046 20 18 20H2C0.895431 20 0 19.1046 0 18V2Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SwatchIcon };
|
|
@@ -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/sweat-icon.ts
|
|
3
|
+
var t = e("SweatIcon", "M16.5 10C16.5 6.4375 13.5625 3.5 10 3.5C6.40625 3.5 3.5 6.4375 3.5 10C3.5 10.1875 3.5 10.375 3.5 10.5312C3.125 10.0312 2.5 9.90625 2 10.125C2 10.0938 2 10.0625 2 10C2 5.59375 5.5625 2 10 2C14.4062 2 18 5.59375 18 10C18 14.4375 14.4062 18 10 18C7.65625 18 5.5625 17.0312 4.09375 15.4375C4.5 15.0938 4.8125 14.625 4.9375 14.0938C6.125 15.5625 7.9375 16.5 10 16.5C13.5625 16.5 16.5 13.5938 16.5 10ZM2.5 15C1.65625 15 1 14.3438 1 13.5312C1 13 1.65625 12 2.09375 11.375C2.15625 11.2812 2.21875 11.1875 2.28125 11.125C2.375 10.9688 2.59375 10.9688 2.6875 11.125C3.09375 11.6562 4 12.9062 4 13.5312C4 14 3.78125 14.375 3.46875 14.6562C3.21875 14.875 2.875 15 2.5 15ZM11.4688 10.5C11.4688 9.96875 11.9062 9.5 12.4688 9.5C13.0312 9.5 13.4688 9.96875 13.4688 10.5C13.4688 11.0625 13.0312 11.5 12.4688 11.5C11.9062 11.5 11.4688 11.0625 11.4688 10.5ZM7.46875 11.5C6.90625 11.5 6.46875 11.0625 6.46875 10.5C6.46875 9.96875 6.90625 9.5 7.46875 9.5C8.03125 9.5 8.46875 9.96875 8.46875 10.5C8.46875 11.0625 8.03125 11.5 7.46875 11.5ZM8.09375 6.65625C8.28125 6.84375 8.28125 7.1875 8.09375 7.375L7.84375 7.59375C7.125 8.34375 6.15625 8.8125 5.15625 9H5.0625C4.78125 9.0625 4.53125 8.875 4.5 8.59375C4.4375 8.3125 4.625 8.0625 4.90625 8.03125L4.96875 8C5.8125 7.875 6.5625 7.46875 7.15625 6.90625L7.375 6.65625C7.5625 6.46875 7.90625 6.46875 8.09375 6.65625ZM11.875 7.375C11.6875 7.1875 11.6875 6.84375 11.875 6.65625C12.0625 6.46875 12.4062 6.46875 12.5938 6.65625L12.8125 6.90625C13.4062 7.46875 14.1562 7.875 15 8L15.0625 8.03125C15.3438 8.0625 15.5312 8.3125 15.4688 8.59375C15.4375 8.875 15.1875 9.0625 14.9062 9H14.8125C13.8125 8.8125 12.8438 8.34375 12.125 7.59375L11.875 7.375ZM10 12C11.375 12 12.5 13.125 12.5 14.5C12.5 14.7812 12.25 15 12 15H8C7.71875 15 7.5 14.7812 7.5 14.5C7.5 13.125 8.59375 12 10 12Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as SweatIcon };
|
|
@@ -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/table-icon.ts
|
|
3
|
+
var t = e("TableIcon", "M8 4.5V7.25H16.5V5C16.5 4.75 16.25 4.5 16 4.5H8ZM6.5 4.5H4C3.71875 4.5 3.5 4.75 3.5 5V7.25H6.5V4.5ZM3.5 8.75V11.25H6.5V8.75H3.5ZM3.5 12.75V15C3.5 15.2812 3.71875 15.5 4 15.5H6.5V12.75H3.5ZM8 15.5H16C16.25 15.5 16.5 15.2812 16.5 15V12.75H8V15.5ZM16.5 11.25V8.75H8V11.25H16.5ZM2 5C2 3.90625 2.875 3 4 3H16C17.0938 3 18 3.90625 18 5V15C18 16.125 17.0938 17 16 17H4C2.875 17 2 16.125 2 15V5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as TableIcon };
|