@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
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { c as e } from "../../_virtual/compiler-runtime.js";
|
|
3
|
+
import { Box as c } from "@chakra-ui/react";
|
|
4
|
+
import { forwardRef as n } from "react";
|
|
5
|
+
const a = n((r, m) => {
|
|
6
|
+
const o = e.c(3);
|
|
7
|
+
let t;
|
|
8
|
+
return o[0] !== r || o[1] !== m ? (t = /* @__PURE__ */ i(c, { ...r, ref: m, children: r.children }), o[0] = r, o[1] = m, o[2] = t) : t = o[2], t;
|
|
9
|
+
});
|
|
5
10
|
export {
|
|
6
|
-
|
|
11
|
+
a as Box
|
|
7
12
|
};
|
|
@@ -5,6 +5,6 @@ type CustomProps = {
|
|
|
5
5
|
};
|
|
6
6
|
type ChakraBreadcrumbItemProperties = Pick<ChakraBreadcrumbItemProps, "overflow" | "children" | "key" | "color">;
|
|
7
7
|
export type BreadcrumbItemProps = ChakraBreadcrumbItemProperties & CustomProps;
|
|
8
|
-
export declare function BreadcrumbItem({ children, isCurrentPage, ...props }: BreadcrumbItemProps): import("react
|
|
8
|
+
export declare function BreadcrumbItem({ children, isCurrentPage, ...props }: BreadcrumbItemProps): import("react").JSX.Element;
|
|
9
9
|
export {};
|
|
10
10
|
//# sourceMappingURL=breadcrumb-item.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb-item.d.ts","sourceRoot":"","sources":["../../../lib/components/breadcrumbs/breadcrumb-item.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEN,KAAK,mBAAmB,IAAI,yBAAyB,EACrD,MAAM,kBAAkB,CAAC;AAE1B,KAAK,WAAW,GAAG;IAClB,uDAAuD;IACvD,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,KAAK,8BAA8B,GAAG,IAAI,CACzC,yBAAyB,EACzB,UAAU,GAAG,UAAU,GAAG,KAAK,GAAG,OAAO,CACzC,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,8BAA8B,GAAG,WAAW,CAAC;AAE/E,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,aAAa,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB
|
|
1
|
+
{"version":3,"file":"breadcrumb-item.d.ts","sourceRoot":"","sources":["../../../lib/components/breadcrumbs/breadcrumb-item.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEN,KAAK,mBAAmB,IAAI,yBAAyB,EACrD,MAAM,kBAAkB,CAAC;AAE1B,KAAK,WAAW,GAAG;IAClB,uDAAuD;IACvD,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,KAAK,8BAA8B,GAAG,IAAI,CACzC,yBAAyB,EACzB,UAAU,GAAG,UAAU,GAAG,KAAK,GAAG,OAAO,CACzC,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,8BAA8B,GAAG,WAAW,CAAC;AAE/E,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,aAAa,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,+BAUxF"}
|
|
@@ -1,8 +1,19 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { c as p } from "../../_virtual/compiler-runtime.js";
|
|
3
|
+
import { Breadcrumb as c } from "@chakra-ui/react";
|
|
4
|
+
function a(m) {
|
|
5
|
+
const e = p.c(10);
|
|
6
|
+
let r, t, i;
|
|
7
|
+
e[0] !== m ? ({
|
|
8
|
+
children: r,
|
|
9
|
+
isCurrentPage: t,
|
|
10
|
+
...i
|
|
11
|
+
} = m, e[0] = m, e[1] = r, e[2] = t, e[3] = i) : (r = e[1], t = e[2], i = e[3]);
|
|
12
|
+
let o;
|
|
13
|
+
e[4] !== r || e[5] !== t ? (o = t ? /* @__PURE__ */ n(c.CurrentLink, { asChild: !0, children: r }) : r, e[4] = r, e[5] = t, e[6] = o) : o = e[6];
|
|
14
|
+
let l;
|
|
15
|
+
return e[7] !== i || e[8] !== o ? (l = /* @__PURE__ */ n(c.Item, { whiteSpace: "nowrap", overflow: "hidden", ...i, children: o }), e[7] = i, e[8] = o, e[9] = l) : l = e[9], l;
|
|
5
16
|
}
|
|
6
17
|
export {
|
|
7
|
-
|
|
18
|
+
a as BreadcrumbItem
|
|
8
19
|
};
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
)
|
|
16
|
-
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { c } from "../../_virtual/compiler-runtime.js";
|
|
3
|
+
import { BreadcrumbLink as s } from "@chakra-ui/react";
|
|
4
|
+
import { forwardRef as f } from "react";
|
|
5
|
+
const x = f((l, m) => {
|
|
6
|
+
const e = c.c(8);
|
|
7
|
+
let r, o;
|
|
8
|
+
e[0] !== l ? ({
|
|
9
|
+
children: r,
|
|
10
|
+
...o
|
|
11
|
+
} = l, e[0] = l, e[1] = r, e[2] = o) : (r = e[1], o = e[2]);
|
|
12
|
+
let t;
|
|
13
|
+
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (t = {
|
|
14
|
+
textDecoration: "underline"
|
|
15
|
+
}, e[3] = t) : t = e[3];
|
|
16
|
+
let i;
|
|
17
|
+
return e[4] !== r || e[5] !== o || e[6] !== m ? (i = /* @__PURE__ */ n(s, { ref: m, overflow: "hidden", textOverflow: "ellipsis", _hover: t, ...o, children: r }), e[4] = r, e[5] = o, e[6] = m, e[7] = i) : i = e[7], i;
|
|
18
|
+
});
|
|
17
19
|
export {
|
|
18
|
-
|
|
20
|
+
x as BreadcrumbLink
|
|
19
21
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const BasicBreadcrumbs: () => import("react
|
|
2
|
-
export declare const BasicBreadcrumbsMenu: () => import("react
|
|
1
|
+
export declare const BasicBreadcrumbs: () => import("react").JSX.Element;
|
|
2
|
+
export declare const BasicBreadcrumbsMenu: () => import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=breadcrumbs.composition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumbs.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/breadcrumbs/breadcrumbs.composition.tsx"],"names":[],"mappings":"AAyBA,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"breadcrumbs.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/breadcrumbs/breadcrumbs.composition.tsx"],"names":[],"mappings":"AAyBA,eAAO,MAAM,gBAAgB,mCAM5B,CAAC;AAEF,eAAO,MAAM,oBAAoB,mCAMhC,CAAC"}
|
|
@@ -18,5 +18,5 @@ export type BreadcrumbsProps = {
|
|
|
18
18
|
itemsAfterCollapse?: number;
|
|
19
19
|
breadCrumbs: Breadcrumb[];
|
|
20
20
|
};
|
|
21
|
-
export declare function Breadcrumbs({ breadCrumbs, itemsBeforeCollapse, itemsAfterCollapse, }: BreadcrumbsProps): import("react
|
|
21
|
+
export declare function Breadcrumbs({ breadCrumbs, itemsBeforeCollapse, itemsAfterCollapse, }: BreadcrumbsProps): import("react").JSX.Element;
|
|
22
22
|
//# sourceMappingURL=breadcrumbs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumbs.d.ts","sourceRoot":"","sources":["../../../lib/components/breadcrumbs/breadcrumbs.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAKzC,MAAM,MAAM,UAAU,GAAG;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,WAAW,CAAC;IACjB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;CACd,CAAC;AAMF,MAAM,MAAM,gBAAgB,GAAG;IAC9B;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,WAAW,EAAE,UAAU,EAAE,CAAC;CAC1B,CAAC;AAgFF,wBAAgB,WAAW,CAAC,EAC3B,WAAW,EACX,mBAAuB,EACvB,kBAAsB,GACtB,EAAE,gBAAgB
|
|
1
|
+
{"version":3,"file":"breadcrumbs.d.ts","sourceRoot":"","sources":["../../../lib/components/breadcrumbs/breadcrumbs.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAKzC,MAAM,MAAM,UAAU,GAAG;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,WAAW,CAAC;IACjB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;CACd,CAAC;AAMF,MAAM,MAAM,gBAAgB,GAAG;IAC9B;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,WAAW,EAAE,UAAU,EAAE,CAAC;CAC1B,CAAC;AAgFF,wBAAgB,WAAW,CAAC,EAC3B,WAAW,EACX,mBAAuB,EACvB,kBAAsB,GACtB,EAAE,gBAAgB,+BAoElB"}
|
|
@@ -1,93 +1,95 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
import { jsx as o, jsxs as w } from "react/jsx-runtime";
|
|
2
|
+
import { c as j } from "../../_virtual/compiler-runtime.js";
|
|
3
|
+
import { Breadcrumb as y } from "@chakra-ui/react";
|
|
4
|
+
import { Fragment as A } from "react";
|
|
5
|
+
import { BreadcrumbItem as _ } from "./breadcrumb-item.js";
|
|
6
|
+
import { BreadcrumbLink as F } from "./breadcrumb-link.js";
|
|
7
|
+
import { Menu as x } from "../menu/menu.js";
|
|
8
|
+
import { MenuButton as G } from "../menu/menu-button.js";
|
|
9
|
+
import { MenuList as H } from "../menu/menu-list.js";
|
|
10
|
+
import { MenuItem as L } from "../menu/menu-item.js";
|
|
11
|
+
import { ThemeFontVariable as z, ThemeFontSizeVariable as V, ThemeColorVariable as g, ThemeSpaceVariable as R } from "../../theme/theme-types.js";
|
|
12
|
+
function $() {
|
|
13
|
+
const n = j.c(1);
|
|
14
|
+
let t;
|
|
15
|
+
return n[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (t = /* @__PURE__ */ o(y.Separator, { color: g.OnBackgroundSubdued, opacity: "1", children: "/" }), n[0] = t) : t = n[0], t;
|
|
13
16
|
}
|
|
14
|
-
function
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
function D({
|
|
18
|
+
key: n,
|
|
19
|
+
isCurrentPage: t,
|
|
20
|
+
showSeparator: r,
|
|
21
|
+
breadCrumb: e
|
|
22
|
+
}) {
|
|
23
|
+
const i = t ? g.OnBackground : g.OnBackgroundSubdued;
|
|
24
|
+
return /* @__PURE__ */ w(A, { children: [
|
|
25
|
+
/* @__PURE__ */ w(_, { isCurrentPage: t, color: i, children: [
|
|
26
|
+
e.as && e.to && !e.href && /* @__PURE__ */ o(F, { as: e.as, to: e.to, children: e.title }),
|
|
27
|
+
e.href && !e.as && !e.to && /* @__PURE__ */ o(F, { href: e.href, children: e.title })
|
|
20
28
|
] }),
|
|
21
|
-
r && /* @__PURE__ */ o(
|
|
29
|
+
r && /* @__PURE__ */ o($, {})
|
|
22
30
|
] }, n);
|
|
23
31
|
}
|
|
24
|
-
function
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
32
|
+
function J({
|
|
33
|
+
key: n,
|
|
34
|
+
breadCrumbs: t,
|
|
35
|
+
showSeparator: r
|
|
36
|
+
}) {
|
|
37
|
+
return /* @__PURE__ */ w(A, { children: [
|
|
38
|
+
/* @__PURE__ */ o(_, { overflow: "unset", color: g.OnBackgroundSubdued, children: /* @__PURE__ */ w(x, { children: [
|
|
39
|
+
/* @__PURE__ */ o(G, { variant: "ghost", size: "sm", "aria-label": "Show collapsed items", children: "..." }),
|
|
40
|
+
/* @__PURE__ */ o(H, { children: t.map((e, i) => e.as && e.to ? /* @__PURE__ */ o(L, { as: e.as, to: e.to, value: e.to, children: e.title }, i) : e.href ? /* @__PURE__ */ o(L, { itemType: "link", href: e.href, value: e.href, children: e.title }, i) : /* @__PURE__ */ o(L, { isDisabled: !0, value: e.title, children: e.title }, i)) })
|
|
29
41
|
] }) }),
|
|
30
|
-
r && /* @__PURE__ */ o(
|
|
42
|
+
r && /* @__PURE__ */ o($, {})
|
|
31
43
|
] }, n);
|
|
32
44
|
}
|
|
33
|
-
function
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
if (!(
|
|
40
|
-
const
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
fontSize: S.Medium,
|
|
46
|
-
fontFamily: g.Body,
|
|
47
|
-
width: "100%",
|
|
48
|
-
children: /* @__PURE__ */ o(h.List, { gap: d.Small, children: s.map((l, u, a) => {
|
|
49
|
-
const p = u + 1 === a.length;
|
|
50
|
-
return k({
|
|
51
|
-
key: u.toString(),
|
|
52
|
-
isCurrentPage: p,
|
|
53
|
-
showSeparator: !p,
|
|
54
|
-
breadCrumb: l
|
|
55
|
-
});
|
|
56
|
-
}) })
|
|
57
|
-
}
|
|
58
|
-
);
|
|
45
|
+
function rt(n) {
|
|
46
|
+
const t = j.c(26), {
|
|
47
|
+
breadCrumbs: r,
|
|
48
|
+
itemsBeforeCollapse: e,
|
|
49
|
+
itemsAfterCollapse: i
|
|
50
|
+
} = n, k = e === void 0 ? 1 : e, s = i === void 0 ? 2 : i, E = k + s;
|
|
51
|
+
if (!(r.length > E)) {
|
|
52
|
+
const M = r;
|
|
53
|
+
let l;
|
|
54
|
+
t[0] !== M ? (l = M.map(K), t[0] = M, t[1] = l) : l = t[1];
|
|
55
|
+
let S;
|
|
56
|
+
return t[2] !== l ? (S = /* @__PURE__ */ o(y.Root, { color: g.OnBackground, fontSize: V.Medium, fontFamily: z.Body, width: "100%", children: /* @__PURE__ */ o(y.List, { gap: R.Small, children: l }) }), t[2] = l, t[3] = S) : S = t[3], S;
|
|
59
57
|
}
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
{
|
|
58
|
+
let c, a, m, f, u, h, p, d;
|
|
59
|
+
if (t[4] !== r || t[5] !== s || t[6] !== k) {
|
|
60
|
+
const M = r.slice(0, k), l = s > 0 ? r.slice(-s) : [], S = r.slice(k, r.length - s), P = [...M, {
|
|
63
61
|
title: "",
|
|
64
62
|
isMenuButton: !0
|
|
65
|
-
},
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
63
|
+
}, ...l];
|
|
64
|
+
a = y.Root, u = g.OnBackground, h = V.Medium, p = z.Body, d = "100%", c = y.List, m = R.Small, f = P.map((O, I, q) => {
|
|
65
|
+
const T = I + 1 === q.length;
|
|
66
|
+
return O.isMenuButton ? J({
|
|
67
|
+
key: I.toString(),
|
|
68
|
+
breadCrumbs: S,
|
|
69
|
+
showSeparator: !T
|
|
70
|
+
}) : D({
|
|
71
|
+
key: I.toString(),
|
|
72
|
+
isCurrentPage: T,
|
|
73
|
+
showSeparator: !T,
|
|
74
|
+
breadCrumb: O
|
|
75
|
+
});
|
|
76
|
+
}), t[4] = r, t[5] = s, t[6] = k, t[7] = c, t[8] = a, t[9] = m, t[10] = f, t[11] = u, t[12] = h, t[13] = p, t[14] = d;
|
|
77
|
+
} else
|
|
78
|
+
c = t[7], a = t[8], m = t[9], f = t[10], u = t[11], h = t[12], p = t[13], d = t[14];
|
|
79
|
+
let B;
|
|
80
|
+
t[15] !== c || t[16] !== m || t[17] !== f ? (B = /* @__PURE__ */ o(c, { gap: m, children: f }), t[15] = c, t[16] = m, t[17] = f, t[18] = B) : B = t[18];
|
|
81
|
+
let v;
|
|
82
|
+
return t[19] !== a || t[20] !== u || t[21] !== h || t[22] !== p || t[23] !== d || t[24] !== B ? (v = /* @__PURE__ */ o(a, { color: u, fontSize: h, fontFamily: p, width: d, children: B }), t[19] = a, t[20] = u, t[21] = h, t[22] = p, t[23] = d, t[24] = B, t[25] = v) : v = t[25], v;
|
|
83
|
+
}
|
|
84
|
+
function K(n, t, r) {
|
|
85
|
+
const e = t + 1 === r.length;
|
|
86
|
+
return D({
|
|
87
|
+
key: t.toString(),
|
|
88
|
+
isCurrentPage: e,
|
|
89
|
+
showSeparator: !e,
|
|
90
|
+
breadCrumb: n
|
|
91
|
+
});
|
|
90
92
|
}
|
|
91
93
|
export {
|
|
92
|
-
|
|
94
|
+
rt as Breadcrumbs
|
|
93
95
|
};
|
|
@@ -233,12 +233,16 @@ const g = {
|
|
|
233
233
|
[`${n}&:hover`]: {
|
|
234
234
|
background: e.AccentHoverAlpha,
|
|
235
235
|
color: e.OnSurface,
|
|
236
|
-
_disabled: {
|
|
236
|
+
_disabled: {
|
|
237
|
+
background: "transparent"
|
|
238
|
+
}
|
|
237
239
|
},
|
|
238
240
|
[`${o}&:hover`]: {
|
|
239
241
|
background: e.AccentHoverAlpha,
|
|
240
242
|
color: e.OnSurface,
|
|
241
|
-
_disabled: {
|
|
243
|
+
_disabled: {
|
|
244
|
+
background: e.AccentContainer
|
|
245
|
+
}
|
|
242
246
|
}
|
|
243
247
|
},
|
|
244
248
|
[`${n}:active`]: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare const PrimaryVariant: () => import("react
|
|
2
|
-
export declare const SecondaryVariant: () => import("react
|
|
3
|
-
export declare const GhostVariant: () => import("react
|
|
4
|
-
export declare const LinkVariant: () => import("react
|
|
5
|
-
export declare const TertiaryVariant: () => import("react
|
|
1
|
+
export declare const PrimaryVariant: () => import("react").JSX.Element;
|
|
2
|
+
export declare const SecondaryVariant: () => import("react").JSX.Element;
|
|
3
|
+
export declare const GhostVariant: () => import("react").JSX.Element;
|
|
4
|
+
export declare const LinkVariant: () => import("react").JSX.Element;
|
|
5
|
+
export declare const TertiaryVariant: () => import("react").JSX.Element;
|
|
6
6
|
//# sourceMappingURL=button.composition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/button/button.composition.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"button.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/button/button.composition.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,mCAe1B,CAAC;AAEF,eAAO,MAAM,gBAAgB,mCAe5B,CAAC;AAEF,eAAO,MAAM,YAAY,mCAexB,CAAC;AAEF,eAAO,MAAM,WAAW,mCAevB,CAAC;AAEF,eAAO,MAAM,eAAe,mCAe3B,CAAC"}
|
|
@@ -1,47 +1,43 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
import { jsxs as M, jsx as g } from "react/jsx-runtime";
|
|
2
|
+
import { c as R } from "../../_virtual/compiler-runtime.js";
|
|
3
|
+
import { Button as T } from "@chakra-ui/react";
|
|
4
|
+
import { forwardRef as A } from "react";
|
|
5
|
+
import { ThemeIconSizeVariable as m } from "../../theme/theme-types.js";
|
|
6
|
+
const j = {
|
|
7
|
+
xl: m.Medium,
|
|
8
|
+
lg: m.Medium,
|
|
9
|
+
md: m.Medium,
|
|
10
|
+
sm: m.Small,
|
|
11
|
+
xs: m.Small
|
|
11
12
|
};
|
|
12
|
-
function
|
|
13
|
-
return Array.isArray(o) ? o.map((
|
|
13
|
+
function y(o) {
|
|
14
|
+
return Array.isArray(o) ? o.map((e) => e && j[e]) : o !== null && typeof o == "object" ? Object.fromEntries(Object.entries(o).map(([e, t]) => [e, y(t)])) : j[o];
|
|
14
15
|
}
|
|
15
|
-
const
|
|
16
|
-
const {
|
|
17
|
-
children:
|
|
18
|
-
variant:
|
|
19
|
-
size:
|
|
20
|
-
href:
|
|
21
|
-
isLoading:
|
|
22
|
-
isDisabled:
|
|
23
|
-
leftIcon:
|
|
24
|
-
rightIcon:
|
|
25
|
-
} = o,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
e,
|
|
40
|
-
c && /* @__PURE__ */ s(c, { size: m })
|
|
41
|
-
]
|
|
42
|
-
}
|
|
43
|
-
);
|
|
16
|
+
const w = A((o, e) => {
|
|
17
|
+
const t = R.c(20), {
|
|
18
|
+
children: f,
|
|
19
|
+
variant: v,
|
|
20
|
+
size: x,
|
|
21
|
+
href: u,
|
|
22
|
+
isLoading: p,
|
|
23
|
+
isDisabled: b,
|
|
24
|
+
leftIcon: z,
|
|
25
|
+
rightIcon: B
|
|
26
|
+
} = o, h = v === void 0 ? "secondary" : v, n = x === void 0 ? "md" : x;
|
|
27
|
+
let s;
|
|
28
|
+
t[0] !== n ? (s = y(n), t[0] = n, t[1] = s) : s = t[1];
|
|
29
|
+
const i = s, a = z, l = B, I = u ? "a" : void 0, S = u || void 0;
|
|
30
|
+
let r;
|
|
31
|
+
t[2] !== a || t[3] !== i ? (r = a && /* @__PURE__ */ g(a, { size: i }), t[2] = a, t[3] = i, t[4] = r) : r = t[4];
|
|
32
|
+
let c;
|
|
33
|
+
t[5] !== l || t[6] !== i ? (c = l && /* @__PURE__ */ g(l, { size: i }), t[5] = l, t[6] = i, t[7] = c) : c = t[7];
|
|
34
|
+
let d;
|
|
35
|
+
return t[8] !== f || t[9] !== b || t[10] !== p || t[11] !== o || t[12] !== e || t[13] !== n || t[14] !== I || t[15] !== S || t[16] !== r || t[17] !== c || t[18] !== h ? (d = /* @__PURE__ */ M(T, { as: I, href: S, size: n, variant: h, ref: e, disabled: b, loading: p, ...o, children: [
|
|
36
|
+
r,
|
|
37
|
+
f,
|
|
38
|
+
c
|
|
39
|
+
] }), t[8] = f, t[9] = b, t[10] = p, t[11] = o, t[12] = e, t[13] = n, t[14] = I, t[15] = S, t[16] = r, t[17] = c, t[18] = h, t[19] = d) : d = t[19], d;
|
|
44
40
|
});
|
|
45
41
|
export {
|
|
46
|
-
|
|
42
|
+
w as Button
|
|
47
43
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
1
2
|
import { CheckboxSize, CheckboxVariant } from './types.js';
|
|
2
3
|
interface CheckboxIconProps {
|
|
3
4
|
variant: CheckboxVariant;
|
|
@@ -5,6 +6,6 @@ interface CheckboxIconProps {
|
|
|
5
6
|
isChecked: boolean | undefined;
|
|
6
7
|
isIndeterminate: boolean | undefined;
|
|
7
8
|
}
|
|
8
|
-
export declare function CheckboxIcon({ variant, size, isChecked, isIndeterminate
|
|
9
|
+
export declare function CheckboxIcon({ variant, size, isChecked, isIndeterminate }: CheckboxIconProps): ReactNode;
|
|
9
10
|
export {};
|
|
10
11
|
//# sourceMappingURL=checkbox-icon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox-icon.d.ts","sourceRoot":"","sources":["../../../lib/components/checkbox/checkbox-icon.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"checkbox-icon.d.ts","sourceRoot":"","sources":["../../../lib/components/checkbox/checkbox-icon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,OAAO,KAAK,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAyB7D,UAAU,iBAAiB;IAC1B,OAAO,EAAE,eAAe,CAAC;IACzB,IAAI,EAAE,YAAY,CAAC;IACnB,SAAS,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,eAAe,EAAE,OAAO,GAAG,SAAS,CAAC;CACrC;AAED,wBAAgB,YAAY,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,eAAe,EAAE,EAAE,iBAAiB,GAAG,SAAS,CAuBxG"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const Sizes: () => import("react
|
|
2
|
-
export declare const NormalVariant: () => import("react
|
|
3
|
-
export declare const AddonVariant: () => import("react
|
|
1
|
+
export declare const Sizes: () => import("react").JSX.Element;
|
|
2
|
+
export declare const NormalVariant: () => import("react").JSX.Element;
|
|
3
|
+
export declare const AddonVariant: () => import("react").JSX.Element;
|
|
4
4
|
//# sourceMappingURL=checkbox.composition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/checkbox/checkbox.composition.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"checkbox.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/checkbox/checkbox.composition.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,mCAYjB,CAAC;AAEF,eAAO,MAAM,aAAa,mCAazB,CAAC;AAEF,eAAO,MAAM,YAAY,mCAgBxB,CAAC"}
|
|
@@ -1,56 +1,37 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
justifyContent: h,
|
|
35
|
-
onCheckedChange: p,
|
|
36
|
-
"data-indeterminate": n,
|
|
37
|
-
...x,
|
|
38
|
-
children: /* @__PURE__ */ e(i.Context, { children: (d) => /* @__PURE__ */ b(I, { children: [
|
|
39
|
-
/* @__PURE__ */ e(i.HiddenInput, { "aria-checked": n ? "mixed" : void 0, ref: m }),
|
|
40
|
-
/* @__PURE__ */ e(i.Control, { children: /* @__PURE__ */ e(
|
|
41
|
-
v,
|
|
42
|
-
{
|
|
43
|
-
variant: o,
|
|
44
|
-
size: t,
|
|
45
|
-
isChecked: d.checked,
|
|
46
|
-
isIndeterminate: d.indeterminate
|
|
47
|
-
}
|
|
48
|
-
) }),
|
|
49
|
-
r && /* @__PURE__ */ e(i.Label, { children: r })
|
|
50
|
-
] }) })
|
|
51
|
-
}
|
|
52
|
-
);
|
|
1
|
+
import { jsx as s, jsxs as $, Fragment as w } from "react/jsx-runtime";
|
|
2
|
+
import { c as D } from "../../_virtual/compiler-runtime.js";
|
|
3
|
+
import { Checkbox as k } from "@chakra-ui/react";
|
|
4
|
+
import { forwardRef as E } from "react";
|
|
5
|
+
import { CheckboxIcon as F } from "./checkbox-icon.js";
|
|
6
|
+
import { ThemeSpaceVariable as H } from "../../theme/theme-types.js";
|
|
7
|
+
const G = E((I, g) => {
|
|
8
|
+
const e = D.c(34);
|
|
9
|
+
let i, m, n, t, o, l, d, h, f, C, p, v, x;
|
|
10
|
+
e[0] !== I ? ({
|
|
11
|
+
children: i,
|
|
12
|
+
size: h,
|
|
13
|
+
variant: f,
|
|
14
|
+
display: C,
|
|
15
|
+
alignItems: p,
|
|
16
|
+
justifyContent: v,
|
|
17
|
+
gap: x,
|
|
18
|
+
isChecked: m,
|
|
19
|
+
isIndeterminate: t,
|
|
20
|
+
isDisabled: n,
|
|
21
|
+
isInvalid: o,
|
|
22
|
+
onCheckedChange: l,
|
|
23
|
+
...d
|
|
24
|
+
} = I, e[0] = I, e[1] = i, e[2] = m, e[3] = n, e[4] = t, e[5] = o, e[6] = l, e[7] = d, e[8] = h, e[9] = f, e[10] = C, e[11] = p, e[12] = v, e[13] = x) : (i = e[1], m = e[2], n = e[3], t = e[4], o = e[5], l = e[6], d = e[7], h = e[8], f = e[9], C = e[10], p = e[11], v = e[12], x = e[13]);
|
|
25
|
+
const r = h === void 0 ? "md" : h, a = f === void 0 ? "normal" : f, u = C === void 0 ? "flex" : C, j = p === void 0 ? "center" : p, y = v === void 0 ? "flex-start" : v, R = x === void 0 ? H.Small : x, S = !m && t ? "indeterminate" : m;
|
|
26
|
+
let c;
|
|
27
|
+
e[14] !== i || e[15] !== t || e[16] !== g || e[17] !== r || e[18] !== a ? (c = /* @__PURE__ */ s(k.Context, { children: (z) => /* @__PURE__ */ $(w, { children: [
|
|
28
|
+
/* @__PURE__ */ s(k.HiddenInput, { "aria-checked": t ? "mixed" : void 0, ref: g }),
|
|
29
|
+
/* @__PURE__ */ s(k.Control, { children: /* @__PURE__ */ s(F, { variant: a, size: r, isChecked: z.checked, isIndeterminate: z.indeterminate }) }),
|
|
30
|
+
i && /* @__PURE__ */ s(k.Label, { children: i })
|
|
31
|
+
] }) }), e[14] = i, e[15] = t, e[16] = g, e[17] = r, e[18] = a, e[19] = c) : c = e[19];
|
|
32
|
+
let b;
|
|
33
|
+
return e[20] !== j || e[21] !== u || e[22] !== R || e[23] !== n || e[24] !== t || e[25] !== o || e[26] !== y || e[27] !== l || e[28] !== d || e[29] !== r || e[30] !== S || e[31] !== c || e[32] !== a ? (b = /* @__PURE__ */ s(k.Root, { size: r, variant: a, colorScheme: "none", display: u, alignItems: j, disabled: n, invalid: o, checked: S, gap: R, justifyContent: y, onCheckedChange: l, "data-indeterminate": t, ...d, children: c }), e[20] = j, e[21] = u, e[22] = R, e[23] = n, e[24] = t, e[25] = o, e[26] = y, e[27] = l, e[28] = d, e[29] = r, e[30] = S, e[31] = c, e[32] = a, e[33] = b) : b = e[33], b;
|
|
53
34
|
});
|
|
54
35
|
export {
|
|
55
|
-
|
|
36
|
+
G as Checkbox
|
|
56
37
|
};
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../../icon/create-icon.js";
|
|
2
|
-
const c = C(
|
|
3
|
-
"Check",
|
|
4
|
-
"M14.6875 1.3125C15.0938 1.6875 15.0938 2.34375 14.6875 2.71875L6.6875 10.7188C6.3125 11.125 5.65625 11.125 5.28125 10.7188L1.28125 6.71875C0.875 6.34375 0.875 5.6875 1.28125 5.3125C1.65625 4.90625 2.3125 4.90625 2.6875 5.3125L6 8.59375L13.2812 1.3125C13.6562 0.90625 14.3125 0.90625 14.6875 1.3125Z",
|
|
5
|
-
{},
|
|
6
|
-
"0 0 16 12"
|
|
7
|
-
);
|
|
2
|
+
const c = C("Check", "M14.6875 1.3125C15.0938 1.6875 15.0938 2.34375 14.6875 2.71875L6.6875 10.7188C6.3125 11.125 5.65625 11.125 5.28125 10.7188L1.28125 6.71875C0.875 6.34375 0.875 5.6875 1.28125 5.3125C1.65625 4.90625 2.3125 4.90625 2.6875 5.3125L6 8.59375L13.2812 1.3125C13.6562 0.90625 14.3125 0.90625 14.6875 1.3125Z", {}, "0 0 16 12");
|
|
8
3
|
export {
|
|
9
4
|
c as Check
|
|
10
5
|
};
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as o } from "../../icon/create-icon.js";
|
|
2
|
-
const C = o(
|
|
3
|
-
"Minus",
|
|
4
|
-
"M0.625 1.75C0.625 1.28516 1.00781 0.875 1.5 0.875H8.5C8.96484 0.875 9.375 1.28516 9.375 1.75C9.375 2.24219 8.96484 2.625 8.5 2.625H1.5C1.00781 2.625 0.625 2.24219 0.625 1.75Z",
|
|
5
|
-
{},
|
|
6
|
-
"0 0 10 2"
|
|
7
|
-
);
|
|
2
|
+
const C = o("Minus", "M0.625 1.75C0.625 1.28516 1.00781 0.875 1.5 0.875H8.5C8.96484 0.875 9.375 1.28516 9.375 1.75C9.375 2.24219 8.96484 2.625 8.5 2.625H1.5C1.00781 2.625 0.625 2.24219 0.625 1.75Z", {}, "0 0 10 2");
|
|
8
3
|
export {
|
|
9
4
|
C as Minus
|
|
10
5
|
};
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import { createCasperIcon as C } from "../../icon/create-icon.js";
|
|
2
|
-
const r = C(
|
|
3
|
-
"Plus",
|
|
4
|
-
"M17.125 8.5C17.125 9.04688 16.6953 9.4375 16.1875 9.4375H9.9375V15.6875C9.9375 16.2344 9.50781 16.6641 9 16.6641C8.45312 16.6641 8.0625 16.2344 8.0625 15.6875V9.4375H1.8125C1.26562 9.4375 0.875 9.04688 0.875 8.53906C0.875 7.99219 1.26562 7.5625 1.8125 7.5625H8.0625V1.3125C8.0625 0.804688 8.45312 0.414062 9 0.414062C9.50781 0.414062 9.9375 0.804688 9.9375 1.3125V7.5625H16.1875C16.6953 7.5625 17.125 7.99219 17.125 8.5Z",
|
|
5
|
-
{},
|
|
6
|
-
"0 0 18 17"
|
|
7
|
-
);
|
|
2
|
+
const r = C("Plus", "M17.125 8.5C17.125 9.04688 16.6953 9.4375 16.1875 9.4375H9.9375V15.6875C9.9375 16.2344 9.50781 16.6641 9 16.6641C8.45312 16.6641 8.0625 16.2344 8.0625 15.6875V9.4375H1.8125C1.26562 9.4375 0.875 9.04688 0.875 8.53906C0.875 7.99219 1.26562 7.5625 1.8125 7.5625H8.0625V1.3125C8.0625 0.804688 8.45312 0.414062 9 0.414062C9.50781 0.414062 9.9375 0.804688 9.9375 1.3125V7.5625H16.1875C16.6953 7.5625 17.125 7.99219 17.125 8.5Z", {}, "0 0 18 17");
|
|
8
3
|
export {
|
|
9
4
|
r as Plus
|
|
10
5
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const BasicCheckboxGroup: () => import("react
|
|
2
|
-
export declare const DisabledCheckboxGroup: () => import("react
|
|
1
|
+
export declare const BasicCheckboxGroup: () => import("react").JSX.Element;
|
|
2
|
+
export declare const DisabledCheckboxGroup: () => import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=checkbox-group.composition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox-group.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/checkbox-group/checkbox-group.composition.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"checkbox-group.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/checkbox-group/checkbox-group.composition.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB,mCAQ9B,CAAC;AACF,eAAO,MAAM,qBAAqB,mCAQjC,CAAC"}
|