@caspeco/casper-ui-library 9.12.0 → 10.0.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/compiler-runtime.js +5 -0
- package/dist/_virtual/compiler-runtime2.js +4 -0
- package/dist/_virtual/react-compiler-runtime.development.js +4 -0
- package/dist/_virtual/react-compiler-runtime.production.js +4 -0
- package/dist/components/accordion/accordion-item.d.ts +3 -2
- package/dist/components/accordion/accordion-item.d.ts.map +1 -1
- package/dist/components/accordion/accordion-item.js +36 -19
- package/dist/components/accordion/accordion-panel.d.ts +1 -1
- package/dist/components/accordion/accordion-panel.d.ts.map +1 -1
- package/dist/components/accordion/accordion-panel.js +13 -5
- package/dist/components/accordion/accordion.composition.d.ts +3 -3
- package/dist/components/accordion/accordion.composition.d.ts.map +1 -1
- package/dist/components/accordion/accordion.d.ts +1 -1
- package/dist/components/accordion/accordion.d.ts.map +1 -1
- package/dist/components/accordion/accordion.js +18 -6
- package/dist/components/alert/alert.composition.d.ts +5 -5
- package/dist/components/alert/alert.composition.d.ts.map +1 -1
- package/dist/components/alert/alert.d.ts +1 -1
- package/dist/components/alert/alert.d.ts.map +1 -1
- package/dist/components/alert/alert.js +58 -74
- package/dist/components/alert/helper.d.ts +1 -1
- package/dist/components/alert/helper.d.ts.map +1 -1
- package/dist/components/alert/helper.js +10 -15
- package/dist/components/badge/badge-recipe.js +13 -19
- package/dist/components/badge/badge.composition.d.ts +3 -3
- package/dist/components/badge/badge.composition.d.ts.map +1 -1
- package/dist/components/badge/badge.js +70 -31
- package/dist/components/box/box.composition.d.ts +6 -6
- package/dist/components/box/box.composition.d.ts.map +1 -1
- package/dist/components/box/box.js +10 -5
- package/dist/components/breadcrumbs/breadcrumb-item.d.ts +1 -1
- package/dist/components/breadcrumbs/breadcrumb-item.d.ts.map +1 -1
- package/dist/components/breadcrumbs/breadcrumb-item.js +16 -5
- package/dist/components/breadcrumbs/breadcrumb-link.js +19 -17
- package/dist/components/breadcrumbs/breadcrumbs.composition.d.ts +2 -2
- package/dist/components/breadcrumbs/breadcrumbs.composition.d.ts.map +1 -1
- package/dist/components/breadcrumbs/breadcrumbs.d.ts +1 -1
- package/dist/components/breadcrumbs/breadcrumbs.d.ts.map +1 -1
- package/dist/components/breadcrumbs/breadcrumbs.js +82 -80
- package/dist/components/button/button-recipe.js +6 -2
- package/dist/components/button/button.composition.d.ts +5 -5
- package/dist/components/button/button.composition.d.ts.map +1 -1
- package/dist/components/button/button.js +38 -42
- package/dist/components/checkbox/checkbox-icon.d.ts +2 -1
- package/dist/components/checkbox/checkbox-icon.d.ts.map +1 -1
- package/dist/components/checkbox/checkbox.composition.d.ts +3 -3
- package/dist/components/checkbox/checkbox.composition.d.ts.map +1 -1
- package/dist/components/checkbox/checkbox.js +34 -53
- package/dist/components/checkbox/icons/check.js +1 -6
- package/dist/components/checkbox/icons/minus.js +1 -6
- package/dist/components/checkbox/icons/plus.js +1 -6
- package/dist/components/checkbox-group/checkbox-group.composition.d.ts +2 -2
- package/dist/components/checkbox-group/checkbox-group.composition.d.ts.map +1 -1
- package/dist/components/checkbox-group/checkbox-group.d.ts +1 -1
- package/dist/components/checkbox-group/checkbox-group.d.ts.map +1 -1
- package/dist/components/checkbox-group/checkbox-group.js +13 -4
- package/dist/components/collapsible/collapsible.composition.d.ts +3 -3
- package/dist/components/collapsible/collapsible.composition.d.ts.map +1 -1
- package/dist/components/collapsible/collapsible.d.ts +1 -1
- package/dist/components/collapsible/collapsible.d.ts.map +1 -1
- package/dist/components/collapsible/collapsible.js +93 -108
- package/dist/components/combobox/combobox-button.d.ts +1 -1
- package/dist/components/combobox/combobox-button.d.ts.map +1 -1
- package/dist/components/combobox/combobox-button.js +131 -174
- package/dist/components/combobox/combobox-item.d.ts +1 -1
- package/dist/components/combobox/combobox-item.d.ts.map +1 -1
- package/dist/components/combobox/combobox-item.js +18 -11
- package/dist/components/combobox/combobox-menu.d.ts +2 -2
- package/dist/components/combobox/combobox-menu.d.ts.map +1 -1
- package/dist/components/combobox/combobox-menu.js +171 -270
- package/dist/components/combobox/combobox.composition.d.ts +9 -9
- package/dist/components/combobox/combobox.composition.d.ts.map +1 -1
- package/dist/components/combobox/combobox.d.ts +1 -1
- package/dist/components/combobox/combobox.d.ts.map +1 -1
- package/dist/components/combobox/combobox.js +286 -209
- package/dist/components/combobox/types.d.ts +7 -7
- package/dist/components/combobox/types.d.ts.map +1 -1
- package/dist/components/date-picker/base-date-picker.d.ts +2 -1
- package/dist/components/date-picker/base-date-picker.d.ts.map +1 -1
- package/dist/components/date-picker/base-date-picker.js +242 -240
- package/dist/components/date-picker/date-multi-picker.d.ts +8 -0
- package/dist/components/date-picker/date-multi-picker.d.ts.map +1 -0
- package/dist/components/date-picker/date-multi-picker.js +30 -0
- package/dist/components/date-picker/date-picker-date-cell.d.ts +1 -1
- package/dist/components/date-picker/date-picker-date-cell.d.ts.map +1 -1
- package/dist/components/date-picker/date-picker-date-cell.js +111 -117
- package/dist/components/date-picker/date-picker-header.d.ts +1 -1
- package/dist/components/date-picker/date-picker-header.d.ts.map +1 -1
- package/dist/components/date-picker/date-picker-header.js +153 -120
- package/dist/components/date-picker/date-picker-week-cell.d.ts +1 -1
- package/dist/components/date-picker/date-picker-week-cell.d.ts.map +1 -1
- package/dist/components/date-picker/date-picker-week-cell.js +41 -36
- package/dist/components/date-picker/date-picker.composition.d.ts +7 -4
- package/dist/components/date-picker/date-picker.composition.d.ts.map +1 -1
- package/dist/components/date-picker/date-picker.d.ts +1 -1
- package/dist/components/date-picker/date-picker.d.ts.map +1 -1
- package/dist/components/date-picker/date-picker.js +24 -45
- package/dist/components/date-picker/date-range-picker.d.ts +1 -1
- package/dist/components/date-picker/date-range-picker.d.ts.map +1 -1
- package/dist/components/date-picker/date-range-picker.js +23 -41
- package/dist/components/date-picker/date-week-picker.d.ts +1 -1
- package/dist/components/date-picker/date-week-picker.d.ts.map +1 -1
- package/dist/components/date-picker/date-week-picker.js +18 -36
- package/dist/components/date-picker/helper.js +1 -1
- package/dist/components/date-picker/index.d.ts +2 -1
- package/dist/components/date-picker/index.d.ts.map +1 -1
- package/dist/components/date-picker/types.d.ts +16 -0
- package/dist/components/date-picker/types.d.ts.map +1 -1
- package/dist/components/divider/divider.composition.d.ts +2 -2
- package/dist/components/divider/divider.composition.d.ts.map +1 -1
- package/dist/components/divider/divider.d.ts +1 -1
- package/dist/components/divider/divider.d.ts.map +1 -1
- package/dist/components/divider/divider.js +16 -19
- package/dist/components/drawer/drawer-recipe.js +25 -5
- package/dist/components/drawer/drawer.composition.d.ts +5 -5
- package/dist/components/drawer/drawer.composition.d.ts.map +1 -1
- package/dist/components/drawer/drawer.d.ts +1 -1
- package/dist/components/drawer/drawer.d.ts.map +1 -1
- package/dist/components/drawer/drawer.js +38 -36
- package/dist/components/drawer/inline-drawer.d.ts +1 -1
- package/dist/components/drawer/inline-drawer.d.ts.map +1 -1
- package/dist/components/drawer/inline-drawer.js +62 -57
- package/dist/components/drawer/use-drawer-key-down.js +15 -8
- package/dist/components/fieldset/fieldset-error-text.d.ts +1 -1
- package/dist/components/fieldset/fieldset-error-text.d.ts.map +1 -1
- package/dist/components/fieldset/fieldset-error-text.js +13 -5
- package/dist/components/fieldset/fieldset-helper-text.d.ts +1 -1
- package/dist/components/fieldset/fieldset-helper-text.d.ts.map +1 -1
- package/dist/components/fieldset/fieldset-helper-text.js +13 -5
- package/dist/components/fieldset/fieldset-legend.d.ts +1 -1
- package/dist/components/fieldset/fieldset-legend.d.ts.map +1 -1
- package/dist/components/fieldset/fieldset-legend.js +13 -5
- package/dist/components/fieldset/fieldset.d.ts +1 -1
- package/dist/components/fieldset/fieldset.d.ts.map +1 -1
- package/dist/components/fieldset/fieldset.js +15 -5
- package/dist/components/flex/flex.composition.d.ts +2 -2
- package/dist/components/flex/flex.composition.d.ts.map +1 -1
- package/dist/components/flex/flex.d.ts +1 -1
- package/dist/components/flex/flex.d.ts.map +1 -1
- package/dist/components/flex/flex.js +13 -5
- package/dist/components/form-control/form-control.composition.d.ts +6 -6
- package/dist/components/form-control/form-control.composition.d.ts.map +1 -1
- package/dist/components/form-control/form-control.d.ts +1 -1
- package/dist/components/form-control/form-control.d.ts.map +1 -1
- package/dist/components/form-control/form-control.js +17 -22
- package/dist/components/form-control/form-error-message.d.ts +1 -1
- package/dist/components/form-control/form-error-message.d.ts.map +1 -1
- package/dist/components/form-control/form-error-message.js +13 -5
- package/dist/components/form-control/form-helper-text.d.ts +1 -1
- package/dist/components/form-control/form-helper-text.d.ts.map +1 -1
- package/dist/components/form-control/form-helper-text.js +13 -5
- package/dist/components/form-control/form-label.d.ts +1 -1
- package/dist/components/form-control/form-label.d.ts.map +1 -1
- package/dist/components/form-control/form-label.js +24 -11
- package/dist/components/grid/grid-item.d.ts +1 -1
- package/dist/components/grid/grid-item.d.ts.map +1 -1
- package/dist/components/grid/grid-item.js +12 -4
- package/dist/components/grid/grid.composition.d.ts +2 -2
- package/dist/components/grid/grid.composition.d.ts.map +1 -1
- package/dist/components/grid/grid.d.ts +1 -1
- package/dist/components/grid/grid.d.ts.map +1 -1
- package/dist/components/grid/grid.js +13 -5
- package/dist/components/heading/heading.composition.d.ts +3 -3
- package/dist/components/heading/heading.composition.d.ts.map +1 -1
- package/dist/components/heading/heading.d.ts +1 -1
- package/dist/components/heading/heading.d.ts.map +1 -1
- package/dist/components/heading/heading.js +21 -29
- package/dist/components/highlight/highlight.composition.d.ts +2 -2
- package/dist/components/highlight/highlight.composition.d.ts.map +1 -1
- package/dist/components/highlight/highlight.d.ts +1 -1
- package/dist/components/highlight/highlight.d.ts.map +1 -1
- package/dist/components/highlight/highlight.js +19 -15
- package/dist/components/icon/create-icon.js +24 -15
- package/dist/components/icon/icon.composition.d.ts +1 -1
- package/dist/components/icon/icon.composition.d.ts.map +1 -1
- package/dist/components/icon/icons/absence-icon.js +1 -4
- package/dist/components/icon/icons/accessibility-icon.js +1 -4
- package/dist/components/icon/icons/add-absence-icon.js +1 -4
- package/dist/components/icon/icons/add-emoji-icon.js +1 -4
- package/dist/components/icon/icons/add-icon.js +1 -4
- package/dist/components/icon/icons/apple-icon.js +1 -4
- package/dist/components/icon/icons/apps-icon.js +1 -4
- package/dist/components/icon/icons/archive-icon.js +4 -5
- package/dist/components/icon/icons/area-icon.js +1 -4
- package/dist/components/icon/icons/at-icon.js +1 -4
- package/dist/components/icon/icons/attachment-icon.js +1 -4
- package/dist/components/icon/icons/baby-icon.js +1 -4
- package/dist/components/icon/icons/back-icon.js +1 -4
- package/dist/components/icon/icons/backspace-icon.js +1 -4
- package/dist/components/icon/icons/bank-icon.js +1 -4
- package/dist/components/icon/icons/bank-id-icon.js +1 -4
- package/dist/components/icon/icons/barcode-icon.js +1 -4
- package/dist/components/icon/icons/bell-icon.js +1 -4
- package/dist/components/icon/icons/bolt-icon.js +4 -5
- package/dist/components/icon/icons/calendar-icon.js +1 -4
- package/dist/components/icon/icons/camera-icon.js +1 -4
- package/dist/components/icon/icons/cancel-icon.js +1 -4
- package/dist/components/icon/icons/card-icon.js +1 -4
- package/dist/components/icon/icons/cart-icon.js +1 -4
- package/dist/components/icon/icons/caspeco-icon.js +4 -5
- package/dist/components/icon/icons/channels-icon.js +1 -4
- package/dist/components/icon/icons/chart-icon.js +1 -4
- package/dist/components/icon/icons/chart-line-icon.js +1 -4
- package/dist/components/icon/icons/chart-mixed-icon.js +1 -4
- package/dist/components/icon/icons/chart-pie-icon.js +1 -4
- package/dist/components/icon/icons/chart-scatter-icon.js +1 -4
- package/dist/components/icon/icons/check-icon.js +1 -4
- package/dist/components/icon/icons/checkbox-icon.js +1 -4
- package/dist/components/icon/icons/chevron-left-icon.js +1 -4
- package/dist/components/icon/icons/chevron-right-icon.js +1 -4
- package/dist/components/icon/icons/child-icon.js +1 -4
- package/dist/components/icon/icons/circle-info-icon.js +1 -4
- package/dist/components/icon/icons/circle-parking-icon.js +1 -4
- package/dist/components/icon/icons/circle-question-icon.js +1 -4
- package/dist/components/icon/icons/circle-select-icon.js +1 -4
- package/dist/components/icon/icons/circle-success-icon.js +1 -4
- package/dist/components/icon/icons/circle-user-icon.js +1 -4
- package/dist/components/icon/icons/clear-icon.js +1 -4
- package/dist/components/icon/icons/close-icon.js +1 -4
- package/dist/components/icon/icons/closed-icon.js +1 -4
- package/dist/components/icon/icons/collapse-icon.js +1 -4
- package/dist/components/icon/icons/color-icon.js +1 -4
- package/dist/components/icon/icons/columns-icon.js +1 -4
- package/dist/components/icon/icons/comment-add-icon.js +1 -4
- package/dist/components/icon/icons/comment-icon.js +1 -4
- package/dist/components/icon/icons/cookies-icon.js +1 -4
- package/dist/components/icon/icons/copy-icon.js +1 -4
- package/dist/components/icon/icons/date-icon.js +1 -4
- package/dist/components/icon/icons/decrease-icon.js +1 -4
- package/dist/components/icon/icons/delete-icon.js +1 -4
- package/dist/components/icon/icons/deliverect-icon.js +1 -4
- package/dist/components/icon/icons/delivery-icon.js +1 -4
- package/dist/components/icon/icons/description-icon.js +1 -4
- package/dist/components/icon/icons/discount-icon.js +1 -4
- package/dist/components/icon/icons/distribute-evenly-icon.js +1 -4
- package/dist/components/icon/icons/door-closed-icon.js +1 -4
- package/dist/components/icon/icons/door-open-icon.js +1 -4
- package/dist/components/icon/icons/down-icon.js +1 -4
- package/dist/components/icon/icons/eat-in-icon.js +1 -4
- package/dist/components/icon/icons/edit-icon.js +1 -4
- package/dist/components/icon/icons/email-icon.js +1 -4
- package/dist/components/icon/icons/error-icon.js +1 -4
- package/dist/components/icon/icons/expand-icon.js +1 -4
- package/dist/components/icon/icons/export-icon.js +1 -4
- package/dist/components/icon/icons/extract-icon.js +1 -4
- package/dist/components/icon/icons/facebook-icon.js +1 -4
- package/dist/components/icon/icons/failed-print-icon.js +1 -4
- package/dist/components/icon/icons/file-icon.js +1 -4
- package/dist/components/icon/icons/filter-icon.js +1 -4
- package/dist/components/icon/icons/folder-icon.js +1 -4
- package/dist/components/icon/icons/foodora-icon.js +1 -4
- package/dist/components/icon/icons/forward-icon.js +1 -4
- package/dist/components/icon/icons/glovo-icon.js +4 -5
- package/dist/components/icon/icons/goal-icon.js +1 -4
- package/dist/components/icon/icons/google-icon.js +1 -4
- package/dist/components/icon/icons/grip-more-icon.js +1 -4
- package/dist/components/icon/icons/hash-icon.js +1 -4
- package/dist/components/icon/icons/hexagon-error-icon.js +1 -4
- package/dist/components/icon/icons/hide-icon.js +1 -4
- package/dist/components/icon/icons/history-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-anchor-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-asterisk-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-beer-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-bicycle-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-binoculars-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-bomb-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-car-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-cocktail-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-gem-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-heart-full-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-heart-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-magnet-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-money-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-moon-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-music-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-star-full-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-star-half-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-star-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-tint-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-tree-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-utensils-icon.js +1 -4
- package/dist/components/icon/icons/icon-picker-wheelchair-icon.js +1 -4
- package/dist/components/icon/icons/image-icon.js +1 -4
- package/dist/components/icon/icons/import-icon.js +1 -4
- package/dist/components/icon/icons/inbox-icon.js +1 -4
- package/dist/components/icon/icons/increase-icon.js +1 -4
- package/dist/components/icon/icons/indeterminate-icon.js +1 -4
- package/dist/components/icon/icons/info-icon.js +1 -4
- package/dist/components/icon/icons/inheritance-icon.js +1 -4
- package/dist/components/icon/icons/just-eat-icon.js +1 -4
- package/dist/components/icon/icons/karma-icon.js +1 -4
- package/dist/components/icon/icons/key-command-icon.js +1 -4
- package/dist/components/icon/icons/key-enter-icon.js +1 -4
- package/dist/components/icon/icons/key-icon.js +1 -4
- package/dist/components/icon/icons/key-option-icon.js +1 -4
- package/dist/components/icon/icons/language-icon.js +1 -4
- package/dist/components/icon/icons/link-broken-icon.js +1 -4
- package/dist/components/icon/icons/link-external-icon.js +1 -4
- package/dist/components/icon/icons/link-icon.js +1 -4
- package/dist/components/icon/icons/list-ol-icon.js +1 -4
- package/dist/components/icon/icons/list-ul-icon.js +1 -4
- package/dist/components/icon/icons/loading-icon.js +1 -4
- package/dist/components/icon/icons/location-icon.js +1 -4
- package/dist/components/icon/icons/lock-icon.js +1 -4
- package/dist/components/icon/icons/log-in-icon.js +1 -4
- package/dist/components/icon/icons/log-out-icon.js +1 -4
- package/dist/components/icon/icons/map-icon.js +1 -4
- package/dist/components/icon/icons/maximize-icon.js +1 -4
- package/dist/components/icon/icons/members-icon.js +1 -4
- package/dist/components/icon/icons/menu-hide-icon.js +1 -4
- package/dist/components/icon/icons/menu-icon.js +1 -4
- package/dist/components/icon/icons/menu-show-icon.js +1 -4
- package/dist/components/icon/icons/message-add-icon.js +1 -4
- package/dist/components/icon/icons/message-icon.js +1 -4
- package/dist/components/icon/icons/message-lines-icon.js +1 -4
- package/dist/components/icon/icons/minimize-icon.js +1 -4
- package/dist/components/icon/icons/minimize-window-icon.js +1 -4
- package/dist/components/icon/icons/mobile-rotate-icon.js +1 -4
- package/dist/components/icon/icons/module-accounting-icon.js +1 -4
- package/dist/components/icon/icons/module-ai-forecast-icon.js +1 -4
- package/dist/components/icon/icons/module-app-icon.js +1 -4
- package/dist/components/icon/icons/module-articles-icon.js +1 -4
- package/dist/components/icon/icons/module-benchmark-icon.js +1 -4
- package/dist/components/icon/icons/module-booking-icon.js +1 -4
- package/dist/components/icon/icons/module-cai-icon.js +1 -4
- package/dist/components/icon/icons/module-campaigns-icon.js +1 -4
- package/dist/components/icon/icons/module-cashier-icon.js +1 -4
- package/dist/components/icon/icons/module-communication-icon.js +1 -4
- package/dist/components/icon/icons/module-copilot-icon.js +1 -4
- package/dist/components/icon/icons/module-dashboard-icon.js +1 -4
- package/dist/components/icon/icons/module-document-icon.js +1 -4
- package/dist/components/icon/icons/module-employees-icon.js +1 -4
- package/dist/components/icon/icons/module-feed-icon.js +1 -4
- package/dist/components/icon/icons/module-history-icon.js +1 -4
- package/dist/components/icon/icons/module-home-icon.js +1 -4
- package/dist/components/icon/icons/module-insights-icon.js +1 -4
- package/dist/components/icon/icons/module-kds-icon.js +1 -4
- package/dist/components/icon/icons/module-members-icon.js +1 -4
- package/dist/components/icon/icons/module-menus-icon.js +1 -4
- package/dist/components/icon/icons/module-my-city-icon.js +1 -4
- package/dist/components/icon/icons/module-notification-center-icon.js +1 -4
- package/dist/components/icon/icons/module-online-order-icon.js +1 -4
- package/dist/components/icon/icons/module-organisation-icon.js +1 -4
- package/dist/components/icon/icons/module-pos-icon.js +1 -4
- package/dist/components/icon/icons/module-pulse-icon.js +1 -4
- package/dist/components/icon/icons/module-result-icon.js +1 -4
- package/dist/components/icon/icons/module-salary-icon.js +1 -4
- package/dist/components/icon/icons/module-schedule-icon.js +1 -4
- package/dist/components/icon/icons/module-settings-alt-icon.js +1 -4
- package/dist/components/icon/icons/module-settings-icon.js +1 -4
- package/dist/components/icon/icons/module-support-icon.js +1 -4
- package/dist/components/icon/icons/module-survey-icon.js +1 -4
- package/dist/components/icon/icons/module-table-map-icon.js +4 -5
- package/dist/components/icon/icons/module-tablet-icon.js +1 -4
- package/dist/components/icon/icons/module-time-icon.js +1 -4
- package/dist/components/icon/icons/module-timeline-icon.js +1 -4
- package/dist/components/icon/icons/module-tip-icon.js +1 -4
- package/dist/components/icon/icons/module-to-do-icon.js +1 -4
- package/dist/components/icon/icons/module-tools-icon.js +1 -4
- package/dist/components/icon/icons/module-top-list-icon.js +1 -4
- package/dist/components/icon/icons/module-web-charts-icon.js +1 -4
- package/dist/components/icon/icons/module-web-icon.js +1 -4
- package/dist/components/icon/icons/more-horizontal-icon.js +1 -4
- package/dist/components/icon/icons/more-vertical-icon.js +1 -4
- package/dist/components/icon/icons/nfc-icon.js +1 -4
- package/dist/components/icon/icons/no-cart-icon.js +1 -4
- package/dist/components/icon/icons/note-icon.js +1 -4
- package/dist/components/icon/icons/number-icon.js +4 -5
- package/dist/components/icon/icons/open-modal-icon.js +1 -4
- package/dist/components/icon/icons/parking-icon.js +1 -4
- package/dist/components/icon/icons/party-horn-icon.js +1 -4
- package/dist/components/icon/icons/pause-icon.js +1 -4
- package/dist/components/icon/icons/payment-card-icon.js +1 -4
- package/dist/components/icon/icons/payment-cash-icon.js +1 -4
- package/dist/components/icon/icons/payment-generic-icon.js +1 -4
- package/dist/components/icon/icons/payment-giftcard-icon.js +1 -4
- package/dist/components/icon/icons/payment-hotel-icon.js +1 -4
- package/dist/components/icon/icons/payment-invoice-icon.js +1 -4
- package/dist/components/icon/icons/percentage-icon.js +1 -4
- package/dist/components/icon/icons/phone-icon.js +1 -4
- package/dist/components/icon/icons/pin-icon.js +1 -4
- package/dist/components/icon/icons/pin-map-icon.js +1 -4
- package/dist/components/icon/icons/play-icon.js +1 -4
- package/dist/components/icon/icons/preview-icon.js +1 -4
- package/dist/components/icon/icons/print-icon.js +1 -4
- package/dist/components/icon/icons/privacy-icon.js +1 -4
- package/dist/components/icon/icons/product-admin-icon.js +1 -4
- package/dist/components/icon/icons/product-analytics-icon.js +1 -4
- package/dist/components/icon/icons/product-booking-icon.js +1 -4
- package/dist/components/icon/icons/product-checkout-icon.js +1 -4
- package/dist/components/icon/icons/product-my-pages-icon.js +1 -4
- package/dist/components/icon/icons/product-staff-icon.js +1 -4
- package/dist/components/icon/icons/puck-icon.js +1 -4
- package/dist/components/icon/icons/qr-code-icon.js +1 -4
- package/dist/components/icon/icons/question-icon.js +1 -4
- package/dist/components/icon/icons/radio-icon.js +1 -4
- package/dist/components/icon/icons/receipt-icon.js +1 -4
- package/dist/components/icon/icons/redo-icon.js +1 -4
- package/dist/components/icon/icons/refund-icon.js +1 -4
- package/dist/components/icon/icons/remove-icon.js +1 -4
- package/dist/components/icon/icons/replace-icon.js +1 -4
- package/dist/components/icon/icons/schedule-icon.js +1 -4
- package/dist/components/icon/icons/search-icon.js +1 -4
- package/dist/components/icon/icons/select-icon.js +1 -4
- package/dist/components/icon/icons/send-icon.js +1 -4
- package/dist/components/icon/icons/share-icon.js +1 -4
- package/dist/components/icon/icons/show-icon.js +1 -4
- package/dist/components/icon/icons/shuffle-icon.js +1 -4
- package/dist/components/icon/icons/sidebar-hide-icon.js +1 -4
- package/dist/components/icon/icons/sidebar-left-icon.js +1 -4
- package/dist/components/icon/icons/sidebar-right-icon.js +1 -4
- package/dist/components/icon/icons/sidebar-show-icon.js +1 -4
- package/dist/components/icon/icons/sliders-icon.js +1 -4
- package/dist/components/icon/icons/slightly-sad-icon.js +1 -4
- package/dist/components/icon/icons/smile-icon.js +1 -4
- package/dist/components/icon/icons/sort-asc-icon.js +1 -4
- package/dist/components/icon/icons/sort-desc-icon.js +1 -4
- package/dist/components/icon/icons/split-icon.js +1 -4
- package/dist/components/icon/icons/status-icon.js +1 -4
- package/dist/components/icon/icons/stop-icon.js +1 -4
- package/dist/components/icon/icons/submenu-icon.js +1 -4
- package/dist/components/icon/icons/success-icon.js +1 -4
- package/dist/components/icon/icons/swap-icon.js +1 -4
- package/dist/components/icon/icons/swatch-icon.js +1 -4
- package/dist/components/icon/icons/sweat-icon.js +1 -4
- package/dist/components/icon/icons/table-icon.js +1 -4
- package/dist/components/icon/icons/table-map-icon.js +1 -4
- package/dist/components/icon/icons/take-away-dot-com-icon.js +1 -4
- package/dist/components/icon/icons/take-away-icon.js +1 -4
- package/dist/components/icon/icons/talk-icon.js +1 -4
- package/dist/components/icon/icons/thumbtack-icon.js +1 -4
- package/dist/components/icon/icons/time-icon.js +1 -4
- package/dist/components/icon/icons/timeline-icon.js +1 -4
- package/dist/components/icon/icons/tip-icon.js +1 -4
- package/dist/components/icon/icons/title-icon.js +1 -4
- package/dist/components/icon/icons/translate-icon.js +1 -4
- package/dist/components/icon/icons/tree-view-collapse-icon.js +1 -4
- package/dist/components/icon/icons/tree-view-expand-icon.js +1 -4
- package/dist/components/icon/icons/tree-view-last-icon.js +1 -4
- package/dist/components/icon/icons/trend-down-icon.js +1 -4
- package/dist/components/icon/icons/trend-up-icon.js +1 -4
- package/dist/components/icon/icons/triangle-warning-icon.js +1 -4
- package/dist/components/icon/icons/trivec-icon.js +4 -5
- package/dist/components/icon/icons/uber-eats-icon.js +1 -4
- package/dist/components/icon/icons/undo-icon.js +1 -4
- package/dist/components/icon/icons/unlock-icon.js +1 -4
- package/dist/components/icon/icons/unwrap-content-icon.js +1 -4
- package/dist/components/icon/icons/up-icon.js +1 -4
- package/dist/components/icon/icons/user-group-icon.js +1 -4
- package/dist/components/icon/icons/user-icon.js +1 -4
- package/dist/components/icon/icons/user-permissions-icon.js +1 -4
- package/dist/components/icon/icons/user-wait-icon.js +1 -4
- package/dist/components/icon/icons/users-icon.js +1 -4
- package/dist/components/icon/icons/version-control-icon.js +1 -4
- package/dist/components/icon/icons/volume-high-icon.js +1 -4
- package/dist/components/icon/icons/volume-icon.js +1 -4
- package/dist/components/icon/icons/volume-low-icon.js +1 -4
- package/dist/components/icon/icons/volume-off-icon.js +1 -4
- package/dist/components/icon/icons/warning-icon.js +1 -4
- package/dist/components/icon/icons/waste-icon.js +1 -4
- package/dist/components/icon/icons/wifi-icon.js +1 -4
- package/dist/components/icon/icons/wifi-off-icon.js +1 -4
- package/dist/components/icon/icons/wolt-icon.js +1 -4
- package/dist/components/icon/icons/wrap-content-icon.js +1 -4
- package/dist/components/icon-button/icon-button.composition.d.ts +4 -4
- package/dist/components/icon-button/icon-button.composition.d.ts.map +1 -1
- package/dist/components/icon-button/icon-button.js +38 -32
- package/dist/components/image/image.composition.d.ts +1 -1
- package/dist/components/image/image.composition.d.ts.map +1 -1
- package/dist/components/image/image.d.ts +1 -1
- package/dist/components/image/image.d.ts.map +1 -1
- package/dist/components/image/image.js +12 -5
- package/dist/components/image-upload/image-cropper.d.ts +2 -1
- package/dist/components/image-upload/image-cropper.d.ts.map +1 -1
- package/dist/components/image-upload/image-cropper.helper.d.ts +1 -1
- package/dist/components/image-upload/image-cropper.helper.d.ts.map +1 -1
- package/dist/components/image-upload/image-cropper.helper.js +38 -40
- package/dist/components/image-upload/image-cropper.js +63 -73
- package/dist/components/image-upload/image-upload-dropzone.d.ts +2 -1
- package/dist/components/image-upload/image-upload-dropzone.d.ts.map +1 -1
- package/dist/components/image-upload/image-upload-dropzone.js +102 -72
- package/dist/components/image-upload/image-upload-icons.d.ts +5 -5
- package/dist/components/image-upload/image-upload-icons.d.ts.map +1 -1
- package/dist/components/image-upload/image-upload-icons.js +19 -26
- package/dist/components/image-upload/image-upload-modal.d.ts +1 -1
- package/dist/components/image-upload/image-upload-modal.d.ts.map +1 -1
- package/dist/components/image-upload/image-upload-modal.js +54 -95
- package/dist/components/image-upload/image-upload.composition.d.ts +3 -3
- package/dist/components/image-upload/image-upload.composition.d.ts.map +1 -1
- package/dist/components/image-upload/image-upload.d.ts +1 -1
- package/dist/components/image-upload/image-upload.d.ts.map +1 -1
- package/dist/components/image-upload/image-upload.js +69 -78
- package/dist/components/input/input.composition.d.ts +9 -9
- package/dist/components/input/input.composition.d.ts.map +1 -1
- package/dist/components/input/input.d.ts +1 -1
- package/dist/components/input/input.js +54 -58
- package/dist/components/input/types.d.ts +5 -4
- package/dist/components/input/types.d.ts.map +1 -1
- package/dist/components/link/link.composition.d.ts +2 -2
- package/dist/components/link/link.composition.d.ts.map +1 -1
- package/dist/components/link/link.d.ts +1 -1
- package/dist/components/link/link.d.ts.map +1 -1
- package/dist/components/link/link.js +11 -3
- package/dist/components/list/list-item.d.ts +1 -1
- package/dist/components/list/list-item.d.ts.map +1 -1
- package/dist/components/list/list-item.js +13 -5
- package/dist/components/list/list.composition.d.ts +1 -1
- package/dist/components/list/list.composition.d.ts.map +1 -1
- package/dist/components/list/list.d.ts +1 -1
- package/dist/components/list/list.d.ts.map +1 -1
- package/dist/components/list/list.js +17 -11
- package/dist/components/menu/menu-box-button.js +16 -8
- package/dist/components/menu/menu-button.d.ts +1 -1
- package/dist/components/menu/menu-button.d.ts.map +1 -1
- package/dist/components/menu/menu-button.js +15 -5
- package/dist/components/menu/menu-divider.d.ts +2 -1
- package/dist/components/menu/menu-divider.d.ts.map +1 -1
- package/dist/components/menu/menu-divider.js +21 -12
- package/dist/components/menu/menu-group.d.ts +3 -2
- package/dist/components/menu/menu-group.d.ts.map +1 -1
- package/dist/components/menu/menu-group.js +131 -129
- package/dist/components/menu/menu-icon-button.d.ts +1 -1
- package/dist/components/menu/menu-icon-button.d.ts.map +1 -1
- package/dist/components/menu/menu-icon-button.js +10 -5
- package/dist/components/menu/menu-item.d.ts +1 -1
- package/dist/components/menu/menu-item.d.ts.map +1 -1
- package/dist/components/menu/menu-item.js +43 -32
- package/dist/components/menu/menu-list.d.ts +1 -1
- package/dist/components/menu/menu-list.d.ts.map +1 -1
- package/dist/components/menu/menu-list.js +14 -4
- package/dist/components/menu/menu-recipe.js +6 -2
- package/dist/components/menu/menu.composition.d.ts +10 -10
- package/dist/components/menu/menu.composition.d.ts.map +1 -1
- package/dist/components/menu/menu.js +36 -19
- package/dist/components/message/message.composition.d.ts +1 -1
- package/dist/components/message/message.composition.d.ts.map +1 -1
- package/dist/components/message/message.d.ts +1 -1
- package/dist/components/message/message.d.ts.map +1 -1
- package/dist/components/message/message.js +36 -58
- package/dist/components/modal/modal-body.d.ts +1 -1
- package/dist/components/modal/modal-body.d.ts.map +1 -1
- package/dist/components/modal/modal-body.js +15 -7
- package/dist/components/modal/modal-close-button.d.ts +1 -1
- package/dist/components/modal/modal-close-button.d.ts.map +1 -1
- package/dist/components/modal/modal-close-button.js +16 -16
- package/dist/components/modal/modal-footer.d.ts +1 -1
- package/dist/components/modal/modal-footer.d.ts.map +1 -1
- package/dist/components/modal/modal-footer.js +29 -18
- package/dist/components/modal/modal-header.d.ts +1 -1
- package/dist/components/modal/modal-header.d.ts.map +1 -1
- package/dist/components/modal/modal-header.js +15 -5
- package/dist/components/modal/modal.composition.d.ts +11 -11
- package/dist/components/modal/modal.composition.d.ts.map +1 -1
- package/dist/components/modal/modal.d.ts +1 -1
- package/dist/components/modal/modal.d.ts.map +1 -1
- package/dist/components/modal/modal.js +53 -43
- package/dist/components/navigation-list/navigation-list-item.d.ts +2 -2
- package/dist/components/navigation-list/navigation-list-item.d.ts.map +1 -1
- package/dist/components/navigation-list/navigation-list-item.js +54 -67
- package/dist/components/navigation-list/navigation-list.composition.d.ts +6 -5
- package/dist/components/navigation-list/navigation-list.composition.d.ts.map +1 -1
- package/dist/components/navigation-list/navigation-list.d.ts +1 -1
- package/dist/components/navigation-list/navigation-list.d.ts.map +1 -1
- package/dist/components/navigation-list/navigation-list.js +15 -5
- package/dist/components/paginator/paginator.composition.d.ts +2 -2
- package/dist/components/paginator/paginator.composition.d.ts.map +1 -1
- package/dist/components/paginator/paginator.d.ts +1 -1
- package/dist/components/paginator/paginator.d.ts.map +1 -1
- package/dist/components/paginator/paginator.js +67 -51
- package/dist/components/quantity-button/minus-button.d.ts +1 -1
- package/dist/components/quantity-button/minus-button.d.ts.map +1 -1
- package/dist/components/quantity-button/minus-button.js +14 -16
- package/dist/components/quantity-button/plus-button.d.ts +1 -1
- package/dist/components/quantity-button/plus-button.d.ts.map +1 -1
- package/dist/components/quantity-button/plus-button.js +14 -16
- package/dist/components/quantity-button/quantity-button.composition.d.ts +3 -3
- package/dist/components/quantity-button/quantity-button.composition.d.ts.map +1 -1
- package/dist/components/quantity-button/quantity-button.d.ts +1 -1
- package/dist/components/quantity-button/quantity-button.d.ts.map +1 -1
- package/dist/components/quantity-button/quantity-button.js +38 -74
- package/dist/components/radio/check-icon.js +1 -6
- package/dist/components/radio/radio-group-context.js +2 -2
- package/dist/components/radio/radio-group.composition.d.ts +5 -5
- package/dist/components/radio/radio-group.composition.d.ts.map +1 -1
- package/dist/components/radio/radio-group.d.ts +1 -1
- package/dist/components/radio/radio-group.d.ts.map +1 -1
- package/dist/components/radio/radio-group.js +26 -33
- package/dist/components/radio/radio.composition.d.ts +2 -2
- package/dist/components/radio/radio.composition.d.ts.map +1 -1
- package/dist/components/radio/radio.js +53 -49
- package/dist/components/radio-card/radio-card-group.d.ts +1 -1
- package/dist/components/radio-card/radio-card-group.d.ts.map +1 -1
- package/dist/components/radio-card/radio-card-group.js +23 -31
- package/dist/components/radio-card/radio-card.composition.d.ts +4 -4
- package/dist/components/radio-card/radio-card.composition.d.ts.map +1 -1
- package/dist/components/radio-card/radio-card.js +64 -81
- package/dist/components/rich-text-editor/boolean-control.d.ts +1 -1
- package/dist/components/rich-text-editor/boolean-control.d.ts.map +1 -1
- package/dist/components/rich-text-editor/boolean-control.js +50 -30
- package/dist/components/rich-text-editor/extensions.js +15 -17
- package/dist/components/rich-text-editor/rich-text-editor-control.d.ts +10 -10
- package/dist/components/rich-text-editor/rich-text-editor-control.d.ts.map +1 -1
- package/dist/components/rich-text-editor/rich-text-editor-control.js +273 -166
- package/dist/components/rich-text-editor/rich-text-editor-recipe.js +36 -10
- package/dist/components/rich-text-editor/rich-text-editor.composition.d.ts +4 -4
- package/dist/components/rich-text-editor/rich-text-editor.composition.d.ts.map +1 -1
- package/dist/components/rich-text-editor/rich-text-editor.d.ts +4 -4
- package/dist/components/rich-text-editor/rich-text-editor.d.ts.map +1 -1
- package/dist/components/rich-text-editor/rich-text-editor.js +68 -54
- package/dist/components/rich-text-editor/rich-text-renderer.d.ts +1 -1
- package/dist/components/rich-text-editor/rich-text-renderer.d.ts.map +1 -1
- package/dist/components/rich-text-editor/rich-text-renderer.js +30 -17
- package/dist/components/rich-text-editor/use-rich-text-editor.js +27 -14
- package/dist/components/segmented-control/segmented-control-item.d.ts +1 -1
- package/dist/components/segmented-control/segmented-control-item.d.ts.map +1 -1
- package/dist/components/segmented-control/segmented-control-item.js +23 -25
- package/dist/components/segmented-control/segmented-control.composition.d.ts +5 -5
- package/dist/components/segmented-control/segmented-control.composition.d.ts.map +1 -1
- package/dist/components/segmented-control/segmented-control.d.ts +1 -1
- package/dist/components/segmented-control/segmented-control.d.ts.map +1 -1
- package/dist/components/segmented-control/segmented-control.js +38 -38
- package/dist/components/segmented-control/types.d.ts +2 -1
- package/dist/components/segmented-control/types.d.ts.map +1 -1
- package/dist/components/select/select.composition.d.ts +3 -3
- package/dist/components/select/select.composition.d.ts.map +1 -1
- package/dist/components/select/select.js +27 -12
- package/dist/components/skeleton/skeleton-text.d.ts +1 -1
- package/dist/components/skeleton/skeleton-text.d.ts.map +1 -1
- package/dist/components/skeleton/skeleton-text.js +17 -12
- package/dist/components/skeleton/skeleton.composition.d.ts +2 -2
- package/dist/components/skeleton/skeleton.composition.d.ts.map +1 -1
- package/dist/components/skeleton/skeleton.d.ts +1 -1
- package/dist/components/skeleton/skeleton.d.ts.map +1 -1
- package/dist/components/skeleton/skeleton.js +18 -13
- package/dist/components/spinner/spinner.composition.d.ts +2 -2
- package/dist/components/spinner/spinner.composition.d.ts.map +1 -1
- package/dist/components/spinner/spinner.d.ts +1 -1
- package/dist/components/spinner/spinner.d.ts.map +1 -1
- package/dist/components/spinner/spinner.js +26 -49
- package/dist/components/stack/stack.composition.d.ts +3 -3
- package/dist/components/stack/stack.composition.d.ts.map +1 -1
- package/dist/components/stack/stack.js +17 -7
- package/dist/components/stepper/check-icon.js +1 -6
- package/dist/components/stepper/step-context.d.ts +2 -1
- package/dist/components/stepper/step-context.d.ts.map +1 -1
- package/dist/components/stepper/step.d.ts +1 -1
- package/dist/components/stepper/step.d.ts.map +1 -1
- package/dist/components/stepper/step.js +89 -69
- package/dist/components/stepper/stepper.composition.d.ts +6 -6
- package/dist/components/stepper/stepper.composition.d.ts.map +1 -1
- package/dist/components/stepper/stepper.d.ts +1 -1
- package/dist/components/stepper/stepper.d.ts.map +1 -1
- package/dist/components/stepper/stepper.js +41 -21
- package/dist/components/stepper/times-icon.js +1 -6
- package/dist/components/stepper/types.d.ts +2 -1
- package/dist/components/stepper/types.d.ts.map +1 -1
- package/dist/components/switch/switch.composition.d.ts +2 -2
- package/dist/components/switch/switch.composition.d.ts.map +1 -1
- package/dist/components/switch/switch.js +29 -33
- package/dist/components/table/table-cell.d.ts +1 -1
- package/dist/components/table/table-cell.d.ts.map +1 -1
- package/dist/components/table/table-cell.js +67 -92
- package/dist/components/table/table-content.d.ts +1 -1
- package/dist/components/table/table-content.d.ts.map +1 -1
- package/dist/components/table/table-content.js +26 -76
- package/dist/components/table/table-context-provider.d.ts +1 -1
- package/dist/components/table/table-context-provider.d.ts.map +1 -1
- package/dist/components/table/table-context-provider.js +28 -49
- package/dist/components/table/table-context.d.ts.map +1 -1
- package/dist/components/table/table-filter.d.ts +1 -1
- package/dist/components/table/table-filter.d.ts.map +1 -1
- package/dist/components/table/table-filter.js +68 -96
- package/dist/components/table/table-header-dropdown.d.ts +1 -1
- package/dist/components/table/table-header-dropdown.d.ts.map +1 -1
- package/dist/components/table/table-header-dropdown.js +65 -113
- package/dist/components/table/table-header-row.d.ts +1 -1
- package/dist/components/table/table-header-row.d.ts.map +1 -1
- package/dist/components/table/table-header-row.js +53 -106
- package/dist/components/table/table-recipe.js +6 -2
- package/dist/components/table/table-row-expand-toggle-button.d.ts +1 -1
- package/dist/components/table/table-row-expand-toggle-button.d.ts.map +1 -1
- package/dist/components/table/table-row-expand-toggle-button.js +26 -23
- package/dist/components/table/table-row.d.ts +1 -1
- package/dist/components/table/table-row.d.ts.map +1 -1
- package/dist/components/table/table-row.js +8 -26
- package/dist/components/table/table-toolbar-actions.d.ts +1 -1
- package/dist/components/table/table-toolbar-actions.d.ts.map +1 -1
- package/dist/components/table/table-toolbar-actions.js +4 -10
- package/dist/components/table/table-toolbar-add-button.d.ts +1 -1
- package/dist/components/table/table-toolbar-add-button.d.ts.map +1 -1
- package/dist/components/table/table-toolbar-search.d.ts +1 -1
- package/dist/components/table/table-toolbar-search.d.ts.map +1 -1
- package/dist/components/table/table-toolbar-search.js +6 -11
- package/dist/components/table/table-toolbar-settings.d.ts +1 -1
- package/dist/components/table/table-toolbar-settings.d.ts.map +1 -1
- package/dist/components/table/table-toolbar-settings.js +75 -144
- package/dist/components/table/table-toolbar.d.ts +1 -1
- package/dist/components/table/table-toolbar.d.ts.map +1 -1
- package/dist/components/table/table-toolbar.js +28 -34
- package/dist/components/table/table.composition.d.ts +5 -4
- package/dist/components/table/table.composition.d.ts.map +1 -1
- 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 +1 -34
- package/dist/components/tabs/tab-list.d.ts +1 -1
- package/dist/components/tabs/tab-list.d.ts.map +1 -1
- package/dist/components/tabs/tab-list.js +15 -5
- package/dist/components/tabs/tab-panel.d.ts +1 -1
- package/dist/components/tabs/tab-panel.d.ts.map +1 -1
- package/dist/components/tabs/tab-panel.js +13 -5
- package/dist/components/tabs/tab-panels.d.ts +1 -1
- package/dist/components/tabs/tab-panels.d.ts.map +1 -1
- package/dist/components/tabs/tab-panels.js +12 -4
- package/dist/components/tabs/tab-with-image.d.ts +1 -1
- package/dist/components/tabs/tab-with-image.d.ts.map +1 -1
- package/dist/components/tabs/tab-with-image.js +51 -32
- package/dist/components/tabs/tab.d.ts +1 -1
- package/dist/components/tabs/tab.d.ts.map +1 -1
- package/dist/components/tabs/tab.js +21 -16
- package/dist/components/tabs/tabs-recipe.js +3 -1
- package/dist/components/tabs/tabs.composition.d.ts +6 -6
- package/dist/components/tabs/tabs.composition.d.ts.map +1 -1
- package/dist/components/tabs/tabs.d.ts +1 -1
- package/dist/components/tabs/tabs.d.ts.map +1 -1
- package/dist/components/tabs/tabs.js +22 -16
- package/dist/components/tag/tag-recipe.js +6 -1
- package/dist/components/tag/tag.composition.d.ts +4 -4
- package/dist/components/tag/tag.composition.d.ts.map +1 -1
- package/dist/components/tag/tag.d.ts +20 -20
- package/dist/components/tag/tag.d.ts.map +1 -1
- package/dist/components/tag/tag.js +41 -35
- package/dist/components/tag/types.d.ts +3 -2
- package/dist/components/tag/types.d.ts.map +1 -1
- package/dist/components/text/text.composition.d.ts +4 -4
- package/dist/components/text/text.composition.d.ts.map +1 -1
- package/dist/components/text/text.d.ts +1 -1
- package/dist/components/text/text.d.ts.map +1 -1
- package/dist/components/text/text.js +25 -35
- package/dist/components/textarea/textarea.composition.d.ts +3 -3
- package/dist/components/textarea/textarea.composition.d.ts.map +1 -1
- package/dist/components/textarea/textarea.js +16 -16
- package/dist/components/toaster/toast-store.d.ts +2 -1
- package/dist/components/toaster/toast-store.d.ts.map +1 -1
- package/dist/components/toaster/toast-store.js +19 -12
- package/dist/components/toaster/toaster.composition.d.ts +6 -6
- package/dist/components/toaster/toaster.composition.d.ts.map +1 -1
- package/dist/components/toaster/toaster.d.ts +1 -1
- package/dist/components/toaster/toaster.d.ts.map +1 -1
- package/dist/components/toaster/toaster.js +33 -18
- package/dist/components/toggle-button/toggle-button.composition.d.ts +2 -2
- package/dist/components/toggle-button/toggle-button.composition.d.ts.map +1 -1
- package/dist/components/toggle-button/toggle-button.d.ts +1 -1
- package/dist/components/toggle-button/toggle-button.d.ts.map +1 -1
- package/dist/components/toggle-button/toggle-button.js +23 -17
- package/dist/components/toggle-button/use-button-children.js +33 -24
- package/dist/components/tooltip/tooltip.composition.d.ts +4 -4
- package/dist/components/tooltip/tooltip.composition.d.ts.map +1 -1
- package/dist/components/tooltip/tooltip.d.ts +1 -1
- package/dist/components/tooltip/tooltip.d.ts.map +1 -1
- package/dist/components/tooltip/tooltip.js +44 -32
- package/dist/hooks/use-color-mode.js +20 -11
- package/dist/hooks/use-disclosure.js +8 -2
- package/dist/hooks/use-remove-attributes.js +20 -12
- package/dist/index.js +664 -662
- package/dist/node_modules/@tiptap/core/dist/index.js +541 -525
- package/dist/node_modules/@tiptap/extension-blockquote/dist/index.js +1464 -27
- package/dist/node_modules/@tiptap/extension-code/dist/index.js +26 -9
- package/dist/node_modules/@tiptap/extension-list/dist/index.js +314 -250
- package/dist/node_modules/@tiptap/extensions/dist/index.js +205 -182
- package/dist/node_modules/react/cjs/react-compiler-runtime.development.js +21 -0
- package/dist/node_modules/react/cjs/react-compiler-runtime.production.js +14 -0
- package/dist/node_modules/react/compiler-runtime.js +10 -0
- package/dist/theme/theme-provider-context.composition.d.ts +9 -9
- package/dist/theme/theme-provider-context.composition.d.ts.map +1 -1
- package/dist/theme/theme-provider.d.ts +1 -1
- package/dist/theme/theme-provider.d.ts.map +1 -1
- package/dist/theme/theme-provider.js +32 -28
- package/dist/theme/theme.js +6 -2
- package/package.json +15 -14
|
@@ -14,6 +14,6 @@ export type FormLabelProps = ChakraFormLabelProperties & ThemeStyleProps & Custo
|
|
|
14
14
|
*
|
|
15
15
|
* @see Docs https://caspeco.github.io/casper-ui-library/components/form-control
|
|
16
16
|
*/
|
|
17
|
-
export declare function FormLabel({ children, icon, ...props }: FormLabelProps): import("react
|
|
17
|
+
export declare function FormLabel({ children, icon, ...props }: FormLabelProps): import("react").JSX.Element;
|
|
18
18
|
export {};
|
|
19
19
|
//# sourceMappingURL=form-label.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-label.d.ts","sourceRoot":"","sources":["../../../lib/components/form-control/form-label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAyB,KAAK,eAAe,EAAE,MAAM,SAAS,CAAC;AACtE,OAAO,EAAE,KAAK,IAAI,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAExD,KAAK,oBAAoB,GAAG;IAC3B,yFAAyF;IACzF,IAAI,CAAC,EAAE,mBAAmB,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,WAAW,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;AAEjF,MAAM,MAAM,cAAc,GAAG,yBAAyB,GAAG,eAAe,GAAG,oBAAoB,CAAC;AAEhG;;;;;;GAMG;AACH,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc
|
|
1
|
+
{"version":3,"file":"form-label.d.ts","sourceRoot":"","sources":["../../../lib/components/form-control/form-label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAyB,KAAK,eAAe,EAAE,MAAM,SAAS,CAAC;AACtE,OAAO,EAAE,KAAK,IAAI,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAExD,KAAK,oBAAoB,GAAG;IAC3B,yFAAyF;IACzF,IAAI,CAAC,EAAE,mBAAmB,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,WAAW,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;AAEjF,MAAM,MAAM,cAAc,GAAG,yBAAyB,GAAG,eAAe,GAAG,oBAAoB,CAAC;AAEhG;;;;;;GAMG;AACH,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,+BASrE"}
|
|
@@ -1,14 +1,27 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
import { jsx as s, jsxs as p } from "react/jsx-runtime";
|
|
2
|
+
import { c as a } from "../../_virtual/compiler-runtime.js";
|
|
3
|
+
import { Field as f } from "@chakra-ui/react";
|
|
4
|
+
import { ThemeIconSizeVariable as d } from "../../theme/theme-types.js";
|
|
5
|
+
function I(c) {
|
|
6
|
+
const e = a.c(11);
|
|
7
|
+
let o, i, r;
|
|
8
|
+
e[0] !== c ? ({
|
|
9
|
+
children: o,
|
|
10
|
+
icon: i,
|
|
11
|
+
...r
|
|
12
|
+
} = c, e[0] = c, e[1] = o, e[2] = i, e[3] = r) : (o = e[1], i = e[2], r = e[3]);
|
|
13
|
+
const l = i;
|
|
14
|
+
let t;
|
|
15
|
+
e[4] !== l ? (t = l && /* @__PURE__ */ s(l, { size: d.Small }), e[4] = l, e[5] = t) : t = e[5];
|
|
16
|
+
let m;
|
|
17
|
+
e[6] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (m = /* @__PURE__ */ s(f.RequiredIndicator, {}), e[6] = m) : m = e[6];
|
|
18
|
+
let n;
|
|
19
|
+
return e[7] !== o || e[8] !== r || e[9] !== t ? (n = /* @__PURE__ */ p(f.Label, { ...r, children: [
|
|
20
|
+
t,
|
|
21
|
+
o,
|
|
22
|
+
m
|
|
23
|
+
] }), e[7] = o, e[8] = r, e[9] = t, e[10] = n) : n = e[10], n;
|
|
11
24
|
}
|
|
12
25
|
export {
|
|
13
|
-
|
|
26
|
+
I as FormLabel
|
|
14
27
|
};
|
|
@@ -4,5 +4,5 @@ export type GridItemProps = Pick<ChakraGridItemProps, "children" | "area" | "row
|
|
|
4
4
|
/**
|
|
5
5
|
* @see Docs https://caspeco.github.io/casper-ui-library/components/grid
|
|
6
6
|
*/
|
|
7
|
-
export declare function GridItem({ children, ...props }: GridItemProps): import("react
|
|
7
|
+
export declare function GridItem({ children, ...props }: GridItemProps): import("react").JSX.Element;
|
|
8
8
|
//# sourceMappingURL=grid-item.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-item.d.ts","sourceRoot":"","sources":["../../../lib/components/grid/grid-item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAA8B,KAAK,aAAa,IAAI,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEzG,MAAM,MAAM,aAAa,GAAG,IAAI,CAC/B,mBAAmB,EACnB,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,GAAG,cAAc,CAC5G,GACA,eAAe,CAAC;AAEjB;;GAEG;AACH,wBAAgB,QAAQ,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"grid-item.d.ts","sourceRoot":"","sources":["../../../lib/components/grid/grid-item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAA8B,KAAK,aAAa,IAAI,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEzG,MAAM,MAAM,aAAa,GAAG,IAAI,CAC/B,mBAAmB,EACnB,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,GAAG,cAAc,CAC5G,GACA,eAAe,CAAC;AAEjB;;GAEG;AACH,wBAAgB,QAAQ,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,+BAE7D"}
|
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import { c as p } from "../../_virtual/compiler-runtime.js";
|
|
3
|
+
import { GridItem as s } from "@chakra-ui/react";
|
|
4
|
+
function n(o) {
|
|
5
|
+
const r = p.c(6);
|
|
6
|
+
let e, t;
|
|
7
|
+
r[0] !== o ? ({
|
|
8
|
+
children: e,
|
|
9
|
+
...t
|
|
10
|
+
} = o, r[0] = o, r[1] = e, r[2] = t) : (e = r[1], t = r[2]);
|
|
11
|
+
let i;
|
|
12
|
+
return r[3] !== e || r[4] !== t ? (i = /* @__PURE__ */ m(s, { ...t, children: e }), r[3] = e, r[4] = t, r[5] = i) : i = r[5], i;
|
|
5
13
|
}
|
|
6
14
|
export {
|
|
7
|
-
|
|
15
|
+
n as GridItem
|
|
8
16
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const SimpleColumns: () => import("react
|
|
2
|
-
export declare const ResponsiveGrid: () => import("react
|
|
1
|
+
export declare const SimpleColumns: () => import("react").JSX.Element;
|
|
2
|
+
export declare const ResponsiveGrid: () => import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=grid.composition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/grid/grid.composition.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"grid.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/grid/grid.composition.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa,mCAczB,CAAC;AAEF,eAAO,MAAM,cAAc,mCAoB1B,CAAC"}
|
|
@@ -7,5 +7,5 @@ export type GridProps = Pick<ChakraGridProps, "children" | "autoColumns" | "auto
|
|
|
7
7
|
*
|
|
8
8
|
* @see Docs https://caspeco.github.io/casper-ui-library/components/grid
|
|
9
9
|
*/
|
|
10
|
-
export declare function Grid({ children, ...props }: GridProps): import("react
|
|
10
|
+
export declare function Grid({ children, ...props }: GridProps): import("react").JSX.Element;
|
|
11
11
|
//# sourceMappingURL=grid.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../lib/components/grid/grid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAsB,KAAK,SAAS,IAAI,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEzF,MAAM,MAAM,SAAS,GAAG,IAAI,CAC3B,eAAe,EACb,UAAU,GACV,aAAa,GACb,UAAU,GACV,UAAU,GACV,QAAQ,GACR,KAAK,GACL,eAAe,GACf,iBAAiB,GACjB,cAAc,GACd,cAAc,CAChB,GACA,eAAe,CAAC;AAEjB;;;;;GAKG;AACH,wBAAgB,IAAI,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS
|
|
1
|
+
{"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../lib/components/grid/grid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAsB,KAAK,SAAS,IAAI,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEzF,MAAM,MAAM,SAAS,GAAG,IAAI,CAC3B,eAAe,EACb,UAAU,GACV,aAAa,GACb,UAAU,GACV,UAAU,GACV,QAAQ,GACR,KAAK,GACL,eAAe,GACf,iBAAiB,GACjB,cAAc,GACd,cAAc,CAChB,GACA,eAAe,CAAC;AAEjB;;;;;GAKG;AACH,wBAAgB,IAAI,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,+BAErD"}
|
|
@@ -1,8 +1,16 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import { c as p } from "../../_virtual/compiler-runtime.js";
|
|
3
|
+
import { Grid as s } from "@chakra-ui/react";
|
|
4
|
+
function n(t) {
|
|
5
|
+
const r = p.c(6);
|
|
6
|
+
let e, i;
|
|
7
|
+
r[0] !== t ? ({
|
|
8
|
+
children: e,
|
|
9
|
+
...i
|
|
10
|
+
} = t, r[0] = t, r[1] = e, r[2] = i) : (e = r[1], i = r[2]);
|
|
11
|
+
let o;
|
|
12
|
+
return r[3] !== e || r[4] !== i ? (o = /* @__PURE__ */ m(s, { ...i, children: e }), r[3] = e, r[4] = i, r[5] = o) : o = r[5], o;
|
|
5
13
|
}
|
|
6
14
|
export {
|
|
7
|
-
|
|
15
|
+
n as Grid
|
|
8
16
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const FontSizes: () => import("react
|
|
2
|
-
export declare const FontWeights: () => import("react
|
|
3
|
-
export declare const Truncated: () => import("react
|
|
1
|
+
export declare const FontSizes: () => import("react").JSX.Element;
|
|
2
|
+
export declare const FontWeights: () => import("react").JSX.Element;
|
|
3
|
+
export declare const Truncated: () => import("react").JSX.Element;
|
|
4
4
|
//# sourceMappingURL=heading.composition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"heading.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/heading/heading.composition.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"heading.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/heading/heading.composition.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS,mCAqBrB,CAAC;AAEF,eAAO,MAAM,WAAW,mCAYvB,CAAC;AACF,eAAO,MAAM,SAAS,mCAMrB,CAAC"}
|
|
@@ -13,6 +13,6 @@ export type HeadingProps = ThemeStyleProps & ChakraHeadingProperties & CustomPro
|
|
|
13
13
|
*
|
|
14
14
|
* @see Docs https://caspeco.github.io/casper-ui-library/components/heading
|
|
15
15
|
*/
|
|
16
|
-
export declare function Heading({ color, fontSize, fontWeight, children, fontFamily, noOfLines, isTruncated, ...props }: HeadingProps): import("react
|
|
16
|
+
export declare function Heading({ color, fontSize, fontWeight, children, fontFamily, noOfLines, isTruncated, ...props }: HeadingProps): import("react").JSX.Element;
|
|
17
17
|
export {};
|
|
18
18
|
//# sourceMappingURL=heading.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../lib/components/heading/heading.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgE,KAAK,eAAe,EAAE,MAAM,SAAS,CAAC;AAC7G,OAAO,EAA4B,KAAK,YAAY,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAErG,KAAK,gBAAgB,GAAG;IACvB,gDAAgD;IAChD,EAAE,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAG5C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,KAAK,uBAAuB,GAAG,IAAI,CAAC,kBAAkB,EAAE,UAAU,CAAC,CAAC;AAEpE,MAAM,MAAM,YAAY,GAAG,eAAe,GAAG,uBAAuB,GAAG,gBAAgB,CAAC;AAExF;;;;GAIG;AACH,wBAAgB,OAAO,CAAC,EACvB,KAAuC,EACvC,QAAuC,EACvC,UAAmB,EACnB,QAAQ,EACR,UAAqC,EACrC,SAAS,EACT,WAAW,EACX,GAAG,KAAK,EACR,EAAE,YAAY
|
|
1
|
+
{"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../lib/components/heading/heading.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgE,KAAK,eAAe,EAAE,MAAM,SAAS,CAAC;AAC7G,OAAO,EAA4B,KAAK,YAAY,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAErG,KAAK,gBAAgB,GAAG;IACvB,gDAAgD;IAChD,EAAE,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAG5C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,KAAK,uBAAuB,GAAG,IAAI,CAAC,kBAAkB,EAAE,UAAU,CAAC,CAAC;AAEpE,MAAM,MAAM,YAAY,GAAG,eAAe,GAAG,uBAAuB,GAAG,gBAAgB,CAAC;AAExF;;;;GAIG;AACH,wBAAgB,OAAO,CAAC,EACvB,KAAuC,EACvC,QAAuC,EACvC,UAAmB,EACnB,QAAQ,EACR,UAAqC,EACrC,SAAS,EACT,WAAW,EACX,GAAG,KAAK,EACR,EAAE,YAAY,+BAgBd"}
|
|
@@ -1,32 +1,24 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
role: "heading",
|
|
22
|
-
lineHeight: "1.2",
|
|
23
|
-
lineClamp: n,
|
|
24
|
-
truncate: t,
|
|
25
|
-
...m,
|
|
26
|
-
children: i
|
|
27
|
-
}
|
|
28
|
-
);
|
|
1
|
+
import { jsx as h } from "react/jsx-runtime";
|
|
2
|
+
import { c as u } from "../../_virtual/compiler-runtime.js";
|
|
3
|
+
import { Heading as H } from "@chakra-ui/react";
|
|
4
|
+
import { ThemeColorVariable as b, ThemeFontSizeVariable as v, ThemeFontVariable as F } from "../../theme/theme-types.js";
|
|
5
|
+
function V(f) {
|
|
6
|
+
const e = u.c(18);
|
|
7
|
+
let o, t, i, n, r, l, a, m;
|
|
8
|
+
e[0] !== f ? ({
|
|
9
|
+
color: r,
|
|
10
|
+
fontSize: l,
|
|
11
|
+
fontWeight: a,
|
|
12
|
+
children: o,
|
|
13
|
+
fontFamily: m,
|
|
14
|
+
noOfLines: i,
|
|
15
|
+
isTruncated: t,
|
|
16
|
+
...n
|
|
17
|
+
} = f, e[0] = f, e[1] = o, e[2] = t, e[3] = i, e[4] = n, e[5] = r, e[6] = l, e[7] = a, e[8] = m) : (o = e[1], t = e[2], i = e[3], n = e[4], r = e[5], l = e[6], a = e[7], m = e[8]);
|
|
18
|
+
const s = r === void 0 ? b.OnBackground : r, d = l === void 0 ? v.XLarge : l, p = a === void 0 ? "bold" : a, g = m === void 0 ? F.Header : m;
|
|
19
|
+
let c;
|
|
20
|
+
return e[9] !== o || e[10] !== s || e[11] !== g || e[12] !== d || e[13] !== p || e[14] !== t || e[15] !== i || e[16] !== n ? (c = /* @__PURE__ */ h(H, { color: s, fontSize: d, fontFamily: g, fontWeight: p, role: "heading", lineHeight: "1.2", lineClamp: i, truncate: t, ...n, children: o }), e[9] = o, e[10] = s, e[11] = g, e[12] = d, e[13] = p, e[14] = t, e[15] = i, e[16] = n, e[17] = c) : c = e[17], c;
|
|
29
21
|
}
|
|
30
22
|
export {
|
|
31
|
-
|
|
23
|
+
V as Heading
|
|
32
24
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const SingleWord: () => import("react
|
|
2
|
-
export declare const MultipleWords: () => import("react
|
|
1
|
+
export declare const SingleWord: () => import("react").JSX.Element;
|
|
2
|
+
export declare const MultipleWords: () => import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=highlight.composition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"highlight.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/highlight/highlight.composition.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"highlight.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/highlight/highlight.composition.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,mCAEtB,CAAC;AAEF,eAAO,MAAM,aAAa,mCAMzB,CAAC"}
|
|
@@ -5,5 +5,5 @@ export type HighlightProps = Pick<ChakraHighlightProps, "query" | "children" | "
|
|
|
5
5
|
*
|
|
6
6
|
* @see Docs https://caspeco.github.io/casper-ui-library/components/highlight/
|
|
7
7
|
*/
|
|
8
|
-
export declare function Highlight({ query, ignoreCase, matchAll, children }: HighlightProps): import("react
|
|
8
|
+
export declare function Highlight({ query, ignoreCase, matchAll, children }: HighlightProps): import("react").JSX.Element;
|
|
9
9
|
//# sourceMappingURL=highlight.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"highlight.d.ts","sourceRoot":"","sources":["../../../lib/components/highlight/highlight.tsx"],"names":[],"mappings":"AACA,OAAO,EAAgC,KAAK,cAAc,IAAI,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAE7G,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,oBAAoB,EAAE,OAAO,GAAG,UAAU,GAAG,YAAY,GAAG,UAAU,CAAC,CAAC;AAE1G;;;;GAIG;AACH,wBAAgB,SAAS,CAAC,EAAE,KAAK,EAAE,UAAiB,EAAE,QAAe,EAAE,QAAQ,EAAE,EAAE,cAAc
|
|
1
|
+
{"version":3,"file":"highlight.d.ts","sourceRoot":"","sources":["../../../lib/components/highlight/highlight.tsx"],"names":[],"mappings":"AACA,OAAO,EAAgC,KAAK,cAAc,IAAI,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAE7G,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,oBAAoB,EAAE,OAAO,GAAG,UAAU,GAAG,YAAY,GAAG,UAAU,CAAC,CAAC;AAE1G;;;;GAIG;AACH,wBAAgB,SAAS,CAAC,EAAE,KAAK,EAAE,UAAiB,EAAE,QAAe,EAAE,QAAQ,EAAE,EAAE,cAAc,+BAWhG"}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import { jsx as g } from "react/jsx-runtime";
|
|
2
|
+
import { c as a } from "../../_virtual/compiler-runtime.js";
|
|
3
|
+
import { Highlight as f } from "@chakra-ui/react";
|
|
4
|
+
import { ThemeColorVariable as s } from "../../theme/theme-types.js";
|
|
5
|
+
function d(n) {
|
|
6
|
+
const t = a.c(6), {
|
|
7
|
+
query: i,
|
|
8
|
+
ignoreCase: c,
|
|
9
|
+
matchAll: h,
|
|
10
|
+
children: r
|
|
11
|
+
} = n, l = c === void 0 ? !0 : c, m = h === void 0 ? !0 : h;
|
|
12
|
+
let e;
|
|
13
|
+
t[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (e = {
|
|
14
|
+
bg: s.Highlight,
|
|
15
|
+
color: s.OnHighlight
|
|
16
|
+
}, t[0] = e) : e = t[0];
|
|
17
|
+
let o;
|
|
18
|
+
return t[1] !== r || t[2] !== l || t[3] !== m || t[4] !== i ? (o = /* @__PURE__ */ g(f, { query: i, ignoreCase: l, matchAll: m, styles: e, children: r }), t[1] = r, t[2] = l, t[3] = m, t[4] = i, t[5] = o) : o = t[5], o;
|
|
15
19
|
}
|
|
16
20
|
export {
|
|
17
|
-
|
|
21
|
+
d as Highlight
|
|
18
22
|
};
|
|
@@ -1,18 +1,27 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import { c as h } from "../../_virtual/compiler-runtime.js";
|
|
3
|
+
import { createIcon as u } from "@chakra-ui/react";
|
|
4
|
+
import { forwardRef as I } from "react";
|
|
5
|
+
import { ThemeIconSizeVariable as x } from "../../theme/theme-types.js";
|
|
6
|
+
function b(s, a, p, f = "0 0 20 20") {
|
|
7
|
+
const l = u({
|
|
8
|
+
displayName: `${s}Base`,
|
|
9
|
+
viewBox: f,
|
|
10
|
+
d: a,
|
|
11
|
+
defaultProps: p
|
|
12
|
+
}), n = I((c, m) => {
|
|
13
|
+
const e = h.c(7);
|
|
14
|
+
let o, r;
|
|
15
|
+
e[0] !== c ? ({
|
|
16
|
+
size: r,
|
|
17
|
+
...o
|
|
18
|
+
} = c, e[0] = c, e[1] = o, e[2] = r) : (o = e[1], r = e[2]);
|
|
19
|
+
const t = r === void 0 ? x.Medium : r;
|
|
20
|
+
let i;
|
|
21
|
+
return e[3] !== o || e[4] !== m || e[5] !== t ? (i = /* @__PURE__ */ d(l, { ref: m, width: t, height: t, ...o }), e[3] = o, e[4] = m, e[5] = t, e[6] = i) : i = e[6], i;
|
|
22
|
+
});
|
|
23
|
+
return n.displayName = s, n;
|
|
15
24
|
}
|
|
16
25
|
export {
|
|
17
|
-
|
|
26
|
+
b as createCasperIcon
|
|
18
27
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SmileIconLarge: () => import("react
|
|
1
|
+
export declare const SmileIconLarge: () => import("react").JSX.Element;
|
|
2
2
|
//# sourceMappingURL=icon.composition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/icon/icon.composition.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"icon.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/icon/icon.composition.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,mCAAyD,CAAC"}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../create-icon.js";
|
|
2
|
-
const L = C(
|
|
3
|
-
"AbsenceIcon",
|
|
4
|
-
"M7 2C7.40625 2 7.75 2.34375 7.75 2.75V4H12.25V2.75C12.25 2.34375 12.5625 2 13 2C13.4062 2 13.75 2.34375 13.75 2.75V4H15C16.0938 4 17 4.90625 17 6V16C17 17.125 16.0938 18 15 18H5C3.875 18 3 17.125 3 16V6C3 4.90625 3.875 4 5 4H6.25V2.75C6.25 2.34375 6.5625 2 7 2ZM15.5 8H4.5V16C4.5 16.2812 4.71875 16.5 5 16.5H15C15.25 16.5 15.5 16.2812 15.5 16V8ZM12.5312 10.7812L11.0625 12.25L12.5312 13.7188C12.8125 14.0312 12.8125 14.5 12.5312 14.7812C12.2188 15.0938 11.75 15.0938 11.4688 14.7812L10 13.3125L8.53125 14.7812C8.21875 15.0938 7.75 15.0938 7.46875 14.7812C7.15625 14.5 7.15625 14.0312 7.46875 13.7188L8.9375 12.25L7.46875 10.7812C7.15625 10.5 7.15625 10.0312 7.46875 9.75C7.75 9.4375 8.21875 9.4375 8.53125 9.75L10 11.2188L11.4688 9.75C11.75 9.4375 12.2188 9.4375 12.5312 9.75C12.8125 10.0312 12.8125 10.5 12.5312 10.7812Z"
|
|
5
|
-
);
|
|
2
|
+
const L = C("AbsenceIcon", "M7 2C7.40625 2 7.75 2.34375 7.75 2.75V4H12.25V2.75C12.25 2.34375 12.5625 2 13 2C13.4062 2 13.75 2.34375 13.75 2.75V4H15C16.0938 4 17 4.90625 17 6V16C17 17.125 16.0938 18 15 18H5C3.875 18 3 17.125 3 16V6C3 4.90625 3.875 4 5 4H6.25V2.75C6.25 2.34375 6.5625 2 7 2ZM15.5 8H4.5V16C4.5 16.2812 4.71875 16.5 5 16.5H15C15.25 16.5 15.5 16.2812 15.5 16V8ZM12.5312 10.7812L11.0625 12.25L12.5312 13.7188C12.8125 14.0312 12.8125 14.5 12.5312 14.7812C12.2188 15.0938 11.75 15.0938 11.4688 14.7812L10 13.3125L8.53125 14.7812C8.21875 15.0938 7.75 15.0938 7.46875 14.7812C7.15625 14.5 7.15625 14.0312 7.46875 13.7188L8.9375 12.25L7.46875 10.7812C7.15625 10.5 7.15625 10.0312 7.46875 9.75C7.75 9.4375 8.21875 9.4375 8.53125 9.75L10 11.2188L11.4688 9.75C11.75 9.4375 12.2188 9.4375 12.5312 9.75C12.8125 10.0312 12.8125 10.5 12.5312 10.7812Z");
|
|
6
3
|
export {
|
|
7
4
|
L as AbsenceIcon
|
|
8
5
|
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../create-icon.js";
|
|
2
|
-
const L = C(
|
|
3
|
-
"AccessibilityIcon",
|
|
4
|
-
"M16.5 10C16.5 7.6875 15.25 5.5625 13.25 4.375C11.2188 3.21875 8.75 3.21875 6.75 4.375C4.71875 5.5625 3.5 7.6875 3.5 10C3.5 12.3438 4.71875 14.4688 6.75 15.6562C8.75 16.8125 11.2188 16.8125 13.25 15.6562C15.25 14.4688 16.5 12.3438 16.5 10ZM2 10C2 7.15625 3.5 4.53125 6 3.09375C8.46875 1.65625 11.5 1.65625 14 3.09375C16.4688 4.53125 18 7.15625 18 10C18 12.875 16.4688 15.5 14 16.9375C11.5 18.375 8.46875 18.375 6 16.9375C3.5 15.5 2 12.875 2 10ZM7.03125 7.3125L7.40625 7.46875C8.21875 7.84375 9.09375 8 10 8C10.875 8 11.75 7.84375 12.5625 7.46875L12.9375 7.3125C13.3125 7.15625 13.7812 7.34375 13.9375 7.71875C14.0938 8.09375 13.9062 8.53125 13.5312 8.6875L13.1562 8.875C12.625 9.09375 12.0625 9.25 11.5 9.375V10.9375C11.5 11.0625 11.5 11.2188 11.5625 11.3438L12.4375 14.0312C12.5938 14.4062 12.375 14.8438 11.9688 14.9688C11.5938 15.0938 11.1562 14.875 11.0312 14.5L10.25 12.2188C10.2188 12.0938 10.125 12 10 12C9.875 12 9.75 12.0938 9.71875 12.2188L8.9375 14.5C8.8125 14.875 8.40625 15.0938 8 14.9688C7.59375 14.8438 7.40625 14.4062 7.53125 14.0312L8.4375 11.3438C8.46875 11.1875 8.5 11.0625 8.5 10.9375V9.375C7.90625 9.25 7.34375 9.09375 6.8125 8.875L6.4375 8.71875C6.0625 8.53125 5.875 8.09375 6.0625 7.71875C6.21875 7.34375 6.65625 7.15625 7.03125 7.3125ZM10 4.5C10.4375 4.5 10.8438 4.75 11.0625 5.125C11.2812 5.53125 11.2812 6 11.0625 6.375C10.8438 6.78125 10.4375 7 10 7C9.53125 7 9.125 6.78125 8.90625 6.375C8.6875 6 8.6875 5.53125 8.90625 5.125C9.125 4.75 9.53125 4.5 10 4.5Z"
|
|
5
|
-
);
|
|
2
|
+
const L = C("AccessibilityIcon", "M16.5 10C16.5 7.6875 15.25 5.5625 13.25 4.375C11.2188 3.21875 8.75 3.21875 6.75 4.375C4.71875 5.5625 3.5 7.6875 3.5 10C3.5 12.3438 4.71875 14.4688 6.75 15.6562C8.75 16.8125 11.2188 16.8125 13.25 15.6562C15.25 14.4688 16.5 12.3438 16.5 10ZM2 10C2 7.15625 3.5 4.53125 6 3.09375C8.46875 1.65625 11.5 1.65625 14 3.09375C16.4688 4.53125 18 7.15625 18 10C18 12.875 16.4688 15.5 14 16.9375C11.5 18.375 8.46875 18.375 6 16.9375C3.5 15.5 2 12.875 2 10ZM7.03125 7.3125L7.40625 7.46875C8.21875 7.84375 9.09375 8 10 8C10.875 8 11.75 7.84375 12.5625 7.46875L12.9375 7.3125C13.3125 7.15625 13.7812 7.34375 13.9375 7.71875C14.0938 8.09375 13.9062 8.53125 13.5312 8.6875L13.1562 8.875C12.625 9.09375 12.0625 9.25 11.5 9.375V10.9375C11.5 11.0625 11.5 11.2188 11.5625 11.3438L12.4375 14.0312C12.5938 14.4062 12.375 14.8438 11.9688 14.9688C11.5938 15.0938 11.1562 14.875 11.0312 14.5L10.25 12.2188C10.2188 12.0938 10.125 12 10 12C9.875 12 9.75 12.0938 9.71875 12.2188L8.9375 14.5C8.8125 14.875 8.40625 15.0938 8 14.9688C7.59375 14.8438 7.40625 14.4062 7.53125 14.0312L8.4375 11.3438C8.46875 11.1875 8.5 11.0625 8.5 10.9375V9.375C7.90625 9.25 7.34375 9.09375 6.8125 8.875L6.4375 8.71875C6.0625 8.53125 5.875 8.09375 6.0625 7.71875C6.21875 7.34375 6.65625 7.15625 7.03125 7.3125ZM10 4.5C10.4375 4.5 10.8438 4.75 11.0625 5.125C11.2812 5.53125 11.2812 6 11.0625 6.375C10.8438 6.78125 10.4375 7 10 7C9.53125 7 9.125 6.78125 8.90625 6.375C8.6875 6 8.6875 5.53125 8.90625 5.125C9.125 4.75 9.53125 4.5 10 4.5Z");
|
|
6
3
|
export {
|
|
7
4
|
L as AccessibilityIcon
|
|
8
5
|
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../create-icon.js";
|
|
2
|
-
const H = C(
|
|
3
|
-
"AddAbsenceIcon",
|
|
4
|
-
"M7.75 2.75V4H12.25V2.75C12.25 2.34375 12.5625 2 13 2C13.4062 2 13.75 2.34375 13.75 2.75V4H15C16.0938 4 17 4.90625 17 6V16C17 17.125 16.0938 18 15 18H5C3.875 18 3 17.125 3 16V6C3 4.90625 3.875 4 5 4H6.25V2.75C6.25 2.34375 6.5625 2 7 2C7.40625 2 7.75 2.34375 7.75 2.75ZM4.5 8V16C4.5 16.2812 4.71875 16.5 5 16.5H15C15.25 16.5 15.5 16.2812 15.5 16V8H4.5ZM10 9.25C10.4062 9.25 10.75 9.59375 10.75 10V11.5H12.25C12.6562 11.5 13 11.8438 13 12.25C13 12.6875 12.6562 13 12.25 13H10.75V14.5C10.75 14.9375 10.4062 15.25 10 15.25C9.5625 15.25 9.25 14.9375 9.25 14.5V13H7.75C7.3125 13 7 12.6875 7 12.25C7 11.8438 7.3125 11.5 7.75 11.5H9.25V10C9.25 9.59375 9.5625 9.25 10 9.25Z"
|
|
5
|
-
);
|
|
2
|
+
const H = C("AddAbsenceIcon", "M7.75 2.75V4H12.25V2.75C12.25 2.34375 12.5625 2 13 2C13.4062 2 13.75 2.34375 13.75 2.75V4H15C16.0938 4 17 4.90625 17 6V16C17 17.125 16.0938 18 15 18H5C3.875 18 3 17.125 3 16V6C3 4.90625 3.875 4 5 4H6.25V2.75C6.25 2.34375 6.5625 2 7 2C7.40625 2 7.75 2.34375 7.75 2.75ZM4.5 8V16C4.5 16.2812 4.71875 16.5 5 16.5H15C15.25 16.5 15.5 16.2812 15.5 16V8H4.5ZM10 9.25C10.4062 9.25 10.75 9.59375 10.75 10V11.5H12.25C12.6562 11.5 13 11.8438 13 12.25C13 12.6875 12.6562 13 12.25 13H10.75V14.5C10.75 14.9375 10.4062 15.25 10 15.25C9.5625 15.25 9.25 14.9375 9.25 14.5V13H7.75C7.3125 13 7 12.6875 7 12.25C7 11.8438 7.3125 11.5 7.75 11.5H9.25V10C9.25 9.59375 9.5625 9.25 10 9.25Z");
|
|
6
3
|
export {
|
|
7
4
|
H as AddAbsenceIcon
|
|
8
5
|
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../create-icon.js";
|
|
2
|
-
const M = C(
|
|
3
|
-
"AddEmojiIcon",
|
|
4
|
-
"M17 2C17.4062 2 17.75 2.34375 17.75 2.75V4.25H19.25C19.6562 4.25 20 4.59375 20 5C20 5.4375 19.6562 5.75 19.25 5.75H17.75V7.25C17.75 7.6875 17.4062 8 17 8C16.5625 8 16.25 7.6875 16.25 7.25V5.75H14.75C14.3125 5.75 14 5.4375 14 5C14 4.59375 14.3125 4.25 14.75 4.25H16.25V2.75C16.25 2.34375 16.5625 2 17 2ZM12.5 11C12.5 9.0625 11.4375 7.25 9.75 6.25C8.03125 5.28125 5.9375 5.28125 4.25 6.25C2.53125 7.25 1.5 9.0625 1.5 11C1.5 12.9688 2.53125 14.7812 4.25 15.7812C5.9375 16.75 8.03125 16.75 9.75 15.7812C11.4375 14.7812 12.5 12.9688 12.5 11ZM0 11C0 8.5 1.3125 6.21875 3.5 4.96875C5.65625 3.6875 8.3125 3.6875 10.5 4.96875C12.6562 6.21875 14 8.5 14 11C14 13.5312 12.6562 15.8125 10.5 17.0625C8.3125 18.3438 5.65625 18.3438 3.5 17.0625C1.3125 15.8125 0 13.5312 0 11ZM4.5 8.5C5.0625 8.5 5.5 8.96875 5.5 9.5C5.5 10.0625 5.0625 10.5 4.5 10.5C3.9375 10.5 3.5 10.0625 3.5 9.5C3.5 8.96875 3.9375 8.5 4.5 8.5ZM8.5 9.5C8.5 8.96875 8.9375 8.5 9.5 8.5C10.0625 8.5 10.5 8.96875 10.5 9.5C10.5 10.0625 10.0625 10.5 9.5 10.5C8.9375 10.5 8.5 10.0625 8.5 9.5ZM4.5625 12.4062C5.15625 13.0938 6 13.5 7 13.5C7.96875 13.5 8.8125 13.0938 9.4375 12.4062C9.6875 12.0938 10.1562 12.0625 10.4688 12.3438C10.7812 12.625 10.8125 13.0938 10.5625 13.4062C9.6875 14.4062 8.40625 15 7 15C5.5625 15 4.28125 14.4062 3.4375 13.4062C3.15625 13.0938 3.1875 12.625 3.5 12.3438C3.8125 12.0625 4.28125 12.0938 4.5625 12.4062Z"
|
|
5
|
-
);
|
|
2
|
+
const M = C("AddEmojiIcon", "M17 2C17.4062 2 17.75 2.34375 17.75 2.75V4.25H19.25C19.6562 4.25 20 4.59375 20 5C20 5.4375 19.6562 5.75 19.25 5.75H17.75V7.25C17.75 7.6875 17.4062 8 17 8C16.5625 8 16.25 7.6875 16.25 7.25V5.75H14.75C14.3125 5.75 14 5.4375 14 5C14 4.59375 14.3125 4.25 14.75 4.25H16.25V2.75C16.25 2.34375 16.5625 2 17 2ZM12.5 11C12.5 9.0625 11.4375 7.25 9.75 6.25C8.03125 5.28125 5.9375 5.28125 4.25 6.25C2.53125 7.25 1.5 9.0625 1.5 11C1.5 12.9688 2.53125 14.7812 4.25 15.7812C5.9375 16.75 8.03125 16.75 9.75 15.7812C11.4375 14.7812 12.5 12.9688 12.5 11ZM0 11C0 8.5 1.3125 6.21875 3.5 4.96875C5.65625 3.6875 8.3125 3.6875 10.5 4.96875C12.6562 6.21875 14 8.5 14 11C14 13.5312 12.6562 15.8125 10.5 17.0625C8.3125 18.3438 5.65625 18.3438 3.5 17.0625C1.3125 15.8125 0 13.5312 0 11ZM4.5 8.5C5.0625 8.5 5.5 8.96875 5.5 9.5C5.5 10.0625 5.0625 10.5 4.5 10.5C3.9375 10.5 3.5 10.0625 3.5 9.5C3.5 8.96875 3.9375 8.5 4.5 8.5ZM8.5 9.5C8.5 8.96875 8.9375 8.5 9.5 8.5C10.0625 8.5 10.5 8.96875 10.5 9.5C10.5 10.0625 10.0625 10.5 9.5 10.5C8.9375 10.5 8.5 10.0625 8.5 9.5ZM4.5625 12.4062C5.15625 13.0938 6 13.5 7 13.5C7.96875 13.5 8.8125 13.0938 9.4375 12.4062C9.6875 12.0938 10.1562 12.0625 10.4688 12.3438C10.7812 12.625 10.8125 13.0938 10.5625 13.4062C9.6875 14.4062 8.40625 15 7 15C5.5625 15 4.28125 14.4062 3.4375 13.4062C3.15625 13.0938 3.1875 12.625 3.5 12.3438C3.8125 12.0625 4.28125 12.0938 4.5625 12.4062Z");
|
|
6
3
|
export {
|
|
7
4
|
M as AddEmojiIcon
|
|
8
5
|
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../create-icon.js";
|
|
2
|
-
const c = C(
|
|
3
|
-
"AddIcon",
|
|
4
|
-
"M10.75 4.25V9.25H15.75C16.1562 9.25 16.5 9.59375 16.5 10C16.5 10.4375 16.1562 10.75 15.75 10.75H10.75V15.75C10.75 16.1875 10.4062 16.5 10 16.5C9.5625 16.5 9.25 16.1875 9.25 15.75V10.75H4.25C3.8125 10.75 3.5 10.4375 3.5 10C3.5 9.59375 3.8125 9.25 4.25 9.25H9.25V4.25C9.25 3.84375 9.5625 3.5 10 3.5C10.4062 3.5 10.75 3.84375 10.75 4.25Z"
|
|
5
|
-
);
|
|
2
|
+
const c = C("AddIcon", "M10.75 4.25V9.25H15.75C16.1562 9.25 16.5 9.59375 16.5 10C16.5 10.4375 16.1562 10.75 15.75 10.75H10.75V15.75C10.75 16.1875 10.4062 16.5 10 16.5C9.5625 16.5 9.25 16.1875 9.25 15.75V10.75H4.25C3.8125 10.75 3.5 10.4375 3.5 10C3.5 9.59375 3.8125 9.25 4.25 9.25H9.25V4.25C9.25 3.84375 9.5625 3.5 10 3.5C10.4062 3.5 10.75 3.84375 10.75 4.25Z");
|
|
6
3
|
export {
|
|
7
4
|
c as AddIcon
|
|
8
5
|
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../create-icon.js";
|
|
2
|
-
const p = C(
|
|
3
|
-
"AppleIcon",
|
|
4
|
-
"M13.9375 10.4062C13.9375 10.4687 13.8438 12.3125 15.875 13.2812C15.5 14.4375 14.1875 17 12.6562 17C11.7812 17 11.2812 16.4375 10.2812 16.4375C9.25 16.4375 8.6875 17 7.90625 17C6.40625 17.0625 4.96875 14.25 4.5625 13.0937C4.25 12.2187 4.125 11.375 4.125 10.5625C4.125 7.78125 5.96875 6.4375 7.71875 6.40625C8.5625 6.40625 9.625 7 10.0938 7C10.5312 7 11.75 6.28125 12.875 6.375C14.0312 6.46875 14.9062 6.90625 15.5 7.75C14.4688 8.40625 13.9375 9.25 13.9375 10.4062ZM12.1875 5.28125C11.5625 6 10.8125 6.40625 10 6.34375C9.9375 5.5 10.25 4.71875 10.8125 4.09375C11.3125 3.53125 12.1875 3.0625 12.9375 3C12.9375 3.34375 13.0312 4.28125 12.1875 5.28125Z"
|
|
5
|
-
);
|
|
2
|
+
const p = C("AppleIcon", "M13.9375 10.4062C13.9375 10.4687 13.8438 12.3125 15.875 13.2812C15.5 14.4375 14.1875 17 12.6562 17C11.7812 17 11.2812 16.4375 10.2812 16.4375C9.25 16.4375 8.6875 17 7.90625 17C6.40625 17.0625 4.96875 14.25 4.5625 13.0937C4.25 12.2187 4.125 11.375 4.125 10.5625C4.125 7.78125 5.96875 6.4375 7.71875 6.40625C8.5625 6.40625 9.625 7 10.0938 7C10.5312 7 11.75 6.28125 12.875 6.375C14.0312 6.46875 14.9062 6.90625 15.5 7.75C14.4688 8.40625 13.9375 9.25 13.9375 10.4062ZM12.1875 5.28125C11.5625 6 10.8125 6.40625 10 6.34375C9.9375 5.5 10.25 4.71875 10.8125 4.09375C11.3125 3.53125 12.1875 3.0625 12.9375 3C12.9375 3.34375 13.0312 4.28125 12.1875 5.28125Z");
|
|
6
3
|
export {
|
|
7
4
|
p as AppleIcon
|
|
8
5
|
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../create-icon.js";
|
|
2
|
-
const V = C(
|
|
3
|
-
"AppsIcon",
|
|
4
|
-
"M5.75 4.25H4.25V5.75H5.75V4.25ZM4.25 3H5.75C6.4375 3 7 3.5625 7 4.25V5.75C7 6.46875 6.4375 7 5.75 7H4.25C3.53125 7 3 6.46875 3 5.75V4.25C3 3.5625 3.53125 3 4.25 3ZM5.75 9.25H4.25V10.75H5.75V9.25ZM4.25 8H5.75C6.4375 8 7 8.5625 7 9.25V10.75C7 11.4687 6.4375 12 5.75 12H4.25C3.53125 12 3 11.4687 3 10.75V9.25C3 8.5625 3.53125 8 4.25 8ZM4.25 14.25V15.75H5.75V14.25H4.25ZM3 14.25C3 13.5625 3.53125 13 4.25 13H5.75C6.4375 13 7 13.5625 7 14.25V15.75C7 16.4687 6.4375 17 5.75 17H4.25C3.53125 17 3 16.4687 3 15.75V14.25ZM10.75 4.25H9.25V5.75H10.75V4.25ZM9.25 3H10.75C11.4375 3 12 3.5625 12 4.25V5.75C12 6.46875 11.4375 7 10.75 7H9.25C8.53125 7 8 6.46875 8 5.75V4.25C8 3.5625 8.53125 3 9.25 3ZM9.25 9.25V10.75H10.75V9.25H9.25ZM8 9.25C8 8.5625 8.53125 8 9.25 8H10.75C11.4375 8 12 8.5625 12 9.25V10.75C12 11.4687 11.4375 12 10.75 12H9.25C8.53125 12 8 11.4687 8 10.75V9.25ZM10.75 14.25H9.25V15.75H10.75V14.25ZM9.25 13H10.75C11.4375 13 12 13.5625 12 14.25V15.75C12 16.4687 11.4375 17 10.75 17H9.25C8.53125 17 8 16.4687 8 15.75V14.25C8 13.5625 8.53125 13 9.25 13ZM14.25 4.25V5.75H15.75V4.25H14.25ZM13 4.25C13 3.5625 13.5312 3 14.25 3H15.75C16.4375 3 17 3.5625 17 4.25V5.75C17 6.46875 16.4375 7 15.75 7H14.25C13.5312 7 13 6.46875 13 5.75V4.25ZM15.75 9.25H14.25V10.75H15.75V9.25ZM14.25 8H15.75C16.4375 8 17 8.5625 17 9.25V10.75C17 11.4687 16.4375 12 15.75 12H14.25C13.5312 12 13 11.4687 13 10.75V9.25C13 8.5625 13.5312 8 14.25 8ZM14.25 14.25V15.75H15.75V14.25H14.25ZM13 14.25C13 13.5625 13.5312 13 14.25 13H15.75C16.4375 13 17 13.5625 17 14.25V15.75C17 16.4687 16.4375 17 15.75 17H14.25C13.5312 17 13 16.4687 13 15.75V14.25Z"
|
|
5
|
-
);
|
|
2
|
+
const V = C("AppsIcon", "M5.75 4.25H4.25V5.75H5.75V4.25ZM4.25 3H5.75C6.4375 3 7 3.5625 7 4.25V5.75C7 6.46875 6.4375 7 5.75 7H4.25C3.53125 7 3 6.46875 3 5.75V4.25C3 3.5625 3.53125 3 4.25 3ZM5.75 9.25H4.25V10.75H5.75V9.25ZM4.25 8H5.75C6.4375 8 7 8.5625 7 9.25V10.75C7 11.4687 6.4375 12 5.75 12H4.25C3.53125 12 3 11.4687 3 10.75V9.25C3 8.5625 3.53125 8 4.25 8ZM4.25 14.25V15.75H5.75V14.25H4.25ZM3 14.25C3 13.5625 3.53125 13 4.25 13H5.75C6.4375 13 7 13.5625 7 14.25V15.75C7 16.4687 6.4375 17 5.75 17H4.25C3.53125 17 3 16.4687 3 15.75V14.25ZM10.75 4.25H9.25V5.75H10.75V4.25ZM9.25 3H10.75C11.4375 3 12 3.5625 12 4.25V5.75C12 6.46875 11.4375 7 10.75 7H9.25C8.53125 7 8 6.46875 8 5.75V4.25C8 3.5625 8.53125 3 9.25 3ZM9.25 9.25V10.75H10.75V9.25H9.25ZM8 9.25C8 8.5625 8.53125 8 9.25 8H10.75C11.4375 8 12 8.5625 12 9.25V10.75C12 11.4687 11.4375 12 10.75 12H9.25C8.53125 12 8 11.4687 8 10.75V9.25ZM10.75 14.25H9.25V15.75H10.75V14.25ZM9.25 13H10.75C11.4375 13 12 13.5625 12 14.25V15.75C12 16.4687 11.4375 17 10.75 17H9.25C8.53125 17 8 16.4687 8 15.75V14.25C8 13.5625 8.53125 13 9.25 13ZM14.25 4.25V5.75H15.75V4.25H14.25ZM13 4.25C13 3.5625 13.5312 3 14.25 3H15.75C16.4375 3 17 3.5625 17 4.25V5.75C17 6.46875 16.4375 7 15.75 7H14.25C13.5312 7 13 6.46875 13 5.75V4.25ZM15.75 9.25H14.25V10.75H15.75V9.25ZM14.25 8H15.75C16.4375 8 17 8.5625 17 9.25V10.75C17 11.4687 16.4375 12 15.75 12H14.25C13.5312 12 13 11.4687 13 10.75V9.25C13 8.5625 13.5312 8 14.25 8ZM14.25 14.25V15.75H15.75V14.25H14.25ZM13 14.25C13 13.5625 13.5312 13 14.25 13H15.75C16.4375 13 17 13.5625 17 14.25V15.75C17 16.4687 16.4375 17 15.75 17H14.25C13.5312 17 13 16.4687 13 15.75V14.25Z");
|
|
6
3
|
export {
|
|
7
4
|
V as AppsIcon
|
|
8
5
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { createCasperIcon as e } from "../create-icon.js";
|
|
2
|
-
const o = e(
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
);
|
|
2
|
+
const o = e("ArchiveIcon", "M15.5 4.1875C15.1875 3.46875 14.4688 3 13.6875 3H6.28125C5.5 3 4.78125 3.46875 4.46875 4.1875L3.15625 7.125C3.03125 7.375 3 7.65625 3 7.9375V15C3 16.125 3.875 17 5 17H15C16.0938 17 17 16.125 17 15V7.9375C17 7.65625 16.9375 7.375 16.8125 7.125L15.5 4.1875ZM4.5 8.5H15.5V15C15.5 15.2812 15.25 15.5 15 15.5H5C4.71875 15.5 4.5 15.2812 4.5 15V8.5ZM15.125 7L14.1562 4.8125C14.0625 4.625 13.875 4.5 13.6875 4.5H6.28125C6.09375 4.5 5.90625 4.625 5.84375 4.8125L4.84375 7H15.125Z", {
|
|
3
|
+
fillRule: "evenodd",
|
|
4
|
+
clipRule: "evenodd"
|
|
5
|
+
});
|
|
7
6
|
export {
|
|
8
7
|
o as ArchiveIcon
|
|
9
8
|
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../create-icon.js";
|
|
2
|
-
const V = C(
|
|
3
|
-
"AreaIcon",
|
|
4
|
-
"M7 11.5C7.8125 11.5 8.5 12.1875 8.5 13V16C8.5 16.2812 8.71875 16.5 9 16.5H16C16.25 16.5 16.5 16.2812 16.5 16V9C16.5 8.75 16.25 8.5 16 8.5H13C12.1562 8.5 11.5 7.84375 11.5 7V4C11.5 3.75 11.25 3.5 11 3.5H4C3.71875 3.5 3.5 3.75 3.5 4V11C3.5 11.2812 3.71875 11.5 4 11.5H7ZM4 13C2.875 13 2 12.125 2 11V4C2 2.90625 2.875 2 4 2H11C12.0938 2 13 2.90625 13 4V7H16C17.0938 7 18 7.90625 18 9V16C18 17.125 17.0938 18 16 18H9C7.875 18 7 17.125 7 16V13H4Z"
|
|
5
|
-
);
|
|
2
|
+
const V = C("AreaIcon", "M7 11.5C7.8125 11.5 8.5 12.1875 8.5 13V16C8.5 16.2812 8.71875 16.5 9 16.5H16C16.25 16.5 16.5 16.2812 16.5 16V9C16.5 8.75 16.25 8.5 16 8.5H13C12.1562 8.5 11.5 7.84375 11.5 7V4C11.5 3.75 11.25 3.5 11 3.5H4C3.71875 3.5 3.5 3.75 3.5 4V11C3.5 11.2812 3.71875 11.5 4 11.5H7ZM4 13C2.875 13 2 12.125 2 11V4C2 2.90625 2.875 2 4 2H11C12.0938 2 13 2.90625 13 4V7H16C17.0938 7 18 7.90625 18 9V16C18 17.125 17.0938 18 16 18H9C7.875 18 7 17.125 7 16V13H4Z");
|
|
6
3
|
export {
|
|
7
4
|
V as AreaIcon
|
|
8
5
|
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../create-icon.js";
|
|
2
|
-
const t = C(
|
|
3
|
-
"AtIcon",
|
|
4
|
-
"M10 3.5C6.40625 3.5 3.5 6.4375 3.5 10C3.5 13.5938 6.40625 16.5 10 16.5C10.4062 16.5 10.75 16.8438 10.75 17.25C10.75 17.6875 10.4062 18 10 18C5.5625 18 2 14.4375 2 10C2 5.59375 5.5625 2 10 2C14.4062 2 18 5.59375 18 10V10.875C18 12.4688 16.6875 13.75 15.125 13.75C14.125 13.75 13.2812 13.2812 12.75 12.5312C12.0625 13.2812 11.0938 13.75 10 13.75C7.90625 13.75 6.25 12.0938 6.25 10C6.25 7.9375 7.90625 6.25 10 6.25C10.875 6.25 11.7188 6.59375 12.3438 7.09375C12.5 6.90625 12.7188 6.75 13 6.75C13.4062 6.75 13.75 7.09375 13.75 7.5V10.875C13.75 11.6562 14.3438 12.25 15.125 12.25C15.875 12.25 16.5 11.6562 16.5 10.875V10C16.5 6.4375 13.5625 3.5 10 3.5ZM12.25 10C12.25 9.21875 11.8125 8.46875 11.125 8.0625C10.4062 7.65625 9.5625 7.65625 8.875 8.0625C8.15625 8.46875 7.75 9.21875 7.75 10C7.75 10.8125 8.15625 11.5625 8.875 11.9688C9.5625 12.375 10.4062 12.375 11.125 11.9688C11.8125 11.5625 12.25 10.8125 12.25 10Z"
|
|
5
|
-
);
|
|
2
|
+
const t = C("AtIcon", "M10 3.5C6.40625 3.5 3.5 6.4375 3.5 10C3.5 13.5938 6.40625 16.5 10 16.5C10.4062 16.5 10.75 16.8438 10.75 17.25C10.75 17.6875 10.4062 18 10 18C5.5625 18 2 14.4375 2 10C2 5.59375 5.5625 2 10 2C14.4062 2 18 5.59375 18 10V10.875C18 12.4688 16.6875 13.75 15.125 13.75C14.125 13.75 13.2812 13.2812 12.75 12.5312C12.0625 13.2812 11.0938 13.75 10 13.75C7.90625 13.75 6.25 12.0938 6.25 10C6.25 7.9375 7.90625 6.25 10 6.25C10.875 6.25 11.7188 6.59375 12.3438 7.09375C12.5 6.90625 12.7188 6.75 13 6.75C13.4062 6.75 13.75 7.09375 13.75 7.5V10.875C13.75 11.6562 14.3438 12.25 15.125 12.25C15.875 12.25 16.5 11.6562 16.5 10.875V10C16.5 6.4375 13.5625 3.5 10 3.5ZM12.25 10C12.25 9.21875 11.8125 8.46875 11.125 8.0625C10.4062 7.65625 9.5625 7.65625 8.875 8.0625C8.15625 8.46875 7.75 9.21875 7.75 10C7.75 10.8125 8.15625 11.5625 8.875 11.9688C9.5625 12.375 10.4062 12.375 11.125 11.9688C11.8125 11.5625 12.25 10.8125 12.25 10Z");
|
|
6
3
|
export {
|
|
7
4
|
t as AtIcon
|
|
8
5
|
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../create-icon.js";
|
|
2
|
-
const L = C(
|
|
3
|
-
"AttachmentIcon",
|
|
4
|
-
"M14.7188 4.28125C13.9062 3.46875 12.5625 3.46875 11.75 4.28125L5.78125 10.2812C4.40625 11.6562 4.40625 13.875 5.78125 15.2188C7.125 16.5938 9.34375 16.5938 10.7188 15.2188L15.4688 10.4688C15.75 10.1875 16.2188 10.1875 16.5 10.4688C16.8125 10.7812 16.8125 11.25 16.5 11.5312L11.7812 16.2812C9.8125 18.25 6.65625 18.25 4.71875 16.2812C2.75 14.3438 2.75 11.1875 4.71875 9.21875L10.7188 3.21875C12.0938 1.84375 14.375 1.84375 15.7812 3.21875C17.1562 4.625 17.1562 6.90625 15.7812 8.28125L10.0312 14.0312C9.03125 15.0312 7.40625 14.9375 6.53125 13.8438C5.78125 12.9062 5.875 11.5625 6.71875 10.7188L11.4688 5.96875C11.75 5.6875 12.2188 5.6875 12.5 5.96875C12.8125 6.28125 12.8125 6.75 12.5 7.03125L7.78125 11.7812C7.46875 12.0938 7.4375 12.5625 7.71875 12.9062C8.03125 13.2812 8.59375 13.3438 8.96875 12.9688L14.7188 7.21875C15.5312 6.40625 15.5312 5.09375 14.7188 4.28125Z"
|
|
5
|
-
);
|
|
2
|
+
const L = C("AttachmentIcon", "M14.7188 4.28125C13.9062 3.46875 12.5625 3.46875 11.75 4.28125L5.78125 10.2812C4.40625 11.6562 4.40625 13.875 5.78125 15.2188C7.125 16.5938 9.34375 16.5938 10.7188 15.2188L15.4688 10.4688C15.75 10.1875 16.2188 10.1875 16.5 10.4688C16.8125 10.7812 16.8125 11.25 16.5 11.5312L11.7812 16.2812C9.8125 18.25 6.65625 18.25 4.71875 16.2812C2.75 14.3438 2.75 11.1875 4.71875 9.21875L10.7188 3.21875C12.0938 1.84375 14.375 1.84375 15.7812 3.21875C17.1562 4.625 17.1562 6.90625 15.7812 8.28125L10.0312 14.0312C9.03125 15.0312 7.40625 14.9375 6.53125 13.8438C5.78125 12.9062 5.875 11.5625 6.71875 10.7188L11.4688 5.96875C11.75 5.6875 12.2188 5.6875 12.5 5.96875C12.8125 6.28125 12.8125 6.75 12.5 7.03125L7.78125 11.7812C7.46875 12.0938 7.4375 12.5625 7.71875 12.9062C8.03125 13.2812 8.59375 13.3438 8.96875 12.9688L14.7188 7.21875C15.5312 6.40625 15.5312 5.09375 14.7188 4.28125Z");
|
|
6
3
|
export {
|
|
7
4
|
L as AttachmentIcon
|
|
8
5
|
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../create-icon.js";
|
|
2
|
-
const o = C(
|
|
3
|
-
"BabyIcon",
|
|
4
|
-
"M10 5.5C10.5312 5.5 11 5.0625 11 4.5C11 3.96875 10.5312 3.5 10 3.5C9.4375 3.5 9 3.96875 9 4.5C9 5.0625 9.4375 5.5 10 5.5ZM10 2C10.875 2 11.6875 2.5 12.1562 3.25C12.5938 4.03125 12.5938 5 12.1562 5.75C11.6875 6.53125 10.875 7 10 7C9.09375 7 8.28125 6.53125 7.8125 5.75C7.375 5 7.375 4.03125 7.8125 3.25C8.28125 2.5 9.09375 2 10 2ZM6.34375 7.65625C6.15625 7.46875 5.8125 7.46875 5.625 7.65625C5.4375 7.84375 5.4375 8.1875 5.625 8.375L6.21875 8.9375C6.625 9.34375 7.0625 9.6875 7.5625 9.9375C7.8125 10.0625 7.96875 10.3125 7.96875 10.5938V11H12V10.5938C12 10.3125 12.1562 10.0625 12.4062 9.9375C12.9062 9.6875 13.3438 9.34375 13.75 8.9375L14.3438 8.375C14.5312 8.1875 14.5312 7.84375 14.3438 7.65625C14.1562 7.46875 13.8125 7.46875 13.625 7.65625L13.0312 8.25C12.2188 9.0625 11.125 9.5 10 9.5C8.84375 9.5 7.75 9.0625 6.9375 8.25L6.34375 7.65625ZM12.5 12.6875L11.75 13.3438L12.5 14.2812C12.6875 14.5625 12.6875 14.9375 12.4688 15.2188L12.0938 15.6875C11.9375 15.9062 11.9688 16.2188 12.1875 16.4062C12.375 16.5625 12.7188 16.5312 12.875 16.3125L13.875 15.0625C14.0312 14.9062 14.0312 14.625 13.875 14.4688L12.5 12.6875ZM8.21875 13.3438L7.46875 12.6875L6.09375 14.4688C5.9375 14.625 5.9375 14.9062 6.09375 15.0625L7.09375 16.3125C7.28125 16.5312 7.59375 16.5625 7.8125 16.4062C8 16.2188 8.0625 15.9062 7.875 15.6875L7.5 15.2188C7.28125 14.9375 7.28125 14.5625 7.5 14.2812L8.21875 13.3438ZM4.5625 6.59375C5.34375 5.8125 6.625 5.8125 7.40625 6.59375L8 7.1875C8.53125 7.71875 9.25 8 10 8C10.75 8 11.4688 7.71875 12 7.1875L12.5625 6.59375C13.3438 5.8125 14.625 5.8125 15.4062 6.59375C16.1875 7.375 16.1875 8.65625 15.4062 9.4375L14.8125 10C14.4062 10.4062 13.9688 10.75 13.5 11.0625V11.5L15.0625 13.5312C15.625 14.2812 15.625 15.2812 15.0625 16L14.0625 17.25C13.3438 18.125 12.0938 18.2812 11.25 17.5625C10.375 16.875 10.2188 15.625 10.9375 14.75L10.75 14.5H9.21875L9.03125 14.75H9.0625C9.75 15.625 9.59375 16.875 8.75 17.5625C7.875 18.2812 6.625 18.125 5.9375 17.25L4.9375 16C4.34375 15.2812 4.34375 14.2812 4.90625 13.5312L6.5 11.5V11.0625C6 10.75 5.5625 10.4062 5.15625 10L4.5625 9.4375C3.78125 8.65625 3.78125 7.375 4.5625 6.59375Z"
|
|
5
|
-
);
|
|
2
|
+
const o = C("BabyIcon", "M10 5.5C10.5312 5.5 11 5.0625 11 4.5C11 3.96875 10.5312 3.5 10 3.5C9.4375 3.5 9 3.96875 9 4.5C9 5.0625 9.4375 5.5 10 5.5ZM10 2C10.875 2 11.6875 2.5 12.1562 3.25C12.5938 4.03125 12.5938 5 12.1562 5.75C11.6875 6.53125 10.875 7 10 7C9.09375 7 8.28125 6.53125 7.8125 5.75C7.375 5 7.375 4.03125 7.8125 3.25C8.28125 2.5 9.09375 2 10 2ZM6.34375 7.65625C6.15625 7.46875 5.8125 7.46875 5.625 7.65625C5.4375 7.84375 5.4375 8.1875 5.625 8.375L6.21875 8.9375C6.625 9.34375 7.0625 9.6875 7.5625 9.9375C7.8125 10.0625 7.96875 10.3125 7.96875 10.5938V11H12V10.5938C12 10.3125 12.1562 10.0625 12.4062 9.9375C12.9062 9.6875 13.3438 9.34375 13.75 8.9375L14.3438 8.375C14.5312 8.1875 14.5312 7.84375 14.3438 7.65625C14.1562 7.46875 13.8125 7.46875 13.625 7.65625L13.0312 8.25C12.2188 9.0625 11.125 9.5 10 9.5C8.84375 9.5 7.75 9.0625 6.9375 8.25L6.34375 7.65625ZM12.5 12.6875L11.75 13.3438L12.5 14.2812C12.6875 14.5625 12.6875 14.9375 12.4688 15.2188L12.0938 15.6875C11.9375 15.9062 11.9688 16.2188 12.1875 16.4062C12.375 16.5625 12.7188 16.5312 12.875 16.3125L13.875 15.0625C14.0312 14.9062 14.0312 14.625 13.875 14.4688L12.5 12.6875ZM8.21875 13.3438L7.46875 12.6875L6.09375 14.4688C5.9375 14.625 5.9375 14.9062 6.09375 15.0625L7.09375 16.3125C7.28125 16.5312 7.59375 16.5625 7.8125 16.4062C8 16.2188 8.0625 15.9062 7.875 15.6875L7.5 15.2188C7.28125 14.9375 7.28125 14.5625 7.5 14.2812L8.21875 13.3438ZM4.5625 6.59375C5.34375 5.8125 6.625 5.8125 7.40625 6.59375L8 7.1875C8.53125 7.71875 9.25 8 10 8C10.75 8 11.4688 7.71875 12 7.1875L12.5625 6.59375C13.3438 5.8125 14.625 5.8125 15.4062 6.59375C16.1875 7.375 16.1875 8.65625 15.4062 9.4375L14.8125 10C14.4062 10.4062 13.9688 10.75 13.5 11.0625V11.5L15.0625 13.5312C15.625 14.2812 15.625 15.2812 15.0625 16L14.0625 17.25C13.3438 18.125 12.0938 18.2812 11.25 17.5625C10.375 16.875 10.2188 15.625 10.9375 14.75L10.75 14.5H9.21875L9.03125 14.75H9.0625C9.75 15.625 9.59375 16.875 8.75 17.5625C7.875 18.2812 6.625 18.125 5.9375 17.25L4.9375 16C4.34375 15.2812 4.34375 14.2812 4.90625 13.5312L6.5 11.5V11.0625C6 10.75 5.5625 10.4062 5.15625 10L4.5625 9.4375C3.78125 8.65625 3.78125 7.375 4.5625 6.59375Z");
|
|
6
3
|
export {
|
|
7
4
|
o as BabyIcon
|
|
8
5
|
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../create-icon.js";
|
|
2
|
-
const o = C(
|
|
3
|
-
"BackIcon",
|
|
4
|
-
"M2.21875 9.46875L6.46875 5.25C6.75 4.9375 7.21875 4.9375 7.5 5.25C7.8125 5.53125 7.8125 6 7.5 6.28125L4.53125 9.25H17.25C17.6562 9.25 18 9.59375 18 10C18 10.4375 17.6562 10.75 17.25 10.75L4.53125 10.7812L7.5 13.75C7.8125 14.0312 7.8125 14.5 7.5 14.7812C7.21875 15.0938 6.75 15.0938 6.46875 14.7812L2.21875 10.5312C1.90625 10.25 1.90625 9.78125 2.21875 9.46875Z"
|
|
5
|
-
);
|
|
2
|
+
const o = C("BackIcon", "M2.21875 9.46875L6.46875 5.25C6.75 4.9375 7.21875 4.9375 7.5 5.25C7.8125 5.53125 7.8125 6 7.5 6.28125L4.53125 9.25H17.25C17.6562 9.25 18 9.59375 18 10C18 10.4375 17.6562 10.75 17.25 10.75L4.53125 10.7812L7.5 13.75C7.8125 14.0312 7.8125 14.5 7.5 14.7812C7.21875 15.0938 6.75 15.0938 6.46875 14.7812L2.21875 10.5312C1.90625 10.25 1.90625 9.78125 2.21875 9.46875Z");
|
|
6
3
|
export {
|
|
7
4
|
o as BackIcon
|
|
8
5
|
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../create-icon.js";
|
|
2
|
-
const c = C(
|
|
3
|
-
"BackspaceIcon",
|
|
4
|
-
"M7.40625 4H17C18.0938 4 19 4.90625 19 6V14C19 15.125 18.0938 16 17 16H7.40625C6.875 16 6.375 15.8125 6 15.4375L1.28125 10.7188C1.09375 10.5312 1 10.2812 1 10C1 9.75 1.09375 9.5 1.28125 9.3125L6 4.59375C6.375 4.21875 6.875 4 7.40625 4ZM17.5 6C17.5 5.75 17.25 5.5 17 5.5H7.40625C7.28125 5.5 7.125 5.5625 7.03125 5.65625L2.6875 10L7.0625 14.375C7.15625 14.4688 7.28125 14.5 7.40625 14.5H17C17.25 14.5 17.5 14.2812 17.5 14V6ZM14.5312 7.46875C14.8125 7.78125 14.8125 8.25 14.5312 8.53125L13.0625 10L14.5312 11.4688C14.8125 11.7812 14.8125 12.25 14.5312 12.5312C14.2188 12.8438 13.75 12.8438 13.4688 12.5312L12 11.0625L10.5312 12.5312C10.2188 12.8438 9.75 12.8438 9.46875 12.5312C9.15625 12.25 9.15625 11.7812 9.46875 11.4688L10.9375 10L9.46875 8.53125C9.15625 8.25 9.15625 7.78125 9.46875 7.46875C9.75 7.1875 10.2188 7.1875 10.5312 7.46875L12 8.9375L13.4688 7.46875C13.75 7.1875 14.2188 7.1875 14.5312 7.46875Z"
|
|
5
|
-
);
|
|
2
|
+
const c = C("BackspaceIcon", "M7.40625 4H17C18.0938 4 19 4.90625 19 6V14C19 15.125 18.0938 16 17 16H7.40625C6.875 16 6.375 15.8125 6 15.4375L1.28125 10.7188C1.09375 10.5312 1 10.2812 1 10C1 9.75 1.09375 9.5 1.28125 9.3125L6 4.59375C6.375 4.21875 6.875 4 7.40625 4ZM17.5 6C17.5 5.75 17.25 5.5 17 5.5H7.40625C7.28125 5.5 7.125 5.5625 7.03125 5.65625L2.6875 10L7.0625 14.375C7.15625 14.4688 7.28125 14.5 7.40625 14.5H17C17.25 14.5 17.5 14.2812 17.5 14V6ZM14.5312 7.46875C14.8125 7.78125 14.8125 8.25 14.5312 8.53125L13.0625 10L14.5312 11.4688C14.8125 11.7812 14.8125 12.25 14.5312 12.5312C14.2188 12.8438 13.75 12.8438 13.4688 12.5312L12 11.0625L10.5312 12.5312C10.2188 12.8438 9.75 12.8438 9.46875 12.5312C9.15625 12.25 9.15625 11.7812 9.46875 11.4688L10.9375 10L9.46875 8.53125C9.15625 8.25 9.15625 7.78125 9.46875 7.46875C9.75 7.1875 10.2188 7.1875 10.5312 7.46875L12 8.9375L13.4688 7.46875C13.75 7.1875 14.2188 7.1875 14.5312 7.46875Z");
|
|
6
3
|
export {
|
|
7
4
|
c as BackspaceIcon
|
|
8
5
|
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../create-icon.js";
|
|
2
|
-
const V = C(
|
|
3
|
-
"BankIcon",
|
|
4
|
-
"M10.3438 2.09375L17.4375 6.03125C17.7812 6.21875 18 6.5625 18 6.9375C18 7.53125 17.5 8 16.9062 8H3.0625C2.46875 8 2 7.53125 2 6.9375C2 6.5625 2.1875 6.21875 2.53125 6.03125L9.625 2.09375C9.84375 1.96875 10.125 1.96875 10.3438 2.09375ZM9.125 6.5C9.03125 6.375 9 6.1875 9 6C9 5.46875 9.4375 5 10 5C10.5312 5 11 5.46875 11 6C11 6.1875 10.9375 6.375 10.8438 6.5H15.2188L10 3.625L4.75 6.5H9.125ZM4 9H5.5V14H7.5V9H9V14H11V9H12.5V14H14.5V9H16V14H16.25C16.6562 14 17 14.3438 17 14.75C17 15.1875 16.6562 15.5 16.25 15.5H4C3.5625 15.5 3.25 15.1875 3.25 14.75C3.25 14.3438 3.5625 14 4 14V9ZM3 16.5H17.25C17.6562 16.5 18 16.8438 18 17.25C18 17.6875 17.6562 18 17.25 18H3C2.5625 18 2.25 17.6875 2.25 17.25C2.25 16.8438 2.5625 16.5 3 16.5Z"
|
|
5
|
-
);
|
|
2
|
+
const V = C("BankIcon", "M10.3438 2.09375L17.4375 6.03125C17.7812 6.21875 18 6.5625 18 6.9375C18 7.53125 17.5 8 16.9062 8H3.0625C2.46875 8 2 7.53125 2 6.9375C2 6.5625 2.1875 6.21875 2.53125 6.03125L9.625 2.09375C9.84375 1.96875 10.125 1.96875 10.3438 2.09375ZM9.125 6.5C9.03125 6.375 9 6.1875 9 6C9 5.46875 9.4375 5 10 5C10.5312 5 11 5.46875 11 6C11 6.1875 10.9375 6.375 10.8438 6.5H15.2188L10 3.625L4.75 6.5H9.125ZM4 9H5.5V14H7.5V9H9V14H11V9H12.5V14H14.5V9H16V14H16.25C16.6562 14 17 14.3438 17 14.75C17 15.1875 16.6562 15.5 16.25 15.5H4C3.5625 15.5 3.25 15.1875 3.25 14.75C3.25 14.3438 3.5625 14 4 14V9ZM3 16.5H17.25C17.6562 16.5 18 16.8438 18 17.25C18 17.6875 17.6562 18 17.25 18H3C2.5625 18 2.25 17.6875 2.25 17.25C2.25 16.8438 2.5625 16.5 3 16.5Z");
|
|
6
3
|
export {
|
|
7
4
|
V as BankIcon
|
|
8
5
|
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../create-icon.js";
|
|
2
|
-
const n = C(
|
|
3
|
-
"BankIDIcon",
|
|
4
|
-
"M7.23248 10.3085L7.85904 6.35927C7.61221 6.35927 7.18976 6.35927 7.18976 6.35927C6.87647 6.35927 6.47301 6.18364 6.35434 5.86086C6.31636 5.75169 6.22618 5.3767 6.74357 5.0112C6.92869 4.88304 7.04736 4.74064 7.07109 4.63147C7.09482 4.51755 7.06634 4.41786 6.98565 4.34192C6.87173 4.23274 6.64863 4.17104 6.36383 4.17104C5.88441 4.17104 5.5474 4.44634 5.51417 4.64571C5.49044 4.79285 5.60436 4.91152 5.70404 4.98747C6.00308 5.21056 6.07428 5.53334 5.88916 5.83713C5.69929 6.15041 5.28633 6.35452 4.84488 6.35927C4.84488 6.35927 4.40819 6.35927 4.16136 6.35927C4.1044 6.74375 3.17404 12.6392 3.10284 13.1043H6.79578C6.82901 12.9002 6.99989 11.7847 7.23248 10.3085Z"
|
|
5
|
-
);
|
|
2
|
+
const n = C("BankIDIcon", "M7.23248 10.3085L7.85904 6.35927C7.61221 6.35927 7.18976 6.35927 7.18976 6.35927C6.87647 6.35927 6.47301 6.18364 6.35434 5.86086C6.31636 5.75169 6.22618 5.3767 6.74357 5.0112C6.92869 4.88304 7.04736 4.74064 7.07109 4.63147C7.09482 4.51755 7.06634 4.41786 6.98565 4.34192C6.87173 4.23274 6.64863 4.17104 6.36383 4.17104C5.88441 4.17104 5.5474 4.44634 5.51417 4.64571C5.49044 4.79285 5.60436 4.91152 5.70404 4.98747C6.00308 5.21056 6.07428 5.53334 5.88916 5.83713C5.69929 6.15041 5.28633 6.35452 4.84488 6.35927C4.84488 6.35927 4.40819 6.35927 4.16136 6.35927C4.1044 6.74375 3.17404 12.6392 3.10284 13.1043H6.79578C6.82901 12.9002 6.99989 11.7847 7.23248 10.3085Z");
|
|
6
3
|
export {
|
|
7
4
|
n as BankIDIcon
|
|
8
5
|
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../create-icon.js";
|
|
2
|
-
const o = C(
|
|
3
|
-
"BarcodeIcon",
|
|
4
|
-
"M2.75 3C3.15625 3 3.5 3.34375 3.5 3.75V16.25C3.5 16.6875 3.15625 17 2.75 17C2.3125 17 2 16.6875 2 16.25V3.75C2 3.34375 2.3125 3 2.75 3ZM5.5 3C5.75 3 6 3.25 6 3.5V16.5C6 16.7812 5.75 17 5.5 17C5.21875 17 5 16.7812 5 16.5V3.5C5 3.25 5.21875 3 5.5 3ZM7.75 3C8.15625 3 8.5 3.34375 8.5 3.75V16.25C8.5 16.6875 8.15625 17 7.75 17C7.3125 17 7 16.6875 7 16.25V3.75C7 3.34375 7.3125 3 7.75 3ZM11.25 3C11.6562 3 12 3.34375 12 3.75V16.25C12 16.6875 11.6562 17 11.25 17C10.8125 17 10.5 16.6875 10.5 16.25V3.75C10.5 3.34375 10.8125 3 11.25 3ZM16.5 3.75C16.5 3.34375 16.8125 3 17.25 3C17.6562 3 18 3.34375 18 3.75V16.25C18 16.6875 17.6562 17 17.25 17C16.8125 17 16.5 16.6875 16.5 16.25V3.75ZM14.5 3.5C14.5 3.25 14.7188 3 15 3C15.25 3 15.5 3.25 15.5 3.5V16.5C15.5 16.7812 15.25 17 15 17C14.7188 17 14.5 16.7812 14.5 16.5V3.5Z"
|
|
5
|
-
);
|
|
2
|
+
const o = C("BarcodeIcon", "M2.75 3C3.15625 3 3.5 3.34375 3.5 3.75V16.25C3.5 16.6875 3.15625 17 2.75 17C2.3125 17 2 16.6875 2 16.25V3.75C2 3.34375 2.3125 3 2.75 3ZM5.5 3C5.75 3 6 3.25 6 3.5V16.5C6 16.7812 5.75 17 5.5 17C5.21875 17 5 16.7812 5 16.5V3.5C5 3.25 5.21875 3 5.5 3ZM7.75 3C8.15625 3 8.5 3.34375 8.5 3.75V16.25C8.5 16.6875 8.15625 17 7.75 17C7.3125 17 7 16.6875 7 16.25V3.75C7 3.34375 7.3125 3 7.75 3ZM11.25 3C11.6562 3 12 3.34375 12 3.75V16.25C12 16.6875 11.6562 17 11.25 17C10.8125 17 10.5 16.6875 10.5 16.25V3.75C10.5 3.34375 10.8125 3 11.25 3ZM16.5 3.75C16.5 3.34375 16.8125 3 17.25 3C17.6562 3 18 3.34375 18 3.75V16.25C18 16.6875 17.6562 17 17.25 17C16.8125 17 16.5 16.6875 16.5 16.25V3.75ZM14.5 3.5C14.5 3.25 14.7188 3 15 3C15.25 3 15.5 3.25 15.5 3.5V16.5C15.5 16.7812 15.25 17 15 17C14.7188 17 14.5 16.7812 14.5 16.5V3.5Z");
|
|
6
3
|
export {
|
|
7
4
|
o as BarcodeIcon
|
|
8
5
|
};
|