@caspeco/casper-ui-library 9.13.0 → 10.0.1
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 +244 -262
- package/dist/components/date-picker/date-multi-picker.d.ts +1 -1
- package/dist/components/date-picker/date-multi-picker.d.ts.map +1 -1
- package/dist/components/date-picker/date-multi-picker.js +25 -49
- 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 +5 -5
- 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/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-helper.d.ts +3 -0
- package/dist/components/image-upload/image-upload-helper.d.ts.map +1 -1
- package/dist/components/image-upload/image-upload-helper.js +20 -3
- 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 +100 -116
- 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/node_modules/@dnd-kit/dom/index.js +237 -233
- package/dist/node_modules/@dnd-kit/dom/sortable.js +367 -326
- package/dist/node_modules/@dnd-kit/dom/utilities.js +11 -11
- package/dist/node_modules/@dnd-kit/react/sortable.js +55 -40
- 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 +24 -23
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { AccordionItemProps as ChakraAccordionItemProps } from '@chakra-ui/react';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
2
3
|
export type AccordionItemProps = Pick<ChakraAccordionItemProps, "children" | "id" | "value"> & {
|
|
3
|
-
title:
|
|
4
|
+
title: ReactNode;
|
|
4
5
|
};
|
|
5
|
-
export declare const AccordionItem: ({ children, title, value, ...props }: AccordionItemProps) => import("react
|
|
6
|
+
export declare const AccordionItem: ({ children, title, value, ...props }: AccordionItemProps) => import("react").JSX.Element;
|
|
6
7
|
//# sourceMappingURL=accordion-item.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accordion-item.d.ts","sourceRoot":"","sources":["../../../lib/components/accordion/accordion-item.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEN,KAAK,kBAAkB,IAAI,wBAAwB,EACnD,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"accordion-item.d.ts","sourceRoot":"","sources":["../../../lib/components/accordion/accordion-item.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEN,KAAK,kBAAkB,IAAI,wBAAwB,EACnD,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,wBAAwB,EAAE,UAAU,GAAG,IAAI,GAAG,OAAO,CAAC,GAAG;IAC9F,KAAK,EAAE,SAAS,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,sCAAsC,kBAAkB,gCA8BrF,CAAC"}
|
|
@@ -1,24 +1,41 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
import { jsx as p, jsxs as I, Fragment as x } from "react/jsx-runtime";
|
|
2
|
+
import { c as g } from "../../_virtual/compiler-runtime.js";
|
|
3
|
+
import { Accordion as d } from "@chakra-ui/react";
|
|
4
|
+
import { useAccordionVariant as C } from "./accordion-context.js";
|
|
5
|
+
import { TreeViewCollapseIcon as T } from "../icon/icons/tree-view-collapse-icon.js";
|
|
6
|
+
import { TreeViewExpandIcon as V } from "../icon/icons/tree-view-expand-icon.js";
|
|
7
|
+
import { CollapseIcon as A } from "../icon/icons/collapse-icon.js";
|
|
8
|
+
import { ExpandIcon as j } from "../icon/icons/expand-icon.js";
|
|
9
|
+
import { ThemeIconSizeVariable as v } from "../../theme/theme-types.js";
|
|
10
|
+
const k = (s) => {
|
|
11
|
+
const e = g.c(15);
|
|
12
|
+
let r, o, t, n;
|
|
13
|
+
e[0] !== s ? ({
|
|
14
|
+
children: r,
|
|
15
|
+
title: t,
|
|
16
|
+
value: n,
|
|
17
|
+
...o
|
|
18
|
+
} = s, e[0] = s, e[1] = r, e[2] = o, e[3] = t, e[4] = n) : (r = e[1], o = e[2], t = e[3], n = e[4]);
|
|
19
|
+
const a = C();
|
|
20
|
+
let c;
|
|
21
|
+
e[5] !== a ? (c = (l) => a === "noBorder" ? l ? T : V : l ? A : j, e[5] = a, e[6] = c) : c = e[6];
|
|
22
|
+
const f = c;
|
|
23
|
+
let i;
|
|
24
|
+
e[7] !== r || e[8] !== f || e[9] !== t ? (i = /* @__PURE__ */ p(d.ItemContext, { children: (l) => {
|
|
25
|
+
const {
|
|
26
|
+
expanded: h
|
|
27
|
+
} = l, u = f(h);
|
|
28
|
+
return /* @__PURE__ */ I(x, { children: [
|
|
29
|
+
/* @__PURE__ */ p("h3", { children: /* @__PURE__ */ I(d.ItemTrigger, { children: [
|
|
30
|
+
t,
|
|
31
|
+
/* @__PURE__ */ p(u, { size: v.Small })
|
|
17
32
|
] }) }),
|
|
18
|
-
|
|
33
|
+
r
|
|
19
34
|
] });
|
|
20
|
-
} })
|
|
35
|
+
} }), e[7] = r, e[8] = f, e[9] = t, e[10] = i) : i = e[10];
|
|
36
|
+
let m;
|
|
37
|
+
return e[11] !== o || e[12] !== i || e[13] !== n ? (m = /* @__PURE__ */ p(d.Item, { ...o, value: n, children: i }), e[11] = o, e[12] = i, e[13] = n, e[14] = m) : m = e[14], m;
|
|
21
38
|
};
|
|
22
39
|
export {
|
|
23
|
-
|
|
40
|
+
k as AccordionItem
|
|
24
41
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ColorProps, CustomChakraBoxProps, LayoutProps, TypographyProps } from '../../theme/index.js';
|
|
2
2
|
import { Accordion as ChakraAccordion } from '@chakra-ui/react';
|
|
3
3
|
export type AccordionPanelProps = Pick<ChakraAccordion.ItemContentProps, "children"> & LayoutProps & TypographyProps & ColorProps & CustomChakraBoxProps;
|
|
4
|
-
export declare function AccordionPanel({ children, ...props }: AccordionPanelProps): import("react
|
|
4
|
+
export declare function AccordionPanel({ children, ...props }: AccordionPanelProps): import("react").JSX.Element;
|
|
5
5
|
//# sourceMappingURL=accordion-panel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accordion-panel.d.ts","sourceRoot":"","sources":["../../../lib/components/accordion/accordion-panel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,oBAAoB,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC9F,OAAO,EAAE,SAAS,IAAI,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEhE,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,eAAe,CAAC,gBAAgB,EAAE,UAAU,CAAC,GACnF,WAAW,GACX,eAAe,GACf,UAAU,GACV,oBAAoB,CAAC;AAEtB,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB
|
|
1
|
+
{"version":3,"file":"accordion-panel.d.ts","sourceRoot":"","sources":["../../../lib/components/accordion/accordion-panel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,oBAAoB,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC9F,OAAO,EAAE,SAAS,IAAI,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEhE,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,eAAe,CAAC,gBAAgB,EAAE,UAAU,CAAC,GACnF,WAAW,GACX,eAAe,GACf,UAAU,GACV,oBAAoB,CAAC;AAEtB,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,+BAMzE"}
|
|
@@ -1,8 +1,16 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { c as l } from "../../_virtual/compiler-runtime.js";
|
|
3
|
+
import { Accordion as c } from "@chakra-ui/react";
|
|
4
|
+
function s(i) {
|
|
5
|
+
const o = l.c(6);
|
|
6
|
+
let e, t;
|
|
7
|
+
o[0] !== i ? ({
|
|
8
|
+
children: e,
|
|
9
|
+
...t
|
|
10
|
+
} = i, o[0] = i, o[1] = e, o[2] = t) : (e = o[1], t = o[2]);
|
|
11
|
+
let r;
|
|
12
|
+
return o[3] !== e || o[4] !== t ? (r = /* @__PURE__ */ n(c.ItemContent, { "data-testid": "accordionPanel", children: /* @__PURE__ */ n(c.ItemBody, { ...t, children: e }) }), o[3] = e, o[4] = t, o[5] = r) : r = o[5], r;
|
|
5
13
|
}
|
|
6
14
|
export {
|
|
7
|
-
|
|
15
|
+
s as AccordionPanel
|
|
8
16
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const BasicAccordion: () => import("react
|
|
2
|
-
export declare const BasicAccordionWithNoBorder: () => import("react
|
|
3
|
-
export declare const ListAccordion: () => import("react
|
|
1
|
+
export declare const BasicAccordion: () => import("react").JSX.Element;
|
|
2
|
+
export declare const BasicAccordionWithNoBorder: () => import("react").JSX.Element;
|
|
3
|
+
export declare const ListAccordion: () => import("react").JSX.Element;
|
|
4
4
|
//# sourceMappingURL=accordion.composition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accordion.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/accordion/accordion.composition.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"accordion.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/accordion/accordion.composition.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc,mCAY1B,CAAC;AAEF,eAAO,MAAM,0BAA0B,mCAYtC,CAAC;AAEF,eAAO,MAAM,aAAa,mCAiCzB,CAAC"}
|
|
@@ -4,5 +4,5 @@ import { AccordionVariant } from './types.js';
|
|
|
4
4
|
export type AccordionProps = Pick<ChakraAccordion.RootProps, "children" | "value" | "defaultValue" | "onValueChange"> & {
|
|
5
5
|
variant?: AccordionVariant;
|
|
6
6
|
} & LayoutProps & MarginProps & PaddingProps & CustomChakraBoxProps;
|
|
7
|
-
export declare function Accordion({ children, variant, ...props }: AccordionProps): import("react
|
|
7
|
+
export declare function Accordion({ children, variant, ...props }: AccordionProps): import("react").JSX.Element;
|
|
8
8
|
//# sourceMappingURL=accordion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../../lib/components/accordion/accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAC5F,OAAO,EAAE,SAAS,IAAI,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEhE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,MAAM,MAAM,cAAc,GAAG,IAAI,CAChC,eAAe,CAAC,SAAS,EACzB,UAAU,GAAG,OAAO,GAAG,cAAc,GAAG,eAAe,CACvD,GAAG;IACH,OAAO,CAAC,EAAE,gBAAgB,CAAC;CAC3B,GAAG,WAAW,GACd,WAAW,GACX,YAAY,GACZ,oBAAoB,CAAC;AAEtB,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAkB,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc
|
|
1
|
+
{"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../../lib/components/accordion/accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAC5F,OAAO,EAAE,SAAS,IAAI,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEhE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhD,MAAM,MAAM,cAAc,GAAG,IAAI,CAChC,eAAe,CAAC,SAAS,EACzB,UAAU,GAAG,OAAO,GAAG,cAAc,GAAG,eAAe,CACvD,GAAG;IACH,OAAO,CAAC,EAAE,gBAAgB,CAAC;CAC3B,GAAG,WAAW,GACd,WAAW,GACX,YAAY,GACZ,oBAAoB,CAAC;AAEtB,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAkB,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,+BAQnF"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { c as a } from "../../_virtual/compiler-runtime.js";
|
|
3
|
+
import { Accordion as m } from "@chakra-ui/react";
|
|
4
|
+
import { AccordionVariantContext as p } from "./accordion-context.js";
|
|
5
|
+
function x(l) {
|
|
6
|
+
const o = a.c(11);
|
|
7
|
+
let r, t, c;
|
|
8
|
+
o[0] !== l ? ({
|
|
9
|
+
children: r,
|
|
10
|
+
variant: c,
|
|
11
|
+
...t
|
|
12
|
+
} = l, o[0] = l, o[1] = r, o[2] = t, o[3] = c) : (r = o[1], t = o[2], c = o[3]);
|
|
13
|
+
const e = c === void 0 ? "border" : c;
|
|
14
|
+
let i;
|
|
15
|
+
o[4] !== r || o[5] !== t || o[6] !== e ? (i = /* @__PURE__ */ s(m.Root, { variant: e, collapsible: !0, ...t, children: r }), o[4] = r, o[5] = t, o[6] = e, o[7] = i) : i = o[7];
|
|
16
|
+
let n;
|
|
17
|
+
return o[8] !== i || o[9] !== e ? (n = /* @__PURE__ */ s(p.Provider, { value: e, children: i }), o[8] = i, o[9] = e, o[10] = n) : n = o[10], n;
|
|
6
18
|
}
|
|
7
19
|
export {
|
|
8
|
-
|
|
20
|
+
x as Accordion
|
|
9
21
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare const InfoType: () => import("react
|
|
2
|
-
export declare const SuccessType: () => import("react
|
|
3
|
-
export declare const WarningType: () => import("react
|
|
4
|
-
export declare const ErrorType: () => import("react
|
|
5
|
-
export declare const NeutralType: () => import("react
|
|
1
|
+
export declare const InfoType: () => import("react").JSX.Element;
|
|
2
|
+
export declare const SuccessType: () => import("react").JSX.Element;
|
|
3
|
+
export declare const WarningType: () => import("react").JSX.Element;
|
|
4
|
+
export declare const ErrorType: () => import("react").JSX.Element;
|
|
5
|
+
export declare const NeutralType: () => import("react").JSX.Element;
|
|
6
6
|
//# sourceMappingURL=alert.composition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alert.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/alert/alert.composition.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"alert.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/alert/alert.composition.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,mCAEpB,CAAC;AAEF,eAAO,MAAM,WAAW,mCAEvB,CAAC;AAEF,eAAO,MAAM,WAAW,mCAEvB,CAAC;AAEF,eAAO,MAAM,SAAS,mCAErB,CAAC;AAEF,eAAO,MAAM,WAAW,mCAEvB,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { AlertProps } from './types.js';
|
|
2
|
-
export declare function Alert({ minHeight, px, py, w, children, title, onClose, type, iconVerticalAlign, icon: customIcon, ...props }: AlertProps): import("react
|
|
2
|
+
export declare function Alert({ minHeight, px, py, w, children, title, onClose, type, iconVerticalAlign, icon: customIcon, ...props }: AlertProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=alert.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../lib/components/alert/alert.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAE1C,wBAAgB,KAAK,CAAC,EACrB,SAAkB,EAClB,EAA8B,EAC9B,EAAW,EACX,CAAU,EACV,QAAQ,EACR,KAAK,EACL,OAAO,EACP,IAAa,EACb,iBAAiB,EACjB,IAAI,EAAE,UAAU,EAChB,GAAG,KAAK,EACR,EAAE,UAAU
|
|
1
|
+
{"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../lib/components/alert/alert.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAE1C,wBAAgB,KAAK,CAAC,EACrB,SAAkB,EAClB,EAA8B,EAC9B,EAAW,EACX,CAAU,EACV,QAAQ,EACR,KAAK,EACL,OAAO,EACP,IAAa,EACb,iBAAiB,EACjB,IAAI,EAAE,UAAU,EAChB,GAAG,KAAK,EACR,EAAE,UAAU,+BAgEZ"}
|
|
@@ -1,77 +1,61 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
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
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
o && /* @__PURE__ */ r(
|
|
59
|
-
R,
|
|
60
|
-
{
|
|
61
|
-
fontFamily: s.SubHeader,
|
|
62
|
-
fontSize: B.Large,
|
|
63
|
-
fontWeight: "medium",
|
|
64
|
-
children: o
|
|
65
|
-
}
|
|
66
|
-
),
|
|
67
|
-
p
|
|
68
|
-
] })
|
|
69
|
-
] }),
|
|
70
|
-
T()
|
|
71
|
-
] })
|
|
72
|
-
}
|
|
73
|
-
);
|
|
1
|
+
import { jsx as b, jsxs as M } from "react/jsx-runtime";
|
|
2
|
+
import { c as W } from "../../_virtual/compiler-runtime.js";
|
|
3
|
+
import { Alert as q, chakra as D, Flex as $ } from "@chakra-ui/react";
|
|
4
|
+
import "react";
|
|
5
|
+
import { getAlertTextColor as G, getAlertBackgroundColor as J, alertIcons as K } from "./helper.js";
|
|
6
|
+
import { ThemeSpaceVariable as N, ThemeIconSizeVariable as E, ThemeFontSizeVariable as O, ThemeFontVariable as L, ThemeRadiusVariable as P } from "../../theme/theme-types.js";
|
|
7
|
+
import { Text as Q } from "../text/text.js";
|
|
8
|
+
import { CloseIcon as U } from "../icon/icons/close-icon.js";
|
|
9
|
+
function ie(v) {
|
|
10
|
+
const e = W.c(47);
|
|
11
|
+
let r, C, y, o, n, d, x, u, g, h, t;
|
|
12
|
+
e[0] !== v ? ({
|
|
13
|
+
minHeight: d,
|
|
14
|
+
px: x,
|
|
15
|
+
py: u,
|
|
16
|
+
w: g,
|
|
17
|
+
children: r,
|
|
18
|
+
title: t,
|
|
19
|
+
onClose: o,
|
|
20
|
+
type: h,
|
|
21
|
+
iconVerticalAlign: y,
|
|
22
|
+
icon: C,
|
|
23
|
+
...n
|
|
24
|
+
} = v, e[0] = v, e[1] = r, e[2] = C, e[3] = y, e[4] = o, e[5] = n, e[6] = d, e[7] = x, e[8] = u, e[9] = g, e[10] = h, e[11] = t) : (r = e[1], C = e[2], y = e[3], o = e[4], n = e[5], d = e[6], x = e[7], u = e[8], g = e[9], h = e[10], t = e[11]);
|
|
25
|
+
const z = d === void 0 ? "48px" : d, F = x === void 0 ? N.Medium : x, k = u === void 0 ? "12px" : u, w = g === void 0 ? "100%" : g, i = h === void 0 ? "info" : h;
|
|
26
|
+
let S;
|
|
27
|
+
e[12] !== i ? (S = G(i), e[12] = i, e[13] = S) : S = e[13];
|
|
28
|
+
const l = S;
|
|
29
|
+
let T;
|
|
30
|
+
e[14] !== i ? (T = J(i), e[14] = i, e[15] = T) : T = e[15];
|
|
31
|
+
const R = T, j = C ?? K[i];
|
|
32
|
+
let A;
|
|
33
|
+
e[16] !== o || e[17] !== l || e[18] !== t ? (A = () => o ? /* @__PURE__ */ b(D.button, { type: "button", "aria-label": "Close", onClick: o, mt: t ? "4px" : 0, alignSelf: t ? "flex-start" : "center", children: /* @__PURE__ */ b(U, { size: E.Medium, color: l }) }) : null, e[16] = o, e[17] = l, e[18] = t, e[19] = A) : A = e[19];
|
|
34
|
+
const B = A, I = y || (t ? "flex-start" : "center"), H = I === "flex-start" ? "4px" : 0;
|
|
35
|
+
let c;
|
|
36
|
+
e[20] !== j || e[21] !== I || e[22] !== H || e[23] !== l ? (c = /* @__PURE__ */ b(j, { color: l, size: E.Small, mt: H, alignSelf: I }), e[20] = j, e[21] = I, e[22] = H, e[23] = l, e[24] = c) : c = e[24];
|
|
37
|
+
let s;
|
|
38
|
+
e[25] !== t ? (s = t && /* @__PURE__ */ b(Q, { fontFamily: L.SubHeader, fontSize: O.Large, fontWeight: "medium", children: t }), e[25] = t, e[26] = s) : s = e[26];
|
|
39
|
+
let a;
|
|
40
|
+
e[27] !== r || e[28] !== s ? (a = /* @__PURE__ */ M($, { direction: "column", alignContent: "flex-start", children: [
|
|
41
|
+
s,
|
|
42
|
+
r
|
|
43
|
+
] }), e[27] = r, e[28] = s, e[29] = a) : a = e[29];
|
|
44
|
+
let m;
|
|
45
|
+
e[30] !== a || e[31] !== c ? (m = /* @__PURE__ */ M($, { gap: "10px", children: [
|
|
46
|
+
c,
|
|
47
|
+
a
|
|
48
|
+
] }), e[30] = a, e[31] = c, e[32] = m) : m = e[32];
|
|
49
|
+
let f;
|
|
50
|
+
e[33] !== B ? (f = B(), e[33] = B, e[34] = f) : f = e[34];
|
|
51
|
+
let p;
|
|
52
|
+
e[35] !== m || e[36] !== f ? (p = /* @__PURE__ */ M($, { align: "center", w: "100%", justify: "space-between", gap: "10px", children: [
|
|
53
|
+
m,
|
|
54
|
+
f
|
|
55
|
+
] }), e[35] = m, e[36] = f, e[37] = p) : p = e[37];
|
|
56
|
+
let V;
|
|
57
|
+
return e[38] !== R || e[39] !== z || e[40] !== n || e[41] !== F || e[42] !== k || e[43] !== p || e[44] !== l || e[45] !== w ? (V = /* @__PURE__ */ b(q.Root, { bgColor: R, px: F, py: k, w, borderRadius: P.Small, display: "flex", alignItems: "center", minHeight: z, fontFamily: L.Body, color: l, ...n, children: p }), e[38] = R, e[39] = z, e[40] = n, e[41] = F, e[42] = k, e[43] = p, e[44] = l, e[45] = w, e[46] = V) : V = e[46], V;
|
|
74
58
|
}
|
|
75
59
|
export {
|
|
76
|
-
|
|
60
|
+
ie as Alert
|
|
77
61
|
};
|
|
@@ -3,5 +3,5 @@ import { ThemeColorVariable } from '../../theme/index.js';
|
|
|
3
3
|
import { AlertType } from './types.js';
|
|
4
4
|
export declare const getAlertTextColor: (type: AlertType) => ThemeColorVariable;
|
|
5
5
|
export declare const getAlertBackgroundColor: (type: AlertType) => ThemeColorVariable;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const alertIcons: Record<AlertType, CasperIconComponent>;
|
|
7
7
|
//# sourceMappingURL=helper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helper.d.ts","sourceRoot":"","sources":["../../../lib/components/alert/helper.ts"],"names":[],"mappings":"AAAA,OAAO,EAKN,KAAK,mBAAmB,EACxB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAC7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,eAAO,MAAM,iBAAiB,GAAI,MAAM,SAAS,KAAG,kBAcnD,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,MAAM,SAAS,KAAG,kBAczD,CAAC;AAEF,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"helper.d.ts","sourceRoot":"","sources":["../../../lib/components/alert/helper.ts"],"names":[],"mappings":"AAAA,OAAO,EAKN,KAAK,mBAAmB,EACxB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAC7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,eAAO,MAAM,iBAAiB,GAAI,MAAM,SAAS,KAAG,kBAcnD,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,MAAM,SAAS,KAAG,kBAczD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,SAAS,EAAE,mBAAmB,CAM7D,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { HexagonErrorIcon as o } from "../icon/icons/hexagon-error-icon.js";
|
|
2
|
+
import { TriangleWarningIcon as t } from "../icon/icons/triangle-warning-icon.js";
|
|
3
|
+
import { CircleSuccessIcon as a } from "../icon/icons/circle-success-icon.js";
|
|
1
4
|
import { CircleInfoIcon as e } from "../icon/icons/circle-info-icon.js";
|
|
2
|
-
import { HexagonErrorIcon as t } from "../icon/icons/hexagon-error-icon.js";
|
|
3
|
-
import { CircleSuccessIcon as o } from "../icon/icons/circle-success-icon.js";
|
|
4
|
-
import { TriangleWarningIcon as a } from "../icon/icons/triangle-warning-icon.js";
|
|
5
5
|
import { ThemeColorVariable as r } from "../../theme/theme-types.js";
|
|
6
6
|
const C = (n) => {
|
|
7
7
|
switch (n) {
|
|
@@ -29,20 +29,15 @@ const C = (n) => {
|
|
|
29
29
|
default:
|
|
30
30
|
return r.SuccessContainer;
|
|
31
31
|
}
|
|
32
|
-
}, g =
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
case "error":
|
|
39
|
-
return t;
|
|
40
|
-
default:
|
|
41
|
-
return e;
|
|
42
|
-
}
|
|
32
|
+
}, g = {
|
|
33
|
+
info: e,
|
|
34
|
+
neutral: e,
|
|
35
|
+
success: a,
|
|
36
|
+
warning: t,
|
|
37
|
+
error: o
|
|
43
38
|
};
|
|
44
39
|
export {
|
|
40
|
+
g as alertIcons,
|
|
45
41
|
f as getAlertBackgroundColor,
|
|
46
|
-
g as getAlertIcon,
|
|
47
42
|
C as getAlertTextColor
|
|
48
43
|
};
|
|
@@ -1,24 +1,18 @@
|
|
|
1
1
|
import { ThemeSpaceToken as s, ThemeFontSizeToken as l, ThemeFontToken as m, ThemeRadiusToken as d, ThemeColorToken as n } from "../../theme/theme-tokens.js";
|
|
2
2
|
import { defineRecipe as S } from "@chakra-ui/react";
|
|
3
|
-
const c = ["Primary", "Secondary", "Success", "Error", "Info", "Neutral", "Warning"], u = c.reduce(
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
{
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
backgroundColor: n[r],
|
|
17
|
-
color: n[i]
|
|
18
|
-
}, o;
|
|
19
|
-
},
|
|
20
|
-
{}
|
|
21
|
-
), p = {
|
|
3
|
+
const c = ["Primary", "Secondary", "Success", "Error", "Info", "Neutral", "Warning"], u = c.reduce((t, e) => {
|
|
4
|
+
const o = t, a = `${e.toLowerCase()}Solid`, r = e, i = `On${e}`;
|
|
5
|
+
return o[a] = {
|
|
6
|
+
backgroundColor: n[r],
|
|
7
|
+
color: n[i]
|
|
8
|
+
}, o;
|
|
9
|
+
}, {}), f = c.reduce((t, e) => {
|
|
10
|
+
const o = t, a = `${e.toLowerCase()}`, r = `${e}Container`, i = `On${e}Container`;
|
|
11
|
+
return o[a] = {
|
|
12
|
+
backgroundColor: n[r],
|
|
13
|
+
color: n[i]
|
|
14
|
+
}, o;
|
|
15
|
+
}, {}), p = {
|
|
22
16
|
borderRadius: d.Small,
|
|
23
17
|
display: "flex",
|
|
24
18
|
alignItems: "center",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const SubtleBadge: () => import("react
|
|
2
|
-
export declare const SolidBadge: () => import("react
|
|
3
|
-
export declare const BadgeWithIcon: () => import("react
|
|
1
|
+
export declare const SubtleBadge: () => import("react").JSX.Element;
|
|
2
|
+
export declare const SolidBadge: () => import("react").JSX.Element;
|
|
3
|
+
export declare const BadgeWithIcon: () => import("react").JSX.Element;
|
|
4
4
|
//# sourceMappingURL=badge.composition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/badge/badge.composition.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"badge.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/badge/badge.composition.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,mCAYvB,CAAC;AAEF,eAAO,MAAM,UAAU,mCAYtB,CAAC;AAEF,eAAO,MAAM,aAAa,mCAWzB,CAAC"}
|
|
@@ -1,34 +1,73 @@
|
|
|
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
|
-
children:
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
1
|
+
import { jsx as l, jsxs as v } from "react/jsx-runtime";
|
|
2
|
+
import { c as p } from "../../_virtual/compiler-runtime.js";
|
|
3
|
+
import { Box as x, Badge as B } from "@chakra-ui/react";
|
|
4
|
+
import { Children as I } from "react";
|
|
5
|
+
import { IconSizeConstants as w, checkChildRendersToString as C } from "./helper.js";
|
|
6
|
+
import { ThemeSpaceVariable as E } from "../../theme/theme-types.js";
|
|
7
|
+
function s(r) {
|
|
8
|
+
const e = p.c(13);
|
|
9
|
+
let n, i, o;
|
|
10
|
+
if (e[0] !== r) {
|
|
11
|
+
const {
|
|
12
|
+
icon: u,
|
|
13
|
+
...S
|
|
14
|
+
} = r;
|
|
15
|
+
o = S;
|
|
16
|
+
const {
|
|
17
|
+
size: g,
|
|
18
|
+
children: h
|
|
19
|
+
} = o;
|
|
20
|
+
n = h;
|
|
21
|
+
const f = w[g ?? "md"], d = u;
|
|
22
|
+
let m;
|
|
23
|
+
e[4] !== d || e[5] !== f ? (m = d ? /* @__PURE__ */ l(d, { size: f }) : null, e[4] = d, e[5] = f, e[6] = m) : m = e[6], i = m, I.forEach(n, (y) => {
|
|
24
|
+
if (!C(y)) throw new Error("Badge component: Invalid return type of children, must return string");
|
|
25
|
+
}), e[0] = r, e[1] = n, e[2] = i, e[3] = o;
|
|
26
|
+
} else
|
|
27
|
+
n = e[1], i = e[2], o = e[3];
|
|
28
|
+
let t;
|
|
29
|
+
e[7] !== n || e[8] !== i ? (t = /* @__PURE__ */ v(x, { display: "flex", flexDirection: "row", gap: E.XSmall, justifyContent: "center", alignItems: "center", children: [
|
|
30
|
+
i,
|
|
31
|
+
n
|
|
32
|
+
] }), e[7] = n, e[8] = i, e[9] = t) : t = e[9];
|
|
33
|
+
let c;
|
|
34
|
+
return e[10] !== o || e[11] !== t ? (c = /* @__PURE__ */ l(B, { ...o, children: t }), e[10] = o, e[11] = t, e[12] = c) : c = e[12], c;
|
|
24
35
|
}
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
36
|
+
const a = (r) => {
|
|
37
|
+
const e = p.c(6);
|
|
38
|
+
let n, i;
|
|
39
|
+
e[0] !== r ? ({
|
|
40
|
+
solid: i,
|
|
41
|
+
...n
|
|
42
|
+
} = r, e[0] = r, e[1] = n, e[2] = i) : (n = e[1], i = e[2]);
|
|
43
|
+
const o = i ? "neutralSolid" : "neutral";
|
|
44
|
+
let t;
|
|
45
|
+
return e[3] !== n || e[4] !== o ? (t = /* @__PURE__ */ l(s, { variant: o, ...n }), e[3] = n, e[4] = o, e[5] = t) : t = e[5], t;
|
|
46
|
+
};
|
|
47
|
+
a.Primary = ({
|
|
48
|
+
solid: r,
|
|
49
|
+
...e
|
|
50
|
+
}) => /* @__PURE__ */ l(s, { variant: r ? "primarySolid" : "primary", ...e });
|
|
51
|
+
a.Secondary = ({
|
|
52
|
+
solid: r,
|
|
53
|
+
...e
|
|
54
|
+
}) => /* @__PURE__ */ l(s, { variant: r ? "secondarySolid" : "secondary", ...e });
|
|
55
|
+
a.Success = ({
|
|
56
|
+
solid: r,
|
|
57
|
+
...e
|
|
58
|
+
}) => /* @__PURE__ */ l(s, { variant: r ? "successSolid" : "success", ...e });
|
|
59
|
+
a.Error = ({
|
|
60
|
+
solid: r,
|
|
61
|
+
...e
|
|
62
|
+
}) => /* @__PURE__ */ l(s, { variant: r ? "errorSolid" : "error", ...e });
|
|
63
|
+
a.Warning = ({
|
|
64
|
+
solid: r,
|
|
65
|
+
...e
|
|
66
|
+
}) => /* @__PURE__ */ l(s, { variant: r ? "warningSolid" : "warning", ...e });
|
|
67
|
+
a.Info = ({
|
|
68
|
+
solid: r,
|
|
69
|
+
...e
|
|
70
|
+
}) => /* @__PURE__ */ l(s, { variant: r ? "infoSolid" : "info", ...e });
|
|
32
71
|
export {
|
|
33
|
-
|
|
72
|
+
a as Badge
|
|
34
73
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare const Default: () => import("react
|
|
2
|
-
export declare const Colors: () => import("react
|
|
3
|
-
export declare const Padding: () => import("react
|
|
4
|
-
export declare const Margin: () => import("react
|
|
5
|
-
export declare const BorderRadius: () => import("react
|
|
6
|
-
export declare const Layout: () => import("react
|
|
1
|
+
export declare const Default: () => import("react").JSX.Element;
|
|
2
|
+
export declare const Colors: () => import("react").JSX.Element;
|
|
3
|
+
export declare const Padding: () => import("react").JSX.Element;
|
|
4
|
+
export declare const Margin: () => import("react").JSX.Element;
|
|
5
|
+
export declare const BorderRadius: () => import("react").JSX.Element;
|
|
6
|
+
export declare const Layout: () => import("react").JSX.Element;
|
|
7
7
|
//# sourceMappingURL=box.composition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"box.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/box/box.composition.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"box.composition.d.ts","sourceRoot":"","sources":["../../../lib/components/box/box.composition.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO,mCAA+B,CAAC;AAEpD,eAAO,MAAM,MAAM,mCAIlB,CAAC;AAEF,eAAO,MAAM,OAAO,mCASnB,CAAC;AAEF,eAAO,MAAM,MAAM,mCAYlB,CAAC;AAEF,eAAO,MAAM,YAAY,mCAQxB,CAAC;AAEF,eAAO,MAAM,MAAM,mCA2BlB,CAAC"}
|