@purpur/library 9.0.0 → 9.0.2
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/CHANGELOG.json +24 -0
- package/CHANGELOG.md +15 -1
- package/dist/LICENSE.txt +7 -7
- package/dist/ThemeProvider-djmNDpmy.js.map +1 -1
- package/dist/ThemeProvider-mOHIAi2k.mjs.map +1 -1
- package/dist/checkbox-Dk3bZkZ3.js.map +1 -1
- package/dist/checkbox-LYzMiXu7.mjs.map +1 -1
- package/dist/chip-group-CJVvfl_J.mjs.map +1 -1
- package/dist/chip-group-aj1fdnjC.js.map +1 -1
- package/dist/components/accordion/src/accordion-item.d.ts +42 -0
- package/dist/components/accordion/src/accordion-item.d.ts.map +1 -0
- package/dist/components/accordion/src/accordion.d.ts +24 -0
- package/dist/components/accordion/src/accordion.d.ts.map +1 -0
- package/dist/components/alert-badge/src/alert-badge.d.ts +17 -0
- package/dist/components/alert-badge/src/alert-badge.d.ts.map +1 -0
- package/dist/components/autocomplete/src/autocomplete.d.ts +18 -0
- package/dist/components/autocomplete/src/autocomplete.d.ts.map +1 -0
- package/dist/components/autocomplete/src/useAutocomplete.d.ts +59 -0
- package/dist/components/autocomplete/src/useAutocomplete.d.ts.map +1 -0
- package/dist/components/autocomplete/src/utils.d.ts +7 -0
- package/dist/components/autocomplete/src/utils.d.ts.map +1 -0
- package/dist/components/badge/src/badge.d.ts +30 -0
- package/dist/components/badge/src/badge.d.ts.map +1 -0
- package/dist/components/breadcrumbs/src/breadcrumbs.d.ts +50 -0
- package/dist/components/breadcrumbs/src/breadcrumbs.d.ts.map +1 -0
- package/dist/components/breadcrumbs/src/meta.d.ts +11 -0
- package/dist/components/breadcrumbs/src/meta.d.ts.map +1 -0
- package/dist/components/button/src/button.d.ts +23 -0
- package/dist/components/button/src/button.d.ts.map +1 -0
- package/dist/components/calendar/src/calendar.d.ts +33 -0
- package/dist/components/calendar/src/calendar.d.ts.map +1 -0
- package/dist/components/card/src/card-badge.d.ts +19 -0
- package/dist/components/card/src/card-badge.d.ts.map +1 -0
- package/dist/components/card/src/card-content-container.d.ts +17 -0
- package/dist/components/card/src/card-content-container.d.ts.map +1 -0
- package/dist/components/card/src/card-content.d.ts +11 -0
- package/dist/components/card/src/card-content.d.ts.map +1 -0
- package/dist/components/card/src/card-cta.d.ts +18 -0
- package/dist/components/card/src/card-cta.d.ts.map +1 -0
- package/dist/components/card/src/card-feature-list.d.ts +13 -0
- package/dist/components/card/src/card-feature-list.d.ts.map +1 -0
- package/dist/components/card/src/card-heading.d.ts +63 -0
- package/dist/components/card/src/card-heading.d.ts.map +1 -0
- package/dist/components/card/src/card-media-layout.d.ts +7 -0
- package/dist/components/card/src/card-media-layout.d.ts.map +1 -0
- package/dist/components/card/src/card-media.d.ts +5 -0
- package/dist/components/card/src/card-media.d.ts.map +1 -0
- package/dist/components/card/src/card-overline.d.ts +13 -0
- package/dist/components/card/src/card-overline.d.ts.map +1 -0
- package/dist/components/card/src/card-root.d.ts +11 -0
- package/dist/components/card/src/card-root.d.ts.map +1 -0
- package/dist/components/card/src/card-trigger-item.d.ts +12 -0
- package/dist/components/card/src/card-trigger-item.d.ts.map +1 -0
- package/dist/components/card/src/card.d.ts +26 -0
- package/dist/components/card/src/card.d.ts.map +1 -0
- package/dist/components/checkbox/src/checkbox.d.ts +62 -0
- package/dist/components/checkbox/src/checkbox.d.ts.map +1 -0
- package/dist/components/chip-group/src/chip-group-item.d.ts +29 -0
- package/dist/components/chip-group/src/chip-group-item.d.ts.map +1 -0
- package/dist/components/chip-group/src/chip-group.d.ts +72 -0
- package/dist/components/chip-group/src/chip-group.d.ts.map +1 -0
- package/dist/components/color-dot/src/color-dot.d.ts +11 -0
- package/dist/components/color-dot/src/color-dot.d.ts.map +1 -0
- package/dist/components/container/src/container.d.ts +30 -0
- package/dist/components/container/src/container.d.ts.map +1 -0
- package/dist/components/content-block/src/content-block-group.d.ts +16 -0
- package/dist/components/content-block/src/content-block-group.d.ts.map +1 -0
- package/dist/components/content-block/src/content-block.d.ts +30 -0
- package/dist/components/content-block/src/content-block.d.ts.map +1 -0
- package/dist/components/countdown/src/countdown.d.ts +9 -0
- package/dist/components/countdown/src/countdown.d.ts.map +1 -0
- package/dist/components/countdown/src/countdown.types.d.ts +46 -0
- package/dist/components/countdown/src/countdown.types.d.ts.map +1 -0
- package/dist/components/countdown/src/counter.d.ts +11 -0
- package/dist/components/countdown/src/counter.d.ts.map +1 -0
- package/dist/components/countdown/src/utils.d.ts +15 -0
- package/dist/components/countdown/src/utils.d.ts.map +1 -0
- package/dist/components/counter-badge/src/counter-badge.d.ts +7 -0
- package/dist/components/counter-badge/src/counter-badge.d.ts.map +1 -0
- package/dist/components/cta-link/src/cta-link.d.ts +71 -0
- package/dist/components/cta-link/src/cta-link.d.ts.map +1 -0
- package/dist/components/date-field/src/date-field.d.ts +11 -0
- package/dist/components/date-field/src/date-field.d.ts.map +1 -0
- package/dist/components/date-field/src/utils.d.ts +4 -0
- package/dist/components/date-field/src/utils.d.ts.map +1 -0
- package/dist/components/date-picker/src/date-picker.d.ts +11 -0
- package/dist/components/date-picker/src/date-picker.d.ts.map +1 -0
- package/dist/components/dismissable-chip-group/src/dismissable-chip-group-item.d.ts +12 -0
- package/dist/components/dismissable-chip-group/src/dismissable-chip-group-item.d.ts.map +1 -0
- package/dist/components/dismissable-chip-group/src/dismissable-chip-group.d.ts +18 -0
- package/dist/components/dismissable-chip-group/src/dismissable-chip-group.d.ts.map +1 -0
- package/dist/components/drawer/src/drawer-container.d.ts +9 -0
- package/dist/components/drawer/src/drawer-container.d.ts.map +1 -0
- package/dist/components/drawer/src/drawer-content.d.ts +70 -0
- package/dist/components/drawer/src/drawer-content.d.ts.map +1 -0
- package/dist/components/drawer/src/drawer-frame.d.ts +24 -0
- package/dist/components/drawer/src/drawer-frame.d.ts.map +1 -0
- package/dist/components/drawer/src/drawer-handle.d.ts +11 -0
- package/dist/components/drawer/src/drawer-handle.d.ts.map +1 -0
- package/dist/components/drawer/src/drawer-header.d.ts +14 -0
- package/dist/components/drawer/src/drawer-header.d.ts.map +1 -0
- package/dist/components/drawer/src/drawer-scroll-area.d.ts +8 -0
- package/dist/components/drawer/src/drawer-scroll-area.d.ts.map +1 -0
- package/dist/components/drawer/src/drawer-trigger.d.ts +7 -0
- package/dist/components/drawer/src/drawer-trigger.d.ts.map +1 -0
- package/dist/components/drawer/src/drawer.context.d.ts +3 -0
- package/dist/components/drawer/src/drawer.context.d.ts.map +1 -0
- package/dist/components/drawer/src/drawer.d.ts +15 -0
- package/dist/components/drawer/src/drawer.d.ts.map +1 -0
- package/dist/components/drawer/src/types.d.ts +9 -0
- package/dist/components/drawer/src/types.d.ts.map +1 -0
- package/dist/components/drawer/src/use-swipe-to-dismiss.hook.d.ts +11 -0
- package/dist/components/drawer/src/use-swipe-to-dismiss.hook.d.ts.map +1 -0
- package/dist/components/drawer/src/use-swipe-tracking.hook.d.ts +14 -0
- package/dist/components/drawer/src/use-swipe-tracking.hook.d.ts.map +1 -0
- package/dist/components/field-error-text/src/field-error-text.d.ts +10 -0
- package/dist/components/field-error-text/src/field-error-text.d.ts.map +1 -0
- package/dist/components/field-helper-text/src/field-helper-text.d.ts +10 -0
- package/dist/components/field-helper-text/src/field-helper-text.d.ts.map +1 -0
- package/dist/components/footer/src/constants.d.ts +2 -0
- package/dist/components/footer/src/constants.d.ts.map +1 -0
- package/dist/components/footer/src/footer-navigation.d.ts +19 -0
- package/dist/components/footer/src/footer-navigation.d.ts.map +1 -0
- package/dist/components/footer/src/footer-social-link.d.ts +10 -0
- package/dist/components/footer/src/footer-social-link.d.ts.map +1 -0
- package/dist/components/footer/src/footer.d.ts +82 -0
- package/dist/components/footer/src/footer.d.ts.map +1 -0
- package/dist/components/footer/src/telia-logo.d.ts +3 -0
- package/dist/components/footer/src/telia-logo.d.ts.map +1 -0
- package/dist/components/grid/src/grid.d.ts +31 -0
- package/dist/components/grid/src/grid.d.ts.map +1 -0
- package/dist/components/grid/src/grid.item.d.ts +19 -0
- package/dist/components/grid/src/grid.item.d.ts.map +1 -0
- package/dist/components/heading/src/heading.d.ts +46 -0
- package/dist/components/heading/src/heading.d.ts.map +1 -0
- package/dist/components/hero-banner/src/hero-banner-actions.d.ts +9 -0
- package/dist/components/hero-banner/src/hero-banner-actions.d.ts.map +1 -0
- package/dist/components/hero-banner/src/hero-banner-media.d.ts +22 -0
- package/dist/components/hero-banner/src/hero-banner-media.d.ts.map +1 -0
- package/dist/components/hero-banner/src/hero-banner.d.ts +59 -0
- package/dist/components/hero-banner/src/hero-banner.d.ts.map +1 -0
- package/dist/components/icon/src/all-icon-components.d.ts +387 -0
- package/dist/components/icon/src/all-icon-components.d.ts.map +1 -0
- package/dist/components/icon/src/all-icons.d.ts +387 -0
- package/dist/components/icon/src/all-icons.d.ts.map +1 -0
- package/dist/components/icon/src/assets/activity-level.d.ts +7 -0
- package/dist/components/icon/src/assets/activity-level.d.ts.map +1 -0
- package/dist/components/icon/src/assets/add-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/add-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/add.d.ts +7 -0
- package/dist/components/icon/src/assets/add.d.ts.map +1 -0
- package/dist/components/icon/src/assets/address-book.d.ts +7 -0
- package/dist/components/icon/src/assets/address-book.d.ts.map +1 -0
- package/dist/components/icon/src/assets/airplay.d.ts +7 -0
- package/dist/components/icon/src/assets/airplay.d.ts.map +1 -0
- package/dist/components/icon/src/assets/alarm-off.d.ts +7 -0
- package/dist/components/icon/src/assets/alarm-off.d.ts.map +1 -0
- package/dist/components/icon/src/assets/alarm-on.d.ts +7 -0
- package/dist/components/icon/src/assets/alarm-on.d.ts.map +1 -0
- package/dist/components/icon/src/assets/alert-filled.d.ts +7 -0
- package/dist/components/icon/src/assets/alert-filled.d.ts.map +1 -0
- package/dist/components/icon/src/assets/alert.d.ts +7 -0
- package/dist/components/icon/src/assets/alert.d.ts.map +1 -0
- package/dist/components/icon/src/assets/android.d.ts +7 -0
- package/dist/components/icon/src/assets/android.d.ts.map +1 -0
- package/dist/components/icon/src/assets/apple.d.ts +7 -0
- package/dist/components/icon/src/assets/apple.d.ts.map +1 -0
- package/dist/components/icon/src/assets/arrow-down.d.ts +7 -0
- package/dist/components/icon/src/assets/arrow-down.d.ts.map +1 -0
- package/dist/components/icon/src/assets/arrow-left.d.ts +7 -0
- package/dist/components/icon/src/assets/arrow-left.d.ts.map +1 -0
- package/dist/components/icon/src/assets/arrow-right.d.ts +7 -0
- package/dist/components/icon/src/assets/arrow-right.d.ts.map +1 -0
- package/dist/components/icon/src/assets/arrow-subdirectory.d.ts +7 -0
- package/dist/components/icon/src/assets/arrow-subdirectory.d.ts.map +1 -0
- package/dist/components/icon/src/assets/arrow-up.d.ts +7 -0
- package/dist/components/icon/src/assets/arrow-up.d.ts.map +1 -0
- package/dist/components/icon/src/assets/attachment.d.ts +7 -0
- package/dist/components/icon/src/assets/attachment.d.ts.map +1 -0
- package/dist/components/icon/src/assets/b2b-customer.d.ts +7 -0
- package/dist/components/icon/src/assets/b2b-customer.d.ts.map +1 -0
- package/dist/components/icon/src/assets/bag-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/bag-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/bag.d.ts +7 -0
- package/dist/components/icon/src/assets/bag.d.ts.map +1 -0
- package/dist/components/icon/src/assets/bankid.d.ts +7 -0
- package/dist/components/icon/src/assets/bankid.d.ts.map +1 -0
- package/dist/components/icon/src/assets/bar-chart-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/bar-chart-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/bar-chart.d.ts +7 -0
- package/dist/components/icon/src/assets/bar-chart.d.ts.map +1 -0
- package/dist/components/icon/src/assets/basketball.d.ts +7 -0
- package/dist/components/icon/src/assets/basketball.d.ts.map +1 -0
- package/dist/components/icon/src/assets/battery.d.ts +7 -0
- package/dist/components/icon/src/assets/battery.d.ts.map +1 -0
- package/dist/components/icon/src/assets/blood-pressure.d.ts +7 -0
- package/dist/components/icon/src/assets/blood-pressure.d.ts.map +1 -0
- package/dist/components/icon/src/assets/bluetooth.d.ts +7 -0
- package/dist/components/icon/src/assets/bluetooth.d.ts.map +1 -0
- package/dist/components/icon/src/assets/bookmark-filled.d.ts +7 -0
- package/dist/components/icon/src/assets/bookmark-filled.d.ts.map +1 -0
- package/dist/components/icon/src/assets/bookmark.d.ts +7 -0
- package/dist/components/icon/src/assets/bookmark.d.ts.map +1 -0
- package/dist/components/icon/src/assets/box-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/box-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/box.d.ts +7 -0
- package/dist/components/icon/src/assets/box.d.ts.map +1 -0
- package/dist/components/icon/src/assets/broadband.d.ts +7 -0
- package/dist/components/icon/src/assets/broadband.d.ts.map +1 -0
- package/dist/components/icon/src/assets/broken-phone.d.ts +7 -0
- package/dist/components/icon/src/assets/broken-phone.d.ts.map +1 -0
- package/dist/components/icon/src/assets/bulb.d.ts +7 -0
- package/dist/components/icon/src/assets/bulb.d.ts.map +1 -0
- package/dist/components/icon/src/assets/business-continuity.d.ts +7 -0
- package/dist/components/icon/src/assets/business-continuity.d.ts.map +1 -0
- package/dist/components/icon/src/assets/business-intelligence.d.ts +7 -0
- package/dist/components/icon/src/assets/business-intelligence.d.ts.map +1 -0
- package/dist/components/icon/src/assets/calendar.d.ts +7 -0
- package/dist/components/icon/src/assets/calendar.d.ts.map +1 -0
- package/dist/components/icon/src/assets/camera.d.ts +7 -0
- package/dist/components/icon/src/assets/camera.d.ts.map +1 -0
- package/dist/components/icon/src/assets/card-view.d.ts +7 -0
- package/dist/components/icon/src/assets/card-view.d.ts.map +1 -0
- package/dist/components/icon/src/assets/care.d.ts +7 -0
- package/dist/components/icon/src/assets/care.d.ts.map +1 -0
- package/dist/components/icon/src/assets/cart-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/cart-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/cart.d.ts +7 -0
- package/dist/components/icon/src/assets/cart.d.ts.map +1 -0
- package/dist/components/icon/src/assets/cast.d.ts +7 -0
- package/dist/components/icon/src/assets/cast.d.ts.map +1 -0
- package/dist/components/icon/src/assets/chat-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/chat-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/chat-filled.d.ts +7 -0
- package/dist/components/icon/src/assets/chat-filled.d.ts.map +1 -0
- package/dist/components/icon/src/assets/chat-robot.d.ts +7 -0
- package/dist/components/icon/src/assets/chat-robot.d.ts.map +1 -0
- package/dist/components/icon/src/assets/chat-single-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/chat-single-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/chat-single.d.ts +7 -0
- package/dist/components/icon/src/assets/chat-single.d.ts.map +1 -0
- package/dist/components/icon/src/assets/chat.d.ts +7 -0
- package/dist/components/icon/src/assets/chat.d.ts.map +1 -0
- package/dist/components/icon/src/assets/check-circle-filled.d.ts +7 -0
- package/dist/components/icon/src/assets/check-circle-filled.d.ts.map +1 -0
- package/dist/components/icon/src/assets/check-circle.d.ts +7 -0
- package/dist/components/icon/src/assets/check-circle.d.ts.map +1 -0
- package/dist/components/icon/src/assets/checkmark-bold.d.ts +7 -0
- package/dist/components/icon/src/assets/checkmark-bold.d.ts.map +1 -0
- package/dist/components/icon/src/assets/checkmark.d.ts +7 -0
- package/dist/components/icon/src/assets/checkmark.d.ts.map +1 -0
- package/dist/components/icon/src/assets/chevron-down.d.ts +7 -0
- package/dist/components/icon/src/assets/chevron-down.d.ts.map +1 -0
- package/dist/components/icon/src/assets/chevron-left.d.ts +7 -0
- package/dist/components/icon/src/assets/chevron-left.d.ts.map +1 -0
- package/dist/components/icon/src/assets/chevron-right.d.ts +7 -0
- package/dist/components/icon/src/assets/chevron-right.d.ts.map +1 -0
- package/dist/components/icon/src/assets/chevron-up.d.ts +7 -0
- package/dist/components/icon/src/assets/chevron-up.d.ts.map +1 -0
- package/dist/components/icon/src/assets/child-1.d.ts +7 -0
- package/dist/components/icon/src/assets/child-1.d.ts.map +1 -0
- package/dist/components/icon/src/assets/child-2.d.ts +7 -0
- package/dist/components/icon/src/assets/child-2.d.ts.map +1 -0
- package/dist/components/icon/src/assets/close-circle.d.ts +7 -0
- package/dist/components/icon/src/assets/close-circle.d.ts.map +1 -0
- package/dist/components/icon/src/assets/close.d.ts +7 -0
- package/dist/components/icon/src/assets/close.d.ts.map +1 -0
- package/dist/components/icon/src/assets/cloud-connect.d.ts +7 -0
- package/dist/components/icon/src/assets/cloud-connect.d.ts.map +1 -0
- package/dist/components/icon/src/assets/cloud.d.ts +7 -0
- package/dist/components/icon/src/assets/cloud.d.ts.map +1 -0
- package/dist/components/icon/src/assets/coffee.d.ts +7 -0
- package/dist/components/icon/src/assets/coffee.d.ts.map +1 -0
- package/dist/components/icon/src/assets/compass.d.ts +7 -0
- package/dist/components/icon/src/assets/compass.d.ts.map +1 -0
- package/dist/components/icon/src/assets/connected-building.d.ts +7 -0
- package/dist/components/icon/src/assets/connected-building.d.ts.map +1 -0
- package/dist/components/icon/src/assets/connected.d.ts +7 -0
- package/dist/components/icon/src/assets/connected.d.ts.map +1 -0
- package/dist/components/icon/src/assets/construction.d.ts +7 -0
- package/dist/components/icon/src/assets/construction.d.ts.map +1 -0
- package/dist/components/icon/src/assets/conversation.d.ts +7 -0
- package/dist/components/icon/src/assets/conversation.d.ts.map +1 -0
- package/dist/components/icon/src/assets/cookie.d.ts +7 -0
- package/dist/components/icon/src/assets/cookie.d.ts.map +1 -0
- package/dist/components/icon/src/assets/copy-filled.d.ts +7 -0
- package/dist/components/icon/src/assets/copy-filled.d.ts.map +1 -0
- package/dist/components/icon/src/assets/copy.d.ts +7 -0
- package/dist/components/icon/src/assets/copy.d.ts.map +1 -0
- package/dist/components/icon/src/assets/core-router.d.ts +7 -0
- package/dist/components/icon/src/assets/core-router.d.ts.map +1 -0
- package/dist/components/icon/src/assets/credit-card.d.ts +7 -0
- package/dist/components/icon/src/assets/credit-card.d.ts.map +1 -0
- package/dist/components/icon/src/assets/customer-dialogue.d.ts +7 -0
- package/dist/components/icon/src/assets/customer-dialogue.d.ts.map +1 -0
- package/dist/components/icon/src/assets/daas-device.d.ts +7 -0
- package/dist/components/icon/src/assets/daas-device.d.ts.map +1 -0
- package/dist/components/icon/src/assets/data-transfer.d.ts +7 -0
- package/dist/components/icon/src/assets/data-transfer.d.ts.map +1 -0
- package/dist/components/icon/src/assets/delivery.d.ts +7 -0
- package/dist/components/icon/src/assets/delivery.d.ts.map +1 -0
- package/dist/components/icon/src/assets/desktop.d.ts +7 -0
- package/dist/components/icon/src/assets/desktop.d.ts.map +1 -0
- package/dist/components/icon/src/assets/devices-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/devices-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/devices.d.ts +7 -0
- package/dist/components/icon/src/assets/devices.d.ts.map +1 -0
- package/dist/components/icon/src/assets/dislike-filled.d.ts +7 -0
- package/dist/components/icon/src/assets/dislike-filled.d.ts.map +1 -0
- package/dist/components/icon/src/assets/dislike.d.ts +7 -0
- package/dist/components/icon/src/assets/dislike.d.ts.map +1 -0
- package/dist/components/icon/src/assets/doc-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/doc-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/doc.d.ts +7 -0
- package/dist/components/icon/src/assets/doc.d.ts.map +1 -0
- package/dist/components/icon/src/assets/document-doc.d.ts +7 -0
- package/dist/components/icon/src/assets/document-doc.d.ts.map +1 -0
- package/dist/components/icon/src/assets/document-edit.d.ts +7 -0
- package/dist/components/icon/src/assets/document-edit.d.ts.map +1 -0
- package/dist/components/icon/src/assets/document-excel.d.ts +7 -0
- package/dist/components/icon/src/assets/document-excel.d.ts.map +1 -0
- package/dist/components/icon/src/assets/document-pdf.d.ts +7 -0
- package/dist/components/icon/src/assets/document-pdf.d.ts.map +1 -0
- package/dist/components/icon/src/assets/document-ppt.d.ts +7 -0
- package/dist/components/icon/src/assets/document-ppt.d.ts.map +1 -0
- package/dist/components/icon/src/assets/download.d.ts +7 -0
- package/dist/components/icon/src/assets/download.d.ts.map +1 -0
- package/dist/components/icon/src/assets/drag-horizontal.d.ts +7 -0
- package/dist/components/icon/src/assets/drag-horizontal.d.ts.map +1 -0
- package/dist/components/icon/src/assets/drag-vertical.d.ts +7 -0
- package/dist/components/icon/src/assets/drag-vertical.d.ts.map +1 -0
- package/dist/components/icon/src/assets/drone.d.ts +7 -0
- package/dist/components/icon/src/assets/drone.d.ts.map +1 -0
- package/dist/components/icon/src/assets/dsl-hub.d.ts +7 -0
- package/dist/components/icon/src/assets/dsl-hub.d.ts.map +1 -0
- package/dist/components/icon/src/assets/edit-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/edit-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/edit.d.ts +7 -0
- package/dist/components/icon/src/assets/edit.d.ts.map +1 -0
- package/dist/components/icon/src/assets/education.d.ts +7 -0
- package/dist/components/icon/src/assets/education.d.ts.map +1 -0
- package/dist/components/icon/src/assets/efficiency.d.ts +7 -0
- package/dist/components/icon/src/assets/efficiency.d.ts.map +1 -0
- package/dist/components/icon/src/assets/email.d.ts +7 -0
- package/dist/components/icon/src/assets/email.d.ts.map +1 -0
- package/dist/components/icon/src/assets/end-user-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/end-user-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/end-user.d.ts +7 -0
- package/dist/components/icon/src/assets/end-user.d.ts.map +1 -0
- package/dist/components/icon/src/assets/entertainment.d.ts +7 -0
- package/dist/components/icon/src/assets/entertainment.d.ts.map +1 -0
- package/dist/components/icon/src/assets/environment.d.ts +7 -0
- package/dist/components/icon/src/assets/environment.d.ts.map +1 -0
- package/dist/components/icon/src/assets/error-filled.d.ts +7 -0
- package/dist/components/icon/src/assets/error-filled.d.ts.map +1 -0
- package/dist/components/icon/src/assets/error.d.ts +7 -0
- package/dist/components/icon/src/assets/error.d.ts.map +1 -0
- package/dist/components/icon/src/assets/esim-simcard.d.ts +7 -0
- package/dist/components/icon/src/assets/esim-simcard.d.ts.map +1 -0
- package/dist/components/icon/src/assets/esim.d.ts +7 -0
- package/dist/components/icon/src/assets/esim.d.ts.map +1 -0
- package/dist/components/icon/src/assets/euro.d.ts +7 -0
- package/dist/components/icon/src/assets/euro.d.ts.map +1 -0
- package/dist/components/icon/src/assets/external.d.ts +7 -0
- package/dist/components/icon/src/assets/external.d.ts.map +1 -0
- package/dist/components/icon/src/assets/face-id.d.ts +7 -0
- package/dist/components/icon/src/assets/face-id.d.ts.map +1 -0
- package/dist/components/icon/src/assets/facebook.d.ts +7 -0
- package/dist/components/icon/src/assets/facebook.d.ts.map +1 -0
- package/dist/components/icon/src/assets/facemask.d.ts +7 -0
- package/dist/components/icon/src/assets/facemask.d.ts.map +1 -0
- package/dist/components/icon/src/assets/fiber.d.ts +7 -0
- package/dist/components/icon/src/assets/fiber.d.ts.map +1 -0
- package/dist/components/icon/src/assets/film.d.ts +7 -0
- package/dist/components/icon/src/assets/film.d.ts.map +1 -0
- package/dist/components/icon/src/assets/filter.d.ts +7 -0
- package/dist/components/icon/src/assets/filter.d.ts.map +1 -0
- package/dist/components/icon/src/assets/fingerprint.d.ts +7 -0
- package/dist/components/icon/src/assets/fingerprint.d.ts.map +1 -0
- package/dist/components/icon/src/assets/fiveg.d.ts +7 -0
- package/dist/components/icon/src/assets/fiveg.d.ts.map +1 -0
- package/dist/components/icon/src/assets/flag.d.ts +7 -0
- package/dist/components/icon/src/assets/flag.d.ts.map +1 -0
- package/dist/components/icon/src/assets/focus.d.ts +7 -0
- package/dist/components/icon/src/assets/focus.d.ts.map +1 -0
- package/dist/components/icon/src/assets/folder-copy.d.ts +7 -0
- package/dist/components/icon/src/assets/folder-copy.d.ts.map +1 -0
- package/dist/components/icon/src/assets/folder-new.d.ts +7 -0
- package/dist/components/icon/src/assets/folder-new.d.ts.map +1 -0
- package/dist/components/icon/src/assets/folder.d.ts +7 -0
- package/dist/components/icon/src/assets/folder.d.ts.map +1 -0
- package/dist/components/icon/src/assets/food.d.ts +7 -0
- package/dist/components/icon/src/assets/food.d.ts.map +1 -0
- package/dist/components/icon/src/assets/fourg.d.ts +7 -0
- package/dist/components/icon/src/assets/fourg.d.ts.map +1 -0
- package/dist/components/icon/src/assets/fraud.d.ts +7 -0
- package/dist/components/icon/src/assets/fraud.d.ts.map +1 -0
- package/dist/components/icon/src/assets/games.d.ts +7 -0
- package/dist/components/icon/src/assets/games.d.ts.map +1 -0
- package/dist/components/icon/src/assets/getting-started.d.ts +7 -0
- package/dist/components/icon/src/assets/getting-started.d.ts.map +1 -0
- package/dist/components/icon/src/assets/gif.d.ts +7 -0
- package/dist/components/icon/src/assets/gif.d.ts.map +1 -0
- package/dist/components/icon/src/assets/google.d.ts +7 -0
- package/dist/components/icon/src/assets/google.d.ts.map +1 -0
- package/dist/components/icon/src/assets/graph-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/graph-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/graph.d.ts +7 -0
- package/dist/components/icon/src/assets/graph.d.ts.map +1 -0
- package/dist/components/icon/src/assets/grid-view.d.ts +7 -0
- package/dist/components/icon/src/assets/grid-view.d.ts.map +1 -0
- package/dist/components/icon/src/assets/handshake.d.ts +7 -0
- package/dist/components/icon/src/assets/handshake.d.ts.map +1 -0
- package/dist/components/icon/src/assets/headphones.d.ts +7 -0
- package/dist/components/icon/src/assets/headphones.d.ts.map +1 -0
- package/dist/components/icon/src/assets/heart-filled.d.ts +7 -0
- package/dist/components/icon/src/assets/heart-filled.d.ts.map +1 -0
- package/dist/components/icon/src/assets/heart.d.ts +7 -0
- package/dist/components/icon/src/assets/heart.d.ts.map +1 -0
- package/dist/components/icon/src/assets/help.d.ts +7 -0
- package/dist/components/icon/src/assets/help.d.ts.map +1 -0
- package/dist/components/icon/src/assets/home-care.d.ts +7 -0
- package/dist/components/icon/src/assets/home-care.d.ts.map +1 -0
- package/dist/components/icon/src/assets/home-filled.d.ts +7 -0
- package/dist/components/icon/src/assets/home-filled.d.ts.map +1 -0
- package/dist/components/icon/src/assets/home-installation.d.ts +7 -0
- package/dist/components/icon/src/assets/home-installation.d.ts.map +1 -0
- package/dist/components/icon/src/assets/home.d.ts +7 -0
- package/dist/components/icon/src/assets/home.d.ts.map +1 -0
- package/dist/components/icon/src/assets/hospital.d.ts +7 -0
- package/dist/components/icon/src/assets/hospital.d.ts.map +1 -0
- package/dist/components/icon/src/assets/hourglass.d.ts +7 -0
- package/dist/components/icon/src/assets/hourglass.d.ts.map +1 -0
- package/dist/components/icon/src/assets/image.d.ts +7 -0
- package/dist/components/icon/src/assets/image.d.ts.map +1 -0
- package/dist/components/icon/src/assets/industrial-iot.d.ts +7 -0
- package/dist/components/icon/src/assets/industrial-iot.d.ts.map +1 -0
- package/dist/components/icon/src/assets/industry.d.ts +7 -0
- package/dist/components/icon/src/assets/industry.d.ts.map +1 -0
- package/dist/components/icon/src/assets/infinite.d.ts +7 -0
- package/dist/components/icon/src/assets/infinite.d.ts.map +1 -0
- package/dist/components/icon/src/assets/info-filled.d.ts +7 -0
- package/dist/components/icon/src/assets/info-filled.d.ts.map +1 -0
- package/dist/components/icon/src/assets/info.d.ts +7 -0
- package/dist/components/icon/src/assets/info.d.ts.map +1 -0
- package/dist/components/icon/src/assets/instagram.d.ts +7 -0
- package/dist/components/icon/src/assets/instagram.d.ts.map +1 -0
- package/dist/components/icon/src/assets/internet.d.ts +7 -0
- package/dist/components/icon/src/assets/internet.d.ts.map +1 -0
- package/dist/components/icon/src/assets/invisible.d.ts +7 -0
- package/dist/components/icon/src/assets/invisible.d.ts.map +1 -0
- package/dist/components/icon/src/assets/invoice-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/invoice-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/invoice-filled.d.ts +7 -0
- package/dist/components/icon/src/assets/invoice-filled.d.ts.map +1 -0
- package/dist/components/icon/src/assets/invoice.d.ts +7 -0
- package/dist/components/icon/src/assets/invoice.d.ts.map +1 -0
- package/dist/components/icon/src/assets/it-service.d.ts +7 -0
- package/dist/components/icon/src/assets/it-service.d.ts.map +1 -0
- package/dist/components/icon/src/assets/job-search.d.ts +7 -0
- package/dist/components/icon/src/assets/job-search.d.ts.map +1 -0
- package/dist/components/icon/src/assets/kai-os.d.ts +7 -0
- package/dist/components/icon/src/assets/kai-os.d.ts.map +1 -0
- package/dist/components/icon/src/assets/key.d.ts +7 -0
- package/dist/components/icon/src/assets/key.d.ts.map +1 -0
- package/dist/components/icon/src/assets/kontantkort.d.ts +7 -0
- package/dist/components/icon/src/assets/kontantkort.d.ts.map +1 -0
- package/dist/components/icon/src/assets/kr.d.ts +7 -0
- package/dist/components/icon/src/assets/kr.d.ts.map +1 -0
- package/dist/components/icon/src/assets/laptop.d.ts +7 -0
- package/dist/components/icon/src/assets/laptop.d.ts.map +1 -0
- package/dist/components/icon/src/assets/late-payment.d.ts +7 -0
- package/dist/components/icon/src/assets/late-payment.d.ts.map +1 -0
- package/dist/components/icon/src/assets/layers.d.ts +7 -0
- package/dist/components/icon/src/assets/layers.d.ts.map +1 -0
- package/dist/components/icon/src/assets/letter.d.ts +7 -0
- package/dist/components/icon/src/assets/letter.d.ts.map +1 -0
- package/dist/components/icon/src/assets/like-filled.d.ts +7 -0
- package/dist/components/icon/src/assets/like-filled.d.ts.map +1 -0
- package/dist/components/icon/src/assets/like.d.ts +7 -0
- package/dist/components/icon/src/assets/like.d.ts.map +1 -0
- package/dist/components/icon/src/assets/link.d.ts +7 -0
- package/dist/components/icon/src/assets/link.d.ts.map +1 -0
- package/dist/components/icon/src/assets/linkedin.d.ts +7 -0
- package/dist/components/icon/src/assets/linkedin.d.ts.map +1 -0
- package/dist/components/icon/src/assets/list-view.d.ts +7 -0
- package/dist/components/icon/src/assets/list-view.d.ts.map +1 -0
- package/dist/components/icon/src/assets/lock-open.d.ts +7 -0
- package/dist/components/icon/src/assets/lock-open.d.ts.map +1 -0
- package/dist/components/icon/src/assets/lock.d.ts +7 -0
- package/dist/components/icon/src/assets/lock.d.ts.map +1 -0
- package/dist/components/icon/src/assets/login.d.ts +7 -0
- package/dist/components/icon/src/assets/login.d.ts.map +1 -0
- package/dist/components/icon/src/assets/logout.d.ts +7 -0
- package/dist/components/icon/src/assets/logout.d.ts.map +1 -0
- package/dist/components/icon/src/assets/map.d.ts +7 -0
- package/dist/components/icon/src/assets/map.d.ts.map +1 -0
- package/dist/components/icon/src/assets/maximize.d.ts +7 -0
- package/dist/components/icon/src/assets/maximize.d.ts.map +1 -0
- package/dist/components/icon/src/assets/measuring-health.d.ts +7 -0
- package/dist/components/icon/src/assets/measuring-health.d.ts.map +1 -0
- package/dist/components/icon/src/assets/media-content.d.ts +7 -0
- package/dist/components/icon/src/assets/media-content.d.ts.map +1 -0
- package/dist/components/icon/src/assets/megaphone.d.ts +7 -0
- package/dist/components/icon/src/assets/megaphone.d.ts.map +1 -0
- package/dist/components/icon/src/assets/menu.d.ts +7 -0
- package/dist/components/icon/src/assets/menu.d.ts.map +1 -0
- package/dist/components/icon/src/assets/microphone.d.ts +7 -0
- package/dist/components/icon/src/assets/microphone.d.ts.map +1 -0
- package/dist/components/icon/src/assets/minimize.d.ts +7 -0
- package/dist/components/icon/src/assets/minimize.d.ts.map +1 -0
- package/dist/components/icon/src/assets/minus-bold.d.ts +7 -0
- package/dist/components/icon/src/assets/minus-bold.d.ts.map +1 -0
- package/dist/components/icon/src/assets/minus.d.ts +7 -0
- package/dist/components/icon/src/assets/minus.d.ts.map +1 -0
- package/dist/components/icon/src/assets/mms.d.ts +7 -0
- package/dist/components/icon/src/assets/mms.d.ts.map +1 -0
- package/dist/components/icon/src/assets/mobile-broadband.d.ts +7 -0
- package/dist/components/icon/src/assets/mobile-broadband.d.ts.map +1 -0
- package/dist/components/icon/src/assets/moisture.d.ts +7 -0
- package/dist/components/icon/src/assets/moisture.d.ts.map +1 -0
- package/dist/components/icon/src/assets/money-back-euro.d.ts +7 -0
- package/dist/components/icon/src/assets/money-back-euro.d.ts.map +1 -0
- package/dist/components/icon/src/assets/money-back-kr.d.ts +7 -0
- package/dist/components/icon/src/assets/money-back-kr.d.ts.map +1 -0
- package/dist/components/icon/src/assets/money-euro.d.ts +7 -0
- package/dist/components/icon/src/assets/money-euro.d.ts.map +1 -0
- package/dist/components/icon/src/assets/money-kr.d.ts +7 -0
- package/dist/components/icon/src/assets/money-kr.d.ts.map +1 -0
- package/dist/components/icon/src/assets/monitoring-iot.d.ts +7 -0
- package/dist/components/icon/src/assets/monitoring-iot.d.ts.map +1 -0
- package/dist/components/icon/src/assets/more-horizontal-filled.d.ts +7 -0
- package/dist/components/icon/src/assets/more-horizontal-filled.d.ts.map +1 -0
- package/dist/components/icon/src/assets/more-horizontal.d.ts +7 -0
- package/dist/components/icon/src/assets/more-horizontal.d.ts.map +1 -0
- package/dist/components/icon/src/assets/more-vertical.d.ts +7 -0
- package/dist/components/icon/src/assets/more-vertical.d.ts.map +1 -0
- package/dist/components/icon/src/assets/move.d.ts +7 -0
- package/dist/components/icon/src/assets/move.d.ts.map +1 -0
- package/dist/components/icon/src/assets/music.d.ts +7 -0
- package/dist/components/icon/src/assets/music.d.ts.map +1 -0
- package/dist/components/icon/src/assets/mute.d.ts +7 -0
- package/dist/components/icon/src/assets/mute.d.ts.map +1 -0
- package/dist/components/icon/src/assets/network.d.ts +7 -0
- package/dist/components/icon/src/assets/network.d.ts.map +1 -0
- package/dist/components/icon/src/assets/new-contact-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/new-contact-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/new-contact.d.ts +7 -0
- package/dist/components/icon/src/assets/new-contact.d.ts.map +1 -0
- package/dist/components/icon/src/assets/new-group.d.ts +7 -0
- package/dist/components/icon/src/assets/new-group.d.ts.map +1 -0
- package/dist/components/icon/src/assets/news.d.ts +7 -0
- package/dist/components/icon/src/assets/news.d.ts.map +1 -0
- package/dist/components/icon/src/assets/offering.d.ts +7 -0
- package/dist/components/icon/src/assets/offering.d.ts.map +1 -0
- package/dist/components/icon/src/assets/offshore.d.ts +7 -0
- package/dist/components/icon/src/assets/offshore.d.ts.map +1 -0
- package/dist/components/icon/src/assets/oneplus.d.ts +7 -0
- package/dist/components/icon/src/assets/oneplus.d.ts.map +1 -0
- package/dist/components/icon/src/assets/optimization.d.ts +7 -0
- package/dist/components/icon/src/assets/optimization.d.ts.map +1 -0
- package/dist/components/icon/src/assets/org-chart.d.ts +7 -0
- package/dist/components/icon/src/assets/org-chart.d.ts.map +1 -0
- package/dist/components/icon/src/assets/parental-guide.d.ts +7 -0
- package/dist/components/icon/src/assets/parental-guide.d.ts.map +1 -0
- package/dist/components/icon/src/assets/password-invisible.d.ts +7 -0
- package/dist/components/icon/src/assets/password-invisible.d.ts.map +1 -0
- package/dist/components/icon/src/assets/password-visible.d.ts +7 -0
- package/dist/components/icon/src/assets/password-visible.d.ts.map +1 -0
- package/dist/components/icon/src/assets/pay-installments-euro.d.ts +7 -0
- package/dist/components/icon/src/assets/pay-installments-euro.d.ts.map +1 -0
- package/dist/components/icon/src/assets/pay-installments-kr.d.ts +7 -0
- package/dist/components/icon/src/assets/pay-installments-kr.d.ts.map +1 -0
- package/dist/components/icon/src/assets/pay-monthly-euro.d.ts +7 -0
- package/dist/components/icon/src/assets/pay-monthly-euro.d.ts.map +1 -0
- package/dist/components/icon/src/assets/pay-monthly-kr.d.ts +7 -0
- package/dist/components/icon/src/assets/pay-monthly-kr.d.ts.map +1 -0
- package/dist/components/icon/src/assets/pay-once-euro.d.ts +7 -0
- package/dist/components/icon/src/assets/pay-once-euro.d.ts.map +1 -0
- package/dist/components/icon/src/assets/pay-once-kr.d.ts +7 -0
- package/dist/components/icon/src/assets/pay-once-kr.d.ts.map +1 -0
- package/dist/components/icon/src/assets/payment-success.d.ts +7 -0
- package/dist/components/icon/src/assets/payment-success.d.ts.map +1 -0
- package/dist/components/icon/src/assets/pebble-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/pebble-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/pebble.d.ts +7 -0
- package/dist/components/icon/src/assets/pebble.d.ts.map +1 -0
- package/dist/components/icon/src/assets/people-hub.d.ts +7 -0
- package/dist/components/icon/src/assets/people-hub.d.ts.map +1 -0
- package/dist/components/icon/src/assets/people.d.ts +7 -0
- package/dist/components/icon/src/assets/people.d.ts.map +1 -0
- package/dist/components/icon/src/assets/pet-dog.d.ts +7 -0
- package/dist/components/icon/src/assets/pet-dog.d.ts.map +1 -0
- package/dist/components/icon/src/assets/phone-recycling.d.ts +7 -0
- package/dist/components/icon/src/assets/phone-recycling.d.ts.map +1 -0
- package/dist/components/icon/src/assets/phone-ringing.d.ts +7 -0
- package/dist/components/icon/src/assets/phone-ringing.d.ts.map +1 -0
- package/dist/components/icon/src/assets/phone.d.ts +7 -0
- package/dist/components/icon/src/assets/phone.d.ts.map +1 -0
- package/dist/components/icon/src/assets/pie-chart.d.ts +7 -0
- package/dist/components/icon/src/assets/pie-chart.d.ts.map +1 -0
- package/dist/components/icon/src/assets/pin.d.ts +7 -0
- package/dist/components/icon/src/assets/pin.d.ts.map +1 -0
- package/dist/components/icon/src/assets/plane.d.ts +7 -0
- package/dist/components/icon/src/assets/plane.d.ts.map +1 -0
- package/dist/components/icon/src/assets/play-filled.d.ts +7 -0
- package/dist/components/icon/src/assets/play-filled.d.ts.map +1 -0
- package/dist/components/icon/src/assets/play.d.ts +7 -0
- package/dist/components/icon/src/assets/play.d.ts.map +1 -0
- package/dist/components/icon/src/assets/player-settings.d.ts +7 -0
- package/dist/components/icon/src/assets/player-settings.d.ts.map +1 -0
- package/dist/components/icon/src/assets/plus-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/plus-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/plus-minus.d.ts +7 -0
- package/dist/components/icon/src/assets/plus-minus.d.ts.map +1 -0
- package/dist/components/icon/src/assets/plus.d.ts +7 -0
- package/dist/components/icon/src/assets/plus.d.ts.map +1 -0
- package/dist/components/icon/src/assets/police.d.ts +7 -0
- package/dist/components/icon/src/assets/police.d.ts.map +1 -0
- package/dist/components/icon/src/assets/portal.d.ts +7 -0
- package/dist/components/icon/src/assets/portal.d.ts.map +1 -0
- package/dist/components/icon/src/assets/power-grid.d.ts +7 -0
- package/dist/components/icon/src/assets/power-grid.d.ts.map +1 -0
- package/dist/components/icon/src/assets/premises-datacenter.d.ts +7 -0
- package/dist/components/icon/src/assets/premises-datacenter.d.ts.map +1 -0
- package/dist/components/icon/src/assets/premises-large.d.ts +7 -0
- package/dist/components/icon/src/assets/premises-large.d.ts.map +1 -0
- package/dist/components/icon/src/assets/premises-medium.d.ts +7 -0
- package/dist/components/icon/src/assets/premises-medium.d.ts.map +1 -0
- package/dist/components/icon/src/assets/premises-small.d.ts +7 -0
- package/dist/components/icon/src/assets/premises-small.d.ts.map +1 -0
- package/dist/components/icon/src/assets/premises.d.ts +7 -0
- package/dist/components/icon/src/assets/premises.d.ts.map +1 -0
- package/dist/components/icon/src/assets/present.d.ts +7 -0
- package/dist/components/icon/src/assets/present.d.ts.map +1 -0
- package/dist/components/icon/src/assets/press-button.d.ts +7 -0
- package/dist/components/icon/src/assets/press-button.d.ts.map +1 -0
- package/dist/components/icon/src/assets/price.d.ts +7 -0
- package/dist/components/icon/src/assets/price.d.ts.map +1 -0
- package/dist/components/icon/src/assets/print.d.ts +7 -0
- package/dist/components/icon/src/assets/print.d.ts.map +1 -0
- package/dist/components/icon/src/assets/pulse.d.ts +7 -0
- package/dist/components/icon/src/assets/pulse.d.ts.map +1 -0
- package/dist/components/icon/src/assets/qr-code.d.ts +7 -0
- package/dist/components/icon/src/assets/qr-code.d.ts.map +1 -0
- package/dist/components/icon/src/assets/question-filled.d.ts +7 -0
- package/dist/components/icon/src/assets/question-filled.d.ts.map +1 -0
- package/dist/components/icon/src/assets/question.d.ts +7 -0
- package/dist/components/icon/src/assets/question.d.ts.map +1 -0
- package/dist/components/icon/src/assets/rack.d.ts +7 -0
- package/dist/components/icon/src/assets/rack.d.ts.map +1 -0
- package/dist/components/icon/src/assets/radio.d.ts +7 -0
- package/dist/components/icon/src/assets/radio.d.ts.map +1 -0
- package/dist/components/icon/src/assets/record.d.ts +7 -0
- package/dist/components/icon/src/assets/record.d.ts.map +1 -0
- package/dist/components/icon/src/assets/recycle.d.ts +7 -0
- package/dist/components/icon/src/assets/recycle.d.ts.map +1 -0
- package/dist/components/icon/src/assets/refill-card.d.ts +7 -0
- package/dist/components/icon/src/assets/refill-card.d.ts.map +1 -0
- package/dist/components/icon/src/assets/register.d.ts +7 -0
- package/dist/components/icon/src/assets/register.d.ts.map +1 -0
- package/dist/components/icon/src/assets/remote-control.d.ts +7 -0
- package/dist/components/icon/src/assets/remote-control.d.ts.map +1 -0
- package/dist/components/icon/src/assets/remove-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/remove-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/remove-filled.d.ts +7 -0
- package/dist/components/icon/src/assets/remove-filled.d.ts.map +1 -0
- package/dist/components/icon/src/assets/remove.d.ts +7 -0
- package/dist/components/icon/src/assets/remove.d.ts.map +1 -0
- package/dist/components/icon/src/assets/repair-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/repair-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/repair.d.ts +7 -0
- package/dist/components/icon/src/assets/repair.d.ts.map +1 -0
- package/dist/components/icon/src/assets/report-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/report-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/report.d.ts +7 -0
- package/dist/components/icon/src/assets/report.d.ts.map +1 -0
- package/dist/components/icon/src/assets/resend.d.ts +7 -0
- package/dist/components/icon/src/assets/resend.d.ts.map +1 -0
- package/dist/components/icon/src/assets/reservation.d.ts +7 -0
- package/dist/components/icon/src/assets/reservation.d.ts.map +1 -0
- package/dist/components/icon/src/assets/reverse.d.ts +7 -0
- package/dist/components/icon/src/assets/reverse.d.ts.map +1 -0
- package/dist/components/icon/src/assets/roaming.d.ts +7 -0
- package/dist/components/icon/src/assets/roaming.d.ts.map +1 -0
- package/dist/components/icon/src/assets/robot-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/robot-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/robot.d.ts +7 -0
- package/dist/components/icon/src/assets/robot.d.ts.map +1 -0
- package/dist/components/icon/src/assets/route.d.ts +7 -0
- package/dist/components/icon/src/assets/route.d.ts.map +1 -0
- package/dist/components/icon/src/assets/router.d.ts +7 -0
- package/dist/components/icon/src/assets/router.d.ts.map +1 -0
- package/dist/components/icon/src/assets/ruler.d.ts +7 -0
- package/dist/components/icon/src/assets/ruler.d.ts.map +1 -0
- package/dist/components/icon/src/assets/samsung.d.ts +7 -0
- package/dist/components/icon/src/assets/samsung.d.ts.map +1 -0
- package/dist/components/icon/src/assets/satellite.d.ts +7 -0
- package/dist/components/icon/src/assets/satellite.d.ts.map +1 -0
- package/dist/components/icon/src/assets/save-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/save-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/save.d.ts +7 -0
- package/dist/components/icon/src/assets/save.d.ts.map +1 -0
- package/dist/components/icon/src/assets/savings.d.ts +7 -0
- package/dist/components/icon/src/assets/savings.d.ts.map +1 -0
- package/dist/components/icon/src/assets/scan.d.ts +7 -0
- package/dist/components/icon/src/assets/scan.d.ts.map +1 -0
- package/dist/components/icon/src/assets/search-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/search-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/search.d.ts +7 -0
- package/dist/components/icon/src/assets/search.d.ts.map +1 -0
- package/dist/components/icon/src/assets/secure-device.d.ts +7 -0
- package/dist/components/icon/src/assets/secure-device.d.ts.map +1 -0
- package/dist/components/icon/src/assets/secured-1.d.ts +7 -0
- package/dist/components/icon/src/assets/secured-1.d.ts.map +1 -0
- package/dist/components/icon/src/assets/secured-2.d.ts +7 -0
- package/dist/components/icon/src/assets/secured-2.d.ts.map +1 -0
- package/dist/components/icon/src/assets/security-camera.d.ts +7 -0
- package/dist/components/icon/src/assets/security-camera.d.ts.map +1 -0
- package/dist/components/icon/src/assets/send-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/send-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/send.d.ts +7 -0
- package/dist/components/icon/src/assets/send.d.ts.map +1 -0
- package/dist/components/icon/src/assets/sense-car.d.ts +7 -0
- package/dist/components/icon/src/assets/sense-car.d.ts.map +1 -0
- package/dist/components/icon/src/assets/server.d.ts +7 -0
- package/dist/components/icon/src/assets/server.d.ts.map +1 -0
- package/dist/components/icon/src/assets/service-device.d.ts +7 -0
- package/dist/components/icon/src/assets/service-device.d.ts.map +1 -0
- package/dist/components/icon/src/assets/service-supervision.d.ts +7 -0
- package/dist/components/icon/src/assets/service-supervision.d.ts.map +1 -0
- package/dist/components/icon/src/assets/services.d.ts +7 -0
- package/dist/components/icon/src/assets/services.d.ts.map +1 -0
- package/dist/components/icon/src/assets/settings-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/settings-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/settings.d.ts +7 -0
- package/dist/components/icon/src/assets/settings.d.ts.map +1 -0
- package/dist/components/icon/src/assets/share.d.ts +7 -0
- package/dist/components/icon/src/assets/share.d.ts.map +1 -0
- package/dist/components/icon/src/assets/shopping-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/shopping-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/shopping.d.ts +7 -0
- package/dist/components/icon/src/assets/shopping.d.ts.map +1 -0
- package/dist/components/icon/src/assets/shuffle.d.ts +7 -0
- package/dist/components/icon/src/assets/shuffle.d.ts.map +1 -0
- package/dist/components/icon/src/assets/signature.d.ts +7 -0
- package/dist/components/icon/src/assets/signature.d.ts.map +1 -0
- package/dist/components/icon/src/assets/simcard.d.ts +7 -0
- package/dist/components/icon/src/assets/simcard.d.ts.map +1 -0
- package/dist/components/icon/src/assets/skip-back-10sec.d.ts +7 -0
- package/dist/components/icon/src/assets/skip-back-10sec.d.ts.map +1 -0
- package/dist/components/icon/src/assets/skip-back-30sec.d.ts +7 -0
- package/dist/components/icon/src/assets/skip-back-30sec.d.ts.map +1 -0
- package/dist/components/icon/src/assets/skip-forward-10sec.d.ts +7 -0
- package/dist/components/icon/src/assets/skip-forward-10sec.d.ts.map +1 -0
- package/dist/components/icon/src/assets/skip-forward-30sec.d.ts +7 -0
- package/dist/components/icon/src/assets/skip-forward-30sec.d.ts.map +1 -0
- package/dist/components/icon/src/assets/slow-wifi.d.ts +7 -0
- package/dist/components/icon/src/assets/slow-wifi.d.ts.map +1 -0
- package/dist/components/icon/src/assets/smart-wifi.d.ts +7 -0
- package/dist/components/icon/src/assets/smart-wifi.d.ts.map +1 -0
- package/dist/components/icon/src/assets/smartphone.d.ts +7 -0
- package/dist/components/icon/src/assets/smartphone.d.ts.map +1 -0
- package/dist/components/icon/src/assets/smartwatch.d.ts +7 -0
- package/dist/components/icon/src/assets/smartwatch.d.ts.map +1 -0
- package/dist/components/icon/src/assets/smiley-happy.d.ts +7 -0
- package/dist/components/icon/src/assets/smiley-happy.d.ts.map +1 -0
- package/dist/components/icon/src/assets/smiley-sad.d.ts +7 -0
- package/dist/components/icon/src/assets/smiley-sad.d.ts.map +1 -0
- package/dist/components/icon/src/assets/sms.d.ts +7 -0
- package/dist/components/icon/src/assets/sms.d.ts.map +1 -0
- package/dist/components/icon/src/assets/snapchat.d.ts +7 -0
- package/dist/components/icon/src/assets/snapchat.d.ts.map +1 -0
- package/dist/components/icon/src/assets/snowflake.d.ts +7 -0
- package/dist/components/icon/src/assets/snowflake.d.ts.map +1 -0
- package/dist/components/icon/src/assets/sorter-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/sorter-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/sorter.d.ts +7 -0
- package/dist/components/icon/src/assets/sorter.d.ts.map +1 -0
- package/dist/components/icon/src/assets/sparkles.d.ts +7 -0
- package/dist/components/icon/src/assets/sparkles.d.ts.map +1 -0
- package/dist/components/icon/src/assets/speedometer.d.ts +7 -0
- package/dist/components/icon/src/assets/speedometer.d.ts.map +1 -0
- package/dist/components/icon/src/assets/spell-check.d.ts +7 -0
- package/dist/components/icon/src/assets/spell-check.d.ts.map +1 -0
- package/dist/components/icon/src/assets/split.d.ts +7 -0
- package/dist/components/icon/src/assets/split.d.ts.map +1 -0
- package/dist/components/icon/src/assets/spyware.d.ts +7 -0
- package/dist/components/icon/src/assets/spyware.d.ts.map +1 -0
- package/dist/components/icon/src/assets/star-filled.d.ts +7 -0
- package/dist/components/icon/src/assets/star-filled.d.ts.map +1 -0
- package/dist/components/icon/src/assets/star.d.ts +7 -0
- package/dist/components/icon/src/assets/star.d.ts.map +1 -0
- package/dist/components/icon/src/assets/stop.d.ts +7 -0
- package/dist/components/icon/src/assets/stop.d.ts.map +1 -0
- package/dist/components/icon/src/assets/store.d.ts +7 -0
- package/dist/components/icon/src/assets/store.d.ts.map +1 -0
- package/dist/components/icon/src/assets/stream.d.ts +7 -0
- package/dist/components/icon/src/assets/stream.d.ts.map +1 -0
- package/dist/components/icon/src/assets/suitcase-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/suitcase-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/suitcase.d.ts +7 -0
- package/dist/components/icon/src/assets/suitcase.d.ts.map +1 -0
- package/dist/components/icon/src/assets/summary.d.ts +7 -0
- package/dist/components/icon/src/assets/summary.d.ts.map +1 -0
- package/dist/components/icon/src/assets/support-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/support-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/support.d.ts +7 -0
- package/dist/components/icon/src/assets/support.d.ts.map +1 -0
- package/dist/components/icon/src/assets/sustainability.d.ts +7 -0
- package/dist/components/icon/src/assets/sustainability.d.ts.map +1 -0
- package/dist/components/icon/src/assets/switch-arrows.d.ts +7 -0
- package/dist/components/icon/src/assets/switch-arrows.d.ts.map +1 -0
- package/dist/components/icon/src/assets/sync-ai.d.ts +7 -0
- package/dist/components/icon/src/assets/sync-ai.d.ts.map +1 -0
- package/dist/components/icon/src/assets/sync.d.ts +7 -0
- package/dist/components/icon/src/assets/sync.d.ts.map +1 -0
- package/dist/components/icon/src/assets/table-view.d.ts +7 -0
- package/dist/components/icon/src/assets/table-view.d.ts.map +1 -0
- package/dist/components/icon/src/assets/tablet.d.ts +7 -0
- package/dist/components/icon/src/assets/tablet.d.ts.map +1 -0
- package/dist/components/icon/src/assets/tag.d.ts +7 -0
- package/dist/components/icon/src/assets/tag.d.ts.map +1 -0
- package/dist/components/icon/src/assets/temperature.d.ts +7 -0
- package/dist/components/icon/src/assets/temperature.d.ts.map +1 -0
- package/dist/components/icon/src/assets/thinking.d.ts +7 -0
- package/dist/components/icon/src/assets/thinking.d.ts.map +1 -0
- package/dist/components/icon/src/assets/time.d.ts +7 -0
- package/dist/components/icon/src/assets/time.d.ts.map +1 -0
- package/dist/components/icon/src/assets/trade-phone.d.ts +7 -0
- package/dist/components/icon/src/assets/trade-phone.d.ts.map +1 -0
- package/dist/components/icon/src/assets/trailer.d.ts +7 -0
- package/dist/components/icon/src/assets/trailer.d.ts.map +1 -0
- package/dist/components/icon/src/assets/train.d.ts +7 -0
- package/dist/components/icon/src/assets/train.d.ts.map +1 -0
- package/dist/components/icon/src/assets/transfer.d.ts +7 -0
- package/dist/components/icon/src/assets/transfer.d.ts.map +1 -0
- package/dist/components/icon/src/assets/troubleshoot.d.ts +7 -0
- package/dist/components/icon/src/assets/troubleshoot.d.ts.map +1 -0
- package/dist/components/icon/src/assets/tv-next.d.ts +7 -0
- package/dist/components/icon/src/assets/tv-next.d.ts.map +1 -0
- package/dist/components/icon/src/assets/tv-pause.d.ts +7 -0
- package/dist/components/icon/src/assets/tv-pause.d.ts.map +1 -0
- package/dist/components/icon/src/assets/tv-previous.d.ts +7 -0
- package/dist/components/icon/src/assets/tv-previous.d.ts.map +1 -0
- package/dist/components/icon/src/assets/tv-stop.d.ts +7 -0
- package/dist/components/icon/src/assets/tv-stop.d.ts.map +1 -0
- package/dist/components/icon/src/assets/tv.d.ts +7 -0
- package/dist/components/icon/src/assets/tv.d.ts.map +1 -0
- package/dist/components/icon/src/assets/undo.d.ts +7 -0
- package/dist/components/icon/src/assets/undo.d.ts.map +1 -0
- package/dist/components/icon/src/assets/upload.d.ts +7 -0
- package/dist/components/icon/src/assets/upload.d.ts.map +1 -0
- package/dist/components/icon/src/assets/usb.d.ts +7 -0
- package/dist/components/icon/src/assets/usb.d.ts.map +1 -0
- package/dist/components/icon/src/assets/user-admin.d.ts +7 -0
- package/dist/components/icon/src/assets/user-admin.d.ts.map +1 -0
- package/dist/components/icon/src/assets/vcard.d.ts +7 -0
- package/dist/components/icon/src/assets/vcard.d.ts.map +1 -0
- package/dist/components/icon/src/assets/video-conference.d.ts +7 -0
- package/dist/components/icon/src/assets/video-conference.d.ts.map +1 -0
- package/dist/components/icon/src/assets/video.d.ts +7 -0
- package/dist/components/icon/src/assets/video.d.ts.map +1 -0
- package/dist/components/icon/src/assets/visible.d.ts +7 -0
- package/dist/components/icon/src/assets/visible.d.ts.map +1 -0
- package/dist/components/icon/src/assets/voice-switch.d.ts +7 -0
- package/dist/components/icon/src/assets/voice-switch.d.ts.map +1 -0
- package/dist/components/icon/src/assets/voicemail.d.ts +7 -0
- package/dist/components/icon/src/assets/voicemail.d.ts.map +1 -0
- package/dist/components/icon/src/assets/volume.d.ts +7 -0
- package/dist/components/icon/src/assets/volume.d.ts.map +1 -0
- package/dist/components/icon/src/assets/wallet.d.ts +7 -0
- package/dist/components/icon/src/assets/wallet.d.ts.map +1 -0
- package/dist/components/icon/src/assets/wallplug.d.ts +7 -0
- package/dist/components/icon/src/assets/wallplug.d.ts.map +1 -0
- package/dist/components/icon/src/assets/warning.d.ts +7 -0
- package/dist/components/icon/src/assets/warning.d.ts.map +1 -0
- package/dist/components/icon/src/assets/wavelength.d.ts +7 -0
- package/dist/components/icon/src/assets/wavelength.d.ts.map +1 -0
- package/dist/components/icon/src/assets/weather.d.ts +7 -0
- package/dist/components/icon/src/assets/weather.d.ts.map +1 -0
- package/dist/components/icon/src/assets/whatsapp.d.ts +7 -0
- package/dist/components/icon/src/assets/whatsapp.d.ts.map +1 -0
- package/dist/components/icon/src/assets/windows.d.ts +7 -0
- package/dist/components/icon/src/assets/windows.d.ts.map +1 -0
- package/dist/components/icon/src/assets/wireless-off.d.ts +7 -0
- package/dist/components/icon/src/assets/wireless-off.d.ts.map +1 -0
- package/dist/components/icon/src/assets/wireless-weak.d.ts +7 -0
- package/dist/components/icon/src/assets/wireless-weak.d.ts.map +1 -0
- package/dist/components/icon/src/assets/wireless.d.ts +7 -0
- package/dist/components/icon/src/assets/wireless.d.ts.map +1 -0
- package/dist/components/icon/src/assets/world-alert.d.ts +7 -0
- package/dist/components/icon/src/assets/world-alert.d.ts.map +1 -0
- package/dist/components/icon/src/assets/world-off.d.ts +7 -0
- package/dist/components/icon/src/assets/world-off.d.ts.map +1 -0
- package/dist/components/icon/src/assets/world-question.d.ts +7 -0
- package/dist/components/icon/src/assets/world-question.d.ts.map +1 -0
- package/dist/components/icon/src/assets/world.d.ts +7 -0
- package/dist/components/icon/src/assets/world.d.ts.map +1 -0
- package/dist/components/icon/src/assets/x.d.ts +7 -0
- package/dist/components/icon/src/assets/x.d.ts.map +1 -0
- package/dist/components/icon/src/assets/xiaomi.d.ts +7 -0
- package/dist/components/icon/src/assets/xiaomi.d.ts.map +1 -0
- package/dist/components/icon/src/assets/youtube.d.ts +7 -0
- package/dist/components/icon/src/assets/youtube.d.ts.map +1 -0
- package/dist/components/icon/src/assets/zoom-out.d.ts +7 -0
- package/dist/components/icon/src/assets/zoom-out.d.ts.map +1 -0
- package/dist/components/icon/src/assets/zoom.d.ts +7 -0
- package/dist/components/icon/src/assets/zoom.d.ts.map +1 -0
- package/dist/components/icon/src/components/activity-level.d.ts +7 -0
- package/dist/components/icon/src/components/activity-level.d.ts.map +1 -0
- package/dist/components/icon/src/components/add-ai.d.ts +7 -0
- package/dist/components/icon/src/components/add-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/add.d.ts +7 -0
- package/dist/components/icon/src/components/add.d.ts.map +1 -0
- package/dist/components/icon/src/components/address-book.d.ts +7 -0
- package/dist/components/icon/src/components/address-book.d.ts.map +1 -0
- package/dist/components/icon/src/components/airplay.d.ts +7 -0
- package/dist/components/icon/src/components/airplay.d.ts.map +1 -0
- package/dist/components/icon/src/components/alarm-off.d.ts +7 -0
- package/dist/components/icon/src/components/alarm-off.d.ts.map +1 -0
- package/dist/components/icon/src/components/alarm-on.d.ts +7 -0
- package/dist/components/icon/src/components/alarm-on.d.ts.map +1 -0
- package/dist/components/icon/src/components/alert-filled.d.ts +7 -0
- package/dist/components/icon/src/components/alert-filled.d.ts.map +1 -0
- package/dist/components/icon/src/components/alert.d.ts +7 -0
- package/dist/components/icon/src/components/alert.d.ts.map +1 -0
- package/dist/components/icon/src/components/android.d.ts +7 -0
- package/dist/components/icon/src/components/android.d.ts.map +1 -0
- package/dist/components/icon/src/components/apple.d.ts +7 -0
- package/dist/components/icon/src/components/apple.d.ts.map +1 -0
- package/dist/components/icon/src/components/arrow-down.d.ts +7 -0
- package/dist/components/icon/src/components/arrow-down.d.ts.map +1 -0
- package/dist/components/icon/src/components/arrow-left.d.ts +7 -0
- package/dist/components/icon/src/components/arrow-left.d.ts.map +1 -0
- package/dist/components/icon/src/components/arrow-right.d.ts +7 -0
- package/dist/components/icon/src/components/arrow-right.d.ts.map +1 -0
- package/dist/components/icon/src/components/arrow-subdirectory.d.ts +7 -0
- package/dist/components/icon/src/components/arrow-subdirectory.d.ts.map +1 -0
- package/dist/components/icon/src/components/arrow-up.d.ts +7 -0
- package/dist/components/icon/src/components/arrow-up.d.ts.map +1 -0
- package/dist/components/icon/src/components/attachment.d.ts +7 -0
- package/dist/components/icon/src/components/attachment.d.ts.map +1 -0
- package/dist/components/icon/src/components/b2b-customer.d.ts +7 -0
- package/dist/components/icon/src/components/b2b-customer.d.ts.map +1 -0
- package/dist/components/icon/src/components/bag-ai.d.ts +7 -0
- package/dist/components/icon/src/components/bag-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/bag.d.ts +7 -0
- package/dist/components/icon/src/components/bag.d.ts.map +1 -0
- package/dist/components/icon/src/components/bankid.d.ts +7 -0
- package/dist/components/icon/src/components/bankid.d.ts.map +1 -0
- package/dist/components/icon/src/components/bar-chart-ai.d.ts +7 -0
- package/dist/components/icon/src/components/bar-chart-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/bar-chart.d.ts +7 -0
- package/dist/components/icon/src/components/bar-chart.d.ts.map +1 -0
- package/dist/components/icon/src/components/basketball.d.ts +7 -0
- package/dist/components/icon/src/components/basketball.d.ts.map +1 -0
- package/dist/components/icon/src/components/battery.d.ts +7 -0
- package/dist/components/icon/src/components/battery.d.ts.map +1 -0
- package/dist/components/icon/src/components/blood-pressure.d.ts +7 -0
- package/dist/components/icon/src/components/blood-pressure.d.ts.map +1 -0
- package/dist/components/icon/src/components/bluetooth.d.ts +7 -0
- package/dist/components/icon/src/components/bluetooth.d.ts.map +1 -0
- package/dist/components/icon/src/components/bookmark-filled.d.ts +7 -0
- package/dist/components/icon/src/components/bookmark-filled.d.ts.map +1 -0
- package/dist/components/icon/src/components/bookmark.d.ts +7 -0
- package/dist/components/icon/src/components/bookmark.d.ts.map +1 -0
- package/dist/components/icon/src/components/box-ai.d.ts +7 -0
- package/dist/components/icon/src/components/box-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/box.d.ts +7 -0
- package/dist/components/icon/src/components/box.d.ts.map +1 -0
- package/dist/components/icon/src/components/broadband.d.ts +7 -0
- package/dist/components/icon/src/components/broadband.d.ts.map +1 -0
- package/dist/components/icon/src/components/broken-phone.d.ts +7 -0
- package/dist/components/icon/src/components/broken-phone.d.ts.map +1 -0
- package/dist/components/icon/src/components/bulb.d.ts +7 -0
- package/dist/components/icon/src/components/bulb.d.ts.map +1 -0
- package/dist/components/icon/src/components/business-continuity.d.ts +7 -0
- package/dist/components/icon/src/components/business-continuity.d.ts.map +1 -0
- package/dist/components/icon/src/components/business-intelligence.d.ts +7 -0
- package/dist/components/icon/src/components/business-intelligence.d.ts.map +1 -0
- package/dist/components/icon/src/components/calendar.d.ts +7 -0
- package/dist/components/icon/src/components/calendar.d.ts.map +1 -0
- package/dist/components/icon/src/components/camera.d.ts +7 -0
- package/dist/components/icon/src/components/camera.d.ts.map +1 -0
- package/dist/components/icon/src/components/card-view.d.ts +7 -0
- package/dist/components/icon/src/components/card-view.d.ts.map +1 -0
- package/dist/components/icon/src/components/care.d.ts +7 -0
- package/dist/components/icon/src/components/care.d.ts.map +1 -0
- package/dist/components/icon/src/components/cart-ai.d.ts +7 -0
- package/dist/components/icon/src/components/cart-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/cart.d.ts +7 -0
- package/dist/components/icon/src/components/cart.d.ts.map +1 -0
- package/dist/components/icon/src/components/cast.d.ts +7 -0
- package/dist/components/icon/src/components/cast.d.ts.map +1 -0
- package/dist/components/icon/src/components/chat-ai.d.ts +7 -0
- package/dist/components/icon/src/components/chat-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/chat-filled.d.ts +7 -0
- package/dist/components/icon/src/components/chat-filled.d.ts.map +1 -0
- package/dist/components/icon/src/components/chat-robot.d.ts +7 -0
- package/dist/components/icon/src/components/chat-robot.d.ts.map +1 -0
- package/dist/components/icon/src/components/chat-single-ai.d.ts +7 -0
- package/dist/components/icon/src/components/chat-single-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/chat-single.d.ts +7 -0
- package/dist/components/icon/src/components/chat-single.d.ts.map +1 -0
- package/dist/components/icon/src/components/chat.d.ts +7 -0
- package/dist/components/icon/src/components/chat.d.ts.map +1 -0
- package/dist/components/icon/src/components/check-circle-filled.d.ts +7 -0
- package/dist/components/icon/src/components/check-circle-filled.d.ts.map +1 -0
- package/dist/components/icon/src/components/check-circle.d.ts +7 -0
- package/dist/components/icon/src/components/check-circle.d.ts.map +1 -0
- package/dist/components/icon/src/components/checkmark-bold.d.ts +7 -0
- package/dist/components/icon/src/components/checkmark-bold.d.ts.map +1 -0
- package/dist/components/icon/src/components/checkmark.d.ts +7 -0
- package/dist/components/icon/src/components/checkmark.d.ts.map +1 -0
- package/dist/components/icon/src/components/chevron-down.d.ts +7 -0
- package/dist/components/icon/src/components/chevron-down.d.ts.map +1 -0
- package/dist/components/icon/src/components/chevron-left.d.ts +7 -0
- package/dist/components/icon/src/components/chevron-left.d.ts.map +1 -0
- package/dist/components/icon/src/components/chevron-right.d.ts +7 -0
- package/dist/components/icon/src/components/chevron-right.d.ts.map +1 -0
- package/dist/components/icon/src/components/chevron-up.d.ts +7 -0
- package/dist/components/icon/src/components/chevron-up.d.ts.map +1 -0
- package/dist/components/icon/src/components/child-1.d.ts +7 -0
- package/dist/components/icon/src/components/child-1.d.ts.map +1 -0
- package/dist/components/icon/src/components/child-2.d.ts +7 -0
- package/dist/components/icon/src/components/child-2.d.ts.map +1 -0
- package/dist/components/icon/src/components/close-circle.d.ts +7 -0
- package/dist/components/icon/src/components/close-circle.d.ts.map +1 -0
- package/dist/components/icon/src/components/close.d.ts +7 -0
- package/dist/components/icon/src/components/close.d.ts.map +1 -0
- package/dist/components/icon/src/components/cloud-connect.d.ts +7 -0
- package/dist/components/icon/src/components/cloud-connect.d.ts.map +1 -0
- package/dist/components/icon/src/components/cloud.d.ts +7 -0
- package/dist/components/icon/src/components/cloud.d.ts.map +1 -0
- package/dist/components/icon/src/components/coffee.d.ts +7 -0
- package/dist/components/icon/src/components/coffee.d.ts.map +1 -0
- package/dist/components/icon/src/components/compass.d.ts +7 -0
- package/dist/components/icon/src/components/compass.d.ts.map +1 -0
- package/dist/components/icon/src/components/connected-building.d.ts +7 -0
- package/dist/components/icon/src/components/connected-building.d.ts.map +1 -0
- package/dist/components/icon/src/components/connected.d.ts +7 -0
- package/dist/components/icon/src/components/connected.d.ts.map +1 -0
- package/dist/components/icon/src/components/construction.d.ts +7 -0
- package/dist/components/icon/src/components/construction.d.ts.map +1 -0
- package/dist/components/icon/src/components/conversation.d.ts +7 -0
- package/dist/components/icon/src/components/conversation.d.ts.map +1 -0
- package/dist/components/icon/src/components/cookie.d.ts +7 -0
- package/dist/components/icon/src/components/cookie.d.ts.map +1 -0
- package/dist/components/icon/src/components/copy-filled.d.ts +7 -0
- package/dist/components/icon/src/components/copy-filled.d.ts.map +1 -0
- package/dist/components/icon/src/components/copy.d.ts +7 -0
- package/dist/components/icon/src/components/copy.d.ts.map +1 -0
- package/dist/components/icon/src/components/core-router.d.ts +7 -0
- package/dist/components/icon/src/components/core-router.d.ts.map +1 -0
- package/dist/components/icon/src/components/credit-card.d.ts +7 -0
- package/dist/components/icon/src/components/credit-card.d.ts.map +1 -0
- package/dist/components/icon/src/components/customer-dialogue.d.ts +7 -0
- package/dist/components/icon/src/components/customer-dialogue.d.ts.map +1 -0
- package/dist/components/icon/src/components/daas-device.d.ts +7 -0
- package/dist/components/icon/src/components/daas-device.d.ts.map +1 -0
- package/dist/components/icon/src/components/data-transfer.d.ts +7 -0
- package/dist/components/icon/src/components/data-transfer.d.ts.map +1 -0
- package/dist/components/icon/src/components/delivery.d.ts +7 -0
- package/dist/components/icon/src/components/delivery.d.ts.map +1 -0
- package/dist/components/icon/src/components/desktop.d.ts +7 -0
- package/dist/components/icon/src/components/desktop.d.ts.map +1 -0
- package/dist/components/icon/src/components/devices-ai.d.ts +7 -0
- package/dist/components/icon/src/components/devices-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/devices.d.ts +7 -0
- package/dist/components/icon/src/components/devices.d.ts.map +1 -0
- package/dist/components/icon/src/components/dislike-filled.d.ts +7 -0
- package/dist/components/icon/src/components/dislike-filled.d.ts.map +1 -0
- package/dist/components/icon/src/components/dislike.d.ts +7 -0
- package/dist/components/icon/src/components/dislike.d.ts.map +1 -0
- package/dist/components/icon/src/components/doc-ai.d.ts +7 -0
- package/dist/components/icon/src/components/doc-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/doc.d.ts +7 -0
- package/dist/components/icon/src/components/doc.d.ts.map +1 -0
- package/dist/components/icon/src/components/document-doc.d.ts +7 -0
- package/dist/components/icon/src/components/document-doc.d.ts.map +1 -0
- package/dist/components/icon/src/components/document-edit.d.ts +7 -0
- package/dist/components/icon/src/components/document-edit.d.ts.map +1 -0
- package/dist/components/icon/src/components/document-excel.d.ts +7 -0
- package/dist/components/icon/src/components/document-excel.d.ts.map +1 -0
- package/dist/components/icon/src/components/document-pdf.d.ts +7 -0
- package/dist/components/icon/src/components/document-pdf.d.ts.map +1 -0
- package/dist/components/icon/src/components/document-ppt.d.ts +7 -0
- package/dist/components/icon/src/components/document-ppt.d.ts.map +1 -0
- package/dist/components/icon/src/components/download.d.ts +7 -0
- package/dist/components/icon/src/components/download.d.ts.map +1 -0
- package/dist/components/icon/src/components/drag-horizontal.d.ts +7 -0
- package/dist/components/icon/src/components/drag-horizontal.d.ts.map +1 -0
- package/dist/components/icon/src/components/drag-vertical.d.ts +7 -0
- package/dist/components/icon/src/components/drag-vertical.d.ts.map +1 -0
- package/dist/components/icon/src/components/drone.d.ts +7 -0
- package/dist/components/icon/src/components/drone.d.ts.map +1 -0
- package/dist/components/icon/src/components/dsl-hub.d.ts +7 -0
- package/dist/components/icon/src/components/dsl-hub.d.ts.map +1 -0
- package/dist/components/icon/src/components/edit-ai.d.ts +7 -0
- package/dist/components/icon/src/components/edit-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/edit.d.ts +7 -0
- package/dist/components/icon/src/components/edit.d.ts.map +1 -0
- package/dist/components/icon/src/components/education.d.ts +7 -0
- package/dist/components/icon/src/components/education.d.ts.map +1 -0
- package/dist/components/icon/src/components/efficiency.d.ts +7 -0
- package/dist/components/icon/src/components/efficiency.d.ts.map +1 -0
- package/dist/components/icon/src/components/email.d.ts +7 -0
- package/dist/components/icon/src/components/email.d.ts.map +1 -0
- package/dist/components/icon/src/components/end-user-ai.d.ts +7 -0
- package/dist/components/icon/src/components/end-user-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/end-user.d.ts +7 -0
- package/dist/components/icon/src/components/end-user.d.ts.map +1 -0
- package/dist/components/icon/src/components/entertainment.d.ts +7 -0
- package/dist/components/icon/src/components/entertainment.d.ts.map +1 -0
- package/dist/components/icon/src/components/environment.d.ts +7 -0
- package/dist/components/icon/src/components/environment.d.ts.map +1 -0
- package/dist/components/icon/src/components/error-filled.d.ts +7 -0
- package/dist/components/icon/src/components/error-filled.d.ts.map +1 -0
- package/dist/components/icon/src/components/error.d.ts +7 -0
- package/dist/components/icon/src/components/error.d.ts.map +1 -0
- package/dist/components/icon/src/components/esim-simcard.d.ts +7 -0
- package/dist/components/icon/src/components/esim-simcard.d.ts.map +1 -0
- package/dist/components/icon/src/components/esim.d.ts +7 -0
- package/dist/components/icon/src/components/esim.d.ts.map +1 -0
- package/dist/components/icon/src/components/euro.d.ts +7 -0
- package/dist/components/icon/src/components/euro.d.ts.map +1 -0
- package/dist/components/icon/src/components/external.d.ts +7 -0
- package/dist/components/icon/src/components/external.d.ts.map +1 -0
- package/dist/components/icon/src/components/face-id.d.ts +7 -0
- package/dist/components/icon/src/components/face-id.d.ts.map +1 -0
- package/dist/components/icon/src/components/facebook.d.ts +7 -0
- package/dist/components/icon/src/components/facebook.d.ts.map +1 -0
- package/dist/components/icon/src/components/facemask.d.ts +7 -0
- package/dist/components/icon/src/components/facemask.d.ts.map +1 -0
- package/dist/components/icon/src/components/fiber.d.ts +7 -0
- package/dist/components/icon/src/components/fiber.d.ts.map +1 -0
- package/dist/components/icon/src/components/film.d.ts +7 -0
- package/dist/components/icon/src/components/film.d.ts.map +1 -0
- package/dist/components/icon/src/components/filter.d.ts +7 -0
- package/dist/components/icon/src/components/filter.d.ts.map +1 -0
- package/dist/components/icon/src/components/fingerprint.d.ts +7 -0
- package/dist/components/icon/src/components/fingerprint.d.ts.map +1 -0
- package/dist/components/icon/src/components/fiveg.d.ts +7 -0
- package/dist/components/icon/src/components/fiveg.d.ts.map +1 -0
- package/dist/components/icon/src/components/flag.d.ts +7 -0
- package/dist/components/icon/src/components/flag.d.ts.map +1 -0
- package/dist/components/icon/src/components/focus.d.ts +7 -0
- package/dist/components/icon/src/components/focus.d.ts.map +1 -0
- package/dist/components/icon/src/components/folder-copy.d.ts +7 -0
- package/dist/components/icon/src/components/folder-copy.d.ts.map +1 -0
- package/dist/components/icon/src/components/folder-new.d.ts +7 -0
- package/dist/components/icon/src/components/folder-new.d.ts.map +1 -0
- package/dist/components/icon/src/components/folder.d.ts +7 -0
- package/dist/components/icon/src/components/folder.d.ts.map +1 -0
- package/dist/components/icon/src/components/food.d.ts +7 -0
- package/dist/components/icon/src/components/food.d.ts.map +1 -0
- package/dist/components/icon/src/components/fourg.d.ts +7 -0
- package/dist/components/icon/src/components/fourg.d.ts.map +1 -0
- package/dist/components/icon/src/components/fraud.d.ts +7 -0
- package/dist/components/icon/src/components/fraud.d.ts.map +1 -0
- package/dist/components/icon/src/components/games.d.ts +7 -0
- package/dist/components/icon/src/components/games.d.ts.map +1 -0
- package/dist/components/icon/src/components/getting-started.d.ts +7 -0
- package/dist/components/icon/src/components/getting-started.d.ts.map +1 -0
- package/dist/components/icon/src/components/gif.d.ts +7 -0
- package/dist/components/icon/src/components/gif.d.ts.map +1 -0
- package/dist/components/icon/src/components/google.d.ts +7 -0
- package/dist/components/icon/src/components/google.d.ts.map +1 -0
- package/dist/components/icon/src/components/graph-ai.d.ts +7 -0
- package/dist/components/icon/src/components/graph-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/graph.d.ts +7 -0
- package/dist/components/icon/src/components/graph.d.ts.map +1 -0
- package/dist/components/icon/src/components/grid-view.d.ts +7 -0
- package/dist/components/icon/src/components/grid-view.d.ts.map +1 -0
- package/dist/components/icon/src/components/handshake.d.ts +7 -0
- package/dist/components/icon/src/components/handshake.d.ts.map +1 -0
- package/dist/components/icon/src/components/headphones.d.ts +7 -0
- package/dist/components/icon/src/components/headphones.d.ts.map +1 -0
- package/dist/components/icon/src/components/heart-filled.d.ts +7 -0
- package/dist/components/icon/src/components/heart-filled.d.ts.map +1 -0
- package/dist/components/icon/src/components/heart.d.ts +7 -0
- package/dist/components/icon/src/components/heart.d.ts.map +1 -0
- package/dist/components/icon/src/components/help.d.ts +7 -0
- package/dist/components/icon/src/components/help.d.ts.map +1 -0
- package/dist/components/icon/src/components/home-care.d.ts +7 -0
- package/dist/components/icon/src/components/home-care.d.ts.map +1 -0
- package/dist/components/icon/src/components/home-filled.d.ts +7 -0
- package/dist/components/icon/src/components/home-filled.d.ts.map +1 -0
- package/dist/components/icon/src/components/home-installation.d.ts +7 -0
- package/dist/components/icon/src/components/home-installation.d.ts.map +1 -0
- package/dist/components/icon/src/components/home.d.ts +7 -0
- package/dist/components/icon/src/components/home.d.ts.map +1 -0
- package/dist/components/icon/src/components/hospital.d.ts +7 -0
- package/dist/components/icon/src/components/hospital.d.ts.map +1 -0
- package/dist/components/icon/src/components/hourglass.d.ts +7 -0
- package/dist/components/icon/src/components/hourglass.d.ts.map +1 -0
- package/dist/components/icon/src/components/image.d.ts +7 -0
- package/dist/components/icon/src/components/image.d.ts.map +1 -0
- package/dist/components/icon/src/components/industrial-iot.d.ts +7 -0
- package/dist/components/icon/src/components/industrial-iot.d.ts.map +1 -0
- package/dist/components/icon/src/components/industry.d.ts +7 -0
- package/dist/components/icon/src/components/industry.d.ts.map +1 -0
- package/dist/components/icon/src/components/infinite.d.ts +7 -0
- package/dist/components/icon/src/components/infinite.d.ts.map +1 -0
- package/dist/components/icon/src/components/info-filled.d.ts +7 -0
- package/dist/components/icon/src/components/info-filled.d.ts.map +1 -0
- package/dist/components/icon/src/components/info.d.ts +7 -0
- package/dist/components/icon/src/components/info.d.ts.map +1 -0
- package/dist/components/icon/src/components/instagram.d.ts +7 -0
- package/dist/components/icon/src/components/instagram.d.ts.map +1 -0
- package/dist/components/icon/src/components/internet.d.ts +7 -0
- package/dist/components/icon/src/components/internet.d.ts.map +1 -0
- package/dist/components/icon/src/components/invisible.d.ts +7 -0
- package/dist/components/icon/src/components/invisible.d.ts.map +1 -0
- package/dist/components/icon/src/components/invoice-ai.d.ts +7 -0
- package/dist/components/icon/src/components/invoice-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/invoice-filled.d.ts +7 -0
- package/dist/components/icon/src/components/invoice-filled.d.ts.map +1 -0
- package/dist/components/icon/src/components/invoice.d.ts +7 -0
- package/dist/components/icon/src/components/invoice.d.ts.map +1 -0
- package/dist/components/icon/src/components/it-service.d.ts +7 -0
- package/dist/components/icon/src/components/it-service.d.ts.map +1 -0
- package/dist/components/icon/src/components/job-search.d.ts +7 -0
- package/dist/components/icon/src/components/job-search.d.ts.map +1 -0
- package/dist/components/icon/src/components/kai-os.d.ts +7 -0
- package/dist/components/icon/src/components/kai-os.d.ts.map +1 -0
- package/dist/components/icon/src/components/key.d.ts +7 -0
- package/dist/components/icon/src/components/key.d.ts.map +1 -0
- package/dist/components/icon/src/components/kontantkort.d.ts +7 -0
- package/dist/components/icon/src/components/kontantkort.d.ts.map +1 -0
- package/dist/components/icon/src/components/kr.d.ts +7 -0
- package/dist/components/icon/src/components/kr.d.ts.map +1 -0
- package/dist/components/icon/src/components/laptop.d.ts +7 -0
- package/dist/components/icon/src/components/laptop.d.ts.map +1 -0
- package/dist/components/icon/src/components/late-payment.d.ts +7 -0
- package/dist/components/icon/src/components/late-payment.d.ts.map +1 -0
- package/dist/components/icon/src/components/layers.d.ts +7 -0
- package/dist/components/icon/src/components/layers.d.ts.map +1 -0
- package/dist/components/icon/src/components/letter.d.ts +7 -0
- package/dist/components/icon/src/components/letter.d.ts.map +1 -0
- package/dist/components/icon/src/components/like-filled.d.ts +7 -0
- package/dist/components/icon/src/components/like-filled.d.ts.map +1 -0
- package/dist/components/icon/src/components/like.d.ts +7 -0
- package/dist/components/icon/src/components/like.d.ts.map +1 -0
- package/dist/components/icon/src/components/link.d.ts +7 -0
- package/dist/components/icon/src/components/link.d.ts.map +1 -0
- package/dist/components/icon/src/components/linkedin.d.ts +7 -0
- package/dist/components/icon/src/components/linkedin.d.ts.map +1 -0
- package/dist/components/icon/src/components/list-view.d.ts +7 -0
- package/dist/components/icon/src/components/list-view.d.ts.map +1 -0
- package/dist/components/icon/src/components/lock-open.d.ts +7 -0
- package/dist/components/icon/src/components/lock-open.d.ts.map +1 -0
- package/dist/components/icon/src/components/lock.d.ts +7 -0
- package/dist/components/icon/src/components/lock.d.ts.map +1 -0
- package/dist/components/icon/src/components/login.d.ts +7 -0
- package/dist/components/icon/src/components/login.d.ts.map +1 -0
- package/dist/components/icon/src/components/logout.d.ts +7 -0
- package/dist/components/icon/src/components/logout.d.ts.map +1 -0
- package/dist/components/icon/src/components/map.d.ts +7 -0
- package/dist/components/icon/src/components/map.d.ts.map +1 -0
- package/dist/components/icon/src/components/maximize.d.ts +7 -0
- package/dist/components/icon/src/components/maximize.d.ts.map +1 -0
- package/dist/components/icon/src/components/measuring-health.d.ts +7 -0
- package/dist/components/icon/src/components/measuring-health.d.ts.map +1 -0
- package/dist/components/icon/src/components/media-content.d.ts +7 -0
- package/dist/components/icon/src/components/media-content.d.ts.map +1 -0
- package/dist/components/icon/src/components/megaphone.d.ts +7 -0
- package/dist/components/icon/src/components/megaphone.d.ts.map +1 -0
- package/dist/components/icon/src/components/menu.d.ts +7 -0
- package/dist/components/icon/src/components/menu.d.ts.map +1 -0
- package/dist/components/icon/src/components/microphone.d.ts +7 -0
- package/dist/components/icon/src/components/microphone.d.ts.map +1 -0
- package/dist/components/icon/src/components/minimize.d.ts +7 -0
- package/dist/components/icon/src/components/minimize.d.ts.map +1 -0
- package/dist/components/icon/src/components/minus-bold.d.ts +7 -0
- package/dist/components/icon/src/components/minus-bold.d.ts.map +1 -0
- package/dist/components/icon/src/components/minus.d.ts +7 -0
- package/dist/components/icon/src/components/minus.d.ts.map +1 -0
- package/dist/components/icon/src/components/mms.d.ts +7 -0
- package/dist/components/icon/src/components/mms.d.ts.map +1 -0
- package/dist/components/icon/src/components/mobile-broadband.d.ts +7 -0
- package/dist/components/icon/src/components/mobile-broadband.d.ts.map +1 -0
- package/dist/components/icon/src/components/moisture.d.ts +7 -0
- package/dist/components/icon/src/components/moisture.d.ts.map +1 -0
- package/dist/components/icon/src/components/money-back-euro.d.ts +7 -0
- package/dist/components/icon/src/components/money-back-euro.d.ts.map +1 -0
- package/dist/components/icon/src/components/money-back-kr.d.ts +7 -0
- package/dist/components/icon/src/components/money-back-kr.d.ts.map +1 -0
- package/dist/components/icon/src/components/money-euro.d.ts +7 -0
- package/dist/components/icon/src/components/money-euro.d.ts.map +1 -0
- package/dist/components/icon/src/components/money-kr.d.ts +7 -0
- package/dist/components/icon/src/components/money-kr.d.ts.map +1 -0
- package/dist/components/icon/src/components/monitoring-iot.d.ts +7 -0
- package/dist/components/icon/src/components/monitoring-iot.d.ts.map +1 -0
- package/dist/components/icon/src/components/more-horizontal-filled.d.ts +7 -0
- package/dist/components/icon/src/components/more-horizontal-filled.d.ts.map +1 -0
- package/dist/components/icon/src/components/more-horizontal.d.ts +7 -0
- package/dist/components/icon/src/components/more-horizontal.d.ts.map +1 -0
- package/dist/components/icon/src/components/more-vertical.d.ts +7 -0
- package/dist/components/icon/src/components/more-vertical.d.ts.map +1 -0
- package/dist/components/icon/src/components/move.d.ts +7 -0
- package/dist/components/icon/src/components/move.d.ts.map +1 -0
- package/dist/components/icon/src/components/music.d.ts +7 -0
- package/dist/components/icon/src/components/music.d.ts.map +1 -0
- package/dist/components/icon/src/components/mute.d.ts +7 -0
- package/dist/components/icon/src/components/mute.d.ts.map +1 -0
- package/dist/components/icon/src/components/network.d.ts +7 -0
- package/dist/components/icon/src/components/network.d.ts.map +1 -0
- package/dist/components/icon/src/components/new-contact-ai.d.ts +7 -0
- package/dist/components/icon/src/components/new-contact-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/new-contact.d.ts +7 -0
- package/dist/components/icon/src/components/new-contact.d.ts.map +1 -0
- package/dist/components/icon/src/components/new-group.d.ts +7 -0
- package/dist/components/icon/src/components/new-group.d.ts.map +1 -0
- package/dist/components/icon/src/components/news.d.ts +7 -0
- package/dist/components/icon/src/components/news.d.ts.map +1 -0
- package/dist/components/icon/src/components/offering.d.ts +7 -0
- package/dist/components/icon/src/components/offering.d.ts.map +1 -0
- package/dist/components/icon/src/components/offshore.d.ts +7 -0
- package/dist/components/icon/src/components/offshore.d.ts.map +1 -0
- package/dist/components/icon/src/components/oneplus.d.ts +7 -0
- package/dist/components/icon/src/components/oneplus.d.ts.map +1 -0
- package/dist/components/icon/src/components/optimization.d.ts +7 -0
- package/dist/components/icon/src/components/optimization.d.ts.map +1 -0
- package/dist/components/icon/src/components/org-chart.d.ts +7 -0
- package/dist/components/icon/src/components/org-chart.d.ts.map +1 -0
- package/dist/components/icon/src/components/parental-guide.d.ts +7 -0
- package/dist/components/icon/src/components/parental-guide.d.ts.map +1 -0
- package/dist/components/icon/src/components/password-invisible.d.ts +7 -0
- package/dist/components/icon/src/components/password-invisible.d.ts.map +1 -0
- package/dist/components/icon/src/components/password-visible.d.ts +7 -0
- package/dist/components/icon/src/components/password-visible.d.ts.map +1 -0
- package/dist/components/icon/src/components/pay-installments-euro.d.ts +7 -0
- package/dist/components/icon/src/components/pay-installments-euro.d.ts.map +1 -0
- package/dist/components/icon/src/components/pay-installments-kr.d.ts +7 -0
- package/dist/components/icon/src/components/pay-installments-kr.d.ts.map +1 -0
- package/dist/components/icon/src/components/pay-monthly-euro.d.ts +7 -0
- package/dist/components/icon/src/components/pay-monthly-euro.d.ts.map +1 -0
- package/dist/components/icon/src/components/pay-monthly-kr.d.ts +7 -0
- package/dist/components/icon/src/components/pay-monthly-kr.d.ts.map +1 -0
- package/dist/components/icon/src/components/pay-once-euro.d.ts +7 -0
- package/dist/components/icon/src/components/pay-once-euro.d.ts.map +1 -0
- package/dist/components/icon/src/components/pay-once-kr.d.ts +7 -0
- package/dist/components/icon/src/components/pay-once-kr.d.ts.map +1 -0
- package/dist/components/icon/src/components/payment-success.d.ts +7 -0
- package/dist/components/icon/src/components/payment-success.d.ts.map +1 -0
- package/dist/components/icon/src/components/pebble-ai.d.ts +7 -0
- package/dist/components/icon/src/components/pebble-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/pebble.d.ts +7 -0
- package/dist/components/icon/src/components/pebble.d.ts.map +1 -0
- package/dist/components/icon/src/components/people-hub.d.ts +7 -0
- package/dist/components/icon/src/components/people-hub.d.ts.map +1 -0
- package/dist/components/icon/src/components/people.d.ts +7 -0
- package/dist/components/icon/src/components/people.d.ts.map +1 -0
- package/dist/components/icon/src/components/pet-dog.d.ts +7 -0
- package/dist/components/icon/src/components/pet-dog.d.ts.map +1 -0
- package/dist/components/icon/src/components/phone-recycling.d.ts +7 -0
- package/dist/components/icon/src/components/phone-recycling.d.ts.map +1 -0
- package/dist/components/icon/src/components/phone-ringing.d.ts +7 -0
- package/dist/components/icon/src/components/phone-ringing.d.ts.map +1 -0
- package/dist/components/icon/src/components/phone.d.ts +7 -0
- package/dist/components/icon/src/components/phone.d.ts.map +1 -0
- package/dist/components/icon/src/components/pie-chart.d.ts +7 -0
- package/dist/components/icon/src/components/pie-chart.d.ts.map +1 -0
- package/dist/components/icon/src/components/pin.d.ts +7 -0
- package/dist/components/icon/src/components/pin.d.ts.map +1 -0
- package/dist/components/icon/src/components/plane.d.ts +7 -0
- package/dist/components/icon/src/components/plane.d.ts.map +1 -0
- package/dist/components/icon/src/components/play-filled.d.ts +7 -0
- package/dist/components/icon/src/components/play-filled.d.ts.map +1 -0
- package/dist/components/icon/src/components/play.d.ts +7 -0
- package/dist/components/icon/src/components/play.d.ts.map +1 -0
- package/dist/components/icon/src/components/player-settings.d.ts +7 -0
- package/dist/components/icon/src/components/player-settings.d.ts.map +1 -0
- package/dist/components/icon/src/components/plus-ai.d.ts +7 -0
- package/dist/components/icon/src/components/plus-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/plus-minus.d.ts +7 -0
- package/dist/components/icon/src/components/plus-minus.d.ts.map +1 -0
- package/dist/components/icon/src/components/plus.d.ts +7 -0
- package/dist/components/icon/src/components/plus.d.ts.map +1 -0
- package/dist/components/icon/src/components/police.d.ts +7 -0
- package/dist/components/icon/src/components/police.d.ts.map +1 -0
- package/dist/components/icon/src/components/portal.d.ts +7 -0
- package/dist/components/icon/src/components/portal.d.ts.map +1 -0
- package/dist/components/icon/src/components/power-grid.d.ts +7 -0
- package/dist/components/icon/src/components/power-grid.d.ts.map +1 -0
- package/dist/components/icon/src/components/premises-datacenter.d.ts +7 -0
- package/dist/components/icon/src/components/premises-datacenter.d.ts.map +1 -0
- package/dist/components/icon/src/components/premises-large.d.ts +7 -0
- package/dist/components/icon/src/components/premises-large.d.ts.map +1 -0
- package/dist/components/icon/src/components/premises-medium.d.ts +7 -0
- package/dist/components/icon/src/components/premises-medium.d.ts.map +1 -0
- package/dist/components/icon/src/components/premises-small.d.ts +7 -0
- package/dist/components/icon/src/components/premises-small.d.ts.map +1 -0
- package/dist/components/icon/src/components/premises.d.ts +7 -0
- package/dist/components/icon/src/components/premises.d.ts.map +1 -0
- package/dist/components/icon/src/components/present.d.ts +7 -0
- package/dist/components/icon/src/components/present.d.ts.map +1 -0
- package/dist/components/icon/src/components/press-button.d.ts +7 -0
- package/dist/components/icon/src/components/press-button.d.ts.map +1 -0
- package/dist/components/icon/src/components/price.d.ts +7 -0
- package/dist/components/icon/src/components/price.d.ts.map +1 -0
- package/dist/components/icon/src/components/print.d.ts +7 -0
- package/dist/components/icon/src/components/print.d.ts.map +1 -0
- package/dist/components/icon/src/components/pulse.d.ts +7 -0
- package/dist/components/icon/src/components/pulse.d.ts.map +1 -0
- package/dist/components/icon/src/components/qr-code.d.ts +7 -0
- package/dist/components/icon/src/components/qr-code.d.ts.map +1 -0
- package/dist/components/icon/src/components/question-filled.d.ts +7 -0
- package/dist/components/icon/src/components/question-filled.d.ts.map +1 -0
- package/dist/components/icon/src/components/question.d.ts +7 -0
- package/dist/components/icon/src/components/question.d.ts.map +1 -0
- package/dist/components/icon/src/components/rack.d.ts +7 -0
- package/dist/components/icon/src/components/rack.d.ts.map +1 -0
- package/dist/components/icon/src/components/radio.d.ts +7 -0
- package/dist/components/icon/src/components/radio.d.ts.map +1 -0
- package/dist/components/icon/src/components/record.d.ts +7 -0
- package/dist/components/icon/src/components/record.d.ts.map +1 -0
- package/dist/components/icon/src/components/recycle.d.ts +7 -0
- package/dist/components/icon/src/components/recycle.d.ts.map +1 -0
- package/dist/components/icon/src/components/refill-card.d.ts +7 -0
- package/dist/components/icon/src/components/refill-card.d.ts.map +1 -0
- package/dist/components/icon/src/components/register.d.ts +7 -0
- package/dist/components/icon/src/components/register.d.ts.map +1 -0
- package/dist/components/icon/src/components/remote-control.d.ts +7 -0
- package/dist/components/icon/src/components/remote-control.d.ts.map +1 -0
- package/dist/components/icon/src/components/remove-ai.d.ts +7 -0
- package/dist/components/icon/src/components/remove-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/remove-filled.d.ts +7 -0
- package/dist/components/icon/src/components/remove-filled.d.ts.map +1 -0
- package/dist/components/icon/src/components/remove.d.ts +7 -0
- package/dist/components/icon/src/components/remove.d.ts.map +1 -0
- package/dist/components/icon/src/components/repair-ai.d.ts +7 -0
- package/dist/components/icon/src/components/repair-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/repair.d.ts +7 -0
- package/dist/components/icon/src/components/repair.d.ts.map +1 -0
- package/dist/components/icon/src/components/report-ai.d.ts +7 -0
- package/dist/components/icon/src/components/report-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/report.d.ts +7 -0
- package/dist/components/icon/src/components/report.d.ts.map +1 -0
- package/dist/components/icon/src/components/resend.d.ts +7 -0
- package/dist/components/icon/src/components/resend.d.ts.map +1 -0
- package/dist/components/icon/src/components/reservation.d.ts +7 -0
- package/dist/components/icon/src/components/reservation.d.ts.map +1 -0
- package/dist/components/icon/src/components/reverse.d.ts +7 -0
- package/dist/components/icon/src/components/reverse.d.ts.map +1 -0
- package/dist/components/icon/src/components/roaming.d.ts +7 -0
- package/dist/components/icon/src/components/roaming.d.ts.map +1 -0
- package/dist/components/icon/src/components/robot-ai.d.ts +7 -0
- package/dist/components/icon/src/components/robot-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/robot.d.ts +7 -0
- package/dist/components/icon/src/components/robot.d.ts.map +1 -0
- package/dist/components/icon/src/components/route.d.ts +7 -0
- package/dist/components/icon/src/components/route.d.ts.map +1 -0
- package/dist/components/icon/src/components/router.d.ts +7 -0
- package/dist/components/icon/src/components/router.d.ts.map +1 -0
- package/dist/components/icon/src/components/ruler.d.ts +7 -0
- package/dist/components/icon/src/components/ruler.d.ts.map +1 -0
- package/dist/components/icon/src/components/samsung.d.ts +7 -0
- package/dist/components/icon/src/components/samsung.d.ts.map +1 -0
- package/dist/components/icon/src/components/satellite.d.ts +7 -0
- package/dist/components/icon/src/components/satellite.d.ts.map +1 -0
- package/dist/components/icon/src/components/save-ai.d.ts +7 -0
- package/dist/components/icon/src/components/save-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/save.d.ts +7 -0
- package/dist/components/icon/src/components/save.d.ts.map +1 -0
- package/dist/components/icon/src/components/savings.d.ts +7 -0
- package/dist/components/icon/src/components/savings.d.ts.map +1 -0
- package/dist/components/icon/src/components/scan.d.ts +7 -0
- package/dist/components/icon/src/components/scan.d.ts.map +1 -0
- package/dist/components/icon/src/components/search-ai.d.ts +7 -0
- package/dist/components/icon/src/components/search-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/search.d.ts +7 -0
- package/dist/components/icon/src/components/search.d.ts.map +1 -0
- package/dist/components/icon/src/components/secure-device.d.ts +7 -0
- package/dist/components/icon/src/components/secure-device.d.ts.map +1 -0
- package/dist/components/icon/src/components/secured-1.d.ts +7 -0
- package/dist/components/icon/src/components/secured-1.d.ts.map +1 -0
- package/dist/components/icon/src/components/secured-2.d.ts +7 -0
- package/dist/components/icon/src/components/secured-2.d.ts.map +1 -0
- package/dist/components/icon/src/components/security-camera.d.ts +7 -0
- package/dist/components/icon/src/components/security-camera.d.ts.map +1 -0
- package/dist/components/icon/src/components/send-ai.d.ts +7 -0
- package/dist/components/icon/src/components/send-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/send.d.ts +7 -0
- package/dist/components/icon/src/components/send.d.ts.map +1 -0
- package/dist/components/icon/src/components/sense-car.d.ts +7 -0
- package/dist/components/icon/src/components/sense-car.d.ts.map +1 -0
- package/dist/components/icon/src/components/server.d.ts +7 -0
- package/dist/components/icon/src/components/server.d.ts.map +1 -0
- package/dist/components/icon/src/components/service-device.d.ts +7 -0
- package/dist/components/icon/src/components/service-device.d.ts.map +1 -0
- package/dist/components/icon/src/components/service-supervision.d.ts +7 -0
- package/dist/components/icon/src/components/service-supervision.d.ts.map +1 -0
- package/dist/components/icon/src/components/services.d.ts +7 -0
- package/dist/components/icon/src/components/services.d.ts.map +1 -0
- package/dist/components/icon/src/components/settings-ai.d.ts +7 -0
- package/dist/components/icon/src/components/settings-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/settings.d.ts +7 -0
- package/dist/components/icon/src/components/settings.d.ts.map +1 -0
- package/dist/components/icon/src/components/share.d.ts +7 -0
- package/dist/components/icon/src/components/share.d.ts.map +1 -0
- package/dist/components/icon/src/components/shopping-ai.d.ts +7 -0
- package/dist/components/icon/src/components/shopping-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/shopping.d.ts +7 -0
- package/dist/components/icon/src/components/shopping.d.ts.map +1 -0
- package/dist/components/icon/src/components/shuffle.d.ts +7 -0
- package/dist/components/icon/src/components/shuffle.d.ts.map +1 -0
- package/dist/components/icon/src/components/signature.d.ts +7 -0
- package/dist/components/icon/src/components/signature.d.ts.map +1 -0
- package/dist/components/icon/src/components/simcard.d.ts +7 -0
- package/dist/components/icon/src/components/simcard.d.ts.map +1 -0
- package/dist/components/icon/src/components/skip-back-10sec.d.ts +7 -0
- package/dist/components/icon/src/components/skip-back-10sec.d.ts.map +1 -0
- package/dist/components/icon/src/components/skip-back-30sec.d.ts +7 -0
- package/dist/components/icon/src/components/skip-back-30sec.d.ts.map +1 -0
- package/dist/components/icon/src/components/skip-forward-10sec.d.ts +7 -0
- package/dist/components/icon/src/components/skip-forward-10sec.d.ts.map +1 -0
- package/dist/components/icon/src/components/skip-forward-30sec.d.ts +7 -0
- package/dist/components/icon/src/components/skip-forward-30sec.d.ts.map +1 -0
- package/dist/components/icon/src/components/slow-wifi.d.ts +7 -0
- package/dist/components/icon/src/components/slow-wifi.d.ts.map +1 -0
- package/dist/components/icon/src/components/smart-wifi.d.ts +7 -0
- package/dist/components/icon/src/components/smart-wifi.d.ts.map +1 -0
- package/dist/components/icon/src/components/smartphone.d.ts +7 -0
- package/dist/components/icon/src/components/smartphone.d.ts.map +1 -0
- package/dist/components/icon/src/components/smartwatch.d.ts +7 -0
- package/dist/components/icon/src/components/smartwatch.d.ts.map +1 -0
- package/dist/components/icon/src/components/smiley-happy.d.ts +7 -0
- package/dist/components/icon/src/components/smiley-happy.d.ts.map +1 -0
- package/dist/components/icon/src/components/smiley-sad.d.ts +7 -0
- package/dist/components/icon/src/components/smiley-sad.d.ts.map +1 -0
- package/dist/components/icon/src/components/sms.d.ts +7 -0
- package/dist/components/icon/src/components/sms.d.ts.map +1 -0
- package/dist/components/icon/src/components/snapchat.d.ts +7 -0
- package/dist/components/icon/src/components/snapchat.d.ts.map +1 -0
- package/dist/components/icon/src/components/snowflake.d.ts +7 -0
- package/dist/components/icon/src/components/snowflake.d.ts.map +1 -0
- package/dist/components/icon/src/components/sorter-ai.d.ts +7 -0
- package/dist/components/icon/src/components/sorter-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/sorter.d.ts +7 -0
- package/dist/components/icon/src/components/sorter.d.ts.map +1 -0
- package/dist/components/icon/src/components/sparkles.d.ts +7 -0
- package/dist/components/icon/src/components/sparkles.d.ts.map +1 -0
- package/dist/components/icon/src/components/speedometer.d.ts +7 -0
- package/dist/components/icon/src/components/speedometer.d.ts.map +1 -0
- package/dist/components/icon/src/components/spell-check.d.ts +7 -0
- package/dist/components/icon/src/components/spell-check.d.ts.map +1 -0
- package/dist/components/icon/src/components/split.d.ts +7 -0
- package/dist/components/icon/src/components/split.d.ts.map +1 -0
- package/dist/components/icon/src/components/spyware.d.ts +7 -0
- package/dist/components/icon/src/components/spyware.d.ts.map +1 -0
- package/dist/components/icon/src/components/star-filled.d.ts +7 -0
- package/dist/components/icon/src/components/star-filled.d.ts.map +1 -0
- package/dist/components/icon/src/components/star.d.ts +7 -0
- package/dist/components/icon/src/components/star.d.ts.map +1 -0
- package/dist/components/icon/src/components/stop.d.ts +7 -0
- package/dist/components/icon/src/components/stop.d.ts.map +1 -0
- package/dist/components/icon/src/components/store.d.ts +7 -0
- package/dist/components/icon/src/components/store.d.ts.map +1 -0
- package/dist/components/icon/src/components/stream.d.ts +7 -0
- package/dist/components/icon/src/components/stream.d.ts.map +1 -0
- package/dist/components/icon/src/components/suitcase-ai.d.ts +7 -0
- package/dist/components/icon/src/components/suitcase-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/suitcase.d.ts +7 -0
- package/dist/components/icon/src/components/suitcase.d.ts.map +1 -0
- package/dist/components/icon/src/components/summary.d.ts +7 -0
- package/dist/components/icon/src/components/summary.d.ts.map +1 -0
- package/dist/components/icon/src/components/support-ai.d.ts +7 -0
- package/dist/components/icon/src/components/support-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/support.d.ts +7 -0
- package/dist/components/icon/src/components/support.d.ts.map +1 -0
- package/dist/components/icon/src/components/sustainability.d.ts +7 -0
- package/dist/components/icon/src/components/sustainability.d.ts.map +1 -0
- package/dist/components/icon/src/components/switch-arrows.d.ts +7 -0
- package/dist/components/icon/src/components/switch-arrows.d.ts.map +1 -0
- package/dist/components/icon/src/components/sync-ai.d.ts +7 -0
- package/dist/components/icon/src/components/sync-ai.d.ts.map +1 -0
- package/dist/components/icon/src/components/sync.d.ts +7 -0
- package/dist/components/icon/src/components/sync.d.ts.map +1 -0
- package/dist/components/icon/src/components/table-view.d.ts +7 -0
- package/dist/components/icon/src/components/table-view.d.ts.map +1 -0
- package/dist/components/icon/src/components/tablet.d.ts +7 -0
- package/dist/components/icon/src/components/tablet.d.ts.map +1 -0
- package/dist/components/icon/src/components/tag.d.ts +7 -0
- package/dist/components/icon/src/components/tag.d.ts.map +1 -0
- package/dist/components/icon/src/components/temperature.d.ts +7 -0
- package/dist/components/icon/src/components/temperature.d.ts.map +1 -0
- package/dist/components/icon/src/components/thinking.d.ts +7 -0
- package/dist/components/icon/src/components/thinking.d.ts.map +1 -0
- package/dist/components/icon/src/components/time.d.ts +7 -0
- package/dist/components/icon/src/components/time.d.ts.map +1 -0
- package/dist/components/icon/src/components/trade-phone.d.ts +7 -0
- package/dist/components/icon/src/components/trade-phone.d.ts.map +1 -0
- package/dist/components/icon/src/components/trailer.d.ts +7 -0
- package/dist/components/icon/src/components/trailer.d.ts.map +1 -0
- package/dist/components/icon/src/components/train.d.ts +7 -0
- package/dist/components/icon/src/components/train.d.ts.map +1 -0
- package/dist/components/icon/src/components/transfer.d.ts +7 -0
- package/dist/components/icon/src/components/transfer.d.ts.map +1 -0
- package/dist/components/icon/src/components/troubleshoot.d.ts +7 -0
- package/dist/components/icon/src/components/troubleshoot.d.ts.map +1 -0
- package/dist/components/icon/src/components/tv-next.d.ts +7 -0
- package/dist/components/icon/src/components/tv-next.d.ts.map +1 -0
- package/dist/components/icon/src/components/tv-pause.d.ts +7 -0
- package/dist/components/icon/src/components/tv-pause.d.ts.map +1 -0
- package/dist/components/icon/src/components/tv-previous.d.ts +7 -0
- package/dist/components/icon/src/components/tv-previous.d.ts.map +1 -0
- package/dist/components/icon/src/components/tv-stop.d.ts +7 -0
- package/dist/components/icon/src/components/tv-stop.d.ts.map +1 -0
- package/dist/components/icon/src/components/tv.d.ts +7 -0
- package/dist/components/icon/src/components/tv.d.ts.map +1 -0
- package/dist/components/icon/src/components/undo.d.ts +7 -0
- package/dist/components/icon/src/components/undo.d.ts.map +1 -0
- package/dist/components/icon/src/components/upload.d.ts +7 -0
- package/dist/components/icon/src/components/upload.d.ts.map +1 -0
- package/dist/components/icon/src/components/usb.d.ts +7 -0
- package/dist/components/icon/src/components/usb.d.ts.map +1 -0
- package/dist/components/icon/src/components/user-admin.d.ts +7 -0
- package/dist/components/icon/src/components/user-admin.d.ts.map +1 -0
- package/dist/components/icon/src/components/vcard.d.ts +7 -0
- package/dist/components/icon/src/components/vcard.d.ts.map +1 -0
- package/dist/components/icon/src/components/video-conference.d.ts +7 -0
- package/dist/components/icon/src/components/video-conference.d.ts.map +1 -0
- package/dist/components/icon/src/components/video.d.ts +7 -0
- package/dist/components/icon/src/components/video.d.ts.map +1 -0
- package/dist/components/icon/src/components/visible.d.ts +7 -0
- package/dist/components/icon/src/components/visible.d.ts.map +1 -0
- package/dist/components/icon/src/components/voice-switch.d.ts +7 -0
- package/dist/components/icon/src/components/voice-switch.d.ts.map +1 -0
- package/dist/components/icon/src/components/voicemail.d.ts +7 -0
- package/dist/components/icon/src/components/voicemail.d.ts.map +1 -0
- package/dist/components/icon/src/components/volume.d.ts +7 -0
- package/dist/components/icon/src/components/volume.d.ts.map +1 -0
- package/dist/components/icon/src/components/wallet.d.ts +7 -0
- package/dist/components/icon/src/components/wallet.d.ts.map +1 -0
- package/dist/components/icon/src/components/wallplug.d.ts +7 -0
- package/dist/components/icon/src/components/wallplug.d.ts.map +1 -0
- package/dist/components/icon/src/components/warning.d.ts +7 -0
- package/dist/components/icon/src/components/warning.d.ts.map +1 -0
- package/dist/components/icon/src/components/wavelength.d.ts +7 -0
- package/dist/components/icon/src/components/wavelength.d.ts.map +1 -0
- package/dist/components/icon/src/components/weather.d.ts +7 -0
- package/dist/components/icon/src/components/weather.d.ts.map +1 -0
- package/dist/components/icon/src/components/whatsapp.d.ts +7 -0
- package/dist/components/icon/src/components/whatsapp.d.ts.map +1 -0
- package/dist/components/icon/src/components/windows.d.ts +7 -0
- package/dist/components/icon/src/components/windows.d.ts.map +1 -0
- package/dist/components/icon/src/components/wireless-off.d.ts +7 -0
- package/dist/components/icon/src/components/wireless-off.d.ts.map +1 -0
- package/dist/components/icon/src/components/wireless-weak.d.ts +7 -0
- package/dist/components/icon/src/components/wireless-weak.d.ts.map +1 -0
- package/dist/components/icon/src/components/wireless.d.ts +7 -0
- package/dist/components/icon/src/components/wireless.d.ts.map +1 -0
- package/dist/components/icon/src/components/world-alert.d.ts +7 -0
- package/dist/components/icon/src/components/world-alert.d.ts.map +1 -0
- package/dist/components/icon/src/components/world-off.d.ts +7 -0
- package/dist/components/icon/src/components/world-off.d.ts.map +1 -0
- package/dist/components/icon/src/components/world-question.d.ts +7 -0
- package/dist/components/icon/src/components/world-question.d.ts.map +1 -0
- package/dist/components/icon/src/components/world.d.ts +7 -0
- package/dist/components/icon/src/components/world.d.ts.map +1 -0
- package/dist/components/icon/src/components/x.d.ts +7 -0
- package/dist/components/icon/src/components/x.d.ts.map +1 -0
- package/dist/components/icon/src/components/xiaomi.d.ts +7 -0
- package/dist/components/icon/src/components/xiaomi.d.ts.map +1 -0
- package/dist/components/icon/src/components/youtube.d.ts +7 -0
- package/dist/components/icon/src/components/youtube.d.ts.map +1 -0
- package/dist/components/icon/src/components/zoom-out.d.ts +7 -0
- package/dist/components/icon/src/components/zoom-out.d.ts.map +1 -0
- package/dist/components/icon/src/components/zoom.d.ts +7 -0
- package/dist/components/icon/src/components/zoom.d.ts.map +1 -0
- package/dist/components/icon/src/dynamic-icon.d.ts +10 -0
- package/dist/components/icon/src/dynamic-icon.d.ts.map +1 -0
- package/dist/components/icon/src/icon-imports.d.ts +2300 -0
- package/dist/components/icon/src/icon-imports.d.ts.map +1 -0
- package/dist/components/icon/src/icon.d.ts +22 -0
- package/dist/components/icon/src/icon.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/all-animated-illustrative-icon-components.d.ts +59 -0
- package/dist/components/illustrative-icon/src/all-animated-illustrative-icon-components.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/all-static-illustrative-icon-components.d.ts +187 -0
- package/dist/components/illustrative-icon/src/all-static-illustrative-icon-components.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/animated-illustrative-icon.d.ts +22 -0
- package/dist/components/illustrative-icon/src/animated-illustrative-icon.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/airplane-above-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/airplane-above-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/airplane-above-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/airplane-above-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/alert-lamp-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/alert-lamp-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/alert-lamp-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/alert-lamp-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/analysis-done-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/analysis-done-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/analysis-done-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/analysis-done-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/analysis-error-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/analysis-error-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/analysis-error-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/analysis-error-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/analysis-unavailable-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/analysis-unavailable-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/analysis-unavailable-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/analysis-unavailable-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/apartment-building-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/apartment-building-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/apartment-building-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/apartment-building-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/backup-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/backup-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/backup-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/backup-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/bike-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/bike-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/bike-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/bike-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/bridge-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/bridge-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/bridge-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/bridge-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/building-wireless-1-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/building-wireless-1-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/building-wireless-1-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/building-wireless-1-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/building-wireless-2-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/building-wireless-2-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/building-wireless-2-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/building-wireless-2-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/bus-connected-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/bus-connected-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/bus-connected-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/bus-connected-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/bus-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/bus-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/bus-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/bus-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/car-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/car-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/car-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/car-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/car-wireless-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/car-wireless-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/car-wireless-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/car-wireless-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/cart-question-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/cart-question-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/cart-question-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/cart-question-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/charger-excluded-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/charger-excluded-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/charger-included-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/charger-included-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/chart-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/chart-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/chart-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/chart-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/chat-heart-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/chat-heart-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/chat-heart-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/chat-heart-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/clock-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/clock-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/clock-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/clock-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/cloud-hosting-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/cloud-hosting-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/cloud-hosting-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/cloud-hosting-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/cloud-lightbulb-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/cloud-lightbulb-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/cloud-lightbulb-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/cloud-lightbulb-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/cloud-lock-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/cloud-lock-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/cloud-lock-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/cloud-lock-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/cloud-settings-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/cloud-settings-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/cloud-settings-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/cloud-settings-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/cloud-transfer-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/cloud-transfer-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/cloud-transfer-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/cloud-transfer-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/cloud-upload-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/cloud-upload-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/cloud-upload-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/cloud-upload-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/clouds-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/clouds-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/clouds-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/clouds-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/data-center-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/data-center-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/data-center-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/data-center-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/desktop-growth-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/desktop-growth-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/desktop-growth-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/desktop-growth-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/devices-router-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/devices-router-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/devices-router-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/devices-router-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/devices-time-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/devices-time-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/devices-time-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/devices-time-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/devices-wireless-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/devices-wireless-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/devices-wireless-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/devices-wireless-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/document-attach-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/document-attach-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/document-attach-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/document-attach-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/document-question-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/document-question-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/document-question-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/document-question-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/document-upload-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/document-upload-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/document-upload-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/document-upload-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/drone-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/drone-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/drone-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/drone-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/factory-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/factory-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/factory-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/factory-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/family-subscription-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/family-subscription-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/family-subscription-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/family-subscription-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/group-development-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/group-development-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/group-development-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/group-development-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/group-small-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/group-small-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/group-small-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/group-small-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/hand-leaf-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/hand-leaf-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/hand-leaf-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/hand-leaf-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/heart-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/heart-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/heart-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/heart-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/hospital-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/hospital-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/hospital-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/hospital-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/hosting-hand-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/hosting-hand-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/hosting-hand-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/hosting-hand-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/hosting-time-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/hosting-time-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/hosting-time-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/hosting-time-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/house-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/house-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/house-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/house-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/house-wireless-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/house-wireless-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/house-wireless-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/house-wireless-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/iot-devices-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/iot-devices-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/iot-devices-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/iot-devices-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/iot-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/iot-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/iot-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/iot-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/iot-wireless-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/iot-wireless-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/iot-wireless-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/iot-wireless-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/link-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/link-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/link-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/link-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/lock-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/lock-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/lock-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/lock-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/magnifying-glass-growth-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/magnifying-glass-growth-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/magnifying-glass-growth-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/magnifying-glass-growth-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/mast-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/mast-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/mast-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/mast-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/media-entertainment-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/media-entertainment-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/media-entertainment-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/media-entertainment-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/money-euro-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/money-euro-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/money-euro-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/money-euro-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/money-kr-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/money-kr-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/money-kr-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/money-kr-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/people-dialogue-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/people-dialogue-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/people-dialogue-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/people-dialogue-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/phone-wireless-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/phone-wireless-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/phone-wireless-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/phone-wireless-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/satellite-dish-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/satellite-dish-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/satellite-dish-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/satellite-dish-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/satellite-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/satellite-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/satellite-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/satellite-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/screen-settings-checkmark-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/screen-settings-checkmark-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/screen-settings-checkmark-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/screen-settings-checkmark-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/settings-loop-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/settings-loop-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/settings-loop-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/settings-loop-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/shield-fingerprint-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/shield-fingerprint-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/shield-fingerprint-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/shield-fingerprint-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/shield-lock-connectivity-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/shield-lock-connectivity-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/shield-lock-connectivity-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/shield-lock-connectivity-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/shield-lock-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/shield-lock-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/shield-lock-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/shield-lock-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/shield-lock-puzzle-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/shield-lock-puzzle-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/shield-lock-puzzle-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/shield-lock-puzzle-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/ship-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/ship-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/ship-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/ship-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/skyscraper-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/skyscraper-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/skyscraper-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/skyscraper-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/smart-family-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/smart-family-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/smart-family-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/smart-family-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-broken-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-broken-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-broken-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-broken-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-internet-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-internet-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-internet-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-internet-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-recycle-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-recycle-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-recycle-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-recycle-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-ringing-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-ringing-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-ringing-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-ringing-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-wireless-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-wireless-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-wireless-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/smartphone-wireless-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/subway-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/subway-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/subway-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/subway-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/sync-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/sync-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/sync-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/sync-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/table-question-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/table-question-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/table-question-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/table-question-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/target-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/target-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/target-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/target-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/train-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/train-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/train-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/train-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/trees-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/trees-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/trees-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/trees-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/truck-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/truck-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/truck-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/truck-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/user-logout-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/user-logout-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/user-logout-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/user-logout-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/video-meeting-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/video-meeting-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/video-meeting-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/video-meeting-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/video-surveillance-cloud-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/video-surveillance-cloud-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/video-surveillance-cloud-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/video-surveillance-cloud-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/video-surveillance-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/video-surveillance-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/video-surveillance-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/video-surveillance-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/workshop-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/workshop-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/workshop-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/workshop-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/world-close-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/world-close-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/world-close-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/world-close-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/world-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/world-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/world-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/world-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/world-questionmark-duocolor-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/world-questionmark-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/assets/world-questionmark-offblack-static.d.ts +4 -0
- package/dist/components/illustrative-icon/src/assets/world-questionmark-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/404-error-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/404-error-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/404-error-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/404-error-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/airplane-above-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/airplane-above-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/airplane-above-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/airplane-above-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/alert-lamp-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/alert-lamp-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/alert-lamp-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/alert-lamp-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/analysis-done-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/analysis-done-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/analysis-done-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/analysis-done-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/analysis-done-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/analysis-done-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/analysis-done-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/analysis-done-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/analysis-error-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/analysis-error-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/analysis-error-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/analysis-error-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/analysis-error-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/analysis-error-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/analysis-error-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/analysis-error-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/analysis-unavailable-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/analysis-unavailable-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/analysis-unavailable-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/analysis-unavailable-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/analysis-unavailable-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/analysis-unavailable-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/analysis-unavailable-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/analysis-unavailable-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/apartment-building-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/apartment-building-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/apartment-building-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/apartment-building-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/backup-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/backup-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/backup-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/backup-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/bike-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/bike-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/bike-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/bike-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/bridge-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/bridge-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/bridge-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/bridge-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/building-wireless-1-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/building-wireless-1-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/building-wireless-1-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/building-wireless-1-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/building-wireless-2-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/building-wireless-2-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/building-wireless-2-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/building-wireless-2-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/bus-connected-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/bus-connected-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/bus-connected-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/bus-connected-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/bus-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/bus-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/bus-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/bus-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/car-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/car-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/car-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/car-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/car-wireless-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/car-wireless-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/car-wireless-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/car-wireless-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cart-checkmark-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cart-checkmark-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cart-checkmark-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cart-checkmark-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cart-question-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cart-question-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cart-question-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cart-question-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cart-question-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cart-question-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cart-question-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cart-question-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/charger-excluded-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/charger-excluded-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/charger-included-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/charger-included-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/chart-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/chart-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/chart-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/chart-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/chat-heart-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/chat-heart-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/chat-heart-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/chat-heart-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/checkmark-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/checkmark-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/checkmark-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/checkmark-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/clock-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/clock-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/clock-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/clock-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cloud-hosting-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cloud-hosting-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cloud-hosting-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cloud-hosting-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cloud-lightbulb-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cloud-lightbulb-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cloud-lightbulb-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cloud-lightbulb-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cloud-lock-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cloud-lock-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cloud-lock-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cloud-lock-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cloud-settings-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cloud-settings-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cloud-settings-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cloud-settings-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cloud-transfer-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cloud-transfer-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cloud-transfer-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cloud-transfer-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cloud-upload-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cloud-upload-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/cloud-upload-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/cloud-upload-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/clouds-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/clouds-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/clouds-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/clouds-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/data-center-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/data-center-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/data-center-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/data-center-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/desktop-growth-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/desktop-growth-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/desktop-growth-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/desktop-growth-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/devices-router-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/devices-router-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/devices-router-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/devices-router-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/devices-time-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/devices-time-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/devices-time-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/devices-time-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/devices-wireless-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/devices-wireless-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/devices-wireless-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/devices-wireless-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/document-attach-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/document-attach-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/document-attach-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/document-attach-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/document-attach-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/document-attach-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/document-attach-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/document-attach-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/document-checkmark-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/document-checkmark-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/document-checkmark-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/document-checkmark-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/document-question-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/document-question-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/document-question-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/document-question-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/document-question-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/document-question-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/document-question-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/document-question-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/document-upload-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/document-upload-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/document-upload-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/document-upload-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/document-upload-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/document-upload-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/document-upload-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/document-upload-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/drone-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/drone-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/drone-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/drone-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/factory-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/factory-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/factory-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/factory-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/family-subscription-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/family-subscription-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/family-subscription-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/family-subscription-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/getting-started-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/getting-started-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/getting-started-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/getting-started-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/group-development-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/group-development-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/group-development-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/group-development-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/group-small-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/group-small-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/group-small-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/group-small-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/hand-heart-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/hand-heart-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/hand-heart-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/hand-heart-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/hand-leaf-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/hand-leaf-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/hand-leaf-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/hand-leaf-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/heart-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/heart-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/heart-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/heart-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/hospital-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/hospital-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/hospital-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/hospital-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/hosting-hand-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/hosting-hand-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/hosting-hand-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/hosting-hand-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/hosting-time-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/hosting-time-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/hosting-time-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/hosting-time-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/house-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/house-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/house-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/house-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/house-wireless-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/house-wireless-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/house-wireless-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/house-wireless-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/id-error-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/id-error-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/id-error-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/id-error-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/iot-devices-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/iot-devices-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/iot-devices-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/iot-devices-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/iot-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/iot-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/iot-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/iot-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/iot-wireless-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/iot-wireless-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/iot-wireless-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/iot-wireless-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/link-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/link-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/link-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/link-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/lock-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/lock-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/lock-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/lock-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/magnifying-glass-growth-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/magnifying-glass-growth-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/magnifying-glass-growth-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/magnifying-glass-growth-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/mast-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/mast-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/mast-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/mast-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/media-entertainment-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/media-entertainment-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/media-entertainment-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/media-entertainment-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/money-euro-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/money-euro-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/money-euro-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/money-euro-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/money-kr-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/money-kr-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/money-kr-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/money-kr-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/people-dialogue-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/people-dialogue-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/people-dialogue-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/people-dialogue-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/phone-wireless-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/phone-wireless-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/phone-wireless-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/phone-wireless-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/satellite-dish-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/satellite-dish-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/satellite-dish-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/satellite-dish-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/satellite-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/satellite-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/satellite-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/satellite-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/screen-settings-checkmark-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/screen-settings-checkmark-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/screen-settings-checkmark-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/screen-settings-checkmark-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/search-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/search-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/search-field-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/search-field-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/search-field-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/search-field-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/search-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/search-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/search-question-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/search-question-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/search-question-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/search-question-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/settings-loop-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/settings-loop-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/settings-loop-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/settings-loop-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/settings-time-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/settings-time-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/settings-time-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/settings-time-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/shield-fingerprint-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/shield-fingerprint-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/shield-fingerprint-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/shield-fingerprint-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/shield-lock-connectivity-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/shield-lock-connectivity-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/shield-lock-connectivity-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/shield-lock-connectivity-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/shield-lock-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/shield-lock-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/shield-lock-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/shield-lock-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/shield-lock-puzzle-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/shield-lock-puzzle-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/shield-lock-puzzle-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/shield-lock-puzzle-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/ship-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/ship-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/ship-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/ship-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/skyscraper-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/skyscraper-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/skyscraper-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/skyscraper-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/smart-family-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/smart-family-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/smart-family-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/smart-family-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/smartphone-broken-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/smartphone-broken-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/smartphone-broken-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/smartphone-broken-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/smartphone-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/smartphone-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/smartphone-internet-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/smartphone-internet-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/smartphone-internet-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/smartphone-internet-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/smartphone-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/smartphone-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/smartphone-recycle-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/smartphone-recycle-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/smartphone-recycle-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/smartphone-recycle-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/smartphone-ringing-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/smartphone-ringing-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/smartphone-ringing-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/smartphone-ringing-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/smartphone-wireless-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/smartphone-wireless-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/smartphone-wireless-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/smartphone-wireless-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/subway-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/subway-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/subway-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/subway-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/support-checkmark-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/support-checkmark-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/support-checkmark-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/support-checkmark-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/sync-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/sync-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/sync-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/sync-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/table-question-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/table-question-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/table-question-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/table-question-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/table-question-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/table-question-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/table-question-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/table-question-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/target-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/target-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/target-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/target-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/technical-error-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/technical-error-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/technical-error-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/technical-error-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/train-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/train-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/train-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/train-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/trees-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/trees-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/trees-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/trees-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/truck-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/truck-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/truck-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/truck-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/user-checkmark-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/user-checkmark-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/user-checkmark-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/user-checkmark-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/user-error-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/user-error-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/user-error-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/user-error-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/user-lock-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/user-lock-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/user-lock-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/user-lock-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/user-logout-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/user-logout-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/user-logout-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/user-logout-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/user-logout-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/user-logout-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/user-logout-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/user-logout-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/user-plus-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/user-plus-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/user-plus-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/user-plus-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/user-settings-duocolor-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/user-settings-duocolor-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/user-settings-offblack-animated.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/user-settings-offblack-animated.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/video-meeting-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/video-meeting-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/video-meeting-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/video-meeting-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/video-surveillance-cloud-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/video-surveillance-cloud-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/video-surveillance-cloud-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/video-surveillance-cloud-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/video-surveillance-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/video-surveillance-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/video-surveillance-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/video-surveillance-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/workshop-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/workshop-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/workshop-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/workshop-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/world-close-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/world-close-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/world-close-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/world-close-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/world-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/world-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/world-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/world-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/world-questionmark-duocolor-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/world-questionmark-duocolor-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/components/world-questionmark-offblack-static.d.ts +7 -0
- package/dist/components/illustrative-icon/src/components/world-questionmark-offblack-static.d.ts.map +1 -0
- package/dist/components/illustrative-icon/src/static-illustrative-icon.d.ts +10 -0
- package/dist/components/illustrative-icon/src/static-illustrative-icon.d.ts.map +1 -0
- package/dist/components/label/src/label.d.ts +9 -0
- package/dist/components/label/src/label.d.ts.map +1 -0
- package/dist/components/link/src/link.d.ts +57 -0
- package/dist/components/link/src/link.d.ts.map +1 -0
- package/dist/components/listbox/src/listbox-item.d.ts +13 -0
- package/dist/components/listbox/src/listbox-item.d.ts.map +1 -0
- package/dist/components/listbox/src/listbox.d.ts +14 -0
- package/dist/components/listbox/src/listbox.d.ts.map +1 -0
- package/dist/components/logo/src/all-logo-components.d.ts +19 -0
- package/dist/components/logo/src/all-logo-components.d.ts.map +1 -0
- package/dist/components/logo/src/assets/company-horizontal.d.ts +7 -0
- package/dist/components/logo/src/assets/company-horizontal.d.ts.map +1 -0
- package/dist/components/logo/src/assets/company-vertical.d.ts +7 -0
- package/dist/components/logo/src/assets/company-vertical.d.ts.map +1 -0
- package/dist/components/logo/src/assets/cygate-horizontal.d.ts +7 -0
- package/dist/components/logo/src/assets/cygate-horizontal.d.ts.map +1 -0
- package/dist/components/logo/src/assets/cygate-vertical.d.ts +7 -0
- package/dist/components/logo/src/assets/cygate-vertical.d.ts.map +1 -0
- package/dist/components/logo/src/assets/finance-horizontal.d.ts +7 -0
- package/dist/components/logo/src/assets/finance-horizontal.d.ts.map +1 -0
- package/dist/components/logo/src/assets/finance-vertical.d.ts +7 -0
- package/dist/components/logo/src/assets/finance-vertical.d.ts.map +1 -0
- package/dist/components/logo/src/assets/play-horizontal.d.ts +7 -0
- package/dist/components/logo/src/assets/play-horizontal.d.ts.map +1 -0
- package/dist/components/logo/src/assets/play-vertical.d.ts +7 -0
- package/dist/components/logo/src/assets/play-vertical.d.ts.map +1 -0
- package/dist/components/logo/src/assets/symbol-only.d.ts +7 -0
- package/dist/components/logo/src/assets/symbol-only.d.ts.map +1 -0
- package/dist/components/logo/src/assets/telia.d.ts +7 -0
- package/dist/components/logo/src/assets/telia.d.ts.map +1 -0
- package/dist/components/logo/src/assets/towers-horizontal.d.ts +7 -0
- package/dist/components/logo/src/assets/towers-horizontal.d.ts.map +1 -0
- package/dist/components/logo/src/assets/towers-vertical.d.ts +7 -0
- package/dist/components/logo/src/assets/towers-vertical.d.ts.map +1 -0
- package/dist/components/logo/src/assets/wholesale-horizontal.d.ts +7 -0
- package/dist/components/logo/src/assets/wholesale-horizontal.d.ts.map +1 -0
- package/dist/components/logo/src/assets/wholesale-vertical.d.ts +7 -0
- package/dist/components/logo/src/assets/wholesale-vertical.d.ts.map +1 -0
- package/dist/components/logo/src/components/company-horizontal.d.ts +7 -0
- package/dist/components/logo/src/components/company-horizontal.d.ts.map +1 -0
- package/dist/components/logo/src/components/company-vertical.d.ts +7 -0
- package/dist/components/logo/src/components/company-vertical.d.ts.map +1 -0
- package/dist/components/logo/src/components/cygate-horizontal.d.ts +7 -0
- package/dist/components/logo/src/components/cygate-horizontal.d.ts.map +1 -0
- package/dist/components/logo/src/components/cygate-vertical.d.ts +7 -0
- package/dist/components/logo/src/components/cygate-vertical.d.ts.map +1 -0
- package/dist/components/logo/src/components/finance-horizontal.d.ts +7 -0
- package/dist/components/logo/src/components/finance-horizontal.d.ts.map +1 -0
- package/dist/components/logo/src/components/finance-vertical.d.ts +7 -0
- package/dist/components/logo/src/components/finance-vertical.d.ts.map +1 -0
- package/dist/components/logo/src/components/play-horizontal.d.ts +7 -0
- package/dist/components/logo/src/components/play-horizontal.d.ts.map +1 -0
- package/dist/components/logo/src/components/play-vertical.d.ts +7 -0
- package/dist/components/logo/src/components/play-vertical.d.ts.map +1 -0
- package/dist/components/logo/src/components/symbol-only.d.ts +7 -0
- package/dist/components/logo/src/components/symbol-only.d.ts.map +1 -0
- package/dist/components/logo/src/components/telia.d.ts +7 -0
- package/dist/components/logo/src/components/telia.d.ts.map +1 -0
- package/dist/components/logo/src/components/towers-horizontal.d.ts +7 -0
- package/dist/components/logo/src/components/towers-horizontal.d.ts.map +1 -0
- package/dist/components/logo/src/components/towers-vertical.d.ts +7 -0
- package/dist/components/logo/src/components/towers-vertical.d.ts.map +1 -0
- package/dist/components/logo/src/components/wholesale-horizontal.d.ts +7 -0
- package/dist/components/logo/src/components/wholesale-horizontal.d.ts.map +1 -0
- package/dist/components/logo/src/components/wholesale-vertical.d.ts +7 -0
- package/dist/components/logo/src/components/wholesale-vertical.d.ts.map +1 -0
- package/dist/components/logo/src/logo.d.ts +7 -0
- package/dist/components/logo/src/logo.d.ts.map +1 -0
- package/dist/components/logo/src/logo.types.d.ts +22 -0
- package/dist/components/logo/src/logo.types.d.ts.map +1 -0
- package/dist/components/modal/src/modal-content.d.ts +159 -0
- package/dist/components/modal/src/modal-content.d.ts.map +1 -0
- package/dist/components/modal/src/modal-trigger.d.ts +7 -0
- package/dist/components/modal/src/modal-trigger.d.ts.map +1 -0
- package/dist/components/modal/src/modal.d.ts +54 -0
- package/dist/components/modal/src/modal.d.ts.map +1 -0
- package/dist/components/notification/src/notification.d.ts +80 -0
- package/dist/components/notification/src/notification.d.ts.map +1 -0
- package/dist/components/notification-banner/src/notification-banner.d.ts +44 -0
- package/dist/components/notification-banner/src/notification-banner.d.ts.map +1 -0
- package/dist/components/pagination/src/navigation.d.ts +2 -0
- package/dist/components/pagination/src/navigation.d.ts.map +1 -0
- package/dist/components/pagination/src/pagination-page-selector.d.ts +34 -0
- package/dist/components/pagination/src/pagination-page-selector.d.ts.map +1 -0
- package/dist/components/pagination/src/pagination-page-size-selector.d.ts +25 -0
- package/dist/components/pagination/src/pagination-page-size-selector.d.ts.map +1 -0
- package/dist/components/pagination/src/pagination-page-trigger.d.ts +31 -0
- package/dist/components/pagination/src/pagination-page-trigger.d.ts.map +1 -0
- package/dist/components/pagination/src/pagination-pages.d.ts +31 -0
- package/dist/components/pagination/src/pagination-pages.d.ts.map +1 -0
- package/dist/components/pagination/src/pagination-step-trigger.d.ts +31 -0
- package/dist/components/pagination/src/pagination-step-trigger.d.ts.map +1 -0
- package/dist/components/pagination/src/pagination-truncation-separator.d.ts +8 -0
- package/dist/components/pagination/src/pagination-truncation-separator.d.ts.map +1 -0
- package/dist/components/pagination/src/pagination.d.ts +99 -0
- package/dist/components/pagination/src/pagination.d.ts.map +1 -0
- package/dist/components/pagination/src/types.d.ts +37 -0
- package/dist/components/pagination/src/types.d.ts.map +1 -0
- package/dist/components/pagination/src/use-page-options.hook.d.ts +7 -0
- package/dist/components/pagination/src/use-page-options.hook.d.ts.map +1 -0
- package/dist/components/pagination/src/use-page-size-options.hook.d.ts +7 -0
- package/dist/components/pagination/src/use-page-size-options.hook.d.ts.map +1 -0
- package/dist/components/pagination/src/use-pagination-pages.hook.d.ts +7 -0
- package/dist/components/pagination/src/use-pagination-pages.hook.d.ts.map +1 -0
- package/dist/components/paragraph/src/paragraph.d.ts +28 -0
- package/dist/components/paragraph/src/paragraph.d.ts.map +1 -0
- package/dist/components/password-field/src/constants.d.ts +10 -0
- package/dist/components/password-field/src/constants.d.ts.map +1 -0
- package/dist/components/password-field/src/password-field.d.ts +25 -0
- package/dist/components/password-field/src/password-field.d.ts.map +1 -0
- package/dist/components/password-field/src/password-strength-indicator.d.ts +9 -0
- package/dist/components/password-field/src/password-strength-indicator.d.ts.map +1 -0
- package/dist/components/password-field/src/password-strength.d.ts +11 -0
- package/dist/components/password-field/src/password-strength.d.ts.map +1 -0
- package/dist/components/password-field/src/types.d.ts +6 -0
- package/dist/components/password-field/src/types.d.ts.map +1 -0
- package/dist/components/password-field/src/use-password-strength.d.ts +9 -0
- package/dist/components/password-field/src/use-password-strength.d.ts.map +1 -0
- package/dist/components/popover/src/popover-back.d.ts +9 -0
- package/dist/components/popover/src/popover-back.d.ts.map +1 -0
- package/dist/components/popover/src/popover-button.d.ts +37 -0
- package/dist/components/popover/src/popover-button.d.ts.map +1 -0
- package/dist/components/popover/src/popover-content.d.ts +93 -0
- package/dist/components/popover/src/popover-content.d.ts.map +1 -0
- package/dist/components/popover/src/popover-flow.d.ts +65 -0
- package/dist/components/popover/src/popover-flow.d.ts.map +1 -0
- package/dist/components/popover/src/popover-footer.d.ts +16 -0
- package/dist/components/popover/src/popover-footer.d.ts.map +1 -0
- package/dist/components/popover/src/popover-header.d.ts +7 -0
- package/dist/components/popover/src/popover-header.d.ts.map +1 -0
- package/dist/components/popover/src/popover-internal-context.d.ts +15 -0
- package/dist/components/popover/src/popover-internal-context.d.ts.map +1 -0
- package/dist/components/popover/src/popover-next.d.ts +9 -0
- package/dist/components/popover/src/popover-next.d.ts.map +1 -0
- package/dist/components/popover/src/popover-standalone.d.ts +12 -0
- package/dist/components/popover/src/popover-standalone.d.ts.map +1 -0
- package/dist/components/popover/src/popover-steps.d.ts +6 -0
- package/dist/components/popover/src/popover-steps.d.ts.map +1 -0
- package/dist/components/popover/src/popover-trigger.d.ts +27 -0
- package/dist/components/popover/src/popover-trigger.d.ts.map +1 -0
- package/dist/components/popover/src/popover-walkthrough.d.ts +13 -0
- package/dist/components/popover/src/popover-walkthrough.d.ts.map +1 -0
- package/dist/components/popover/src/popover.d.ts +36 -0
- package/dist/components/popover/src/popover.d.ts.map +1 -0
- package/dist/components/popover/src/use-screen-size.hook.d.ts +7 -0
- package/dist/components/popover/src/use-screen-size.hook.d.ts.map +1 -0
- package/dist/components/popover/src/use-smooth-scroll.d.ts +5 -0
- package/dist/components/popover/src/use-smooth-scroll.d.ts.map +1 -0
- package/dist/components/popover/src/usePopoverTrigger.d.ts +5 -0
- package/dist/components/popover/src/usePopoverTrigger.d.ts.map +1 -0
- package/dist/components/popover/src/usePopoverWalkthrough.d.ts +7 -0
- package/dist/components/popover/src/usePopoverWalkthrough.d.ts.map +1 -0
- package/dist/components/product-card/src/colors.d.ts +9 -0
- package/dist/components/product-card/src/colors.d.ts.map +1 -0
- package/dist/components/product-card/src/price.d.ts +10 -0
- package/dist/components/product-card/src/price.d.ts.map +1 -0
- package/dist/components/product-card/src/product-card.d.ts +100 -0
- package/dist/components/product-card/src/product-card.d.ts.map +1 -0
- package/dist/components/product-card/src/product-header.d.ts +11 -0
- package/dist/components/product-card/src/product-header.d.ts.map +1 -0
- package/dist/components/product-card/src/stock-status.d.ts +19 -0
- package/dist/components/product-card/src/stock-status.d.ts.map +1 -0
- package/dist/components/product-card/src/util/price-utils.d.ts +2 -0
- package/dist/components/product-card/src/util/price-utils.d.ts.map +1 -0
- package/dist/components/promotion-card/src/promotion-card.d.ts +94 -0
- package/dist/components/promotion-card/src/promotion-card.d.ts.map +1 -0
- package/dist/components/quantity-selector/src/quantity-selector-button.d.ts +14 -0
- package/dist/components/quantity-selector/src/quantity-selector-button.d.ts.map +1 -0
- package/dist/components/quantity-selector/src/quantity-selector.d.ts +28 -0
- package/dist/components/quantity-selector/src/quantity-selector.d.ts.map +1 -0
- package/dist/components/radio-button-group/src/radio-button-group-item.d.ts +13 -0
- package/dist/components/radio-button-group/src/radio-button-group-item.d.ts.map +1 -0
- package/dist/components/radio-button-group/src/radio-button-group-root.d.ts +80 -0
- package/dist/components/radio-button-group/src/radio-button-group-root.d.ts.map +1 -0
- package/dist/components/radio-button-group/src/radio-button-group.d.ts +10 -0
- package/dist/components/radio-button-group/src/radio-button-group.d.ts.map +1 -0
- package/dist/components/radio-card-group/src/classnames.d.ts +2 -0
- package/dist/components/radio-card-group/src/classnames.d.ts.map +1 -0
- package/dist/components/radio-card-group/src/radio-card-group.d.ts +146 -0
- package/dist/components/radio-card-group/src/radio-card-group.d.ts.map +1 -0
- package/dist/components/radio-card-group/src/radio-card-item-image.d.ts +11 -0
- package/dist/components/radio-card-group/src/radio-card-item-image.d.ts.map +1 -0
- package/dist/components/radio-card-group/src/radio-card-item.d.ts +41 -0
- package/dist/components/radio-card-group/src/radio-card-item.d.ts.map +1 -0
- package/dist/components/rich-text/src/RichText.d.ts +7 -0
- package/dist/components/rich-text/src/RichText.d.ts.map +1 -0
- package/dist/components/rich-text/src/constants.d.ts +53 -0
- package/dist/components/rich-text/src/constants.d.ts.map +1 -0
- package/dist/components/rich-text/src/renderers.d.ts +8 -0
- package/dist/components/rich-text/src/renderers.d.ts.map +1 -0
- package/dist/components/rich-text/src/rich-text.d.ts +4 -0
- package/dist/components/rich-text/src/rich-text.d.ts.map +1 -0
- package/dist/components/rich-text/src/types.d.ts +84 -0
- package/dist/components/rich-text/src/types.d.ts.map +1 -0
- package/dist/components/rich-text/src/utils.d.ts +8 -0
- package/dist/components/rich-text/src/utils.d.ts.map +1 -0
- package/dist/components/search-field/src/search-field-button.d.ts +10 -0
- package/dist/components/search-field/src/search-field-button.d.ts.map +1 -0
- package/dist/components/search-field/src/search-field.d.ts +55 -0
- package/dist/components/search-field/src/search-field.d.ts.map +1 -0
- package/dist/components/select/src/select.d.ts +79 -0
- package/dist/components/select/src/select.d.ts.map +1 -0
- package/dist/components/skeleton/src/skeleton.d.ts +13 -0
- package/dist/components/skeleton/src/skeleton.d.ts.map +1 -0
- package/dist/components/slider/src/slider.d.ts +44 -0
- package/dist/components/slider/src/slider.d.ts.map +1 -0
- package/dist/components/spacer/src/spacer.d.ts +18 -0
- package/dist/components/spacer/src/spacer.d.ts.map +1 -0
- package/dist/components/spinner/src/spinner.d.ts +22 -0
- package/dist/components/spinner/src/spinner.d.ts.map +1 -0
- package/dist/components/stepper/src/constants.d.ts +10 -0
- package/dist/components/stepper/src/constants.d.ts.map +1 -0
- package/dist/components/stepper/src/stepper-button.d.ts +22 -0
- package/dist/components/stepper/src/stepper-button.d.ts.map +1 -0
- package/dist/components/stepper/src/stepper-container.d.ts +10 -0
- package/dist/components/stepper/src/stepper-container.d.ts.map +1 -0
- package/dist/components/stepper/src/stepper-content.d.ts +9 -0
- package/dist/components/stepper/src/stepper-content.d.ts.map +1 -0
- package/dist/components/stepper/src/stepper-nav-items.d.ts +15 -0
- package/dist/components/stepper/src/stepper-nav-items.d.ts.map +1 -0
- package/dist/components/stepper/src/stepper.d.ts +19 -0
- package/dist/components/stepper/src/stepper.d.ts.map +1 -0
- package/dist/components/stepper/src/types.d.ts +14 -0
- package/dist/components/stepper/src/types.d.ts.map +1 -0
- package/dist/components/stepper/src/use-content-focus.hook.d.ts +7 -0
- package/dist/components/stepper/src/use-content-focus.hook.d.ts.map +1 -0
- package/dist/components/stepper/src/use-scroll-buttons.hook.d.ts +16 -0
- package/dist/components/stepper/src/use-scroll-buttons.hook.d.ts.map +1 -0
- package/dist/components/table/src/cell-types/badge-cell.d.ts +7 -0
- package/dist/components/table/src/cell-types/badge-cell.d.ts.map +1 -0
- package/dist/components/table/src/cell-types/body-text-cell.d.ts +7 -0
- package/dist/components/table/src/cell-types/body-text-cell.d.ts.map +1 -0
- package/dist/components/table/src/cell-types/button-cell.d.ts +7 -0
- package/dist/components/table/src/cell-types/button-cell.d.ts.map +1 -0
- package/dist/components/table/src/cell-types/button-group-cell.d.ts +15 -0
- package/dist/components/table/src/cell-types/button-group-cell.d.ts.map +1 -0
- package/dist/components/table/src/cell-types/cta-link-cell.d.ts +7 -0
- package/dist/components/table/src/cell-types/cta-link-cell.d.ts.map +1 -0
- package/dist/components/table/src/cell-types/date-cell.d.ts +7 -0
- package/dist/components/table/src/cell-types/date-cell.d.ts.map +1 -0
- package/dist/components/table/src/cell-types/empty-cell.d.ts +3 -0
- package/dist/components/table/src/cell-types/empty-cell.d.ts.map +1 -0
- package/dist/components/table/src/cell-types/error-message-cell.d.ts +7 -0
- package/dist/components/table/src/cell-types/error-message-cell.d.ts.map +1 -0
- package/dist/components/table/src/cell-types/icon-text-cell.d.ts +7 -0
- package/dist/components/table/src/cell-types/icon-text-cell.d.ts.map +1 -0
- package/dist/components/table/src/cell-types/lead-text-cell.d.ts +7 -0
- package/dist/components/table/src/cell-types/lead-text-cell.d.ts.map +1 -0
- package/dist/components/table/src/cell-types/link-cell.d.ts +7 -0
- package/dist/components/table/src/cell-types/link-cell.d.ts.map +1 -0
- package/dist/components/table/src/cell-types/number-cell.d.ts +7 -0
- package/dist/components/table/src/cell-types/number-cell.d.ts.map +1 -0
- package/dist/components/table/src/cell-types/row-selection-cell.d.ts +7 -0
- package/dist/components/table/src/cell-types/row-selection-cell.d.ts.map +1 -0
- package/dist/components/table/src/cell-types/row-toggle-cell.d.ts +7 -0
- package/dist/components/table/src/cell-types/row-toggle-cell.d.ts.map +1 -0
- package/dist/components/table/src/cell-types/toggle-cell.d.ts +7 -0
- package/dist/components/table/src/cell-types/toggle-cell.d.ts.map +1 -0
- package/dist/components/table/src/cell-types/warning-message-cell.d.ts +7 -0
- package/dist/components/table/src/cell-types/warning-message-cell.d.ts.map +1 -0
- package/dist/components/table/src/drag-indicator-circle.d.ts +12 -0
- package/dist/components/table/src/drag-indicator-circle.d.ts.map +1 -0
- package/dist/components/table/src/draggable-table.d.ts +22 -0
- package/dist/components/table/src/draggable-table.d.ts.map +1 -0
- package/dist/components/table/src/empty-table.d.ts +14 -0
- package/dist/components/table/src/empty-table.d.ts.map +1 -0
- package/dist/components/table/src/loading-table-rows.d.ts +12 -0
- package/dist/components/table/src/loading-table-rows.d.ts.map +1 -0
- package/dist/components/table/src/story-utils/column-def.d.ts +4 -0
- package/dist/components/table/src/story-utils/column-def.d.ts.map +1 -0
- package/dist/components/table/src/story-utils/table-data.d.ts +32 -0
- package/dist/components/table/src/story-utils/table-data.d.ts.map +1 -0
- package/dist/components/table/src/story-utils/use-fetch-table-data-hook.d.ts +10 -0
- package/dist/components/table/src/story-utils/use-fetch-table-data-hook.d.ts.map +1 -0
- package/dist/components/table/src/table-action-bar.d.ts +25 -0
- package/dist/components/table/src/table-action-bar.d.ts.map +1 -0
- package/dist/components/table/src/table-body.d.ts +9 -0
- package/dist/components/table/src/table-body.d.ts.map +1 -0
- package/dist/components/table/src/table-column-header-cell.d.ts +40 -0
- package/dist/components/table/src/table-column-header-cell.d.ts.map +1 -0
- package/dist/components/table/src/table-content.d.ts +31 -0
- package/dist/components/table/src/table-content.d.ts.map +1 -0
- package/dist/components/table/src/table-export-drawer.d.ts +18 -0
- package/dist/components/table/src/table-export-drawer.d.ts.map +1 -0
- package/dist/components/table/src/table-header.d.ts +10 -0
- package/dist/components/table/src/table-header.d.ts.map +1 -0
- package/dist/components/table/src/table-headers.d.ts +27 -0
- package/dist/components/table/src/table-headers.d.ts.map +1 -0
- package/dist/components/table/src/table-row-cell-skeleton.d.ts +13 -0
- package/dist/components/table/src/table-row-cell-skeleton.d.ts.map +1 -0
- package/dist/components/table/src/table-row-cell.d.ts +27 -0
- package/dist/components/table/src/table-row-cell.d.ts.map +1 -0
- package/dist/components/table/src/table-row.d.ts +10 -0
- package/dist/components/table/src/table-row.d.ts.map +1 -0
- package/dist/components/table/src/table-settings-drawer.d.ts +78 -0
- package/dist/components/table/src/table-settings-drawer.d.ts.map +1 -0
- package/dist/components/table/src/table-toolbar.d.ts +41 -0
- package/dist/components/table/src/table-toolbar.d.ts.map +1 -0
- package/dist/components/table/src/table.d.ts +38 -0
- package/dist/components/table/src/table.d.ts.map +1 -0
- package/dist/components/table/src/test-utils/column-def.d.ts +5 -0
- package/dist/components/table/src/test-utils/column-def.d.ts.map +1 -0
- package/dist/components/table/src/test-utils/helpers.d.ts +181 -0
- package/dist/components/table/src/test-utils/helpers.d.ts.map +1 -0
- package/dist/components/table/src/test-utils/table-data.d.ts +32 -0
- package/dist/components/table/src/test-utils/table-data.d.ts.map +1 -0
- package/dist/components/table/src/types.d.ts +462 -0
- package/dist/components/table/src/types.d.ts.map +1 -0
- package/dist/components/table/src/use-drag-handle.hook.d.ts +10 -0
- package/dist/components/table/src/use-drag-handle.hook.d.ts.map +1 -0
- package/dist/components/table/src/use-drag-indicator-position.hook.d.ts +18 -0
- package/dist/components/table/src/use-drag-indicator-position.hook.d.ts.map +1 -0
- package/dist/components/table/src/use-drop-indicator.hook.d.ts +14 -0
- package/dist/components/table/src/use-drop-indicator.hook.d.ts.map +1 -0
- package/dist/components/table/src/use-element-visibility.hook.d.ts +3 -0
- package/dist/components/table/src/use-element-visibility.hook.d.ts.map +1 -0
- package/dist/components/table/src/use-screen-size.hook.d.ts +7 -0
- package/dist/components/table/src/use-screen-size.hook.d.ts.map +1 -0
- package/dist/components/table/src/use-table-scroll.hook.d.ts +6 -0
- package/dist/components/table/src/use-table-scroll.hook.d.ts.map +1 -0
- package/dist/components/table/src/use-truncated-hook.d.ts +9 -0
- package/dist/components/table/src/use-truncated-hook.d.ts.map +1 -0
- package/dist/components/table/src/utils/custom-functions.d.ts +9 -0
- package/dist/components/table/src/utils/custom-functions.d.ts.map +1 -0
- package/dist/components/table/src/utils/custom-keyboard-coordinates.d.ts +8 -0
- package/dist/components/table/src/utils/custom-keyboard-coordinates.d.ts.map +1 -0
- package/dist/components/table/src/utils/unit-conversions.d.ts +19 -0
- package/dist/components/table/src/utils/unit-conversions.d.ts.map +1 -0
- package/dist/components/tabs/src/__mocks__/intersectionObserverMock.d.ts +2 -0
- package/dist/components/tabs/src/__mocks__/intersectionObserverMock.d.ts.map +1 -0
- package/dist/components/tabs/src/tab-content.d.ts +22 -0
- package/dist/components/tabs/src/tab-content.d.ts.map +1 -0
- package/dist/components/tabs/src/tab-header.d.ts +15 -0
- package/dist/components/tabs/src/tab-header.d.ts.map +1 -0
- package/dist/components/tabs/src/tabs.d.ts +26 -0
- package/dist/components/tabs/src/tabs.d.ts.map +1 -0
- package/dist/components/tabs/src/tabs.utils.d.ts +12 -0
- package/dist/components/tabs/src/tabs.utils.d.ts.map +1 -0
- package/dist/components/text-area/src/text-area.d.ts +38 -0
- package/dist/components/text-area/src/text-area.d.ts.map +1 -0
- package/dist/components/text-field/src/text-field.d.ts +729 -0
- package/dist/components/text-field/src/text-field.d.ts.map +1 -0
- package/dist/components/text-field/src/utils.d.ts +3 -0
- package/dist/components/text-field/src/utils.d.ts.map +1 -0
- package/dist/components/text-spacing/src/text-spacing.d.ts +13 -0
- package/dist/components/text-spacing/src/text-spacing.d.ts.map +1 -0
- package/dist/components/toggle/src/DraggableX.d.ts +25 -0
- package/dist/components/toggle/src/DraggableX.d.ts.map +1 -0
- package/dist/components/toggle/src/hooks/useResizeObserver.d.ts +14 -0
- package/dist/components/toggle/src/hooks/useResizeObserver.d.ts.map +1 -0
- package/dist/components/toggle/src/hooks/useToggleDrag.d.ts +22 -0
- package/dist/components/toggle/src/hooks/useToggleDrag.d.ts.map +1 -0
- package/dist/components/toggle/src/toggle.d.ts +58 -0
- package/dist/components/toggle/src/toggle.d.ts.map +1 -0
- package/dist/components/tooltip/src/tooltip.d.ts +59 -0
- package/dist/components/tooltip/src/tooltip.d.ts.map +1 -0
- package/dist/components/visually-hidden/src/visually-hidden.d.ts +12 -0
- package/dist/components/visually-hidden/src/visually-hidden.d.ts.map +1 -0
- package/dist/date-picker-BRnwwZv1.mjs +1415 -0
- package/dist/date-picker-BRnwwZv1.mjs.map +1 -0
- package/dist/date-picker-DlJGggam.js +2 -0
- package/dist/date-picker-DlJGggam.js.map +1 -0
- package/dist/date-picker.cjs.js +1 -1
- package/dist/date-picker.es.js +1 -1
- package/dist/floating-ui.react-dom-0ol4sFzt.mjs +1363 -0
- package/dist/floating-ui.react-dom-0ol4sFzt.mjs.map +1 -0
- package/dist/floating-ui.react-dom-Cc_YSprQ.js +2 -0
- package/dist/floating-ui.react-dom-Cc_YSprQ.js.map +1 -0
- package/dist/index-2cFVyGXq.js.map +1 -1
- package/dist/index-B8Mazo6u.mjs.map +1 -1
- package/dist/index-BG6K_yAm.js.map +1 -1
- package/dist/index-BVmlsxuF.js.map +1 -1
- package/dist/index-BbtRr5Q6.js.map +1 -1
- package/dist/index-BtWPC8xc.js.map +1 -1
- package/dist/index-ByaXH_ih.mjs.map +1 -1
- package/dist/index-C1AXAWlO.mjs.map +1 -1
- package/dist/index-CCNZ9uWB.mjs.map +1 -1
- package/dist/index-CEQ35j8b.mjs.map +1 -1
- package/dist/index-CKCTy3ZL.mjs.map +1 -1
- package/dist/index-CLMd7NJE.mjs.map +1 -1
- package/dist/index-Cje7xxa1.js.map +1 -1
- package/dist/index-CleLBinl.js.map +1 -1
- package/dist/index-CoR7YA3H.js.map +1 -1
- package/dist/index-CxBG4Ssm.js.map +1 -1
- package/dist/index-DA01QPpC.js.map +1 -1
- package/dist/index-DCcK_d4W.mjs.map +1 -1
- package/dist/index-DDrLXRUs.mjs.map +1 -1
- package/dist/index-DLcqcWxM.mjs.map +1 -1
- package/dist/index-DOFLOnao.js.map +1 -1
- package/dist/index-DOfn3ixy.mjs.map +1 -1
- package/dist/index-DPxjTK4w.mjs.map +1 -1
- package/dist/index-DSf4qCR-.mjs.map +1 -1
- package/dist/index-DlMXYAr3.js.map +1 -1
- package/dist/index-HJvG7FXj.js.map +1 -1
- package/dist/index-Hk_HrrHM.js.map +1 -1
- package/dist/index-IpWiejWQ.mjs.map +1 -1
- package/dist/index-MiRhI3nq.mjs.map +1 -1
- package/dist/index-_XxjJPRD.js.map +1 -1
- package/dist/index-kcwFA4Dv.js.map +1 -1
- package/dist/index-tyLV0iiH.mjs.map +1 -1
- package/dist/label-7sJe5-pX.mjs.map +1 -1
- package/dist/label-yHK80hhV.js.map +1 -1
- package/dist/libraries/action/src/action.d.ts +37 -0
- package/dist/libraries/action/src/action.d.ts.map +1 -0
- package/dist/libraries/common-types/src/common-types.d.ts +9 -0
- package/dist/libraries/common-types/src/common-types.d.ts.map +1 -0
- package/dist/libraries/library/src/accordion.d.ts +6 -0
- package/dist/libraries/library/src/accordion.d.ts.map +1 -0
- package/dist/libraries/library/src/alert-badge.d.ts +6 -0
- package/dist/libraries/library/src/alert-badge.d.ts.map +1 -0
- package/dist/libraries/library/src/autocomplete.d.ts +6 -0
- package/dist/libraries/library/src/autocomplete.d.ts.map +1 -0
- package/dist/libraries/library/src/badge.d.ts +6 -0
- package/dist/libraries/library/src/badge.d.ts.map +1 -0
- package/dist/libraries/library/src/breadcrumbs.d.ts +6 -0
- package/dist/libraries/library/src/breadcrumbs.d.ts.map +1 -0
- package/dist/libraries/library/src/button.d.ts +6 -0
- package/dist/libraries/library/src/button.d.ts.map +1 -0
- package/dist/libraries/library/src/calendar.d.ts +6 -0
- package/dist/libraries/library/src/calendar.d.ts.map +1 -0
- package/dist/libraries/library/src/card.d.ts +6 -0
- package/dist/libraries/library/src/card.d.ts.map +1 -0
- package/dist/libraries/library/src/checkbox.d.ts +6 -0
- package/dist/libraries/library/src/checkbox.d.ts.map +1 -0
- package/dist/libraries/library/src/chip-group.d.ts +6 -0
- package/dist/libraries/library/src/chip-group.d.ts.map +1 -0
- package/dist/libraries/library/src/color-dot.d.ts +6 -0
- package/dist/libraries/library/src/color-dot.d.ts.map +1 -0
- package/dist/libraries/library/src/container.d.ts +6 -0
- package/dist/libraries/library/src/container.d.ts.map +1 -0
- package/dist/libraries/library/src/content-block.d.ts +6 -0
- package/dist/libraries/library/src/content-block.d.ts.map +1 -0
- package/dist/libraries/library/src/countdown.d.ts +6 -0
- package/dist/libraries/library/src/countdown.d.ts.map +1 -0
- package/dist/libraries/library/src/counter-badge.d.ts +6 -0
- package/dist/libraries/library/src/counter-badge.d.ts.map +1 -0
- package/dist/libraries/library/src/cta-link.d.ts +6 -0
- package/dist/libraries/library/src/cta-link.d.ts.map +1 -0
- package/dist/libraries/library/src/date-field.d.ts +6 -0
- package/dist/libraries/library/src/date-field.d.ts.map +1 -0
- package/dist/libraries/library/src/date-picker.d.ts +6 -0
- package/dist/libraries/library/src/date-picker.d.ts.map +1 -0
- package/dist/libraries/library/src/dismissable-chip-group.d.ts +6 -0
- package/dist/libraries/library/src/dismissable-chip-group.d.ts.map +1 -0
- package/dist/libraries/library/src/drawer.d.ts +6 -0
- package/dist/libraries/library/src/drawer.d.ts.map +1 -0
- package/dist/libraries/library/src/field-error-text.d.ts +6 -0
- package/dist/libraries/library/src/field-error-text.d.ts.map +1 -0
- package/dist/libraries/library/src/field-helper-text.d.ts +6 -0
- package/dist/libraries/library/src/field-helper-text.d.ts.map +1 -0
- package/dist/libraries/library/src/footer.d.ts +6 -0
- package/dist/libraries/library/src/footer.d.ts.map +1 -0
- package/dist/libraries/library/src/grid.d.ts +6 -0
- package/dist/libraries/library/src/grid.d.ts.map +1 -0
- package/dist/libraries/library/src/heading.d.ts +6 -0
- package/dist/libraries/library/src/heading.d.ts.map +1 -0
- package/dist/libraries/library/src/hero-banner.d.ts +6 -0
- package/dist/libraries/library/src/hero-banner.d.ts.map +1 -0
- package/dist/libraries/library/src/label.d.ts +6 -0
- package/dist/libraries/library/src/label.d.ts.map +1 -0
- package/dist/libraries/library/src/library.d.ts +59 -0
- package/dist/libraries/library/src/library.d.ts.map +1 -0
- package/dist/libraries/library/src/link.d.ts +6 -0
- package/dist/libraries/library/src/link.d.ts.map +1 -0
- package/dist/libraries/library/src/listbox.d.ts +6 -0
- package/dist/libraries/library/src/listbox.d.ts.map +1 -0
- package/dist/libraries/library/src/modal.d.ts +6 -0
- package/dist/libraries/library/src/modal.d.ts.map +1 -0
- package/dist/libraries/library/src/notification-banner.d.ts +6 -0
- package/dist/libraries/library/src/notification-banner.d.ts.map +1 -0
- package/dist/libraries/library/src/notification.d.ts +6 -0
- package/dist/libraries/library/src/notification.d.ts.map +1 -0
- package/dist/libraries/library/src/pagination.d.ts +6 -0
- package/dist/libraries/library/src/pagination.d.ts.map +1 -0
- package/dist/libraries/library/src/paragraph.d.ts +6 -0
- package/dist/libraries/library/src/paragraph.d.ts.map +1 -0
- package/dist/libraries/library/src/password-field.d.ts.map +1 -0
- package/dist/libraries/library/src/popover.d.ts +6 -0
- package/dist/libraries/library/src/popover.d.ts.map +1 -0
- package/dist/libraries/library/src/product-card.d.ts +6 -0
- package/dist/libraries/library/src/product-card.d.ts.map +1 -0
- package/dist/libraries/library/src/promotion-card.d.ts +6 -0
- package/dist/libraries/library/src/promotion-card.d.ts.map +1 -0
- package/dist/libraries/library/src/quantity-selector.d.ts +6 -0
- package/dist/libraries/library/src/quantity-selector.d.ts.map +1 -0
- package/dist/libraries/library/src/radio-button-group.d.ts +6 -0
- package/dist/libraries/library/src/radio-button-group.d.ts.map +1 -0
- package/dist/libraries/library/src/radio-card-group.d.ts +6 -0
- package/dist/libraries/library/src/radio-card-group.d.ts.map +1 -0
- package/dist/libraries/library/src/rich-text.d.ts +6 -0
- package/dist/libraries/library/src/rich-text.d.ts.map +1 -0
- package/dist/libraries/library/src/search-field.d.ts +6 -0
- package/dist/libraries/library/src/search-field.d.ts.map +1 -0
- package/dist/libraries/library/src/select.d.ts +6 -0
- package/dist/libraries/library/src/select.d.ts.map +1 -0
- package/dist/libraries/library/src/skeleton.d.ts +6 -0
- package/dist/libraries/library/src/skeleton.d.ts.map +1 -0
- package/dist/libraries/library/src/slider.d.ts +6 -0
- package/dist/libraries/library/src/slider.d.ts.map +1 -0
- package/dist/libraries/library/src/spacer.d.ts +6 -0
- package/dist/libraries/library/src/spacer.d.ts.map +1 -0
- package/dist/libraries/library/src/spinner.d.ts +6 -0
- package/dist/libraries/library/src/spinner.d.ts.map +1 -0
- package/dist/libraries/library/src/stepper.d.ts +6 -0
- package/dist/libraries/library/src/stepper.d.ts.map +1 -0
- package/dist/libraries/library/src/table.d.ts +6 -0
- package/dist/libraries/library/src/table.d.ts.map +1 -0
- package/dist/libraries/library/src/tabs.d.ts +6 -0
- package/dist/libraries/library/src/tabs.d.ts.map +1 -0
- package/dist/libraries/library/src/text-area.d.ts +6 -0
- package/dist/libraries/library/src/text-area.d.ts.map +1 -0
- package/dist/libraries/library/src/text-field.d.ts +6 -0
- package/dist/libraries/library/src/text-field.d.ts.map +1 -0
- package/dist/libraries/library/src/text-spacing.d.ts +6 -0
- package/dist/libraries/library/src/text-spacing.d.ts.map +1 -0
- package/dist/libraries/library/src/theme.d.ts +6 -0
- package/dist/libraries/library/src/theme.d.ts.map +1 -0
- package/dist/libraries/library/src/toggle.d.ts +6 -0
- package/dist/libraries/library/src/toggle.d.ts.map +1 -0
- package/dist/libraries/library/src/tokens.d.ts.map +1 -0
- package/dist/libraries/library/src/tooltip.d.ts +6 -0
- package/dist/libraries/library/src/tooltip.d.ts.map +1 -0
- package/dist/libraries/library/src/visually-hidden.d.ts +6 -0
- package/dist/libraries/library/src/visually-hidden.d.ts.map +1 -0
- package/dist/libraries/theme/src/ThemeProvider.d.ts +26 -0
- package/dist/libraries/theme/src/ThemeProvider.d.ts.map +1 -0
- package/dist/libraries/theme/src/telia-dark.d.ts +129 -0
- package/dist/libraries/theme/src/telia-dark.d.ts.map +1 -0
- package/dist/libraries/theme/src/telia-light.d.ts +129 -0
- package/dist/libraries/theme/src/telia-light.d.ts.map +1 -0
- package/dist/libraries/theme/src/telia-theme.d.ts +259 -0
- package/dist/libraries/theme/src/telia-theme.d.ts.map +1 -0
- package/dist/libraries/theme/src/theme-props.d.ts +182 -0
- package/dist/libraries/theme/src/theme-props.d.ts.map +1 -0
- package/dist/libraries/theme/src/theme.d.ts +7 -0
- package/dist/libraries/theme/src/theme.d.ts.map +1 -0
- package/dist/libraries/theme/src/types.d.ts +18 -0
- package/dist/libraries/theme/src/types.d.ts.map +1 -0
- package/dist/libraries/theme/src/useApplyTheme.d.ts +9 -0
- package/dist/libraries/theme/src/useApplyTheme.d.ts.map +1 -0
- package/dist/libraries/theme/src/useColorScheme.d.ts +3 -0
- package/dist/libraries/theme/src/useColorScheme.d.ts.map +1 -0
- package/dist/library.cjs.js +1 -1
- package/dist/library.es.js +366 -366
- package/dist/popover-B1BgSoQx.js +2 -0
- package/dist/popover-B1BgSoQx.js.map +1 -0
- package/dist/popover-DBMI9Jy1.mjs +1009 -0
- package/dist/popover-DBMI9Jy1.mjs.map +1 -0
- package/dist/popover.cjs.js +1 -1
- package/dist/popover.es.js +1 -1
- package/dist/purpur.css +1 -1
- package/dist/scss/action.scss +173 -0
- package/dist/slider-CDOrFmK-.mjs.map +1 -1
- package/dist/slider-_R6JmPZl.js.map +1 -1
- package/dist/stepper-B248FwO-.js +2 -0
- package/dist/stepper-B248FwO-.js.map +1 -0
- package/dist/stepper-BfIbJwZn.mjs +452 -0
- package/dist/stepper-BfIbJwZn.mjs.map +1 -0
- package/dist/stepper.cjs.js +1 -1
- package/dist/stepper.es.js +1 -1
- package/dist/table-BNeo_B1h.js +9 -0
- package/dist/table-BNeo_B1h.js.map +1 -0
- package/dist/table-DvcpczWf.mjs +7441 -0
- package/dist/table-DvcpczWf.mjs.map +1 -0
- package/dist/table.cjs.js +1 -1
- package/dist/table.es.js +1 -1
- package/dist/tabs-CfHd4UQ2.js.map +1 -1
- package/dist/tabs-CoXMAwMx.mjs.map +1 -1
- package/dist/toggle-C8IwTbX8.js.map +1 -1
- package/dist/toggle-Cezg5MUc.mjs.map +1 -1
- package/dist/tokens/_dark.scss +9 -0
- package/dist/tokens/_index.scss +9 -0
- package/dist/tokens/border/variables.css +12 -0
- package/dist/tokens/border/variables.d.ts +9 -0
- package/dist/tokens/border/variables.dark.css +11 -0
- package/dist/tokens/border/variables.dark.d.ts +9 -0
- package/dist/tokens/border/variables.dark.js +9 -0
- package/dist/tokens/border/variables.dark.json +17 -0
- package/dist/tokens/border/variables.dark.scss +9 -0
- package/dist/tokens/border/variables.js +9 -0
- package/dist/tokens/border/variables.json +17 -0
- package/dist/tokens/border/variables.scss +9 -0
- package/dist/tokens/breakpoint/variables.css +11 -0
- package/dist/tokens/breakpoint/variables.d.ts +8 -0
- package/dist/tokens/breakpoint/variables.dark.css +10 -0
- package/dist/tokens/breakpoint/variables.dark.d.ts +8 -0
- package/dist/tokens/breakpoint/variables.dark.js +8 -0
- package/dist/tokens/breakpoint/variables.dark.json +14 -0
- package/dist/tokens/breakpoint/variables.dark.scss +8 -0
- package/dist/tokens/breakpoint/variables.js +8 -0
- package/dist/tokens/breakpoint/variables.json +14 -0
- package/dist/tokens/breakpoint/variables.scss +8 -0
- package/dist/tokens/color/variables.css +261 -0
- package/dist/tokens/color/variables.d.ts +252 -0
- package/dist/tokens/color/variables.dark.css +261 -0
- package/dist/tokens/color/variables.dark.d.ts +251 -0
- package/dist/tokens/color/variables.dark.js +251 -0
- package/dist/tokens/color/variables.dark.json +305 -0
- package/dist/tokens/color/variables.dark.scss +251 -0
- package/dist/tokens/color/variables.js +252 -0
- package/dist/tokens/color/variables.json +306 -0
- package/dist/tokens/color/variables.scss +252 -0
- package/dist/tokens/filter/variables.css +4 -0
- package/dist/tokens/filter/variables.d.ts +1 -0
- package/dist/tokens/filter/variables.dark.css +3 -0
- package/dist/tokens/filter/variables.dark.d.ts +1 -0
- package/dist/tokens/filter/variables.dark.js +1 -0
- package/dist/tokens/filter/variables.dark.json +7 -0
- package/dist/tokens/filter/variables.dark.scss +1 -0
- package/dist/tokens/filter/variables.js +1 -0
- package/dist/tokens/filter/variables.json +7 -0
- package/dist/tokens/filter/variables.scss +1 -0
- package/dist/tokens/gradient/variables.css +53 -0
- package/dist/tokens/gradient/variables.d.ts +9 -0
- package/dist/tokens/gradient/variables.dark.css +51 -0
- package/dist/tokens/gradient/variables.dark.d.ts +9 -0
- package/dist/tokens/gradient/variables.dark.js +18 -0
- package/dist/tokens/gradient/variables.dark.json +27 -0
- package/dist/tokens/gradient/variables.dark.scss +36 -0
- package/dist/tokens/gradient/variables.js +18 -0
- package/dist/tokens/gradient/variables.json +27 -0
- package/dist/tokens/gradient/variables.scss +42 -0
- package/dist/tokens/motion/variables.css +14 -0
- package/dist/tokens/motion/variables.d.ts +11 -0
- package/dist/tokens/motion/variables.dark.css +13 -0
- package/dist/tokens/motion/variables.dark.d.ts +11 -0
- package/dist/tokens/motion/variables.dark.js +11 -0
- package/dist/tokens/motion/variables.dark.json +19 -0
- package/dist/tokens/motion/variables.dark.scss +11 -0
- package/dist/tokens/motion/variables.js +11 -0
- package/dist/tokens/motion/variables.json +19 -0
- package/dist/tokens/motion/variables.scss +11 -0
- package/dist/tokens/shadow/variables.css +11 -0
- package/dist/tokens/shadow/variables.d.ts +4 -0
- package/dist/tokens/shadow/variables.dark.css +10 -0
- package/dist/tokens/shadow/variables.dark.d.ts +4 -0
- package/dist/tokens/shadow/variables.dark.js +4 -0
- package/dist/tokens/shadow/variables.dark.json +8 -0
- package/dist/tokens/shadow/variables.dark.scss +4 -0
- package/dist/tokens/shadow/variables.js +4 -0
- package/dist/tokens/shadow/variables.json +8 -0
- package/dist/tokens/shadow/variables.scss +4 -0
- package/dist/tokens/spacing/variables.css +26 -0
- package/dist/tokens/spacing/variables.d.ts +23 -0
- package/dist/tokens/spacing/variables.dark.css +17 -0
- package/dist/tokens/spacing/variables.dark.d.ts +15 -0
- package/dist/tokens/spacing/variables.dark.js +15 -0
- package/dist/tokens/spacing/variables.dark.json +19 -0
- package/dist/tokens/spacing/variables.dark.scss +15 -0
- package/dist/tokens/spacing/variables.js +23 -0
- package/dist/tokens/spacing/variables.json +31 -0
- package/dist/tokens/spacing/variables.scss +23 -0
- package/dist/tokens/typography/variables.css +30 -0
- package/dist/tokens/typography/variables.d.ts +26 -0
- package/dist/tokens/typography/variables.dark.css +29 -0
- package/dist/tokens/typography/variables.dark.d.ts +26 -0
- package/dist/tokens/typography/variables.dark.js +28 -0
- package/dist/tokens/typography/variables.dark.json +38 -0
- package/dist/tokens/typography/variables.dark.scss +26 -0
- package/dist/tokens/typography/variables.js +28 -0
- package/dist/tokens/typography/variables.json +38 -0
- package/dist/tokens/typography/variables.scss +26 -0
- package/dist/tokens.cjs.js.map +1 -1
- package/dist/tokens.es.js.map +1 -1
- package/dist/tooltip-CLQLxoaf.js +2 -0
- package/dist/tooltip-CLQLxoaf.js.map +1 -0
- package/dist/tooltip-DXi7ikUT.mjs +1064 -0
- package/dist/tooltip-DXi7ikUT.mjs.map +1 -0
- package/dist/tooltip.cjs.js +1 -1
- package/dist/tooltip.es.js +1 -1
- package/dist/variables-91UvS2rU.mjs.map +1 -1
- package/dist/variables-BSBunpiY.js.map +1 -1
- package/dist/variables-BSsIx39i.mjs.map +1 -1
- package/dist/variables-BUfnQw6H.mjs.map +1 -1
- package/dist/variables-Buqm4JZc.js.map +1 -1
- package/dist/variables-CMzMXeor.js.map +1 -1
- package/dist/visually-hidden-BYFkJEp1.mjs.map +1 -1
- package/dist/visually-hidden-C2CKovZx.js.map +1 -1
- package/package.json +75 -73
- package/scripts/generate.mts +7 -44
- package/src/aliases.ts +249 -57
- package/src/entries.js +60 -1
- package/src/library.ts +63 -2
- package/tokens/_dark.scss +9 -0
- package/tokens/_index.scss +9 -0
- package/tokens/border/variables.css +12 -0
- package/tokens/border/variables.d.ts +9 -0
- package/tokens/border/variables.dark.css +11 -0
- package/tokens/border/variables.dark.d.ts +9 -0
- package/tokens/border/variables.dark.js +9 -0
- package/tokens/border/variables.dark.json +17 -0
- package/tokens/border/variables.dark.scss +9 -0
- package/tokens/border/variables.js +9 -0
- package/tokens/border/variables.json +17 -0
- package/tokens/border/variables.scss +9 -0
- package/tokens/breakpoint/variables.css +11 -0
- package/tokens/breakpoint/variables.d.ts +8 -0
- package/tokens/breakpoint/variables.dark.css +10 -0
- package/tokens/breakpoint/variables.dark.d.ts +8 -0
- package/tokens/breakpoint/variables.dark.js +8 -0
- package/tokens/breakpoint/variables.dark.json +14 -0
- package/tokens/breakpoint/variables.dark.scss +8 -0
- package/tokens/breakpoint/variables.js +8 -0
- package/tokens/breakpoint/variables.json +14 -0
- package/tokens/breakpoint/variables.scss +8 -0
- package/tokens/color/variables.css +261 -0
- package/tokens/color/variables.d.ts +252 -0
- package/tokens/color/variables.dark.css +261 -0
- package/tokens/color/variables.dark.d.ts +251 -0
- package/tokens/color/variables.dark.js +251 -0
- package/tokens/color/variables.dark.json +305 -0
- package/tokens/color/variables.dark.scss +251 -0
- package/tokens/color/variables.js +252 -0
- package/tokens/color/variables.json +306 -0
- package/tokens/color/variables.scss +252 -0
- package/tokens/filter/variables.css +4 -0
- package/tokens/filter/variables.d.ts +1 -0
- package/tokens/filter/variables.dark.css +3 -0
- package/tokens/filter/variables.dark.d.ts +1 -0
- package/tokens/filter/variables.dark.js +1 -0
- package/tokens/filter/variables.dark.json +7 -0
- package/tokens/filter/variables.dark.scss +1 -0
- package/tokens/filter/variables.js +1 -0
- package/tokens/filter/variables.json +7 -0
- package/tokens/filter/variables.scss +1 -0
- package/tokens/gradient/variables.css +53 -0
- package/tokens/gradient/variables.d.ts +9 -0
- package/tokens/gradient/variables.dark.css +51 -0
- package/tokens/gradient/variables.dark.d.ts +9 -0
- package/tokens/gradient/variables.dark.js +18 -0
- package/tokens/gradient/variables.dark.json +27 -0
- package/tokens/gradient/variables.dark.scss +36 -0
- package/tokens/gradient/variables.js +18 -0
- package/tokens/gradient/variables.json +27 -0
- package/tokens/gradient/variables.scss +42 -0
- package/tokens/motion/variables.css +14 -0
- package/tokens/motion/variables.d.ts +11 -0
- package/tokens/motion/variables.dark.css +13 -0
- package/tokens/motion/variables.dark.d.ts +11 -0
- package/tokens/motion/variables.dark.js +11 -0
- package/tokens/motion/variables.dark.json +19 -0
- package/tokens/motion/variables.dark.scss +11 -0
- package/tokens/motion/variables.js +11 -0
- package/tokens/motion/variables.json +19 -0
- package/tokens/motion/variables.scss +11 -0
- package/tokens/shadow/variables.css +11 -0
- package/tokens/shadow/variables.d.ts +4 -0
- package/tokens/shadow/variables.dark.css +10 -0
- package/tokens/shadow/variables.dark.d.ts +4 -0
- package/tokens/shadow/variables.dark.js +4 -0
- package/tokens/shadow/variables.dark.json +8 -0
- package/tokens/shadow/variables.dark.scss +4 -0
- package/tokens/shadow/variables.js +4 -0
- package/tokens/shadow/variables.json +8 -0
- package/tokens/shadow/variables.scss +4 -0
- package/tokens/spacing/variables.css +26 -0
- package/tokens/spacing/variables.d.ts +23 -0
- package/tokens/spacing/variables.dark.css +17 -0
- package/tokens/spacing/variables.dark.d.ts +15 -0
- package/tokens/spacing/variables.dark.js +15 -0
- package/tokens/spacing/variables.dark.json +19 -0
- package/tokens/spacing/variables.dark.scss +15 -0
- package/tokens/spacing/variables.js +23 -0
- package/tokens/spacing/variables.json +31 -0
- package/tokens/spacing/variables.scss +23 -0
- package/tokens/typography/variables.css +30 -0
- package/tokens/typography/variables.d.ts +26 -0
- package/tokens/typography/variables.dark.css +29 -0
- package/tokens/typography/variables.dark.d.ts +26 -0
- package/tokens/typography/variables.dark.js +28 -0
- package/tokens/typography/variables.dark.json +38 -0
- package/tokens/typography/variables.dark.scss +26 -0
- package/tokens/typography/variables.js +28 -0
- package/tokens/typography/variables.json +38 -0
- package/tokens/typography/variables.scss +26 -0
- package/dist/accordion.d.ts +0 -6
- package/dist/accordion.d.ts.map +0 -1
- package/dist/alert-badge.d.ts +0 -6
- package/dist/alert-badge.d.ts.map +0 -1
- package/dist/autocomplete.d.ts +0 -6
- package/dist/autocomplete.d.ts.map +0 -1
- package/dist/badge.d.ts +0 -6
- package/dist/badge.d.ts.map +0 -1
- package/dist/breadcrumbs.d.ts +0 -6
- package/dist/breadcrumbs.d.ts.map +0 -1
- package/dist/button.d.ts +0 -6
- package/dist/button.d.ts.map +0 -1
- package/dist/calendar.d.ts +0 -6
- package/dist/calendar.d.ts.map +0 -1
- package/dist/card.d.ts +0 -6
- package/dist/card.d.ts.map +0 -1
- package/dist/checkbox.d.ts +0 -6
- package/dist/checkbox.d.ts.map +0 -1
- package/dist/chip-group.d.ts +0 -6
- package/dist/chip-group.d.ts.map +0 -1
- package/dist/color-dot.d.ts +0 -6
- package/dist/color-dot.d.ts.map +0 -1
- package/dist/container.d.ts +0 -6
- package/dist/container.d.ts.map +0 -1
- package/dist/content-block.d.ts +0 -6
- package/dist/content-block.d.ts.map +0 -1
- package/dist/countdown.d.ts +0 -6
- package/dist/countdown.d.ts.map +0 -1
- package/dist/counter-badge.d.ts +0 -6
- package/dist/counter-badge.d.ts.map +0 -1
- package/dist/cta-link.d.ts +0 -6
- package/dist/cta-link.d.ts.map +0 -1
- package/dist/date-field.d.ts +0 -6
- package/dist/date-field.d.ts.map +0 -1
- package/dist/date-picker-BRkh2YEH.mjs +0 -1405
- package/dist/date-picker-BRkh2YEH.mjs.map +0 -1
- package/dist/date-picker-C2Wtf7XQ.js +0 -2
- package/dist/date-picker-C2Wtf7XQ.js.map +0 -1
- package/dist/date-picker.d.ts +0 -6
- package/dist/date-picker.d.ts.map +0 -1
- package/dist/dismissable-chip-group.d.ts +0 -6
- package/dist/dismissable-chip-group.d.ts.map +0 -1
- package/dist/drawer.d.ts +0 -6
- package/dist/drawer.d.ts.map +0 -1
- package/dist/field-error-text.d.ts +0 -6
- package/dist/field-error-text.d.ts.map +0 -1
- package/dist/field-helper-text.d.ts +0 -6
- package/dist/field-helper-text.d.ts.map +0 -1
- package/dist/floating-ui.react-dom-B_rB55Mr.mjs +0 -1340
- package/dist/floating-ui.react-dom-B_rB55Mr.mjs.map +0 -1
- package/dist/floating-ui.react-dom-z0lMBJ4R.js +0 -2
- package/dist/floating-ui.react-dom-z0lMBJ4R.js.map +0 -1
- package/dist/footer.d.ts +0 -6
- package/dist/footer.d.ts.map +0 -1
- package/dist/grid.d.ts +0 -6
- package/dist/grid.d.ts.map +0 -1
- package/dist/heading.d.ts +0 -6
- package/dist/heading.d.ts.map +0 -1
- package/dist/hero-banner.d.ts +0 -6
- package/dist/hero-banner.d.ts.map +0 -1
- package/dist/label.d.ts +0 -6
- package/dist/label.d.ts.map +0 -1
- package/dist/library.d.ts +0 -59
- package/dist/library.d.ts.map +0 -1
- package/dist/link.d.ts +0 -6
- package/dist/link.d.ts.map +0 -1
- package/dist/listbox.d.ts +0 -6
- package/dist/listbox.d.ts.map +0 -1
- package/dist/modal.d.ts +0 -6
- package/dist/modal.d.ts.map +0 -1
- package/dist/notification-banner.d.ts +0 -6
- package/dist/notification-banner.d.ts.map +0 -1
- package/dist/notification.d.ts +0 -6
- package/dist/notification.d.ts.map +0 -1
- package/dist/pagination.d.ts +0 -6
- package/dist/pagination.d.ts.map +0 -1
- package/dist/paragraph.d.ts +0 -6
- package/dist/paragraph.d.ts.map +0 -1
- package/dist/password-field.d.ts.map +0 -1
- package/dist/popover-C6nZb3cQ.mjs +0 -1009
- package/dist/popover-C6nZb3cQ.mjs.map +0 -1
- package/dist/popover-CYyCtoef.js +0 -2
- package/dist/popover-CYyCtoef.js.map +0 -1
- package/dist/popover.d.ts +0 -6
- package/dist/popover.d.ts.map +0 -1
- package/dist/product-card.d.ts +0 -6
- package/dist/product-card.d.ts.map +0 -1
- package/dist/promotion-card.d.ts +0 -6
- package/dist/promotion-card.d.ts.map +0 -1
- package/dist/quantity-selector.d.ts +0 -6
- package/dist/quantity-selector.d.ts.map +0 -1
- package/dist/radio-button-group.d.ts +0 -6
- package/dist/radio-button-group.d.ts.map +0 -1
- package/dist/radio-card-group.d.ts +0 -6
- package/dist/radio-card-group.d.ts.map +0 -1
- package/dist/rich-text.d.ts +0 -6
- package/dist/rich-text.d.ts.map +0 -1
- package/dist/search-field.d.ts +0 -6
- package/dist/search-field.d.ts.map +0 -1
- package/dist/select.d.ts +0 -6
- package/dist/select.d.ts.map +0 -1
- package/dist/skeleton.d.ts +0 -6
- package/dist/skeleton.d.ts.map +0 -1
- package/dist/slider.d.ts +0 -6
- package/dist/slider.d.ts.map +0 -1
- package/dist/spacer.d.ts +0 -6
- package/dist/spacer.d.ts.map +0 -1
- package/dist/spinner.d.ts +0 -6
- package/dist/spinner.d.ts.map +0 -1
- package/dist/stepper-D81jmbEf.mjs +0 -452
- package/dist/stepper-D81jmbEf.mjs.map +0 -1
- package/dist/stepper-DA0c9Utm.js +0 -2
- package/dist/stepper-DA0c9Utm.js.map +0 -1
- package/dist/stepper.d.ts +0 -6
- package/dist/stepper.d.ts.map +0 -1
- package/dist/table-CIrmGGb2.mjs +0 -7441
- package/dist/table-CIrmGGb2.mjs.map +0 -1
- package/dist/table-Dd58bK_Q.js +0 -9
- package/dist/table-Dd58bK_Q.js.map +0 -1
- package/dist/table.d.ts +0 -6
- package/dist/table.d.ts.map +0 -1
- package/dist/tabs.d.ts +0 -6
- package/dist/tabs.d.ts.map +0 -1
- package/dist/text-area.d.ts +0 -6
- package/dist/text-area.d.ts.map +0 -1
- package/dist/text-field.d.ts +0 -6
- package/dist/text-field.d.ts.map +0 -1
- package/dist/text-spacing.d.ts +0 -6
- package/dist/text-spacing.d.ts.map +0 -1
- package/dist/theme.d.ts +0 -6
- package/dist/theme.d.ts.map +0 -1
- package/dist/toggle.d.ts +0 -6
- package/dist/toggle.d.ts.map +0 -1
- package/dist/tokens.d.ts.map +0 -1
- package/dist/tooltip-870Nmk-v.js +0 -2
- package/dist/tooltip-870Nmk-v.js.map +0 -1
- package/dist/tooltip-Cqfj0lSz.mjs +0 -1064
- package/dist/tooltip-Cqfj0lSz.mjs.map +0 -1
- package/dist/tooltip.d.ts +0 -6
- package/dist/tooltip.d.ts.map +0 -1
- package/dist/visually-hidden.d.ts +0 -6
- package/dist/visually-hidden.d.ts.map +0 -1
- /package/dist/{password-field.d.ts → libraries/library/src/password-field.d.ts} +0 -0
- /package/dist/{tokens.d.ts → libraries/library/src/tokens.d.ts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chip-group-CJVvfl_J.mjs","sources":["../../../common/temp/node_modules/.pnpm/@radix-ui+react-toggle@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.10__@types+reac_ac954931be38b8943a4772f30be6b8cd/node_modules/@radix-ui/react-toggle/dist/index.mjs","../../../common/temp/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.10__@type_1c3e06769648befb283f52b0de4ae8b0/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","../../../components/chip-group/src/chip-group-item.tsx","../../../components/chip-group/src/chip-group.tsx"],"sourcesContent":["\"use client\";\n\n// src/toggle.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { jsx } from \"react/jsx-runtime\";\nvar NAME = \"Toggle\";\nvar Toggle = React.forwardRef((props, forwardedRef) => {\n const { pressed: pressedProp, defaultPressed, onPressedChange, ...buttonProps } = props;\n const [pressed, setPressed] = useControllableState({\n prop: pressedProp,\n onChange: onPressedChange,\n defaultProp: defaultPressed ?? false,\n caller: NAME\n });\n return /* @__PURE__ */ jsx(\n Primitive.button,\n {\n type: \"button\",\n \"aria-pressed\": pressed,\n \"data-state\": pressed ? \"on\" : \"off\",\n \"data-disabled\": props.disabled ? \"\" : void 0,\n ...buttonProps,\n ref: forwardedRef,\n onClick: composeEventHandlers(props.onClick, () => {\n if (!props.disabled) {\n setPressed(!pressed);\n }\n })\n }\n );\n});\nToggle.displayName = NAME;\nvar Root = Toggle;\nexport {\n Root,\n Toggle\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/toggle-group.tsx\nimport React from \"react\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport * as RovingFocusGroup from \"@radix-ui/react-roving-focus\";\nimport { createRovingFocusGroupScope } from \"@radix-ui/react-roving-focus\";\nimport { Toggle } from \"@radix-ui/react-toggle\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport { useDirection } from \"@radix-ui/react-direction\";\nimport { jsx } from \"react/jsx-runtime\";\nvar TOGGLE_GROUP_NAME = \"ToggleGroup\";\nvar [createToggleGroupContext, createToggleGroupScope] = createContextScope(TOGGLE_GROUP_NAME, [\n createRovingFocusGroupScope\n]);\nvar useRovingFocusGroupScope = createRovingFocusGroupScope();\nvar ToggleGroup = React.forwardRef((props, forwardedRef) => {\n const { type, ...toggleGroupProps } = props;\n if (type === \"single\") {\n const singleProps = toggleGroupProps;\n return /* @__PURE__ */ jsx(ToggleGroupImplSingle, { ...singleProps, ref: forwardedRef });\n }\n if (type === \"multiple\") {\n const multipleProps = toggleGroupProps;\n return /* @__PURE__ */ jsx(ToggleGroupImplMultiple, { ...multipleProps, ref: forwardedRef });\n }\n throw new Error(`Missing prop \\`type\\` expected on \\`${TOGGLE_GROUP_NAME}\\``);\n});\nToggleGroup.displayName = TOGGLE_GROUP_NAME;\nvar [ToggleGroupValueProvider, useToggleGroupValueContext] = createToggleGroupContext(TOGGLE_GROUP_NAME);\nvar ToggleGroupImplSingle = React.forwardRef((props, forwardedRef) => {\n const {\n value: valueProp,\n defaultValue,\n onValueChange = () => {\n },\n ...toggleGroupSingleProps\n } = props;\n const [value, setValue] = useControllableState({\n prop: valueProp,\n defaultProp: defaultValue ?? \"\",\n onChange: onValueChange,\n caller: TOGGLE_GROUP_NAME\n });\n return /* @__PURE__ */ jsx(\n ToggleGroupValueProvider,\n {\n scope: props.__scopeToggleGroup,\n type: \"single\",\n value: React.useMemo(() => value ? [value] : [], [value]),\n onItemActivate: setValue,\n onItemDeactivate: React.useCallback(() => setValue(\"\"), [setValue]),\n children: /* @__PURE__ */ jsx(ToggleGroupImpl, { ...toggleGroupSingleProps, ref: forwardedRef })\n }\n );\n});\nvar ToggleGroupImplMultiple = React.forwardRef((props, forwardedRef) => {\n const {\n value: valueProp,\n defaultValue,\n onValueChange = () => {\n },\n ...toggleGroupMultipleProps\n } = props;\n const [value, setValue] = useControllableState({\n prop: valueProp,\n defaultProp: defaultValue ?? [],\n onChange: onValueChange,\n caller: TOGGLE_GROUP_NAME\n });\n const handleButtonActivate = React.useCallback(\n (itemValue) => setValue((prevValue = []) => [...prevValue, itemValue]),\n [setValue]\n );\n const handleButtonDeactivate = React.useCallback(\n (itemValue) => setValue((prevValue = []) => prevValue.filter((value2) => value2 !== itemValue)),\n [setValue]\n );\n return /* @__PURE__ */ jsx(\n ToggleGroupValueProvider,\n {\n scope: props.__scopeToggleGroup,\n type: \"multiple\",\n value,\n onItemActivate: handleButtonActivate,\n onItemDeactivate: handleButtonDeactivate,\n children: /* @__PURE__ */ jsx(ToggleGroupImpl, { ...toggleGroupMultipleProps, ref: forwardedRef })\n }\n );\n});\nToggleGroup.displayName = TOGGLE_GROUP_NAME;\nvar [ToggleGroupContext, useToggleGroupContext] = createToggleGroupContext(TOGGLE_GROUP_NAME);\nvar ToggleGroupImpl = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopeToggleGroup,\n disabled = false,\n rovingFocus = true,\n orientation,\n dir,\n loop = true,\n ...toggleGroupProps\n } = props;\n const rovingFocusGroupScope = useRovingFocusGroupScope(__scopeToggleGroup);\n const direction = useDirection(dir);\n const commonProps = { role: \"group\", dir: direction, ...toggleGroupProps };\n return /* @__PURE__ */ jsx(ToggleGroupContext, { scope: __scopeToggleGroup, rovingFocus, disabled, children: rovingFocus ? /* @__PURE__ */ jsx(\n RovingFocusGroup.Root,\n {\n asChild: true,\n ...rovingFocusGroupScope,\n orientation,\n dir: direction,\n loop,\n children: /* @__PURE__ */ jsx(Primitive.div, { ...commonProps, ref: forwardedRef })\n }\n ) : /* @__PURE__ */ jsx(Primitive.div, { ...commonProps, ref: forwardedRef }) });\n }\n);\nvar ITEM_NAME = \"ToggleGroupItem\";\nvar ToggleGroupItem = React.forwardRef(\n (props, forwardedRef) => {\n const valueContext = useToggleGroupValueContext(ITEM_NAME, props.__scopeToggleGroup);\n const context = useToggleGroupContext(ITEM_NAME, props.__scopeToggleGroup);\n const rovingFocusGroupScope = useRovingFocusGroupScope(props.__scopeToggleGroup);\n const pressed = valueContext.value.includes(props.value);\n const disabled = context.disabled || props.disabled;\n const commonProps = { ...props, pressed, disabled };\n const ref = React.useRef(null);\n return context.rovingFocus ? /* @__PURE__ */ jsx(\n RovingFocusGroup.Item,\n {\n asChild: true,\n ...rovingFocusGroupScope,\n focusable: !disabled,\n active: pressed,\n ref,\n children: /* @__PURE__ */ jsx(ToggleGroupItemImpl, { ...commonProps, ref: forwardedRef })\n }\n ) : /* @__PURE__ */ jsx(ToggleGroupItemImpl, { ...commonProps, ref: forwardedRef });\n }\n);\nToggleGroupItem.displayName = ITEM_NAME;\nvar ToggleGroupItemImpl = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeToggleGroup, value, ...itemProps } = props;\n const valueContext = useToggleGroupValueContext(ITEM_NAME, __scopeToggleGroup);\n const singleProps = { role: \"radio\", \"aria-checked\": props.pressed, \"aria-pressed\": void 0 };\n const typeProps = valueContext.type === \"single\" ? singleProps : void 0;\n return /* @__PURE__ */ jsx(\n Toggle,\n {\n ...typeProps,\n ...itemProps,\n ref: forwardedRef,\n onPressedChange: (pressed) => {\n if (pressed) {\n valueContext.onItemActivate(value);\n } else {\n valueContext.onItemDeactivate(value);\n }\n }\n }\n );\n }\n);\nvar Root2 = ToggleGroup;\nvar Item2 = ToggleGroupItem;\nexport {\n Item2 as Item,\n Root2 as Root,\n ToggleGroup,\n ToggleGroupItem,\n createToggleGroupScope\n};\n//# sourceMappingURL=index.mjs.map\n","import React, { isValidElement, type MouseEvent, type ReactElement, type ReactNode } from \"react\";\nimport { IconCheckmark } from \"@purpur/icon/checkmark\";\nimport * as RadixToggleGroup from \"@radix-ui/react-toggle-group\";\nimport c from \"classnames/bind\";\n\nimport styles from \"./chip-group-item.module.scss\";\n\ntype StylingProps = Pick<React.HTMLAttributes<HTMLElement>, \"style\" | \"className\">;\n\ntype ChipGroupItemProps = StylingProps & {\n [\"aria-label\"]?: string;\n [\"data-testid\"]?: string;\n children: ReactNode;\n /**\n * When `true`, prevents the user from interacting with the item.\n * */\n disabled?: boolean;\n /**\n * This prop will be passed automatically from the parent component (ChipGroup) when `type` is `\"filter\"`.\n * */\n showCheckmark?: boolean;\n /**\n * A unique value for the item.\n * */\n value: string;\n /**\n * This prop will only be used when `type` is `\"choice\"`.\n * When `true`, we recommend using `aria-label` to announce to screen readers that the option is unavailable.\n * */\n unavailable?: boolean;\n};\n\nconst cx = c.bind(styles);\nexport const rootClassName = \"purpur-chip-group-item\";\n\nexport const ChipGroupItem = ({\n [\"aria-label\"]: allyLabel,\n children,\n className,\n [\"data-testid\"]: dataTestId,\n disabled = false,\n showCheckmark = false,\n unavailable = false,\n value,\n ...props\n}: ChipGroupItemProps) => {\n const classes = cx([\n rootClassName,\n {\n [`${rootClassName}--disabled`]: disabled,\n [`${rootClassName}--unavailable`]: unavailable,\n },\n className,\n ]);\n\n const handleClick = (e: MouseEvent<HTMLButtonElement>) => {\n if (disabled) {\n e.preventDefault();\n }\n };\n\n return (\n <RadixToggleGroup.Item\n aria-label={allyLabel}\n data-testid={dataTestId}\n className={`${classes} ${rootClassName}`}\n value={value}\n onClick={handleClick}\n aria-disabled={disabled}\n {...props}\n >\n {children}\n {showCheckmark && (\n <IconCheckmark\n size=\"sm\"\n className={cx(`${rootClassName}__checkmark-icon`)}\n data-testid=\"checkmark icon\"\n />\n )}\n {unavailable && (\n <span\n className={cx(`${rootClassName}__line-wrapper`)}\n data-testid=\"unavailable line wrapper\"\n />\n )}\n </RadixToggleGroup.Item>\n );\n};\n\nexport const isChipGroupItem = (child?: ReactNode): child is ReactElement<ChipGroupItemProps> =>\n isValidElement<ChipGroupItemProps>(child) && child?.type === ChipGroupItem;\n","import React, { Children, cloneElement, type ReactNode, useEffect, useId } from \"react\";\nimport { Heading, type HeadingTagType } from \"@purpur/heading\";\nimport * as RadixToggleGroup from \"@radix-ui/react-toggle-group\";\nimport c from \"classnames/bind\";\n\nimport styles from \"./chip-group.module.scss\";\nimport { ChipGroupItem, isChipGroupItem } from \"./chip-group-item\";\n\ntype StylingProps = Pick<React.HTMLAttributes<HTMLElement>, \"style\" | \"className\">;\n\ntype ChipGroupProps = StylingProps & {\n [\"data-testid\"]?: string;\n /**\n * Will only render given ChipGroupItems.\n * */\n children: ReactNode;\n /**\n * Makes the chips span the full container width if set to `true`.\n * */\n fullWidth?: boolean;\n /**\n * Renders above the chip group as a heading.\n * */\n title?: ReactNode;\n /**\n * Allows to customise title.\n */\n titleProps?: TitlePropsType;\n /**\n * Optional name for form submission\n */\n name?: string;\n};\n\nexport type TitlePropsType = StylingProps & {\n /**\n * Use custom id for connecting title and chip group.\n */\n id?: string;\n /**\n * Changes heading level.\n * @default h2\n */\n tag?: HeadingTagType;\n};\n\nexport type ChipGroupChoiceProps = {\n /**\n * Event handler called when the pressed state of an item changes.\n * */\n onValueChange: (value: string) => void;\n /**\n * Determines whether a single (`\"choice\"`) or multiple (`\"filter\"`) items can be pressed at a time.\n * */\n type: \"choice\";\n /**\n * The value of the pressed item(s).\n * */\n value: string;\n};\n\nexport type ChipGroupFilterProps = {\n /**\n * Event handler called when the pressed state of an item changes.\n * */\n onValueChange: (value: string[]) => void;\n /**\n * Determines whether a single (`\"choice\"`) or multiple (`\"filter\"`) items can be pressed at a time.\n * */\n type: \"filter\";\n /**\n * The value of the pressed item(s).\n * */\n value: string[];\n};\n\nconst isChoiceProps = (\n props: ChipGroupChoiceProps | ChipGroupFilterProps\n): props is ChipGroupChoiceProps => props.type === \"choice\";\n\ntype ChipGroupCmp<P> = React.FunctionComponent<P> & {\n Item: typeof ChipGroupItem;\n};\n\nconst MIN_CHOICE_OPTIONS = 2;\n\nconst cx = c.bind(styles);\nconst rootClassName = \"purpur-chip-group\";\n\nexport const ChipGroup: ChipGroupCmp<\n ChipGroupProps & (ChipGroupChoiceProps | ChipGroupFilterProps)\n> = ({ children, className, fullWidth = false, title, titleProps, name, ...props }) => {\n const classes = cx([\n rootClassName,\n {\n [`${rootClassName}--full-width`]: fullWidth,\n },\n className,\n ]);\n\n const id = useId();\n\n const chipGroupItemChildren = Children.toArray(children).filter(isChipGroupItem);\n\n const clonedChildren = Children.map(chipGroupItemChildren, (child) =>\n cloneElement(child, {\n showCheckmark: props.type === \"filter\" && props.value.includes(child.props.value),\n unavailable: props.type === \"choice\" && child.props.unavailable,\n })\n );\n\n const handleValueChange = (value: string & string[]) => {\n if (props.type === \"filter\" || value !== \"\") {\n props.onValueChange(value);\n }\n };\n\n useEffect(() => {\n if (props.type === \"choice\" && clonedChildren.length < MIN_CHOICE_OPTIONS) {\n console.warn(\n `Minimum number of chips should be ${MIN_CHOICE_OPTIONS} when using the \"choice\" type`\n );\n }\n }, [clonedChildren, props.type]);\n\n const chipGroupChildren = () => {\n if (isChoiceProps(props)) {\n return (\n <RadixToggleGroup.Root\n className={classes}\n {...props}\n aria-labelledby={title ? `${titleProps?.id ?? id}-label` : undefined}\n onValueChange={handleValueChange}\n type=\"single\"\n >\n {clonedChildren}\n </RadixToggleGroup.Root>\n );\n }\n return (\n <RadixToggleGroup.Root\n className={classes}\n {...props}\n aria-labelledby={title ? `${titleProps?.id ?? id}-label` : undefined}\n onValueChange={handleValueChange}\n type=\"multiple\"\n >\n {clonedChildren}\n </RadixToggleGroup.Root>\n );\n };\n\n return (\n <div className={styles[`${rootClassName}--container`]}>\n {title && (\n <Heading\n tag=\"h2\"\n variant=\"subsection-100\"\n {...titleProps}\n id={`${titleProps?.id ?? id}-label`}\n >\n {title}\n </Heading>\n )}\n {chipGroupChildren()}\n {name && props.type === \"choice\" && <input type=\"hidden\" name={name} value={props.value} />}\n </div>\n );\n};\n\nChipGroup.Item = ChipGroupItem;\n\nChipGroup.displayName = \"ChipGroup\";\n"],"names":["NAME","Toggle","React","props","forwardedRef","pressedProp","defaultPressed","onPressedChange","buttonProps","pressed","setPressed","useControllableState","jsx","Primitive","composeEventHandlers","TOGGLE_GROUP_NAME","createToggleGroupContext","createContextScope","createRovingFocusGroupScope","useRovingFocusGroupScope","ToggleGroup","type","toggleGroupProps","ToggleGroupImplSingle","ToggleGroupImplMultiple","ToggleGroupValueProvider","useToggleGroupValueContext","valueProp","defaultValue","onValueChange","toggleGroupSingleProps","value","setValue","ToggleGroupImpl","toggleGroupMultipleProps","handleButtonActivate","itemValue","prevValue","handleButtonDeactivate","value2","ToggleGroupContext","useToggleGroupContext","__scopeToggleGroup","disabled","rovingFocus","orientation","dir","loop","rovingFocusGroupScope","direction","useDirection","commonProps","RovingFocusGroup.Root","ITEM_NAME","ToggleGroupItem","valueContext","context","ref","RovingFocusGroup.Item","ToggleGroupItemImpl","itemProps","singleProps","typeProps","Root2","Item2","cx","c","styles","rootClassName","ChipGroupItem","allyLabel","children","className","dataTestId","showCheckmark","unavailable","classes","handleClick","e","jsxs","RadixToggleGroup.Item","IconCheckmark","isChipGroupItem","child","isValidElement","isChoiceProps","MIN_CHOICE_OPTIONS","ChipGroup","fullWidth","title","titleProps","name","id","useId","chipGroupItemChildren","Children","clonedChildren","cloneElement","handleValueChange","useEffect","chipGroupChildren","RadixToggleGroup.Root","Heading"],"mappings":"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","x_google_ignoreList":[0,1]}
|
|
1
|
+
{"version":3,"file":"chip-group-CJVvfl_J.mjs","sources":["../../../common/temp/node_modules/.pnpm/@radix-ui+react-toggle@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_63d136f11f5f79b42c1373b9162ffc86/node_modules/@radix-ui/react-toggle/dist/index.mjs","../../../common/temp/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14__@type_0c124bdbaa351e80a671757a596f81ce/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","../../../components/chip-group/src/chip-group-item.tsx","../../../components/chip-group/src/chip-group.tsx"],"sourcesContent":["\"use client\";\n\n// src/toggle.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { jsx } from \"react/jsx-runtime\";\nvar NAME = \"Toggle\";\nvar Toggle = React.forwardRef((props, forwardedRef) => {\n const { pressed: pressedProp, defaultPressed, onPressedChange, ...buttonProps } = props;\n const [pressed, setPressed] = useControllableState({\n prop: pressedProp,\n onChange: onPressedChange,\n defaultProp: defaultPressed ?? false,\n caller: NAME\n });\n return /* @__PURE__ */ jsx(\n Primitive.button,\n {\n type: \"button\",\n \"aria-pressed\": pressed,\n \"data-state\": pressed ? \"on\" : \"off\",\n \"data-disabled\": props.disabled ? \"\" : void 0,\n ...buttonProps,\n ref: forwardedRef,\n onClick: composeEventHandlers(props.onClick, () => {\n if (!props.disabled) {\n setPressed(!pressed);\n }\n })\n }\n );\n});\nToggle.displayName = NAME;\nvar Root = Toggle;\nexport {\n Root,\n Toggle\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/toggle-group.tsx\nimport React from \"react\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport * as RovingFocusGroup from \"@radix-ui/react-roving-focus\";\nimport { createRovingFocusGroupScope } from \"@radix-ui/react-roving-focus\";\nimport { Toggle } from \"@radix-ui/react-toggle\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport { useDirection } from \"@radix-ui/react-direction\";\nimport { jsx } from \"react/jsx-runtime\";\nvar TOGGLE_GROUP_NAME = \"ToggleGroup\";\nvar [createToggleGroupContext, createToggleGroupScope] = createContextScope(TOGGLE_GROUP_NAME, [\n createRovingFocusGroupScope\n]);\nvar useRovingFocusGroupScope = createRovingFocusGroupScope();\nvar ToggleGroup = React.forwardRef((props, forwardedRef) => {\n const { type, ...toggleGroupProps } = props;\n if (type === \"single\") {\n const singleProps = toggleGroupProps;\n return /* @__PURE__ */ jsx(ToggleGroupImplSingle, { ...singleProps, ref: forwardedRef });\n }\n if (type === \"multiple\") {\n const multipleProps = toggleGroupProps;\n return /* @__PURE__ */ jsx(ToggleGroupImplMultiple, { ...multipleProps, ref: forwardedRef });\n }\n throw new Error(`Missing prop \\`type\\` expected on \\`${TOGGLE_GROUP_NAME}\\``);\n});\nToggleGroup.displayName = TOGGLE_GROUP_NAME;\nvar [ToggleGroupValueProvider, useToggleGroupValueContext] = createToggleGroupContext(TOGGLE_GROUP_NAME);\nvar ToggleGroupImplSingle = React.forwardRef((props, forwardedRef) => {\n const {\n value: valueProp,\n defaultValue,\n onValueChange = () => {\n },\n ...toggleGroupSingleProps\n } = props;\n const [value, setValue] = useControllableState({\n prop: valueProp,\n defaultProp: defaultValue ?? \"\",\n onChange: onValueChange,\n caller: TOGGLE_GROUP_NAME\n });\n return /* @__PURE__ */ jsx(\n ToggleGroupValueProvider,\n {\n scope: props.__scopeToggleGroup,\n type: \"single\",\n value: React.useMemo(() => value ? [value] : [], [value]),\n onItemActivate: setValue,\n onItemDeactivate: React.useCallback(() => setValue(\"\"), [setValue]),\n children: /* @__PURE__ */ jsx(ToggleGroupImpl, { ...toggleGroupSingleProps, ref: forwardedRef })\n }\n );\n});\nvar ToggleGroupImplMultiple = React.forwardRef((props, forwardedRef) => {\n const {\n value: valueProp,\n defaultValue,\n onValueChange = () => {\n },\n ...toggleGroupMultipleProps\n } = props;\n const [value, setValue] = useControllableState({\n prop: valueProp,\n defaultProp: defaultValue ?? [],\n onChange: onValueChange,\n caller: TOGGLE_GROUP_NAME\n });\n const handleButtonActivate = React.useCallback(\n (itemValue) => setValue((prevValue = []) => [...prevValue, itemValue]),\n [setValue]\n );\n const handleButtonDeactivate = React.useCallback(\n (itemValue) => setValue((prevValue = []) => prevValue.filter((value2) => value2 !== itemValue)),\n [setValue]\n );\n return /* @__PURE__ */ jsx(\n ToggleGroupValueProvider,\n {\n scope: props.__scopeToggleGroup,\n type: \"multiple\",\n value,\n onItemActivate: handleButtonActivate,\n onItemDeactivate: handleButtonDeactivate,\n children: /* @__PURE__ */ jsx(ToggleGroupImpl, { ...toggleGroupMultipleProps, ref: forwardedRef })\n }\n );\n});\nToggleGroup.displayName = TOGGLE_GROUP_NAME;\nvar [ToggleGroupContext, useToggleGroupContext] = createToggleGroupContext(TOGGLE_GROUP_NAME);\nvar ToggleGroupImpl = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopeToggleGroup,\n disabled = false,\n rovingFocus = true,\n orientation,\n dir,\n loop = true,\n ...toggleGroupProps\n } = props;\n const rovingFocusGroupScope = useRovingFocusGroupScope(__scopeToggleGroup);\n const direction = useDirection(dir);\n const commonProps = { role: \"group\", dir: direction, ...toggleGroupProps };\n return /* @__PURE__ */ jsx(ToggleGroupContext, { scope: __scopeToggleGroup, rovingFocus, disabled, children: rovingFocus ? /* @__PURE__ */ jsx(\n RovingFocusGroup.Root,\n {\n asChild: true,\n ...rovingFocusGroupScope,\n orientation,\n dir: direction,\n loop,\n children: /* @__PURE__ */ jsx(Primitive.div, { ...commonProps, ref: forwardedRef })\n }\n ) : /* @__PURE__ */ jsx(Primitive.div, { ...commonProps, ref: forwardedRef }) });\n }\n);\nvar ITEM_NAME = \"ToggleGroupItem\";\nvar ToggleGroupItem = React.forwardRef(\n (props, forwardedRef) => {\n const valueContext = useToggleGroupValueContext(ITEM_NAME, props.__scopeToggleGroup);\n const context = useToggleGroupContext(ITEM_NAME, props.__scopeToggleGroup);\n const rovingFocusGroupScope = useRovingFocusGroupScope(props.__scopeToggleGroup);\n const pressed = valueContext.value.includes(props.value);\n const disabled = context.disabled || props.disabled;\n const commonProps = { ...props, pressed, disabled };\n const ref = React.useRef(null);\n return context.rovingFocus ? /* @__PURE__ */ jsx(\n RovingFocusGroup.Item,\n {\n asChild: true,\n ...rovingFocusGroupScope,\n focusable: !disabled,\n active: pressed,\n ref,\n children: /* @__PURE__ */ jsx(ToggleGroupItemImpl, { ...commonProps, ref: forwardedRef })\n }\n ) : /* @__PURE__ */ jsx(ToggleGroupItemImpl, { ...commonProps, ref: forwardedRef });\n }\n);\nToggleGroupItem.displayName = ITEM_NAME;\nvar ToggleGroupItemImpl = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeToggleGroup, value, ...itemProps } = props;\n const valueContext = useToggleGroupValueContext(ITEM_NAME, __scopeToggleGroup);\n const singleProps = { role: \"radio\", \"aria-checked\": props.pressed, \"aria-pressed\": void 0 };\n const typeProps = valueContext.type === \"single\" ? singleProps : void 0;\n return /* @__PURE__ */ jsx(\n Toggle,\n {\n ...typeProps,\n ...itemProps,\n ref: forwardedRef,\n onPressedChange: (pressed) => {\n if (pressed) {\n valueContext.onItemActivate(value);\n } else {\n valueContext.onItemDeactivate(value);\n }\n }\n }\n );\n }\n);\nvar Root2 = ToggleGroup;\nvar Item2 = ToggleGroupItem;\nexport {\n Item2 as Item,\n Root2 as Root,\n ToggleGroup,\n ToggleGroupItem,\n createToggleGroupScope\n};\n//# sourceMappingURL=index.mjs.map\n","import React, { isValidElement, type MouseEvent, type ReactElement, type ReactNode } from \"react\";\nimport { IconCheckmark } from \"@purpur/icon/checkmark\";\nimport * as RadixToggleGroup from \"@radix-ui/react-toggle-group\";\nimport c from \"classnames/bind\";\n\nimport styles from \"./chip-group-item.module.scss\";\n\ntype StylingProps = Pick<React.HTMLAttributes<HTMLElement>, \"style\" | \"className\">;\n\ntype ChipGroupItemProps = StylingProps & {\n [\"aria-label\"]?: string;\n [\"data-testid\"]?: string;\n children: ReactNode;\n /**\n * When `true`, prevents the user from interacting with the item.\n * */\n disabled?: boolean;\n /**\n * This prop will be passed automatically from the parent component (ChipGroup) when `type` is `\"filter\"`.\n * */\n showCheckmark?: boolean;\n /**\n * A unique value for the item.\n * */\n value: string;\n /**\n * This prop will only be used when `type` is `\"choice\"`.\n * When `true`, we recommend using `aria-label` to announce to screen readers that the option is unavailable.\n * */\n unavailable?: boolean;\n};\n\nconst cx = c.bind(styles);\nexport const rootClassName = \"purpur-chip-group-item\";\n\nexport const ChipGroupItem = ({\n [\"aria-label\"]: allyLabel,\n children,\n className,\n [\"data-testid\"]: dataTestId,\n disabled = false,\n showCheckmark = false,\n unavailable = false,\n value,\n ...props\n}: ChipGroupItemProps) => {\n const classes = cx([\n rootClassName,\n {\n [`${rootClassName}--disabled`]: disabled,\n [`${rootClassName}--unavailable`]: unavailable,\n },\n className,\n ]);\n\n const handleClick = (e: MouseEvent<HTMLButtonElement>) => {\n if (disabled) {\n e.preventDefault();\n }\n };\n\n return (\n <RadixToggleGroup.Item\n aria-label={allyLabel}\n data-testid={dataTestId}\n className={`${classes} ${rootClassName}`}\n value={value}\n onClick={handleClick}\n aria-disabled={disabled}\n {...props}\n >\n {children}\n {showCheckmark && (\n <IconCheckmark\n size=\"sm\"\n className={cx(`${rootClassName}__checkmark-icon`)}\n data-testid=\"checkmark icon\"\n />\n )}\n {unavailable && (\n <span\n className={cx(`${rootClassName}__line-wrapper`)}\n data-testid=\"unavailable line wrapper\"\n />\n )}\n </RadixToggleGroup.Item>\n );\n};\n\nexport const isChipGroupItem = (child?: ReactNode): child is ReactElement<ChipGroupItemProps> =>\n isValidElement<ChipGroupItemProps>(child) && child?.type === ChipGroupItem;\n","import React, { Children, cloneElement, type ReactNode, useEffect, useId } from \"react\";\nimport { Heading, type HeadingTagType } from \"@purpur/heading\";\nimport * as RadixToggleGroup from \"@radix-ui/react-toggle-group\";\nimport c from \"classnames/bind\";\n\nimport styles from \"./chip-group.module.scss\";\nimport { ChipGroupItem, isChipGroupItem } from \"./chip-group-item\";\n\ntype StylingProps = Pick<React.HTMLAttributes<HTMLElement>, \"style\" | \"className\">;\n\ntype ChipGroupProps = StylingProps & {\n [\"data-testid\"]?: string;\n /**\n * Will only render given ChipGroupItems.\n * */\n children: ReactNode;\n /**\n * Makes the chips span the full container width if set to `true`.\n * */\n fullWidth?: boolean;\n /**\n * Renders above the chip group as a heading.\n * */\n title?: ReactNode;\n /**\n * Allows to customise title.\n */\n titleProps?: TitlePropsType;\n /**\n * Optional name for form submission\n */\n name?: string;\n};\n\nexport type TitlePropsType = StylingProps & {\n /**\n * Use custom id for connecting title and chip group.\n */\n id?: string;\n /**\n * Changes heading level.\n * @default h2\n */\n tag?: HeadingTagType;\n};\n\nexport type ChipGroupChoiceProps = {\n /**\n * Event handler called when the pressed state of an item changes.\n * */\n onValueChange: (value: string) => void;\n /**\n * Determines whether a single (`\"choice\"`) or multiple (`\"filter\"`) items can be pressed at a time.\n * */\n type: \"choice\";\n /**\n * The value of the pressed item(s).\n * */\n value: string;\n};\n\nexport type ChipGroupFilterProps = {\n /**\n * Event handler called when the pressed state of an item changes.\n * */\n onValueChange: (value: string[]) => void;\n /**\n * Determines whether a single (`\"choice\"`) or multiple (`\"filter\"`) items can be pressed at a time.\n * */\n type: \"filter\";\n /**\n * The value of the pressed item(s).\n * */\n value: string[];\n};\n\nconst isChoiceProps = (\n props: ChipGroupChoiceProps | ChipGroupFilterProps\n): props is ChipGroupChoiceProps => props.type === \"choice\";\n\ntype ChipGroupCmp<P> = React.FunctionComponent<P> & {\n Item: typeof ChipGroupItem;\n};\n\nconst MIN_CHOICE_OPTIONS = 2;\n\nconst cx = c.bind(styles);\nconst rootClassName = \"purpur-chip-group\";\n\nexport const ChipGroup: ChipGroupCmp<\n ChipGroupProps & (ChipGroupChoiceProps | ChipGroupFilterProps)\n> = ({ children, className, fullWidth = false, title, titleProps, name, ...props }) => {\n const classes = cx([\n rootClassName,\n {\n [`${rootClassName}--full-width`]: fullWidth,\n },\n className,\n ]);\n\n const id = useId();\n\n const chipGroupItemChildren = Children.toArray(children).filter(isChipGroupItem);\n\n const clonedChildren = Children.map(chipGroupItemChildren, (child) =>\n cloneElement(child, {\n showCheckmark: props.type === \"filter\" && props.value.includes(child.props.value),\n unavailable: props.type === \"choice\" && child.props.unavailable,\n })\n );\n\n const handleValueChange = (value: string & string[]) => {\n if (props.type === \"filter\" || value !== \"\") {\n props.onValueChange(value);\n }\n };\n\n useEffect(() => {\n if (props.type === \"choice\" && clonedChildren.length < MIN_CHOICE_OPTIONS) {\n console.warn(\n `Minimum number of chips should be ${MIN_CHOICE_OPTIONS} when using the \"choice\" type`\n );\n }\n }, [clonedChildren, props.type]);\n\n const chipGroupChildren = () => {\n if (isChoiceProps(props)) {\n return (\n <RadixToggleGroup.Root\n className={classes}\n {...props}\n aria-labelledby={title ? `${titleProps?.id ?? id}-label` : undefined}\n onValueChange={handleValueChange}\n type=\"single\"\n >\n {clonedChildren}\n </RadixToggleGroup.Root>\n );\n }\n return (\n <RadixToggleGroup.Root\n className={classes}\n {...props}\n aria-labelledby={title ? `${titleProps?.id ?? id}-label` : undefined}\n onValueChange={handleValueChange}\n type=\"multiple\"\n >\n {clonedChildren}\n </RadixToggleGroup.Root>\n );\n };\n\n return (\n <div className={styles[`${rootClassName}--container`]}>\n {title && (\n <Heading\n tag=\"h2\"\n variant=\"subsection-100\"\n {...titleProps}\n id={`${titleProps?.id ?? id}-label`}\n >\n {title}\n </Heading>\n )}\n {chipGroupChildren()}\n {name && props.type === \"choice\" && <input type=\"hidden\" name={name} value={props.value} />}\n </div>\n );\n};\n\nChipGroup.Item = ChipGroupItem;\n\nChipGroup.displayName = \"ChipGroup\";\n"],"names":["NAME","Toggle","React","props","forwardedRef","pressedProp","defaultPressed","onPressedChange","buttonProps","pressed","setPressed","useControllableState","jsx","Primitive","composeEventHandlers","TOGGLE_GROUP_NAME","createToggleGroupContext","createContextScope","createRovingFocusGroupScope","useRovingFocusGroupScope","ToggleGroup","type","toggleGroupProps","ToggleGroupImplSingle","ToggleGroupImplMultiple","ToggleGroupValueProvider","useToggleGroupValueContext","valueProp","defaultValue","onValueChange","toggleGroupSingleProps","value","setValue","ToggleGroupImpl","toggleGroupMultipleProps","handleButtonActivate","itemValue","prevValue","handleButtonDeactivate","value2","ToggleGroupContext","useToggleGroupContext","__scopeToggleGroup","disabled","rovingFocus","orientation","dir","loop","rovingFocusGroupScope","direction","useDirection","commonProps","RovingFocusGroup.Root","ITEM_NAME","ToggleGroupItem","valueContext","context","ref","RovingFocusGroup.Item","ToggleGroupItemImpl","itemProps","singleProps","typeProps","Root2","Item2","cx","c","styles","rootClassName","ChipGroupItem","allyLabel","children","className","dataTestId","showCheckmark","unavailable","classes","handleClick","e","jsxs","RadixToggleGroup.Item","IconCheckmark","isChipGroupItem","child","isValidElement","isChoiceProps","MIN_CHOICE_OPTIONS","ChipGroup","fullWidth","title","titleProps","name","id","useId","chipGroupItemChildren","Children","clonedChildren","cloneElement","handleValueChange","useEffect","chipGroupChildren","RadixToggleGroup.Root","Heading"],"mappings":"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","x_google_ignoreList":[0,1]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chip-group-aj1fdnjC.js","sources":["../../../common/temp/node_modules/.pnpm/@radix-ui+react-toggle@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.10__@types+reac_ac954931be38b8943a4772f30be6b8cd/node_modules/@radix-ui/react-toggle/dist/index.mjs","../../../common/temp/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.10__@type_1c3e06769648befb283f52b0de4ae8b0/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","../../../components/chip-group/src/chip-group-item.tsx","../../../components/chip-group/src/chip-group.tsx"],"sourcesContent":["\"use client\";\n\n// src/toggle.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { jsx } from \"react/jsx-runtime\";\nvar NAME = \"Toggle\";\nvar Toggle = React.forwardRef((props, forwardedRef) => {\n const { pressed: pressedProp, defaultPressed, onPressedChange, ...buttonProps } = props;\n const [pressed, setPressed] = useControllableState({\n prop: pressedProp,\n onChange: onPressedChange,\n defaultProp: defaultPressed ?? false,\n caller: NAME\n });\n return /* @__PURE__ */ jsx(\n Primitive.button,\n {\n type: \"button\",\n \"aria-pressed\": pressed,\n \"data-state\": pressed ? \"on\" : \"off\",\n \"data-disabled\": props.disabled ? \"\" : void 0,\n ...buttonProps,\n ref: forwardedRef,\n onClick: composeEventHandlers(props.onClick, () => {\n if (!props.disabled) {\n setPressed(!pressed);\n }\n })\n }\n );\n});\nToggle.displayName = NAME;\nvar Root = Toggle;\nexport {\n Root,\n Toggle\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/toggle-group.tsx\nimport React from \"react\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport * as RovingFocusGroup from \"@radix-ui/react-roving-focus\";\nimport { createRovingFocusGroupScope } from \"@radix-ui/react-roving-focus\";\nimport { Toggle } from \"@radix-ui/react-toggle\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport { useDirection } from \"@radix-ui/react-direction\";\nimport { jsx } from \"react/jsx-runtime\";\nvar TOGGLE_GROUP_NAME = \"ToggleGroup\";\nvar [createToggleGroupContext, createToggleGroupScope] = createContextScope(TOGGLE_GROUP_NAME, [\n createRovingFocusGroupScope\n]);\nvar useRovingFocusGroupScope = createRovingFocusGroupScope();\nvar ToggleGroup = React.forwardRef((props, forwardedRef) => {\n const { type, ...toggleGroupProps } = props;\n if (type === \"single\") {\n const singleProps = toggleGroupProps;\n return /* @__PURE__ */ jsx(ToggleGroupImplSingle, { ...singleProps, ref: forwardedRef });\n }\n if (type === \"multiple\") {\n const multipleProps = toggleGroupProps;\n return /* @__PURE__ */ jsx(ToggleGroupImplMultiple, { ...multipleProps, ref: forwardedRef });\n }\n throw new Error(`Missing prop \\`type\\` expected on \\`${TOGGLE_GROUP_NAME}\\``);\n});\nToggleGroup.displayName = TOGGLE_GROUP_NAME;\nvar [ToggleGroupValueProvider, useToggleGroupValueContext] = createToggleGroupContext(TOGGLE_GROUP_NAME);\nvar ToggleGroupImplSingle = React.forwardRef((props, forwardedRef) => {\n const {\n value: valueProp,\n defaultValue,\n onValueChange = () => {\n },\n ...toggleGroupSingleProps\n } = props;\n const [value, setValue] = useControllableState({\n prop: valueProp,\n defaultProp: defaultValue ?? \"\",\n onChange: onValueChange,\n caller: TOGGLE_GROUP_NAME\n });\n return /* @__PURE__ */ jsx(\n ToggleGroupValueProvider,\n {\n scope: props.__scopeToggleGroup,\n type: \"single\",\n value: React.useMemo(() => value ? [value] : [], [value]),\n onItemActivate: setValue,\n onItemDeactivate: React.useCallback(() => setValue(\"\"), [setValue]),\n children: /* @__PURE__ */ jsx(ToggleGroupImpl, { ...toggleGroupSingleProps, ref: forwardedRef })\n }\n );\n});\nvar ToggleGroupImplMultiple = React.forwardRef((props, forwardedRef) => {\n const {\n value: valueProp,\n defaultValue,\n onValueChange = () => {\n },\n ...toggleGroupMultipleProps\n } = props;\n const [value, setValue] = useControllableState({\n prop: valueProp,\n defaultProp: defaultValue ?? [],\n onChange: onValueChange,\n caller: TOGGLE_GROUP_NAME\n });\n const handleButtonActivate = React.useCallback(\n (itemValue) => setValue((prevValue = []) => [...prevValue, itemValue]),\n [setValue]\n );\n const handleButtonDeactivate = React.useCallback(\n (itemValue) => setValue((prevValue = []) => prevValue.filter((value2) => value2 !== itemValue)),\n [setValue]\n );\n return /* @__PURE__ */ jsx(\n ToggleGroupValueProvider,\n {\n scope: props.__scopeToggleGroup,\n type: \"multiple\",\n value,\n onItemActivate: handleButtonActivate,\n onItemDeactivate: handleButtonDeactivate,\n children: /* @__PURE__ */ jsx(ToggleGroupImpl, { ...toggleGroupMultipleProps, ref: forwardedRef })\n }\n );\n});\nToggleGroup.displayName = TOGGLE_GROUP_NAME;\nvar [ToggleGroupContext, useToggleGroupContext] = createToggleGroupContext(TOGGLE_GROUP_NAME);\nvar ToggleGroupImpl = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopeToggleGroup,\n disabled = false,\n rovingFocus = true,\n orientation,\n dir,\n loop = true,\n ...toggleGroupProps\n } = props;\n const rovingFocusGroupScope = useRovingFocusGroupScope(__scopeToggleGroup);\n const direction = useDirection(dir);\n const commonProps = { role: \"group\", dir: direction, ...toggleGroupProps };\n return /* @__PURE__ */ jsx(ToggleGroupContext, { scope: __scopeToggleGroup, rovingFocus, disabled, children: rovingFocus ? /* @__PURE__ */ jsx(\n RovingFocusGroup.Root,\n {\n asChild: true,\n ...rovingFocusGroupScope,\n orientation,\n dir: direction,\n loop,\n children: /* @__PURE__ */ jsx(Primitive.div, { ...commonProps, ref: forwardedRef })\n }\n ) : /* @__PURE__ */ jsx(Primitive.div, { ...commonProps, ref: forwardedRef }) });\n }\n);\nvar ITEM_NAME = \"ToggleGroupItem\";\nvar ToggleGroupItem = React.forwardRef(\n (props, forwardedRef) => {\n const valueContext = useToggleGroupValueContext(ITEM_NAME, props.__scopeToggleGroup);\n const context = useToggleGroupContext(ITEM_NAME, props.__scopeToggleGroup);\n const rovingFocusGroupScope = useRovingFocusGroupScope(props.__scopeToggleGroup);\n const pressed = valueContext.value.includes(props.value);\n const disabled = context.disabled || props.disabled;\n const commonProps = { ...props, pressed, disabled };\n const ref = React.useRef(null);\n return context.rovingFocus ? /* @__PURE__ */ jsx(\n RovingFocusGroup.Item,\n {\n asChild: true,\n ...rovingFocusGroupScope,\n focusable: !disabled,\n active: pressed,\n ref,\n children: /* @__PURE__ */ jsx(ToggleGroupItemImpl, { ...commonProps, ref: forwardedRef })\n }\n ) : /* @__PURE__ */ jsx(ToggleGroupItemImpl, { ...commonProps, ref: forwardedRef });\n }\n);\nToggleGroupItem.displayName = ITEM_NAME;\nvar ToggleGroupItemImpl = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeToggleGroup, value, ...itemProps } = props;\n const valueContext = useToggleGroupValueContext(ITEM_NAME, __scopeToggleGroup);\n const singleProps = { role: \"radio\", \"aria-checked\": props.pressed, \"aria-pressed\": void 0 };\n const typeProps = valueContext.type === \"single\" ? singleProps : void 0;\n return /* @__PURE__ */ jsx(\n Toggle,\n {\n ...typeProps,\n ...itemProps,\n ref: forwardedRef,\n onPressedChange: (pressed) => {\n if (pressed) {\n valueContext.onItemActivate(value);\n } else {\n valueContext.onItemDeactivate(value);\n }\n }\n }\n );\n }\n);\nvar Root2 = ToggleGroup;\nvar Item2 = ToggleGroupItem;\nexport {\n Item2 as Item,\n Root2 as Root,\n ToggleGroup,\n ToggleGroupItem,\n createToggleGroupScope\n};\n//# sourceMappingURL=index.mjs.map\n","import React, { isValidElement, type MouseEvent, type ReactElement, type ReactNode } from \"react\";\nimport { IconCheckmark } from \"@purpur/icon/checkmark\";\nimport * as RadixToggleGroup from \"@radix-ui/react-toggle-group\";\nimport c from \"classnames/bind\";\n\nimport styles from \"./chip-group-item.module.scss\";\n\ntype StylingProps = Pick<React.HTMLAttributes<HTMLElement>, \"style\" | \"className\">;\n\ntype ChipGroupItemProps = StylingProps & {\n [\"aria-label\"]?: string;\n [\"data-testid\"]?: string;\n children: ReactNode;\n /**\n * When `true`, prevents the user from interacting with the item.\n * */\n disabled?: boolean;\n /**\n * This prop will be passed automatically from the parent component (ChipGroup) when `type` is `\"filter\"`.\n * */\n showCheckmark?: boolean;\n /**\n * A unique value for the item.\n * */\n value: string;\n /**\n * This prop will only be used when `type` is `\"choice\"`.\n * When `true`, we recommend using `aria-label` to announce to screen readers that the option is unavailable.\n * */\n unavailable?: boolean;\n};\n\nconst cx = c.bind(styles);\nexport const rootClassName = \"purpur-chip-group-item\";\n\nexport const ChipGroupItem = ({\n [\"aria-label\"]: allyLabel,\n children,\n className,\n [\"data-testid\"]: dataTestId,\n disabled = false,\n showCheckmark = false,\n unavailable = false,\n value,\n ...props\n}: ChipGroupItemProps) => {\n const classes = cx([\n rootClassName,\n {\n [`${rootClassName}--disabled`]: disabled,\n [`${rootClassName}--unavailable`]: unavailable,\n },\n className,\n ]);\n\n const handleClick = (e: MouseEvent<HTMLButtonElement>) => {\n if (disabled) {\n e.preventDefault();\n }\n };\n\n return (\n <RadixToggleGroup.Item\n aria-label={allyLabel}\n data-testid={dataTestId}\n className={`${classes} ${rootClassName}`}\n value={value}\n onClick={handleClick}\n aria-disabled={disabled}\n {...props}\n >\n {children}\n {showCheckmark && (\n <IconCheckmark\n size=\"sm\"\n className={cx(`${rootClassName}__checkmark-icon`)}\n data-testid=\"checkmark icon\"\n />\n )}\n {unavailable && (\n <span\n className={cx(`${rootClassName}__line-wrapper`)}\n data-testid=\"unavailable line wrapper\"\n />\n )}\n </RadixToggleGroup.Item>\n );\n};\n\nexport const isChipGroupItem = (child?: ReactNode): child is ReactElement<ChipGroupItemProps> =>\n isValidElement<ChipGroupItemProps>(child) && child?.type === ChipGroupItem;\n","import React, { Children, cloneElement, type ReactNode, useEffect, useId } from \"react\";\nimport { Heading, type HeadingTagType } from \"@purpur/heading\";\nimport * as RadixToggleGroup from \"@radix-ui/react-toggle-group\";\nimport c from \"classnames/bind\";\n\nimport styles from \"./chip-group.module.scss\";\nimport { ChipGroupItem, isChipGroupItem } from \"./chip-group-item\";\n\ntype StylingProps = Pick<React.HTMLAttributes<HTMLElement>, \"style\" | \"className\">;\n\ntype ChipGroupProps = StylingProps & {\n [\"data-testid\"]?: string;\n /**\n * Will only render given ChipGroupItems.\n * */\n children: ReactNode;\n /**\n * Makes the chips span the full container width if set to `true`.\n * */\n fullWidth?: boolean;\n /**\n * Renders above the chip group as a heading.\n * */\n title?: ReactNode;\n /**\n * Allows to customise title.\n */\n titleProps?: TitlePropsType;\n /**\n * Optional name for form submission\n */\n name?: string;\n};\n\nexport type TitlePropsType = StylingProps & {\n /**\n * Use custom id for connecting title and chip group.\n */\n id?: string;\n /**\n * Changes heading level.\n * @default h2\n */\n tag?: HeadingTagType;\n};\n\nexport type ChipGroupChoiceProps = {\n /**\n * Event handler called when the pressed state of an item changes.\n * */\n onValueChange: (value: string) => void;\n /**\n * Determines whether a single (`\"choice\"`) or multiple (`\"filter\"`) items can be pressed at a time.\n * */\n type: \"choice\";\n /**\n * The value of the pressed item(s).\n * */\n value: string;\n};\n\nexport type ChipGroupFilterProps = {\n /**\n * Event handler called when the pressed state of an item changes.\n * */\n onValueChange: (value: string[]) => void;\n /**\n * Determines whether a single (`\"choice\"`) or multiple (`\"filter\"`) items can be pressed at a time.\n * */\n type: \"filter\";\n /**\n * The value of the pressed item(s).\n * */\n value: string[];\n};\n\nconst isChoiceProps = (\n props: ChipGroupChoiceProps | ChipGroupFilterProps\n): props is ChipGroupChoiceProps => props.type === \"choice\";\n\ntype ChipGroupCmp<P> = React.FunctionComponent<P> & {\n Item: typeof ChipGroupItem;\n};\n\nconst MIN_CHOICE_OPTIONS = 2;\n\nconst cx = c.bind(styles);\nconst rootClassName = \"purpur-chip-group\";\n\nexport const ChipGroup: ChipGroupCmp<\n ChipGroupProps & (ChipGroupChoiceProps | ChipGroupFilterProps)\n> = ({ children, className, fullWidth = false, title, titleProps, name, ...props }) => {\n const classes = cx([\n rootClassName,\n {\n [`${rootClassName}--full-width`]: fullWidth,\n },\n className,\n ]);\n\n const id = useId();\n\n const chipGroupItemChildren = Children.toArray(children).filter(isChipGroupItem);\n\n const clonedChildren = Children.map(chipGroupItemChildren, (child) =>\n cloneElement(child, {\n showCheckmark: props.type === \"filter\" && props.value.includes(child.props.value),\n unavailable: props.type === \"choice\" && child.props.unavailable,\n })\n );\n\n const handleValueChange = (value: string & string[]) => {\n if (props.type === \"filter\" || value !== \"\") {\n props.onValueChange(value);\n }\n };\n\n useEffect(() => {\n if (props.type === \"choice\" && clonedChildren.length < MIN_CHOICE_OPTIONS) {\n console.warn(\n `Minimum number of chips should be ${MIN_CHOICE_OPTIONS} when using the \"choice\" type`\n );\n }\n }, [clonedChildren, props.type]);\n\n const chipGroupChildren = () => {\n if (isChoiceProps(props)) {\n return (\n <RadixToggleGroup.Root\n className={classes}\n {...props}\n aria-labelledby={title ? `${titleProps?.id ?? id}-label` : undefined}\n onValueChange={handleValueChange}\n type=\"single\"\n >\n {clonedChildren}\n </RadixToggleGroup.Root>\n );\n }\n return (\n <RadixToggleGroup.Root\n className={classes}\n {...props}\n aria-labelledby={title ? `${titleProps?.id ?? id}-label` : undefined}\n onValueChange={handleValueChange}\n type=\"multiple\"\n >\n {clonedChildren}\n </RadixToggleGroup.Root>\n );\n };\n\n return (\n <div className={styles[`${rootClassName}--container`]}>\n {title && (\n <Heading\n tag=\"h2\"\n variant=\"subsection-100\"\n {...titleProps}\n id={`${titleProps?.id ?? id}-label`}\n >\n {title}\n </Heading>\n )}\n {chipGroupChildren()}\n {name && props.type === \"choice\" && <input type=\"hidden\" name={name} value={props.value} />}\n </div>\n );\n};\n\nChipGroup.Item = ChipGroupItem;\n\nChipGroup.displayName = \"ChipGroup\";\n"],"names":["NAME","Toggle","React","props","forwardedRef","pressedProp","defaultPressed","onPressedChange","buttonProps","pressed","setPressed","useControllableState","jsx","Primitive","composeEventHandlers","TOGGLE_GROUP_NAME","createToggleGroupContext","createContextScope","createRovingFocusGroupScope","useRovingFocusGroupScope","ToggleGroup","type","toggleGroupProps","singleProps","ToggleGroupImplSingle","multipleProps","ToggleGroupImplMultiple","ToggleGroupValueProvider","useToggleGroupValueContext","valueProp","defaultValue","onValueChange","toggleGroupSingleProps","value","setValue","ToggleGroupImpl","toggleGroupMultipleProps","handleButtonActivate","itemValue","prevValue","handleButtonDeactivate","value2","ToggleGroupContext","useToggleGroupContext","__scopeToggleGroup","disabled","rovingFocus","orientation","dir","loop","rovingFocusGroupScope","direction","useDirection","commonProps","RovingFocusGroup.Root","ITEM_NAME","ToggleGroupItem","valueContext","context","ref","RovingFocusGroup.Item","ToggleGroupItemImpl","itemProps","typeProps","Root2","Item2","cx","c","styles","rootClassName","ChipGroupItem","allyLabel","children","className","dataTestId","showCheckmark","unavailable","classes","handleClick","e","jsxs","RadixToggleGroup.Item","IconCheckmark","isChipGroupItem","child","isValidElement","isChoiceProps","MIN_CHOICE_OPTIONS","ChipGroup","fullWidth","title","titleProps","name","id","useId","chipGroupItemChildren","Children","clonedChildren","cloneElement","handleValueChange","useEffect","chipGroupChildren","RadixToggleGroup.Root","Heading"],"mappings":"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","x_google_ignoreList":[0,1]}
|
|
1
|
+
{"version":3,"file":"chip-group-aj1fdnjC.js","sources":["../../../common/temp/node_modules/.pnpm/@radix-ui+react-toggle@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_63d136f11f5f79b42c1373b9162ffc86/node_modules/@radix-ui/react-toggle/dist/index.mjs","../../../common/temp/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.14__@type_0c124bdbaa351e80a671757a596f81ce/node_modules/@radix-ui/react-toggle-group/dist/index.mjs","../../../components/chip-group/src/chip-group-item.tsx","../../../components/chip-group/src/chip-group.tsx"],"sourcesContent":["\"use client\";\n\n// src/toggle.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { jsx } from \"react/jsx-runtime\";\nvar NAME = \"Toggle\";\nvar Toggle = React.forwardRef((props, forwardedRef) => {\n const { pressed: pressedProp, defaultPressed, onPressedChange, ...buttonProps } = props;\n const [pressed, setPressed] = useControllableState({\n prop: pressedProp,\n onChange: onPressedChange,\n defaultProp: defaultPressed ?? false,\n caller: NAME\n });\n return /* @__PURE__ */ jsx(\n Primitive.button,\n {\n type: \"button\",\n \"aria-pressed\": pressed,\n \"data-state\": pressed ? \"on\" : \"off\",\n \"data-disabled\": props.disabled ? \"\" : void 0,\n ...buttonProps,\n ref: forwardedRef,\n onClick: composeEventHandlers(props.onClick, () => {\n if (!props.disabled) {\n setPressed(!pressed);\n }\n })\n }\n );\n});\nToggle.displayName = NAME;\nvar Root = Toggle;\nexport {\n Root,\n Toggle\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/toggle-group.tsx\nimport React from \"react\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport * as RovingFocusGroup from \"@radix-ui/react-roving-focus\";\nimport { createRovingFocusGroupScope } from \"@radix-ui/react-roving-focus\";\nimport { Toggle } from \"@radix-ui/react-toggle\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport { useDirection } from \"@radix-ui/react-direction\";\nimport { jsx } from \"react/jsx-runtime\";\nvar TOGGLE_GROUP_NAME = \"ToggleGroup\";\nvar [createToggleGroupContext, createToggleGroupScope] = createContextScope(TOGGLE_GROUP_NAME, [\n createRovingFocusGroupScope\n]);\nvar useRovingFocusGroupScope = createRovingFocusGroupScope();\nvar ToggleGroup = React.forwardRef((props, forwardedRef) => {\n const { type, ...toggleGroupProps } = props;\n if (type === \"single\") {\n const singleProps = toggleGroupProps;\n return /* @__PURE__ */ jsx(ToggleGroupImplSingle, { ...singleProps, ref: forwardedRef });\n }\n if (type === \"multiple\") {\n const multipleProps = toggleGroupProps;\n return /* @__PURE__ */ jsx(ToggleGroupImplMultiple, { ...multipleProps, ref: forwardedRef });\n }\n throw new Error(`Missing prop \\`type\\` expected on \\`${TOGGLE_GROUP_NAME}\\``);\n});\nToggleGroup.displayName = TOGGLE_GROUP_NAME;\nvar [ToggleGroupValueProvider, useToggleGroupValueContext] = createToggleGroupContext(TOGGLE_GROUP_NAME);\nvar ToggleGroupImplSingle = React.forwardRef((props, forwardedRef) => {\n const {\n value: valueProp,\n defaultValue,\n onValueChange = () => {\n },\n ...toggleGroupSingleProps\n } = props;\n const [value, setValue] = useControllableState({\n prop: valueProp,\n defaultProp: defaultValue ?? \"\",\n onChange: onValueChange,\n caller: TOGGLE_GROUP_NAME\n });\n return /* @__PURE__ */ jsx(\n ToggleGroupValueProvider,\n {\n scope: props.__scopeToggleGroup,\n type: \"single\",\n value: React.useMemo(() => value ? [value] : [], [value]),\n onItemActivate: setValue,\n onItemDeactivate: React.useCallback(() => setValue(\"\"), [setValue]),\n children: /* @__PURE__ */ jsx(ToggleGroupImpl, { ...toggleGroupSingleProps, ref: forwardedRef })\n }\n );\n});\nvar ToggleGroupImplMultiple = React.forwardRef((props, forwardedRef) => {\n const {\n value: valueProp,\n defaultValue,\n onValueChange = () => {\n },\n ...toggleGroupMultipleProps\n } = props;\n const [value, setValue] = useControllableState({\n prop: valueProp,\n defaultProp: defaultValue ?? [],\n onChange: onValueChange,\n caller: TOGGLE_GROUP_NAME\n });\n const handleButtonActivate = React.useCallback(\n (itemValue) => setValue((prevValue = []) => [...prevValue, itemValue]),\n [setValue]\n );\n const handleButtonDeactivate = React.useCallback(\n (itemValue) => setValue((prevValue = []) => prevValue.filter((value2) => value2 !== itemValue)),\n [setValue]\n );\n return /* @__PURE__ */ jsx(\n ToggleGroupValueProvider,\n {\n scope: props.__scopeToggleGroup,\n type: \"multiple\",\n value,\n onItemActivate: handleButtonActivate,\n onItemDeactivate: handleButtonDeactivate,\n children: /* @__PURE__ */ jsx(ToggleGroupImpl, { ...toggleGroupMultipleProps, ref: forwardedRef })\n }\n );\n});\nToggleGroup.displayName = TOGGLE_GROUP_NAME;\nvar [ToggleGroupContext, useToggleGroupContext] = createToggleGroupContext(TOGGLE_GROUP_NAME);\nvar ToggleGroupImpl = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopeToggleGroup,\n disabled = false,\n rovingFocus = true,\n orientation,\n dir,\n loop = true,\n ...toggleGroupProps\n } = props;\n const rovingFocusGroupScope = useRovingFocusGroupScope(__scopeToggleGroup);\n const direction = useDirection(dir);\n const commonProps = { role: \"group\", dir: direction, ...toggleGroupProps };\n return /* @__PURE__ */ jsx(ToggleGroupContext, { scope: __scopeToggleGroup, rovingFocus, disabled, children: rovingFocus ? /* @__PURE__ */ jsx(\n RovingFocusGroup.Root,\n {\n asChild: true,\n ...rovingFocusGroupScope,\n orientation,\n dir: direction,\n loop,\n children: /* @__PURE__ */ jsx(Primitive.div, { ...commonProps, ref: forwardedRef })\n }\n ) : /* @__PURE__ */ jsx(Primitive.div, { ...commonProps, ref: forwardedRef }) });\n }\n);\nvar ITEM_NAME = \"ToggleGroupItem\";\nvar ToggleGroupItem = React.forwardRef(\n (props, forwardedRef) => {\n const valueContext = useToggleGroupValueContext(ITEM_NAME, props.__scopeToggleGroup);\n const context = useToggleGroupContext(ITEM_NAME, props.__scopeToggleGroup);\n const rovingFocusGroupScope = useRovingFocusGroupScope(props.__scopeToggleGroup);\n const pressed = valueContext.value.includes(props.value);\n const disabled = context.disabled || props.disabled;\n const commonProps = { ...props, pressed, disabled };\n const ref = React.useRef(null);\n return context.rovingFocus ? /* @__PURE__ */ jsx(\n RovingFocusGroup.Item,\n {\n asChild: true,\n ...rovingFocusGroupScope,\n focusable: !disabled,\n active: pressed,\n ref,\n children: /* @__PURE__ */ jsx(ToggleGroupItemImpl, { ...commonProps, ref: forwardedRef })\n }\n ) : /* @__PURE__ */ jsx(ToggleGroupItemImpl, { ...commonProps, ref: forwardedRef });\n }\n);\nToggleGroupItem.displayName = ITEM_NAME;\nvar ToggleGroupItemImpl = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeToggleGroup, value, ...itemProps } = props;\n const valueContext = useToggleGroupValueContext(ITEM_NAME, __scopeToggleGroup);\n const singleProps = { role: \"radio\", \"aria-checked\": props.pressed, \"aria-pressed\": void 0 };\n const typeProps = valueContext.type === \"single\" ? singleProps : void 0;\n return /* @__PURE__ */ jsx(\n Toggle,\n {\n ...typeProps,\n ...itemProps,\n ref: forwardedRef,\n onPressedChange: (pressed) => {\n if (pressed) {\n valueContext.onItemActivate(value);\n } else {\n valueContext.onItemDeactivate(value);\n }\n }\n }\n );\n }\n);\nvar Root2 = ToggleGroup;\nvar Item2 = ToggleGroupItem;\nexport {\n Item2 as Item,\n Root2 as Root,\n ToggleGroup,\n ToggleGroupItem,\n createToggleGroupScope\n};\n//# sourceMappingURL=index.mjs.map\n","import React, { isValidElement, type MouseEvent, type ReactElement, type ReactNode } from \"react\";\nimport { IconCheckmark } from \"@purpur/icon/checkmark\";\nimport * as RadixToggleGroup from \"@radix-ui/react-toggle-group\";\nimport c from \"classnames/bind\";\n\nimport styles from \"./chip-group-item.module.scss\";\n\ntype StylingProps = Pick<React.HTMLAttributes<HTMLElement>, \"style\" | \"className\">;\n\ntype ChipGroupItemProps = StylingProps & {\n [\"aria-label\"]?: string;\n [\"data-testid\"]?: string;\n children: ReactNode;\n /**\n * When `true`, prevents the user from interacting with the item.\n * */\n disabled?: boolean;\n /**\n * This prop will be passed automatically from the parent component (ChipGroup) when `type` is `\"filter\"`.\n * */\n showCheckmark?: boolean;\n /**\n * A unique value for the item.\n * */\n value: string;\n /**\n * This prop will only be used when `type` is `\"choice\"`.\n * When `true`, we recommend using `aria-label` to announce to screen readers that the option is unavailable.\n * */\n unavailable?: boolean;\n};\n\nconst cx = c.bind(styles);\nexport const rootClassName = \"purpur-chip-group-item\";\n\nexport const ChipGroupItem = ({\n [\"aria-label\"]: allyLabel,\n children,\n className,\n [\"data-testid\"]: dataTestId,\n disabled = false,\n showCheckmark = false,\n unavailable = false,\n value,\n ...props\n}: ChipGroupItemProps) => {\n const classes = cx([\n rootClassName,\n {\n [`${rootClassName}--disabled`]: disabled,\n [`${rootClassName}--unavailable`]: unavailable,\n },\n className,\n ]);\n\n const handleClick = (e: MouseEvent<HTMLButtonElement>) => {\n if (disabled) {\n e.preventDefault();\n }\n };\n\n return (\n <RadixToggleGroup.Item\n aria-label={allyLabel}\n data-testid={dataTestId}\n className={`${classes} ${rootClassName}`}\n value={value}\n onClick={handleClick}\n aria-disabled={disabled}\n {...props}\n >\n {children}\n {showCheckmark && (\n <IconCheckmark\n size=\"sm\"\n className={cx(`${rootClassName}__checkmark-icon`)}\n data-testid=\"checkmark icon\"\n />\n )}\n {unavailable && (\n <span\n className={cx(`${rootClassName}__line-wrapper`)}\n data-testid=\"unavailable line wrapper\"\n />\n )}\n </RadixToggleGroup.Item>\n );\n};\n\nexport const isChipGroupItem = (child?: ReactNode): child is ReactElement<ChipGroupItemProps> =>\n isValidElement<ChipGroupItemProps>(child) && child?.type === ChipGroupItem;\n","import React, { Children, cloneElement, type ReactNode, useEffect, useId } from \"react\";\nimport { Heading, type HeadingTagType } from \"@purpur/heading\";\nimport * as RadixToggleGroup from \"@radix-ui/react-toggle-group\";\nimport c from \"classnames/bind\";\n\nimport styles from \"./chip-group.module.scss\";\nimport { ChipGroupItem, isChipGroupItem } from \"./chip-group-item\";\n\ntype StylingProps = Pick<React.HTMLAttributes<HTMLElement>, \"style\" | \"className\">;\n\ntype ChipGroupProps = StylingProps & {\n [\"data-testid\"]?: string;\n /**\n * Will only render given ChipGroupItems.\n * */\n children: ReactNode;\n /**\n * Makes the chips span the full container width if set to `true`.\n * */\n fullWidth?: boolean;\n /**\n * Renders above the chip group as a heading.\n * */\n title?: ReactNode;\n /**\n * Allows to customise title.\n */\n titleProps?: TitlePropsType;\n /**\n * Optional name for form submission\n */\n name?: string;\n};\n\nexport type TitlePropsType = StylingProps & {\n /**\n * Use custom id for connecting title and chip group.\n */\n id?: string;\n /**\n * Changes heading level.\n * @default h2\n */\n tag?: HeadingTagType;\n};\n\nexport type ChipGroupChoiceProps = {\n /**\n * Event handler called when the pressed state of an item changes.\n * */\n onValueChange: (value: string) => void;\n /**\n * Determines whether a single (`\"choice\"`) or multiple (`\"filter\"`) items can be pressed at a time.\n * */\n type: \"choice\";\n /**\n * The value of the pressed item(s).\n * */\n value: string;\n};\n\nexport type ChipGroupFilterProps = {\n /**\n * Event handler called when the pressed state of an item changes.\n * */\n onValueChange: (value: string[]) => void;\n /**\n * Determines whether a single (`\"choice\"`) or multiple (`\"filter\"`) items can be pressed at a time.\n * */\n type: \"filter\";\n /**\n * The value of the pressed item(s).\n * */\n value: string[];\n};\n\nconst isChoiceProps = (\n props: ChipGroupChoiceProps | ChipGroupFilterProps\n): props is ChipGroupChoiceProps => props.type === \"choice\";\n\ntype ChipGroupCmp<P> = React.FunctionComponent<P> & {\n Item: typeof ChipGroupItem;\n};\n\nconst MIN_CHOICE_OPTIONS = 2;\n\nconst cx = c.bind(styles);\nconst rootClassName = \"purpur-chip-group\";\n\nexport const ChipGroup: ChipGroupCmp<\n ChipGroupProps & (ChipGroupChoiceProps | ChipGroupFilterProps)\n> = ({ children, className, fullWidth = false, title, titleProps, name, ...props }) => {\n const classes = cx([\n rootClassName,\n {\n [`${rootClassName}--full-width`]: fullWidth,\n },\n className,\n ]);\n\n const id = useId();\n\n const chipGroupItemChildren = Children.toArray(children).filter(isChipGroupItem);\n\n const clonedChildren = Children.map(chipGroupItemChildren, (child) =>\n cloneElement(child, {\n showCheckmark: props.type === \"filter\" && props.value.includes(child.props.value),\n unavailable: props.type === \"choice\" && child.props.unavailable,\n })\n );\n\n const handleValueChange = (value: string & string[]) => {\n if (props.type === \"filter\" || value !== \"\") {\n props.onValueChange(value);\n }\n };\n\n useEffect(() => {\n if (props.type === \"choice\" && clonedChildren.length < MIN_CHOICE_OPTIONS) {\n console.warn(\n `Minimum number of chips should be ${MIN_CHOICE_OPTIONS} when using the \"choice\" type`\n );\n }\n }, [clonedChildren, props.type]);\n\n const chipGroupChildren = () => {\n if (isChoiceProps(props)) {\n return (\n <RadixToggleGroup.Root\n className={classes}\n {...props}\n aria-labelledby={title ? `${titleProps?.id ?? id}-label` : undefined}\n onValueChange={handleValueChange}\n type=\"single\"\n >\n {clonedChildren}\n </RadixToggleGroup.Root>\n );\n }\n return (\n <RadixToggleGroup.Root\n className={classes}\n {...props}\n aria-labelledby={title ? `${titleProps?.id ?? id}-label` : undefined}\n onValueChange={handleValueChange}\n type=\"multiple\"\n >\n {clonedChildren}\n </RadixToggleGroup.Root>\n );\n };\n\n return (\n <div className={styles[`${rootClassName}--container`]}>\n {title && (\n <Heading\n tag=\"h2\"\n variant=\"subsection-100\"\n {...titleProps}\n id={`${titleProps?.id ?? id}-label`}\n >\n {title}\n </Heading>\n )}\n {chipGroupChildren()}\n {name && props.type === \"choice\" && <input type=\"hidden\" name={name} value={props.value} />}\n </div>\n );\n};\n\nChipGroup.Item = ChipGroupItem;\n\nChipGroup.displayName = \"ChipGroup\";\n"],"names":["NAME","Toggle","React","props","forwardedRef","pressedProp","defaultPressed","onPressedChange","buttonProps","pressed","setPressed","useControllableState","jsx","Primitive","composeEventHandlers","TOGGLE_GROUP_NAME","createToggleGroupContext","createContextScope","createRovingFocusGroupScope","useRovingFocusGroupScope","ToggleGroup","type","toggleGroupProps","singleProps","ToggleGroupImplSingle","multipleProps","ToggleGroupImplMultiple","ToggleGroupValueProvider","useToggleGroupValueContext","valueProp","defaultValue","onValueChange","toggleGroupSingleProps","value","setValue","ToggleGroupImpl","toggleGroupMultipleProps","handleButtonActivate","itemValue","prevValue","handleButtonDeactivate","value2","ToggleGroupContext","useToggleGroupContext","__scopeToggleGroup","disabled","rovingFocus","orientation","dir","loop","rovingFocusGroupScope","direction","useDirection","commonProps","RovingFocusGroup.Root","ITEM_NAME","ToggleGroupItem","valueContext","context","ref","RovingFocusGroup.Item","ToggleGroupItemImpl","itemProps","typeProps","Root2","Item2","cx","c","styles","rootClassName","ChipGroupItem","allyLabel","children","className","dataTestId","showCheckmark","unavailable","classes","handleClick","e","jsxs","RadixToggleGroup.Item","IconCheckmark","isChipGroupItem","child","isValidElement","isChoiceProps","MIN_CHOICE_OPTIONS","ChipGroup","fullWidth","title","titleProps","name","id","useId","chipGroupItemChildren","Children","clonedChildren","cloneElement","handleValueChange","useEffect","chipGroupChildren","RadixToggleGroup.Root","Heading"],"mappings":"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","x_google_ignoreList":[0,1]}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { default as React, ReactNode } from 'react';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
3
|
+
import { HeadingTagType } from '../../heading/src/heading';
|
|
4
|
+
export type AccordionItemOnClickEvent = React.MouseEvent<HTMLButtonElement, MouseEvent> & {
|
|
5
|
+
currentTarget: {
|
|
6
|
+
dataset: {
|
|
7
|
+
state: "open" | "closed";
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export type AccordionItemProps = Omit<BaseProps, "onClick" | "title" | "children"> & {
|
|
12
|
+
children: ReactNode;
|
|
13
|
+
/**
|
|
14
|
+
* If true, the children will take the full width without max-width constraint.
|
|
15
|
+
* @default false
|
|
16
|
+
*/
|
|
17
|
+
fullWidth?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Content to be rendered inside a `button` element.
|
|
20
|
+
* Only pass ReactNodes that are valid as children of a `button`, such as plain text,
|
|
21
|
+
* inline elements like `span` or other non-interactive elements. Avoid block-level or interactive elements.
|
|
22
|
+
*/
|
|
23
|
+
title: ReactNode;
|
|
24
|
+
/**
|
|
25
|
+
* This is the heading tag used for the accordion item title. Defaults to h3.
|
|
26
|
+
* `type HeadingTagType = "h1" | "h2" | "h3" | "h4" | "h5" | "h6"`
|
|
27
|
+
*/
|
|
28
|
+
titleTag?: HeadingTagType;
|
|
29
|
+
/**
|
|
30
|
+
* Makes it possible to set the initial state to opened
|
|
31
|
+
* */
|
|
32
|
+
initialOpen?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* onClick is called when accordion item is expanded or collapsed
|
|
35
|
+
* event.currentTarget.dataset.state will be either "open" or "closed"
|
|
36
|
+
*/
|
|
37
|
+
onClick?: (event: AccordionItemOnClickEvent) => void;
|
|
38
|
+
onOpen?: () => void;
|
|
39
|
+
onClose?: () => void;
|
|
40
|
+
};
|
|
41
|
+
export declare const AccordionItem: ({ children, className, fullWidth, title, titleTag, initialOpen, onClick, onOpen, onClose, ...props }: AccordionItemProps) => React.JSX.Element;
|
|
42
|
+
//# sourceMappingURL=accordion-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordion-item.d.ts","sourceRoot":"","sources":["../../../../../../components/accordion/src/accordion-item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,SAAS,EAA+B,MAAM,OAAO,CAAC;AAC3E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAW,KAAK,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAY/D,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,UAAU,CAAC,iBAAiB,EAAE,UAAU,CAAC,GAAG;IACxF,aAAa,EAAE;QAAE,OAAO,EAAE;YAAE,KAAK,EAAE,MAAM,GAAG,QAAQ,CAAA;SAAE,CAAA;KAAE,CAAC;CAC1D,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,SAAS,EAAE,SAAS,GAAG,OAAO,GAAG,UAAU,CAAC,GAAG;IACnF,QAAQ,EAAE,SAAS,CAAC;IACpB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,KAAK,EAAE,SAAS,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B;;SAEK;IACL,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,yBAAyB,KAAK,IAAI,CAAC;IACrD,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,sGAW3B,kBAAkB,sBAgEpB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { default as React, ReactNode } from 'react';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
3
|
+
import { HeadingTagType, HeadingVariant } from '../../heading/src/heading';
|
|
4
|
+
export type AccordionProps = Omit<BaseProps, "title" | "children"> & {
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
negative?: boolean;
|
|
7
|
+
title?: ReactNode;
|
|
8
|
+
titleTag?: HeadingTagType;
|
|
9
|
+
titleVariant?: HeadingVariant;
|
|
10
|
+
/**
|
|
11
|
+
* A schema enables external applications to parse the content in a structured manner.
|
|
12
|
+
* See more at schema.org . We use a JSON-LD based script-tag to add the schema to the DOM.
|
|
13
|
+
* Note that only one type of schema can be added per page
|
|
14
|
+
*/
|
|
15
|
+
schema?: string;
|
|
16
|
+
};
|
|
17
|
+
export declare const NegativeContext: React.Context<boolean>;
|
|
18
|
+
export declare const Accordion: {
|
|
19
|
+
({ children, className, negative, title, titleTag, titleVariant, schema, ...props }: AccordionProps): React.JSX.Element;
|
|
20
|
+
Item: ({ children, className, fullWidth, title, titleTag, initialOpen, onClick, onOpen, onClose, ...props }: import('./accordion-item').AccordionItemProps) => React.JSX.Element;
|
|
21
|
+
displayName: string;
|
|
22
|
+
};
|
|
23
|
+
export type { AccordionItemOnClickEvent, AccordionItemProps } from './accordion-item';
|
|
24
|
+
//# sourceMappingURL=accordion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../../../../../components/accordion/src/accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAiB,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC7D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAW,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,MAAM,iBAAiB,CAAC;AASpF,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,SAAS,EAAE,OAAO,GAAG,UAAU,CAAC,GAAG;IACnE,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,YAAY,CAAC,EAAE,cAAc,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,eAAe,wBAAuB,CAAC;AAEpD,eAAO,MAAM,SAAS;yFASnB,cAAc;;;CA2BhB,CAAC;AAKF,YAAY,EAAE,yBAAyB,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
3
|
+
export declare const ALERT_BADGE_VARIANT: {
|
|
4
|
+
readonly ATTENTION: "attention";
|
|
5
|
+
readonly INFORMATION: "information";
|
|
6
|
+
readonly SUCCESS: "success";
|
|
7
|
+
readonly WARNING: "warning";
|
|
8
|
+
readonly ERROR: "error";
|
|
9
|
+
readonly NEUTRAL: "neutral";
|
|
10
|
+
};
|
|
11
|
+
export declare const alertBadgeVariants: ("attention" | "error" | "information" | "neutral" | "success" | "warning")[];
|
|
12
|
+
export type AlertBadgeVariant = (typeof ALERT_BADGE_VARIANT)[keyof typeof ALERT_BADGE_VARIANT];
|
|
13
|
+
export type AlertBadgeProps = Omit<BaseProps<"span">, "children"> & {
|
|
14
|
+
variant: AlertBadgeVariant;
|
|
15
|
+
};
|
|
16
|
+
export declare const AlertBadge: React.ForwardRefExoticComponent<Omit<AlertBadgeProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
17
|
+
//# sourceMappingURL=alert-badge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alert-badge.d.ts","sourceRoot":"","sources":["../../../../../../components/alert-badge/src/alert-badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAMtD,eAAO,MAAM,mBAAmB;;;;;;;CAOtB,CAAC;AAEX,eAAO,MAAM,kBAAkB,+EAAqC,CAAC;AACrE,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAE/F,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,GAAG;IAClE,OAAO,EAAE,iBAAiB,CAAC;CAC5B,CAAC;AAIF,eAAO,MAAM,UAAU,sGAKrB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ComponentPropsWithRef, ReactNode, default as React } from 'react';
|
|
2
|
+
import { AutocompleteOption, UseAutocompleteResult } from './useAutocomplete';
|
|
3
|
+
import { Prettify } from './utils';
|
|
4
|
+
type AutocompleteProps<T extends AutocompleteOption> = Prettify<UseAutocompleteResult<T> & {
|
|
5
|
+
className?: string;
|
|
6
|
+
/**
|
|
7
|
+
* Render the input. `props` are native input props
|
|
8
|
+
*/
|
|
9
|
+
renderInput: (props: ComponentPropsWithRef<"input">) => ReactNode;
|
|
10
|
+
/**
|
|
11
|
+
* Invoked for each given option. Use to customize the rendering of the options
|
|
12
|
+
*/
|
|
13
|
+
renderOption?: (option: T) => ReactNode;
|
|
14
|
+
}>;
|
|
15
|
+
export declare const Autocomplete: React.ForwardRefExoticComponent<AutocompleteProps<AutocompleteOption> & React.RefAttributes<HTMLDivElement>>;
|
|
16
|
+
export type { AutocompleteOption, UseAutocompleteResult as UseAutocompleteOptions, } from './useAutocomplete';
|
|
17
|
+
export { useAutocomplete } from './useAutocomplete';
|
|
18
|
+
//# sourceMappingURL=autocomplete.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autocomplete.d.ts","sourceRoot":"","sources":["../../../../../../components/autocomplete/src/autocomplete.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAgB,SAAS,EAAE,MAAM,OAAO,CAAC;AAC5E,OAAO,KAAmC,MAAM,OAAO,CAAC;AAOxD,OAAO,KAAK,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAEnF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAIxC,KAAK,iBAAiB,CAAC,CAAC,SAAS,kBAAkB,IAAI,QAAQ,CAC7D,qBAAqB,CAAC,CAAC,CAAC,GAAG;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,WAAW,EAAE,CAAC,KAAK,EAAE,qBAAqB,CAAC,OAAO,CAAC,KAAK,SAAS,CAAC;IAClE;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,KAAK,SAAS,CAAC;CACzC,CACF,CAAC;AA6FF,eAAO,MAAM,YAAY,8GAAoC,CAAC;AAG9D,YAAY,EACV,kBAAkB,EAClB,qBAAqB,IAAI,sBAAsB,GAChD,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
3
|
+
import { ListboxItemProps, ListboxProps } from '../../listbox/src/listbox';
|
|
4
|
+
export type AutocompleteOption = {
|
|
5
|
+
label: string;
|
|
6
|
+
id: string;
|
|
7
|
+
value?: string;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
};
|
|
10
|
+
export type InputProps = Omit<BaseProps<"input">, "onFocus" | "onMouseDown"> & {
|
|
11
|
+
onFocus: (event: React.FocusEvent<HTMLInputElement> | undefined) => void;
|
|
12
|
+
onMouseDown: (event: React.MouseEvent<HTMLInputElement> | undefined) => void;
|
|
13
|
+
};
|
|
14
|
+
type ComboboxProps = {
|
|
15
|
+
combobox: true;
|
|
16
|
+
/**
|
|
17
|
+
* An accessible label for the button that toggles the list of options for a combobox.
|
|
18
|
+
* */
|
|
19
|
+
comboboxButtonAriaLabel: string;
|
|
20
|
+
noOptionsText: ReactNode;
|
|
21
|
+
};
|
|
22
|
+
type NoComboboxProps = {
|
|
23
|
+
combobox?: never;
|
|
24
|
+
comboboxButtonAriaLabel?: never;
|
|
25
|
+
noOptionsText?: ReactNode;
|
|
26
|
+
};
|
|
27
|
+
export type UseAutocompleteResult<T extends AutocompleteOption> = {
|
|
28
|
+
highlightFirstOption?: boolean;
|
|
29
|
+
defaultInputValue?: string;
|
|
30
|
+
inputValue?: string;
|
|
31
|
+
filterOption?: (inputValue: string | undefined, option: T) => boolean;
|
|
32
|
+
id: string;
|
|
33
|
+
listboxLabel: string;
|
|
34
|
+
listboxMaxHeight?: string | number;
|
|
35
|
+
onInputBlur?: React.FocusEventHandler<HTMLInputElement>;
|
|
36
|
+
onInputChange?: (value: string) => void;
|
|
37
|
+
onInputFocus?: (event: React.FocusEvent<HTMLInputElement> | undefined) => undefined;
|
|
38
|
+
onInputKeyDown?: React.KeyboardEventHandler<HTMLInputElement>;
|
|
39
|
+
onInputMouseDown?: (event: React.MouseEvent<HTMLInputElement> | undefined) => undefined;
|
|
40
|
+
openOnFocus?: boolean;
|
|
41
|
+
onSelect?: (option: T | undefined) => void;
|
|
42
|
+
options: T[];
|
|
43
|
+
selectedOption?: T;
|
|
44
|
+
["data-testid"]?: string;
|
|
45
|
+
} & (ComboboxProps | NoComboboxProps);
|
|
46
|
+
export declare const useAutocomplete: <T extends AutocompleteOption>({ combobox, comboboxButtonAriaLabel, highlightFirstOption, defaultInputValue, inputValue, filterOption, id, listboxLabel, listboxMaxHeight, onInputBlur, onInputChange, onInputFocus, onInputKeyDown, onInputMouseDown, openOnFocus, noOptionsText, onSelect, options, selectedOption, ["data-testid"]: dataTestid, }: UseAutocompleteResult<T>) => {
|
|
47
|
+
id: string;
|
|
48
|
+
inputProps: InputProps;
|
|
49
|
+
internalRef: import('react').RefObject<HTMLDivElement | null>;
|
|
50
|
+
optionsToShow: (T | undefined)[];
|
|
51
|
+
showListbox: boolean;
|
|
52
|
+
noOptionsText: ReactNode;
|
|
53
|
+
combobox: true | undefined;
|
|
54
|
+
comboboxButtonAriaLabel: string | undefined;
|
|
55
|
+
getListBoxItemProps: (option: T, index: number) => ListboxItemProps;
|
|
56
|
+
listboxProps: ListboxProps;
|
|
57
|
+
};
|
|
58
|
+
export {};
|
|
59
|
+
//# sourceMappingURL=useAutocomplete.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAutocomplete.d.ts","sourceRoot":"","sources":["../../../../../../components/autocomplete/src/useAutocomplete.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAItE,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC,GAAG;IAC7E,OAAO,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,GAAG,SAAS,KAAK,IAAI,CAAC;IACzE,WAAW,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,GAAG,SAAS,KAAK,IAAI,CAAC;CAC9E,CAAC;AAEF,KAAK,aAAa,GAAG;IAInB,QAAQ,EAAE,IAAI,CAAC;IACf;;SAEK;IACL,uBAAuB,EAAE,MAAM,CAAC;IAIhC,aAAa,EAAE,SAAS,CAAC;CAC1B,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,uBAAuB,CAAC,EAAE,KAAK,CAAC;IAIhC,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,qBAAqB,CAAC,CAAC,SAAS,kBAAkB,IAAI;IAIhE,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAI/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAI3B,UAAU,CAAC,EAAE,MAAM,CAAC;IAIpB,YAAY,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,GAAG,SAAS,EAAE,MAAM,EAAE,CAAC,KAAK,OAAO,CAAC;IAItE,EAAE,EAAE,MAAM,CAAC;IAIX,YAAY,EAAE,MAAM,CAAC;IAIrB,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAInC,WAAW,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IAIxD,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAIxC,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,GAAG,SAAS,KAAK,SAAS,CAAC;IAIpF,cAAc,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,gBAAgB,CAAC,CAAC;IAI9D,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,GAAG,SAAS,KAAK,SAAS,CAAC;IAIxF,WAAW,CAAC,EAAE,OAAO,CAAC;IAItB,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,GAAG,SAAS,KAAK,IAAI,CAAC;IAI3C,OAAO,EAAE,CAAC,EAAE,CAAC;IAIb,cAAc,CAAC,EAAE,CAAC,CAAC;IACnB,CAAC,aAAa,CAAC,CAAC,EAAE,MAAM,CAAC;CAC1B,GAAG,CAAC,aAAa,GAAG,eAAe,CAAC,CAAC;AAEtC,eAAO,MAAM,eAAe,GAAI,CAAC,SAAS,kBAAkB,EAAE,uTAqB3D,qBAAqB,CAAC,CAAC,CAAC;;;;;;;;;kCA2LY,CAAC,SAAS,MAAM,KAAG,gBAAgB;;CA0DzE,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
export type Prettify<T> = {
|
|
3
|
+
[K in keyof T]: T[K];
|
|
4
|
+
} & {};
|
|
5
|
+
export declare const useRefObject: <T>(value: T) => RefObject<T>;
|
|
6
|
+
export declare const useOnClickOutside: (element: HTMLElement | null, callback: () => void) => void;
|
|
7
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../components/autocomplete/src/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAkC,MAAM,OAAO,CAAC;AAGvE,MAAM,MAAM,QAAQ,CAAC,CAAC,IAAI;KACvB,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACrB,GAAG,EAAE,CAAC;AAEP,eAAO,MAAM,YAAY,GAAI,CAAC,EAAE,OAAO,CAAC,KAAG,SAAS,CAAC,CAAC,CAErD,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,SAAS,WAAW,GAAG,IAAI,EAAE,UAAU,MAAM,IAAI,SAgBlF,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { default as React, ReactNode } from 'react';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
3
|
+
export declare const BADGE_VARIANT: {
|
|
4
|
+
readonly ATTENTION: "attention";
|
|
5
|
+
readonly BLACK_FRIDAY: "black-friday";
|
|
6
|
+
readonly ERROR: "error";
|
|
7
|
+
readonly GENERAL: "general";
|
|
8
|
+
readonly INFORMATION: "information";
|
|
9
|
+
readonly NEUTRAL: "neutral";
|
|
10
|
+
readonly SPECIAL: "special";
|
|
11
|
+
readonly SUCCESS: "success";
|
|
12
|
+
readonly WARNING: "warning";
|
|
13
|
+
};
|
|
14
|
+
export declare const badgeVariants: ("attention" | "black-friday" | "error" | "general" | "information" | "neutral" | "special" | "success" | "warning")[];
|
|
15
|
+
export type BadgeVariant = (typeof BADGE_VARIANT)[keyof typeof BADGE_VARIANT];
|
|
16
|
+
type WithIcon = {
|
|
17
|
+
showIcon?: true;
|
|
18
|
+
iconAllyTitle?: string;
|
|
19
|
+
};
|
|
20
|
+
type WithoutIcon = {
|
|
21
|
+
showIcon: false;
|
|
22
|
+
iconAllyTitle?: never;
|
|
23
|
+
};
|
|
24
|
+
export type BadgeProps = Omit<BaseProps<"span">, "children"> & {
|
|
25
|
+
children: ReactNode;
|
|
26
|
+
variant: BadgeVariant;
|
|
27
|
+
} & (WithIcon | WithoutIcon);
|
|
28
|
+
export declare const Badge: ({ children, showIcon, iconAllyTitle, variant, ["data-testid"]: dataTestid, className, ...props }: BadgeProps) => React.JSX.Element;
|
|
29
|
+
export {};
|
|
30
|
+
//# sourceMappingURL=badge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../../../../components/badge/src/badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAetD,eAAO,MAAM,aAAa;;;;;;;;;;CAUhB,CAAC;AAEX,eAAO,MAAM,aAAa,wHAA+B,CAAC;AAC1D,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AA0B9E,KAAK,QAAQ,GAAG;IACd,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,KAAK,CAAC;IAChB,aAAa,CAAC,EAAE,KAAK,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,GAAG;IAC7D,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,EAAE,YAAY,CAAC;CACvB,GAAG,CAAC,QAAQ,GAAG,WAAW,CAAC,CAAC;AAE7B,eAAO,MAAM,KAAK,GAAI,kGAQnB,UAAU,sBAmBZ,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { default as React, AnchorHTMLAttributes, ForwardRefExoticComponent, ReactElement } from 'react';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
3
|
+
type WithMeta = {
|
|
4
|
+
meta?: true;
|
|
5
|
+
baseUrl: string;
|
|
6
|
+
};
|
|
7
|
+
type WithoutMeta = {
|
|
8
|
+
meta: false;
|
|
9
|
+
baseUrl?: never;
|
|
10
|
+
};
|
|
11
|
+
export type BreadcrumbsProps = Omit<BaseProps<"nav">, "aria-label" | "children"> & {
|
|
12
|
+
/** Describes the breadcrumb navigation for screen readers, e.g. "Breadcrumbs" or "Breadcrumb navigation". */
|
|
13
|
+
["aria-label"]: string;
|
|
14
|
+
children: ReactElement<BreadcrumbsItemProps> | Array<ReactElement<BreadcrumbsItemProps>>;
|
|
15
|
+
/** Set to render the breadcrumbs with light font color. Ideally used when rendered on dark backgrounds. */
|
|
16
|
+
negative?: boolean;
|
|
17
|
+
/** Set to render the last breadcrumb item in bold font to indicate that this is the current page. Setting this to false will render the last item as a normal breadcrumb link. Defaults to true. */
|
|
18
|
+
highlightLast?: boolean;
|
|
19
|
+
/** Set to not render the home icon in front of the first breadcrumb item. */
|
|
20
|
+
hideHomeIcon?: boolean;
|
|
21
|
+
linkElement?: ForwardRefExoticComponent<AnchorHTMLAttributes<HTMLAnchorElement>> | "a";
|
|
22
|
+
/** The last breadcrumb will be a link and not have aria-current="page" */
|
|
23
|
+
excludeCurrentPage?: boolean;
|
|
24
|
+
} & (WithMeta | WithoutMeta);
|
|
25
|
+
export type BreadcrumbsItemProps = Omit<BaseProps<"li">, "onClick" | "children"> & {
|
|
26
|
+
children: string;
|
|
27
|
+
href?: string;
|
|
28
|
+
onClick?: () => void;
|
|
29
|
+
/** @ignore */
|
|
30
|
+
current?: boolean;
|
|
31
|
+
/** @ignore */
|
|
32
|
+
first?: boolean;
|
|
33
|
+
/** @ignore */
|
|
34
|
+
last?: boolean;
|
|
35
|
+
/** @ignore */
|
|
36
|
+
linkElement?: BreadcrumbsProps["linkElement"];
|
|
37
|
+
/** @ignore */
|
|
38
|
+
meta?: boolean;
|
|
39
|
+
/** @ignore */
|
|
40
|
+
negative?: boolean;
|
|
41
|
+
/** @ignore */
|
|
42
|
+
excludeCurrentPage?: boolean;
|
|
43
|
+
};
|
|
44
|
+
declare const Breadcrumbs: {
|
|
45
|
+
({ ["aria-label"]: ariaLabel, baseUrl, children, className, excludeCurrentPage, linkElement, meta, negative, highlightLast, hideHomeIcon, ...props }: BreadcrumbsProps): React.JSX.Element;
|
|
46
|
+
Item: ({ href, ["data-testid"]: dataTestId, children, current, linkElement, negative, onClick, first, last, excludeCurrentPage, ...props }: BreadcrumbsItemProps) => React.JSX.Element;
|
|
47
|
+
};
|
|
48
|
+
declare const Item: ({ href, ["data-testid"]: dataTestId, children, current, linkElement, negative, onClick, first, last, excludeCurrentPage, ...props }: BreadcrumbsItemProps) => React.JSX.Element;
|
|
49
|
+
export { Breadcrumbs, Item as BreadcrumbsItem };
|
|
50
|
+
//# sourceMappingURL=breadcrumbs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"breadcrumbs.d.ts","sourceRoot":"","sources":["../../../../../../components/breadcrumbs/src/breadcrumbs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,KAAK,oBAAoB,EAGzB,KAAK,yBAAyB,EAC9B,KAAK,YAAY,EAClB,MAAM,OAAO,CAAC;AACf,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAStD,KAAK,QAAQ,GAAG;IACd,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,KAAK,CAAC;IACZ,OAAO,CAAC,EAAE,KAAK,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC,GAAG;IACjF,6GAA6G;IAC7G,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,YAAY,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,YAAY,CAAC,oBAAoB,CAAC,CAAC,CAAC;IACzF,2GAA2G;IAC3G,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,oMAAoM;IACpM,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,6EAA6E;IAC7E,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,yBAAyB,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC,GAAG,GAAG,CAAC;IACvF,0EAA0E;IAC1E,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,GAAG,CAAC,QAAQ,GAAG,WAAW,CAAC,CAAC;AAE7B,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC,GAAG;IACjF,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,cAAc;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,cAAc;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,cAAc;IACd,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,cAAc;IACd,WAAW,CAAC,EAAE,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC9C,cAAc;IACd,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,cAAc;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,cAAc;IACd,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;AAKF,QAAA,MAAM,WAAW;0JAYd,gBAAgB;gJA4DhB,oBAAoB;CAdtB,CAAC;AAEF,QAAA,MAAM,IAAI,GAAI,qIAYX,oBAAoB,sBAqCtB,CAAC;AAIF,OAAO,EAAE,WAAW,EAAE,IAAI,IAAI,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type MetaListItem = {
|
|
2
|
+
"@type": string;
|
|
3
|
+
position: number;
|
|
4
|
+
name: string;
|
|
5
|
+
item?: string;
|
|
6
|
+
};
|
|
7
|
+
type MakeMetaListItem = (name: string, position: number, item?: string) => MetaListItem;
|
|
8
|
+
export declare const metaListItem: MakeMetaListItem;
|
|
9
|
+
export declare const metaSchema: (itemListElement: MetaListItem[]) => string;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=meta.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../../../../components/breadcrumbs/src/meta.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,GAAG;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,KAAK,gBAAgB,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC;AAExF,eAAO,MAAM,YAAY,EAAE,gBAY1B,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,iBAAiB,YAAY,EAAE,WAKtD,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { default as React, ButtonHTMLAttributes } from 'react';
|
|
2
|
+
import { ActionProps } from '../../../libraries/action/src/action';
|
|
3
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
4
|
+
export declare const BUTTON_VARIANT: {
|
|
5
|
+
readonly DESTRUCTIVE: "destructive";
|
|
6
|
+
readonly TERTIARY_PURPLE: "tertiary-purple";
|
|
7
|
+
readonly TEXT: "text";
|
|
8
|
+
readonly PRIMARY: "primary";
|
|
9
|
+
readonly SECONDARY: "secondary";
|
|
10
|
+
readonly EXPRESSIVE: "expressive";
|
|
11
|
+
};
|
|
12
|
+
export declare const buttonVariants: ("text" | "primary" | "secondary" | "expressive" | "destructive" | "tertiary-purple")[];
|
|
13
|
+
export type ButtonVariant = (typeof BUTTON_VARIANT)[keyof typeof BUTTON_VARIANT];
|
|
14
|
+
type ButtonType = Pick<ButtonHTMLAttributes<HTMLButtonElement>, "type">["type"];
|
|
15
|
+
export declare const BUTTON_TYPES: ButtonType[];
|
|
16
|
+
export type ButtonProps = ActionProps<ButtonVariant> & BaseProps<"button"> & {
|
|
17
|
+
loading?: boolean;
|
|
18
|
+
};
|
|
19
|
+
export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<ButtonProps, "type"> & {
|
|
20
|
+
type?: ButtonType;
|
|
21
|
+
}, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../../../components/button/src/button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,oBAAoB,EAA+B,MAAM,OAAO,CAAC;AACtF,OAAO,EAAE,KAAK,WAAW,EAAiB,MAAM,gBAAgB,CAAC;AACjE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAMtD,eAAO,MAAM,cAAc;;;;;;;CAKjB,CAAC;AAEX,eAAO,MAAM,cAAc,yFAAgC,CAAC;AAC5D,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAKjF,KAAK,UAAU,GAAG,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC;AAChF,eAAO,MAAM,YAAY,EAAE,UAAU,EAA2C,CAAC;AAEjF,MAAM,MAAM,WAAW,GAAG,WAAW,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,QAAQ,CAAC,GAAG;IAAE,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAEnG,eAAO,MAAM,MAAM;WAEoB,UAAU;mDAoEhD,CAAC"}
|