@caspeco/casper-ui-library 10.3.1 → 10.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_rolldown/runtime.js +11 -0
- package/dist/_virtual/builtin_esm-external-require-react.js +9 -0
- package/dist/components/accordion/accordion-context.js +5 -6
- package/dist/components/accordion/accordion-item.js +28 -40
- package/dist/components/accordion/accordion-panel.js +17 -14
- package/dist/components/accordion/accordion-recipe.js +85 -120
- package/dist/components/accordion/accordion.js +23 -20
- package/dist/components/alert/alert.js +80 -59
- package/dist/components/alert/helper.js +30 -42
- package/dist/components/alert/types.d.ts.map +1 -1
- package/dist/components/badge/badge-recipe.js +57 -49
- package/dist/components/badge/badge.js +66 -71
- package/dist/components/badge/helper.js +8 -9
- package/dist/components/box/box.js +14 -11
- package/dist/components/breadcrumbs/breadcrumb-item.js +21 -17
- package/dist/components/breadcrumbs/breadcrumb-link.js +21 -20
- package/dist/components/breadcrumbs/breadcrumbs.js +123 -90
- package/dist/components/button/button-recipe.js +280 -315
- package/dist/components/button/button.js +39 -40
- package/dist/components/checkbox/checkbox-icon.js +38 -46
- package/dist/components/checkbox/checkbox-recipe.js +176 -204
- package/dist/components/checkbox/checkbox.js +43 -36
- package/dist/components/checkbox/icons/check.js +5 -5
- package/dist/components/checkbox/icons/minus.js +5 -5
- package/dist/components/checkbox/icons/plus.js +5 -5
- package/dist/components/checkbox-group/checkbox-group.js +17 -16
- package/dist/components/collapsible/collapsible.js +117 -101
- package/dist/components/collapsible/translations.js +29 -29
- package/dist/components/combobox/combobox-button.js +173 -143
- package/dist/components/combobox/combobox-item.js +45 -23
- package/dist/components/combobox/combobox-menu.js +240 -190
- package/dist/components/combobox/combobox-recipe.js +69 -103
- package/dist/components/combobox/combobox.js +243 -273
- package/dist/components/combobox/translations.js +49 -50
- package/dist/components/date-picker/base-date-picker.js +238 -248
- package/dist/components/date-picker/date-cell-recipe.js +149 -179
- package/dist/components/date-picker/date-multi-picker.js +35 -29
- package/dist/components/date-picker/date-picker-date-cell.js +109 -114
- package/dist/components/date-picker/date-picker-header.js +152 -170
- package/dist/components/date-picker/date-picker-week-cell.js +41 -43
- package/dist/components/date-picker/date-picker.js +32 -29
- package/dist/components/date-picker/date-range-picker.js +29 -24
- package/dist/components/date-picker/date-week-picker.js +29 -22
- package/dist/components/date-picker/datepicker-week-recipe.js +75 -91
- package/dist/components/date-picker/helper.js +11 -16
- package/dist/components/divider/divider-recipe.js +9 -11
- package/dist/components/divider/divider.js +19 -18
- package/dist/components/drawer/drawer-recipe.js +21 -50
- package/dist/components/drawer/drawer.js +45 -41
- package/dist/components/drawer/inline-drawer.js +69 -66
- package/dist/components/drawer/use-drawer-key-down.js +20 -20
- package/dist/components/fieldset/fieldset-error-text.js +15 -15
- package/dist/components/fieldset/fieldset-helper-text.js +15 -15
- package/dist/components/fieldset/fieldset-legend.js +15 -15
- package/dist/components/fieldset/fieldset-recipe.js +14 -24
- package/dist/components/fieldset/fieldset.js +17 -17
- package/dist/components/flex/flex.js +15 -15
- package/dist/components/form-control/form-control-recipe.js +42 -46
- package/dist/components/form-control/form-control.js +19 -19
- package/dist/components/form-control/form-error-message.js +15 -15
- package/dist/components/form-control/form-helper-text.js +15 -15
- package/dist/components/form-control/form-label.js +24 -26
- package/dist/components/grid/grid-item.js +15 -15
- package/dist/components/grid/grid.js +15 -15
- package/dist/components/heading/heading.js +24 -23
- package/dist/components/highlight/highlight.js +22 -21
- package/dist/components/icon/create-icon.js +27 -26
- package/dist/components/icon/icons/absence-icon.js +5 -5
- package/dist/components/icon/icons/accessibility-icon.js +5 -5
- package/dist/components/icon/icons/add-absence-icon.js +5 -5
- package/dist/components/icon/icons/add-emoji-icon.js +5 -5
- package/dist/components/icon/icons/add-icon.js +5 -5
- package/dist/components/icon/icons/apple-icon.js +5 -5
- package/dist/components/icon/icons/apps-icon.js +5 -5
- package/dist/components/icon/icons/archive-icon.js +6 -6
- package/dist/components/icon/icons/area-icon.js +5 -5
- package/dist/components/icon/icons/at-icon.js +5 -5
- package/dist/components/icon/icons/attachment-icon.js +5 -5
- package/dist/components/icon/icons/baby-icon.js +5 -5
- package/dist/components/icon/icons/back-icon.js +5 -5
- package/dist/components/icon/icons/backspace-icon.js +5 -5
- package/dist/components/icon/icons/bank-icon.js +5 -5
- package/dist/components/icon/icons/bank-id-icon.js +5 -5
- package/dist/components/icon/icons/barcode-icon.js +5 -5
- package/dist/components/icon/icons/bell-icon.js +5 -5
- package/dist/components/icon/icons/bolt-icon.js +7 -7
- package/dist/components/icon/icons/calendar-icon.js +5 -5
- package/dist/components/icon/icons/camera-icon.js +5 -5
- package/dist/components/icon/icons/cancel-icon.js +5 -5
- package/dist/components/icon/icons/card-icon.js +5 -5
- package/dist/components/icon/icons/cart-icon.js +5 -5
- package/dist/components/icon/icons/caspeco-icon.js +7 -7
- package/dist/components/icon/icons/channels-icon.js +5 -5
- package/dist/components/icon/icons/chart-icon.js +5 -5
- package/dist/components/icon/icons/chart-line-icon.js +5 -5
- package/dist/components/icon/icons/chart-mixed-icon.js +5 -5
- package/dist/components/icon/icons/chart-pie-icon.js +5 -5
- package/dist/components/icon/icons/chart-scatter-icon.js +5 -5
- package/dist/components/icon/icons/check-icon.js +5 -5
- package/dist/components/icon/icons/checkbox-icon.js +5 -5
- package/dist/components/icon/icons/chevron-left-icon.js +5 -5
- package/dist/components/icon/icons/chevron-right-icon.js +5 -5
- package/dist/components/icon/icons/child-icon.js +5 -5
- package/dist/components/icon/icons/circle-info-icon.js +5 -5
- package/dist/components/icon/icons/circle-parking-icon.js +5 -5
- package/dist/components/icon/icons/circle-question-icon.js +5 -5
- package/dist/components/icon/icons/circle-select-icon.js +5 -5
- package/dist/components/icon/icons/circle-success-icon.js +5 -5
- package/dist/components/icon/icons/circle-user-icon.js +5 -5
- package/dist/components/icon/icons/clear-icon.js +5 -5
- package/dist/components/icon/icons/close-icon.js +5 -5
- package/dist/components/icon/icons/closed-icon.js +5 -5
- package/dist/components/icon/icons/collapse-icon.js +5 -5
- package/dist/components/icon/icons/color-icon.js +5 -5
- package/dist/components/icon/icons/columns-icon.js +5 -5
- package/dist/components/icon/icons/comment-add-icon.js +5 -5
- package/dist/components/icon/icons/comment-icon.js +5 -5
- package/dist/components/icon/icons/cookies-icon.js +5 -5
- package/dist/components/icon/icons/copy-icon.js +5 -5
- package/dist/components/icon/icons/date-icon.js +5 -5
- package/dist/components/icon/icons/decrease-icon.js +4 -4
- package/dist/components/icon/icons/delete-icon.js +5 -5
- package/dist/components/icon/icons/deliverect-icon.js +5 -5
- package/dist/components/icon/icons/delivery-icon.js +5 -5
- package/dist/components/icon/icons/description-icon.js +5 -5
- package/dist/components/icon/icons/discount-icon.js +5 -5
- package/dist/components/icon/icons/distribute-evenly-icon.js +5 -5
- package/dist/components/icon/icons/door-closed-icon.js +5 -5
- package/dist/components/icon/icons/door-open-icon.js +5 -5
- package/dist/components/icon/icons/down-icon.js +5 -5
- package/dist/components/icon/icons/eat-in-icon.js +5 -5
- package/dist/components/icon/icons/edit-icon.js +5 -5
- package/dist/components/icon/icons/email-icon.js +5 -5
- package/dist/components/icon/icons/error-icon.js +5 -5
- package/dist/components/icon/icons/expand-icon.js +5 -5
- package/dist/components/icon/icons/export-icon.js +5 -5
- package/dist/components/icon/icons/extract-icon.js +5 -5
- package/dist/components/icon/icons/facebook-icon.js +5 -5
- package/dist/components/icon/icons/failed-print-icon.js +5 -5
- package/dist/components/icon/icons/file-icon.js +5 -5
- package/dist/components/icon/icons/filter-icon.js +5 -5
- package/dist/components/icon/icons/folder-icon.js +5 -5
- package/dist/components/icon/icons/foodora-icon.js +5 -5
- package/dist/components/icon/icons/forward-icon.js +5 -5
- package/dist/components/icon/icons/glovo-icon.js +7 -7
- package/dist/components/icon/icons/goal-icon.js +5 -5
- package/dist/components/icon/icons/google-icon.js +5 -5
- package/dist/components/icon/icons/grip-more-icon.js +5 -5
- package/dist/components/icon/icons/hash-icon.js +5 -5
- package/dist/components/icon/icons/hexagon-error-icon.js +5 -5
- package/dist/components/icon/icons/hide-icon.js +5 -5
- package/dist/components/icon/icons/history-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-anchor-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-asterisk-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-beer-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-bicycle-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-binoculars-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-bomb-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-car-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-cocktail-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-gem-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-heart-full-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-heart-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-magnet-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-money-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-moon-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-music-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-star-full-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-star-half-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-star-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-tint-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-tree-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-utensils-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-wheelchair-icon.js +5 -5
- package/dist/components/icon/icons/image-icon.js +5 -5
- package/dist/components/icon/icons/import-icon.js +5 -5
- package/dist/components/icon/icons/inbox-icon.js +5 -5
- package/dist/components/icon/icons/increase-icon.js +5 -5
- package/dist/components/icon/icons/indeterminate-icon.js +4 -4
- package/dist/components/icon/icons/index.d.ts +1 -0
- package/dist/components/icon/icons/index.d.ts.map +1 -1
- package/dist/components/icon/icons/info-icon.js +5 -5
- package/dist/components/icon/icons/inheritance-icon.js +5 -5
- package/dist/components/icon/icons/just-eat-icon.js +5 -5
- package/dist/components/icon/icons/karma-icon.js +5 -5
- package/dist/components/icon/icons/key-command-icon.js +5 -5
- package/dist/components/icon/icons/key-enter-icon.js +5 -5
- package/dist/components/icon/icons/key-icon.js +5 -5
- package/dist/components/icon/icons/key-option-icon.js +5 -5
- package/dist/components/icon/icons/language-icon.js +5 -5
- package/dist/components/icon/icons/link-broken-icon.js +5 -5
- package/dist/components/icon/icons/link-external-icon.js +5 -5
- package/dist/components/icon/icons/link-icon.js +5 -5
- package/dist/components/icon/icons/list-ol-icon.js +5 -5
- package/dist/components/icon/icons/list-ul-icon.js +5 -5
- package/dist/components/icon/icons/loading-icon.js +5 -5
- package/dist/components/icon/icons/location-icon.js +5 -5
- package/dist/components/icon/icons/lock-icon.js +5 -5
- package/dist/components/icon/icons/log-in-icon.js +5 -5
- package/dist/components/icon/icons/log-out-icon.js +5 -5
- package/dist/components/icon/icons/map-icon.js +5 -5
- package/dist/components/icon/icons/maximize-icon.js +5 -5
- package/dist/components/icon/icons/members-icon.js +5 -5
- package/dist/components/icon/icons/menu-hide-icon.js +5 -5
- package/dist/components/icon/icons/menu-icon.js +5 -5
- package/dist/components/icon/icons/menu-show-icon.js +5 -5
- package/dist/components/icon/icons/message-add-icon.js +5 -5
- package/dist/components/icon/icons/message-icon.js +5 -5
- package/dist/components/icon/icons/message-lines-icon.js +5 -5
- package/dist/components/icon/icons/minimize-icon.js +5 -5
- package/dist/components/icon/icons/minimize-window-icon.js +5 -5
- package/dist/components/icon/icons/mobile-rotate-icon.js +5 -5
- package/dist/components/icon/icons/module-accounting-icon.js +5 -5
- package/dist/components/icon/icons/module-ai-forecast-icon.js +5 -5
- package/dist/components/icon/icons/module-app-icon.js +5 -5
- package/dist/components/icon/icons/module-articles-icon.js +5 -5
- package/dist/components/icon/icons/module-benchmark-icon.js +5 -5
- package/dist/components/icon/icons/module-booking-icon.js +5 -5
- package/dist/components/icon/icons/module-cai-icon.js +5 -5
- package/dist/components/icon/icons/module-campaigns-icon.js +5 -5
- package/dist/components/icon/icons/module-cashier-icon.js +5 -5
- package/dist/components/icon/icons/module-communication-icon.js +5 -5
- package/dist/components/icon/icons/module-copilot-icon.js +5 -5
- package/dist/components/icon/icons/module-dashboard-icon.js +5 -5
- package/dist/components/icon/icons/module-document-icon.js +5 -5
- package/dist/components/icon/icons/module-employees-icon.js +5 -5
- package/dist/components/icon/icons/module-feed-icon.js +5 -5
- package/dist/components/icon/icons/module-history-icon.js +5 -5
- package/dist/components/icon/icons/module-home-icon.js +5 -5
- package/dist/components/icon/icons/module-insights-icon.js +5 -5
- package/dist/components/icon/icons/module-kds-icon.js +5 -5
- package/dist/components/icon/icons/module-members-icon.js +5 -5
- package/dist/components/icon/icons/module-menus-icon.js +5 -5
- package/dist/components/icon/icons/module-my-city-icon.js +5 -5
- package/dist/components/icon/icons/module-notification-center-icon.js +5 -5
- package/dist/components/icon/icons/module-online-order-icon.js +5 -5
- package/dist/components/icon/icons/module-organisation-icon.js +5 -5
- package/dist/components/icon/icons/module-pos-icon.js +5 -5
- package/dist/components/icon/icons/module-pulse-icon.js +5 -5
- package/dist/components/icon/icons/module-result-icon.js +5 -5
- package/dist/components/icon/icons/module-salary-icon.js +5 -5
- package/dist/components/icon/icons/module-schedule-icon.js +5 -5
- package/dist/components/icon/icons/module-settings-alt-icon.js +5 -5
- package/dist/components/icon/icons/module-settings-icon.js +5 -5
- package/dist/components/icon/icons/module-support-icon.js +5 -5
- package/dist/components/icon/icons/module-survey-icon.js +5 -5
- package/dist/components/icon/icons/module-table-map-icon.js +6 -6
- package/dist/components/icon/icons/module-tablet-icon.js +5 -5
- package/dist/components/icon/icons/module-time-icon.js +5 -5
- package/dist/components/icon/icons/module-timeline-icon.js +5 -5
- package/dist/components/icon/icons/module-tip-icon.js +5 -5
- package/dist/components/icon/icons/module-to-do-icon.js +5 -5
- package/dist/components/icon/icons/module-tools-icon.js +5 -5
- package/dist/components/icon/icons/module-top-list-icon.js +5 -5
- package/dist/components/icon/icons/module-web-charts-icon.js +5 -5
- package/dist/components/icon/icons/module-web-icon.js +5 -5
- package/dist/components/icon/icons/more-horizontal-icon.js +5 -5
- package/dist/components/icon/icons/more-vertical-icon.js +5 -5
- package/dist/components/icon/icons/nfc-icon.js +5 -5
- package/dist/components/icon/icons/no-cart-icon.js +5 -5
- package/dist/components/icon/icons/note-icon.js +5 -5
- package/dist/components/icon/icons/number-icon.js +6 -6
- package/dist/components/icon/icons/open-modal-icon.js +5 -5
- package/dist/components/icon/icons/parking-icon.js +5 -5
- package/dist/components/icon/icons/party-horn-icon.js +5 -5
- package/dist/components/icon/icons/paste-icon.d.ts +2 -0
- package/dist/components/icon/icons/paste-icon.d.ts.map +1 -0
- package/dist/components/icon/icons/paste-icon.js +5 -0
- package/dist/components/icon/icons/pause-icon.js +5 -5
- package/dist/components/icon/icons/payment-card-icon.js +5 -5
- package/dist/components/icon/icons/payment-cash-icon.js +5 -5
- package/dist/components/icon/icons/payment-generic-icon.js +5 -5
- package/dist/components/icon/icons/payment-giftcard-icon.js +5 -5
- package/dist/components/icon/icons/payment-hotel-icon.js +5 -5
- package/dist/components/icon/icons/payment-invoice-icon.js +5 -5
- package/dist/components/icon/icons/percentage-icon.js +5 -5
- package/dist/components/icon/icons/phone-icon.js +5 -5
- package/dist/components/icon/icons/pin-icon.js +5 -5
- package/dist/components/icon/icons/pin-map-icon.js +5 -5
- package/dist/components/icon/icons/play-icon.js +5 -5
- package/dist/components/icon/icons/preview-icon.js +5 -5
- package/dist/components/icon/icons/print-icon.js +5 -5
- package/dist/components/icon/icons/privacy-icon.js +5 -5
- package/dist/components/icon/icons/product-admin-icon.js +5 -5
- package/dist/components/icon/icons/product-analytics-icon.js +5 -5
- package/dist/components/icon/icons/product-booking-icon.js +5 -5
- package/dist/components/icon/icons/product-checkout-icon.js +5 -5
- package/dist/components/icon/icons/product-my-pages-icon.js +5 -5
- package/dist/components/icon/icons/product-staff-icon.js +5 -5
- package/dist/components/icon/icons/puck-icon.js +5 -5
- package/dist/components/icon/icons/qr-code-icon.js +5 -5
- package/dist/components/icon/icons/question-icon.js +5 -5
- package/dist/components/icon/icons/radio-icon.js +5 -5
- package/dist/components/icon/icons/receipt-icon.js +5 -5
- package/dist/components/icon/icons/redo-icon.js +5 -5
- package/dist/components/icon/icons/refund-icon.js +5 -5
- package/dist/components/icon/icons/remove-icon.js +5 -5
- package/dist/components/icon/icons/replace-icon.js +5 -5
- package/dist/components/icon/icons/schedule-icon.js +5 -5
- package/dist/components/icon/icons/search-icon.js +5 -5
- package/dist/components/icon/icons/select-icon.js +4 -4
- package/dist/components/icon/icons/send-icon.js +5 -5
- package/dist/components/icon/icons/share-icon.js +5 -5
- package/dist/components/icon/icons/show-icon.js +5 -5
- package/dist/components/icon/icons/shuffle-icon.js +5 -5
- package/dist/components/icon/icons/sidebar-hide-icon.js +4 -4
- package/dist/components/icon/icons/sidebar-left-icon.js +4 -4
- package/dist/components/icon/icons/sidebar-right-icon.js +5 -5
- package/dist/components/icon/icons/sidebar-show-icon.js +5 -5
- package/dist/components/icon/icons/sliders-icon.js +5 -5
- package/dist/components/icon/icons/slightly-sad-icon.js +5 -5
- package/dist/components/icon/icons/smile-icon.js +5 -5
- package/dist/components/icon/icons/sort-asc-icon.js +5 -5
- package/dist/components/icon/icons/sort-desc-icon.js +5 -5
- package/dist/components/icon/icons/split-icon.js +5 -5
- package/dist/components/icon/icons/status-icon.js +5 -5
- package/dist/components/icon/icons/stop-icon.js +5 -5
- package/dist/components/icon/icons/submenu-icon.js +5 -5
- package/dist/components/icon/icons/success-icon.js +5 -5
- package/dist/components/icon/icons/swap-icon.js +5 -5
- package/dist/components/icon/icons/swatch-icon.js +5 -5
- package/dist/components/icon/icons/sweat-icon.js +5 -5
- package/dist/components/icon/icons/table-icon.js +5 -5
- package/dist/components/icon/icons/table-map-icon.js +5 -5
- package/dist/components/icon/icons/take-away-dot-com-icon.js +5 -5
- package/dist/components/icon/icons/take-away-icon.js +5 -5
- package/dist/components/icon/icons/talk-icon.js +5 -5
- package/dist/components/icon/icons/thumbtack-icon.js +5 -5
- package/dist/components/icon/icons/time-icon.js +5 -5
- package/dist/components/icon/icons/timeline-icon.js +5 -5
- package/dist/components/icon/icons/tip-icon.js +5 -5
- package/dist/components/icon/icons/title-icon.js +5 -5
- package/dist/components/icon/icons/translate-icon.js +5 -5
- package/dist/components/icon/icons/tree-view-collapse-icon.js +4 -4
- package/dist/components/icon/icons/tree-view-expand-icon.js +4 -4
- package/dist/components/icon/icons/tree-view-last-icon.js +4 -4
- package/dist/components/icon/icons/trend-down-icon.js +5 -5
- package/dist/components/icon/icons/trend-up-icon.js +5 -5
- package/dist/components/icon/icons/triangle-warning-icon.js +5 -5
- package/dist/components/icon/icons/trivec-icon.js +6 -6
- package/dist/components/icon/icons/uber-eats-icon.js +5 -5
- package/dist/components/icon/icons/undo-icon.js +5 -5
- package/dist/components/icon/icons/unlock-icon.js +5 -5
- package/dist/components/icon/icons/unwrap-content-icon.js +5 -5
- package/dist/components/icon/icons/up-icon.js +5 -5
- package/dist/components/icon/icons/user-group-icon.js +5 -5
- package/dist/components/icon/icons/user-icon.js +5 -5
- package/dist/components/icon/icons/user-permissions-icon.js +5 -5
- package/dist/components/icon/icons/user-wait-icon.js +5 -5
- package/dist/components/icon/icons/users-icon.js +5 -5
- package/dist/components/icon/icons/version-control-icon.js +5 -5
- package/dist/components/icon/icons/volume-high-icon.js +5 -5
- package/dist/components/icon/icons/volume-icon.js +5 -5
- package/dist/components/icon/icons/volume-low-icon.js +5 -5
- package/dist/components/icon/icons/volume-off-icon.js +5 -5
- package/dist/components/icon/icons/warning-icon.js +5 -5
- package/dist/components/icon/icons/waste-icon.js +5 -5
- package/dist/components/icon/icons/wifi-icon.js +5 -5
- package/dist/components/icon/icons/wifi-off-icon.js +5 -5
- package/dist/components/icon/icons/wolt-icon.js +5 -5
- package/dist/components/icon/icons/wrap-content-icon.js +5 -5
- package/dist/components/icon-button/icon-button.js +37 -39
- package/dist/components/image/image.js +12 -14
- package/dist/components/image-upload/image-cropper.helper.js +74 -82
- package/dist/components/image-upload/image-cropper.js +156 -183
- package/dist/components/image-upload/image-upload-dropzone.js +134 -112
- package/dist/components/image-upload/image-upload-helper.js +15 -19
- package/dist/components/image-upload/image-upload-icons.js +52 -20
- package/dist/components/image-upload/image-upload-modal.js +131 -106
- package/dist/components/image-upload/image-upload.js +96 -86
- package/dist/components/image-upload/translations.js +65 -65
- package/dist/components/image-upload/types.js +6 -4
- package/dist/components/input/helper.js +18 -29
- package/dist/components/input/input-addon-recipe.js +37 -43
- package/dist/components/input/input-recipe.js +124 -133
- package/dist/components/input/input.js +78 -83
- package/dist/components/link/link-recipe.js +18 -22
- package/dist/components/link/link.js +14 -14
- package/dist/components/list/list-item.js +15 -15
- package/dist/components/list/list.js +19 -20
- package/dist/components/menu/helper.js +12 -16
- package/dist/components/menu/menu-box-button.js +22 -18
- package/dist/components/menu/menu-button.js +18 -16
- package/dist/components/menu/menu-divider.js +31 -28
- package/dist/components/menu/menu-group.js +138 -142
- package/dist/components/menu/menu-icon-button.js +13 -11
- package/dist/components/menu/menu-item.js +44 -45
- package/dist/components/menu/menu-list.js +14 -15
- package/dist/components/menu/menu-recipe.js +67 -81
- package/dist/components/menu/menu.js +34 -41
- package/dist/components/message/message.js +52 -38
- package/dist/components/modal/modal-body-context.js +6 -7
- package/dist/components/modal/modal-body.js +17 -17
- package/dist/components/modal/modal-close-button.js +23 -18
- package/dist/components/modal/modal-footer.js +29 -32
- package/dist/components/modal/modal-header.js +17 -17
- package/dist/components/modal/modal-recipe.js +110 -141
- package/dist/components/modal/modal.js +54 -58
- package/dist/components/navigation-list/navigation-list-item.js +76 -88
- package/dist/components/navigation-list/navigation-list.js +23 -17
- package/dist/components/paginator/paginator-recipe.js +34 -40
- package/dist/components/paginator/paginator.js +65 -70
- package/dist/components/paginator/translations.js +35 -35
- package/dist/components/phone-input/country-data.js +31 -36
- package/dist/components/phone-input/country-list.js +45 -25
- package/dist/components/phone-input/country-selector.js +167 -115
- package/dist/components/phone-input/phone-input-helpers.js +91 -119
- package/dist/components/phone-input/phone-input.js +47 -42
- package/dist/components/phone-input/translations.js +53 -53
- package/dist/components/phone-input/use-phone-input.js +110 -137
- package/dist/components/quantity-button/minus-button.js +18 -16
- package/dist/components/quantity-button/plus-button.js +18 -16
- package/dist/components/quantity-button/quantity-button.js +72 -40
- package/dist/components/radio/check-icon.js +5 -5
- package/dist/components/radio/hover-styles.js +21 -36
- package/dist/components/radio/radio-group-context.js +5 -6
- package/dist/components/radio/radio-group-recipe.js +124 -142
- package/dist/components/radio/radio-group.js +30 -28
- package/dist/components/radio/radio.js +72 -55
- package/dist/components/radio-card/hover-styles.js +21 -36
- package/dist/components/radio-card/radio-card-group.js +24 -25
- package/dist/components/radio-card/radio-card.js +87 -67
- package/dist/components/rich-text-editor/boolean-control.js +51 -54
- package/dist/components/rich-text-editor/extensions.js +39 -34
- package/dist/components/rich-text-editor/index.js +26 -22
- package/dist/components/rich-text-editor/rich-text-editor-context.js +9 -11
- package/dist/components/rich-text-editor/rich-text-editor-control.js +290 -284
- package/dist/components/rich-text-editor/rich-text-editor-recipe.js +71 -83
- package/dist/components/rich-text-editor/rich-text-editor.js +72 -69
- package/dist/components/rich-text-editor/rich-text-renderer.js +32 -32
- package/dist/components/rich-text-editor/translations.js +119 -119
- package/dist/components/rich-text-editor/use-rich-text-editor.js +22 -29
- package/dist/components/segmented-control/segmented-control-item.js +24 -25
- package/dist/components/segmented-control/segmented-control.js +49 -40
- package/dist/components/select/select-recipe.js +91 -106
- package/dist/components/select/select.js +27 -29
- package/dist/components/skeleton/skeleton-text.js +18 -19
- package/dist/components/skeleton/skeleton.js +19 -20
- package/dist/components/spinner/spinner.js +44 -28
- package/dist/components/stack/stack.js +18 -18
- package/dist/components/stepper/check-icon.js +5 -5
- package/dist/components/stepper/step-context.js +5 -5
- package/dist/components/stepper/step.js +111 -106
- package/dist/components/stepper/stepper.js +42 -43
- package/dist/components/stepper/times-icon.js +5 -5
- package/dist/components/switch/hover-styles.js +30 -44
- package/dist/components/switch/switch-recipe.js +76 -84
- package/dist/components/switch/switch.d.ts +3 -3
- package/dist/components/switch/switch.d.ts.map +1 -1
- package/dist/components/switch/switch.js +30 -31
- package/dist/components/switch/types.d.ts +4 -2
- package/dist/components/switch/types.d.ts.map +1 -1
- package/dist/components/table/helper.d.ts +6 -0
- package/dist/components/table/helper.d.ts.map +1 -1
- package/dist/components/table/helper.js +29 -9
- package/dist/components/table/index.d.ts +1 -1
- package/dist/components/table/index.d.ts.map +1 -1
- package/dist/components/table/table-cell.d.ts.map +1 -1
- package/dist/components/table/table-cell.js +136 -122
- package/dist/components/table/table-column-resize-handle.d.ts +12 -0
- package/dist/components/table/table-column-resize-handle.d.ts.map +1 -0
- package/dist/components/table/table-column-resize-handle.js +69 -0
- package/dist/components/table/table-content.d.ts.map +1 -1
- package/dist/components/table/table-content.js +174 -98
- package/dist/components/table/table-context-provider.d.ts +7 -2
- package/dist/components/table/table-context-provider.d.ts.map +1 -1
- package/dist/components/table/table-context-provider.js +203 -151
- package/dist/components/table/table-context.d.ts +24 -0
- package/dist/components/table/table-context.d.ts.map +1 -1
- package/dist/components/table/table-context.js +18 -11
- package/dist/components/table/table-filter.js +170 -118
- package/dist/components/table/table-header-dropdown.js +131 -89
- package/dist/components/table/table-header-row.d.ts.map +1 -1
- package/dist/components/table/table-header-row.js +202 -140
- package/dist/components/table/table-recipe.d.ts.map +1 -1
- package/dist/components/table/table-recipe.js +75 -96
- package/dist/components/table/table-row-expand-toggle-button.js +28 -35
- package/dist/components/table/table-row.d.ts.map +1 -1
- package/dist/components/table/table-row.js +51 -41
- package/dist/components/table/table-toolbar-actions.js +19 -19
- package/dist/components/table/table-toolbar-add-button.js +18 -13
- package/dist/components/table/table-toolbar-search.js +17 -12
- package/dist/components/table/table-toolbar-settings.js +180 -133
- package/dist/components/table/table-toolbar.js +72 -51
- package/dist/components/table/table.composition.d.ts +1 -0
- package/dist/components/table/table.composition.d.ts.map +1 -1
- package/dist/components/table/table.constants.d.ts +4 -0
- package/dist/components/table/table.constants.d.ts.map +1 -1
- package/dist/components/table/table.constants.js +9 -4
- package/dist/components/table/table.d.ts +1 -1
- package/dist/components/table/table.d.ts.map +1 -1
- package/dist/components/table/table.js +41 -37
- package/dist/components/table/translations.d.ts +7 -0
- package/dist/components/table/translations.d.ts.map +1 -1
- package/dist/components/table/translations.js +199 -194
- package/dist/components/table/types.d.ts +33 -2
- package/dist/components/table/types.d.ts.map +1 -1
- package/dist/components/tabs/tab-list.js +16 -17
- package/dist/components/tabs/tab-panel.js +14 -14
- package/dist/components/tabs/tab-panels.js +15 -15
- package/dist/components/tabs/tab-with-image.js +60 -53
- package/dist/components/tabs/tab.js +26 -22
- package/dist/components/tabs/tabs-recipe.js +96 -116
- package/dist/components/tabs/tabs.js +25 -24
- package/dist/components/tag/tag-recipe.js +225 -252
- package/dist/components/tag/tag.js +121 -62
- package/dist/components/text/text-recipe.js +3 -8
- package/dist/components/text/text.js +26 -27
- package/dist/components/textarea/textarea-recipe.js +90 -96
- package/dist/components/textarea/textarea.js +19 -19
- package/dist/components/toaster/toast-store.d.ts +2 -2
- package/dist/components/toaster/toast-store.d.ts.map +1 -1
- package/dist/components/toaster/toast-store.js +25 -32
- package/dist/components/toaster/toaster.js +39 -34
- package/dist/components/toggle-button/toggle-button.js +23 -25
- package/dist/components/toggle-button/use-button-children.js +36 -35
- package/dist/components/tooltip/tooltip.js +43 -47
- package/dist/hooks/use-color-mode.js +17 -22
- package/dist/hooks/use-disclosure.js +10 -13
- package/dist/hooks/use-measured-width.js +21 -21
- package/dist/hooks/use-remove-attributes.js +25 -24
- package/dist/index.js +395 -799
- package/dist/node_modules/@dnd-kit/abstract/index.js +658 -1185
- package/dist/node_modules/@dnd-kit/collision/dist/index.js +51 -90
- package/dist/node_modules/@dnd-kit/dom/index.js +1256 -1518
- package/dist/node_modules/@dnd-kit/dom/sortable.js +529 -654
- package/dist/node_modules/@dnd-kit/dom/utilities.js +772 -940
- package/dist/node_modules/@dnd-kit/geometry/dist/index.js +228 -196
- package/dist/node_modules/@dnd-kit/react/hooks.js +51 -63
- package/dist/node_modules/@dnd-kit/react/index.js +175 -235
- package/dist/node_modules/@dnd-kit/react/sortable.js +67 -142
- package/dist/node_modules/@dnd-kit/react/utilities.js +7 -9
- package/dist/node_modules/@dnd-kit/state/dist/index.js +157 -172
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +154 -243
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +294 -369
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +95 -133
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +96 -122
- package/dist/node_modules/@preact/signals-core/dist/signals-core.module.js +249 -264
- package/dist/node_modules/@tanstack/react-table/build/lib/index.js +34 -88
- package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js +74 -88
- package/dist/node_modules/@tanstack/table-core/build/lib/index.js +1463 -1822
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +633 -768
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/lazy-measurements.js +30 -32
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +35 -48
- package/dist/node_modules/@tiptap/core/dist/index.js +3433 -3946
- package/dist/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +19 -19
- package/dist/node_modules/@tiptap/extension-blockquote/dist/index.js +73 -1498
- package/dist/node_modules/@tiptap/extension-bold/dist/index.js +71 -84
- package/dist/node_modules/@tiptap/extension-code/dist/index.js +65 -70
- package/dist/node_modules/@tiptap/extension-code-block/dist/index.js +155 -216
- package/dist/node_modules/@tiptap/extension-document/dist/index.js +9 -11
- package/dist/node_modules/@tiptap/extension-hard-break/dist/index.js +48 -60
- package/dist/node_modules/@tiptap/extension-heading/dist/index.js +65 -66
- package/dist/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +47 -55
- package/dist/node_modules/@tiptap/extension-italic/dist/index.js +68 -82
- package/dist/node_modules/@tiptap/extension-link/dist/index.js +365 -334
- package/dist/node_modules/@tiptap/extension-list/dist/index.js +936 -1105
- package/dist/node_modules/@tiptap/extension-paragraph/dist/index.js +43 -48
- package/dist/node_modules/@tiptap/extension-strike/dist/index.js +53 -65
- package/dist/node_modules/@tiptap/extension-text/dist/index.js +12 -12
- package/dist/node_modules/@tiptap/extension-underline/dist/index.js +60 -64
- package/dist/node_modules/@tiptap/extensions/dist/index.js +439 -462
- package/dist/node_modules/@tiptap/react/dist/index.js +314 -0
- package/dist/node_modules/@tiptap/starter-kit/dist/index.js +23 -24
- package/dist/node_modules/country-flag-icons/modules/countries.json.js +4 -4
- package/dist/node_modules/country-flag-icons/modules/hasFlag.js +6 -6
- package/dist/node_modules/country-flag-icons/modules/react/3x2/index.js +5469 -6298
- package/dist/node_modules/country-flag-icons/react/3x2/index.js +273 -269
- package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +5 -6
- package/dist/node_modules/date-fns/_lib/defaultOptions.js +6 -6
- package/dist/node_modules/date-fns/_lib/format/formatters.js +385 -544
- package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +42 -57
- package/dist/node_modules/date-fns/_lib/format/longFormatters.js +37 -48
- package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +7 -17
- package/dist/node_modules/date-fns/_lib/normalizeDates.js +6 -9
- package/dist/node_modules/date-fns/_lib/protectedTokens.js +19 -16
- package/dist/node_modules/date-fns/addDays.js +8 -8
- package/dist/node_modules/date-fns/addMonths.js +11 -18
- package/dist/node_modules/date-fns/addWeeks.js +6 -6
- package/dist/node_modules/date-fns/constants.js +10 -6
- package/dist/node_modules/date-fns/constructFrom.js +6 -6
- package/dist/node_modules/date-fns/constructNow.js +6 -6
- package/dist/node_modules/date-fns/differenceInCalendarDays.js +10 -14
- package/dist/node_modules/date-fns/endOfDay.js +7 -7
- package/dist/node_modules/date-fns/endOfMonth.js +7 -7
- package/dist/node_modules/date-fns/format.js +57 -55
- package/dist/node_modules/date-fns/getDayOfYear.js +9 -9
- package/dist/node_modules/date-fns/getISOWeek.js +10 -10
- package/dist/node_modules/date-fns/getISOWeekYear.js +13 -13
- package/dist/node_modules/date-fns/getWeek.js +10 -10
- package/dist/node_modules/date-fns/getWeekYear.js +14 -14
- package/dist/node_modules/date-fns/isBefore.js +6 -6
- package/dist/node_modules/date-fns/isDate.js +5 -5
- package/dist/node_modules/date-fns/isPast.js +6 -6
- package/dist/node_modules/date-fns/isSameDay.js +8 -12
- package/dist/node_modules/date-fns/isSameMonth.js +7 -11
- package/dist/node_modules/date-fns/isSameWeek.js +8 -12
- package/dist/node_modules/date-fns/isSameYear.js +7 -11
- package/dist/node_modules/date-fns/isToday.js +7 -10
- package/dist/node_modules/date-fns/isValid.js +7 -7
- package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +8 -8
- package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +16 -17
- package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +19 -28
- package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +17 -14
- package/dist/node_modules/date-fns/locale/da/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/da/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/da/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/da/_lib/localize.js +193 -142
- package/dist/node_modules/date-fns/locale/da/_lib/match.js +123 -109
- package/dist/node_modules/date-fns/locale/da.js +17 -17
- package/dist/node_modules/date-fns/locale/en-GB/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/en-GB.js +18 -18
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +200 -153
- package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +123 -109
- package/dist/node_modules/date-fns/locale/en-US.js +18 -18
- package/dist/node_modules/date-fns/locale/es/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/es/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/es/_lib/formatRelative.js +18 -18
- package/dist/node_modules/date-fns/locale/es/_lib/localize.js +192 -141
- package/dist/node_modules/date-fns/locale/es/_lib/match.js +127 -114
- package/dist/node_modules/date-fns/locale/es.js +18 -18
- package/dist/node_modules/date-fns/locale/et/_lib/formatDistance.js +161 -162
- package/dist/node_modules/date-fns/locale/et/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/et/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/et/_lib/localize.js +196 -152
- package/dist/node_modules/date-fns/locale/et/_lib/match.js +109 -107
- package/dist/node_modules/date-fns/locale/et.js +19 -19
- package/dist/node_modules/date-fns/locale/fi/_lib/formatDistance.js +101 -101
- package/dist/node_modules/date-fns/locale/fi/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/fi/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/fi/_lib/localize.js +192 -140
- package/dist/node_modules/date-fns/locale/fi/_lib/match.js +122 -108
- package/dist/node_modules/date-fns/locale/fi.js +18 -18
- package/dist/node_modules/date-fns/locale/fr/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/fr/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/fr/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/fr/_lib/localize.js +176 -120
- package/dist/node_modules/date-fns/locale/fr/_lib/match.js +122 -108
- package/dist/node_modules/date-fns/locale/fr.js +18 -18
- package/dist/node_modules/date-fns/locale/lt/_lib/formatDistance.js +93 -109
- package/dist/node_modules/date-fns/locale/lt/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/lt/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/lt/_lib/localize.js +298 -195
- package/dist/node_modules/date-fns/locale/lt/_lib/match.js +154 -121
- package/dist/node_modules/date-fns/locale/lt.js +19 -19
- package/dist/node_modules/date-fns/locale/lv/_lib/formatDistance.js +226 -120
- package/dist/node_modules/date-fns/locale/lv/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/lv/_lib/formatRelative.js +22 -22
- package/dist/node_modules/date-fns/locale/lv/_lib/localize.js +298 -221
- package/dist/node_modules/date-fns/locale/lv/_lib/match.js +138 -112
- package/dist/node_modules/date-fns/locale/lv.js +18 -18
- package/dist/node_modules/date-fns/locale/nb/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/nb/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/nb/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/nb/_lib/localize.js +159 -108
- package/dist/node_modules/date-fns/locale/nb/_lib/match.js +112 -108
- package/dist/node_modules/date-fns/locale/nb.js +18 -18
- package/dist/node_modules/date-fns/locale/nl/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/nl/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/nl/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/nl/_lib/localize.js +160 -109
- package/dist/node_modules/date-fns/locale/nl/_lib/match.js +120 -108
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/localize.js +160 -109
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/match.js +120 -108
- package/dist/node_modules/date-fns/locale/nl-BE.js +18 -18
- package/dist/node_modules/date-fns/locale/nl.js +18 -18
- package/dist/node_modules/date-fns/locale/sv/_lib/formatDistance.js +82 -86
- package/dist/node_modules/date-fns/locale/sv/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/sv/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/sv/_lib/localize.js +199 -142
- package/dist/node_modules/date-fns/locale/sv/_lib/match.js +109 -107
- package/dist/node_modules/date-fns/locale/sv.js +18 -18
- package/dist/node_modules/date-fns/startOfDay.js +7 -7
- package/dist/node_modules/date-fns/startOfISOWeek.js +9 -6
- package/dist/node_modules/date-fns/startOfISOWeekYear.js +9 -9
- package/dist/node_modules/date-fns/startOfMonth.js +7 -7
- package/dist/node_modules/date-fns/startOfWeek.js +8 -8
- package/dist/node_modules/date-fns/startOfWeekYear.js +10 -10
- package/dist/node_modules/date-fns/startOfYear.js +7 -7
- package/dist/node_modules/date-fns/subDays.js +6 -6
- package/dist/node_modules/date-fns/subMonths.js +6 -6
- package/dist/node_modules/date-fns/subWeeks.js +6 -6
- package/dist/node_modules/date-fns/toDate.js +6 -6
- package/dist/node_modules/fast-equals/dist/es/index.js +239 -298
- package/dist/node_modules/libphonenumber-js/es6/ParseError.js +116 -89
- package/dist/node_modules/libphonenumber-js/es6/PhoneNumber.js +155 -183
- package/dist/node_modules/libphonenumber-js/es6/constants.js +4 -10
- package/dist/node_modules/libphonenumber-js/es6/format.js +70 -91
- package/dist/node_modules/libphonenumber-js/es6/getCountries.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/RFC3966.js +8 -10
- package/dist/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +19 -14
- package/dist/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +9 -9
- package/dist/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js +15 -17
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +35 -45
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +20 -26
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js +17 -22
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +24 -36
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +26 -30
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.js +13 -21
- package/dist/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +10 -24
- package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryAndCallingCodeFromOneOfThem.js +10 -11
- package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +6 -8
- package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +39 -39
- package/dist/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js +9 -11
- package/dist/node_modules/libphonenumber-js/es6/helpers/getNumberType.js +56 -47
- package/dist/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js +12 -12
- package/dist/node_modules/libphonenumber-js/es6/helpers/isCallingCode.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/isCountryCode.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/isObject.js +6 -6
- package/dist/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +9 -17
- package/dist/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js +39 -0
- package/dist/node_modules/libphonenumber-js/es6/helpers/parseDigits.js +46 -77
- package/dist/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js +17 -18
- package/dist/node_modules/libphonenumber-js/es6/isPossible.js +29 -32
- package/dist/node_modules/libphonenumber-js/es6/isValid.js +12 -13
- package/dist/node_modules/libphonenumber-js/es6/isValidPhoneNumber.js +55 -52
- package/dist/node_modules/libphonenumber-js/es6/metadata.js +462 -482
- package/dist/node_modules/libphonenumber-js/es6/normalizeArguments.js +97 -95
- package/dist/node_modules/libphonenumber-js/es6/parse.js +98 -133
- package/dist/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +43 -35
- package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumber.js +8 -8
- package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js +51 -48
- package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js +59 -55
- package/dist/node_modules/libphonenumber-js/es6/tools/semver-compare.js +13 -13
- package/dist/node_modules/libphonenumber-js/metadata.min.json.js +7437 -3
- package/dist/node_modules/libphonenumber-js/min/exports/getCountries.js +6 -6
- package/dist/node_modules/libphonenumber-js/min/exports/getCountryCallingCode.js +6 -6
- package/dist/node_modules/libphonenumber-js/min/exports/isSupportedCountry.js +7 -7
- package/dist/node_modules/libphonenumber-js/min/exports/isValidPhoneNumber.js +6 -6
- package/dist/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.js +7 -7
- package/dist/node_modules/libphonenumber-js/min/exports/withMetadataArgument.js +6 -6
- package/dist/node_modules/linkifyjs/dist/linkify.js +486 -679
- package/dist/node_modules/next-themes/dist/index.js +120 -85
- package/dist/node_modules/orderedmap/dist/index.js +64 -100
- package/dist/node_modules/prosemirror-commands/dist/index.js +313 -368
- package/dist/node_modules/prosemirror-dropcursor/dist/index.js +109 -84
- package/dist/node_modules/prosemirror-gapcursor/dist/index.js +162 -195
- package/dist/node_modules/prosemirror-history/dist/index.js +203 -239
- package/dist/node_modules/prosemirror-keymap/dist/index.js +45 -57
- package/dist/node_modules/prosemirror-model/dist/index.js +1783 -2735
- package/dist/node_modules/prosemirror-schema-list/dist/index.js +66 -81
- package/dist/node_modules/prosemirror-state/dist/index.js +517 -814
- package/dist/node_modules/prosemirror-transform/dist/index.js +1104 -1505
- package/dist/node_modules/prosemirror-view/dist/index.js +3274 -3782
- package/dist/node_modules/react/cjs/react-compiler-runtime.development.js +15 -21
- package/dist/node_modules/react/cjs/react-compiler-runtime.production.js +12 -14
- package/dist/node_modules/react/compiler-runtime.js +10 -10
- package/dist/node_modules/rope-sequence/dist/index.js +82 -99
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +55 -58
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +53 -57
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +53 -58
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +45 -46
- package/dist/node_modules/use-sync-external-store/shim/index.js +10 -10
- package/dist/node_modules/use-sync-external-store/shim/with-selector.js +10 -10
- package/dist/node_modules/w3c-keyname/index.js +87 -92
- package/dist/theme/component-recipes.js +52 -53
- package/dist/theme/theme-casper-ui.js +179 -420
- package/dist/theme/theme-helper.js +4 -4
- package/dist/theme/theme-provider.js +33 -34
- package/dist/theme/theme-style-props.d.ts.map +1 -1
- package/dist/theme/theme-tokens.js +22 -12
- package/dist/theme/theme-types.js +22 -12
- package/dist/theme/theme.js +213 -268
- package/package.json +30 -29
- package/dist/_virtual/compiler-runtime.js +0 -5
- package/dist/_virtual/compiler-runtime2.js +0 -4
- package/dist/_virtual/index.js +0 -5
- package/dist/_virtual/index2.js +0 -4
- package/dist/_virtual/react-compiler-runtime.development.js +0 -4
- package/dist/_virtual/react-compiler-runtime.production.js +0 -4
- package/dist/_virtual/use-sync-external-store-shim.development.js +0 -4
- package/dist/_virtual/use-sync-external-store-shim.production.js +0 -4
- package/dist/_virtual/with-selector.development.js +0 -4
- package/dist/_virtual/with-selector.js +0 -5
- package/dist/_virtual/with-selector.production.js +0 -4
- package/dist/_virtual/with-selector2.js +0 -4
- package/dist/packages/casper-ui-library/node_modules/@tiptap/react/dist/index.js +0 -506
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/minimize-window-icon.ts
|
|
3
|
+
var t = e("MinimizeWindowIcon", "M2.75 15.5H17.25C17.6562 15.5 18 15.8438 18 16.25C18 16.6875 17.6562 17 17.25 17H2.75C2.3125 17 2 16.6875 2 16.25C2 15.8438 2.3125 15.5 2.75 15.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as MinimizeWindowIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/mobile-rotate-icon.ts
|
|
3
|
+
var t = e("MobileRotateIcon", "M2.65625 12.5938C2.84375 12.4062 3.15625 12.4062 3.34375 12.5938L4.84375 14.0938C4.9375 14.1875 5 14.3125 5 14.4688V14.5C5 14.7812 4.78125 15 4.5 15H3.78125C3.90625 16.125 4.84375 17 6 17C6.5625 17 7.09375 16.7812 7.5 16.4375L8.5625 17.5C7.90625 18.125 7 18.5 6 18.5C4.03125 18.5 2.40625 16.9688 2.25 15H1.5C1.21875 15 1 14.7812 1 14.5V14.4688C1 14.3125 1.0625 14.1875 1.15625 14.0938L2.65625 12.5938ZM6.75 2.4375C7.53125 1.8125 8.6875 1.84375 9.40625 2.59375L17.5625 10.75C18.1875 11.5312 18.1562 12.6875 17.4062 13.4062L13.2812 17.5312C12.5938 18.0938 11.625 18.1562 10.9062 17.6562L10.75 17.5625L2.59375 9.40625C1.875 8.6875 1.8125 7.53125 2.46875 6.75L2.59375 6.59375L6.75 2.4375ZM8.34375 3.65625C8.1875 3.46875 7.90625 3.4375 7.6875 3.59375L7.625 3.65625L3.65625 7.65625C3.4375 7.84375 3.4375 8.15625 3.65625 8.34375L11.625 16.3438L11.6875 16.4062C11.875 16.5312 12.1875 16.5312 12.3438 16.3438L16.4062 12.2812C16.5312 12.0938 16.5312 11.875 16.4062 11.6875L16.3438 11.625L8.34375 3.65625ZM13.2812 11.6562C13.5625 11.4375 14 11.4375 14.2812 11.7188C14.5625 12 14.5625 12.4375 14.3438 12.7188L12.7812 14.2812C12.5 14.5625 12 14.5625 11.7188 14.2812C11.4375 14 11.4375 13.5 11.7188 13.2188L13.2812 11.6562ZM14 1.5C16 1.5 17.625 3.0625 17.75 5H18.5C18.7812 5 19 5.21875 19 5.5V5.53125C19 5.6875 18.9375 5.8125 18.8438 5.90625L17.3438 7.40625C17.1562 7.59375 16.8438 7.59375 16.6562 7.40625L15.1562 5.90625C15.0625 5.8125 15 5.6875 15 5.53125V5.5C15 5.21875 15.2188 5 15.5 5H16.25C16.125 3.875 15.1562 3 14 3C13.4375 3 12.9062 3.21875 12.5 3.5625L11.4375 2.5C12.125 1.875 13 1.5 14 1.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as MobileRotateIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/module-accounting-icon.ts
|
|
3
|
+
var t = e("ModuleAccountingIcon", "M10 2C10.4062 2 10.75 2.34375 10.75 2.75V9.25H17.25C17.6562 9.25 18 9.59375 18 10C18 10.4375 17.6562 10.75 17.25 10.75H10.75V17.25C10.75 17.6875 10.4062 18 10 18C9.5625 18 9.25 17.6875 9.25 17.25V10.75H2.75C2.3125 10.75 2 10.4375 2 10C2 9.59375 2.3125 9.25 2.75 9.25H9.25V2.75C9.25 2.34375 9.5625 2 10 2ZM14.5 3C14.9062 3 15.25 3.34375 15.25 3.75V4.75H16.25C16.6562 4.75 17 5.09375 17 5.5C17 5.9375 16.6562 6.25 16.25 6.25H15.25V7.25C15.25 7.6875 14.9062 8 14.5 8C14.0625 8 13.75 7.6875 13.75 7.25V6.25H12.75C12.3125 6.25 12 5.9375 12 5.5C12 5.09375 12.3125 4.75 12.75 4.75H13.75V3.75C13.75 3.34375 14.0625 3 14.5 3ZM3.71875 12.75C4 12.4375 4.5 12.4375 4.78125 12.75L5.5 13.4688L6.1875 12.75C6.5 12.4688 6.96875 12.4688 7.25 12.75C7.53125 13.0312 7.53125 13.5312 7.25 13.8125L6.53125 14.5L7.25 15.2188C7.53125 15.5 7.53125 16 7.25 16.2812C6.96875 16.5625 6.46875 16.5625 6.1875 16.2812L5.5 15.5625L4.78125 16.2812C4.5 16.5625 4 16.5625 3.71875 16.2812C3.4375 16 3.4375 15.5 3.71875 15.2188L4.4375 14.5L3.71875 13.8125C3.4375 13.5 3.4375 13.0312 3.71875 12.75ZM4 4.75H7C7.40625 4.75 7.75 5.09375 7.75 5.5C7.75 5.9375 7.40625 6.25 7 6.25H4C3.5625 6.25 3.25 5.9375 3.25 5.5C3.25 5.09375 3.5625 4.75 4 4.75ZM13 12.5H16C16.4062 12.5 16.75 12.8438 16.75 13.25C16.75 13.6875 16.4062 14 16 14H13C12.5625 14 12.25 13.6875 12.25 13.25C12.25 12.8438 12.5625 12.5 13 12.5ZM13 15H16C16.4062 15 16.75 15.3438 16.75 15.75C16.75 16.1875 16.4062 16.5 16 16.5H13C12.5625 16.5 12.25 16.1875 12.25 15.75C12.25 15.3438 12.5625 15 13 15Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleAccountingIcon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createCasperIcon as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
+
//#region lib/components/icon/icons/module-ai-forecast-icon.ts
|
|
3
|
+
var t = e("ModuleAiForecastIcon", "M10 2C10.4062 2 10.75 2.34375 10.75 2.75V5H14C15.6562 5 17 6.34375 17 8V15C17 16.6562 15.6562 18 14 18H6C4.34375 18 3 16.6562 3 15V8C3 6.34375 4.34375 5 6 5H9.25V2.75C9.25 2.34375 9.5625 2 10 2ZM6 6.5C5.15625 6.5 4.5 7.1875 4.5 8V15C4.5 15.8438 5.15625 16.5 6 16.5H14C14.8125 16.5 15.5 15.8438 15.5 15V8C15.5 7.1875 14.8125 6.5 14 6.5H6ZM1.5 9H2V15H1.5C0.65625 15 0 14.3438 0 13.5V10.5C0 9.6875 0.65625 9 1.5 9ZM18.5 9C19.3125 9 20 9.6875 20 10.5V13.5C20 14.3438 19.3125 15 18.5 15H18V9H18.5ZM6.5 14H7.5C7.75 14 8 14.25 8 14.5C8 14.7812 7.75 15 7.5 15H6.5C6.21875 15 6 14.7812 6 14.5C6 14.25 6.21875 14 6.5 14ZM9.5 14H10.5C10.75 14 11 14.25 11 14.5C11 14.7812 10.75 15 10.5 15H9.5C9.21875 15 9 14.7812 9 14.5C9 14.25 9.21875 14 9.5 14ZM12.5 14H13.5C13.75 14 14 14.25 14 14.5C14 14.7812 13.75 15 13.5 15H12.5C12.2188 15 12 14.7812 12 14.5C12 14.25 12.2188 14 12.5 14ZM6.25 10C6.25 9.5625 6.46875 9.15625 6.875 8.9375C7.25 8.71875 7.71875 8.71875 8.125 8.9375C8.5 9.15625 8.75 9.5625 8.75 10C8.75 10.4688 8.5 10.875 8.125 11.0938C7.71875 11.3125 7.25 11.3125 6.875 11.0938C6.46875 10.875 6.25 10.4688 6.25 10ZM12.5 8.75C12.9375 8.75 13.3438 9 13.5625 9.375C13.7812 9.78125 13.7812 10.25 13.5625 10.625C13.3438 11.0312 12.9375 11.25 12.5 11.25C12.0312 11.25 11.625 11.0312 11.4062 10.625C11.1875 10.25 11.1875 9.78125 11.4062 9.375C11.625 9 12.0312 8.75 12.5 8.75Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleAiForecastIcon };
|
|
@@ -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/module-app-icon.ts
|
|
3
|
+
var t = e("ModuleAppIcon", "M12 3.5V4C12 4.28125 11.75 4.5 11.5 4.5H8.5C8.21875 4.5 8 4.28125 8 4V3.5H7C6.4375 3.5 6 3.96875 6 4.5V15.5C6 16.0625 6.4375 16.5 7 16.5H13C13.5312 16.5 14 16.0625 14 15.5V4.5C14 3.96875 13.5312 3.5 13 3.5H12ZM4.5 4.5C4.5 3.125 5.59375 2 7 2H13C14.375 2 15.5 3.125 15.5 4.5V15.5C15.5 16.9062 14.375 18 13 18H7C5.59375 18 4.5 16.9062 4.5 15.5V4.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleAppIcon };
|
|
@@ -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/module-articles-icon.ts
|
|
3
|
+
var t = e("ModuleArticlesIcon", "M15 5C12.7812 5 11 6.8125 11 9C11 9.34375 11.0312 9.6875 11.125 10H9.5V5.5C9.5 5.25 9.25 5 9 5C8.71875 5 8.5 5.25 8.5 5.5V9.8125L5.34375 6.65625C5.15625 6.46875 4.8125 6.46875 4.625 6.65625C4.4375 6.84375 4.4375 7.1875 4.625 7.375L7.28125 10H5C3.34375 10 2 8.65625 2 7C2 5.34375 3.34375 4 5 4C5.25 4 5.53125 4.0625 5.78125 4.125C6.3125 2.875 7.5625 2 9 2C10.4375 2 11.6562 2.875 12.1875 4.125C12.4375 4.0625 12.7188 4 13 4C13.875 4 14.6875 4.40625 15.2188 5.03125C15.1562 5 15.0625 5 15 5ZM5.65625 15.2188C6.0625 15.375 6.375 15.7188 6.5 16.1562C6.5625 16.375 6.75 16.5 7 16.5H13C13.2188 16.5 13.4062 16.375 13.4688 16.1562C13.5938 15.75 13.9062 15.375 14.3125 15.2188C15.4062 14.7188 16.2188 13.7188 16.4375 12.5H3.53125C3.75 13.7188 4.5625 14.7188 5.65625 15.2188ZM2 11.875C2 11.4062 2.375 11 2.84375 11H17.125C17.5938 11 18 11.4062 18 11.875C18 13.9688 16.7188 15.7812 14.9062 16.5938C14.6562 17.4062 13.9062 18 13 18H7C6.09375 18 5.3125 17.4062 5.0625 16.5938C3.25 15.7812 2 13.9688 2 11.875ZM16.5 9C16.5 8.1875 15.8125 7.5 15 7.5C14.1562 7.5 13.5 8.1875 13.5 9C13.5 9.40625 13.625 9.75 13.875 10H12.1562C12.0625 9.6875 12 9.375 12 9C12 7.34375 13.3438 6 15 6C16.6562 6 18 7.34375 18 9C18 9.375 17.9375 9.6875 17.8125 10H16.0938C16.3438 9.75 16.5 9.40625 16.5 9Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleArticlesIcon };
|
|
@@ -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/module-benchmark-icon.ts
|
|
3
|
+
var t = e("ModuleBenchmarkIcon", "M12.25 3H16.2188C16.6562 3 16.9688 3.34375 16.9688 3.75V7.75C16.9688 8.1875 16.6562 8.5 16.2188 8.5C15.8125 8.5 15.4688 8.1875 15.4688 7.75V5.5625L4.25 16.7812C3.96875 17.0938 3.5 17.0938 3.21875 16.7812C2.90625 16.5 2.90625 16.0312 3.21875 15.7188L14.4375 4.5H12.25C11.8125 4.5 11.5 4.1875 11.5 3.75C11.5 3.34375 11.8125 3 12.25 3ZM4.28125 3.21875L9.28125 8.25L8.21875 9.3125L3.21875 4.28125C2.90625 4 2.90625 3.53125 3.21875 3.21875C3.5 2.9375 3.96875 2.9375 4.28125 3.21875ZM10.6875 11.7812L11.75 10.7188L15.5 14.4688V12.25C15.5 11.8438 15.8125 11.5 16.25 11.5C16.6562 11.5 17 11.8438 17 12.25V16.25C17 16.6875 16.6562 17 16.25 17H12.25C11.8125 17 11.5 16.6875 11.5 16.25C11.5 15.8438 11.8125 15.5 12.25 15.5H14.4375L10.6875 11.7812Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleBenchmarkIcon };
|
|
@@ -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/module-booking-icon.ts
|
|
3
|
+
var t = e("ModuleBookingIcon", "M7.75 2.75V4H12.25V2.75C12.25 2.34375 12.5625 2 13 2C13.4062 2 13.75 2.34375 13.75 2.75V4H15C16.0937 4 17 4.90625 17 6V16C17 17.125 16.0937 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.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleBookingIcon };
|
|
@@ -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/module-cai-icon.ts
|
|
3
|
+
var t = e("ModuleCaiIcon", "M10 2C10.4062 2 10.75 2.34375 10.75 2.75V5H14C15.6562 5 17 6.34375 17 8V15C17 16.6562 15.6562 18 14 18H6C4.34375 18 3 16.6562 3 15V8C3 6.34375 4.34375 5 6 5H9.25V2.75C9.25 2.34375 9.5625 2 10 2ZM6 6.5C5.15625 6.5 4.5 7.1875 4.5 8V15C4.5 15.8438 5.15625 16.5 6 16.5H14C14.8125 16.5 15.5 15.8438 15.5 15V8C15.5 7.1875 14.8125 6.5 14 6.5H10H6ZM1.5 9H2V15H1.5C0.65625 15 0 14.3438 0 13.5V10.5C0 9.6875 0.65625 9 1.5 9ZM18.5 9C19.3125 9 20 9.6875 20 10.5V13.5C20 14.3438 19.3125 15 18.5 15H18V9H18.5ZM6.5 14H7.5C7.75 14 8 14.25 8 14.5C8 14.7812 7.75 15 7.5 15H6.5C6.21875 15 6 14.7812 6 14.5C6 14.25 6.21875 14 6.5 14ZM9.5 14H10.5C10.75 14 11 14.25 11 14.5C11 14.7812 10.75 15 10.5 15H9.5C9.21875 15 9 14.7812 9 14.5C9 14.25 9.21875 14 9.5 14ZM12.5 14H13.5C13.75 14 14 14.25 14 14.5C14 14.7812 13.75 15 13.5 15H12.5C12.2188 15 12 14.7812 12 14.5C12 14.25 12.2188 14 12.5 14ZM6.25 10C6.25 9.5625 6.46875 9.15625 6.875 8.9375C7.25 8.71875 7.71875 8.71875 8.125 8.9375C8.5 9.15625 8.75 9.5625 8.75 10C8.75 10.4688 8.5 10.875 8.125 11.0938C7.71875 11.3125 7.25 11.3125 6.875 11.0938C6.46875 10.875 6.25 10.4688 6.25 10ZM12.5 8.75C12.9375 8.75 13.3438 9 13.5625 9.375C13.7812 9.78125 13.7812 10.25 13.5625 10.625C13.3438 11.0312 12.9375 11.25 12.5 11.25C12.0312 11.25 11.625 11.0312 11.4062 10.625C11.1875 10.25 11.1875 9.78125 11.4062 9.375C11.625 9 12.0312 8.75 12.5 8.75Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleCaiIcon };
|
|
@@ -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/module-campaigns-icon.ts
|
|
3
|
+
var t = e("ModuleCampaignsIcon", "M8.25 4.5625C8.0625 4.875 7.71875 5.03125 7.375 4.9375C6.6875 4.71875 5.9375 4.875 5.375 5.40625C4.84375 5.9375 4.6875 6.71875 4.90625 7.375C5 7.71875 4.84375 8.09375 4.53125 8.28125C3.90625 8.59375 3.5 9.25 3.5 10C3.5 10.7812 3.90625 11.4375 4.53125 11.75C4.84375 11.9375 5 12.2812 4.90625 12.625C4.6875 13.3125 4.875 14.0625 5.40625 14.5938C5.9375 15.125 6.6875 15.3125 7.375 15.0938C7.71875 15 8.09375 15.1562 8.25 15.4688C8.59375 16.0938 9.25 16.5 10 16.5C10.75 16.5 11.4062 16.0938 11.7188 15.4688C11.9062 15.1562 12.2812 15 12.625 15.0938C13.2812 15.3125 14.0625 15.125 14.5938 14.5938C15.125 14.0625 15.2812 13.3125 15.0625 12.625C14.9688 12.2812 15.125 11.9062 15.4375 11.75C16.0625 11.4062 16.5 10.75 16.5 10C16.5 9.25 16.0625 8.59375 15.4375 8.28125C15.125 8.09375 14.9688 7.71875 15.0625 7.375C15.2812 6.71875 15.125 5.9375 14.5938 5.40625C14.0625 4.875 13.2812 4.71875 12.625 4.9375C12.2812 5.03125 11.9062 4.875 11.7188 4.5625C11.4062 3.9375 10.75 3.5 10 3.5C9.21875 3.5 8.5625 3.9375 8.25 4.5625ZM10 2C11.0938 2 12.0938 2.53125 12.75 3.375C13.7812 3.21875 14.8438 3.5625 15.6562 4.34375C16.4375 5.15625 16.75 6.21875 16.625 7.25C17.4688 7.90625 18 8.90625 18 10C18 11.125 17.4688 12.125 16.625 12.75C16.7812 13.7812 16.4375 14.875 15.6562 15.6562C14.8438 16.4688 13.7812 16.7812 12.75 16.6562C12.0938 17.4688 11.0938 18 10 18C8.875 18 7.875 17.4688 7.25 16.6562C6.21875 16.7812 5.125 16.4688 4.34375 15.6875C3.53125 14.875 3.21875 13.8125 3.34375 12.7812C2.53125 12.125 2 11.125 2 10C2 8.90625 2.53125 7.90625 3.34375 7.25C3.21875 6.21875 3.53125 5.15625 4.3125 4.34375C5.125 3.5625 6.1875 3.25 7.21875 3.375C7.875 2.53125 8.875 2 10 2ZM8 9C7.4375 9 7 8.5625 7 8C7 7.46875 7.4375 7 8 7C8.53125 7 9 7.46875 9 8C9 8.5625 8.53125 9 8 9ZM13 12C13 12.5625 12.5312 13 12 13C11.4375 13 11 12.5625 11 12C11 11.4688 11.4375 11 12 11C12.5312 11 13 11.4688 13 12ZM12.5312 8.53125L8.5 12.5312C8.21875 12.8438 7.75 12.8438 7.46875 12.5312C7.15625 12.25 7.15625 11.7812 7.46875 11.4688L11.4688 7.5C11.75 7.1875 12.2188 7.1875 12.5312 7.5C12.8125 7.78125 12.8125 8.25 12.5312 8.53125Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleCampaignsIcon };
|
|
@@ -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/module-cashier-icon.ts
|
|
3
|
+
var t = e("ModuleCashierIcon", "M4 2H11C11.5312 2 12 2.46875 12 3V5C12 5.5625 11.5312 6 11 6H8.5V7H15.25C16.25 7 17.0938 7.75 17.2188 8.71875L17.9688 13.875C17.9688 13.9688 18 14.0625 18 14.1562V16C18 17.125 17.0938 18 16 18H4C2.875 18 2 17.125 2 16V14.1562C2 14.0625 2 13.9688 2 13.875L2.75 8.71875C2.875 7.75 3.71875 7 4.71875 7H6.5V6H4C3.4375 6 3 5.5625 3 5V3C3 2.46875 3.4375 2 4 2ZM5 3.5C4.71875 3.5 4.5 3.75 4.5 4C4.5 4.28125 4.71875 4.5 5 4.5H10C10.25 4.5 10.5 4.28125 10.5 4C10.5 3.75 10.25 3.5 10 3.5H5ZM3.5 16C3.5 16.2812 3.71875 16.5 4 16.5H16C16.25 16.5 16.5 16.2812 16.5 16V15.5H3.5V16ZM15.75 8.9375C15.7188 8.6875 15.5 8.5 15.25 8.5H4.71875C4.46875 8.5 4.25 8.6875 4.21875 8.9375L3.5 14H16.4688L15.75 8.9375ZM5.5 9.25C5.90625 9.25 6.25 9.59375 6.25 10C6.25 10.4375 5.90625 10.75 5.5 10.75C5.0625 10.75 4.75 10.4375 4.75 10C4.75 9.59375 5.0625 9.25 5.5 9.25ZM7.75 10C7.75 9.59375 8.0625 9.25 8.5 9.25C8.90625 9.25 9.25 9.59375 9.25 10C9.25 10.4375 8.90625 10.75 8.5 10.75C8.0625 10.75 7.75 10.4375 7.75 10ZM7 11.75C7.40625 11.75 7.75 12.0938 7.75 12.5C7.75 12.9375 7.40625 13.25 7 13.25C6.5625 13.25 6.25 12.9375 6.25 12.5C6.25 12.0938 6.5625 11.75 7 11.75ZM10.75 10C10.75 9.59375 11.0625 9.25 11.5 9.25C11.9062 9.25 12.25 9.59375 12.25 10C12.25 10.4375 11.9062 10.75 11.5 10.75C11.0625 10.75 10.75 10.4375 10.75 10ZM10 11.75C10.4062 11.75 10.75 12.0938 10.75 12.5C10.75 12.9375 10.4062 13.25 10 13.25C9.5625 13.25 9.25 12.9375 9.25 12.5C9.25 12.0938 9.5625 11.75 10 11.75ZM13.75 10C13.75 9.59375 14.0625 9.25 14.5 9.25C14.9062 9.25 15.25 9.59375 15.25 10C15.25 10.4375 14.9062 10.75 14.5 10.75C14.0625 10.75 13.75 10.4375 13.75 10ZM13 11.75C13.4062 11.75 13.75 12.0938 13.75 12.5C13.75 12.9375 13.4062 13.25 13 13.25C12.5625 13.25 12.25 12.9375 12.25 12.5C12.25 12.0938 12.5625 11.75 13 11.75Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleCashierIcon };
|
|
@@ -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/module-communication-icon.ts
|
|
3
|
+
var t = e("ModuleCommunicationIcon", "M7 13.5C7.8125 13.5 8.5 14.1875 8.5 15V15.5L10.75 13.8125C11 13.625 11.3125 13.5 11.6562 13.5H16C16.25 13.5 16.5 13.2812 16.5 13V4C16.5 3.75 16.25 3.5 16 3.5H4C3.71875 3.5 3.5 3.75 3.5 4V13C3.5 13.2812 3.71875 13.5 4 13.5H7ZM8.5 17.375L8.46875 17.4062L8.3125 17.5L7.78125 17.9062C7.625 18.0312 7.4375 18.0312 7.25 17.9688C7.09375 17.875 7 17.7188 7 17.5V15H4C2.875 15 2 14.125 2 13V4C2 2.90625 2.875 2 4 2H16C17.0938 2 18 2.90625 18 4V13C18 14.125 17.0938 15 16 15H11.6562L8.5 17.375Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleCommunicationIcon };
|
|
@@ -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/module-copilot-icon.ts
|
|
3
|
+
var t = e("ModuleCopilotIcon", "M12.2188 4.6875L14 4L14.6562 2.25C14.6875 2.09375 14.8438 2 15 2C15.125 2 15.2812 2.09375 15.3125 2.25L16 4L17.75 4.6875C17.9062 4.71875 18 4.875 18 5C18 5.15625 17.9062 5.3125 17.75 5.34375L16 6L15.3125 7.78125C15.2812 7.90625 15.125 8 15 8C14.8438 8 14.6875 7.90625 14.6562 7.78125L14 6L12.2188 5.34375C12.0938 5.3125 12 5.15625 12 5C12 4.875 12.0938 4.71875 12.2188 4.6875ZM2.28125 9.5L2.8125 9.28125L3.0625 9.15625H3.09375L5.84375 7.875L7.125 5.09375L7.25 4.84375L7.5 4.3125C7.5625 4.125 7.75 4 7.9375 4C8.125 4 8.3125 4.125 8.40625 4.3125L8.65625 4.84375L8.75 5.09375L8.78125 5.125L10.0312 7.875L12.8125 9.15625L13.0625 9.28125L13.5938 9.53125C13.7812 9.59375 13.9062 9.78125 13.9062 9.96875C13.9062 10.1562 13.7812 10.3438 13.5938 10.4375L13.0625 10.6562L12.8125 10.7812L10.0312 12.0625L8.75 14.8125V14.8438L8.625 15.0938L8.40625 15.625C8.3125 15.8125 8.125 15.9375 7.9375 15.9375C7.75 15.9375 7.5625 15.8125 7.5 15.625L7.25 15.0938L7.125 14.8438V14.8125L5.84375 12.0625L3.09375 10.7812H3.0625L2.8125 10.6562L2.28125 10.4375C2.09375 10.3438 2 10.1562 2 9.96875C2 9.78125 2.09375 9.59375 2.28125 9.5ZM4.875 9.96875L6.46875 10.7188C6.78125 10.8438 7.0625 11.125 7.21875 11.4375L7.9375 13.0312L8.6875 11.4375C8.84375 11.125 9.09375 10.8438 9.40625 10.7188L11 9.96875L9.40625 9.21875C9.09375 9.09375 8.84375 8.8125 8.6875 8.5L7.9375 6.90625L7.21875 8.5C7.0625 8.8125 6.78125 9.09375 6.46875 9.21875L4.875 9.96875ZM14 14L14.6562 12.25C14.6875 12.0938 14.8438 12 15 12C15.125 12 15.2812 12.0938 15.3125 12.25L16 14L17.75 14.6875C17.9062 14.7188 18 14.875 18 15C18 15.1562 17.9062 15.3125 17.75 15.3438L16 16L15.3125 17.7812C15.2812 17.9062 15.125 18 15 18C14.8438 18 14.6875 17.9062 14.6562 17.7812L14 16L12.2188 15.3438C12.0938 15.3125 12 15.1562 12 15C12 14.875 12.0938 14.7188 12.2188 14.6875L14 14Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleCopilotIcon };
|
|
@@ -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/module-dashboard-icon.ts
|
|
3
|
+
var t = e("ModuleDashboardIcon", "M10 3.5C7.65625 3.5 5.53125 4.75 4.34375 6.75C3.1875 8.78125 3.1875 11.25 4.34375 13.25C5.53125 15.2812 7.65625 16.5 10 16.5C12.3125 16.5 14.4375 15.2812 15.625 13.25C16.7812 11.25 16.7812 8.78125 15.625 6.75C14.4375 4.75 12.3125 3.5 10 3.5ZM10 18C7.125 18 4.5 16.5 3.0625 14C1.625 11.5312 1.625 8.5 3.0625 6C4.5 3.53125 7.125 2 10 2C12.8438 2 15.4688 3.53125 16.9062 6C18.3438 8.5 18.3438 11.5312 16.9062 14C15.4688 16.5 12.8438 18 10 18ZM11.75 13C11.75 13.9688 10.9375 14.75 10 14.75C9.03125 14.75 8.25 13.9688 8.25 13C8.25 12.3125 8.65625 11.7188 9.25 11.4375V5.75C9.25 5.34375 9.5625 5 10 5C10.4062 5 10.75 5.34375 10.75 5.75V11.4375C11.3125 11.7188 11.75 12.3125 11.75 13ZM7 8C6.4375 8 6 7.5625 6 7C6 6.46875 6.4375 6 7 6C7.53125 6 8 6.46875 8 7C8 7.5625 7.53125 8 7 8ZM6.5 10C6.5 10.5625 6.03125 11 5.5 11C4.9375 11 4.5 10.5625 4.5 10C4.5 9.46875 4.9375 9 5.5 9C6.03125 9 6.5 9.46875 6.5 10ZM14.5 11C13.9375 11 13.5 10.5625 13.5 10C13.5 9.46875 13.9375 9 14.5 9C15.0312 9 15.5 9.46875 15.5 10C15.5 10.5625 15.0312 11 14.5 11ZM14 7C14 7.5625 13.5312 8 13 8C12.4375 8 12 7.5625 12 7C12 6.46875 12.4375 6 13 6C13.5312 6 14 6.46875 14 7Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleDashboardIcon };
|
|
@@ -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/module-document-icon.ts
|
|
3
|
+
var t = e("ModuleDocumentIcon", "M2 5C2 3.90625 2.875 3 4 3H8.125C8.71875 3 9.28125 3.25 9.71875 3.6875L11.0312 5H16C17.0938 5 18 5.90625 18 7V15C18 16.125 17.0938 17 16 17H4C2.875 17 2 16.125 2 15V5ZM4 4.5C3.71875 4.5 3.5 4.75 3.5 5V15C3.5 15.2812 3.71875 15.5 4 15.5H16C16.25 15.5 16.5 15.2812 16.5 15V7C16.5 6.75 16.25 6.5 16 6.5H10.9375C10.625 6.5 10.2812 6.375 10.0625 6.15625L8.65625 4.71875C8.5 4.59375 8.3125 4.5 8.125 4.5H4Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleDocumentIcon };
|
|
@@ -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/module-employees-icon.ts
|
|
3
|
+
var t = e("ModuleEmployeesIcon", "M4.59375 7C3.875 7 3.21875 6.625 2.84375 6C2.5 5.40625 2.5 4.625 2.84375 4C3.21875 3.40625 3.875 3 4.59375 3C5.3125 3 5.96875 3.40625 6.3125 4C6.6875 4.625 6.6875 5.40625 6.3125 6C5.96875 6.625 5.3125 7 4.59375 7ZM3 8H6C6.75 8 7.4375 8.4375 7.75 9.09375C6.625 9.3125 5.625 10.0312 5.0625 11H2C1.4375 11 1 10.5625 1 10C1 8.90625 1.875 8 3 8ZM18 11H15C14.4062 10 13.4062 9.28125 12.2188 9.0625C12.5625 8.4375 13.2188 8 14 8H17C18.0938 8 19 8.90625 19 10C19 10.5625 18.5312 11 18 11ZM13.7812 11C14.25 11.5312 14.5312 12.25 14.5312 13C14.5312 13.5625 14.0938 14 13.5312 14H6.53125C6 14 5.53125 13.5625 5.53125 13C5.53125 12.25 5.84375 11.5312 6.3125 11C6.75 10.5312 7.3125 10.1875 8 10.0625C8.03125 10.0625 8.09375 10.0312 8.15625 10.0312C8.28125 10.0312 8.40625 10 8.53125 10H11.5312C11.6562 10 11.8125 10.0312 11.9375 10.0312C11.9375 10.0312 11.9688 10.0312 12 10.0625C12.6875 10.1562 13.3125 10.5 13.7812 11ZM15.5938 7C14.875 7 14.2188 6.625 13.8438 6C13.5 5.40625 13.5 4.625 13.8438 4C14.2188 3.40625 14.875 3 15.5938 3C16.3125 3 16.9688 3.40625 17.3125 4C17.6875 4.625 17.6875 5.40625 17.3125 6C16.9688 6.625 16.3125 7 15.5938 7ZM10.0312 5.5C9.46875 5.5 9.03125 5.96875 9.03125 6.5C9.03125 7.0625 9.46875 7.5 10.0312 7.5C10.5938 7.5 11.0312 7.0625 11.0312 6.5C11.0312 5.96875 10.5938 5.5 10.0312 5.5ZM8.53125 8.5C7.9375 8.0625 7.53125 7.34375 7.53125 6.5C7.53125 5.125 8.65625 4 10.0312 4C11.4062 4 12.5312 5.125 12.5312 6.5C12.5312 7.34375 12.1562 8.0625 11.5312 8.5C11.125 8.8125 10.5938 9 10.0312 9C9.46875 9 8.96875 8.8125 8.53125 8.5ZM12.9375 12.5C12.75 11.9375 12.1875 11.5 11.5312 11.5H8.53125C7.875 11.5 7.3125 11.9375 7.125 12.5H12.9375ZM0 16.25C0 15.8437 0.3125 15.5 0.75 15.5H19.25C19.6562 15.5 20 15.8437 20 16.25C20 16.6875 19.6562 17 19.25 17H0.75C0.3125 17 0 16.6875 0 16.25Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleEmployeesIcon };
|
|
@@ -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/module-feed-icon.ts
|
|
3
|
+
var t = e("ModuleFeedIcon", "M8.84375 5.5H14.5V4.5H8.84375L8.34375 5L8.84375 5.5ZM6.59375 5.375C6.40625 5.1875 6.40625 4.84375 6.59375 4.65625L7.9375 3.3125C8.125 3.125 8.375 3 8.65625 3H15C15.5312 3 16 3.46875 16 4V6C16 6.5625 15.5312 7 15 7H8.65625C8.375 7 8.125 6.90625 7.9375 6.71875L6.59375 5.375ZM4 6C3.4375 6 3 5.5625 3 5C3 4.46875 3.4375 4 4 4C4.53125 4 5 4.46875 5 5C5 5.5625 4.53125 6 4 6ZM4 11C3.4375 11 3 10.5625 3 10C3 9.46875 3.4375 9 4 9C4.53125 9 5 9.46875 5 10C5 10.5625 4.53125 11 4 11ZM3 15C3 14.4688 3.4375 14 4 14C4.53125 14 5 14.4688 5 15C5 15.5625 4.53125 16 4 16C3.4375 16 3 15.5625 3 15ZM8.84375 15.5H14.5V14.5H8.84375L8.34375 15L8.84375 15.5ZM6.59375 15.375C6.40625 15.1875 6.40625 14.8438 6.59375 14.6562L7.9375 13.3125C8.125 13.125 8.375 13 8.65625 13H15C15.5312 13 16 13.4688 16 14V16C16 16.5625 15.5312 17 15 17H8.65625C8.375 17 8.125 16.9062 7.9375 16.7188L6.59375 15.375ZM8.34375 10L8.84375 10.5H16.5V9.5H8.84375L8.34375 10ZM7.9375 11.7188L6.59375 10.375C6.40625 10.1875 6.40625 9.84375 6.59375 9.65625L7.9375 8.3125C8.125 8.125 8.375 8 8.65625 8H17C17.5312 8 18 8.46875 18 9V11C18 11.5625 17.5312 12 17 12H8.65625C8.375 12 8.125 11.9062 7.9375 11.7188Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleFeedIcon };
|
|
@@ -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/module-history-icon.ts
|
|
3
|
+
var t = e("ModuleHistoryIcon", "M3 4.75C3 3.25 4.21875 2 5.75 2H15.25C16.1875 2 17 2.8125 17 3.75V12.75C17 13.4688 16.5625 14.0625 16 14.3438V16.5H16.25C16.6562 16.5 17 16.8438 17 17.25C17 17.6875 16.6562 18 16.25 18H5.5C4.09375 18 3 16.9062 3 15.5C3 15.4375 3 15.3438 3 15.25V4.75ZM5.5 14.5C4.9375 14.5 4.5 14.9688 4.5 15.5C4.5 16.0625 4.9375 16.5 5.5 16.5H14.5V14.5H5.5ZM4.5 13.2188C4.78125 13.0938 5.125 13 5.5 13H15.25C15.375 13 15.5 12.9062 15.5 12.75V3.75C15.5 3.625 15.375 3.5 15.25 3.5H5.75C5.03125 3.5 4.5 4.0625 4.5 4.75V13.2188ZM7.75 5.5H13.25C13.6562 5.5 14 5.84375 14 6.25C14 6.6875 13.6562 7 13.25 7H7.75C7.3125 7 7 6.6875 7 6.25C7 5.84375 7.3125 5.5 7.75 5.5ZM7.75 8H13.25C13.6562 8 14 8.34375 14 8.75C14 9.1875 13.6562 9.5 13.25 9.5H7.75C7.3125 9.5 7 9.1875 7 8.75C7 8.34375 7.3125 8 7.75 8Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleHistoryIcon };
|
|
@@ -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/module-home-icon.ts
|
|
3
|
+
var t = e("ModuleHomeIcon", "M10.4688 2.1875L18.7188 9.1875C19.0313 9.46875 19.0625 9.9375 18.8125 10.25C18.5313 10.5625 18.0625 10.5938 17.75 10.3438L17 9.6875V15.5C17 16.9062 15.875 18 14.5 18H5.50004C4.09379 18 3.00004 16.9062 3.00004 15.5V9.6875L2.21879 10.3438C1.90629 10.5938 1.43754 10.5625 1.15629 10.25C0.906291 9.9375 0.937541 9.46875 1.25004 9.1875L9.50004 2.1875C9.78129 1.96875 10.1875 1.96875 10.4688 2.1875ZM4.50004 15.5C4.50004 16.0625 4.93754 16.5 5.50004 16.5H7.00004V11.75C7.00004 11.0625 7.53129 10.5 8.25004 10.5H11.75C12.4375 10.5 13 11.0625 13 11.75V16.5H14.5C15.0313 16.5 15.5 16.0625 15.5 15.5V8.40625L10 3.75L4.50004 8.40625V15.5ZM8.50004 16.5H11.5V12H8.50004V16.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleHomeIcon };
|
|
@@ -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/module-insights-icon.ts
|
|
3
|
+
var t = e("ModuleInsightsIcon", "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 ModuleInsightsIcon };
|
|
@@ -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/module-kds-icon.ts
|
|
3
|
+
var t = e("ModuleKdsIcon", "M2.75 3.25H8.25C8.65625 3.25 9 3.59375 9 4C9 4.4375 8.65625 4.75 8.25 4.75H2.75C2.3125 4.75 2 4.4375 2 4C2 3.59375 2.3125 3.25 2.75 3.25ZM2.75 7.25H8.25C8.65625 7.25 9 7.59375 9 8C9 8.4375 8.65625 8.75 8.25 8.75H2.75C2.3125 8.75 2 8.4375 2 8C2 7.59375 2.3125 7.25 2.75 7.25ZM2 12C2 11.5938 2.3125 11.25 2.75 11.25H8.25C8.65625 11.25 9 11.5938 9 12C9 12.4375 8.65625 12.75 8.25 12.75H2.75C2.3125 12.75 2 12.4375 2 12ZM2.75 15.25H8.25C8.65625 15.25 9 15.5938 9 16C9 16.4375 8.65625 16.75 8.25 16.75H2.75C2.3125 16.75 2 16.4375 2 16C2 15.5938 2.3125 15.25 2.75 15.25ZM11 8C11 7.59375 11.3125 7.25 11.75 7.25H17.25C17.6562 7.25 18 7.59375 18 8C18 8.4375 17.6562 8.75 17.25 8.75H11.75C11.3125 8.75 11 8.4375 11 8ZM11.75 3.25H17.25C17.6562 3.25 18 3.59375 18 4C18 4.4375 17.6562 4.75 17.25 4.75H11.75C11.3125 4.75 11 4.4375 11 4C11 3.59375 11.3125 3.25 11.75 3.25ZM11 12C11 11.5938 11.3125 11.25 11.75 11.25H17.25C17.6562 11.25 18 11.5938 18 12C18 12.4375 17.6562 12.75 17.25 12.75H11.75C11.3125 12.75 11 12.4375 11 12ZM11.75 15.25H17.25C17.6562 15.25 18 15.5938 18 16C18 16.4375 17.6562 16.75 17.25 16.75H11.75C11.3125 16.75 11 16.4375 11 16C11 15.5938 11.3125 15.25 11.75 15.25Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleKdsIcon };
|
|
@@ -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/module-members-icon.ts
|
|
3
|
+
var t = e("ModuleMembersIcon", "M9.03125 16.6563L8.96875 16.5625L3.5 11.5C2.53125 10.5938 2 9.34375 2 8.03125V7.9375C2 5.75 3.5625 3.84375 5.71875 3.4375C6.9375 3.1875 8.1875 3.46875 9.21875 4.1875C9.5 4.375 9.75 4.625 10 4.875C10.125 4.75 10.25 4.59375 10.4062 4.46875C10.5312 4.375 10.6562 4.28125 10.7812 4.1875C11.7812 3.46875 13.0312 3.1875 14.25 3.4375C16.4375 3.84375 18 5.75 18 7.9375V8.03125C18 9.34375 17.4375 10.5938 16.4688 11.5L11 16.5625L10.9375 16.6563C10.6875 16.875 10.3438 17.0313 10 17.0313C9.625 17.0313 9.3125 16.875 9.03125 16.6563ZM9.46875 6.53125C9.4375 6.53125 9.4375 6.53125 9.4375 6.5L8.875 5.875C8.15625 5.0625 7.0625 4.71875 6 4.90625C4.53125 5.1875 3.5 6.46875 3.5 7.9375V8.03125C3.5 8.9375 3.84375 9.78125 4.5 10.375L10 15.4688L15.4688 10.375C16.125 9.78125 16.5 8.9375 16.5 8.03125V7.9375C16.5 6.46875 15.4375 5.1875 13.9688 4.90625C12.9062 4.71875 11.8125 5.0625 11.0938 5.875L10.5312 6.5C10.5312 6.53125 10.5312 6.53125 10.5 6.5625C10.375 6.6875 10.1875 6.78125 10 6.78125C9.78125 6.78125 9.59375 6.6875 9.46875 6.5625V6.53125Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleMembersIcon };
|
|
@@ -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/module-menus-icon.ts
|
|
3
|
+
var t = e("ModuleMenusIcon", "M5.875 3C7 3 8.09375 3.21875 8.90625 3.40625C9.3125 3.5 9.625 3.59375 9.875 3.6875C9.90625 3.6875 9.9375 3.71875 10 3.71875C10.0312 3.71875 10.0625 3.6875 10.0938 3.6875C10.3438 3.59375 10.6562 3.5 11.0625 3.40625C11.875 3.21875 12.9688 3 14.125 3C15.8438 3 17.4688 3.46875 18.125 3.6875C18.6562 3.84375 19 4.34375 19 4.875V14.5937C19 15.4375 18.1875 16 17.4688 15.875C16.875 15.75 15.8438 15.625 14.375 15.625C12.5312 15.625 11.3125 16.4062 10.875 16.7187C10.6562 16.875 10.3438 17 9.96875 17C9.65625 17 9.375 16.9062 9.125 16.75C8.65625 16.4375 7.3125 15.625 5.625 15.625C4.1875 15.625 3.09375 15.7812 2.5 15.875C1.75 16 1 15.4375 1 14.625V4.875C1 4.34375 1.3125 3.84375 1.84375 3.6875C2.5 3.46875 4.125 3 5.875 3ZM9.25 5.0625C9.0625 5 8.8125 4.9375 8.53125 4.875C7.8125 4.6875 6.84375 4.5 5.875 4.5C4.5 4.5 3.1875 4.84375 2.5 5.0625V14.375C3.1875 14.25 4.28125 14.125 5.625 14.125C7.125 14.125 8.4375 14.6562 9.25 15.0625V5.0625ZM10.75 15.0312C11.5312 14.5937 12.75 14.125 14.375 14.125C15.7812 14.125 16.8125 14.25 17.5 14.3437V5.0625C16.7812 4.84375 15.4688 4.5 14.125 4.5C13.125 4.5 12.1562 4.6875 11.4375 4.875C11.1562 4.9375 10.9375 5 10.75 5.0625V15.0312Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleMenusIcon };
|
|
@@ -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/module-my-city-icon.ts
|
|
3
|
+
var t = e("ModuleMyCityIcon", "M3.25 2C3.65625 2 4 2.34375 4 2.75V4H5.5V2.75C5.5 2.34375 5.8125 2 6.25 2C6.65625 2 7 2.34375 7 2.75V5.5H2.25C1.8125 5.5 1.5 5.84375 1.5 6.25V15.75C1.5 16.1875 1.8125 16.5 2.25 16.5H7C7 17.0625 7.1875 17.5938 7.5 18H2.25C1 18 0 17 0 15.75V6.25C0 5.03125 1 4 2.25 4H2.5V2.75C2.5 2.34375 2.8125 2 3.25 2ZM14.5 7V4C14.5 3.75 14.25 3.5 14 3.5H10C9.71875 3.5 9.5 3.75 9.5 4V16C9.5 16.2812 9.71875 16.5 10 16.5H18C18.25 16.5 18.5 16.2812 18.5 16V9C18.5 8.75 18.25 8.5 18 8.5H16C15.1562 8.5 14.5 7.84375 14.5 7ZM16 7H18C19.0938 7 20 7.90625 20 9V16C20 17.125 19.0938 18 18 18H10C8.875 18 8 17.125 8 16V4C8 2.90625 8.875 2 10 2H14C15.0938 2 16 2.90625 16 4V7ZM11 12.5V11.5C11 11.25 11.2188 11 11.5 11H12.5C12.75 11 13 11.25 13 11.5V12.5C13 12.7812 12.75 13 12.5 13H11.5C11.2188 13 11 12.7812 11 12.5ZM11.5 5H12.5C12.75 5 13 5.25 13 5.5V6.5C13 6.78125 12.75 7 12.5 7H11.5C11.2188 7 11 6.78125 11 6.5V5.5C11 5.25 11.2188 5 11.5 5ZM11 9.5V8.5C11 8.25 11.2188 8 11.5 8H12.5C12.75 8 13 8.25 13 8.5V9.5C13 9.78125 12.75 10 12.5 10H11.5C11.2188 10 11 9.78125 11 9.5ZM15.5 15C15.2188 15 15 14.7812 15 14.5V13.5C15 13.25 15.2188 13 15.5 13H16.5C16.75 13 17 13.25 17 13.5V14.5C17 14.7812 16.75 15 16.5 15H15.5ZM15 11.5V10.5C15 10.25 15.2188 10 15.5 10H16.5C16.75 10 17 10.25 17 10.5V11.5C17 11.7812 16.75 12 16.5 12H15.5C15.2188 12 15 11.7812 15 11.5ZM3.5 12C3.21875 12 3 11.7812 3 11.5V10.5C3 10.25 3.21875 10 3.5 10H4.5C4.75 10 5 10.25 5 10.5V11.5C5 11.7812 4.75 12 4.5 12H3.5ZM3 14.5V13.5C3 13.25 3.21875 13 3.5 13H4.5C4.75 13 5 13.25 5 13.5V14.5C5 14.7812 4.75 15 4.5 15H3.5C3.21875 15 3 14.7812 3 14.5ZM3.5 9C3.21875 9 3 8.78125 3 8.5V7.5C3 7.25 3.21875 7 3.5 7H4.5C4.75 7 5 7.25 5 7.5V8.5C5 8.78125 4.75 9 4.5 9H3.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleMyCityIcon };
|
|
@@ -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/module-notification-center-icon.ts
|
|
3
|
+
var t = e("ModuleNotificationCenterIcon", "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 ModuleNotificationCenterIcon };
|
|
@@ -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/module-online-order-icon.ts
|
|
3
|
+
var t = e("ModuleOnlineOrderIcon", "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 ModuleOnlineOrderIcon };
|
|
@@ -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/module-organisation-icon.ts
|
|
3
|
+
var t = e("ModuleOrganisationIcon", "M11 4.5H9V6.5H11V4.5ZM9 3H11C11.8125 3 12.5 3.6875 12.5 4.5V6.5C12.5 7.34375 11.8125 8 11 8H10.75V9.25H15.5C16.4375 9.25 17.25 10.0625 17.25 11V12H17.5C18.3125 12 19 12.6875 19 13.5V15.5C19 16.3438 18.3125 17 17.5 17H15.5C14.6562 17 14 16.3438 14 15.5V13.5C14 12.6875 14.6562 12 15.5 12H15.75V11C15.75 10.875 15.625 10.75 15.5 10.75H10.75V12H11C11.8125 12 12.5 12.6875 12.5 13.5V15.5C12.5 16.3438 11.8125 17 11 17H9C8.15625 17 7.5 16.3438 7.5 15.5V13.5C7.5 12.6875 8.15625 12 9 12H9.25V10.75H4.5C4.34375 10.75 4.25 10.875 4.25 11V12H4.5C5.3125 12 6 12.6875 6 13.5V15.5C6 16.3438 5.3125 17 4.5 17H2.5C1.65625 17 1 16.3438 1 15.5V13.5C1 12.6875 1.65625 12 2.5 12H2.75V11C2.75 10.0625 3.53125 9.25 4.5 9.25H9.25V8H9C8.15625 8 7.5 7.34375 7.5 6.5V4.5C7.5 3.6875 8.15625 3 9 3ZM2.5 13.5V15.5H4.5V13.5H2.5ZM9 13.5V15.5H11V13.5H9ZM15.5 13.5V15.5H17.5V13.5H15.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleOrganisationIcon };
|
|
@@ -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/module-pos-icon.ts
|
|
3
|
+
var t = e("ModulePosIcon", "M4 2H11C11.5312 2 12 2.46875 12 3V5C12 5.5625 11.5312 6 11 6H8.5V7H15.25C16.25 7 17.0938 7.75 17.2188 8.71875L17.9688 13.875C17.9688 13.9688 18 14.0625 18 14.1562V16C18 17.125 17.0938 18 16 18H4C2.875 18 2 17.125 2 16V14.1562C2 14.0625 2 13.9688 2 13.875L2.75 8.71875C2.875 7.75 3.71875 7 4.71875 7H6.5V6H4C3.4375 6 3 5.5625 3 5V3C3 2.46875 3.4375 2 4 2ZM5 3.5C4.71875 3.5 4.5 3.75 4.5 4C4.5 4.28125 4.71875 4.5 5 4.5H10C10.25 4.5 10.5 4.28125 10.5 4C10.5 3.75 10.25 3.5 10 3.5H5ZM3.5 16C3.5 16.2812 3.71875 16.5 4 16.5H16C16.25 16.5 16.5 16.2812 16.5 16V15.5H3.5V16ZM15.75 8.9375C15.7188 8.6875 15.5 8.5 15.25 8.5H4.71875C4.46875 8.5 4.25 8.6875 4.21875 8.9375L3.5 14H16.4688L15.75 8.9375ZM5.5 9.25C5.90625 9.25 6.25 9.59375 6.25 10C6.25 10.4375 5.90625 10.75 5.5 10.75C5.0625 10.75 4.75 10.4375 4.75 10C4.75 9.59375 5.0625 9.25 5.5 9.25ZM7.75 10C7.75 9.59375 8.0625 9.25 8.5 9.25C8.90625 9.25 9.25 9.59375 9.25 10C9.25 10.4375 8.90625 10.75 8.5 10.75C8.0625 10.75 7.75 10.4375 7.75 10ZM7 11.75C7.40625 11.75 7.75 12.0938 7.75 12.5C7.75 12.9375 7.40625 13.25 7 13.25C6.5625 13.25 6.25 12.9375 6.25 12.5C6.25 12.0938 6.5625 11.75 7 11.75ZM10.75 10C10.75 9.59375 11.0625 9.25 11.5 9.25C11.9062 9.25 12.25 9.59375 12.25 10C12.25 10.4375 11.9062 10.75 11.5 10.75C11.0625 10.75 10.75 10.4375 10.75 10ZM10 11.75C10.4062 11.75 10.75 12.0938 10.75 12.5C10.75 12.9375 10.4062 13.25 10 13.25C9.5625 13.25 9.25 12.9375 9.25 12.5C9.25 12.0938 9.5625 11.75 10 11.75ZM13.75 10C13.75 9.59375 14.0625 9.25 14.5 9.25C14.9062 9.25 15.25 9.59375 15.25 10C15.25 10.4375 14.9062 10.75 14.5 10.75C14.0625 10.75 13.75 10.4375 13.75 10ZM13 11.75C13.4062 11.75 13.75 12.0938 13.75 12.5C13.75 12.9375 13.4062 13.25 13 13.25C12.5625 13.25 12.25 12.9375 12.25 12.5C12.25 12.0938 12.5625 11.75 13 11.75Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModulePosIcon };
|
|
@@ -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/module-pulse-icon.ts
|
|
3
|
+
var t = e("ModulePulseIcon", "M9.96875 2C10.3125 2 10.625 2.25 10.7188 2.5625L13.1875 12.0625L14.0312 10.2812C14.3125 9.65625 14.9375 9.25 15.625 9.25H19.25C19.6562 9.25 20 9.59375 20 10C20 10.4375 19.6562 10.75 19.25 10.75H15.625C15.5312 10.75 15.4375 10.8125 15.4062 10.9062L13.6562 14.5938C13.5312 14.875 13.2188 15.0312 12.9062 15C12.5938 14.9688 12.3438 14.75 12.25 14.4688L10.0625 6.0625L7.71875 17.4062C7.65625 17.75 7.34375 18 7 18C6.65625 18.0312 6.34375 17.8125 6.25 17.4688L4.46875 10.9375C4.4375 10.8438 4.34375 10.75 4.21875 10.75H0.75C0.3125 10.75 0 10.4375 0 10C0 9.59375 0.3125 9.25 0.75 9.25H4.21875C5 9.25 5.6875 9.78125 5.90625 10.5625L6.875 14.0625L9.25 2.625C9.3125 2.28125 9.625 2.03125 9.96875 2Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModulePulseIcon };
|
|
@@ -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/module-result-icon.ts
|
|
3
|
+
var t = e("ModuleResultIcon", "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 ModuleResultIcon };
|
|
@@ -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/module-salary-icon.ts
|
|
3
|
+
var t = e("ModuleSalaryIcon", "M5.75 3.5C5.59375 3.5 5.5 3.625 5.5 3.75V9.0625L4.15625 7.96875C4.09375 7.90625 4.03125 7.875 4 7.84375V3.75C4 2.8125 4.78125 2 5.75 2H14.25C15.1875 2 16 2.8125 16 3.75V7.84375C15.9375 7.875 15.875 7.90625 15.8125 7.9375L14.5 9.0625V3.75C14.5 3.625 14.375 3.5 14.25 3.5H5.75ZM3.5 10.6562V16.25C3.5 16.4062 3.59375 16.5 3.75 16.5H16.25C16.375 16.5 16.5 16.4062 16.5 16.25V10.6562L12.0625 14.2812C10.8438 15.2812 9.125 15.2812 7.9375 14.2812L3.5 10.6562ZM2 9.4375C2 8.9375 2.40625 8.5 2.90625 8.5C3.125 8.5 3.34375 8.59375 3.5 8.71875L8.875 13.125C9.53125 13.6562 10.4375 13.6562 11.0938 13.125L16.4688 8.71875C16.625 8.59375 16.8438 8.5 17.0625 8.5C17.5625 8.5 18 8.9375 18 9.4375V16.25C18 17.2188 17.2188 18 16.25 18H3.75C2.78125 18 2 17.2188 2 16.25V9.4375ZM10.625 4.75V5.1875C10.8438 5.25 11.0625 5.28125 11.2812 5.34375C11.5938 5.4375 11.8125 5.78125 11.7188 6.125C11.625 6.4375 11.2812 6.65625 10.9375 6.5625C10.5938 6.46875 10.2812 6.40625 9.96875 6.40625C9.71875 6.375 9.46875 6.4375 9.3125 6.5625C9.15625 6.625 9.09375 6.71875 9.09375 6.84375C9.09375 6.90625 9.125 6.9375 9.28125 7.0625C9.46875 7.15625 9.75 7.25 10.1562 7.375H10.1875C10.5312 7.5 10.9688 7.625 11.3438 7.84375C11.75 8.09375 12.0938 8.53125 12.0938 9.15625C12.125 9.8125 11.7812 10.2812 11.3438 10.5625C11.0938 10.6875 10.8438 10.7812 10.5938 10.8438V11.25C10.5938 11.5938 10.3125 11.875 9.96875 11.875C9.625 11.875 9.34375 11.5938 9.34375 11.25V10.8125C9.03125 10.75 8.71875 10.625 8.46875 10.5312C8.40625 10.5312 8.34375 10.5 8.28125 10.4688C7.96875 10.375 7.78125 10.0312 7.90625 9.6875C8 9.375 8.34375 9.1875 8.6875 9.28125C8.75 9.3125 8.84375 9.34375 8.90625 9.375C9.34375 9.5 9.65625 9.625 10 9.625C10.2812 9.65625 10.5312 9.59375 10.6875 9.5C10.8125 9.40625 10.875 9.3125 10.8438 9.15625C10.8438 9.0625 10.8438 9 10.6875 8.90625C10.4688 8.78125 10.1875 8.6875 9.8125 8.5625H9.75C9.40625 8.4375 8.96875 8.3125 8.625 8.125C8.25 7.875 7.875 7.46875 7.875 6.84375C7.84375 6.1875 8.21875 5.71875 8.65625 5.46875C8.875 5.34375 9.125 5.25 9.375 5.21875V4.75C9.375 4.40625 9.65625 4.125 10 4.125C10.3438 4.125 10.625 4.40625 10.625 4.75Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleSalaryIcon };
|
|
@@ -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/module-schedule-icon.ts
|
|
3
|
+
var t = e("ModuleScheduleIcon", "M7.75 2.75V4H12.25V2.75C12.25 2.34375 12.5625 2 13 2C13.4062 2 13.75 2.34375 13.75 2.75V4H15C16.0937 4 17 4.90625 17 6V16C17 17.125 16.0937 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 8V9.75H7V8H4.5ZM4.5 11.25V13.25H7V11.25H4.5ZM8.5 11.25V13.25H11.5V11.25H8.5ZM13 11.25V13.25H15.5V11.25H13ZM15.5 9.75V8H13V9.75H15.5ZM15.5 14.75H13V16.5H15C15.25 16.5 15.5 16.2812 15.5 16V14.75ZM11.5 14.75H8.5V16.5H11.5V14.75ZM7 14.75H4.5V16C4.5 16.2812 4.71875 16.5 5 16.5H7V14.75ZM11.5 9.75V8H8.5V9.75H11.5Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleScheduleIcon };
|
|
@@ -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/module-settings-alt-icon.ts
|
|
3
|
+
var t = e("ModuleSettingsAltIcon", "M4.59371 3.65625L4.37496 4.40625C4.31246 4.59375 4.18746 4.75 3.99996 4.8125C3.68746 4.9375 3.40621 5.09375 3.15621 5.3125C2.99996 5.4375 2.78121 5.46875 2.59371 5.4375L1.84371 5.25C1.68746 5.46875 1.56246 5.6875 1.43746 5.9375L1.96871 6.46875C2.12496 6.625 2.18746 6.8125 2.15621 7.03125C2.12496 7.1875 2.09371 7.34375 2.09371 7.5C2.09371 7.6875 2.12496 7.84375 2.15621 8C2.18746 8.21875 2.12496 8.40625 1.96871 8.5625L1.43746 9.09375C1.56246 9.34375 1.68746 9.5625 1.84371 9.78125L2.59371 9.59375C2.78121 9.53125 2.99996 9.59375 3.15621 9.71875C3.40621 9.9375 3.68746 10.0938 3.99996 10.2188C4.18746 10.2812 4.34371 10.4375 4.37496 10.625L4.59371 11.375C4.71871 11.375 4.84371 11.375 4.99996 11.375C5.12496 11.375 5.24996 11.375 5.40621 11.375L5.59371 10.625C5.65621 10.4375 5.78121 10.2812 5.96871 10.2188C6.28121 10.0938 6.59371 9.9375 6.84371 9.71875C6.99996 9.59375 7.18746 9.53125 7.40621 9.59375L8.12496 9.78125C8.28121 9.5625 8.43746 9.34375 8.53121 9.09375L7.99996 8.5625C7.84371 8.40625 7.78121 8.1875 7.81246 8C7.84371 7.84375 7.87496 7.6875 7.87496 7.5C7.87496 7.34375 7.84371 7.1875 7.81246 7.03125C7.78121 6.8125 7.84371 6.625 7.99996 6.46875L8.53121 5.9375C8.43746 5.6875 8.28121 5.46875 8.12496 5.25L7.40621 5.4375C7.18746 5.46875 6.99996 5.4375 6.84371 5.3125C6.59371 5.09375 6.28121 4.9375 5.96871 4.8125C5.78121 4.75 5.65621 4.59375 5.59371 4.40625L5.40621 3.65625C5.24996 3.65625 5.12496 3.625 4.99996 3.625C4.84371 3.625 4.71871 3.65625 4.59371 3.65625ZM3.96871 2.5C4.28121 2.4375 4.62496 2.375 4.99996 2.375C5.34371 2.375 5.68746 2.4375 5.99996 2.5C6.24996 2.53125 6.43746 2.71875 6.49996 2.9375L6.71871 3.78125C6.93746 3.875 7.15621 4 7.37496 4.15625L8.18746 3.9375C8.43746 3.875 8.65621 3.9375 8.81246 4.125C9.28121 4.625 9.62496 5.21875 9.84371 5.875C9.90621 6.125 9.87496 6.34375 9.68746 6.53125L9.09371 7.125C9.09371 7.25 9.12496 7.375 9.12496 7.5C9.12496 7.625 9.09371 7.75 9.09371 7.875L9.68746 8.5C9.87496 8.65625 9.93746 8.90625 9.84371 9.125C9.62496 9.8125 9.28121 10.4062 8.81246 10.9062C8.65621 11.0938 8.43746 11.1562 8.18746 11.0938L7.37496 10.875C7.15621 11.0312 6.93746 11.1562 6.71871 11.25L6.49996 12.0938C6.43746 12.3125 6.24996 12.5 5.99996 12.5312C5.68746 12.5938 5.34371 12.625 4.99996 12.625C4.62496 12.625 4.28121 12.5938 3.96871 12.5312C3.71871 12.5 3.56246 12.3125 3.49996 12.0938L3.24996 11.25C3.03121 11.1562 2.81246 11.0312 2.59371 10.875L1.78121 11.0938C1.56246 11.1562 1.31246 11.0938 1.15621 10.9062C0.687456 10.4062 0.343706 9.8125 0.124956 9.125C0.0624557 8.90625 0.0937057 8.65625 0.281206 8.5L0.874956 7.875C0.874956 7.75 0.874956 7.625 0.874956 7.5C0.874956 7.375 0.874956 7.25 0.874956 7.125L0.281206 6.53125C0.0937057 6.34375 0.0624557 6.125 0.124956 5.875C0.343706 5.21875 0.687456 4.625 1.15621 4.125C1.31246 3.9375 1.53121 3.875 1.78121 3.9375L2.59371 4.15625C2.81246 4 3.03121 3.875 3.24996 3.78125L3.49996 2.9375C3.56246 2.71875 3.71871 2.53125 3.96871 2.5ZM3.74996 7.5C3.74996 7.0625 3.96871 6.65625 4.37496 6.4375C4.74996 6.21875 5.21871 6.21875 5.62496 6.4375C5.99996 6.65625 6.24996 7.0625 6.24996 7.5C6.24996 7.96875 5.99996 8.375 5.62496 8.59375C5.21871 8.8125 4.74996 8.8125 4.37496 8.59375C3.96871 8.375 3.74996 7.96875 3.74996 7.5ZM10.625 13.4062L11.375 13.625C11.5625 13.6875 11.7187 13.8125 11.7812 14C11.9062 14.3125 12.0625 14.5938 12.2812 14.8438C12.4062 15 12.4687 15.2188 12.4062 15.4062L12.2187 16.1562C12.4375 16.3125 12.6562 16.4375 12.9062 16.5625L13.4375 16.0312C13.5937 15.875 13.8125 15.8125 14 15.8438C14.1562 15.875 14.3125 15.9062 14.5 15.9062C14.6562 15.9062 14.8125 15.875 14.9687 15.8438C15.1875 15.8125 15.375 15.875 15.5312 16.0312L16.0625 16.5625C16.3125 16.4375 16.5312 16.3125 16.75 16.1562L16.5625 15.4062C16.5312 15.2188 16.5625 15 16.6875 14.8438C16.9062 14.5938 17.0625 14.3125 17.1875 14C17.25 13.8125 17.4062 13.6875 17.5937 13.625L18.3437 13.4062C18.3437 13.2812 18.375 13.1562 18.375 13C18.375 12.875 18.3437 12.75 18.3437 12.625L17.5937 12.4062C17.4062 12.3438 17.25 12.2188 17.1875 12.0312C17.0625 11.7188 16.9062 11.4375 16.6875 11.1562C16.5625 11 16.5312 10.8125 16.5625 10.625L16.75 9.875C16.5312 9.71875 16.3125 9.59375 16.0625 9.46875L15.5312 10C15.375 10.1562 15.1875 10.2188 14.9687 10.1875C14.8125 10.1562 14.6562 10.125 14.5 10.125C14.3125 10.125 14.1562 10.1562 14 10.1875C13.7812 10.2188 13.5937 10.1562 13.4375 10L12.9062 9.46875C12.6562 9.59375 12.4375 9.71875 12.2187 9.875L12.4062 10.625C12.4687 10.8125 12.4062 11 12.2812 11.1562C12.0625 11.4062 11.9062 11.7188 11.7812 12.0312C11.7187 12.2188 11.5625 12.3438 11.375 12.4062L10.625 12.625C10.625 12.75 10.625 12.875 10.625 13C10.625 13.1562 10.625 13.2812 10.625 13.4062ZM9.46871 14.0312C9.40621 13.7188 9.37496 13.375 9.37496 13C9.37496 12.6562 9.40621 12.3125 9.46871 12C9.49996 11.75 9.68746 11.5625 9.90621 11.5L10.75 11.2812C10.8437 11.0625 10.9687 10.8438 11.125 10.625L10.9062 9.8125C10.8437 9.5625 10.9062 9.34375 11.0937 9.1875C11.5937 8.71875 12.1875 8.375 12.875 8.15625C13.0937 8.09375 13.3437 8.125 13.5 8.3125L14.125 8.90625C14.25 8.90625 14.375 8.875 14.5 8.875C14.625 8.875 14.75 8.90625 14.875 8.90625L15.4687 8.3125C15.6562 8.125 15.875 8.0625 16.125 8.15625C16.7812 8.375 17.375 8.71875 17.875 9.1875C18.0625 9.34375 18.125 9.5625 18.0625 9.8125L17.8437 10.625C18 10.8438 18.125 11.0625 18.2187 11.2812L19.0625 11.5C19.2812 11.5625 19.4687 11.75 19.5 12C19.5625 12.3125 19.625 12.6562 19.625 13C19.625 13.375 19.5625 13.6875 19.5 14.0312C19.4687 14.25 19.2812 14.4375 19.0625 14.5L18.2187 14.75C18.125 14.9688 18 15.1875 17.8437 15.375L18.0625 16.2188C18.125 16.4375 18.0625 16.6875 17.875 16.8438C17.375 17.2812 16.7812 17.6562 16.125 17.875C15.875 17.9375 15.6562 17.875 15.4687 17.7188L14.875 17.125C14.75 17.125 14.625 17.125 14.5 17.125C14.375 17.125 14.25 17.125 14.125 17.125L13.5 17.7188C13.3437 17.9062 13.0937 17.9375 12.875 17.875C12.1875 17.6562 11.5937 17.3125 11.0937 16.8438C10.9062 16.6875 10.8437 16.4688 10.9062 16.2188L11.125 15.4062C10.9687 15.1875 10.8437 14.9688 10.75 14.75L9.90621 14.5C9.68746 14.4375 9.49996 14.2812 9.46871 14.0312ZM14.5 14.25C14.0312 14.25 13.625 14.0312 13.4062 13.625C13.1875 13.25 13.1875 12.7812 13.4062 12.375C13.625 12 14.0312 11.75 14.5 11.75C14.9375 11.75 15.3437 12 15.5625 12.375C15.7812 12.7812 15.7812 13.25 15.5625 13.625C15.3437 14.0312 14.9375 14.25 14.5 14.25Z");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { t as ModuleSettingsAltIcon };
|