@caspeco/casper-ui-library 10.3.1 → 10.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_rolldown/runtime.js +11 -0
- package/dist/_virtual/builtin_esm-external-require-react.js +9 -0
- package/dist/components/accordion/accordion-context.js +5 -6
- package/dist/components/accordion/accordion-item.js +28 -40
- package/dist/components/accordion/accordion-panel.js +17 -14
- package/dist/components/accordion/accordion-recipe.js +85 -120
- package/dist/components/accordion/accordion.js +23 -20
- package/dist/components/alert/alert.js +80 -59
- package/dist/components/alert/helper.js +30 -42
- package/dist/components/alert/types.d.ts.map +1 -1
- package/dist/components/badge/badge-recipe.js +57 -49
- package/dist/components/badge/badge.js +66 -71
- package/dist/components/badge/helper.js +8 -9
- package/dist/components/box/box.js +14 -11
- package/dist/components/breadcrumbs/breadcrumb-item.js +21 -17
- package/dist/components/breadcrumbs/breadcrumb-link.js +21 -20
- package/dist/components/breadcrumbs/breadcrumbs.js +123 -90
- package/dist/components/button/button-recipe.js +280 -315
- package/dist/components/button/button.js +39 -40
- package/dist/components/checkbox/checkbox-icon.js +38 -46
- package/dist/components/checkbox/checkbox-recipe.js +176 -204
- package/dist/components/checkbox/checkbox.js +43 -36
- package/dist/components/checkbox/icons/check.js +5 -5
- package/dist/components/checkbox/icons/minus.js +5 -5
- package/dist/components/checkbox/icons/plus.js +5 -5
- package/dist/components/checkbox-group/checkbox-group.js +17 -16
- package/dist/components/collapsible/collapsible.js +117 -101
- package/dist/components/collapsible/translations.js +29 -29
- package/dist/components/combobox/combobox-button.js +173 -143
- package/dist/components/combobox/combobox-item.js +45 -23
- package/dist/components/combobox/combobox-menu.js +240 -190
- package/dist/components/combobox/combobox-recipe.js +69 -103
- package/dist/components/combobox/combobox.js +243 -273
- package/dist/components/combobox/translations.js +49 -50
- package/dist/components/date-picker/base-date-picker.js +238 -248
- package/dist/components/date-picker/date-cell-recipe.js +149 -179
- package/dist/components/date-picker/date-multi-picker.js +35 -29
- package/dist/components/date-picker/date-picker-date-cell.js +109 -114
- package/dist/components/date-picker/date-picker-header.js +152 -170
- package/dist/components/date-picker/date-picker-week-cell.js +41 -43
- package/dist/components/date-picker/date-picker.js +32 -29
- package/dist/components/date-picker/date-range-picker.js +29 -24
- package/dist/components/date-picker/date-week-picker.js +29 -22
- package/dist/components/date-picker/datepicker-week-recipe.js +75 -91
- package/dist/components/date-picker/helper.js +11 -16
- package/dist/components/divider/divider-recipe.js +9 -11
- package/dist/components/divider/divider.js +19 -18
- package/dist/components/drawer/drawer-recipe.js +21 -50
- package/dist/components/drawer/drawer.js +45 -41
- package/dist/components/drawer/inline-drawer.js +69 -66
- package/dist/components/drawer/use-drawer-key-down.js +20 -20
- package/dist/components/fieldset/fieldset-error-text.js +15 -15
- package/dist/components/fieldset/fieldset-helper-text.js +15 -15
- package/dist/components/fieldset/fieldset-legend.js +15 -15
- package/dist/components/fieldset/fieldset-recipe.js +14 -24
- package/dist/components/fieldset/fieldset.js +17 -17
- package/dist/components/flex/flex.js +15 -15
- package/dist/components/form-control/form-control-recipe.js +42 -46
- package/dist/components/form-control/form-control.js +19 -19
- package/dist/components/form-control/form-error-message.js +15 -15
- package/dist/components/form-control/form-helper-text.js +15 -15
- package/dist/components/form-control/form-label.js +24 -26
- package/dist/components/grid/grid-item.js +15 -15
- package/dist/components/grid/grid.js +15 -15
- package/dist/components/heading/heading.js +24 -23
- package/dist/components/highlight/highlight.js +22 -21
- package/dist/components/icon/create-icon.js +27 -26
- package/dist/components/icon/icons/absence-icon.js +5 -5
- package/dist/components/icon/icons/accessibility-icon.js +5 -5
- package/dist/components/icon/icons/add-absence-icon.js +5 -5
- package/dist/components/icon/icons/add-emoji-icon.js +5 -5
- package/dist/components/icon/icons/add-icon.js +5 -5
- package/dist/components/icon/icons/apple-icon.js +5 -5
- package/dist/components/icon/icons/apps-icon.js +5 -5
- package/dist/components/icon/icons/archive-icon.js +6 -6
- package/dist/components/icon/icons/area-icon.js +5 -5
- package/dist/components/icon/icons/at-icon.js +5 -5
- package/dist/components/icon/icons/attachment-icon.js +5 -5
- package/dist/components/icon/icons/baby-icon.js +5 -5
- package/dist/components/icon/icons/back-icon.js +5 -5
- package/dist/components/icon/icons/backspace-icon.js +5 -5
- package/dist/components/icon/icons/bank-icon.js +5 -5
- package/dist/components/icon/icons/bank-id-icon.js +5 -5
- package/dist/components/icon/icons/barcode-icon.js +5 -5
- package/dist/components/icon/icons/bell-icon.js +5 -5
- package/dist/components/icon/icons/bolt-icon.js +7 -7
- package/dist/components/icon/icons/calendar-icon.js +5 -5
- package/dist/components/icon/icons/camera-icon.js +5 -5
- package/dist/components/icon/icons/cancel-icon.js +5 -5
- package/dist/components/icon/icons/card-icon.js +5 -5
- package/dist/components/icon/icons/cart-icon.js +5 -5
- package/dist/components/icon/icons/caspeco-icon.js +7 -7
- package/dist/components/icon/icons/channels-icon.js +5 -5
- package/dist/components/icon/icons/chart-icon.js +5 -5
- package/dist/components/icon/icons/chart-line-icon.js +5 -5
- package/dist/components/icon/icons/chart-mixed-icon.js +5 -5
- package/dist/components/icon/icons/chart-pie-icon.js +5 -5
- package/dist/components/icon/icons/chart-scatter-icon.js +5 -5
- package/dist/components/icon/icons/check-icon.js +5 -5
- package/dist/components/icon/icons/checkbox-icon.js +5 -5
- package/dist/components/icon/icons/chevron-left-icon.js +5 -5
- package/dist/components/icon/icons/chevron-right-icon.js +5 -5
- package/dist/components/icon/icons/child-icon.js +5 -5
- package/dist/components/icon/icons/circle-info-icon.js +5 -5
- package/dist/components/icon/icons/circle-parking-icon.js +5 -5
- package/dist/components/icon/icons/circle-question-icon.js +5 -5
- package/dist/components/icon/icons/circle-select-icon.js +5 -5
- package/dist/components/icon/icons/circle-success-icon.js +5 -5
- package/dist/components/icon/icons/circle-user-icon.js +5 -5
- package/dist/components/icon/icons/clear-icon.js +5 -5
- package/dist/components/icon/icons/close-icon.js +5 -5
- package/dist/components/icon/icons/closed-icon.js +5 -5
- package/dist/components/icon/icons/collapse-icon.js +5 -5
- package/dist/components/icon/icons/color-icon.js +5 -5
- package/dist/components/icon/icons/columns-icon.js +5 -5
- package/dist/components/icon/icons/comment-add-icon.js +5 -5
- package/dist/components/icon/icons/comment-icon.js +5 -5
- package/dist/components/icon/icons/cookies-icon.js +5 -5
- package/dist/components/icon/icons/copy-icon.js +5 -5
- package/dist/components/icon/icons/date-icon.js +5 -5
- package/dist/components/icon/icons/decrease-icon.js +4 -4
- package/dist/components/icon/icons/delete-icon.js +5 -5
- package/dist/components/icon/icons/deliverect-icon.js +5 -5
- package/dist/components/icon/icons/delivery-icon.js +5 -5
- package/dist/components/icon/icons/description-icon.js +5 -5
- package/dist/components/icon/icons/discount-icon.js +5 -5
- package/dist/components/icon/icons/distribute-evenly-icon.js +5 -5
- package/dist/components/icon/icons/door-closed-icon.js +5 -5
- package/dist/components/icon/icons/door-open-icon.js +5 -5
- package/dist/components/icon/icons/down-icon.js +5 -5
- package/dist/components/icon/icons/eat-in-icon.js +5 -5
- package/dist/components/icon/icons/edit-icon.js +5 -5
- package/dist/components/icon/icons/email-icon.js +5 -5
- package/dist/components/icon/icons/error-icon.js +5 -5
- package/dist/components/icon/icons/expand-icon.js +5 -5
- package/dist/components/icon/icons/export-icon.js +5 -5
- package/dist/components/icon/icons/extract-icon.js +5 -5
- package/dist/components/icon/icons/facebook-icon.js +5 -5
- package/dist/components/icon/icons/failed-print-icon.js +5 -5
- package/dist/components/icon/icons/file-icon.js +5 -5
- package/dist/components/icon/icons/filter-icon.js +5 -5
- package/dist/components/icon/icons/folder-icon.js +5 -5
- package/dist/components/icon/icons/foodora-icon.js +5 -5
- package/dist/components/icon/icons/forward-icon.js +5 -5
- package/dist/components/icon/icons/glovo-icon.js +7 -7
- package/dist/components/icon/icons/goal-icon.js +5 -5
- package/dist/components/icon/icons/google-icon.js +5 -5
- package/dist/components/icon/icons/grip-more-icon.js +5 -5
- package/dist/components/icon/icons/hash-icon.js +5 -5
- package/dist/components/icon/icons/hexagon-error-icon.js +5 -5
- package/dist/components/icon/icons/hide-icon.js +5 -5
- package/dist/components/icon/icons/history-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-anchor-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-asterisk-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-beer-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-bicycle-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-binoculars-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-bomb-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-car-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-cocktail-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-gem-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-heart-full-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-heart-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-magnet-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-money-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-moon-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-music-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-star-full-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-star-half-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-star-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-tint-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-tree-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-utensils-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-wheelchair-icon.js +5 -5
- package/dist/components/icon/icons/image-icon.js +5 -5
- package/dist/components/icon/icons/import-icon.js +5 -5
- package/dist/components/icon/icons/inbox-icon.js +5 -5
- package/dist/components/icon/icons/increase-icon.js +5 -5
- package/dist/components/icon/icons/indeterminate-icon.js +4 -4
- package/dist/components/icon/icons/index.d.ts +1 -0
- package/dist/components/icon/icons/index.d.ts.map +1 -1
- package/dist/components/icon/icons/info-icon.js +5 -5
- package/dist/components/icon/icons/inheritance-icon.js +5 -5
- package/dist/components/icon/icons/just-eat-icon.js +5 -5
- package/dist/components/icon/icons/karma-icon.js +5 -5
- package/dist/components/icon/icons/key-command-icon.js +5 -5
- package/dist/components/icon/icons/key-enter-icon.js +5 -5
- package/dist/components/icon/icons/key-icon.js +5 -5
- package/dist/components/icon/icons/key-option-icon.js +5 -5
- package/dist/components/icon/icons/language-icon.js +5 -5
- package/dist/components/icon/icons/link-broken-icon.js +5 -5
- package/dist/components/icon/icons/link-external-icon.js +5 -5
- package/dist/components/icon/icons/link-icon.js +5 -5
- package/dist/components/icon/icons/list-ol-icon.js +5 -5
- package/dist/components/icon/icons/list-ul-icon.js +5 -5
- package/dist/components/icon/icons/loading-icon.js +5 -5
- package/dist/components/icon/icons/location-icon.js +5 -5
- package/dist/components/icon/icons/lock-icon.js +5 -5
- package/dist/components/icon/icons/log-in-icon.js +5 -5
- package/dist/components/icon/icons/log-out-icon.js +5 -5
- package/dist/components/icon/icons/map-icon.js +5 -5
- package/dist/components/icon/icons/maximize-icon.js +5 -5
- package/dist/components/icon/icons/members-icon.js +5 -5
- package/dist/components/icon/icons/menu-hide-icon.js +5 -5
- package/dist/components/icon/icons/menu-icon.js +5 -5
- package/dist/components/icon/icons/menu-show-icon.js +5 -5
- package/dist/components/icon/icons/message-add-icon.js +5 -5
- package/dist/components/icon/icons/message-icon.js +5 -5
- package/dist/components/icon/icons/message-lines-icon.js +5 -5
- package/dist/components/icon/icons/minimize-icon.js +5 -5
- package/dist/components/icon/icons/minimize-window-icon.js +5 -5
- package/dist/components/icon/icons/mobile-rotate-icon.js +5 -5
- package/dist/components/icon/icons/module-accounting-icon.js +5 -5
- package/dist/components/icon/icons/module-ai-forecast-icon.js +5 -5
- package/dist/components/icon/icons/module-app-icon.js +5 -5
- package/dist/components/icon/icons/module-articles-icon.js +5 -5
- package/dist/components/icon/icons/module-benchmark-icon.js +5 -5
- package/dist/components/icon/icons/module-booking-icon.js +5 -5
- package/dist/components/icon/icons/module-cai-icon.js +5 -5
- package/dist/components/icon/icons/module-campaigns-icon.js +5 -5
- package/dist/components/icon/icons/module-cashier-icon.js +5 -5
- package/dist/components/icon/icons/module-communication-icon.js +5 -5
- package/dist/components/icon/icons/module-copilot-icon.js +5 -5
- package/dist/components/icon/icons/module-dashboard-icon.js +5 -5
- package/dist/components/icon/icons/module-document-icon.js +5 -5
- package/dist/components/icon/icons/module-employees-icon.js +5 -5
- package/dist/components/icon/icons/module-feed-icon.js +5 -5
- package/dist/components/icon/icons/module-history-icon.js +5 -5
- package/dist/components/icon/icons/module-home-icon.js +5 -5
- package/dist/components/icon/icons/module-insights-icon.js +5 -5
- package/dist/components/icon/icons/module-kds-icon.js +5 -5
- package/dist/components/icon/icons/module-members-icon.js +5 -5
- package/dist/components/icon/icons/module-menus-icon.js +5 -5
- package/dist/components/icon/icons/module-my-city-icon.js +5 -5
- package/dist/components/icon/icons/module-notification-center-icon.js +5 -5
- package/dist/components/icon/icons/module-online-order-icon.js +5 -5
- package/dist/components/icon/icons/module-organisation-icon.js +5 -5
- package/dist/components/icon/icons/module-pos-icon.js +5 -5
- package/dist/components/icon/icons/module-pulse-icon.js +5 -5
- package/dist/components/icon/icons/module-result-icon.js +5 -5
- package/dist/components/icon/icons/module-salary-icon.js +5 -5
- package/dist/components/icon/icons/module-schedule-icon.js +5 -5
- package/dist/components/icon/icons/module-settings-alt-icon.js +5 -5
- package/dist/components/icon/icons/module-settings-icon.js +5 -5
- package/dist/components/icon/icons/module-support-icon.js +5 -5
- package/dist/components/icon/icons/module-survey-icon.js +5 -5
- package/dist/components/icon/icons/module-table-map-icon.js +6 -6
- package/dist/components/icon/icons/module-tablet-icon.js +5 -5
- package/dist/components/icon/icons/module-time-icon.js +5 -5
- package/dist/components/icon/icons/module-timeline-icon.js +5 -5
- package/dist/components/icon/icons/module-tip-icon.js +5 -5
- package/dist/components/icon/icons/module-to-do-icon.js +5 -5
- package/dist/components/icon/icons/module-tools-icon.js +5 -5
- package/dist/components/icon/icons/module-top-list-icon.js +5 -5
- package/dist/components/icon/icons/module-web-charts-icon.js +5 -5
- package/dist/components/icon/icons/module-web-icon.js +5 -5
- package/dist/components/icon/icons/more-horizontal-icon.js +5 -5
- package/dist/components/icon/icons/more-vertical-icon.js +5 -5
- package/dist/components/icon/icons/nfc-icon.js +5 -5
- package/dist/components/icon/icons/no-cart-icon.js +5 -5
- package/dist/components/icon/icons/note-icon.js +5 -5
- package/dist/components/icon/icons/number-icon.js +6 -6
- package/dist/components/icon/icons/open-modal-icon.js +5 -5
- package/dist/components/icon/icons/parking-icon.js +5 -5
- package/dist/components/icon/icons/party-horn-icon.js +5 -5
- package/dist/components/icon/icons/paste-icon.d.ts +2 -0
- package/dist/components/icon/icons/paste-icon.d.ts.map +1 -0
- package/dist/components/icon/icons/paste-icon.js +5 -0
- package/dist/components/icon/icons/pause-icon.js +5 -5
- package/dist/components/icon/icons/payment-card-icon.js +5 -5
- package/dist/components/icon/icons/payment-cash-icon.js +5 -5
- package/dist/components/icon/icons/payment-generic-icon.js +5 -5
- package/dist/components/icon/icons/payment-giftcard-icon.js +5 -5
- package/dist/components/icon/icons/payment-hotel-icon.js +5 -5
- package/dist/components/icon/icons/payment-invoice-icon.js +5 -5
- package/dist/components/icon/icons/percentage-icon.js +5 -5
- package/dist/components/icon/icons/phone-icon.js +5 -5
- package/dist/components/icon/icons/pin-icon.js +5 -5
- package/dist/components/icon/icons/pin-map-icon.js +5 -5
- package/dist/components/icon/icons/play-icon.js +5 -5
- package/dist/components/icon/icons/preview-icon.js +5 -5
- package/dist/components/icon/icons/print-icon.js +5 -5
- package/dist/components/icon/icons/privacy-icon.js +5 -5
- package/dist/components/icon/icons/product-admin-icon.js +5 -5
- package/dist/components/icon/icons/product-analytics-icon.js +5 -5
- package/dist/components/icon/icons/product-booking-icon.js +5 -5
- package/dist/components/icon/icons/product-checkout-icon.js +5 -5
- package/dist/components/icon/icons/product-my-pages-icon.js +5 -5
- package/dist/components/icon/icons/product-staff-icon.js +5 -5
- package/dist/components/icon/icons/puck-icon.js +5 -5
- package/dist/components/icon/icons/qr-code-icon.js +5 -5
- package/dist/components/icon/icons/question-icon.js +5 -5
- package/dist/components/icon/icons/radio-icon.js +5 -5
- package/dist/components/icon/icons/receipt-icon.js +5 -5
- package/dist/components/icon/icons/redo-icon.js +5 -5
- package/dist/components/icon/icons/refund-icon.js +5 -5
- package/dist/components/icon/icons/remove-icon.js +5 -5
- package/dist/components/icon/icons/replace-icon.js +5 -5
- package/dist/components/icon/icons/schedule-icon.js +5 -5
- package/dist/components/icon/icons/search-icon.js +5 -5
- package/dist/components/icon/icons/select-icon.js +4 -4
- package/dist/components/icon/icons/send-icon.js +5 -5
- package/dist/components/icon/icons/share-icon.js +5 -5
- package/dist/components/icon/icons/show-icon.js +5 -5
- package/dist/components/icon/icons/shuffle-icon.js +5 -5
- package/dist/components/icon/icons/sidebar-hide-icon.js +4 -4
- package/dist/components/icon/icons/sidebar-left-icon.js +4 -4
- package/dist/components/icon/icons/sidebar-right-icon.js +5 -5
- package/dist/components/icon/icons/sidebar-show-icon.js +5 -5
- package/dist/components/icon/icons/sliders-icon.js +5 -5
- package/dist/components/icon/icons/slightly-sad-icon.js +5 -5
- package/dist/components/icon/icons/smile-icon.js +5 -5
- package/dist/components/icon/icons/sort-asc-icon.js +5 -5
- package/dist/components/icon/icons/sort-desc-icon.js +5 -5
- package/dist/components/icon/icons/split-icon.js +5 -5
- package/dist/components/icon/icons/status-icon.js +5 -5
- package/dist/components/icon/icons/stop-icon.js +5 -5
- package/dist/components/icon/icons/submenu-icon.js +5 -5
- package/dist/components/icon/icons/success-icon.js +5 -5
- package/dist/components/icon/icons/swap-icon.js +5 -5
- package/dist/components/icon/icons/swatch-icon.js +5 -5
- package/dist/components/icon/icons/sweat-icon.js +5 -5
- package/dist/components/icon/icons/table-icon.js +5 -5
- package/dist/components/icon/icons/table-map-icon.js +5 -5
- package/dist/components/icon/icons/take-away-dot-com-icon.js +5 -5
- package/dist/components/icon/icons/take-away-icon.js +5 -5
- package/dist/components/icon/icons/talk-icon.js +5 -5
- package/dist/components/icon/icons/thumbtack-icon.js +5 -5
- package/dist/components/icon/icons/time-icon.js +5 -5
- package/dist/components/icon/icons/timeline-icon.js +5 -5
- package/dist/components/icon/icons/tip-icon.js +5 -5
- package/dist/components/icon/icons/title-icon.js +5 -5
- package/dist/components/icon/icons/translate-icon.js +5 -5
- package/dist/components/icon/icons/tree-view-collapse-icon.js +4 -4
- package/dist/components/icon/icons/tree-view-expand-icon.js +4 -4
- package/dist/components/icon/icons/tree-view-last-icon.js +4 -4
- package/dist/components/icon/icons/trend-down-icon.js +5 -5
- package/dist/components/icon/icons/trend-up-icon.js +5 -5
- package/dist/components/icon/icons/triangle-warning-icon.js +5 -5
- package/dist/components/icon/icons/trivec-icon.js +6 -6
- package/dist/components/icon/icons/uber-eats-icon.js +5 -5
- package/dist/components/icon/icons/undo-icon.js +5 -5
- package/dist/components/icon/icons/unlock-icon.js +5 -5
- package/dist/components/icon/icons/unwrap-content-icon.js +5 -5
- package/dist/components/icon/icons/up-icon.js +5 -5
- package/dist/components/icon/icons/user-group-icon.js +5 -5
- package/dist/components/icon/icons/user-icon.js +5 -5
- package/dist/components/icon/icons/user-permissions-icon.js +5 -5
- package/dist/components/icon/icons/user-wait-icon.js +5 -5
- package/dist/components/icon/icons/users-icon.js +5 -5
- package/dist/components/icon/icons/version-control-icon.js +5 -5
- package/dist/components/icon/icons/volume-high-icon.js +5 -5
- package/dist/components/icon/icons/volume-icon.js +5 -5
- package/dist/components/icon/icons/volume-low-icon.js +5 -5
- package/dist/components/icon/icons/volume-off-icon.js +5 -5
- package/dist/components/icon/icons/warning-icon.js +5 -5
- package/dist/components/icon/icons/waste-icon.js +5 -5
- package/dist/components/icon/icons/wifi-icon.js +5 -5
- package/dist/components/icon/icons/wifi-off-icon.js +5 -5
- package/dist/components/icon/icons/wolt-icon.js +5 -5
- package/dist/components/icon/icons/wrap-content-icon.js +5 -5
- package/dist/components/icon-button/icon-button.js +37 -39
- package/dist/components/image/image.js +12 -14
- package/dist/components/image-upload/image-cropper.helper.js +74 -82
- package/dist/components/image-upload/image-cropper.js +156 -183
- package/dist/components/image-upload/image-upload-dropzone.js +134 -112
- package/dist/components/image-upload/image-upload-helper.js +15 -19
- package/dist/components/image-upload/image-upload-icons.js +52 -20
- package/dist/components/image-upload/image-upload-modal.js +131 -106
- package/dist/components/image-upload/image-upload.js +96 -86
- package/dist/components/image-upload/translations.js +65 -65
- package/dist/components/image-upload/types.js +6 -4
- package/dist/components/input/helper.js +18 -29
- package/dist/components/input/input-addon-recipe.js +37 -43
- package/dist/components/input/input-recipe.js +124 -133
- package/dist/components/input/input.js +78 -83
- package/dist/components/link/link-recipe.js +18 -22
- package/dist/components/link/link.js +14 -14
- package/dist/components/list/list-item.js +15 -15
- package/dist/components/list/list.js +19 -20
- package/dist/components/menu/helper.js +12 -16
- package/dist/components/menu/menu-box-button.js +22 -18
- package/dist/components/menu/menu-button.js +18 -16
- package/dist/components/menu/menu-divider.js +31 -28
- package/dist/components/menu/menu-group.js +138 -142
- package/dist/components/menu/menu-icon-button.js +13 -11
- package/dist/components/menu/menu-item.js +44 -45
- package/dist/components/menu/menu-list.js +14 -15
- package/dist/components/menu/menu-recipe.js +67 -81
- package/dist/components/menu/menu.js +34 -41
- package/dist/components/message/message.js +52 -38
- package/dist/components/modal/modal-body-context.js +6 -7
- package/dist/components/modal/modal-body.js +17 -17
- package/dist/components/modal/modal-close-button.js +23 -18
- package/dist/components/modal/modal-footer.js +29 -32
- package/dist/components/modal/modal-header.js +17 -17
- package/dist/components/modal/modal-recipe.js +110 -141
- package/dist/components/modal/modal.js +54 -58
- package/dist/components/navigation-list/navigation-list-item.js +76 -88
- package/dist/components/navigation-list/navigation-list.js +23 -17
- package/dist/components/paginator/paginator-recipe.js +34 -40
- package/dist/components/paginator/paginator.js +65 -70
- package/dist/components/paginator/translations.js +35 -35
- package/dist/components/phone-input/country-data.js +31 -36
- package/dist/components/phone-input/country-list.js +45 -25
- package/dist/components/phone-input/country-selector.js +167 -115
- package/dist/components/phone-input/phone-input-helpers.js +91 -119
- package/dist/components/phone-input/phone-input.js +47 -42
- package/dist/components/phone-input/translations.js +53 -53
- package/dist/components/phone-input/use-phone-input.js +110 -137
- package/dist/components/quantity-button/minus-button.js +18 -16
- package/dist/components/quantity-button/plus-button.js +18 -16
- package/dist/components/quantity-button/quantity-button.js +72 -40
- package/dist/components/radio/check-icon.js +5 -5
- package/dist/components/radio/hover-styles.js +21 -36
- package/dist/components/radio/radio-group-context.js +5 -6
- package/dist/components/radio/radio-group-recipe.js +124 -142
- package/dist/components/radio/radio-group.js +30 -28
- package/dist/components/radio/radio.js +72 -55
- package/dist/components/radio-card/hover-styles.js +21 -36
- package/dist/components/radio-card/radio-card-group.js +24 -25
- package/dist/components/radio-card/radio-card.js +87 -67
- package/dist/components/rich-text-editor/boolean-control.js +51 -54
- package/dist/components/rich-text-editor/extensions.js +39 -34
- package/dist/components/rich-text-editor/index.js +26 -22
- package/dist/components/rich-text-editor/rich-text-editor-context.js +9 -11
- package/dist/components/rich-text-editor/rich-text-editor-control.js +290 -284
- package/dist/components/rich-text-editor/rich-text-editor-recipe.js +71 -83
- package/dist/components/rich-text-editor/rich-text-editor.js +72 -69
- package/dist/components/rich-text-editor/rich-text-renderer.js +32 -32
- package/dist/components/rich-text-editor/translations.js +119 -119
- package/dist/components/rich-text-editor/use-rich-text-editor.js +22 -29
- package/dist/components/segmented-control/segmented-control-item.js +24 -25
- package/dist/components/segmented-control/segmented-control.js +49 -40
- package/dist/components/select/select-recipe.js +91 -106
- package/dist/components/select/select.js +27 -29
- package/dist/components/skeleton/skeleton-text.js +18 -19
- package/dist/components/skeleton/skeleton.js +19 -20
- package/dist/components/spinner/spinner.js +44 -28
- package/dist/components/stack/stack.js +18 -18
- package/dist/components/stepper/check-icon.js +5 -5
- package/dist/components/stepper/step-context.js +5 -5
- package/dist/components/stepper/step.js +111 -106
- package/dist/components/stepper/stepper.js +42 -43
- package/dist/components/stepper/times-icon.js +5 -5
- package/dist/components/switch/hover-styles.js +30 -44
- package/dist/components/switch/switch-recipe.js +76 -84
- package/dist/components/switch/switch.d.ts +3 -3
- package/dist/components/switch/switch.d.ts.map +1 -1
- package/dist/components/switch/switch.js +30 -31
- package/dist/components/switch/types.d.ts +4 -2
- package/dist/components/switch/types.d.ts.map +1 -1
- package/dist/components/table/helper.d.ts +6 -0
- package/dist/components/table/helper.d.ts.map +1 -1
- package/dist/components/table/helper.js +29 -9
- package/dist/components/table/index.d.ts +1 -1
- package/dist/components/table/index.d.ts.map +1 -1
- package/dist/components/table/table-cell.d.ts.map +1 -1
- package/dist/components/table/table-cell.js +136 -122
- package/dist/components/table/table-column-resize-handle.d.ts +12 -0
- package/dist/components/table/table-column-resize-handle.d.ts.map +1 -0
- package/dist/components/table/table-column-resize-handle.js +69 -0
- package/dist/components/table/table-content.d.ts.map +1 -1
- package/dist/components/table/table-content.js +174 -98
- package/dist/components/table/table-context-provider.d.ts +7 -2
- package/dist/components/table/table-context-provider.d.ts.map +1 -1
- package/dist/components/table/table-context-provider.js +203 -151
- package/dist/components/table/table-context.d.ts +24 -0
- package/dist/components/table/table-context.d.ts.map +1 -1
- package/dist/components/table/table-context.js +18 -11
- package/dist/components/table/table-filter.js +170 -118
- package/dist/components/table/table-header-dropdown.js +131 -89
- package/dist/components/table/table-header-row.d.ts.map +1 -1
- package/dist/components/table/table-header-row.js +202 -140
- package/dist/components/table/table-recipe.d.ts.map +1 -1
- package/dist/components/table/table-recipe.js +75 -96
- package/dist/components/table/table-row-expand-toggle-button.js +28 -35
- package/dist/components/table/table-row.d.ts.map +1 -1
- package/dist/components/table/table-row.js +51 -41
- package/dist/components/table/table-toolbar-actions.js +19 -19
- package/dist/components/table/table-toolbar-add-button.js +18 -13
- package/dist/components/table/table-toolbar-search.js +17 -12
- package/dist/components/table/table-toolbar-settings.js +180 -133
- package/dist/components/table/table-toolbar.js +72 -51
- package/dist/components/table/table.composition.d.ts +1 -0
- package/dist/components/table/table.composition.d.ts.map +1 -1
- package/dist/components/table/table.constants.d.ts +4 -0
- package/dist/components/table/table.constants.d.ts.map +1 -1
- package/dist/components/table/table.constants.js +9 -4
- package/dist/components/table/table.d.ts +1 -1
- package/dist/components/table/table.d.ts.map +1 -1
- package/dist/components/table/table.js +41 -37
- package/dist/components/table/translations.d.ts +7 -0
- package/dist/components/table/translations.d.ts.map +1 -1
- package/dist/components/table/translations.js +199 -194
- package/dist/components/table/types.d.ts +33 -2
- package/dist/components/table/types.d.ts.map +1 -1
- package/dist/components/tabs/tab-list.js +16 -17
- package/dist/components/tabs/tab-panel.js +14 -14
- package/dist/components/tabs/tab-panels.js +15 -15
- package/dist/components/tabs/tab-with-image.js +60 -53
- package/dist/components/tabs/tab.js +26 -22
- package/dist/components/tabs/tabs-recipe.js +96 -116
- package/dist/components/tabs/tabs.js +25 -24
- package/dist/components/tag/tag-recipe.js +225 -252
- package/dist/components/tag/tag.js +121 -62
- package/dist/components/text/text-recipe.js +3 -8
- package/dist/components/text/text.js +26 -27
- package/dist/components/textarea/textarea-recipe.js +90 -96
- package/dist/components/textarea/textarea.js +19 -19
- package/dist/components/toaster/toast-store.d.ts +2 -2
- package/dist/components/toaster/toast-store.d.ts.map +1 -1
- package/dist/components/toaster/toast-store.js +25 -32
- package/dist/components/toaster/toaster.js +39 -34
- package/dist/components/toggle-button/toggle-button.js +23 -25
- package/dist/components/toggle-button/use-button-children.js +36 -35
- package/dist/components/tooltip/tooltip.js +43 -47
- package/dist/hooks/use-color-mode.js +17 -22
- package/dist/hooks/use-disclosure.js +10 -13
- package/dist/hooks/use-measured-width.js +21 -21
- package/dist/hooks/use-remove-attributes.js +25 -24
- package/dist/index.js +395 -799
- package/dist/node_modules/@dnd-kit/abstract/index.js +658 -1185
- package/dist/node_modules/@dnd-kit/collision/dist/index.js +51 -90
- package/dist/node_modules/@dnd-kit/dom/index.js +1256 -1518
- package/dist/node_modules/@dnd-kit/dom/sortable.js +529 -654
- package/dist/node_modules/@dnd-kit/dom/utilities.js +772 -940
- package/dist/node_modules/@dnd-kit/geometry/dist/index.js +228 -196
- package/dist/node_modules/@dnd-kit/react/hooks.js +51 -63
- package/dist/node_modules/@dnd-kit/react/index.js +175 -235
- package/dist/node_modules/@dnd-kit/react/sortable.js +67 -142
- package/dist/node_modules/@dnd-kit/react/utilities.js +7 -9
- package/dist/node_modules/@dnd-kit/state/dist/index.js +157 -172
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +154 -243
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +294 -369
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +95 -133
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +96 -122
- package/dist/node_modules/@preact/signals-core/dist/signals-core.module.js +249 -264
- package/dist/node_modules/@tanstack/react-table/build/lib/index.js +34 -88
- package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js +74 -88
- package/dist/node_modules/@tanstack/table-core/build/lib/index.js +1463 -1822
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +633 -768
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/lazy-measurements.js +30 -32
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +35 -48
- package/dist/node_modules/@tiptap/core/dist/index.js +3433 -3946
- package/dist/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +19 -19
- package/dist/node_modules/@tiptap/extension-blockquote/dist/index.js +73 -1498
- package/dist/node_modules/@tiptap/extension-bold/dist/index.js +71 -84
- package/dist/node_modules/@tiptap/extension-code/dist/index.js +65 -70
- package/dist/node_modules/@tiptap/extension-code-block/dist/index.js +155 -216
- package/dist/node_modules/@tiptap/extension-document/dist/index.js +9 -11
- package/dist/node_modules/@tiptap/extension-hard-break/dist/index.js +48 -60
- package/dist/node_modules/@tiptap/extension-heading/dist/index.js +65 -66
- package/dist/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +47 -55
- package/dist/node_modules/@tiptap/extension-italic/dist/index.js +68 -82
- package/dist/node_modules/@tiptap/extension-link/dist/index.js +365 -334
- package/dist/node_modules/@tiptap/extension-list/dist/index.js +936 -1105
- package/dist/node_modules/@tiptap/extension-paragraph/dist/index.js +43 -48
- package/dist/node_modules/@tiptap/extension-strike/dist/index.js +53 -65
- package/dist/node_modules/@tiptap/extension-text/dist/index.js +12 -12
- package/dist/node_modules/@tiptap/extension-underline/dist/index.js +60 -64
- package/dist/node_modules/@tiptap/extensions/dist/index.js +439 -462
- package/dist/node_modules/@tiptap/react/dist/index.js +314 -0
- package/dist/node_modules/@tiptap/starter-kit/dist/index.js +23 -24
- package/dist/node_modules/country-flag-icons/modules/countries.json.js +4 -4
- package/dist/node_modules/country-flag-icons/modules/hasFlag.js +6 -6
- package/dist/node_modules/country-flag-icons/modules/react/3x2/index.js +5469 -6298
- package/dist/node_modules/country-flag-icons/react/3x2/index.js +273 -269
- package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +5 -6
- package/dist/node_modules/date-fns/_lib/defaultOptions.js +6 -6
- package/dist/node_modules/date-fns/_lib/format/formatters.js +385 -544
- package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +42 -57
- package/dist/node_modules/date-fns/_lib/format/longFormatters.js +37 -48
- package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +7 -17
- package/dist/node_modules/date-fns/_lib/normalizeDates.js +6 -9
- package/dist/node_modules/date-fns/_lib/protectedTokens.js +19 -16
- package/dist/node_modules/date-fns/addDays.js +8 -8
- package/dist/node_modules/date-fns/addMonths.js +11 -18
- package/dist/node_modules/date-fns/addWeeks.js +6 -6
- package/dist/node_modules/date-fns/constants.js +10 -6
- package/dist/node_modules/date-fns/constructFrom.js +6 -6
- package/dist/node_modules/date-fns/constructNow.js +6 -6
- package/dist/node_modules/date-fns/differenceInCalendarDays.js +10 -14
- package/dist/node_modules/date-fns/endOfDay.js +7 -7
- package/dist/node_modules/date-fns/endOfMonth.js +7 -7
- package/dist/node_modules/date-fns/format.js +57 -55
- package/dist/node_modules/date-fns/getDayOfYear.js +9 -9
- package/dist/node_modules/date-fns/getISOWeek.js +10 -10
- package/dist/node_modules/date-fns/getISOWeekYear.js +13 -13
- package/dist/node_modules/date-fns/getWeek.js +10 -10
- package/dist/node_modules/date-fns/getWeekYear.js +14 -14
- package/dist/node_modules/date-fns/isBefore.js +6 -6
- package/dist/node_modules/date-fns/isDate.js +5 -5
- package/dist/node_modules/date-fns/isPast.js +6 -6
- package/dist/node_modules/date-fns/isSameDay.js +8 -12
- package/dist/node_modules/date-fns/isSameMonth.js +7 -11
- package/dist/node_modules/date-fns/isSameWeek.js +8 -12
- package/dist/node_modules/date-fns/isSameYear.js +7 -11
- package/dist/node_modules/date-fns/isToday.js +7 -10
- package/dist/node_modules/date-fns/isValid.js +7 -7
- package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +8 -8
- package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +16 -17
- package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +19 -28
- package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +17 -14
- package/dist/node_modules/date-fns/locale/da/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/da/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/da/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/da/_lib/localize.js +193 -142
- package/dist/node_modules/date-fns/locale/da/_lib/match.js +123 -109
- package/dist/node_modules/date-fns/locale/da.js +17 -17
- package/dist/node_modules/date-fns/locale/en-GB/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/en-GB.js +18 -18
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +200 -153
- package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +123 -109
- package/dist/node_modules/date-fns/locale/en-US.js +18 -18
- package/dist/node_modules/date-fns/locale/es/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/es/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/es/_lib/formatRelative.js +18 -18
- package/dist/node_modules/date-fns/locale/es/_lib/localize.js +192 -141
- package/dist/node_modules/date-fns/locale/es/_lib/match.js +127 -114
- package/dist/node_modules/date-fns/locale/es.js +18 -18
- package/dist/node_modules/date-fns/locale/et/_lib/formatDistance.js +161 -162
- package/dist/node_modules/date-fns/locale/et/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/et/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/et/_lib/localize.js +196 -152
- package/dist/node_modules/date-fns/locale/et/_lib/match.js +109 -107
- package/dist/node_modules/date-fns/locale/et.js +19 -19
- package/dist/node_modules/date-fns/locale/fi/_lib/formatDistance.js +101 -101
- package/dist/node_modules/date-fns/locale/fi/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/fi/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/fi/_lib/localize.js +192 -140
- package/dist/node_modules/date-fns/locale/fi/_lib/match.js +122 -108
- package/dist/node_modules/date-fns/locale/fi.js +18 -18
- package/dist/node_modules/date-fns/locale/fr/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/fr/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/fr/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/fr/_lib/localize.js +176 -120
- package/dist/node_modules/date-fns/locale/fr/_lib/match.js +122 -108
- package/dist/node_modules/date-fns/locale/fr.js +18 -18
- package/dist/node_modules/date-fns/locale/lt/_lib/formatDistance.js +93 -109
- package/dist/node_modules/date-fns/locale/lt/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/lt/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/lt/_lib/localize.js +298 -195
- package/dist/node_modules/date-fns/locale/lt/_lib/match.js +154 -121
- package/dist/node_modules/date-fns/locale/lt.js +19 -19
- package/dist/node_modules/date-fns/locale/lv/_lib/formatDistance.js +226 -120
- package/dist/node_modules/date-fns/locale/lv/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/lv/_lib/formatRelative.js +22 -22
- package/dist/node_modules/date-fns/locale/lv/_lib/localize.js +298 -221
- package/dist/node_modules/date-fns/locale/lv/_lib/match.js +138 -112
- package/dist/node_modules/date-fns/locale/lv.js +18 -18
- package/dist/node_modules/date-fns/locale/nb/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/nb/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/nb/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/nb/_lib/localize.js +159 -108
- package/dist/node_modules/date-fns/locale/nb/_lib/match.js +112 -108
- package/dist/node_modules/date-fns/locale/nb.js +18 -18
- package/dist/node_modules/date-fns/locale/nl/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/nl/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/nl/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/nl/_lib/localize.js +160 -109
- package/dist/node_modules/date-fns/locale/nl/_lib/match.js +120 -108
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/localize.js +160 -109
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/match.js +120 -108
- package/dist/node_modules/date-fns/locale/nl-BE.js +18 -18
- package/dist/node_modules/date-fns/locale/nl.js +18 -18
- package/dist/node_modules/date-fns/locale/sv/_lib/formatDistance.js +82 -86
- package/dist/node_modules/date-fns/locale/sv/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/sv/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/sv/_lib/localize.js +199 -142
- package/dist/node_modules/date-fns/locale/sv/_lib/match.js +109 -107
- package/dist/node_modules/date-fns/locale/sv.js +18 -18
- package/dist/node_modules/date-fns/startOfDay.js +7 -7
- package/dist/node_modules/date-fns/startOfISOWeek.js +9 -6
- package/dist/node_modules/date-fns/startOfISOWeekYear.js +9 -9
- package/dist/node_modules/date-fns/startOfMonth.js +7 -7
- package/dist/node_modules/date-fns/startOfWeek.js +8 -8
- package/dist/node_modules/date-fns/startOfWeekYear.js +10 -10
- package/dist/node_modules/date-fns/startOfYear.js +7 -7
- package/dist/node_modules/date-fns/subDays.js +6 -6
- package/dist/node_modules/date-fns/subMonths.js +6 -6
- package/dist/node_modules/date-fns/subWeeks.js +6 -6
- package/dist/node_modules/date-fns/toDate.js +6 -6
- package/dist/node_modules/fast-equals/dist/es/index.js +239 -298
- package/dist/node_modules/libphonenumber-js/es6/ParseError.js +116 -89
- package/dist/node_modules/libphonenumber-js/es6/PhoneNumber.js +155 -183
- package/dist/node_modules/libphonenumber-js/es6/constants.js +4 -10
- package/dist/node_modules/libphonenumber-js/es6/format.js +70 -91
- package/dist/node_modules/libphonenumber-js/es6/getCountries.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/RFC3966.js +8 -10
- package/dist/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +19 -14
- package/dist/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +9 -9
- package/dist/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js +15 -17
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +35 -45
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +20 -26
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js +17 -22
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +24 -36
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +26 -30
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.js +13 -21
- package/dist/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +10 -24
- package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryAndCallingCodeFromOneOfThem.js +10 -11
- package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +6 -8
- package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +39 -39
- package/dist/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js +9 -11
- package/dist/node_modules/libphonenumber-js/es6/helpers/getNumberType.js +56 -47
- package/dist/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js +12 -12
- package/dist/node_modules/libphonenumber-js/es6/helpers/isCallingCode.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/isCountryCode.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/isObject.js +6 -6
- package/dist/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +9 -17
- package/dist/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js +39 -0
- package/dist/node_modules/libphonenumber-js/es6/helpers/parseDigits.js +46 -77
- package/dist/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js +17 -18
- package/dist/node_modules/libphonenumber-js/es6/isPossible.js +29 -32
- package/dist/node_modules/libphonenumber-js/es6/isValid.js +12 -13
- package/dist/node_modules/libphonenumber-js/es6/isValidPhoneNumber.js +55 -52
- package/dist/node_modules/libphonenumber-js/es6/metadata.js +462 -482
- package/dist/node_modules/libphonenumber-js/es6/normalizeArguments.js +97 -95
- package/dist/node_modules/libphonenumber-js/es6/parse.js +98 -133
- package/dist/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +43 -35
- package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumber.js +8 -8
- package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js +51 -48
- package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js +59 -55
- package/dist/node_modules/libphonenumber-js/es6/tools/semver-compare.js +13 -13
- package/dist/node_modules/libphonenumber-js/metadata.min.json.js +7437 -3
- package/dist/node_modules/libphonenumber-js/min/exports/getCountries.js +6 -6
- package/dist/node_modules/libphonenumber-js/min/exports/getCountryCallingCode.js +6 -6
- package/dist/node_modules/libphonenumber-js/min/exports/isSupportedCountry.js +7 -7
- package/dist/node_modules/libphonenumber-js/min/exports/isValidPhoneNumber.js +6 -6
- package/dist/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.js +7 -7
- package/dist/node_modules/libphonenumber-js/min/exports/withMetadataArgument.js +6 -6
- package/dist/node_modules/linkifyjs/dist/linkify.js +486 -679
- package/dist/node_modules/next-themes/dist/index.js +120 -85
- package/dist/node_modules/orderedmap/dist/index.js +64 -100
- package/dist/node_modules/prosemirror-commands/dist/index.js +313 -368
- package/dist/node_modules/prosemirror-dropcursor/dist/index.js +109 -84
- package/dist/node_modules/prosemirror-gapcursor/dist/index.js +162 -195
- package/dist/node_modules/prosemirror-history/dist/index.js +203 -239
- package/dist/node_modules/prosemirror-keymap/dist/index.js +45 -57
- package/dist/node_modules/prosemirror-model/dist/index.js +1783 -2735
- package/dist/node_modules/prosemirror-schema-list/dist/index.js +66 -81
- package/dist/node_modules/prosemirror-state/dist/index.js +517 -814
- package/dist/node_modules/prosemirror-transform/dist/index.js +1104 -1505
- package/dist/node_modules/prosemirror-view/dist/index.js +3274 -3782
- package/dist/node_modules/react/cjs/react-compiler-runtime.development.js +15 -21
- package/dist/node_modules/react/cjs/react-compiler-runtime.production.js +12 -14
- package/dist/node_modules/react/compiler-runtime.js +10 -10
- package/dist/node_modules/rope-sequence/dist/index.js +82 -99
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +55 -58
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +53 -57
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +53 -58
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +45 -46
- package/dist/node_modules/use-sync-external-store/shim/index.js +10 -10
- package/dist/node_modules/use-sync-external-store/shim/with-selector.js +10 -10
- package/dist/node_modules/w3c-keyname/index.js +87 -92
- package/dist/theme/component-recipes.js +52 -53
- package/dist/theme/theme-casper-ui.js +179 -420
- package/dist/theme/theme-helper.js +4 -4
- package/dist/theme/theme-provider.js +33 -34
- package/dist/theme/theme-style-props.d.ts.map +1 -1
- package/dist/theme/theme-tokens.js +22 -12
- package/dist/theme/theme-types.js +22 -12
- package/dist/theme/theme.js +213 -268
- package/package.json +30 -29
- package/dist/_virtual/compiler-runtime.js +0 -5
- package/dist/_virtual/compiler-runtime2.js +0 -4
- package/dist/_virtual/index.js +0 -5
- package/dist/_virtual/index2.js +0 -4
- package/dist/_virtual/react-compiler-runtime.development.js +0 -4
- package/dist/_virtual/react-compiler-runtime.production.js +0 -4
- package/dist/_virtual/use-sync-external-store-shim.development.js +0 -4
- package/dist/_virtual/use-sync-external-store-shim.production.js +0 -4
- package/dist/_virtual/with-selector.development.js +0 -4
- package/dist/_virtual/with-selector.js +0 -5
- package/dist/_virtual/with-selector.production.js +0 -4
- package/dist/_virtual/with-selector2.js +0 -4
- package/dist/packages/casper-ui-library/node_modules/@tiptap/react/dist/index.js +0 -506
|
@@ -1,22 +1,23 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { Highlight as
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
import { require_compiler_runtime as e } from "../../node_modules/react/compiler-runtime.js";
|
|
2
|
+
import { ThemeColorVariable as t } from "../../theme/theme-types.js";
|
|
3
|
+
import { Highlight as n } from "@chakra-ui/react";
|
|
4
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
5
|
+
//#region lib/components/highlight/highlight.tsx
|
|
6
|
+
var i = e();
|
|
7
|
+
function a(e) {
|
|
8
|
+
let a = (0, i.c)(6), { query: o, ignoreCase: s, matchAll: c, children: l } = e, u = s === void 0 || s, d = c === void 0 || c, f;
|
|
9
|
+
a[0] === Symbol.for("react.memo_cache_sentinel") ? (f = {
|
|
10
|
+
bg: t.Highlight,
|
|
11
|
+
color: t.OnHighlight
|
|
12
|
+
}, a[0] = f) : f = a[0];
|
|
13
|
+
let p;
|
|
14
|
+
return a[1] !== l || a[2] !== u || a[3] !== d || a[4] !== o ? (p = /* @__PURE__ */ r(n, {
|
|
15
|
+
query: o,
|
|
16
|
+
ignoreCase: u,
|
|
17
|
+
matchAll: d,
|
|
18
|
+
styles: f,
|
|
19
|
+
children: l
|
|
20
|
+
}), a[1] = l, a[2] = u, a[3] = d, a[4] = o, a[5] = p) : p = a[5], p;
|
|
19
21
|
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
};
|
|
22
|
+
//#endregion
|
|
23
|
+
export { a as Highlight };
|
|
@@ -1,27 +1,28 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
1
|
+
import { require_compiler_runtime as e } from "../../node_modules/react/compiler-runtime.js";
|
|
2
|
+
import { ThemeIconSizeVariable as t } from "../../theme/theme-types.js";
|
|
3
|
+
import { forwardRef as n } from "react";
|
|
4
|
+
import { createIcon as r } from "@chakra-ui/react";
|
|
5
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
6
|
+
//#region lib/components/icon/create-icon.tsx
|
|
7
|
+
var a = e();
|
|
8
|
+
function o(e, o, s, c = "0 0 20 20") {
|
|
9
|
+
let l = r({
|
|
10
|
+
displayName: `${e}Base`,
|
|
11
|
+
viewBox: c,
|
|
12
|
+
d: o,
|
|
13
|
+
defaultProps: s
|
|
14
|
+
}), u = n((e, n) => {
|
|
15
|
+
let r = (0, a.c)(7), o, s;
|
|
16
|
+
r[0] === e ? (o = r[1], s = r[2]) : ({size: s, ...o} = e, r[0] = e, r[1] = o, r[2] = s);
|
|
17
|
+
let c = s === void 0 ? t.Medium : s, u;
|
|
18
|
+
return r[3] !== o || r[4] !== n || r[5] !== c ? (u = /* @__PURE__ */ i(l, {
|
|
19
|
+
ref: n,
|
|
20
|
+
width: c,
|
|
21
|
+
height: c,
|
|
22
|
+
...o
|
|
23
|
+
}), r[3] = o, r[4] = n, r[5] = c, r[6] = u) : u = r[6], u;
|
|
24
|
+
});
|
|
25
|
+
return u.displayName = e, u;
|
|
24
26
|
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
};
|
|
27
|
+
//#endregion
|
|
28
|
+
export { o as createCasperIcon };
|
|
@@ -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/absence-icon.ts
|
|
3
|
+
var t = e("AbsenceIcon", "M7 2C7.40625 2 7.75 2.34375 7.75 2.75V4H12.25V2.75C12.25 2.34375 12.5625 2 13 2C13.4062 2 13.75 2.34375 13.75 2.75V4H15C16.0938 4 17 4.90625 17 6V16C17 17.125 16.0938 18 15 18H5C3.875 18 3 17.125 3 16V6C3 4.90625 3.875 4 5 4H6.25V2.75C6.25 2.34375 6.5625 2 7 2ZM15.5 8H4.5V16C4.5 16.2812 4.71875 16.5 5 16.5H15C15.25 16.5 15.5 16.2812 15.5 16V8ZM12.5312 10.7812L11.0625 12.25L12.5312 13.7188C12.8125 14.0312 12.8125 14.5 12.5312 14.7812C12.2188 15.0938 11.75 15.0938 11.4688 14.7812L10 13.3125L8.53125 14.7812C8.21875 15.0938 7.75 15.0938 7.46875 14.7812C7.15625 14.5 7.15625 14.0312 7.46875 13.7188L8.9375 12.25L7.46875 10.7812C7.15625 10.5 7.15625 10.0312 7.46875 9.75C7.75 9.4375 8.21875 9.4375 8.53125 9.75L10 11.2188L11.4688 9.75C11.75 9.4375 12.2188 9.4375 12.5312 9.75C12.8125 10.0312 12.8125 10.5 12.5312 10.7812Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as AbsenceIcon };
|
|
@@ -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/accessibility-icon.ts
|
|
3
|
+
var t = e("AccessibilityIcon", "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.03125 7.3125L7.40625 7.46875C8.21875 7.84375 9.09375 8 10 8C10.875 8 11.75 7.84375 12.5625 7.46875L12.9375 7.3125C13.3125 7.15625 13.7812 7.34375 13.9375 7.71875C14.0938 8.09375 13.9062 8.53125 13.5312 8.6875L13.1562 8.875C12.625 9.09375 12.0625 9.25 11.5 9.375V10.9375C11.5 11.0625 11.5 11.2188 11.5625 11.3438L12.4375 14.0312C12.5938 14.4062 12.375 14.8438 11.9688 14.9688C11.5938 15.0938 11.1562 14.875 11.0312 14.5L10.25 12.2188C10.2188 12.0938 10.125 12 10 12C9.875 12 9.75 12.0938 9.71875 12.2188L8.9375 14.5C8.8125 14.875 8.40625 15.0938 8 14.9688C7.59375 14.8438 7.40625 14.4062 7.53125 14.0312L8.4375 11.3438C8.46875 11.1875 8.5 11.0625 8.5 10.9375V9.375C7.90625 9.25 7.34375 9.09375 6.8125 8.875L6.4375 8.71875C6.0625 8.53125 5.875 8.09375 6.0625 7.71875C6.21875 7.34375 6.65625 7.15625 7.03125 7.3125ZM10 4.5C10.4375 4.5 10.8438 4.75 11.0625 5.125C11.2812 5.53125 11.2812 6 11.0625 6.375C10.8438 6.78125 10.4375 7 10 7C9.53125 7 9.125 6.78125 8.90625 6.375C8.6875 6 8.6875 5.53125 8.90625 5.125C9.125 4.75 9.53125 4.5 10 4.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as AccessibilityIcon };
|
|
@@ -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/add-absence-icon.ts
|
|
3
|
+
var t = e("AddAbsenceIcon", "M7.75 2.75V4H12.25V2.75C12.25 2.34375 12.5625 2 13 2C13.4062 2 13.75 2.34375 13.75 2.75V4H15C16.0938 4 17 4.90625 17 6V16C17 17.125 16.0938 18 15 18H5C3.875 18 3 17.125 3 16V6C3 4.90625 3.875 4 5 4H6.25V2.75C6.25 2.34375 6.5625 2 7 2C7.40625 2 7.75 2.34375 7.75 2.75ZM4.5 8V16C4.5 16.2812 4.71875 16.5 5 16.5H15C15.25 16.5 15.5 16.2812 15.5 16V8H4.5ZM10 9.25C10.4062 9.25 10.75 9.59375 10.75 10V11.5H12.25C12.6562 11.5 13 11.8438 13 12.25C13 12.6875 12.6562 13 12.25 13H10.75V14.5C10.75 14.9375 10.4062 15.25 10 15.25C9.5625 15.25 9.25 14.9375 9.25 14.5V13H7.75C7.3125 13 7 12.6875 7 12.25C7 11.8438 7.3125 11.5 7.75 11.5H9.25V10C9.25 9.59375 9.5625 9.25 10 9.25Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as AddAbsenceIcon };
|
|
@@ -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/add-emoji-icon.ts
|
|
3
|
+
var t = e("AddEmojiIcon", "M17 2C17.4062 2 17.75 2.34375 17.75 2.75V4.25H19.25C19.6562 4.25 20 4.59375 20 5C20 5.4375 19.6562 5.75 19.25 5.75H17.75V7.25C17.75 7.6875 17.4062 8 17 8C16.5625 8 16.25 7.6875 16.25 7.25V5.75H14.75C14.3125 5.75 14 5.4375 14 5C14 4.59375 14.3125 4.25 14.75 4.25H16.25V2.75C16.25 2.34375 16.5625 2 17 2ZM12.5 11C12.5 9.0625 11.4375 7.25 9.75 6.25C8.03125 5.28125 5.9375 5.28125 4.25 6.25C2.53125 7.25 1.5 9.0625 1.5 11C1.5 12.9688 2.53125 14.7812 4.25 15.7812C5.9375 16.75 8.03125 16.75 9.75 15.7812C11.4375 14.7812 12.5 12.9688 12.5 11ZM0 11C0 8.5 1.3125 6.21875 3.5 4.96875C5.65625 3.6875 8.3125 3.6875 10.5 4.96875C12.6562 6.21875 14 8.5 14 11C14 13.5312 12.6562 15.8125 10.5 17.0625C8.3125 18.3438 5.65625 18.3438 3.5 17.0625C1.3125 15.8125 0 13.5312 0 11ZM4.5 8.5C5.0625 8.5 5.5 8.96875 5.5 9.5C5.5 10.0625 5.0625 10.5 4.5 10.5C3.9375 10.5 3.5 10.0625 3.5 9.5C3.5 8.96875 3.9375 8.5 4.5 8.5ZM8.5 9.5C8.5 8.96875 8.9375 8.5 9.5 8.5C10.0625 8.5 10.5 8.96875 10.5 9.5C10.5 10.0625 10.0625 10.5 9.5 10.5C8.9375 10.5 8.5 10.0625 8.5 9.5ZM4.5625 12.4062C5.15625 13.0938 6 13.5 7 13.5C7.96875 13.5 8.8125 13.0938 9.4375 12.4062C9.6875 12.0938 10.1562 12.0625 10.4688 12.3438C10.7812 12.625 10.8125 13.0938 10.5625 13.4062C9.6875 14.4062 8.40625 15 7 15C5.5625 15 4.28125 14.4062 3.4375 13.4062C3.15625 13.0938 3.1875 12.625 3.5 12.3438C3.8125 12.0625 4.28125 12.0938 4.5625 12.4062Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as AddEmojiIcon };
|
|
@@ -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/add-icon.ts
|
|
3
|
+
var t = e("AddIcon", "M10.75 4.25V9.25H15.75C16.1562 9.25 16.5 9.59375 16.5 10C16.5 10.4375 16.1562 10.75 15.75 10.75H10.75V15.75C10.75 16.1875 10.4062 16.5 10 16.5C9.5625 16.5 9.25 16.1875 9.25 15.75V10.75H4.25C3.8125 10.75 3.5 10.4375 3.5 10C3.5 9.59375 3.8125 9.25 4.25 9.25H9.25V4.25C9.25 3.84375 9.5625 3.5 10 3.5C10.4062 3.5 10.75 3.84375 10.75 4.25Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as AddIcon };
|
|
@@ -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/apple-icon.ts
|
|
3
|
+
var t = e("AppleIcon", "M13.9375 10.4062C13.9375 10.4687 13.8438 12.3125 15.875 13.2812C15.5 14.4375 14.1875 17 12.6562 17C11.7812 17 11.2812 16.4375 10.2812 16.4375C9.25 16.4375 8.6875 17 7.90625 17C6.40625 17.0625 4.96875 14.25 4.5625 13.0937C4.25 12.2187 4.125 11.375 4.125 10.5625C4.125 7.78125 5.96875 6.4375 7.71875 6.40625C8.5625 6.40625 9.625 7 10.0938 7C10.5312 7 11.75 6.28125 12.875 6.375C14.0312 6.46875 14.9062 6.90625 15.5 7.75C14.4688 8.40625 13.9375 9.25 13.9375 10.4062ZM12.1875 5.28125C11.5625 6 10.8125 6.40625 10 6.34375C9.9375 5.5 10.25 4.71875 10.8125 4.09375C11.3125 3.53125 12.1875 3.0625 12.9375 3C12.9375 3.34375 13.0312 4.28125 12.1875 5.28125Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as AppleIcon };
|
|
@@ -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/apps-icon.ts
|
|
3
|
+
var t = e("AppsIcon", "M5.75 4.25H4.25V5.75H5.75V4.25ZM4.25 3H5.75C6.4375 3 7 3.5625 7 4.25V5.75C7 6.46875 6.4375 7 5.75 7H4.25C3.53125 7 3 6.46875 3 5.75V4.25C3 3.5625 3.53125 3 4.25 3ZM5.75 9.25H4.25V10.75H5.75V9.25ZM4.25 8H5.75C6.4375 8 7 8.5625 7 9.25V10.75C7 11.4687 6.4375 12 5.75 12H4.25C3.53125 12 3 11.4687 3 10.75V9.25C3 8.5625 3.53125 8 4.25 8ZM4.25 14.25V15.75H5.75V14.25H4.25ZM3 14.25C3 13.5625 3.53125 13 4.25 13H5.75C6.4375 13 7 13.5625 7 14.25V15.75C7 16.4687 6.4375 17 5.75 17H4.25C3.53125 17 3 16.4687 3 15.75V14.25ZM10.75 4.25H9.25V5.75H10.75V4.25ZM9.25 3H10.75C11.4375 3 12 3.5625 12 4.25V5.75C12 6.46875 11.4375 7 10.75 7H9.25C8.53125 7 8 6.46875 8 5.75V4.25C8 3.5625 8.53125 3 9.25 3ZM9.25 9.25V10.75H10.75V9.25H9.25ZM8 9.25C8 8.5625 8.53125 8 9.25 8H10.75C11.4375 8 12 8.5625 12 9.25V10.75C12 11.4687 11.4375 12 10.75 12H9.25C8.53125 12 8 11.4687 8 10.75V9.25ZM10.75 14.25H9.25V15.75H10.75V14.25ZM9.25 13H10.75C11.4375 13 12 13.5625 12 14.25V15.75C12 16.4687 11.4375 17 10.75 17H9.25C8.53125 17 8 16.4687 8 15.75V14.25C8 13.5625 8.53125 13 9.25 13ZM14.25 4.25V5.75H15.75V4.25H14.25ZM13 4.25C13 3.5625 13.5312 3 14.25 3H15.75C16.4375 3 17 3.5625 17 4.25V5.75C17 6.46875 16.4375 7 15.75 7H14.25C13.5312 7 13 6.46875 13 5.75V4.25ZM15.75 9.25H14.25V10.75H15.75V9.25ZM14.25 8H15.75C16.4375 8 17 8.5625 17 9.25V10.75C17 11.4687 16.4375 12 15.75 12H14.25C13.5312 12 13 11.4687 13 10.75V9.25C13 8.5625 13.5312 8 14.25 8ZM14.25 14.25V15.75H15.75V14.25H14.25ZM13 14.25C13 13.5625 13.5312 13 14.25 13H15.75C16.4375 13 17 13.5625 17 14.25V15.75C17 16.4687 16.4375 17 15.75 17H14.25C13.5312 17 13 16.4687 13 15.75V14.25Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as AppsIcon };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
//#region lib/components/icon/icons/archive-icon.ts
|
|
3
|
+
var t = e("ArchiveIcon", "M15.5 4.1875C15.1875 3.46875 14.4688 3 13.6875 3H6.28125C5.5 3 4.78125 3.46875 4.46875 4.1875L3.15625 7.125C3.03125 7.375 3 7.65625 3 7.9375V15C3 16.125 3.875 17 5 17H15C16.0938 17 17 16.125 17 15V7.9375C17 7.65625 16.9375 7.375 16.8125 7.125L15.5 4.1875ZM4.5 8.5H15.5V15C15.5 15.2812 15.25 15.5 15 15.5H5C4.71875 15.5 4.5 15.2812 4.5 15V8.5ZM15.125 7L14.1562 4.8125C14.0625 4.625 13.875 4.5 13.6875 4.5H6.28125C6.09375 4.5 5.90625 4.625 5.84375 4.8125L4.84375 7H15.125Z", {
|
|
4
|
+
fillRule: "evenodd",
|
|
5
|
+
clipRule: "evenodd"
|
|
5
6
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
7
|
+
//#endregion
|
|
8
|
+
export { t as ArchiveIcon };
|
|
@@ -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/area-icon.ts
|
|
3
|
+
var t = e("AreaIcon", "M7 11.5C7.8125 11.5 8.5 12.1875 8.5 13V16C8.5 16.2812 8.71875 16.5 9 16.5H16C16.25 16.5 16.5 16.2812 16.5 16V9C16.5 8.75 16.25 8.5 16 8.5H13C12.1562 8.5 11.5 7.84375 11.5 7V4C11.5 3.75 11.25 3.5 11 3.5H4C3.71875 3.5 3.5 3.75 3.5 4V11C3.5 11.2812 3.71875 11.5 4 11.5H7ZM4 13C2.875 13 2 12.125 2 11V4C2 2.90625 2.875 2 4 2H11C12.0938 2 13 2.90625 13 4V7H16C17.0938 7 18 7.90625 18 9V16C18 17.125 17.0938 18 16 18H9C7.875 18 7 17.125 7 16V13H4Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as AreaIcon };
|
|
@@ -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/at-icon.ts
|
|
3
|
+
var t = e("AtIcon", "M10 3.5C6.40625 3.5 3.5 6.4375 3.5 10C3.5 13.5938 6.40625 16.5 10 16.5C10.4062 16.5 10.75 16.8438 10.75 17.25C10.75 17.6875 10.4062 18 10 18C5.5625 18 2 14.4375 2 10C2 5.59375 5.5625 2 10 2C14.4062 2 18 5.59375 18 10V10.875C18 12.4688 16.6875 13.75 15.125 13.75C14.125 13.75 13.2812 13.2812 12.75 12.5312C12.0625 13.2812 11.0938 13.75 10 13.75C7.90625 13.75 6.25 12.0938 6.25 10C6.25 7.9375 7.90625 6.25 10 6.25C10.875 6.25 11.7188 6.59375 12.3438 7.09375C12.5 6.90625 12.7188 6.75 13 6.75C13.4062 6.75 13.75 7.09375 13.75 7.5V10.875C13.75 11.6562 14.3438 12.25 15.125 12.25C15.875 12.25 16.5 11.6562 16.5 10.875V10C16.5 6.4375 13.5625 3.5 10 3.5ZM12.25 10C12.25 9.21875 11.8125 8.46875 11.125 8.0625C10.4062 7.65625 9.5625 7.65625 8.875 8.0625C8.15625 8.46875 7.75 9.21875 7.75 10C7.75 10.8125 8.15625 11.5625 8.875 11.9688C9.5625 12.375 10.4062 12.375 11.125 11.9688C11.8125 11.5625 12.25 10.8125 12.25 10Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as AtIcon };
|
|
@@ -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/attachment-icon.ts
|
|
3
|
+
var t = e("AttachmentIcon", "M14.7188 4.28125C13.9062 3.46875 12.5625 3.46875 11.75 4.28125L5.78125 10.2812C4.40625 11.6562 4.40625 13.875 5.78125 15.2188C7.125 16.5938 9.34375 16.5938 10.7188 15.2188L15.4688 10.4688C15.75 10.1875 16.2188 10.1875 16.5 10.4688C16.8125 10.7812 16.8125 11.25 16.5 11.5312L11.7812 16.2812C9.8125 18.25 6.65625 18.25 4.71875 16.2812C2.75 14.3438 2.75 11.1875 4.71875 9.21875L10.7188 3.21875C12.0938 1.84375 14.375 1.84375 15.7812 3.21875C17.1562 4.625 17.1562 6.90625 15.7812 8.28125L10.0312 14.0312C9.03125 15.0312 7.40625 14.9375 6.53125 13.8438C5.78125 12.9062 5.875 11.5625 6.71875 10.7188L11.4688 5.96875C11.75 5.6875 12.2188 5.6875 12.5 5.96875C12.8125 6.28125 12.8125 6.75 12.5 7.03125L7.78125 11.7812C7.46875 12.0938 7.4375 12.5625 7.71875 12.9062C8.03125 13.2812 8.59375 13.3438 8.96875 12.9688L14.7188 7.21875C15.5312 6.40625 15.5312 5.09375 14.7188 4.28125Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as AttachmentIcon };
|
|
@@ -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/baby-icon.ts
|
|
3
|
+
var t = e("BabyIcon", "M10 5.5C10.5312 5.5 11 5.0625 11 4.5C11 3.96875 10.5312 3.5 10 3.5C9.4375 3.5 9 3.96875 9 4.5C9 5.0625 9.4375 5.5 10 5.5ZM10 2C10.875 2 11.6875 2.5 12.1562 3.25C12.5938 4.03125 12.5938 5 12.1562 5.75C11.6875 6.53125 10.875 7 10 7C9.09375 7 8.28125 6.53125 7.8125 5.75C7.375 5 7.375 4.03125 7.8125 3.25C8.28125 2.5 9.09375 2 10 2ZM6.34375 7.65625C6.15625 7.46875 5.8125 7.46875 5.625 7.65625C5.4375 7.84375 5.4375 8.1875 5.625 8.375L6.21875 8.9375C6.625 9.34375 7.0625 9.6875 7.5625 9.9375C7.8125 10.0625 7.96875 10.3125 7.96875 10.5938V11H12V10.5938C12 10.3125 12.1562 10.0625 12.4062 9.9375C12.9062 9.6875 13.3438 9.34375 13.75 8.9375L14.3438 8.375C14.5312 8.1875 14.5312 7.84375 14.3438 7.65625C14.1562 7.46875 13.8125 7.46875 13.625 7.65625L13.0312 8.25C12.2188 9.0625 11.125 9.5 10 9.5C8.84375 9.5 7.75 9.0625 6.9375 8.25L6.34375 7.65625ZM12.5 12.6875L11.75 13.3438L12.5 14.2812C12.6875 14.5625 12.6875 14.9375 12.4688 15.2188L12.0938 15.6875C11.9375 15.9062 11.9688 16.2188 12.1875 16.4062C12.375 16.5625 12.7188 16.5312 12.875 16.3125L13.875 15.0625C14.0312 14.9062 14.0312 14.625 13.875 14.4688L12.5 12.6875ZM8.21875 13.3438L7.46875 12.6875L6.09375 14.4688C5.9375 14.625 5.9375 14.9062 6.09375 15.0625L7.09375 16.3125C7.28125 16.5312 7.59375 16.5625 7.8125 16.4062C8 16.2188 8.0625 15.9062 7.875 15.6875L7.5 15.2188C7.28125 14.9375 7.28125 14.5625 7.5 14.2812L8.21875 13.3438ZM4.5625 6.59375C5.34375 5.8125 6.625 5.8125 7.40625 6.59375L8 7.1875C8.53125 7.71875 9.25 8 10 8C10.75 8 11.4688 7.71875 12 7.1875L12.5625 6.59375C13.3438 5.8125 14.625 5.8125 15.4062 6.59375C16.1875 7.375 16.1875 8.65625 15.4062 9.4375L14.8125 10C14.4062 10.4062 13.9688 10.75 13.5 11.0625V11.5L15.0625 13.5312C15.625 14.2812 15.625 15.2812 15.0625 16L14.0625 17.25C13.3438 18.125 12.0938 18.2812 11.25 17.5625C10.375 16.875 10.2188 15.625 10.9375 14.75L10.75 14.5H9.21875L9.03125 14.75H9.0625C9.75 15.625 9.59375 16.875 8.75 17.5625C7.875 18.2812 6.625 18.125 5.9375 17.25L4.9375 16C4.34375 15.2812 4.34375 14.2812 4.90625 13.5312L6.5 11.5V11.0625C6 10.75 5.5625 10.4062 5.15625 10L4.5625 9.4375C3.78125 8.65625 3.78125 7.375 4.5625 6.59375Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as BabyIcon };
|
|
@@ -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/back-icon.ts
|
|
3
|
+
var t = e("BackIcon", "M2.21875 9.46875L6.46875 5.25C6.75 4.9375 7.21875 4.9375 7.5 5.25C7.8125 5.53125 7.8125 6 7.5 6.28125L4.53125 9.25H17.25C17.6562 9.25 18 9.59375 18 10C18 10.4375 17.6562 10.75 17.25 10.75L4.53125 10.7812L7.5 13.75C7.8125 14.0312 7.8125 14.5 7.5 14.7812C7.21875 15.0938 6.75 15.0938 6.46875 14.7812L2.21875 10.5312C1.90625 10.25 1.90625 9.78125 2.21875 9.46875Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as BackIcon };
|
|
@@ -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/backspace-icon.ts
|
|
3
|
+
var t = e("BackspaceIcon", "M7.40625 4H17C18.0938 4 19 4.90625 19 6V14C19 15.125 18.0938 16 17 16H7.40625C6.875 16 6.375 15.8125 6 15.4375L1.28125 10.7188C1.09375 10.5312 1 10.2812 1 10C1 9.75 1.09375 9.5 1.28125 9.3125L6 4.59375C6.375 4.21875 6.875 4 7.40625 4ZM17.5 6C17.5 5.75 17.25 5.5 17 5.5H7.40625C7.28125 5.5 7.125 5.5625 7.03125 5.65625L2.6875 10L7.0625 14.375C7.15625 14.4688 7.28125 14.5 7.40625 14.5H17C17.25 14.5 17.5 14.2812 17.5 14V6ZM14.5312 7.46875C14.8125 7.78125 14.8125 8.25 14.5312 8.53125L13.0625 10L14.5312 11.4688C14.8125 11.7812 14.8125 12.25 14.5312 12.5312C14.2188 12.8438 13.75 12.8438 13.4688 12.5312L12 11.0625L10.5312 12.5312C10.2188 12.8438 9.75 12.8438 9.46875 12.5312C9.15625 12.25 9.15625 11.7812 9.46875 11.4688L10.9375 10L9.46875 8.53125C9.15625 8.25 9.15625 7.78125 9.46875 7.46875C9.75 7.1875 10.2188 7.1875 10.5312 7.46875L12 8.9375L13.4688 7.46875C13.75 7.1875 14.2188 7.1875 14.5312 7.46875Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as BackspaceIcon };
|
|
@@ -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/bank-icon.ts
|
|
3
|
+
var t = e("BankIcon", "M10.3438 2.09375L17.4375 6.03125C17.7812 6.21875 18 6.5625 18 6.9375C18 7.53125 17.5 8 16.9062 8H3.0625C2.46875 8 2 7.53125 2 6.9375C2 6.5625 2.1875 6.21875 2.53125 6.03125L9.625 2.09375C9.84375 1.96875 10.125 1.96875 10.3438 2.09375ZM9.125 6.5C9.03125 6.375 9 6.1875 9 6C9 5.46875 9.4375 5 10 5C10.5312 5 11 5.46875 11 6C11 6.1875 10.9375 6.375 10.8438 6.5H15.2188L10 3.625L4.75 6.5H9.125ZM4 9H5.5V14H7.5V9H9V14H11V9H12.5V14H14.5V9H16V14H16.25C16.6562 14 17 14.3438 17 14.75C17 15.1875 16.6562 15.5 16.25 15.5H4C3.5625 15.5 3.25 15.1875 3.25 14.75C3.25 14.3438 3.5625 14 4 14V9ZM3 16.5H17.25C17.6562 16.5 18 16.8438 18 17.25C18 17.6875 17.6562 18 17.25 18H3C2.5625 18 2.25 17.6875 2.25 17.25C2.25 16.8438 2.5625 16.5 3 16.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as BankIcon };
|
|
@@ -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/bank-id-icon.ts
|
|
3
|
+
var t = e("BankIDIcon", "M7.23248 10.3085L7.85904 6.35927C7.61221 6.35927 7.18976 6.35927 7.18976 6.35927C6.87647 6.35927 6.47301 6.18364 6.35434 5.86086C6.31636 5.75169 6.22618 5.3767 6.74357 5.0112C6.92869 4.88304 7.04736 4.74064 7.07109 4.63147C7.09482 4.51755 7.06634 4.41786 6.98565 4.34192C6.87173 4.23274 6.64863 4.17104 6.36383 4.17104C5.88441 4.17104 5.5474 4.44634 5.51417 4.64571C5.49044 4.79285 5.60436 4.91152 5.70404 4.98747C6.00308 5.21056 6.07428 5.53334 5.88916 5.83713C5.69929 6.15041 5.28633 6.35452 4.84488 6.35927C4.84488 6.35927 4.40819 6.35927 4.16136 6.35927C4.1044 6.74375 3.17404 12.6392 3.10284 13.1043H6.79578C6.82901 12.9002 6.99989 11.7847 7.23248 10.3085Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as BankIDIcon };
|
|
@@ -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/barcode-icon.ts
|
|
3
|
+
var t = e("BarcodeIcon", "M2.75 3C3.15625 3 3.5 3.34375 3.5 3.75V16.25C3.5 16.6875 3.15625 17 2.75 17C2.3125 17 2 16.6875 2 16.25V3.75C2 3.34375 2.3125 3 2.75 3ZM5.5 3C5.75 3 6 3.25 6 3.5V16.5C6 16.7812 5.75 17 5.5 17C5.21875 17 5 16.7812 5 16.5V3.5C5 3.25 5.21875 3 5.5 3ZM7.75 3C8.15625 3 8.5 3.34375 8.5 3.75V16.25C8.5 16.6875 8.15625 17 7.75 17C7.3125 17 7 16.6875 7 16.25V3.75C7 3.34375 7.3125 3 7.75 3ZM11.25 3C11.6562 3 12 3.34375 12 3.75V16.25C12 16.6875 11.6562 17 11.25 17C10.8125 17 10.5 16.6875 10.5 16.25V3.75C10.5 3.34375 10.8125 3 11.25 3ZM16.5 3.75C16.5 3.34375 16.8125 3 17.25 3C17.6562 3 18 3.34375 18 3.75V16.25C18 16.6875 17.6562 17 17.25 17C16.8125 17 16.5 16.6875 16.5 16.25V3.75ZM14.5 3.5C14.5 3.25 14.7188 3 15 3C15.25 3 15.5 3.25 15.5 3.5V16.5C15.5 16.7812 15.25 17 15 17C14.7188 17 14.5 16.7812 14.5 16.5V3.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as BarcodeIcon };
|
|
@@ -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/bell-icon.ts
|
|
3
|
+
var t = e("BellIcon", "M10 2C10.5313 2 11 2.46875 11 3V3.5625C13.25 3.9375 15 5.90625 15 8.25V9.3125C15 10.7188 15.4688 12.0938 16.3438 13.2188L16.8125 13.7812C17 14.0312 17.0313 14.3438 16.9063 14.5938C16.7813 14.8438 16.5313 15 16.25 15H3.75005C3.43755 15 3.18755 14.8438 3.06255 14.5938C2.93755 14.3438 2.9688 14.0312 3.1563 13.7812L3.62505 13.2188C4.50005 12.0938 5.00005 10.7188 5.00005 9.3125V8.25C5.00005 5.90625 6.7188 3.9375 9.00005 3.5625V3C9.00005 2.46875 9.43755 2 10 2ZM9.75005 5C7.93755 5 6.50005 6.46875 6.50005 8.25V9.3125C6.50005 10.8125 6.06255 12.25 5.25005 13.5H14.7188C13.9063 12.25 13.5 10.8125 13.5 9.3125V8.25C13.5 6.46875 12.0313 5 10.25 5H9.75005ZM12 16C12 16.5312 11.7813 17.0625 11.4063 17.4375C11.0313 17.8125 10.5313 18 10 18C9.4688 18 8.93755 17.8125 8.56255 17.4375C8.18755 17.0625 8.00005 16.5312 8.00005 16H12Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as BellIcon };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/bolt-icon.ts
|
|
3
|
+
var t = e("BoltIcon", "M10 2C6.96274 2 4.4953 4.4842 4.4953 7.55323C4.4953 10.6173 6.95781 13.1065 10 13.1065C13.0373 13.1065 15.5047 10.6223 15.5047 7.55323C15.4998 4.48919 13.0373 2 10 2ZM10 9.35268C9.01401 9.35268 8.2163 8.54797 8.2163 7.55323C8.2163 6.55855 9.01401 5.75383 10 5.75383C10.986 5.75383 11.7837 6.55855 11.7837 7.55323C11.7837 8.54797 10.986 9.35268 10 9.35268ZM11.7837 16.2005C11.7837 17.1943 10.9851 18 10 18C9.01492 18 8.2163 17.1943 8.2163 16.2005C8.2163 15.2067 9.01492 14.4011 10 14.4011C10.9851 14.4011 11.7837 15.2067 11.7837 16.2005Z", {
|
|
4
|
+
fillRule: "evenodd",
|
|
5
|
+
clipRule: "evenodd"
|
|
5
6
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
7
|
+
//#endregion
|
|
8
|
+
export { t as BoltIcon };
|
|
@@ -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/calendar-icon.ts
|
|
3
|
+
var t = e("CalendarIcon", "M6.75 2C7.15625 2 7.5 2.34375 7.5 2.75V4H12.5V2.75C12.5 2.34375 12.8438 2 13.25 2C13.6562 2 14 2.34375 14 2.75V4H15C16.0938 4 17 4.90625 17 6V15C17 16.0938 16.0938 17 15 17H5C3.90625 17 3 16.0938 3 15V6C3 4.90625 3.90625 4 5 4H6V2.75C6 2.34375 6.34375 2 6.75 2ZM5 5.5C4.71875 5.5 4.5 5.71875 4.5 6V7.5H15.5V6C15.5 5.71875 15.2812 5.5 15 5.5H5ZM4.5 9V15C4.5 15.2812 4.71875 15.5 5 15.5H15C15.2812 15.5 15.5 15.2812 15.5 15V9H4.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as CalendarIcon };
|
|
@@ -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/camera-icon.ts
|
|
3
|
+
var t = e("CameraIcon", "M8.21875 3H11.75C12.5312 3 13.1875 3.5 13.4375 4.21875L13.6875 5H16C17.0938 5 18 5.90625 18 7V15C18 16.125 17.0938 17 16 17H4C2.875 17 2 16.125 2 15V7C2 5.90625 2.875 5 4 5H6.28125L6.5625 4.21875C6.78125 3.5 7.46875 3 8.21875 3ZM7.96875 4.6875L7.53125 6C7.4375 6.3125 7.15625 6.5 6.8125 6.5H4C3.71875 6.5 3.5 6.75 3.5 7V15C3.5 15.2812 3.71875 15.5 4 15.5H16C16.25 15.5 16.5 15.2812 16.5 15V7C16.5 6.75 16.25 6.5 16 6.5H13.1562C12.8125 6.5 12.5312 6.3125 12.4375 6L12 4.6875C11.9688 4.59375 11.875 4.5 11.75 4.5H8.21875C8.09375 4.5 8 4.59375 7.96875 4.6875ZM10 14.5C8.71875 14.5 7.59375 13.8437 6.96875 12.75C6.3125 11.6875 6.3125 10.3437 6.96875 9.25C7.59375 8.1875 8.71875 7.5 10 7.5C11.25 7.5 12.375 8.1875 13 9.25C13.6562 10.3437 13.6562 11.6875 13 12.75C12.375 13.8437 11.25 14.5 10 14.5ZM8 11C8 11.7187 8.375 12.375 9 12.75C9.59375 13.0937 10.375 13.0937 11 12.75C11.5938 12.375 12 11.7187 12 11C12 10.3125 11.5938 9.65625 11 9.28125C10.375 8.9375 9.59375 8.9375 9 9.28125C8.375 9.65625 8 10.3125 8 11Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as CameraIcon };
|
|
@@ -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/cancel-icon.ts
|
|
3
|
+
var t = e("CancelIcon", "M14.0312 15.125L4.875 5.96875C4 7.09375 3.5 8.5 3.5 10C3.5 13.5938 6.40625 16.5 10 16.5C11.5 16.5 12.9062 16 14.0312 15.125ZM15.0938 14.0625C15.9688 12.9375 16.5 11.5312 16.5 10C16.5 6.4375 13.5625 3.5 10 3.5C8.46875 3.5 7.0625 4.03125 5.9375 4.90625L15.0938 14.0625ZM2 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 10Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as CancelIcon };
|
|
@@ -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/card-icon.ts
|
|
3
|
+
var t = e("CardIcon", "M10.75 4.5V9.25H16.5V5C16.5 4.75 16.25 4.5 16 4.5H10.75ZM9.25 4.5H4C3.71875 4.5 3.5 4.75 3.5 5V9.25H9.25V4.5ZM3.5 10.75V15C3.5 15.2812 3.71875 15.5 4 15.5H9.25V10.75H3.5ZM10.75 15.5H16C16.25 15.5 16.5 15.2812 16.5 15V10.75H10.75V15.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 CardIcon };
|
|
@@ -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/cart-icon.ts
|
|
3
|
+
var t = e("CartIcon", "M0 2.25C0 1.84375 0.34375 1.5 0.75 1.5H2.15625C3 1.5 3.75 2.09375 3.875 2.9375L3.90625 3H16.4062C17.1875 3 17.7812 3.71875 17.625 4.5L16.8125 8.78125C16.5625 10.0625 15.4062 11 14.0938 11H5.34375L5.53125 11.875C5.59375 12.25 5.90625 12.5 6.25 12.5H14.25C14.6562 12.5 15 12.8438 15 13.25C15 13.6562 14.6562 14 14.25 14H6.25C5.15625 14 4.25 13.2188 4.03125 12.1562L2.40625 3.21875C2.40625 3.09375 2.28125 3 2.15625 3H0.75C0.34375 3 0 2.65625 0 2.25ZM5.09375 9.5H14.0938C14.6875 9.5 15.2188 9.0625 15.3438 8.5L16.0938 4.5H4.1875L5.09375 9.5ZM6.5 15C7.34375 15 8 15.6562 8 16.5C8 17.3438 7.34375 18 6.5 18C5.65625 18 5 17.3438 5 16.5C5 15.6562 5.65625 15 6.5 15ZM13.5 15C14.3438 15 15 15.6562 15 16.5C15 17.3438 14.3438 18 13.5 18C12.6562 18 12 17.3438 12 16.5C12 15.6562 12.6562 15 13.5 15Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as CartIcon };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/caspeco-icon.ts
|
|
3
|
+
var t = e("CaspecoIcon", "M17.5 4.5C17.5 3.39543 16.6046 2.5 15.5 2.5H4.5C3.39543 2.5 2.5 3.39543 2.5 4.5V15.5C2.5 16.6046 3.39543 17.5 4.5 17.5H15.5C16.6046 17.5 17.5 16.6046 17.5 15.5V4.5ZM11.6944 11.4169C11.7061 11.4012 11.7245 11.3919 11.7441 11.3919H14.1957C14.2411 11.3919 14.2734 11.436 14.2596 11.4793C13.9529 12.4093 13.4324 13.2051 12.6641 13.7825C11.8772 14.3754 10.9385 14.6875 9.94713 14.6875C7.39127 14.6875 5.3125 12.5841 5.3125 10C5.3125 7.41595 7.39127 5.3125 9.94713 5.3125C10.9385 5.3125 11.8772 5.62458 12.6641 6.21754C13.4324 6.7949 13.9529 7.59071 14.2596 8.52072C14.2734 8.56395 14.2411 8.60811 14.1957 8.60811H11.7441C11.7245 8.60811 11.7061 8.59885 11.6944 8.58314C11.2669 8.04635 10.6318 7.73739 9.95022 7.73739C8.71721 7.73739 7.71346 8.75166 7.71346 10C7.71346 11.2483 8.71721 12.2626 9.95022 12.2626C10.6318 12.2626 11.2669 11.9536 11.6944 11.4169Z", {
|
|
4
|
+
fillRule: "evenodd",
|
|
5
|
+
clipRule: "evenodd"
|
|
5
6
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
7
|
+
//#endregion
|
|
8
|
+
export { t as CaspecoIcon };
|
|
@@ -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/channels-icon.ts
|
|
3
|
+
var t = e("ChannelsIcon", "M4 3.5C3.71875 3.5 3.5 3.75 3.5 4V12H11V14H1.5C0.65625 14 0 13.3438 0 12.5C0 12.25 0.21875 12 0.5 12H2V4C2 2.90625 2.875 2 4 2H14C15.0938 2 16 2.90625 16 4V5H14.5V4C14.5 3.75 14.25 3.5 14 3.5H4ZM12 7.5C12 6.6875 12.6562 6 13.5 6H18.5C19.3125 6 20 6.6875 20 7.5V16.5C20 17.3438 19.3125 18 18.5 18H13.5C12.6562 18 12 17.3438 12 16.5V7.5ZM13.5 7.5V16.5H18.5V7.5H13.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ChannelsIcon };
|
|
@@ -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/chart-icon.ts
|
|
3
|
+
var t = e("ChartIcon", "M10.5 4.5H9.5V15.5H10.5V4.5ZM9.5 3H10.5C11.3125 3 12 3.6875 12 4.5V15.5C12 16.3438 11.3125 17 10.5 17H9.5C8.65625 17 8 16.3438 8 15.5V4.5C8 3.6875 8.65625 3 9.5 3ZM5.5 10.5H4.5V15.5H5.5V10.5ZM4.5 9H5.5C6.3125 9 7 9.6875 7 10.5V15.5C7 16.3438 6.3125 17 5.5 17H4.5C3.65625 17 3 16.3438 3 15.5V10.5C3 9.6875 3.65625 9 4.5 9ZM14.5 6.5V15.5H15.5V6.5H14.5ZM13 6.5C13 5.6875 13.6562 5 14.5 5H15.5C16.3125 5 17 5.6875 17 6.5V15.5C17 16.3438 16.3125 17 15.5 17H14.5C13.6562 17 13 16.3438 13 15.5V6.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ChartIcon };
|
|
@@ -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/chart-line-icon.ts
|
|
3
|
+
var t = e("ChartLineIcon", "M3.5 3.75V14.75C3.5 15.1875 3.8125 15.5 4.25 15.5H17.25C17.6562 15.5 18 15.8438 18 16.25C18 16.6875 17.6562 17 17.25 17H4.25C3 17 2 16 2 14.75V3.75C2 3.34375 2.3125 3 2.75 3C3.15625 3 3.5 3.34375 3.5 3.75ZM16.7812 7.28125L12.5 11.5312C12.2188 11.8438 11.75 11.8438 11.4688 11.5312L9 9.0625L6.53125 11.5312C6.21875 11.8438 5.75 11.8438 5.46875 11.5312C5.15625 11.25 5.15625 10.7812 5.46875 10.5L8.46875 7.5C8.59375 7.34375 8.78125 7.28125 9 7.28125C9.1875 7.28125 9.375 7.34375 9.53125 7.5L12 9.96875L15.7188 6.25C16 5.9375 16.4688 5.9375 16.7812 6.25C17.0625 6.53125 17.0625 7 16.7812 7.28125Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ChartLineIcon };
|
|
@@ -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/chart-mixed-icon.ts
|
|
3
|
+
var t = e("ChartMixedIcon", "M17.7188 4.34374L12.4688 8.84374C12.1875 9.06249 11.7813 9.06249 11.5 8.84374L7.93751 5.71874L3.15626 8.87499C2.81251 9.12499 2.34376 9.03124 2.12501 8.68749C1.87501 8.34374 1.96876 7.87499 2.31251 7.62499L7.56251 4.12499C7.84376 3.93749 8.21876 3.96874 8.46876 4.18749L12 7.28124L16.75 3.18749C17.0625 2.93749 17.5313 2.96874 17.8125 3.28124C18.0625 3.59374 18.0313 4.06249 17.7188 4.34374ZM8.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.6562 7.84376 15.75 8.00001 15.75C8.12501 15.75 8.25001 15.6562 8.25001 15.5ZM8.00001 8.99999C8.81251 8.99999 9.50001 9.68749 9.50001 10.5V15.5C9.50001 16.3437 8.81251 17 8.00001 17C7.15626 17 6.50001 16.3437 6.50001 15.5V10.5C6.50001 9.68749 7.15626 8.99999 8.00001 8.99999ZM4.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.6562 3.84376 15.75 4.00001 15.75C4.12501 15.75 4.25001 15.6562 4.25001 15.5ZM4.00001 12C4.81251 12 5.50001 12.6875 5.50001 13.5V15.5C5.50001 16.3437 4.81251 17 4.00001 17C3.15626 17 2.50001 16.3437 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.6562 11.8438 15.75 12 15.75C12.125 15.75 12.25 15.6562 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.3437 12.8125 17 12 17C11.1563 17 10.5 16.3437 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.6562 15.8438 15.75 16 15.75C16.125 15.75 16.25 15.6562 16.25 15.5ZM16 8.99999C16.8125 8.99999 17.5 9.68749 17.5 10.5V15.5C17.5 16.3437 16.8125 17 16 17C15.1563 17 14.5 16.3437 14.5 15.5V10.5C14.5 9.68749 15.1563 8.99999 16 8.99999Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ChartMixedIcon };
|
|
@@ -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/chart-pie-icon.ts
|
|
3
|
+
var t = e("ChartPieIcon", "M17.4688 9.5H10.5V2.53125C10.5 2.25 10.7188 2 11 2C14.8438 2 18 5.15625 18 9C18 9.28125 17.75 9.5 17.4688 9.5ZM7.5 11V4.84375C5.15625 5.6875 3.5 7.90625 3.5 10.5C3.5 13.8125 6.1875 16.5 9.5 16.5C12.0938 16.5 14.3125 14.8438 15.1562 12.5H9C8.15625 12.5 7.5 11.8438 7.5 11ZM9 4.09375V11H15.9062C16.4688 11 16.9375 11.5 16.8125 12.0625C16.0938 15.4688 13.0938 18 9.5 18C5.34375 18 2 14.6562 2 10.5C2 6.90625 4.53125 3.90625 7.9375 3.1875C8.5 3.0625 9 3.53125 9 4.09375Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ChartPieIcon };
|
|
@@ -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/chart-scatter-icon.ts
|
|
3
|
+
var t = e("ChartScatterIcon", "M3.5 3.75V14.75C3.5 15.1875 3.8125 15.5 4.25 15.5H17.25C17.6562 15.5 18 15.8438 18 16.25C18 16.6875 17.6562 17 17.25 17H4.25C3 17 2 16 2 14.75V3.75C2 3.34375 2.3125 3 2.75 3C3.15625 3 3.5 3.34375 3.5 3.75ZM8 8C7.4375 8 7 7.5625 7 7C7 6.46875 7.4375 6 8 6C8.53125 6 9 6.46875 9 7C9 7.5625 8.53125 8 8 8ZM12 10C12 10.5625 11.5312 11 11 11C10.4375 11 10 10.5625 10 10C10 9.46875 10.4375 9 11 9C11.5312 9 12 9.46875 12 10ZM14 13C13.4375 13 13 12.5625 13 12C13 11.4688 13.4375 11 14 11C14.5312 11 15 11.4688 15 12C15 12.5625 14.5312 13 14 13ZM16 6C16 6.5625 15.5312 7 15 7C14.4375 7 14 6.5625 14 6C14 5.46875 14.4375 5 15 5C15.5312 5 16 5.46875 16 6ZM7 13C6.4375 13 6 12.5625 6 12C6 11.4688 6.4375 11 7 11C7.53125 11 8 11.4688 8 12C8 12.5625 7.53125 13 7 13Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ChartScatterIcon };
|