@cloudscape-design/components 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/NOTICE +2 -0
- package/README.md +21 -0
- package/THIRD-PARTY-LICENSES +24 -0
- package/alert/index.d.ts +4 -0
- package/alert/index.d.ts.map +1 -0
- package/alert/index.js +14 -0
- package/alert/index.js.map +1 -0
- package/alert/interfaces.d.ts +54 -0
- package/alert/interfaces.d.ts.map +1 -0
- package/alert/interfaces.js +2 -0
- package/alert/interfaces.js.map +1 -0
- package/alert/internal.d.ts +7 -0
- package/alert/internal.d.ts.map +1 -0
- package/alert/internal.js +45 -0
- package/alert/internal.js.map +1 -0
- package/alert/styles.css.js +24 -0
- package/alert/styles.scoped.css +340 -0
- package/alert/styles.selectors.js +25 -0
- package/annotation-context/annotation/annotation-icon.d.ts +5 -0
- package/annotation-context/annotation/annotation-icon.d.ts.map +1 -0
- package/annotation-context/annotation/annotation-icon.js +22 -0
- package/annotation-context/annotation/annotation-icon.js.map +1 -0
- package/annotation-context/annotation/annotation-popover.d.ts +23 -0
- package/annotation-context/annotation/annotation-popover.d.ts.map +1 -0
- package/annotation-context/annotation/annotation-popover.js +45 -0
- package/annotation-context/annotation/annotation-popover.js.map +1 -0
- package/annotation-context/annotation/annotation-trigger.d.ts +10 -0
- package/annotation-context/annotation/annotation-trigger.d.ts.map +1 -0
- package/annotation-context/annotation/annotation-trigger.js +18 -0
- package/annotation-context/annotation/annotation-trigger.js.map +1 -0
- package/annotation-context/annotation/closed-annotation.d.ts +9 -0
- package/annotation-context/annotation/closed-annotation.d.ts.map +1 -0
- package/annotation-context/annotation/closed-annotation.js +18 -0
- package/annotation-context/annotation/closed-annotation.js.map +1 -0
- package/annotation-context/annotation/open-annotation.d.ts +22 -0
- package/annotation-context/annotation/open-annotation.d.ts.map +1 -0
- package/annotation-context/annotation/open-annotation.js +13 -0
- package/annotation-context/annotation/open-annotation.js.map +1 -0
- package/annotation-context/annotation/styles.css.js +29 -0
- package/annotation-context/annotation/styles.scoped.css +267 -0
- package/annotation-context/annotation/styles.selectors.js +30 -0
- package/annotation-context/context.d.ts +14 -0
- package/annotation-context/context.d.ts.map +1 -0
- package/annotation-context/context.js +14 -0
- package/annotation-context/context.js.map +1 -0
- package/annotation-context/index.d.ts +15 -0
- package/annotation-context/index.d.ts.map +1 -0
- package/annotation-context/index.js +208 -0
- package/annotation-context/index.js.map +1 -0
- package/annotation-context/interfaces.d.ts +66 -0
- package/annotation-context/interfaces.d.ts.map +1 -0
- package/annotation-context/interfaces.js +2 -0
- package/annotation-context/interfaces.js.map +1 -0
- package/app-layout/content-wrapper/index.d.ts +13 -0
- package/app-layout/content-wrapper/index.d.ts.map +1 -0
- package/app-layout/content-wrapper/index.js +14 -0
- package/app-layout/content-wrapper/index.js.map +1 -0
- package/app-layout/content-wrapper/styles.css.js +7 -0
- package/app-layout/content-wrapper/styles.scoped.css +104 -0
- package/app-layout/content-wrapper/styles.selectors.js +8 -0
- package/app-layout/dark-header/index.d.ts +11 -0
- package/app-layout/dark-header/index.d.ts.map +1 -0
- package/app-layout/dark-header/index.js +10 -0
- package/app-layout/dark-header/index.js.map +1 -0
- package/app-layout/dark-header/styles.css.js +6 -0
- package/app-layout/dark-header/styles.scoped.css +13 -0
- package/app-layout/dark-header/styles.selectors.js +7 -0
- package/app-layout/defaults.d.ts +10 -0
- package/app-layout/defaults.d.ts.map +1 -0
- package/app-layout/defaults.js +41 -0
- package/app-layout/defaults.js.map +1 -0
- package/app-layout/drawer.d.ts +29 -0
- package/app-layout/drawer.d.ts.map +1 -0
- package/app-layout/drawer.js +64 -0
- package/app-layout/drawer.js.map +1 -0
- package/app-layout/index.d.ts +6 -0
- package/app-layout/index.d.ts.map +1 -0
- package/app-layout/index.js +309 -0
- package/app-layout/index.js.map +1 -0
- package/app-layout/interfaces.d.ts +197 -0
- package/app-layout/interfaces.d.ts.map +1 -0
- package/app-layout/interfaces.js +2 -0
- package/app-layout/interfaces.js.map +1 -0
- package/app-layout/mobile-toolbar/index.d.ts +21 -0
- package/app-layout/mobile-toolbar/index.d.ts.map +1 -0
- package/app-layout/mobile-toolbar/index.js +34 -0
- package/app-layout/mobile-toolbar/index.js.map +1 -0
- package/app-layout/mobile-toolbar/styles.css.js +9 -0
- package/app-layout/mobile-toolbar/styles.scoped.css +146 -0
- package/app-layout/mobile-toolbar/styles.selectors.js +10 -0
- package/app-layout/navigation-panel.d.ts +23 -0
- package/app-layout/navigation-panel.d.ts.map +1 -0
- package/app-layout/navigation-panel.js +21 -0
- package/app-layout/navigation-panel.js.map +1 -0
- package/app-layout/notifications/index.d.ts +18 -0
- package/app-layout/notifications/index.d.ts.map +1 -0
- package/app-layout/notifications/index.js +24 -0
- package/app-layout/notifications/index.js.map +1 -0
- package/app-layout/notifications/styles.css.js +6 -0
- package/app-layout/notifications/styles.scoped.css +12 -0
- package/app-layout/notifications/styles.selectors.js +7 -0
- package/app-layout/split-panel-wrapper.d.ts +10 -0
- package/app-layout/split-panel-wrapper.d.ts.map +1 -0
- package/app-layout/split-panel-wrapper.js +13 -0
- package/app-layout/split-panel-wrapper.js.map +1 -0
- package/app-layout/styles.css.js +42 -0
- package/app-layout/styles.scoped.css +331 -0
- package/app-layout/styles.selectors.js +43 -0
- package/app-layout/test-classes/styles.css.js +17 -0
- package/app-layout/test-classes/styles.scoped.css +51 -0
- package/app-layout/test-classes/styles.selectors.js +18 -0
- package/app-layout/toggle-buttons.d.ts +12 -0
- package/app-layout/toggle-buttons.d.ts.map +1 -0
- package/app-layout/toggle-buttons.js +13 -0
- package/app-layout/toggle-buttons.js.map +1 -0
- package/app-layout/toggles/circular-button.d.ts +8 -0
- package/app-layout/toggles/circular-button.d.ts.map +1 -0
- package/app-layout/toggles/circular-button.js +15 -0
- package/app-layout/toggles/circular-button.js.map +1 -0
- package/app-layout/toggles/index.d.ts +35 -0
- package/app-layout/toggles/index.d.ts.map +1 -0
- package/app-layout/toggles/index.js +41 -0
- package/app-layout/toggles/index.js.map +1 -0
- package/app-layout/toggles/interfaces.d.ts +10 -0
- package/app-layout/toggles/interfaces.d.ts.map +1 -0
- package/app-layout/toggles/interfaces.js +2 -0
- package/app-layout/toggles/interfaces.js.map +1 -0
- package/app-layout/toggles/styles.css.js +8 -0
- package/app-layout/toggles/styles.scoped.css +164 -0
- package/app-layout/toggles/styles.selectors.js +9 -0
- package/app-layout/tools-and-split-panel.d.ts +31 -0
- package/app-layout/tools-and-split-panel.d.ts.map +1 -0
- package/app-layout/tools-and-split-panel.js +25 -0
- package/app-layout/tools-and-split-panel.js.map +1 -0
- package/app-layout/utils/use-content-height.d.ts +11 -0
- package/app-layout/utils/use-content-height.d.ts.map +1 -0
- package/app-layout/utils/use-content-height.js +29 -0
- package/app-layout/utils/use-content-height.js.map +1 -0
- package/app-layout/utils/use-content-width.d.ts +5 -0
- package/app-layout/utils/use-content-width.d.ts.map +1 -0
- package/app-layout/utils/use-content-width.js +23 -0
- package/app-layout/utils/use-content-width.js.map +1 -0
- package/app-layout/utils/use-focus-control.d.ts +6 -0
- package/app-layout/utils/use-focus-control.d.ts.map +1 -0
- package/app-layout/utils/use-focus-control.js +18 -0
- package/app-layout/utils/use-focus-control.js.map +1 -0
- package/app-layout/utils/use-observed-element.d.ts +2 -0
- package/app-layout/utils/use-observed-element.d.ts.map +1 -0
- package/app-layout/utils/use-observed-element.js +22 -0
- package/app-layout/utils/use-observed-element.js.map +1 -0
- package/app-layout/utils/use-sticky-position.d.ts +2 -0
- package/app-layout/utils/use-sticky-position.d.ts.map +1 -0
- package/app-layout/utils/use-sticky-position.js +54 -0
- package/app-layout/utils/use-sticky-position.js.map +1 -0
- package/app-layout/utils/use-window-width.d.ts +2 -0
- package/app-layout/utils/use-window-width.d.ts.map +1 -0
- package/app-layout/utils/use-window-width.js +13 -0
- package/app-layout/utils/use-window-width.js.map +1 -0
- package/app-layout/visual-refresh/app-bar.d.ts +6 -0
- package/app-layout/visual-refresh/app-bar.d.ts.map +1 -0
- package/app-layout/visual-refresh/app-bar.js +38 -0
- package/app-layout/visual-refresh/app-bar.js.map +1 -0
- package/app-layout/visual-refresh/background.d.ts +6 -0
- package/app-layout/visual-refresh/background.d.ts.map +1 -0
- package/app-layout/visual-refresh/background.js +21 -0
- package/app-layout/visual-refresh/background.js.map +1 -0
- package/app-layout/visual-refresh/context.d.ts +78 -0
- package/app-layout/visual-refresh/context.d.ts.map +1 -0
- package/app-layout/visual-refresh/context.js +335 -0
- package/app-layout/visual-refresh/context.js.map +1 -0
- package/app-layout/visual-refresh/header.d.ts +6 -0
- package/app-layout/visual-refresh/header.d.ts.map +1 -0
- package/app-layout/visual-refresh/header.js +22 -0
- package/app-layout/visual-refresh/header.js.map +1 -0
- package/app-layout/visual-refresh/index.d.ts +13 -0
- package/app-layout/visual-refresh/index.d.ts.map +1 -0
- package/app-layout/visual-refresh/index.js +40 -0
- package/app-layout/visual-refresh/index.js.map +1 -0
- package/app-layout/visual-refresh/layout.d.ts +13 -0
- package/app-layout/visual-refresh/layout.d.ts.map +1 -0
- package/app-layout/visual-refresh/layout.js +130 -0
- package/app-layout/visual-refresh/layout.js.map +1 -0
- package/app-layout/visual-refresh/main.d.ts +2 -0
- package/app-layout/visual-refresh/main.d.ts.map +1 -0
- package/app-layout/visual-refresh/main.js +26 -0
- package/app-layout/visual-refresh/main.js.map +1 -0
- package/app-layout/visual-refresh/navigation.d.ts +9 -0
- package/app-layout/visual-refresh/navigation.d.ts.map +1 -0
- package/app-layout/visual-refresh/navigation.js +62 -0
- package/app-layout/visual-refresh/navigation.js.map +1 -0
- package/app-layout/visual-refresh/notifications.d.ts +6 -0
- package/app-layout/visual-refresh/notifications.d.ts.map +1 -0
- package/app-layout/visual-refresh/notifications.js +24 -0
- package/app-layout/visual-refresh/notifications.js.map +1 -0
- package/app-layout/visual-refresh/split-panel.d.ts +32 -0
- package/app-layout/visual-refresh/split-panel.d.ts.map +1 -0
- package/app-layout/visual-refresh/split-panel.js +120 -0
- package/app-layout/visual-refresh/split-panel.js.map +1 -0
- package/app-layout/visual-refresh/styles.css.js +64 -0
- package/app-layout/visual-refresh/styles.scoped.css +1179 -0
- package/app-layout/visual-refresh/styles.selectors.js +65 -0
- package/app-layout/visual-refresh/tools.d.ts +21 -0
- package/app-layout/visual-refresh/tools.d.ts.map +1 -0
- package/app-layout/visual-refresh/tools.js +127 -0
- package/app-layout/visual-refresh/tools.js.map +1 -0
- package/app-layout/visual-refresh/trigger-button.d.ts +13 -0
- package/app-layout/visual-refresh/trigger-button.d.ts.map +1 -0
- package/app-layout/visual-refresh/trigger-button.js +19 -0
- package/app-layout/visual-refresh/trigger-button.js.map +1 -0
- package/area-chart/chart-container.d.ts +10 -0
- package/area-chart/chart-container.d.ts.map +1 -0
- package/area-chart/chart-container.js +56 -0
- package/area-chart/chart-container.js.map +1 -0
- package/area-chart/elements/area-chart-filter.d.ts +11 -0
- package/area-chart/elements/area-chart-filter.d.ts.map +1 -0
- package/area-chart/elements/area-chart-filter.js +18 -0
- package/area-chart/elements/area-chart-filter.js.map +1 -0
- package/area-chart/elements/area-chart-legend.d.ts +12 -0
- package/area-chart/elements/area-chart-legend.d.ts.map +1 -0
- package/area-chart/elements/area-chart-legend.js +18 -0
- package/area-chart/elements/area-chart-legend.js.map +1 -0
- package/area-chart/elements/area-series.d.ts +10 -0
- package/area-chart/elements/area-series.d.ts.map +1 -0
- package/area-chart/elements/area-series.js +21 -0
- package/area-chart/elements/area-series.js.map +1 -0
- package/area-chart/elements/chart-popover.d.ts +10 -0
- package/area-chart/elements/chart-popover.d.ts.map +1 -0
- package/area-chart/elements/chart-popover.js +25 -0
- package/area-chart/elements/chart-popover.js.map +1 -0
- package/area-chart/elements/data-series.d.ts +8 -0
- package/area-chart/elements/data-series.d.ts.map +1 -0
- package/area-chart/elements/data-series.js +39 -0
- package/area-chart/elements/data-series.js.map +1 -0
- package/area-chart/elements/highlighted-point.d.ts +8 -0
- package/area-chart/elements/highlighted-point.d.ts.map +1 -0
- package/area-chart/elements/highlighted-point.js +21 -0
- package/area-chart/elements/highlighted-point.js.map +1 -0
- package/area-chart/elements/threshold-series.d.ts +12 -0
- package/area-chart/elements/threshold-series.d.ts.map +1 -0
- package/area-chart/elements/threshold-series.js +13 -0
- package/area-chart/elements/threshold-series.js.map +1 -0
- package/area-chart/elements/use-highlight-details.d.ts +23 -0
- package/area-chart/elements/use-highlight-details.d.ts.map +1 -0
- package/area-chart/elements/use-highlight-details.js +50 -0
- package/area-chart/elements/use-highlight-details.js.map +1 -0
- package/area-chart/elements/vertical-marker.d.ts +8 -0
- package/area-chart/elements/vertical-marker.d.ts.map +1 -0
- package/area-chart/elements/vertical-marker.js +18 -0
- package/area-chart/elements/vertical-marker.js.map +1 -0
- package/area-chart/index.d.ts +5 -0
- package/area-chart/index.d.ts.map +1 -0
- package/area-chart/index.js +15 -0
- package/area-chart/index.js.map +1 -0
- package/area-chart/interfaces.d.ts +51 -0
- package/area-chart/interfaces.d.ts.map +1 -0
- package/area-chart/interfaces.js +2 -0
- package/area-chart/interfaces.js.map +1 -0
- package/area-chart/internal.d.ts +7 -0
- package/area-chart/internal.d.ts.map +1 -0
- package/area-chart/internal.js +82 -0
- package/area-chart/internal.js.map +1 -0
- package/area-chart/model/async-store.d.ts +20 -0
- package/area-chart/model/async-store.d.ts.map +1 -0
- package/area-chart/model/async-store.js +68 -0
- package/area-chart/model/async-store.js.map +1 -0
- package/area-chart/model/compute-chart-props.d.ts +25 -0
- package/area-chart/model/compute-chart-props.d.ts.map +1 -0
- package/area-chart/model/compute-chart-props.js +17 -0
- package/area-chart/model/compute-chart-props.js.map +1 -0
- package/area-chart/model/create-series-decorator.d.ts +4 -0
- package/area-chart/model/create-series-decorator.d.ts.map +1 -0
- package/area-chart/model/create-series-decorator.js +27 -0
- package/area-chart/model/create-series-decorator.js.map +1 -0
- package/area-chart/model/index.d.ts +79 -0
- package/area-chart/model/index.d.ts.map +1 -0
- package/area-chart/model/index.js +2 -0
- package/area-chart/model/index.js.map +1 -0
- package/area-chart/model/interactions-store.d.ts +20 -0
- package/area-chart/model/interactions-store.d.ts.map +1 -0
- package/area-chart/model/interactions-store.js +63 -0
- package/area-chart/model/interactions-store.js.map +1 -0
- package/area-chart/model/use-chart-model.d.ts +19 -0
- package/area-chart/model/use-chart-model.d.ts.map +1 -0
- package/area-chart/model/use-chart-model.js +216 -0
- package/area-chart/model/use-chart-model.js.map +1 -0
- package/area-chart/model/use-filter-props.d.ts +6 -0
- package/area-chart/model/use-filter-props.d.ts.map +1 -0
- package/area-chart/model/use-filter-props.js +26 -0
- package/area-chart/model/use-filter-props.js.map +1 -0
- package/area-chart/model/use-highlight-props.d.ts +6 -0
- package/area-chart/model/use-highlight-props.d.ts.map +1 -0
- package/area-chart/model/use-highlight-props.js +28 -0
- package/area-chart/model/use-highlight-props.js.map +1 -0
- package/area-chart/model/utils.d.ts +21 -0
- package/area-chart/model/utils.d.ts.map +1 -0
- package/area-chart/model/utils.js +264 -0
- package/area-chart/model/utils.js.map +1 -0
- package/area-chart/styles.css.js +18 -0
- package/area-chart/styles.scoped.css +223 -0
- package/area-chart/styles.selectors.js +19 -0
- package/attribute-editor/additional-info.d.ts +7 -0
- package/attribute-editor/additional-info.d.ts.map +1 -0
- package/attribute-editor/additional-info.js +9 -0
- package/attribute-editor/additional-info.js.map +1 -0
- package/attribute-editor/index.d.ts +5 -0
- package/attribute-editor/index.d.ts.map +1 -0
- package/attribute-editor/index.js +15 -0
- package/attribute-editor/index.js.map +1 -0
- package/attribute-editor/interfaces.d.ts +82 -0
- package/attribute-editor/interfaces.d.ts.map +1 -0
- package/attribute-editor/interfaces.js +2 -0
- package/attribute-editor/interfaces.js.map +1 -0
- package/attribute-editor/internal.d.ts +4 -0
- package/attribute-editor/internal.d.ts.map +1 -0
- package/attribute-editor/internal.js +35 -0
- package/attribute-editor/internal.js.map +1 -0
- package/attribute-editor/row.d.ts +17 -0
- package/attribute-editor/row.d.ts.map +1 -0
- package/attribute-editor/row.js +50 -0
- package/attribute-editor/row.js.map +1 -0
- package/attribute-editor/styles.css.js +17 -0
- package/attribute-editor/styles.scoped.css +263 -0
- package/attribute-editor/styles.selectors.js +18 -0
- package/autosuggest/autosuggest-option.d.ts +18 -0
- package/autosuggest/autosuggest-option.d.ts.map +1 -0
- package/autosuggest/autosuggest-option.js +35 -0
- package/autosuggest/autosuggest-option.js.map +1 -0
- package/autosuggest/controller.d.ts +9 -0
- package/autosuggest/controller.d.ts.map +1 -0
- package/autosuggest/controller.js +96 -0
- package/autosuggest/controller.js.map +1 -0
- package/autosuggest/hooks/a11y.d.ts +5 -0
- package/autosuggest/hooks/a11y.d.ts.map +1 -0
- package/autosuggest/hooks/a11y.js +24 -0
- package/autosuggest/hooks/a11y.js.map +1 -0
- package/autosuggest/index.d.ts +7 -0
- package/autosuggest/index.d.ts.map +1 -0
- package/autosuggest/index.js +17 -0
- package/autosuggest/index.js.map +1 -0
- package/autosuggest/interfaces.d.ts +115 -0
- package/autosuggest/interfaces.d.ts.map +1 -0
- package/autosuggest/interfaces.js +2 -0
- package/autosuggest/interfaces.js.map +1 -0
- package/autosuggest/internal.d.ts +16 -0
- package/autosuggest/internal.d.ts.map +1 -0
- package/autosuggest/internal.js +177 -0
- package/autosuggest/internal.js.map +1 -0
- package/autosuggest/plain-list.d.ts +28 -0
- package/autosuggest/plain-list.d.ts.map +1 -0
- package/autosuggest/plain-list.js +38 -0
- package/autosuggest/plain-list.js.map +1 -0
- package/autosuggest/styles.css.js +9 -0
- package/autosuggest/styles.scoped.css +22 -0
- package/autosuggest/styles.selectors.js +10 -0
- package/autosuggest/utils/utils.d.ts +3 -0
- package/autosuggest/utils/utils.d.ts.map +1 -0
- package/autosuggest/utils/utils.js +35 -0
- package/autosuggest/utils/utils.js.map +1 -0
- package/autosuggest/virtual-list.d.ts +8 -0
- package/autosuggest/virtual-list.d.ts.map +1 -0
- package/autosuggest/virtual-list.js +46 -0
- package/autosuggest/virtual-list.js.map +1 -0
- package/badge/index.d.ts +4 -0
- package/badge/index.d.ts.map +1 -0
- package/badge/index.js +18 -0
- package/badge/index.js.map +1 -0
- package/badge/interfaces.d.ts +13 -0
- package/badge/interfaces.d.ts.map +1 -0
- package/badge/interfaces.js +2 -0
- package/badge/interfaces.js.map +1 -0
- package/badge/styles.css.js +10 -0
- package/badge/styles.scoped.css +164 -0
- package/badge/styles.selectors.js +11 -0
- package/bar-chart/index.d.ts +5 -0
- package/bar-chart/index.d.ts.map +1 -0
- package/bar-chart/index.js +20 -0
- package/bar-chart/index.js.map +1 -0
- package/bar-chart/interfaces.d.ts +33 -0
- package/bar-chart/interfaces.d.ts.map +1 -0
- package/bar-chart/interfaces.js +2 -0
- package/bar-chart/interfaces.js.map +1 -0
- package/bar-chart/styles.css.js +6 -0
- package/bar-chart/styles.scoped.css +11 -0
- package/bar-chart/styles.selectors.js +7 -0
- package/box/index.d.ts +4 -0
- package/box/index.d.ts.map +1 -0
- package/box/index.js +14 -0
- package/box/index.js.map +1 -0
- package/box/interfaces.d.ts +130 -0
- package/box/interfaces.d.ts.map +1 -0
- package/box/interfaces.js +2 -0
- package/box/interfaces.js.map +1 -0
- package/box/internal.d.ts +6 -0
- package/box/internal.d.ts.map +1 -0
- package/box/internal.js +38 -0
- package/box/internal.js.map +1 -0
- package/box/styles.css.js +194 -0
- package/box/styles.scoped.css +1170 -0
- package/box/styles.selectors.js +195 -0
- package/breadcrumb-group/index.d.ts +4 -0
- package/breadcrumb-group/index.d.ts.map +1 -0
- package/breadcrumb-group/index.js +14 -0
- package/breadcrumb-group/index.js.map +1 -0
- package/breadcrumb-group/interfaces.d.ts +66 -0
- package/breadcrumb-group/interfaces.d.ts.map +1 -0
- package/breadcrumb-group/interfaces.js +2 -0
- package/breadcrumb-group/interfaces.js.map +1 -0
- package/breadcrumb-group/internal.d.ts +12 -0
- package/breadcrumb-group/internal.d.ts.map +1 -0
- package/breadcrumb-group/internal.js +66 -0
- package/breadcrumb-group/internal.js.map +1 -0
- package/breadcrumb-group/item/item.d.ts +3 -0
- package/breadcrumb-group/item/item.d.ts.map +1 -0
- package/breadcrumb-group/item/item.js +28 -0
- package/breadcrumb-group/item/item.js.map +1 -0
- package/breadcrumb-group/item/styles.css.js +12 -0
- package/breadcrumb-group/item/styles.scoped.css +177 -0
- package/breadcrumb-group/item/styles.selectors.js +13 -0
- package/breadcrumb-group/styles.css.js +11 -0
- package/breadcrumb-group/styles.scoped.css +214 -0
- package/breadcrumb-group/styles.selectors.js +12 -0
- package/button/icon-helper.d.ts +17 -0
- package/button/icon-helper.d.ts.map +1 -0
- package/button/icon-helper.js +35 -0
- package/button/icon-helper.js.map +1 -0
- package/button/index.d.ts +6 -0
- package/button/index.d.ts.map +1 -0
- package/button/index.js +17 -0
- package/button/index.js.map +1 -0
- package/button/interfaces.d.ts +124 -0
- package/button/interfaces.d.ts.map +1 -0
- package/button/interfaces.js +2 -0
- package/button/interfaces.js.map +1 -0
- package/button/internal.d.ts +11 -0
- package/button/internal.d.ts.map +1 -0
- package/button/internal.js +68 -0
- package/button/internal.js.map +1 -0
- package/button/styles.css.js +23 -0
- package/button/styles.scoped.css +1207 -0
- package/button/styles.selectors.js +24 -0
- package/button-dropdown/category-elements/category-element.d.ts +4 -0
- package/button-dropdown/category-elements/category-element.d.ts.map +1 -0
- package/button-dropdown/category-elements/category-element.js +15 -0
- package/button-dropdown/category-elements/category-element.js.map +1 -0
- package/button-dropdown/category-elements/expandable-category-element.d.ts +4 -0
- package/button-dropdown/category-elements/expandable-category-element.d.ts.map +1 -0
- package/button-dropdown/category-elements/expandable-category-element.js +72 -0
- package/button-dropdown/category-elements/expandable-category-element.js.map +1 -0
- package/button-dropdown/category-elements/mobile-expandable-category-element.d.ts +4 -0
- package/button-dropdown/category-elements/mobile-expandable-category-element.d.ts.map +1 -0
- package/button-dropdown/category-elements/mobile-expandable-category-element.js +71 -0
- package/button-dropdown/category-elements/mobile-expandable-category-element.js.map +1 -0
- package/button-dropdown/category-elements/styles.css.js +17 -0
- package/button-dropdown/category-elements/styles.scoped.css +226 -0
- package/button-dropdown/category-elements/styles.selectors.js +18 -0
- package/button-dropdown/index.d.ts +6 -0
- package/button-dropdown/index.d.ts.map +1 -0
- package/button-dropdown/index.js +17 -0
- package/button-dropdown/index.js.map +1 -0
- package/button-dropdown/interfaces.d.ts +186 -0
- package/button-dropdown/interfaces.d.ts.map +1 -0
- package/button-dropdown/interfaces.js +2 -0
- package/button-dropdown/interfaces.js.map +1 -0
- package/button-dropdown/internal.d.ts +5 -0
- package/button-dropdown/internal.d.ts.map +1 -0
- package/button-dropdown/internal.js +89 -0
- package/button-dropdown/internal.js.map +1 -0
- package/button-dropdown/item-element/index.d.ts +4 -0
- package/button-dropdown/item-element/index.d.ts.map +1 -0
- package/button-dropdown/item-element/index.js +85 -0
- package/button-dropdown/item-element/index.js.map +1 -0
- package/button-dropdown/item-element/styles.css.js +18 -0
- package/button-dropdown/item-element/styles.scoped.css +191 -0
- package/button-dropdown/item-element/styles.selectors.js +19 -0
- package/button-dropdown/items-list.d.ts +3 -0
- package/button-dropdown/items-list.d.ts.map +1 -0
- package/button-dropdown/items-list.js +25 -0
- package/button-dropdown/items-list.js.map +1 -0
- package/button-dropdown/mobile-expandable-group/mobile-expandable-group.d.ts +18 -0
- package/button-dropdown/mobile-expandable-group/mobile-expandable-group.d.ts.map +1 -0
- package/button-dropdown/mobile-expandable-group/mobile-expandable-group.js +14 -0
- package/button-dropdown/mobile-expandable-group/mobile-expandable-group.js.map +1 -0
- package/button-dropdown/mobile-expandable-group/styles.css.js +10 -0
- package/button-dropdown/mobile-expandable-group/styles.scoped.css +159 -0
- package/button-dropdown/mobile-expandable-group/styles.selectors.js +11 -0
- package/button-dropdown/styles.css.js +13 -0
- package/button-dropdown/styles.scoped.css +163 -0
- package/button-dropdown/styles.selectors.js +14 -0
- package/button-dropdown/tooltip.d.ts +8 -0
- package/button-dropdown/tooltip.d.ts.map +1 -0
- package/button-dropdown/tooltip.js +56 -0
- package/button-dropdown/tooltip.js.map +1 -0
- package/button-dropdown/utils/create-items-tree.d.ts +11 -0
- package/button-dropdown/utils/create-items-tree.d.ts.map +1 -0
- package/button-dropdown/utils/create-items-tree.js +66 -0
- package/button-dropdown/utils/create-items-tree.js.map +1 -0
- package/button-dropdown/utils/menu-item.d.ts +11 -0
- package/button-dropdown/utils/menu-item.d.ts.map +1 -0
- package/button-dropdown/utils/menu-item.js +13 -0
- package/button-dropdown/utils/menu-item.js.map +1 -0
- package/button-dropdown/utils/move-highlight.d.ts +16 -0
- package/button-dropdown/utils/move-highlight.d.ts.map +1 -0
- package/button-dropdown/utils/move-highlight.js +45 -0
- package/button-dropdown/utils/move-highlight.js.map +1 -0
- package/button-dropdown/utils/use-button-dropdown.d.ts +20 -0
- package/button-dropdown/utils/use-button-dropdown.d.ts.map +1 -0
- package/button-dropdown/utils/use-button-dropdown.js +135 -0
- package/button-dropdown/utils/use-button-dropdown.js.map +1 -0
- package/button-dropdown/utils/use-hidden-description.d.ts +7 -0
- package/button-dropdown/utils/use-hidden-description.d.ts.map +1 -0
- package/button-dropdown/utils/use-hidden-description.js +14 -0
- package/button-dropdown/utils/use-hidden-description.js.map +1 -0
- package/button-dropdown/utils/use-highlighted-menu.d.ts +15 -0
- package/button-dropdown/utils/use-highlighted-menu.d.ts.map +1 -0
- package/button-dropdown/utils/use-highlighted-menu.js +75 -0
- package/button-dropdown/utils/use-highlighted-menu.js.map +1 -0
- package/button-dropdown/utils/utils.d.ts +7 -0
- package/button-dropdown/utils/utils.d.ts.map +1 -0
- package/button-dropdown/utils/utils.js +27 -0
- package/button-dropdown/utils/utils.js.map +1 -0
- package/cards/cards-layout-helper.d.ts +3 -0
- package/cards/cards-layout-helper.d.ts.map +1 -0
- package/cards/cards-layout-helper.js +28 -0
- package/cards/cards-layout-helper.js.map +1 -0
- package/cards/index.d.ts +5 -0
- package/cards/index.d.ts.map +1 -0
- package/cards/index.js +101 -0
- package/cards/index.js.map +1 -0
- package/cards/interfaces.d.ts +206 -0
- package/cards/interfaces.d.ts.map +1 -0
- package/cards/interfaces.js +2 -0
- package/cards/interfaces.js.map +1 -0
- package/cards/styles.css.js +42 -0
- package/cards/styles.scoped.css +384 -0
- package/cards/styles.selectors.js +43 -0
- package/checkbox/base-checkbox.d.ts +49 -0
- package/checkbox/base-checkbox.d.ts.map +1 -0
- package/checkbox/base-checkbox.js +2 -0
- package/checkbox/base-checkbox.js.map +1 -0
- package/checkbox/index.d.ts +6 -0
- package/checkbox/index.d.ts.map +1 -0
- package/checkbox/index.js +15 -0
- package/checkbox/index.js.map +1 -0
- package/checkbox/interfaces.d.ts +33 -0
- package/checkbox/interfaces.d.ts.map +1 -0
- package/checkbox/interfaces.js +2 -0
- package/checkbox/interfaces.js.map +1 -0
- package/checkbox/internal.d.ts +10 -0
- package/checkbox/internal.d.ts.map +1 -0
- package/checkbox/internal.js +35 -0
- package/checkbox/internal.js.map +1 -0
- package/checkbox/styles.css.js +8 -0
- package/checkbox/styles.scoped.css +171 -0
- package/checkbox/styles.selectors.js +9 -0
- package/code-editor/ace-modes.d.ts +494 -0
- package/code-editor/ace-modes.d.ts.map +1 -0
- package/code-editor/ace-modes.js +169 -0
- package/code-editor/ace-modes.js.map +1 -0
- package/code-editor/ace-themes.d.ts +117 -0
- package/code-editor/ace-themes.d.ts.map +1 -0
- package/code-editor/ace-themes.js +45 -0
- package/code-editor/ace-themes.js.map +1 -0
- package/code-editor/error-screen.d.ts +10 -0
- package/code-editor/error-screen.d.ts.map +1 -0
- package/code-editor/error-screen.js +18 -0
- package/code-editor/error-screen.js.map +1 -0
- package/code-editor/index.d.ts +4 -0
- package/code-editor/index.d.ts.map +1 -0
- package/code-editor/index.js +221 -0
- package/code-editor/index.js.map +1 -0
- package/code-editor/interfaces.d.ts +122 -0
- package/code-editor/interfaces.d.ts.map +1 -0
- package/code-editor/interfaces.js +2 -0
- package/code-editor/interfaces.js.map +1 -0
- package/code-editor/listeners.d.ts +5 -0
- package/code-editor/listeners.d.ts.map +1 -0
- package/code-editor/listeners.js +24 -0
- package/code-editor/listeners.js.map +1 -0
- package/code-editor/loading-screen.d.ts +7 -0
- package/code-editor/loading-screen.d.ts.map +1 -0
- package/code-editor/loading-screen.js +10 -0
- package/code-editor/loading-screen.js.map +1 -0
- package/code-editor/pane.d.ts +15 -0
- package/code-editor/pane.d.ts.map +1 -0
- package/code-editor/pane.js +75 -0
- package/code-editor/pane.js.map +1 -0
- package/code-editor/preferences-modal.d.ts +20 -0
- package/code-editor/preferences-modal.d.ts.map +1 -0
- package/code-editor/preferences-modal.js +39 -0
- package/code-editor/preferences-modal.js.map +1 -0
- package/code-editor/resize-handler.d.ts +3 -0
- package/code-editor/resize-handler.d.ts.map +1 -0
- package/code-editor/resize-handler.js +7 -0
- package/code-editor/resize-handler.js.map +1 -0
- package/code-editor/setup-editor.d.ts +5 -0
- package/code-editor/setup-editor.d.ts.map +1 -0
- package/code-editor/setup-editor.js +111 -0
- package/code-editor/setup-editor.js.map +1 -0
- package/code-editor/status-bar.d.ts +24 -0
- package/code-editor/status-bar.d.ts.map +1 -0
- package/code-editor/status-bar.js +46 -0
- package/code-editor/status-bar.js.map +1 -0
- package/code-editor/styles.css.js +38 -0
- package/code-editor/styles.scoped.css +776 -0
- package/code-editor/styles.selectors.js +39 -0
- package/code-editor/tab-button.d.ts +20 -0
- package/code-editor/tab-button.d.ts.map +1 -0
- package/code-editor/tab-button.js +22 -0
- package/code-editor/tab-button.js.map +1 -0
- package/code-editor/util.d.ts +11 -0
- package/code-editor/util.d.ts.map +1 -0
- package/code-editor/util.js +21 -0
- package/code-editor/util.js.map +1 -0
- package/collection-preferences/index.d.ts +4 -0
- package/collection-preferences/index.d.ts.map +1 -0
- package/collection-preferences/index.js +68 -0
- package/collection-preferences/index.js.map +1 -0
- package/collection-preferences/interfaces.d.ts +147 -0
- package/collection-preferences/interfaces.d.ts.map +1 -0
- package/collection-preferences/interfaces.js +2 -0
- package/collection-preferences/interfaces.js.map +1 -0
- package/collection-preferences/styles.css.js +24 -0
- package/collection-preferences/styles.scoped.css +255 -0
- package/collection-preferences/styles.selectors.js +25 -0
- package/collection-preferences/utils.d.ts +26 -0
- package/collection-preferences/utils.d.ts.map +1 -0
- package/collection-preferences/utils.js +71 -0
- package/collection-preferences/utils.js.map +1 -0
- package/collection-preferences/visible-content.d.ts +8 -0
- package/collection-preferences/visible-content.d.ts.map +1 -0
- package/collection-preferences/visible-content.js +44 -0
- package/collection-preferences/visible-content.js.map +1 -0
- package/column-layout/index.d.ts +4 -0
- package/column-layout/index.d.ts.map +1 -0
- package/column-layout/index.js +18 -0
- package/column-layout/index.js.map +1 -0
- package/column-layout/interfaces.d.ts +35 -0
- package/column-layout/interfaces.d.ts.map +1 -0
- package/column-layout/interfaces.js +2 -0
- package/column-layout/interfaces.js.map +1 -0
- package/column-layout/internal.d.ts +10 -0
- package/column-layout/internal.d.ts.map +1 -0
- package/column-layout/internal.js +41 -0
- package/column-layout/internal.js.map +1 -0
- package/column-layout/styles.css.js +18 -0
- package/column-layout/styles.scoped.css +273 -0
- package/column-layout/styles.selectors.js +19 -0
- package/column-layout/util.d.ts +2 -0
- package/column-layout/util.d.ts.map +1 -0
- package/column-layout/util.js +10 -0
- package/column-layout/util.js.map +1 -0
- package/container/index.d.ts +4 -0
- package/container/index.d.ts.map +1 -0
- package/container/index.js +16 -0
- package/container/index.js.map +1 -0
- package/container/interfaces.d.ts +33 -0
- package/container/interfaces.d.ts.map +1 -0
- package/container/interfaces.js +2 -0
- package/container/interfaces.js.map +1 -0
- package/container/internal.d.ts +19 -0
- package/container/internal.d.ts.map +1 -0
- package/container/internal.js +52 -0
- package/container/internal.js.map +1 -0
- package/container/styles.css.js +19 -0
- package/container/styles.scoped.css +258 -0
- package/container/styles.selectors.js +20 -0
- package/container/use-sticky-header.d.ts +19 -0
- package/container/use-sticky-header.d.ts.map +1 -0
- package/container/use-sticky-header.js +88 -0
- package/container/use-sticky-header.js.map +1 -0
- package/contexts/form-field.d.ts +2 -0
- package/contexts/form-field.d.ts.map +1 -0
- package/contexts/form-field.js +4 -0
- package/contexts/form-field.js.map +1 -0
- package/date-picker/calendar/definitions.d.ts +9 -0
- package/date-picker/calendar/definitions.d.ts.map +1 -0
- package/date-picker/calendar/definitions.js +2 -0
- package/date-picker/calendar/definitions.js.map +1 -0
- package/date-picker/calendar/grid/day/index.d.ts +15 -0
- package/date-picker/calendar/grid/day/index.d.ts.map +1 -0
- package/date-picker/calendar/grid/day/index.js +46 -0
- package/date-picker/calendar/grid/day/index.js.map +1 -0
- package/date-picker/calendar/grid/index.d.ts +23 -0
- package/date-picker/calendar/grid/index.d.ts.map +1 -0
- package/date-picker/calendar/grid/index.js +63 -0
- package/date-picker/calendar/grid/index.js.map +1 -0
- package/date-picker/calendar/header/button/index.d.ts +9 -0
- package/date-picker/calendar/header/button/index.d.ts.map +1 -0
- package/date-picker/calendar/header/button/index.js +21 -0
- package/date-picker/calendar/header/button/index.js.map +1 -0
- package/date-picker/calendar/header/index.d.ts +12 -0
- package/date-picker/calendar/header/index.d.ts.map +1 -0
- package/date-picker/calendar/header/index.js +15 -0
- package/date-picker/calendar/header/index.js.map +1 -0
- package/date-picker/calendar/index.d.ts +30 -0
- package/date-picker/calendar/index.d.ts.map +1 -0
- package/date-picker/calendar/index.js +83 -0
- package/date-picker/calendar/index.js.map +1 -0
- package/date-picker/calendar/utils/date.d.ts +10 -0
- package/date-picker/calendar/utils/date.d.ts.map +1 -0
- package/date-picker/calendar/utils/date.js +50 -0
- package/date-picker/calendar/utils/date.js.map +1 -0
- package/date-picker/calendar/utils/intl.d.ts +7 -0
- package/date-picker/calendar/utils/intl.d.ts.map +1 -0
- package/date-picker/calendar/utils/intl.js +47 -0
- package/date-picker/calendar/utils/intl.js.map +1 -0
- package/date-picker/calendar/utils/locales.d.ts +3 -0
- package/date-picker/calendar/utils/locales.d.ts.map +1 -0
- package/date-picker/calendar/utils/locales.js +42 -0
- package/date-picker/calendar/utils/locales.js.map +1 -0
- package/date-picker/calendar/utils/move-focus-handler.d.ts +7 -0
- package/date-picker/calendar/utils/move-focus-handler.d.ts.map +1 -0
- package/date-picker/calendar/utils/move-focus-handler.js +22 -0
- package/date-picker/calendar/utils/move-focus-handler.js.map +1 -0
- package/date-picker/calendar/utils/rotate-day-indexes.d.ts +3 -0
- package/date-picker/calendar/utils/rotate-day-indexes.d.ts.map +1 -0
- package/date-picker/calendar/utils/rotate-day-indexes.js +9 -0
- package/date-picker/calendar/utils/rotate-day-indexes.js.map +1 -0
- package/date-picker/index.d.ts +6 -0
- package/date-picker/index.d.ts.map +1 -0
- package/date-picker/index.js +138 -0
- package/date-picker/index.js.map +1 -0
- package/date-picker/interfaces.d.ts +123 -0
- package/date-picker/interfaces.d.ts.map +1 -0
- package/date-picker/interfaces.js +2 -0
- package/date-picker/interfaces.js.map +1 -0
- package/date-picker/styles.css.js +29 -0
- package/date-picker/styles.scoped.css +398 -0
- package/date-picker/styles.selectors.js +30 -0
- package/date-range-picker/calendar/get-base-date.d.ts +3 -0
- package/date-range-picker/calendar/get-base-date.d.ts.map +1 -0
- package/date-range-picker/calendar/get-base-date.js +10 -0
- package/date-range-picker/calendar/get-base-date.js.map +1 -0
- package/date-range-picker/calendar/grids/day/index.d.ts +27 -0
- package/date-range-picker/calendar/grids/day/index.d.ts.map +1 -0
- package/date-range-picker/calendar/grids/day/index.js +95 -0
- package/date-range-picker/calendar/grids/day/index.js.map +1 -0
- package/date-range-picker/calendar/grids/day/styles.css.js +26 -0
- package/date-range-picker/calendar/grids/day/styles.scoped.css +302 -0
- package/date-range-picker/calendar/grids/day/styles.selectors.js +27 -0
- package/date-range-picker/calendar/grids/grid.d.ts +22 -0
- package/date-range-picker/calendar/grids/grid.d.ts.map +1 -0
- package/date-range-picker/calendar/grids/grid.js +45 -0
- package/date-range-picker/calendar/grids/grid.js.map +1 -0
- package/date-range-picker/calendar/grids/index.d.ts +22 -0
- package/date-range-picker/calendar/grids/index.d.ts.map +1 -0
- package/date-range-picker/calendar/grids/index.js +130 -0
- package/date-range-picker/calendar/grids/index.js.map +1 -0
- package/date-range-picker/calendar/header/button/index.d.ts +9 -0
- package/date-range-picker/calendar/header/button/index.d.ts.map +1 -0
- package/date-range-picker/calendar/header/button/index.js +18 -0
- package/date-range-picker/calendar/header/button/index.js.map +1 -0
- package/date-range-picker/calendar/header/index.d.ts +12 -0
- package/date-range-picker/calendar/header/index.d.ts.map +1 -0
- package/date-range-picker/calendar/header/index.js +18 -0
- package/date-range-picker/calendar/header/index.js.map +1 -0
- package/date-range-picker/calendar/index.d.ts +26 -0
- package/date-range-picker/calendar/index.d.ts.map +1 -0
- package/date-range-picker/calendar/index.js +224 -0
- package/date-range-picker/calendar/index.js.map +1 -0
- package/date-range-picker/dropdown.d.ts +13 -0
- package/date-range-picker/dropdown.d.ts.map +1 -0
- package/date-range-picker/dropdown.js +117 -0
- package/date-range-picker/dropdown.js.map +1 -0
- package/date-range-picker/index.d.ts +6 -0
- package/date-range-picker/index.d.ts.map +1 -0
- package/date-range-picker/index.js +155 -0
- package/date-range-picker/index.js.map +1 -0
- package/date-range-picker/interfaces.d.ts +292 -0
- package/date-range-picker/interfaces.d.ts.map +1 -0
- package/date-range-picker/interfaces.js +2 -0
- package/date-range-picker/interfaces.js.map +1 -0
- package/date-range-picker/mode-switcher.d.ts +9 -0
- package/date-range-picker/mode-switcher.d.ts.map +1 -0
- package/date-range-picker/mode-switcher.js +30 -0
- package/date-range-picker/mode-switcher.js.map +1 -0
- package/date-range-picker/relative-range/index.d.ts +13 -0
- package/date-range-picker/relative-range/index.d.ts.map +1 -0
- package/date-range-picker/relative-range/index.js +106 -0
- package/date-range-picker/relative-range/index.js.map +1 -0
- package/date-range-picker/relative-range/styles.css.js +14 -0
- package/date-range-picker/relative-range/styles.scoped.css +135 -0
- package/date-range-picker/relative-range/styles.selectors.js +15 -0
- package/date-range-picker/styles.css.js +47 -0
- package/date-range-picker/styles.scoped.css +395 -0
- package/date-range-picker/styles.selectors.js +48 -0
- package/date-range-picker/time-offset.d.ts +19 -0
- package/date-range-picker/time-offset.d.ts.map +1 -0
- package/date-range-picker/time-offset.js +101 -0
- package/date-range-picker/time-offset.js.map +1 -0
- package/expandable-section/expandable-section-container.d.ts +14 -0
- package/expandable-section/expandable-section-container.d.ts.map +1 -0
- package/expandable-section/expandable-section-container.js +15 -0
- package/expandable-section/expandable-section-container.js.map +1 -0
- package/expandable-section/expandable-section-header.d.ts +17 -0
- package/expandable-section/expandable-section-header.d.ts.map +1 -0
- package/expandable-section/expandable-section-header.js +25 -0
- package/expandable-section/expandable-section-header.js.map +1 -0
- package/expandable-section/index.d.ts +4 -0
- package/expandable-section/index.d.ts.map +1 -0
- package/expandable-section/index.js +14 -0
- package/expandable-section/index.js.map +1 -0
- package/expandable-section/interfaces.d.ts +50 -0
- package/expandable-section/interfaces.d.ts.map +1 -0
- package/expandable-section/interfaces.js +2 -0
- package/expandable-section/interfaces.js.map +1 -0
- package/expandable-section/internal.d.ts +6 -0
- package/expandable-section/internal.d.ts.map +1 -0
- package/expandable-section/internal.js +56 -0
- package/expandable-section/internal.js.map +1 -0
- package/expandable-section/styles.css.js +25 -0
- package/expandable-section/styles.scoped.css +344 -0
- package/expandable-section/styles.selectors.js +26 -0
- package/flashbar/constant.d.ts +10 -0
- package/flashbar/constant.d.ts.map +1 -0
- package/flashbar/constant.js +12 -0
- package/flashbar/constant.js.map +1 -0
- package/flashbar/flash.d.ts +9 -0
- package/flashbar/flash.d.ts.map +1 -0
- package/flashbar/flash.js +54 -0
- package/flashbar/flash.js.map +1 -0
- package/flashbar/index.d.ts +4 -0
- package/flashbar/index.d.ts.map +1 -0
- package/flashbar/index.js +53 -0
- package/flashbar/index.js.map +1 -0
- package/flashbar/interfaces.d.ts +47 -0
- package/flashbar/interfaces.d.ts.map +1 -0
- package/flashbar/interfaces.js +2 -0
- package/flashbar/interfaces.js.map +1 -0
- package/flashbar/styles.css.js +27 -0
- package/flashbar/styles.scoped.css +469 -0
- package/flashbar/styles.selectors.js +28 -0
- package/form/index.d.ts +4 -0
- package/form/index.d.ts.map +1 -0
- package/form/index.js +13 -0
- package/form/index.js.map +1 -0
- package/form/interfaces.d.ts +24 -0
- package/form/interfaces.d.ts.map +1 -0
- package/form/interfaces.js +2 -0
- package/form/interfaces.js.map +1 -0
- package/form/internal.d.ts +6 -0
- package/form/internal.d.ts.map +1 -0
- package/form/internal.js +24 -0
- package/form/internal.js.map +1 -0
- package/form/styles.css.js +13 -0
- package/form/styles.scoped.css +178 -0
- package/form/styles.selectors.js +14 -0
- package/form-field/index.d.ts +4 -0
- package/form-field/index.d.ts.map +1 -0
- package/form-field/index.js +14 -0
- package/form-field/index.js.map +1 -0
- package/form-field/interfaces.d.ts +64 -0
- package/form-field/interfaces.d.ts.map +1 -0
- package/form-field/interfaces.js +2 -0
- package/form-field/interfaces.js.map +1 -0
- package/form-field/internal.d.ts +10 -0
- package/form-field/internal.d.ts.map +1 -0
- package/form-field/internal.js +56 -0
- package/form-field/internal.js.map +1 -0
- package/form-field/styles.css.js +24 -0
- package/form-field/styles.scoped.css +295 -0
- package/form-field/styles.selectors.js +25 -0
- package/form-field/util.d.ts +14 -0
- package/form-field/util.d.ts.map +1 -0
- package/form-field/util.js +38 -0
- package/form-field/util.js.map +1 -0
- package/grid/index.d.ts +4 -0
- package/grid/index.d.ts.map +1 -0
- package/grid/index.js +18 -0
- package/grid/index.js.map +1 -0
- package/grid/interfaces.d.ts +58 -0
- package/grid/interfaces.d.ts.map +1 -0
- package/grid/interfaces.js +2 -0
- package/grid/interfaces.js.map +1 -0
- package/grid/internal.d.ts +15 -0
- package/grid/internal.d.ts.map +1 -0
- package/grid/internal.js +54 -0
- package/grid/internal.js.map +1 -0
- package/grid/styles.css.js +58 -0
- package/grid/styles.scoped.css +316 -0
- package/grid/styles.selectors.js +59 -0
- package/header/index.d.ts +4 -0
- package/header/index.d.ts.map +1 -0
- package/header/index.js +14 -0
- package/header/index.js.map +1 -0
- package/header/interfaces.d.ts +47 -0
- package/header/interfaces.d.ts.map +1 -0
- package/header/interfaces.js +2 -0
- package/header/interfaces.js.map +1 -0
- package/header/internal.d.ts +9 -0
- package/header/internal.d.ts.map +1 -0
- package/header/internal.js +33 -0
- package/header/internal.js.map +1 -0
- package/header/styles.css.js +45 -0
- package/header/styles.scoped.css +347 -0
- package/header/styles.selectors.js +46 -0
- package/help-panel/index.d.ts +4 -0
- package/help-panel/index.d.ts.map +1 -0
- package/help-panel/index.js +23 -0
- package/help-panel/index.js.map +1 -0
- package/help-panel/interfaces.d.ts +30 -0
- package/help-panel/interfaces.d.ts.map +1 -0
- package/help-panel/interfaces.js +2 -0
- package/help-panel/interfaces.js.map +1 -0
- package/help-panel/styles.css.js +9 -0
- package/help-panel/styles.scoped.css +407 -0
- package/help-panel/styles.selectors.js +10 -0
- package/hotspot/index.d.ts +4 -0
- package/hotspot/index.d.ts.map +1 -0
- package/hotspot/index.js +30 -0
- package/hotspot/index.js.map +1 -0
- package/hotspot/interfaces.d.ts +34 -0
- package/hotspot/interfaces.d.ts.map +1 -0
- package/hotspot/interfaces.js +2 -0
- package/hotspot/interfaces.js.map +1 -0
- package/hotspot/styles.css.js +12 -0
- package/hotspot/styles.scoped.css +125 -0
- package/hotspot/styles.selectors.js +13 -0
- package/icon/icons.d.ts +1 -0
- package/icon/icons.js +3 -0
- package/icon/index.d.ts +4 -0
- package/icon/index.d.ts.map +1 -0
- package/icon/index.js +14 -0
- package/icon/index.js.map +1 -0
- package/icon/interfaces.d.ts +62 -0
- package/icon/interfaces.d.ts.map +1 -0
- package/icon/interfaces.js +2 -0
- package/icon/interfaces.js.map +1 -0
- package/icon/internal.d.ts +9 -0
- package/icon/internal.d.ts.map +1 -0
- package/icon/internal.js +71 -0
- package/icon/internal.js.map +1 -0
- package/icon/styles.css.js +26 -0
- package/icon/styles.scoped.css +286 -0
- package/icon/styles.selectors.js +27 -0
- package/index.d.ts +64 -0
- package/index.d.ts.map +1 -0
- package/index.js +64 -0
- package/index.js.map +1 -0
- package/input/index.d.ts +6 -0
- package/input/index.d.ts.map +1 -0
- package/input/index.js +36 -0
- package/input/index.js.map +1 -0
- package/input/interfaces.d.ts +137 -0
- package/input/interfaces.d.ts.map +1 -0
- package/input/interfaces.js +2 -0
- package/input/interfaces.js.map +1 -0
- package/input/internal.d.ts +24 -0
- package/input/internal.d.ts.map +1 -0
- package/input/internal.js +62 -0
- package/input/internal.js.map +1 -0
- package/input/styles.css.js +18 -0
- package/input/styles.scoped.css +326 -0
- package/input/styles.selectors.js +19 -0
- package/input/utils.d.ts +8 -0
- package/input/utils.d.ts.map +1 -0
- package/input/utils.js +30 -0
- package/input/utils.js.map +1 -0
- package/interfaces.d.ts +2 -0
- package/interfaces.d.ts.map +1 -0
- package/interfaces.js +2 -0
- package/interfaces.js.map +1 -0
- package/internal/base-component/index.d.ts +15 -0
- package/internal/base-component/index.d.ts.map +1 -0
- package/internal/base-component/index.js +25 -0
- package/internal/base-component/index.js.map +1 -0
- package/internal/base-component/styles.css.js +4 -0
- package/internal/base-component/styles.scoped.css +1429 -0
- package/internal/base-component/styles.selectors.js +5 -0
- package/internal/breakpoints.d.ts +11 -0
- package/internal/breakpoints.d.ts.map +1 -0
- package/internal/breakpoints.js +41 -0
- package/internal/breakpoints.js.map +1 -0
- package/internal/components/abstract-switch/index.d.ts +18 -0
- package/internal/components/abstract-switch/index.d.ts.map +1 -0
- package/internal/components/abstract-switch/index.js +54 -0
- package/internal/components/abstract-switch/index.js.map +1 -0
- package/internal/components/abstract-switch/styles.css.js +16 -0
- package/internal/components/abstract-switch/styles.scoped.css +162 -0
- package/internal/components/abstract-switch/styles.selectors.js +17 -0
- package/internal/components/button-trigger/index.d.ts +32 -0
- package/internal/components/button-trigger/index.d.ts.map +1 -0
- package/internal/components/button-trigger/index.js +26 -0
- package/internal/components/button-trigger/index.js.map +1 -0
- package/internal/components/button-trigger/styles.css.js +14 -0
- package/internal/components/button-trigger/styles.scoped.css +289 -0
- package/internal/components/button-trigger/styles.selectors.js +15 -0
- package/internal/components/cartesian-chart/axis-label.d.ts +9 -0
- package/internal/components/cartesian-chart/axis-label.d.ts.map +1 -0
- package/internal/components/cartesian-chart/axis-label.js +16 -0
- package/internal/components/cartesian-chart/axis-label.js.map +1 -0
- package/internal/components/cartesian-chart/bottom-labels.d.ts +19 -0
- package/internal/components/cartesian-chart/bottom-labels.d.ts.map +1 -0
- package/internal/components/cartesian-chart/bottom-labels.js +56 -0
- package/internal/components/cartesian-chart/bottom-labels.js.map +1 -0
- package/internal/components/cartesian-chart/constants.d.ts +6 -0
- package/internal/components/cartesian-chart/constants.d.ts.map +1 -0
- package/internal/components/cartesian-chart/constants.js +8 -0
- package/internal/components/cartesian-chart/constants.js.map +1 -0
- package/internal/components/cartesian-chart/emphasized-baseline.d.ts +11 -0
- package/internal/components/cartesian-chart/emphasized-baseline.d.ts.map +1 -0
- package/internal/components/cartesian-chart/emphasized-baseline.js +22 -0
- package/internal/components/cartesian-chart/emphasized-baseline.js.map +1 -0
- package/internal/components/cartesian-chart/highlighted-point.d.ts +17 -0
- package/internal/components/cartesian-chart/highlighted-point.d.ts.map +1 -0
- package/internal/components/cartesian-chart/highlighted-point.js +14 -0
- package/internal/components/cartesian-chart/highlighted-point.js.map +1 -0
- package/internal/components/cartesian-chart/interfaces.d.ts +186 -0
- package/internal/components/cartesian-chart/interfaces.d.ts.map +1 -0
- package/internal/components/cartesian-chart/interfaces.js +2 -0
- package/internal/components/cartesian-chart/interfaces.js.map +1 -0
- package/internal/components/cartesian-chart/label-utils.d.ts +15 -0
- package/internal/components/cartesian-chart/label-utils.d.ts.map +1 -0
- package/internal/components/cartesian-chart/label-utils.js +59 -0
- package/internal/components/cartesian-chart/label-utils.js.map +1 -0
- package/internal/components/cartesian-chart/labels-measure.d.ts +12 -0
- package/internal/components/cartesian-chart/labels-measure.d.ts.map +1 -0
- package/internal/components/cartesian-chart/labels-measure.js +25 -0
- package/internal/components/cartesian-chart/labels-measure.js.map +1 -0
- package/internal/components/cartesian-chart/left-labels.d.ts +16 -0
- package/internal/components/cartesian-chart/left-labels.d.ts.map +1 -0
- package/internal/components/cartesian-chart/left-labels.js +43 -0
- package/internal/components/cartesian-chart/left-labels.js.map +1 -0
- package/internal/components/cartesian-chart/scales.d.ts +47 -0
- package/internal/components/cartesian-chart/scales.d.ts.map +1 -0
- package/internal/components/cartesian-chart/scales.js +99 -0
- package/internal/components/cartesian-chart/scales.js.map +1 -0
- package/internal/components/cartesian-chart/styles.css.js +26 -0
- package/internal/components/cartesian-chart/styles.scoped.css +123 -0
- package/internal/components/cartesian-chart/styles.selectors.js +27 -0
- package/internal/components/cartesian-chart/ticks.d.ts +7 -0
- package/internal/components/cartesian-chart/ticks.d.ts.map +1 -0
- package/internal/components/cartesian-chart/ticks.js +68 -0
- package/internal/components/cartesian-chart/ticks.js.map +1 -0
- package/internal/components/cartesian-chart/vertical-grid-lines.d.ts +9 -0
- package/internal/components/cartesian-chart/vertical-grid-lines.d.ts.map +1 -0
- package/internal/components/cartesian-chart/vertical-grid-lines.js +14 -0
- package/internal/components/cartesian-chart/vertical-grid-lines.js.map +1 -0
- package/internal/components/cartesian-chart/vertical-marker.d.ts +16 -0
- package/internal/components/cartesian-chart/vertical-marker.d.ts.map +1 -0
- package/internal/components/cartesian-chart/vertical-marker.js +15 -0
- package/internal/components/cartesian-chart/vertical-marker.js.map +1 -0
- package/internal/components/chart-filter/index.d.ts +23 -0
- package/internal/components/chart-filter/index.d.ts.map +1 -0
- package/internal/components/chart-filter/index.js +34 -0
- package/internal/components/chart-filter/index.js.map +1 -0
- package/internal/components/chart-filter/styles.css.js +8 -0
- package/internal/components/chart-filter/styles.scoped.css +143 -0
- package/internal/components/chart-filter/styles.selectors.js +9 -0
- package/internal/components/chart-legend/index.d.ts +20 -0
- package/internal/components/chart-legend/index.d.ts.map +1 -0
- package/internal/components/chart-legend/index.js +102 -0
- package/internal/components/chart-legend/index.js.map +1 -0
- package/internal/components/chart-legend/styles.css.js +12 -0
- package/internal/components/chart-legend/styles.scoped.css +209 -0
- package/internal/components/chart-legend/styles.selectors.js +13 -0
- package/internal/components/chart-plot/application-controller.d.ts +14 -0
- package/internal/components/chart-plot/application-controller.d.ts.map +1 -0
- package/internal/components/chart-plot/application-controller.js +105 -0
- package/internal/components/chart-plot/application-controller.js.map +1 -0
- package/internal/components/chart-plot/focus-outline.d.ts +8 -0
- package/internal/components/chart-plot/focus-outline.d.ts.map +1 -0
- package/internal/components/chart-plot/focus-outline.js +38 -0
- package/internal/components/chart-plot/focus-outline.js.map +1 -0
- package/internal/components/chart-plot/index.d.ts +47 -0
- package/internal/components/chart-plot/index.d.ts.map +1 -0
- package/internal/components/chart-plot/index.js +109 -0
- package/internal/components/chart-plot/index.js.map +1 -0
- package/internal/components/chart-plot/styles.css.js +10 -0
- package/internal/components/chart-plot/styles.scoped.css +122 -0
- package/internal/components/chart-plot/styles.selectors.js +11 -0
- package/internal/components/chart-popover/index.d.ts +26 -0
- package/internal/components/chart-popover/index.d.ts.map +1 -0
- package/internal/components/chart-popover/index.js +37 -0
- package/internal/components/chart-popover/index.js.map +1 -0
- package/internal/components/chart-popover/styles.css.js +7 -0
- package/internal/components/chart-popover/styles.scoped.css +138 -0
- package/internal/components/chart-popover/styles.selectors.js +8 -0
- package/internal/components/chart-series-details/index.d.ts +16 -0
- package/internal/components/chart-series-details/index.d.ts.map +1 -0
- package/internal/components/chart-series-details/index.js +29 -0
- package/internal/components/chart-series-details/index.js.map +1 -0
- package/internal/components/chart-series-details/styles.css.js +10 -0
- package/internal/components/chart-series-details/styles.scoped.css +218 -0
- package/internal/components/chart-series-details/styles.selectors.js +11 -0
- package/internal/components/chart-series-marker/index.d.ts +11 -0
- package/internal/components/chart-series-marker/index.d.ts.map +1 -0
- package/internal/components/chart-series-marker/index.js +11 -0
- package/internal/components/chart-series-marker/index.js.map +1 -0
- package/internal/components/chart-series-marker/styles.css.js +10 -0
- package/internal/components/chart-series-marker/styles.scoped.css +177 -0
- package/internal/components/chart-series-marker/styles.selectors.js +11 -0
- package/internal/components/chart-status-container/index.d.ts +27 -0
- package/internal/components/chart-status-container/index.d.ts.map +1 -0
- package/internal/components/chart-status-container/index.js +41 -0
- package/internal/components/chart-status-container/index.js.map +1 -0
- package/internal/components/chart-status-container/styles.css.js +7 -0
- package/internal/components/chart-status-container/styles.scoped.css +16 -0
- package/internal/components/chart-status-container/styles.selectors.js +8 -0
- package/internal/components/checkbox-icon/index.d.ts +18 -0
- package/internal/components/checkbox-icon/index.d.ts.map +1 -0
- package/internal/components/checkbox-icon/index.js +44 -0
- package/internal/components/checkbox-icon/index.js.map +1 -0
- package/internal/components/checkbox-icon/styles.css.js +12 -0
- package/internal/components/checkbox-icon/styles.scoped.css +141 -0
- package/internal/components/checkbox-icon/styles.selectors.js +13 -0
- package/internal/components/content-layout/index.d.ts +4 -0
- package/internal/components/content-layout/index.d.ts.map +1 -0
- package/internal/components/content-layout/index.js +31 -0
- package/internal/components/content-layout/index.js.map +1 -0
- package/internal/components/content-layout/interfaces.d.ts +7 -0
- package/internal/components/content-layout/interfaces.d.ts.map +1 -0
- package/internal/components/content-layout/interfaces.js +2 -0
- package/internal/components/content-layout/interfaces.js.map +1 -0
- package/internal/components/content-layout/styles.css.js +12 -0
- package/internal/components/content-layout/styles.scoped.css +144 -0
- package/internal/components/content-layout/styles.selectors.js +13 -0
- package/internal/components/dark-ribbon/index.d.ts +9 -0
- package/internal/components/dark-ribbon/index.d.ts.map +1 -0
- package/internal/components/dark-ribbon/index.js +47 -0
- package/internal/components/dark-ribbon/index.js.map +1 -0
- package/internal/components/dark-ribbon/styles.css.js +7 -0
- package/internal/components/dark-ribbon/styles.scoped.css +17 -0
- package/internal/components/dark-ribbon/styles.selectors.js +8 -0
- package/internal/components/date-input/index.d.ts +6 -0
- package/internal/components/date-input/index.d.ts.map +1 -0
- package/internal/components/date-input/index.js +26 -0
- package/internal/components/date-input/index.js.map +1 -0
- package/internal/components/date-input/interfaces.d.ts +16 -0
- package/internal/components/date-input/interfaces.d.ts.map +1 -0
- package/internal/components/date-input/interfaces.js +2 -0
- package/internal/components/date-input/interfaces.js.map +1 -0
- package/internal/components/date-input/utils/date.d.ts +5 -0
- package/internal/components/date-input/utils/date.d.ts.map +1 -0
- package/internal/components/date-input/utils/date.js +11 -0
- package/internal/components/date-input/utils/date.js.map +1 -0
- package/internal/components/dropdown/context.d.ts +12 -0
- package/internal/components/dropdown/context.d.ts.map +1 -0
- package/internal/components/dropdown/context.js +14 -0
- package/internal/components/dropdown/context.js.map +1 -0
- package/internal/components/dropdown/dropdown-fit-handler.d.ts +25 -0
- package/internal/components/dropdown/dropdown-fit-handler.d.ts.map +1 -0
- package/internal/components/dropdown/dropdown-fit-handler.js +170 -0
- package/internal/components/dropdown/dropdown-fit-handler.js.map +1 -0
- package/internal/components/dropdown/index.d.ts +4 -0
- package/internal/components/dropdown/index.d.ts.map +1 -0
- package/internal/components/dropdown/index.js +234 -0
- package/internal/components/dropdown/index.js.map +1 -0
- package/internal/components/dropdown/interfaces.d.ts +122 -0
- package/internal/components/dropdown/interfaces.d.ts.map +1 -0
- package/internal/components/dropdown/interfaces.js +2 -0
- package/internal/components/dropdown/interfaces.js.map +1 -0
- package/internal/components/dropdown/styles.css.js +25 -0
- package/internal/components/dropdown/styles.scoped.css +309 -0
- package/internal/components/dropdown/styles.selectors.js +26 -0
- package/internal/components/dropdown-footer/index.d.ts +8 -0
- package/internal/components/dropdown-footer/index.d.ts.map +1 -0
- package/internal/components/dropdown-footer/index.js +13 -0
- package/internal/components/dropdown-footer/index.js.map +1 -0
- package/internal/components/dropdown-footer/styles.css.js +8 -0
- package/internal/components/dropdown-footer/styles.scoped.css +141 -0
- package/internal/components/dropdown-footer/styles.selectors.js +9 -0
- package/internal/components/dropdown-status/index.d.ts +28 -0
- package/internal/components/dropdown-status/index.d.ts.map +1 -0
- package/internal/components/dropdown-status/index.js +41 -0
- package/internal/components/dropdown-status/index.js.map +1 -0
- package/internal/components/dropdown-status/interfaces.d.ts +37 -0
- package/internal/components/dropdown-status/interfaces.d.ts.map +1 -0
- package/internal/components/dropdown-status/interfaces.js +2 -0
- package/internal/components/dropdown-status/interfaces.js.map +1 -0
- package/internal/components/dropdown-status/styles.css.js +7 -0
- package/internal/components/dropdown-status/styles.scoped.css +140 -0
- package/internal/components/dropdown-status/styles.selectors.js +8 -0
- package/internal/components/filtering-token/index.d.ts +17 -0
- package/internal/components/filtering-token/index.d.ts.map +1 -0
- package/internal/components/filtering-token/index.js +23 -0
- package/internal/components/filtering-token/index.js.map +1 -0
- package/internal/components/filtering-token/styles.css.js +12 -0
- package/internal/components/filtering-token/styles.scoped.css +193 -0
- package/internal/components/filtering-token/styles.selectors.js +13 -0
- package/internal/components/live-region/index.d.ts +43 -0
- package/internal/components/live-region/index.d.ts.map +1 -0
- package/internal/components/live-region/index.js +91 -0
- package/internal/components/live-region/index.js.map +1 -0
- package/internal/components/live-region/styles.css.js +6 -0
- package/internal/components/live-region/styles.scoped.css +97 -0
- package/internal/components/live-region/styles.selectors.js +7 -0
- package/internal/components/masked-input/index.d.ts +7 -0
- package/internal/components/masked-input/index.d.ts.map +1 -0
- package/internal/components/masked-input/index.js +45 -0
- package/internal/components/masked-input/index.js.map +1 -0
- package/internal/components/masked-input/interfaces.d.ts +29 -0
- package/internal/components/masked-input/interfaces.d.ts.map +1 -0
- package/internal/components/masked-input/interfaces.js +2 -0
- package/internal/components/masked-input/interfaces.js.map +1 -0
- package/internal/components/masked-input/keyboard-handler.d.ts +26 -0
- package/internal/components/masked-input/keyboard-handler.d.ts.map +1 -0
- package/internal/components/masked-input/keyboard-handler.js +73 -0
- package/internal/components/masked-input/keyboard-handler.js.map +1 -0
- package/internal/components/masked-input/use-mask.d.ts +25 -0
- package/internal/components/masked-input/use-mask.d.ts.map +1 -0
- package/internal/components/masked-input/use-mask.js +81 -0
- package/internal/components/masked-input/use-mask.js.map +1 -0
- package/internal/components/masked-input/utils/keys.d.ts +3 -0
- package/internal/components/masked-input/utils/keys.d.ts.map +1 -0
- package/internal/components/masked-input/utils/keys.js +12 -0
- package/internal/components/masked-input/utils/keys.js.map +1 -0
- package/internal/components/masked-input/utils/mask-format.d.ts +47 -0
- package/internal/components/masked-input/utils/mask-format.d.ts.map +1 -0
- package/internal/components/masked-input/utils/mask-format.js +290 -0
- package/internal/components/masked-input/utils/mask-format.js.map +1 -0
- package/internal/components/masked-input/utils/strings.d.ts +3 -0
- package/internal/components/masked-input/utils/strings.d.ts.map +1 -0
- package/internal/components/masked-input/utils/strings.js +13 -0
- package/internal/components/masked-input/utils/strings.js.map +1 -0
- package/internal/components/menu-dropdown/index.d.ts +7 -0
- package/internal/components/menu-dropdown/index.d.ts.map +1 -0
- package/internal/components/menu-dropdown/index.js +36 -0
- package/internal/components/menu-dropdown/index.js.map +1 -0
- package/internal/components/menu-dropdown/interfaces.d.ts +25 -0
- package/internal/components/menu-dropdown/interfaces.d.ts.map +1 -0
- package/internal/components/menu-dropdown/interfaces.js +2 -0
- package/internal/components/menu-dropdown/interfaces.js.map +1 -0
- package/internal/components/menu-dropdown/styles.css.js +12 -0
- package/internal/components/menu-dropdown/styles.scoped.css +212 -0
- package/internal/components/menu-dropdown/styles.selectors.js +13 -0
- package/internal/components/option/highlight-match.d.ts +6 -0
- package/internal/components/option/highlight-match.d.ts.map +1 -0
- package/internal/components/option/highlight-match.js +36 -0
- package/internal/components/option/highlight-match.js.map +1 -0
- package/internal/components/option/index.d.ts +5 -0
- package/internal/components/option/index.d.ts.map +1 -0
- package/internal/components/option/index.js +48 -0
- package/internal/components/option/index.js.map +1 -0
- package/internal/components/option/interfaces.d.ts +37 -0
- package/internal/components/option/interfaces.d.ts.map +1 -0
- package/internal/components/option/interfaces.js +2 -0
- package/internal/components/option/interfaces.js.map +1 -0
- package/internal/components/option/option-announcer.d.ts +4 -0
- package/internal/components/option/option-announcer.d.ts.map +1 -0
- package/internal/components/option/option-announcer.js +8 -0
- package/internal/components/option/option-announcer.js.map +1 -0
- package/internal/components/option/option-parts.d.ts +35 -0
- package/internal/components/option/option-parts.d.ts.map +1 -0
- package/internal/components/option/option-parts.js +63 -0
- package/internal/components/option/option-parts.js.map +1 -0
- package/internal/components/option/styles.css.js +20 -0
- package/internal/components/option/styles.scoped.css +253 -0
- package/internal/components/option/styles.selectors.js +21 -0
- package/internal/components/option/utils/filter-options.d.ts +7 -0
- package/internal/components/option/utils/filter-options.d.ts.map +1 -0
- package/internal/components/option/utils/filter-options.js +59 -0
- package/internal/components/option/utils/filter-options.js.map +1 -0
- package/internal/components/option/utils/flatten-options.d.ts +6 -0
- package/internal/components/option/utils/flatten-options.d.ts.map +1 -0
- package/internal/components/option/utils/flatten-options.js +36 -0
- package/internal/components/option/utils/flatten-options.js.map +1 -0
- package/internal/components/option/utils/prepare-options.d.ts +6 -0
- package/internal/components/option/utils/prepare-options.d.ts.map +1 -0
- package/internal/components/option/utils/prepare-options.js +12 -0
- package/internal/components/option/utils/prepare-options.js.map +1 -0
- package/internal/components/options-list/index.d.ts +29 -0
- package/internal/components/options-list/index.d.ts.map +1 -0
- package/internal/components/options-list/index.js +45 -0
- package/internal/components/options-list/index.js.map +1 -0
- package/internal/components/options-list/styles.css.js +7 -0
- package/internal/components/options-list/styles.scoped.css +147 -0
- package/internal/components/options-list/styles.selectors.js +8 -0
- package/internal/components/options-list/utils/test-indexes.d.ts +12 -0
- package/internal/components/options-list/utils/test-indexes.d.ts.map +1 -0
- package/internal/components/options-list/utils/test-indexes.js +30 -0
- package/internal/components/options-list/utils/test-indexes.js.map +1 -0
- package/internal/components/options-list/utils/use-highlight-option.d.ts +13 -0
- package/internal/components/options-list/utils/use-highlight-option.d.ts.map +1 -0
- package/internal/components/options-list/utils/use-highlight-option.js +36 -0
- package/internal/components/options-list/utils/use-highlight-option.js.map +1 -0
- package/internal/components/options-list/utils/use-ids.d.ts +13 -0
- package/internal/components/options-list/utils/use-ids.d.ts.map +1 -0
- package/internal/components/options-list/utils/use-ids.js +18 -0
- package/internal/components/options-list/utils/use-ids.js.map +1 -0
- package/internal/components/options-list/utils/use-keyboard.d.ts +25 -0
- package/internal/components/options-list/utils/use-keyboard.d.ts.map +1 -0
- package/internal/components/options-list/utils/use-keyboard.js +60 -0
- package/internal/components/options-list/utils/use-keyboard.js.map +1 -0
- package/internal/components/options-list/utils/use-open-state.d.ts +12 -0
- package/internal/components/options-list/utils/use-open-state.d.ts.map +1 -0
- package/internal/components/options-list/utils/use-open-state.js +29 -0
- package/internal/components/options-list/utils/use-open-state.js.map +1 -0
- package/internal/components/portal/index.d.ts +11 -0
- package/internal/components/portal/index.d.ts.map +1 -0
- package/internal/components/portal/index.js +27 -0
- package/internal/components/portal/index.js.map +1 -0
- package/internal/components/selectable-item/index.d.ts +24 -0
- package/internal/components/selectable-item/index.d.ts.map +1 -0
- package/internal/components/selectable-item/index.js +70 -0
- package/internal/components/selectable-item/index.js.map +1 -0
- package/internal/components/selectable-item/styles.css.js +21 -0
- package/internal/components/selectable-item/styles.scoped.css +267 -0
- package/internal/components/selectable-item/styles.selectors.js +22 -0
- package/internal/components/tab-trap/index.d.ts +10 -0
- package/internal/components/tab-trap/index.d.ts.map +1 -0
- package/internal/components/tab-trap/index.js +12 -0
- package/internal/components/tab-trap/index.js.map +1 -0
- package/internal/components/transition/index.d.ts +22 -0
- package/internal/components/transition/index.d.ts.map +1 -0
- package/internal/components/transition/index.js +75 -0
- package/internal/components/transition/index.js.map +1 -0
- package/internal/components/visual-context/index.d.ts +10 -0
- package/internal/components/visual-context/index.d.ts.map +1 -0
- package/internal/components/visual-context/index.js +20 -0
- package/internal/components/visual-context/index.js.map +1 -0
- package/internal/context/app-layout-context.d.ts +10 -0
- package/internal/context/app-layout-context.d.ts.map +1 -0
- package/internal/context/app-layout-context.js +14 -0
- package/internal/context/app-layout-context.js.map +1 -0
- package/internal/context/form-field-context.d.ts +44 -0
- package/internal/context/form-field-context.d.ts.map +1 -0
- package/internal/context/form-field-context.js +17 -0
- package/internal/context/form-field-context.js.map +1 -0
- package/internal/context/split-panel-context.d.ts +46 -0
- package/internal/context/split-panel-context.d.ts.map +1 -0
- package/internal/context/split-panel-context.js +30 -0
- package/internal/context/split-panel-context.js.map +1 -0
- package/internal/debounce.d.ts +3 -0
- package/internal/debounce.d.ts.map +1 -0
- package/internal/debounce.js +23 -0
- package/internal/debounce.js.map +1 -0
- package/internal/environment.d.ts +3 -0
- package/internal/environment.js +5 -0
- package/internal/events/index.d.ts +39 -0
- package/internal/events/index.d.ts.map +1 -0
- package/internal/events/index.js +75 -0
- package/internal/events/index.js.map +1 -0
- package/internal/focus-tracker.d.ts +20 -0
- package/internal/focus-tracker.d.ts.map +1 -0
- package/internal/focus-tracker.js +52 -0
- package/internal/focus-tracker.js.map +1 -0
- package/internal/generated/custom-css-properties/index.d.ts +3 -0
- package/internal/generated/custom-css-properties/index.d.ts.map +1 -0
- package/internal/generated/custom-css-properties/index.js +28 -0
- package/internal/generated/custom-css-properties/index.js.map +1 -0
- package/internal/generated/styles/tokens.d.ts +261 -0
- package/internal/generated/styles/tokens.js +261 -0
- package/internal/generated/theming/index.cjs +7857 -0
- package/internal/generated/theming/index.cjs.d.ts +745 -0
- package/internal/generated/theming/index.d.ts +745 -0
- package/internal/generated/theming/index.js +7857 -0
- package/internal/hooks/check-controlled/index.d.ts +3 -0
- package/internal/hooks/check-controlled/index.d.ts.map +1 -0
- package/internal/hooks/check-controlled/index.js +10 -0
- package/internal/hooks/check-controlled/index.js.map +1 -0
- package/internal/hooks/container-queries/index.d.ts +5 -0
- package/internal/hooks/container-queries/index.d.ts.map +1 -0
- package/internal/hooks/container-queries/index.js +4 -0
- package/internal/hooks/container-queries/index.js.map +1 -0
- package/internal/hooks/container-queries/interfaces.d.ts +10 -0
- package/internal/hooks/container-queries/interfaces.d.ts.map +1 -0
- package/internal/hooks/container-queries/interfaces.js +4 -0
- package/internal/hooks/container-queries/interfaces.js.map +1 -0
- package/internal/hooks/container-queries/use-container-breakpoints.d.ts +11 -0
- package/internal/hooks/container-queries/use-container-breakpoints.d.ts.map +1 -0
- package/internal/hooks/container-queries/use-container-breakpoints.js +16 -0
- package/internal/hooks/container-queries/use-container-breakpoints.js.map +1 -0
- package/internal/hooks/container-queries/use-container-query.d.ts +22 -0
- package/internal/hooks/container-queries/use-container-query.d.ts.map +1 -0
- package/internal/hooks/container-queries/use-container-query.js +33 -0
- package/internal/hooks/container-queries/use-container-query.js.map +1 -0
- package/internal/hooks/container-queries/use-resize-observer.d.ts +21 -0
- package/internal/hooks/container-queries/use-resize-observer.d.ts.map +1 -0
- package/internal/hooks/container-queries/use-resize-observer.js +64 -0
- package/internal/hooks/container-queries/use-resize-observer.js.map +1 -0
- package/internal/hooks/dom-context/index.d.ts +14 -0
- package/internal/hooks/dom-context/index.d.ts.map +1 -0
- package/internal/hooks/dom-context/index.js +70 -0
- package/internal/hooks/dom-context/index.js.map +1 -0
- package/internal/hooks/focus-visible/index.d.ts +6 -0
- package/internal/hooks/focus-visible/index.d.ts.map +1 -0
- package/internal/hooks/focus-visible/index.js +29 -0
- package/internal/hooks/focus-visible/index.js.map +1 -0
- package/internal/hooks/forward-focus/index.d.ts +8 -0
- package/internal/hooks/forward-focus/index.d.ts.map +1 -0
- package/internal/hooks/forward-focus/index.js +16 -0
- package/internal/hooks/forward-focus/index.js.map +1 -0
- package/internal/hooks/use-base-component/index.d.ts +14 -0
- package/internal/hooks/use-base-component/index.d.ts.map +1 -0
- package/internal/hooks/use-base-component/index.js +39 -0
- package/internal/hooks/use-base-component/index.js.map +1 -0
- package/internal/hooks/use-controllable/index.d.ts +46 -0
- package/internal/hooks/use-controllable/index.d.ts.map +1 -0
- package/internal/hooks/use-controllable/index.js +87 -0
- package/internal/hooks/use-controllable/index.js.map +1 -0
- package/internal/hooks/use-debounce-callback/index.d.ts +2 -0
- package/internal/hooks/use-debounce-callback/index.d.ts.map +1 -0
- package/internal/hooks/use-debounce-callback/index.js +20 -0
- package/internal/hooks/use-debounce-callback/index.js.map +1 -0
- package/internal/hooks/use-effect-on-update.d.ts +3 -0
- package/internal/hooks/use-effect-on-update.d.ts.map +1 -0
- package/internal/hooks/use-effect-on-update.js +18 -0
- package/internal/hooks/use-effect-on-update.js.map +1 -0
- package/internal/hooks/use-focus-tracker.d.ts +13 -0
- package/internal/hooks/use-focus-tracker.d.ts.map +1 -0
- package/internal/hooks/use-focus-tracker.js +28 -0
- package/internal/hooks/use-focus-tracker.js.map +1 -0
- package/internal/hooks/use-has-rendered/index.d.ts +5 -0
- package/internal/hooks/use-has-rendered/index.d.ts.map +1 -0
- package/internal/hooks/use-has-rendered/index.js +21 -0
- package/internal/hooks/use-has-rendered/index.js.map +1 -0
- package/internal/hooks/use-merge-refs/index.d.ts +10 -0
- package/internal/hooks/use-merge-refs/index.d.ts.map +1 -0
- package/internal/hooks/use-merge-refs/index.js +34 -0
- package/internal/hooks/use-merge-refs/index.js.map +1 -0
- package/internal/hooks/use-mobile/index.d.ts +2 -0
- package/internal/hooks/use-mobile/index.d.ts.map +1 -0
- package/internal/hooks/use-mobile/index.js +32 -0
- package/internal/hooks/use-mobile/index.js.map +1 -0
- package/internal/hooks/use-mutation-observer/index.d.ts +3 -0
- package/internal/hooks/use-mutation-observer/index.d.ts.map +1 -0
- package/internal/hooks/use-mutation-observer/index.js +22 -0
- package/internal/hooks/use-mutation-observer/index.js.map +1 -0
- package/internal/hooks/use-portal-mode-classes/index.d.ts +3 -0
- package/internal/hooks/use-portal-mode-classes/index.d.ts.map +1 -0
- package/internal/hooks/use-portal-mode-classes/index.js +20 -0
- package/internal/hooks/use-portal-mode-classes/index.js.map +1 -0
- package/internal/hooks/use-previous/index.d.ts +5 -0
- package/internal/hooks/use-previous/index.d.ts.map +1 -0
- package/internal/hooks/use-previous/index.js +14 -0
- package/internal/hooks/use-previous/index.js.map +1 -0
- package/internal/hooks/use-previous-frame/index.d.ts +8 -0
- package/internal/hooks/use-previous-frame/index.d.ts.map +1 -0
- package/internal/hooks/use-previous-frame/index.js +20 -0
- package/internal/hooks/use-previous-frame/index.js.map +1 -0
- package/internal/hooks/use-scroll-sync/index.d.ts +11 -0
- package/internal/hooks/use-scroll-sync/index.d.ts.map +1 -0
- package/internal/hooks/use-scroll-sync/index.js +36 -0
- package/internal/hooks/use-scroll-sync/index.js.map +1 -0
- package/internal/hooks/use-singleton-handler/index.d.ts +10 -0
- package/internal/hooks/use-singleton-handler/index.d.ts.map +1 -0
- package/internal/hooks/use-singleton-handler/index.js +47 -0
- package/internal/hooks/use-singleton-handler/index.js.map +1 -0
- package/internal/hooks/use-stable-event-handler/index.d.ts +10 -0
- package/internal/hooks/use-stable-event-handler/index.d.ts.map +1 -0
- package/internal/hooks/use-stable-event-handler/index.js +26 -0
- package/internal/hooks/use-stable-event-handler/index.js.map +1 -0
- package/internal/hooks/use-telemetry/index.d.ts +2 -0
- package/internal/hooks/use-telemetry/index.d.ts.map +1 -0
- package/internal/hooks/use-telemetry/index.js +17 -0
- package/internal/hooks/use-telemetry/index.js.map +1 -0
- package/internal/hooks/use-unique-id/index.d.ts +3 -0
- package/internal/hooks/use-unique-id/index.d.ts.map +1 -0
- package/internal/hooks/use-unique-id/index.js +15 -0
- package/internal/hooks/use-unique-id/index.js.map +1 -0
- package/internal/hooks/use-visual-mode/index.d.ts +6 -0
- package/internal/hooks/use-visual-mode/index.d.ts.map +1 -0
- package/internal/hooks/use-visual-mode/index.js +44 -0
- package/internal/hooks/use-visual-mode/index.js.map +1 -0
- package/internal/is-development.d.ts +7 -0
- package/internal/is-development.d.ts.map +1 -0
- package/internal/is-development.js +9 -0
- package/internal/is-development.js.map +1 -0
- package/internal/keycode.d.ts +20 -0
- package/internal/keycode.d.ts.map +1 -0
- package/internal/keycode.js +26 -0
- package/internal/keycode.js.map +1 -0
- package/internal/logging.d.ts +2 -0
- package/internal/logging.d.ts.map +1 -0
- package/internal/logging.js +14 -0
- package/internal/logging.js.map +1 -0
- package/internal/metrics.d.ts +24 -0
- package/internal/metrics.d.ts.map +1 -0
- package/internal/metrics.js +133 -0
- package/internal/metrics.js.map +1 -0
- package/internal/motion.d.ts +2 -0
- package/internal/motion.d.ts.map +1 -0
- package/internal/motion.js +9 -0
- package/internal/motion.js.map +1 -0
- package/internal/styles/colors.d.ts +2 -0
- package/internal/styles/colors.d.ts.map +1 -0
- package/internal/styles/colors.js +56 -0
- package/internal/styles/colors.js.map +1 -0
- package/internal/types.d.ts +17 -0
- package/internal/types.d.ts.map +1 -0
- package/internal/types.js +4 -0
- package/internal/types.js.map +1 -0
- package/internal/utils/apply-display-name.d.ts +2 -0
- package/internal/utils/apply-display-name.d.ts.map +1 -0
- package/internal/utils/apply-display-name.js +6 -0
- package/internal/utils/apply-display-name.js.map +1 -0
- package/internal/utils/browser-scrollbar-size.d.ts +5 -0
- package/internal/utils/browser-scrollbar-size.d.ts.map +1 -0
- package/internal/utils/browser-scrollbar-size.js +45 -0
- package/internal/utils/browser-scrollbar-size.js.map +1 -0
- package/internal/utils/calculate-once.d.ts +2 -0
- package/internal/utils/calculate-once.d.ts.map +1 -0
- package/internal/utils/calculate-once.js +12 -0
- package/internal/utils/calculate-once.js.map +1 -0
- package/internal/utils/check-safe-url.d.ts +2 -0
- package/internal/utils/check-safe-url.d.ts.map +1 -0
- package/internal/utils/check-safe-url.js +28 -0
- package/internal/utils/check-safe-url.js.map +1 -0
- package/internal/utils/create-category-color-scale.d.ts +2 -0
- package/internal/utils/create-category-color-scale.d.ts.map +1 -0
- package/internal/utils/create-category-color-scale.js +22 -0
- package/internal/utils/create-category-color-scale.js.map +1 -0
- package/internal/utils/dom.d.ts +33 -0
- package/internal/utils/dom.d.ts.map +1 -0
- package/internal/utils/dom.js +119 -0
- package/internal/utils/dom.js.map +1 -0
- package/internal/utils/external-props.d.ts +5 -0
- package/internal/utils/external-props.d.ts.map +1 -0
- package/internal/utils/external-props.js +13 -0
- package/internal/utils/external-props.js.map +1 -0
- package/internal/utils/focus-svg-element.d.ts +2 -0
- package/internal/utils/focus-svg-element.d.ts.map +1 -0
- package/internal/utils/focus-svg-element.js +15 -0
- package/internal/utils/focus-svg-element.js.map +1 -0
- package/internal/utils/has-value.d.ts +2 -0
- package/internal/utils/has-value.d.ts.map +1 -0
- package/internal/utils/has-value.js +6 -0
- package/internal/utils/has-value.js.map +1 -0
- package/internal/utils/promises.d.ts +14 -0
- package/internal/utils/promises.d.ts.map +1 -0
- package/internal/utils/promises.js +36 -0
- package/internal/utils/promises.js.map +1 -0
- package/internal/utils/scrollable-containers.d.ts +29 -0
- package/internal/utils/scrollable-containers.d.ts.map +1 -0
- package/internal/utils/scrollable-containers.js +81 -0
- package/internal/utils/scrollable-containers.js.map +1 -0
- package/internal/utils/strings.d.ts +2 -0
- package/internal/utils/strings.d.ts.map +1 -0
- package/internal/utils/strings.js +12 -0
- package/internal/utils/strings.js.map +1 -0
- package/internal/utils/use-container-width.d.ts +3 -0
- package/internal/utils/use-container-width.d.ts.map +1 -0
- package/internal/utils/use-container-width.js +13 -0
- package/internal/utils/use-container-width.js.map +1 -0
- package/line-chart/index.d.ts +5 -0
- package/line-chart/index.d.ts.map +1 -0
- package/line-chart/index.js +20 -0
- package/line-chart/index.js.map +1 -0
- package/line-chart/interfaces.d.ts +24 -0
- package/line-chart/interfaces.d.ts.map +1 -0
- package/line-chart/interfaces.js +2 -0
- package/line-chart/interfaces.js.map +1 -0
- package/line-chart/styles.css.js +6 -0
- package/line-chart/styles.scoped.css +7 -0
- package/line-chart/styles.selectors.js +7 -0
- package/link/index.d.ts +6 -0
- package/link/index.d.ts.map +1 -0
- package/link/index.js +15 -0
- package/link/index.js.map +1 -0
- package/link/interfaces.d.ts +86 -0
- package/link/interfaces.d.ts.map +1 -0
- package/link/interfaces.js +2 -0
- package/link/interfaces.js.map +1 -0
- package/link/internal.d.ts +8 -0
- package/link/internal.d.ts.map +1 -0
- package/link/internal.js +88 -0
- package/link/internal.js.map +1 -0
- package/link/styles.css.js +23 -0
- package/link/styles.scoped.css +546 -0
- package/link/styles.selectors.js +24 -0
- package/mixed-line-bar-chart/bar-groups.d.ts +18 -0
- package/mixed-line-bar-chart/bar-groups.d.ts.map +1 -0
- package/mixed-line-bar-chart/bar-groups.js +15 -0
- package/mixed-line-bar-chart/bar-groups.js.map +1 -0
- package/mixed-line-bar-chart/bar-series.d.ts +20 -0
- package/mixed-line-bar-chart/bar-series.d.ts.map +1 -0
- package/mixed-line-bar-chart/bar-series.js +70 -0
- package/mixed-line-bar-chart/bar-series.js.map +1 -0
- package/mixed-line-bar-chart/chart-container.d.ts +35 -0
- package/mixed-line-bar-chart/chart-container.d.ts.map +1 -0
- package/mixed-line-bar-chart/chart-container.js +304 -0
- package/mixed-line-bar-chart/chart-container.js.map +1 -0
- package/mixed-line-bar-chart/chart-filters.d.ts +13 -0
- package/mixed-line-bar-chart/chart-filters.d.ts.map +1 -0
- package/mixed-line-bar-chart/chart-filters.js +30 -0
- package/mixed-line-bar-chart/chart-filters.js.map +1 -0
- package/mixed-line-bar-chart/chart-legend.d.ts +14 -0
- package/mixed-line-bar-chart/chart-legend.d.ts.map +1 -0
- package/mixed-line-bar-chart/chart-legend.js +24 -0
- package/mixed-line-bar-chart/chart-legend.js.map +1 -0
- package/mixed-line-bar-chart/chart-popover.d.ts +15 -0
- package/mixed-line-bar-chart/chart-popover.d.ts.map +1 -0
- package/mixed-line-bar-chart/chart-popover.js +14 -0
- package/mixed-line-bar-chart/chart-popover.js.map +1 -0
- package/mixed-line-bar-chart/data-series.d.ts +16 -0
- package/mixed-line-bar-chart/data-series.d.ts.map +1 -0
- package/mixed-line-bar-chart/data-series.js +49 -0
- package/mixed-line-bar-chart/data-series.js.map +1 -0
- package/mixed-line-bar-chart/format-highlighted.d.ts +12 -0
- package/mixed-line-bar-chart/format-highlighted.d.ts.map +1 -0
- package/mixed-line-bar-chart/format-highlighted.js +39 -0
- package/mixed-line-bar-chart/format-highlighted.js.map +1 -0
- package/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts +21 -0
- package/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts.map +1 -0
- package/mixed-line-bar-chart/hooks/use-mouse-hover.js +76 -0
- package/mixed-line-bar-chart/hooks/use-mouse-hover.js.map +1 -0
- package/mixed-line-bar-chart/hooks/use-navigation.d.ts +26 -0
- package/mixed-line-bar-chart/hooks/use-navigation.d.ts.map +1 -0
- package/mixed-line-bar-chart/hooks/use-navigation.js +210 -0
- package/mixed-line-bar-chart/hooks/use-navigation.js.map +1 -0
- package/mixed-line-bar-chart/hooks/use-popover.d.ts +8 -0
- package/mixed-line-bar-chart/hooks/use-popover.d.ts.map +1 -0
- package/mixed-line-bar-chart/hooks/use-popover.js +13 -0
- package/mixed-line-bar-chart/hooks/use-popover.js.map +1 -0
- package/mixed-line-bar-chart/index.d.ts +5 -0
- package/mixed-line-bar-chart/index.d.ts.map +1 -0
- package/mixed-line-bar-chart/index.js +15 -0
- package/mixed-line-bar-chart/index.js.map +1 -0
- package/mixed-line-bar-chart/interfaces.d.ts +70 -0
- package/mixed-line-bar-chart/interfaces.d.ts.map +1 -0
- package/mixed-line-bar-chart/interfaces.js +2 -0
- package/mixed-line-bar-chart/interfaces.js.map +1 -0
- package/mixed-line-bar-chart/internal.d.ts +7 -0
- package/mixed-line-bar-chart/internal.d.ts.map +1 -0
- package/mixed-line-bar-chart/internal.js +116 -0
- package/mixed-line-bar-chart/internal.js.map +1 -0
- package/mixed-line-bar-chart/line-series.d.ts +12 -0
- package/mixed-line-bar-chart/line-series.d.ts.map +1 -0
- package/mixed-line-bar-chart/line-series.js +39 -0
- package/mixed-line-bar-chart/line-series.js.map +1 -0
- package/mixed-line-bar-chart/make-scaled-bar-groups.d.ts +18 -0
- package/mixed-line-bar-chart/make-scaled-bar-groups.d.ts.map +1 -0
- package/mixed-line-bar-chart/make-scaled-bar-groups.js +39 -0
- package/mixed-line-bar-chart/make-scaled-bar-groups.js.map +1 -0
- package/mixed-line-bar-chart/make-scaled-series.d.ts +14 -0
- package/mixed-line-bar-chart/make-scaled-series.d.ts.map +1 -0
- package/mixed-line-bar-chart/make-scaled-series.js +48 -0
- package/mixed-line-bar-chart/make-scaled-series.js.map +1 -0
- package/mixed-line-bar-chart/styles.css.js +24 -0
- package/mixed-line-bar-chart/styles.scoped.css +257 -0
- package/mixed-line-bar-chart/styles.selectors.js +25 -0
- package/mixed-line-bar-chart/utils.d.ts +34 -0
- package/mixed-line-bar-chart/utils.d.ts.map +1 -0
- package/mixed-line-bar-chart/utils.js +204 -0
- package/mixed-line-bar-chart/utils.js.map +1 -0
- package/modal/body-scroll.d.ts +3 -0
- package/modal/body-scroll.d.ts.map +1 -0
- package/modal/body-scroll.js +41 -0
- package/modal/body-scroll.js.map +1 -0
- package/modal/index.d.ts +4 -0
- package/modal/index.d.ts.map +1 -0
- package/modal/index.js +14 -0
- package/modal/index.js.map +1 -0
- package/modal/interfaces.d.ts +55 -0
- package/modal/interfaces.d.ts.map +1 -0
- package/modal/interfaces.js +2 -0
- package/modal/interfaces.js.map +1 -0
- package/modal/internal.d.ts +7 -0
- package/modal/internal.d.ts.map +1 -0
- package/modal/internal.js +90 -0
- package/modal/internal.js.map +1 -0
- package/modal/styles.css.js +27 -0
- package/modal/styles.scoped.css +411 -0
- package/modal/styles.selectors.js +28 -0
- package/multiselect/index.d.ts +6 -0
- package/multiselect/index.d.ts.map +1 -0
- package/multiselect/index.js +15 -0
- package/multiselect/index.js.map +1 -0
- package/multiselect/interfaces.d.ts +58 -0
- package/multiselect/interfaces.d.ts.map +1 -0
- package/multiselect/interfaces.js +2 -0
- package/multiselect/interfaces.js.map +1 -0
- package/multiselect/internal.d.ts +6 -0
- package/multiselect/internal.d.ts.map +1 -0
- package/multiselect/internal.js +171 -0
- package/multiselect/internal.js.map +1 -0
- package/multiselect/styles.css.js +6 -0
- package/multiselect/styles.scoped.css +133 -0
- package/multiselect/styles.selectors.js +7 -0
- package/package.json +108 -0
- package/pagination/index.d.ts +4 -0
- package/pagination/index.d.ts.map +1 -0
- package/pagination/index.js +13 -0
- package/pagination/index.js.map +1 -0
- package/pagination/interfaces.d.ts +72 -0
- package/pagination/interfaces.d.ts.map +1 -0
- package/pagination/interfaces.js +2 -0
- package/pagination/interfaces.js.map +1 -0
- package/pagination/internal.d.ts +6 -0
- package/pagination/internal.d.ts.map +1 -0
- package/pagination/internal.js +65 -0
- package/pagination/internal.js.map +1 -0
- package/pagination/styles.css.js +14 -0
- package/pagination/styles.scoped.css +237 -0
- package/pagination/styles.selectors.js +15 -0
- package/pagination/utils.d.ts +8 -0
- package/pagination/utils.d.ts.map +1 -0
- package/pagination/utils.js +52 -0
- package/pagination/utils.js.map +1 -0
- package/pie-chart/index.d.ts +5 -0
- package/pie-chart/index.d.ts.map +1 -0
- package/pie-chart/index.js +95 -0
- package/pie-chart/index.js.map +1 -0
- package/pie-chart/interfaces.d.ts +216 -0
- package/pie-chart/interfaces.d.ts.map +1 -0
- package/pie-chart/interfaces.js +2 -0
- package/pie-chart/interfaces.js.map +1 -0
- package/pie-chart/labels.d.ts +17 -0
- package/pie-chart/labels.d.ts.map +1 -0
- package/pie-chart/labels.js +92 -0
- package/pie-chart/labels.js.map +1 -0
- package/pie-chart/pie-chart.d.ts +25 -0
- package/pie-chart/pie-chart.d.ts.map +1 -0
- package/pie-chart/pie-chart.js +185 -0
- package/pie-chart/pie-chart.js.map +1 -0
- package/pie-chart/responsive-text.d.ts +16 -0
- package/pie-chart/responsive-text.d.ts.map +1 -0
- package/pie-chart/responsive-text.js +52 -0
- package/pie-chart/responsive-text.js.map +1 -0
- package/pie-chart/segments.d.ts +20 -0
- package/pie-chart/segments.d.ts.map +1 -0
- package/pie-chart/segments.js +56 -0
- package/pie-chart/segments.js.map +1 -0
- package/pie-chart/styles.css.js +32 -0
- package/pie-chart/styles.scoped.css +352 -0
- package/pie-chart/styles.selectors.js +33 -0
- package/pie-chart/utils.d.ts +29 -0
- package/pie-chart/utils.d.ts.map +1 -0
- package/pie-chart/utils.js +100 -0
- package/pie-chart/utils.js.map +1 -0
- package/popover/arrow.d.ts +8 -0
- package/popover/arrow.d.ts.map +1 -0
- package/popover/arrow.js +10 -0
- package/popover/arrow.js.map +1 -0
- package/popover/body.d.ts +19 -0
- package/popover/body.d.ts.map +1 -0
- package/popover/body.js +35 -0
- package/popover/body.js.map +1 -0
- package/popover/container.d.ts +23 -0
- package/popover/container.d.ts.map +1 -0
- package/popover/container.js +145 -0
- package/popover/container.js.map +1 -0
- package/popover/index.d.ts +4 -0
- package/popover/index.d.ts.map +1 -0
- package/popover/index.js +16 -0
- package/popover/index.js.map +1 -0
- package/popover/interfaces.d.ts +74 -0
- package/popover/interfaces.d.ts.map +1 -0
- package/popover/interfaces.js +2 -0
- package/popover/interfaces.js.map +1 -0
- package/popover/internal.d.ts +13 -0
- package/popover/internal.d.ts.map +1 -0
- package/popover/internal.js +81 -0
- package/popover/internal.js.map +1 -0
- package/popover/styles.css.js +53 -0
- package/popover/styles.scoped.css +770 -0
- package/popover/styles.selectors.js +54 -0
- package/popover/utils/positions.d.ts +15 -0
- package/popover/utils/positions.d.ts.map +1 -0
- package/popover/utils/positions.js +219 -0
- package/popover/utils/positions.js.map +1 -0
- package/progress-bar/index.d.ts +4 -0
- package/progress-bar/index.d.ts.map +1 -0
- package/progress-bar/index.js +35 -0
- package/progress-bar/index.js.map +1 -0
- package/progress-bar/interfaces.d.ts +64 -0
- package/progress-bar/interfaces.d.ts.map +1 -0
- package/progress-bar/interfaces.js +2 -0
- package/progress-bar/interfaces.js.map +1 -0
- package/progress-bar/internal.d.ts +24 -0
- package/progress-bar/internal.d.ts.map +1 -0
- package/progress-bar/internal.js +44 -0
- package/progress-bar/internal.js.map +1 -0
- package/progress-bar/styles.css.js +23 -0
- package/progress-bar/styles.scoped.css +395 -0
- package/progress-bar/styles.selectors.js +24 -0
- package/property-filter/controller.d.ts +58 -0
- package/property-filter/controller.d.ts.map +1 -0
- package/property-filter/controller.js +247 -0
- package/property-filter/controller.js.map +1 -0
- package/property-filter/index.d.ts +6 -0
- package/property-filter/index.d.ts.map +1 -0
- package/property-filter/index.js +149 -0
- package/property-filter/index.js.map +1 -0
- package/property-filter/interfaces.d.ts +222 -0
- package/property-filter/interfaces.d.ts.map +1 -0
- package/property-filter/interfaces.js +2 -0
- package/property-filter/interfaces.js.map +1 -0
- package/property-filter/styles.css.js +32 -0
- package/property-filter/styles.scoped.css +257 -0
- package/property-filter/styles.selectors.js +33 -0
- package/property-filter/token-editor.d.ts +12 -0
- package/property-filter/token-editor.d.ts.map +1 -0
- package/property-filter/token-editor.js +131 -0
- package/property-filter/token-editor.js.map +1 -0
- package/property-filter/token.d.ts +14 -0
- package/property-filter/token.d.ts.map +1 -0
- package/property-filter/token.js +28 -0
- package/property-filter/token.js.map +1 -0
- package/property-filter/use-load-items.d.ts +15 -0
- package/property-filter/use-load-items.d.ts.map +1 -0
- package/property-filter/use-load-items.js +38 -0
- package/property-filter/use-load-items.js.map +1 -0
- package/radio-group/index.d.ts +4 -0
- package/radio-group/index.d.ts.map +1 -0
- package/radio-group/index.js +13 -0
- package/radio-group/index.js.map +1 -0
- package/radio-group/interfaces.d.ts +52 -0
- package/radio-group/interfaces.d.ts.map +1 -0
- package/radio-group/interfaces.js +2 -0
- package/radio-group/interfaces.js.map +1 -0
- package/radio-group/internal.d.ts +6 -0
- package/radio-group/internal.d.ts.map +1 -0
- package/radio-group/internal.js +19 -0
- package/radio-group/internal.js.map +1 -0
- package/radio-group/radio-button.d.ts +11 -0
- package/radio-group/radio-button.d.ts.map +1 -0
- package/radio-group/radio-button.js +22 -0
- package/radio-group/radio-button.js.map +1 -0
- package/radio-group/styles.css.js +14 -0
- package/radio-group/styles.scoped.css +227 -0
- package/radio-group/styles.selectors.js +15 -0
- package/s3-resource-selector/index.d.ts +6 -0
- package/s3-resource-selector/index.d.ts.map +1 -0
- package/s3-resource-selector/index.js +61 -0
- package/s3-resource-selector/index.js.map +1 -0
- package/s3-resource-selector/interfaces.d.ts +204 -0
- package/s3-resource-selector/interfaces.d.ts.map +1 -0
- package/s3-resource-selector/interfaces.js +2 -0
- package/s3-resource-selector/interfaces.js.map +1 -0
- package/s3-resource-selector/s3-in-context/index.d.ts +19 -0
- package/s3-resource-selector/s3-in-context/index.d.ts.map +1 -0
- package/s3-resource-selector/s3-in-context/index.js +62 -0
- package/s3-resource-selector/s3-in-context/index.js.map +1 -0
- package/s3-resource-selector/s3-in-context/search-input.d.ts +4 -0
- package/s3-resource-selector/s3-in-context/search-input.d.ts.map +1 -0
- package/s3-resource-selector/s3-in-context/search-input.js +11 -0
- package/s3-resource-selector/s3-in-context/search-input.js.map +1 -0
- package/s3-resource-selector/s3-in-context/styles.css.js +12 -0
- package/s3-resource-selector/s3-in-context/styles.scoped.css +51 -0
- package/s3-resource-selector/s3-in-context/styles.selectors.js +13 -0
- package/s3-resource-selector/s3-in-context/use-versions-fetch.d.ts +12 -0
- package/s3-resource-selector/s3-in-context/use-versions-fetch.d.ts.map +1 -0
- package/s3-resource-selector/s3-in-context/use-versions-fetch.js +44 -0
- package/s3-resource-selector/s3-in-context/use-versions-fetch.js.map +1 -0
- package/s3-resource-selector/s3-in-context/validation.d.ts +5 -0
- package/s3-resource-selector/s3-in-context/validation.d.ts.map +1 -0
- package/s3-resource-selector/s3-in-context/validation.js +38 -0
- package/s3-resource-selector/s3-in-context/validation.js.map +1 -0
- package/s3-resource-selector/s3-modal/basic-table.d.ts +41 -0
- package/s3-resource-selector/s3-modal/basic-table.d.ts.map +1 -0
- package/s3-resource-selector/s3-modal/basic-table.js +65 -0
- package/s3-resource-selector/s3-modal/basic-table.js.map +1 -0
- package/s3-resource-selector/s3-modal/buckets-table.d.ts +18 -0
- package/s3-resource-selector/s3-modal/buckets-table.d.ts.map +1 -0
- package/s3-resource-selector/s3-modal/buckets-table.js +40 -0
- package/s3-resource-selector/s3-modal/buckets-table.js.map +1 -0
- package/s3-resource-selector/s3-modal/column-formats.d.ts +3 -0
- package/s3-resource-selector/s3-modal/column-formats.d.ts.map +1 -0
- package/s3-resource-selector/s3-modal/column-formats.js +19 -0
- package/s3-resource-selector/s3-modal/column-formats.js.map +1 -0
- package/s3-resource-selector/s3-modal/empty-state.d.ts +9 -0
- package/s3-resource-selector/s3-modal/empty-state.d.ts.map +1 -0
- package/s3-resource-selector/s3-modal/empty-state.js +12 -0
- package/s3-resource-selector/s3-modal/empty-state.js.map +1 -0
- package/s3-resource-selector/s3-modal/index.d.ts +20 -0
- package/s3-resource-selector/s3-modal/index.d.ts.map +1 -0
- package/s3-resource-selector/s3-modal/index.js +106 -0
- package/s3-resource-selector/s3-modal/index.js.map +1 -0
- package/s3-resource-selector/s3-modal/objects-table.d.ts +19 -0
- package/s3-resource-selector/s3-modal/objects-table.d.ts.map +1 -0
- package/s3-resource-selector/s3-modal/objects-table.js +49 -0
- package/s3-resource-selector/s3-modal/objects-table.js.map +1 -0
- package/s3-resource-selector/s3-modal/styles.css.js +7 -0
- package/s3-resource-selector/s3-modal/styles.scoped.css +11 -0
- package/s3-resource-selector/s3-modal/styles.selectors.js +8 -0
- package/s3-resource-selector/s3-modal/table-utils.d.ts +6 -0
- package/s3-resource-selector/s3-modal/table-utils.d.ts.map +1 -0
- package/s3-resource-selector/s3-modal/table-utils.js +28 -0
- package/s3-resource-selector/s3-modal/table-utils.js.map +1 -0
- package/s3-resource-selector/s3-modal/versions-table.d.ts +17 -0
- package/s3-resource-selector/s3-modal/versions-table.d.ts.map +1 -0
- package/s3-resource-selector/s3-modal/versions-table.js +39 -0
- package/s3-resource-selector/s3-modal/versions-table.js.map +1 -0
- package/s3-resource-selector/styles.css.js +7 -0
- package/s3-resource-selector/styles.scoped.css +11 -0
- package/s3-resource-selector/styles.selectors.js +8 -0
- package/s3-resource-selector/utils.d.ts +2 -0
- package/s3-resource-selector/utils.d.ts.map +1 -0
- package/s3-resource-selector/utils.js +11 -0
- package/s3-resource-selector/utils.js.map +1 -0
- package/segmented-control/index.d.ts +4 -0
- package/segmented-control/index.d.ts.map +1 -0
- package/segmented-control/index.js +13 -0
- package/segmented-control/index.js.map +1 -0
- package/segmented-control/interfaces.d.ts +52 -0
- package/segmented-control/interfaces.d.ts.map +1 -0
- package/segmented-control/interfaces.js +2 -0
- package/segmented-control/interfaces.js.map +1 -0
- package/segmented-control/internal-segmented-control.d.ts +3 -0
- package/segmented-control/internal-segmented-control.d.ts.map +1 -0
- package/segmented-control/internal-segmented-control.js +54 -0
- package/segmented-control/internal-segmented-control.js.map +1 -0
- package/segmented-control/internal.d.ts +6 -0
- package/segmented-control/internal.d.ts.map +1 -0
- package/segmented-control/internal.js +37 -0
- package/segmented-control/internal.js.map +1 -0
- package/segmented-control/segment.d.ts +10 -0
- package/segmented-control/segment.d.ts.map +1 -0
- package/segmented-control/segment.js +17 -0
- package/segmented-control/segment.js.map +1 -0
- package/segmented-control/styles.css.js +19 -0
- package/segmented-control/styles.scoped.css +330 -0
- package/segmented-control/styles.selectors.js +20 -0
- package/select/index.d.ts +6 -0
- package/select/index.d.ts.map +1 -0
- package/select/index.js +17 -0
- package/select/index.js.map +1 -0
- package/select/interfaces.d.ts +157 -0
- package/select/interfaces.d.ts.map +1 -0
- package/select/interfaces.js +2 -0
- package/select/interfaces.js.map +1 -0
- package/select/internal.d.ts +10 -0
- package/select/internal.d.ts.map +1 -0
- package/select/internal.js +105 -0
- package/select/internal.js.map +1 -0
- package/select/parts/filter.d.ts +10 -0
- package/select/parts/filter.d.ts.map +1 -0
- package/select/parts/filter.js +15 -0
- package/select/parts/filter.js.map +1 -0
- package/select/parts/item.d.ts +19 -0
- package/select/parts/item.d.ts.map +1 -0
- package/select/parts/item.js +24 -0
- package/select/parts/item.js.map +1 -0
- package/select/parts/multiselect-item.d.ts +20 -0
- package/select/parts/multiselect-item.d.ts.map +1 -0
- package/select/parts/multiselect-item.js +29 -0
- package/select/parts/multiselect-item.js.map +1 -0
- package/select/parts/plain-list.d.ts +21 -0
- package/select/parts/plain-list.d.ts.map +1 -0
- package/select/parts/plain-list.js +33 -0
- package/select/parts/plain-list.js.map +1 -0
- package/select/parts/styles.css.js +12 -0
- package/select/parts/styles.scoped.css +136 -0
- package/select/parts/styles.selectors.js +13 -0
- package/select/parts/trigger.d.ts +18 -0
- package/select/parts/trigger.d.ts.map +1 -0
- package/select/parts/trigger.js +28 -0
- package/select/parts/trigger.js.map +1 -0
- package/select/parts/virtual-list.d.ts +5 -0
- package/select/parts/virtual-list.d.ts.map +1 -0
- package/select/parts/virtual-list.js +62 -0
- package/select/parts/virtual-list.js.map +1 -0
- package/select/styles.css.js +6 -0
- package/select/styles.scoped.css +133 -0
- package/select/styles.selectors.js +7 -0
- package/select/utils/check-option-value-field.d.ts +2 -0
- package/select/utils/check-option-value-field.d.ts.map +1 -0
- package/select/utils/check-option-value-field.js +18 -0
- package/select/utils/check-option-value-field.js.map +1 -0
- package/select/utils/connect-options.d.ts +4 -0
- package/select/utils/connect-options.d.ts.map +1 -0
- package/select/utils/connect-options.js +22 -0
- package/select/utils/connect-options.js.map +1 -0
- package/select/utils/get-item-props.d.ts +12 -0
- package/select/utils/get-item-props.d.ts.map +1 -0
- package/select/utils/get-item-props.js +11 -0
- package/select/utils/get-item-props.js.map +1 -0
- package/select/utils/render-options.d.ts +16 -0
- package/select/utils/render-options.d.ts.map +1 -0
- package/select/utils/render-options.js +27 -0
- package/select/utils/render-options.js.map +1 -0
- package/select/utils/use-announcement.d.ts +20 -0
- package/select/utils/use-announcement.d.ts.map +1 -0
- package/select/utils/use-announcement.js +37 -0
- package/select/utils/use-announcement.js.map +1 -0
- package/select/utils/use-load-items.d.ts +15 -0
- package/select/utils/use-load-items.d.ts.map +1 -0
- package/select/utils/use-load-items.js +37 -0
- package/select/utils/use-load-items.js.map +1 -0
- package/select/utils/use-native-search.d.ts +15 -0
- package/select/utils/use-native-search.d.ts.map +1 -0
- package/select/utils/use-native-search.js +72 -0
- package/select/utils/use-native-search.js.map +1 -0
- package/select/utils/use-select.d.ts +49 -0
- package/select/utils/use-select.d.ts.map +1 -0
- package/select/utils/use-select.js +236 -0
- package/select/utils/use-select.js.map +1 -0
- package/side-navigation/index.d.ts +4 -0
- package/side-navigation/index.d.ts.map +1 -0
- package/side-navigation/index.js +38 -0
- package/side-navigation/index.js.map +1 -0
- package/side-navigation/interfaces.d.ts +159 -0
- package/side-navigation/interfaces.d.ts.map +1 -0
- package/side-navigation/interfaces.js +2 -0
- package/side-navigation/interfaces.js.map +1 -0
- package/side-navigation/internal.d.ts +18 -0
- package/side-navigation/internal.d.ts.map +1 -0
- package/side-navigation/internal.js +125 -0
- package/side-navigation/internal.js.map +1 -0
- package/side-navigation/styles.css.js +27 -0
- package/side-navigation/styles.scoped.css +301 -0
- package/side-navigation/styles.selectors.js +28 -0
- package/side-navigation/util.d.ts +7 -0
- package/side-navigation/util.d.ts.map +1 -0
- package/side-navigation/util.js +50 -0
- package/side-navigation/util.js.map +1 -0
- package/space-between/index.d.ts +4 -0
- package/space-between/index.d.ts.map +1 -0
- package/space-between/index.js +14 -0
- package/space-between/index.js.map +1 -0
- package/space-between/interfaces.d.ts +20 -0
- package/space-between/interfaces.d.ts.map +1 -0
- package/space-between/interfaces.js +2 -0
- package/space-between/interfaces.js.map +1 -0
- package/space-between/internal.d.ts +6 -0
- package/space-between/internal.d.ts.map +1 -0
- package/space-between/internal.js +23 -0
- package/space-between/internal.js.map +1 -0
- package/space-between/styles.css.js +33 -0
- package/space-between/styles.scoped.css +270 -0
- package/space-between/styles.selectors.js +34 -0
- package/spinner/index.d.ts +4 -0
- package/spinner/index.d.ts.map +1 -0
- package/spinner/index.js +14 -0
- package/spinner/index.js.map +1 -0
- package/spinner/interfaces.d.ts +16 -0
- package/spinner/interfaces.d.ts.map +1 -0
- package/spinner/interfaces.js +2 -0
- package/spinner/interfaces.js.map +1 -0
- package/spinner/internal.d.ts +7 -0
- package/spinner/internal.d.ts.map +1 -0
- package/spinner/internal.js +15 -0
- package/spinner/internal.js.map +1 -0
- package/spinner/styles.css.js +18 -0
- package/spinner/styles.scoped.css +219 -0
- package/spinner/styles.selectors.js +19 -0
- package/split-panel/icons/bottom-icon-refresh.d.ts +3 -0
- package/split-panel/icons/bottom-icon-refresh.d.ts.map +1 -0
- package/split-panel/icons/bottom-icon-refresh.js +54 -0
- package/split-panel/icons/bottom-icon-refresh.js.map +1 -0
- package/split-panel/icons/bottom-icon.d.ts +3 -0
- package/split-panel/icons/bottom-icon.d.ts.map +1 -0
- package/split-panel/icons/bottom-icon.js +46 -0
- package/split-panel/icons/bottom-icon.js.map +1 -0
- package/split-panel/icons/resize-handler.d.ts +5 -0
- package/split-panel/icons/resize-handler.d.ts.map +1 -0
- package/split-panel/icons/resize-handler.js +11 -0
- package/split-panel/icons/resize-handler.js.map +1 -0
- package/split-panel/icons/side-position-refresh.d.ts +8 -0
- package/split-panel/icons/side-position-refresh.d.ts.map +1 -0
- package/split-panel/icons/side-position-refresh.js +61 -0
- package/split-panel/icons/side-position-refresh.js.map +1 -0
- package/split-panel/icons/side-position.d.ts +3 -0
- package/split-panel/icons/side-position.d.ts.map +1 -0
- package/split-panel/icons/side-position.js +70 -0
- package/split-panel/icons/side-position.js.map +1 -0
- package/split-panel/index.d.ts +4 -0
- package/split-panel/index.d.ts.map +1 -0
- package/split-panel/index.js +208 -0
- package/split-panel/index.js.map +1 -0
- package/split-panel/interfaces.d.ts +47 -0
- package/split-panel/interfaces.d.ts.map +1 -0
- package/split-panel/interfaces.js +2 -0
- package/split-panel/interfaces.js.map +1 -0
- package/split-panel/preferences-modal.d.ts +26 -0
- package/split-panel/preferences-modal.d.ts.map +1 -0
- package/split-panel/preferences-modal.js +42 -0
- package/split-panel/preferences-modal.js.map +1 -0
- package/split-panel/styles.css.js +63 -0
- package/split-panel/styles.scoped.css +672 -0
- package/split-panel/styles.selectors.js +64 -0
- package/split-panel/utils/size-utils.d.ts +7 -0
- package/split-panel/utils/size-utils.d.ts.map +1 -0
- package/split-panel/utils/size-utils.js +25 -0
- package/split-panel/utils/size-utils.js.map +1 -0
- package/split-panel/utils/use-keyboard-events.d.ts +4 -0
- package/split-panel/utils/use-keyboard-events.d.ts.map +1 -0
- package/split-panel/utils/use-keyboard-events.js +70 -0
- package/split-panel/utils/use-keyboard-events.js.map +1 -0
- package/split-panel/utils/use-mouse-events.d.ts +3 -0
- package/split-panel/utils/use-mouse-events.d.ts.map +1 -0
- package/split-panel/utils/use-mouse-events.js +36 -0
- package/split-panel/utils/use-mouse-events.js.map +1 -0
- package/status-indicator/index.d.ts +4 -0
- package/status-indicator/index.d.ts.map +1 -0
- package/status-indicator/index.js +14 -0
- package/status-indicator/index.js.map +1 -0
- package/status-indicator/internal.d.ts +46 -0
- package/status-indicator/internal.d.ts.map +1 -0
- package/status-indicator/internal.js +31 -0
- package/status-indicator/internal.js.map +1 -0
- package/status-indicator/styles.css.js +25 -0
- package/status-indicator/styles.scoped.css +227 -0
- package/status-indicator/styles.selectors.js +26 -0
- package/table/body-cell/index.d.ts +21 -0
- package/table/body-cell/index.d.ts.map +1 -0
- package/table/body-cell/index.js +15 -0
- package/table/body-cell/index.js.map +1 -0
- package/table/body-cell/styles.css.js +12 -0
- package/table/body-cell/styles.scoped.css +112 -0
- package/table/body-cell/styles.selectors.js +13 -0
- package/table/header-cell/index.d.ts +20 -0
- package/table/header-cell/index.d.ts.map +1 -0
- package/table/header-cell/index.js +57 -0
- package/table/header-cell/index.js.map +1 -0
- package/table/header-cell/styles.css.js +19 -0
- package/table/header-cell/styles.scoped.css +238 -0
- package/table/header-cell/styles.selectors.js +20 -0
- package/table/header-cell/utils.d.ts +8 -0
- package/table/header-cell/utils.d.ts.map +1 -0
- package/table/header-cell/utils.js +30 -0
- package/table/header-cell/utils.js.map +1 -0
- package/table/index.d.ts +5 -0
- package/table/index.d.ts.map +1 -0
- package/table/index.js +15 -0
- package/table/index.js.map +1 -0
- package/table/interfaces.d.ts +272 -0
- package/table/interfaces.d.ts.map +1 -0
- package/table/interfaces.js +2 -0
- package/table/interfaces.js.map +1 -0
- package/table/internal.d.ts +4 -0
- package/table/internal.d.ts.map +1 -0
- package/table/internal.js +156 -0
- package/table/internal.js.map +1 -0
- package/table/resizer/index.d.ts +8 -0
- package/table/resizer/index.d.ts.map +1 -0
- package/table/resizer/index.js +97 -0
- package/table/resizer/index.js.map +1 -0
- package/table/resizer/styles.css.js +9 -0
- package/table/resizer/styles.scoped.css +142 -0
- package/table/resizer/styles.selectors.js +10 -0
- package/table/selection-control/index.d.ts +17 -0
- package/table/selection-control/index.d.ts.map +1 -0
- package/table/selection-control/index.js +54 -0
- package/table/selection-control/index.js.map +1 -0
- package/table/selection-control/styles.css.js +8 -0
- package/table/selection-control/styles.scoped.css +118 -0
- package/table/selection-control/styles.selectors.js +9 -0
- package/table/sticky-header.d.ts +20 -0
- package/table/sticky-header.d.ts.map +1 -0
- package/table/sticky-header.js +29 -0
- package/table/sticky-header.js.map +1 -0
- package/table/sticky-scrollbar.d.ts +9 -0
- package/table/sticky-scrollbar.d.ts.map +1 -0
- package/table/sticky-scrollbar.js +28 -0
- package/table/sticky-scrollbar.js.map +1 -0
- package/table/sticky-scrolling.d.ts +26 -0
- package/table/sticky-scrolling.d.ts.map +1 -0
- package/table/sticky-scrolling.js +63 -0
- package/table/sticky-scrolling.js.map +1 -0
- package/table/styles.css.js +37 -0
- package/table/styles.scoped.css +324 -0
- package/table/styles.selectors.js +38 -0
- package/table/thead.d.ts +28 -0
- package/table/thead.d.ts.map +1 -0
- package/table/thead.js +46 -0
- package/table/thead.js.map +1 -0
- package/table/tools-header.d.ts +10 -0
- package/table/tools-header.d.ts.map +1 -0
- package/table/tools-header.js +20 -0
- package/table/tools-header.js.map +1 -0
- package/table/use-column-widths.d.ts +21 -0
- package/table/use-column-widths.d.ts.map +1 -0
- package/table/use-column-widths.js +103 -0
- package/table/use-column-widths.js.map +1 -0
- package/table/use-row-events.d.ts +6 -0
- package/table/use-row-events.d.ts.map +1 -0
- package/table/use-row-events.js +29 -0
- package/table/use-row-events.js.map +1 -0
- package/table/use-selection.d.ts +44 -0
- package/table/use-selection.d.ts.map +1 -0
- package/table/use-selection.js +185 -0
- package/table/use-selection.js.map +1 -0
- package/table/use-sticky-header.d.ts +6 -0
- package/table/use-sticky-header.d.ts.map +1 -0
- package/table/use-sticky-header.js +69 -0
- package/table/use-sticky-header.js.map +1 -0
- package/table/use-sticky-scrollbar.d.ts +3 -0
- package/table/use-sticky-scrollbar.d.ts.map +1 -0
- package/table/use-sticky-scrollbar.js +114 -0
- package/table/use-sticky-scrollbar.js.map +1 -0
- package/table/utils.d.ts +9 -0
- package/table/utils.d.ts.map +1 -0
- package/table/utils.js +33 -0
- package/table/utils.js.map +1 -0
- package/tabs/index.d.ts +5 -0
- package/tabs/index.d.ts.map +1 -0
- package/tabs/index.js +73 -0
- package/tabs/index.js.map +1 -0
- package/tabs/interfaces.d.ts +90 -0
- package/tabs/interfaces.d.ts.map +1 -0
- package/tabs/interfaces.js +2 -0
- package/tabs/interfaces.js.map +1 -0
- package/tabs/native-smooth-scroll-supported.d.ts +2 -0
- package/tabs/native-smooth-scroll-supported.d.ts.map +1 -0
- package/tabs/native-smooth-scroll-supported.js +7 -0
- package/tabs/native-smooth-scroll-supported.js.map +1 -0
- package/tabs/scroll-utils.d.ts +6 -0
- package/tabs/scroll-utils.d.ts.map +1 -0
- package/tabs/scroll-utils.js +51 -0
- package/tabs/scroll-utils.js.map +1 -0
- package/tabs/smooth-scroll.d.ts +3 -0
- package/tabs/smooth-scroll.d.ts.map +1 -0
- package/tabs/smooth-scroll.js +48 -0
- package/tabs/smooth-scroll.js.map +1 -0
- package/tabs/styles.css.js +26 -0
- package/tabs/styles.scoped.css +454 -0
- package/tabs/styles.selectors.js +27 -0
- package/tabs/tab-header-bar.d.ts +12 -0
- package/tabs/tab-header-bar.d.ts.map +1 -0
- package/tabs/tab-header-bar.js +217 -0
- package/tabs/tab-header-bar.js.map +1 -0
- package/tag-editor/index.d.ts +6 -0
- package/tag-editor/index.d.ts.map +1 -0
- package/tag-editor/index.js +153 -0
- package/tag-editor/index.js.map +1 -0
- package/tag-editor/interfaces.d.ts +124 -0
- package/tag-editor/interfaces.d.ts.map +1 -0
- package/tag-editor/interfaces.js +2 -0
- package/tag-editor/interfaces.js.map +1 -0
- package/tag-editor/internal.d.ts +28 -0
- package/tag-editor/internal.d.ts.map +1 -0
- package/tag-editor/internal.js +82 -0
- package/tag-editor/internal.js.map +1 -0
- package/tag-editor/styles.css.js +8 -0
- package/tag-editor/styles.scoped.css +155 -0
- package/tag-editor/styles.selectors.js +9 -0
- package/tag-editor/utils.d.ts +6 -0
- package/tag-editor/utils.d.ts.map +1 -0
- package/tag-editor/utils.js +42 -0
- package/tag-editor/utils.js.map +1 -0
- package/tag-editor/validation.d.ts +13 -0
- package/tag-editor/validation.d.ts.map +1 -0
- package/tag-editor/validation.js +83 -0
- package/tag-editor/validation.js.map +1 -0
- package/test-utils/dom/alert/index.d.ts +24 -0
- package/test-utils/dom/alert/index.js +63 -0
- package/test-utils/dom/alert/index.js.map +1 -0
- package/test-utils/dom/annotation/index.d.ts +12 -0
- package/test-utils/dom/annotation/index.js +54 -0
- package/test-utils/dom/annotation/index.js.map +1 -0
- package/test-utils/dom/app-layout/index.d.ts +15 -0
- package/test-utils/dom/app-layout/index.js +62 -0
- package/test-utils/dom/app-layout/index.js.map +1 -0
- package/test-utils/dom/area-chart/index.d.ts +11 -0
- package/test-utils/dom/area-chart/index.js +42 -0
- package/test-utils/dom/area-chart/index.js.map +1 -0
- package/test-utils/dom/attribute-editor/index.d.ts +34 -0
- package/test-utils/dom/attribute-editor/index.js +85 -0
- package/test-utils/dom/attribute-editor/index.js.map +1 -0
- package/test-utils/dom/autosuggest/index.d.ts +96 -0
- package/test-utils/dom/autosuggest/index.js +201 -0
- package/test-utils/dom/autosuggest/index.js.map +1 -0
- package/test-utils/dom/badge/index.d.ts +4 -0
- package/test-utils/dom/badge/index.js +31 -0
- package/test-utils/dom/badge/index.js.map +1 -0
- package/test-utils/dom/bar-chart/index.d.ts +4 -0
- package/test-utils/dom/bar-chart/index.js +31 -0
- package/test-utils/dom/bar-chart/index.js.map +1 -0
- package/test-utils/dom/box/index.d.ts +4 -0
- package/test-utils/dom/box/index.js +31 -0
- package/test-utils/dom/box/index.js.map +1 -0
- package/test-utils/dom/breadcrumb-group/index.d.ts +19 -0
- package/test-utils/dom/breadcrumb-group/index.js +61 -0
- package/test-utils/dom/breadcrumb-group/index.js.map +1 -0
- package/test-utils/dom/button/index.d.ts +7 -0
- package/test-utils/dom/button/index.js +55 -0
- package/test-utils/dom/button/index.js.map +1 -0
- package/test-utils/dom/button-dropdown/index.d.ts +35 -0
- package/test-utils/dom/button-dropdown/index.js +104 -0
- package/test-utils/dom/button-dropdown/index.js.map +1 -0
- package/test-utils/dom/cards/index.d.ts +40 -0
- package/test-utils/dom/cards/index.js +113 -0
- package/test-utils/dom/cards/index.js.map +1 -0
- package/test-utils/dom/checkbox/index.d.ts +8 -0
- package/test-utils/dom/checkbox/index.js +44 -0
- package/test-utils/dom/checkbox/index.js.map +1 -0
- package/test-utils/dom/code-editor/index.d.ts +20 -0
- package/test-utils/dom/code-editor/index.js +83 -0
- package/test-utils/dom/code-editor/index.js.map +1 -0
- package/test-utils/dom/collection-preferences/index.d.ts +21 -0
- package/test-utils/dom/collection-preferences/index.js +68 -0
- package/test-utils/dom/collection-preferences/index.js.map +1 -0
- package/test-utils/dom/collection-preferences/page-size-preference.d.ts +7 -0
- package/test-utils/dom/collection-preferences/page-size-preference.js +39 -0
- package/test-utils/dom/collection-preferences/page-size-preference.js.map +1 -0
- package/test-utils/dom/collection-preferences/visible-content-preference.d.ts +15 -0
- package/test-utils/dom/collection-preferences/visible-content-preference.js +53 -0
- package/test-utils/dom/collection-preferences/visible-content-preference.js.map +1 -0
- package/test-utils/dom/column-layout/index.d.ts +4 -0
- package/test-utils/dom/column-layout/index.js +31 -0
- package/test-utils/dom/column-layout/index.js.map +1 -0
- package/test-utils/dom/container/index.d.ts +7 -0
- package/test-utils/dom/container/index.js +40 -0
- package/test-utils/dom/container/index.js.map +1 -0
- package/test-utils/dom/date-picker/index.d.ts +36 -0
- package/test-utils/dom/date-picker/index.js +99 -0
- package/test-utils/dom/date-picker/index.js.map +1 -0
- package/test-utils/dom/date-range-picker/index.d.ts +66 -0
- package/test-utils/dom/date-range-picker/index.js +173 -0
- package/test-utils/dom/date-range-picker/index.js.map +1 -0
- package/test-utils/dom/expandable-section/index.d.ts +8 -0
- package/test-utils/dom/expandable-section/index.js +44 -0
- package/test-utils/dom/expandable-section/index.js.map +1 -0
- package/test-utils/dom/flashbar/flash.d.ts +23 -0
- package/test-utils/dom/flashbar/flash.js +60 -0
- package/test-utils/dom/flashbar/flash.js.map +1 -0
- package/test-utils/dom/flashbar/index.d.ts +9 -0
- package/test-utils/dom/flashbar/index.js +38 -0
- package/test-utils/dom/flashbar/index.js.map +1 -0
- package/test-utils/dom/form/index.d.ts +9 -0
- package/test-utils/dom/form/index.js +46 -0
- package/test-utils/dom/form/index.js.map +1 -0
- package/test-utils/dom/form-field/index.d.ts +11 -0
- package/test-utils/dom/form-field/index.js +52 -0
- package/test-utils/dom/form-field/index.js.map +1 -0
- package/test-utils/dom/grid/index.d.ts +9 -0
- package/test-utils/dom/grid/index.js +38 -0
- package/test-utils/dom/grid/index.js.map +1 -0
- package/test-utils/dom/header/index.d.ts +9 -0
- package/test-utils/dom/header/index.js +46 -0
- package/test-utils/dom/header/index.js.map +1 -0
- package/test-utils/dom/help-panel/index.d.ts +7 -0
- package/test-utils/dom/help-panel/index.js +40 -0
- package/test-utils/dom/help-panel/index.js.map +1 -0
- package/test-utils/dom/hotspot/index.d.ts +7 -0
- package/test-utils/dom/hotspot/index.js +39 -0
- package/test-utils/dom/hotspot/index.js.map +1 -0
- package/test-utils/dom/icon/index.d.ts +4 -0
- package/test-utils/dom/icon/index.js +31 -0
- package/test-utils/dom/icon/index.js.map +1 -0
- package/test-utils/dom/index.d.ts +193 -0
- package/test-utils/dom/index.js +512 -0
- package/test-utils/dom/index.js.map +1 -0
- package/test-utils/dom/input/base-input.d.ts +13 -0
- package/test-utils/dom/input/base-input.js +80 -0
- package/test-utils/dom/input/base-input.js.map +1 -0
- package/test-utils/dom/input/index.d.ts +6 -0
- package/test-utils/dom/input/index.js +32 -0
- package/test-utils/dom/input/index.js.map +1 -0
- package/test-utils/dom/internal/abstract-switch.d.ts +7 -0
- package/test-utils/dom/internal/abstract-switch.js +40 -0
- package/test-utils/dom/internal/abstract-switch.js.map +1 -0
- package/test-utils/dom/internal/chart-filter.d.ts +7 -0
- package/test-utils/dom/internal/chart-filter.js +37 -0
- package/test-utils/dom/internal/chart-filter.js.map +1 -0
- package/test-utils/dom/internal/chart-legend.d.ts +8 -0
- package/test-utils/dom/internal/chart-legend.js +43 -0
- package/test-utils/dom/internal/chart-legend.js.map +1 -0
- package/test-utils/dom/internal/chart-popover.d.ts +8 -0
- package/test-utils/dom/internal/chart-popover.js +42 -0
- package/test-utils/dom/internal/chart-popover.js.map +1 -0
- package/test-utils/dom/internal/charts.d.ts +10 -0
- package/test-utils/dom/internal/charts.js +48 -0
- package/test-utils/dom/internal/charts.js.map +1 -0
- package/test-utils/dom/internal/dropdown-host.d.ts +98 -0
- package/test-utils/dom/internal/dropdown-host.js +233 -0
- package/test-utils/dom/internal/dropdown-host.js.map +1 -0
- package/test-utils/dom/internal/dropdown.d.ts +5 -0
- package/test-utils/dom/internal/dropdown.js +34 -0
- package/test-utils/dom/internal/dropdown.js.map +1 -0
- package/test-utils/dom/internal/filtering-token.d.ts +8 -0
- package/test-utils/dom/internal/filtering-token.js +41 -0
- package/test-utils/dom/internal/filtering-token.js.map +1 -0
- package/test-utils/dom/internal/option.d.ts +8 -0
- package/test-utils/dom/internal/option.js +44 -0
- package/test-utils/dom/internal/option.js.map +1 -0
- package/test-utils/dom/internal/options-list.d.ts +4 -0
- package/test-utils/dom/internal/options-list.js +31 -0
- package/test-utils/dom/internal/options-list.js.map +1 -0
- package/test-utils/dom/line-chart/index.d.ts +4 -0
- package/test-utils/dom/line-chart/index.js +31 -0
- package/test-utils/dom/line-chart/index.js.map +1 -0
- package/test-utils/dom/link/index.d.ts +4 -0
- package/test-utils/dom/link/index.js +31 -0
- package/test-utils/dom/link/index.js.map +1 -0
- package/test-utils/dom/mixed-line-bar-chart/index.d.ts +26 -0
- package/test-utils/dom/mixed-line-bar-chart/index.js +79 -0
- package/test-utils/dom/mixed-line-bar-chart/index.js.map +1 -0
- package/test-utils/dom/modal/index.d.ts +9 -0
- package/test-utils/dom/modal/index.js +55 -0
- package/test-utils/dom/modal/index.js.map +1 -0
- package/test-utils/dom/multiselect/index.d.ts +43 -0
- package/test-utils/dom/multiselect/index.js +102 -0
- package/test-utils/dom/multiselect/index.js.map +1 -0
- package/test-utils/dom/pagination/index.d.ts +14 -0
- package/test-utils/dom/pagination/index.js +53 -0
- package/test-utils/dom/pagination/index.js.map +1 -0
- package/test-utils/dom/pie-chart/index.d.ts +16 -0
- package/test-utils/dom/pie-chart/index.js +57 -0
- package/test-utils/dom/pie-chart/index.js.map +1 -0
- package/test-utils/dom/popover/index.d.ts +27 -0
- package/test-utils/dom/popover/index.js +68 -0
- package/test-utils/dom/popover/index.js.map +1 -0
- package/test-utils/dom/progress-bar/index.d.ts +16 -0
- package/test-utils/dom/progress-bar/index.js +50 -0
- package/test-utils/dom/progress-bar/index.js.map +1 -0
- package/test-utils/dom/property-filter/index.d.ts +16 -0
- package/test-utils/dom/property-filter/index.js +48 -0
- package/test-utils/dom/property-filter/index.js.map +1 -0
- package/test-utils/dom/radio-group/index.d.ts +7 -0
- package/test-utils/dom/radio-group/index.js +40 -0
- package/test-utils/dom/radio-group/index.js.map +1 -0
- package/test-utils/dom/radio-group/radio-button.d.ts +7 -0
- package/test-utils/dom/radio-group/radio-button.js +42 -0
- package/test-utils/dom/radio-group/radio-button.js.map +1 -0
- package/test-utils/dom/s3-resource-selector/index.d.ts +23 -0
- package/test-utils/dom/s3-resource-selector/index.js +82 -0
- package/test-utils/dom/s3-resource-selector/index.js.map +1 -0
- package/test-utils/dom/segmented-control/index.d.ts +6 -0
- package/test-utils/dom/segmented-control/index.js +37 -0
- package/test-utils/dom/segmented-control/index.js.map +1 -0
- package/test-utils/dom/select/index.d.ts +31 -0
- package/test-utils/dom/select/index.js +81 -0
- package/test-utils/dom/select/index.js.map +1 -0
- package/test-utils/dom/side-navigation/index.d.ts +18 -0
- package/test-utils/dom/side-navigation/index.js +75 -0
- package/test-utils/dom/side-navigation/index.js.map +1 -0
- package/test-utils/dom/space-between/index.d.ts +4 -0
- package/test-utils/dom/space-between/index.js +31 -0
- package/test-utils/dom/space-between/index.js.map +1 -0
- package/test-utils/dom/spinner/index.d.ts +4 -0
- package/test-utils/dom/spinner/index.js +31 -0
- package/test-utils/dom/spinner/index.js.map +1 -0
- package/test-utils/dom/split-panel/index.d.ts +19 -0
- package/test-utils/dom/split-panel/index.js +58 -0
- package/test-utils/dom/split-panel/index.js.map +1 -0
- package/test-utils/dom/status-indicator/index.d.ts +4 -0
- package/test-utils/dom/status-indicator/index.js +31 -0
- package/test-utils/dom/status-indicator/index.js.map +1 -0
- package/test-utils/dom/table/index.d.ts +59 -0
- package/test-utils/dom/table/index.js +138 -0
- package/test-utils/dom/table/index.js.map +1 -0
- package/test-utils/dom/tabs/index.d.ts +28 -0
- package/test-utils/dom/tabs/index.js +65 -0
- package/test-utils/dom/tabs/index.js.map +1 -0
- package/test-utils/dom/tag-editor/index.d.ts +23 -0
- package/test-utils/dom/tag-editor/index.js +63 -0
- package/test-utils/dom/tag-editor/index.js.map +1 -0
- package/test-utils/dom/text-content/index.d.ts +4 -0
- package/test-utils/dom/text-content/index.js +31 -0
- package/test-utils/dom/text-content/index.js.map +1 -0
- package/test-utils/dom/text-filter/index.d.ts +7 -0
- package/test-utils/dom/text-filter/index.js +38 -0
- package/test-utils/dom/text-filter/index.js.map +1 -0
- package/test-utils/dom/textarea/index.d.ts +11 -0
- package/test-utils/dom/textarea/index.js +55 -0
- package/test-utils/dom/textarea/index.js.map +1 -0
- package/test-utils/dom/tiles/index.d.ts +8 -0
- package/test-utils/dom/tiles/index.js +44 -0
- package/test-utils/dom/tiles/index.js.map +1 -0
- package/test-utils/dom/tiles/tile.d.ts +9 -0
- package/test-utils/dom/tiles/tile.js +47 -0
- package/test-utils/dom/tiles/tile.js.map +1 -0
- package/test-utils/dom/time-input/index.d.ts +4 -0
- package/test-utils/dom/time-input/index.js +31 -0
- package/test-utils/dom/time-input/index.js.map +1 -0
- package/test-utils/dom/toggle/index.d.ts +8 -0
- package/test-utils/dom/toggle/index.js +44 -0
- package/test-utils/dom/toggle/index.js.map +1 -0
- package/test-utils/dom/token-group/index.d.ts +16 -0
- package/test-utils/dom/token-group/index.js +50 -0
- package/test-utils/dom/token-group/index.js.map +1 -0
- package/test-utils/dom/token-group/token.d.ts +8 -0
- package/test-utils/dom/token-group/token.js +41 -0
- package/test-utils/dom/token-group/token.js.map +1 -0
- package/test-utils/dom/top-navigation/1.0-beta/index.d.ts +28 -0
- package/test-utils/dom/top-navigation/1.0-beta/index.js +108 -0
- package/test-utils/dom/top-navigation/1.0-beta/index.js.map +1 -0
- package/test-utils/dom/top-navigation/index.d.ts +34 -0
- package/test-utils/dom/top-navigation/index.js +124 -0
- package/test-utils/dom/top-navigation/index.js.map +1 -0
- package/test-utils/dom/tutorial-panel/index.d.ts +20 -0
- package/test-utils/dom/tutorial-panel/index.js +74 -0
- package/test-utils/dom/tutorial-panel/index.js.map +1 -0
- package/test-utils/dom/tutorial-panel/tutorial.d.ts +15 -0
- package/test-utils/dom/tutorial-panel/tutorial.js +58 -0
- package/test-utils/dom/tutorial-panel/tutorial.js.map +1 -0
- package/test-utils/dom/wizard/index.d.ts +26 -0
- package/test-utils/dom/wizard/index.js +71 -0
- package/test-utils/dom/wizard/index.js.map +1 -0
- package/test-utils/selectors/alert/index.d.ts +24 -0
- package/test-utils/selectors/alert/index.js +63 -0
- package/test-utils/selectors/alert/index.js.map +1 -0
- package/test-utils/selectors/annotation/index.d.ts +12 -0
- package/test-utils/selectors/annotation/index.js +54 -0
- package/test-utils/selectors/annotation/index.js.map +1 -0
- package/test-utils/selectors/app-layout/index.d.ts +15 -0
- package/test-utils/selectors/app-layout/index.js +62 -0
- package/test-utils/selectors/app-layout/index.js.map +1 -0
- package/test-utils/selectors/area-chart/index.d.ts +11 -0
- package/test-utils/selectors/area-chart/index.js +42 -0
- package/test-utils/selectors/area-chart/index.js.map +1 -0
- package/test-utils/selectors/attribute-editor/index.d.ts +34 -0
- package/test-utils/selectors/attribute-editor/index.js +85 -0
- package/test-utils/selectors/attribute-editor/index.js.map +1 -0
- package/test-utils/selectors/autosuggest/index.d.ts +76 -0
- package/test-utils/selectors/autosuggest/index.js +162 -0
- package/test-utils/selectors/autosuggest/index.js.map +1 -0
- package/test-utils/selectors/badge/index.d.ts +4 -0
- package/test-utils/selectors/badge/index.js +31 -0
- package/test-utils/selectors/badge/index.js.map +1 -0
- package/test-utils/selectors/bar-chart/index.d.ts +4 -0
- package/test-utils/selectors/bar-chart/index.js +31 -0
- package/test-utils/selectors/bar-chart/index.js.map +1 -0
- package/test-utils/selectors/box/index.d.ts +4 -0
- package/test-utils/selectors/box/index.js +31 -0
- package/test-utils/selectors/box/index.js.map +1 -0
- package/test-utils/selectors/breadcrumb-group/index.d.ts +19 -0
- package/test-utils/selectors/breadcrumb-group/index.js +61 -0
- package/test-utils/selectors/breadcrumb-group/index.js.map +1 -0
- package/test-utils/selectors/button/index.d.ts +6 -0
- package/test-utils/selectors/button/index.js +38 -0
- package/test-utils/selectors/button/index.js.map +1 -0
- package/test-utils/selectors/button-dropdown/index.d.ts +34 -0
- package/test-utils/selectors/button-dropdown/index.js +86 -0
- package/test-utils/selectors/button-dropdown/index.js.map +1 -0
- package/test-utils/selectors/cards/index.d.ts +40 -0
- package/test-utils/selectors/cards/index.js +113 -0
- package/test-utils/selectors/cards/index.js.map +1 -0
- package/test-utils/selectors/checkbox/index.d.ts +8 -0
- package/test-utils/selectors/checkbox/index.js +44 -0
- package/test-utils/selectors/checkbox/index.js.map +1 -0
- package/test-utils/selectors/code-editor/index.d.ts +14 -0
- package/test-utils/selectors/code-editor/index.js +57 -0
- package/test-utils/selectors/code-editor/index.js.map +1 -0
- package/test-utils/selectors/collection-preferences/index.d.ts +21 -0
- package/test-utils/selectors/collection-preferences/index.js +68 -0
- package/test-utils/selectors/collection-preferences/index.js.map +1 -0
- package/test-utils/selectors/collection-preferences/page-size-preference.d.ts +7 -0
- package/test-utils/selectors/collection-preferences/page-size-preference.js +39 -0
- package/test-utils/selectors/collection-preferences/page-size-preference.js.map +1 -0
- package/test-utils/selectors/collection-preferences/visible-content-preference.d.ts +15 -0
- package/test-utils/selectors/collection-preferences/visible-content-preference.js +53 -0
- package/test-utils/selectors/collection-preferences/visible-content-preference.js.map +1 -0
- package/test-utils/selectors/column-layout/index.d.ts +4 -0
- package/test-utils/selectors/column-layout/index.js +31 -0
- package/test-utils/selectors/column-layout/index.js.map +1 -0
- package/test-utils/selectors/container/index.d.ts +7 -0
- package/test-utils/selectors/container/index.js +40 -0
- package/test-utils/selectors/container/index.js.map +1 -0
- package/test-utils/selectors/date-picker/index.d.ts +28 -0
- package/test-utils/selectors/date-picker/index.js +82 -0
- package/test-utils/selectors/date-picker/index.js.map +1 -0
- package/test-utils/selectors/date-range-picker/index.d.ts +65 -0
- package/test-utils/selectors/date-range-picker/index.js +154 -0
- package/test-utils/selectors/date-range-picker/index.js.map +1 -0
- package/test-utils/selectors/expandable-section/index.d.ts +8 -0
- package/test-utils/selectors/expandable-section/index.js +44 -0
- package/test-utils/selectors/expandable-section/index.js.map +1 -0
- package/test-utils/selectors/flashbar/flash.d.ts +23 -0
- package/test-utils/selectors/flashbar/flash.js +60 -0
- package/test-utils/selectors/flashbar/flash.js.map +1 -0
- package/test-utils/selectors/flashbar/index.d.ts +9 -0
- package/test-utils/selectors/flashbar/index.js +38 -0
- package/test-utils/selectors/flashbar/index.js.map +1 -0
- package/test-utils/selectors/form/index.d.ts +9 -0
- package/test-utils/selectors/form/index.js +46 -0
- package/test-utils/selectors/form/index.js.map +1 -0
- package/test-utils/selectors/form-field/index.d.ts +11 -0
- package/test-utils/selectors/form-field/index.js +52 -0
- package/test-utils/selectors/form-field/index.js.map +1 -0
- package/test-utils/selectors/grid/index.d.ts +9 -0
- package/test-utils/selectors/grid/index.js +38 -0
- package/test-utils/selectors/grid/index.js.map +1 -0
- package/test-utils/selectors/header/index.d.ts +9 -0
- package/test-utils/selectors/header/index.js +46 -0
- package/test-utils/selectors/header/index.js.map +1 -0
- package/test-utils/selectors/help-panel/index.d.ts +7 -0
- package/test-utils/selectors/help-panel/index.js +40 -0
- package/test-utils/selectors/help-panel/index.js.map +1 -0
- package/test-utils/selectors/hotspot/index.d.ts +7 -0
- package/test-utils/selectors/hotspot/index.js +39 -0
- package/test-utils/selectors/hotspot/index.js.map +1 -0
- package/test-utils/selectors/icon/index.d.ts +4 -0
- package/test-utils/selectors/icon/index.js +31 -0
- package/test-utils/selectors/icon/index.js.map +1 -0
- package/test-utils/selectors/index.d.ts +193 -0
- package/test-utils/selectors/index.js +509 -0
- package/test-utils/selectors/index.js.map +1 -0
- package/test-utils/selectors/input/base-input.d.ts +4 -0
- package/test-utils/selectors/input/base-input.js +33 -0
- package/test-utils/selectors/input/base-input.js.map +1 -0
- package/test-utils/selectors/input/index.d.ts +6 -0
- package/test-utils/selectors/input/index.js +32 -0
- package/test-utils/selectors/input/index.js.map +1 -0
- package/test-utils/selectors/internal/abstract-switch.d.ts +7 -0
- package/test-utils/selectors/internal/abstract-switch.js +40 -0
- package/test-utils/selectors/internal/abstract-switch.js.map +1 -0
- package/test-utils/selectors/internal/chart-filter.d.ts +7 -0
- package/test-utils/selectors/internal/chart-filter.js +37 -0
- package/test-utils/selectors/internal/chart-filter.js.map +1 -0
- package/test-utils/selectors/internal/chart-legend.d.ts +8 -0
- package/test-utils/selectors/internal/chart-legend.js +43 -0
- package/test-utils/selectors/internal/chart-legend.js.map +1 -0
- package/test-utils/selectors/internal/chart-popover.d.ts +8 -0
- package/test-utils/selectors/internal/chart-popover.js +42 -0
- package/test-utils/selectors/internal/chart-popover.js.map +1 -0
- package/test-utils/selectors/internal/charts.d.ts +10 -0
- package/test-utils/selectors/internal/charts.js +48 -0
- package/test-utils/selectors/internal/charts.js.map +1 -0
- package/test-utils/selectors/internal/dropdown-host.d.ts +53 -0
- package/test-utils/selectors/internal/dropdown-host.js +135 -0
- package/test-utils/selectors/internal/dropdown-host.js.map +1 -0
- package/test-utils/selectors/internal/dropdown.d.ts +5 -0
- package/test-utils/selectors/internal/dropdown.js +34 -0
- package/test-utils/selectors/internal/dropdown.js.map +1 -0
- package/test-utils/selectors/internal/filtering-token.d.ts +8 -0
- package/test-utils/selectors/internal/filtering-token.js +41 -0
- package/test-utils/selectors/internal/filtering-token.js.map +1 -0
- package/test-utils/selectors/internal/option.d.ts +8 -0
- package/test-utils/selectors/internal/option.js +44 -0
- package/test-utils/selectors/internal/option.js.map +1 -0
- package/test-utils/selectors/internal/options-list.d.ts +4 -0
- package/test-utils/selectors/internal/options-list.js +31 -0
- package/test-utils/selectors/internal/options-list.js.map +1 -0
- package/test-utils/selectors/line-chart/index.d.ts +4 -0
- package/test-utils/selectors/line-chart/index.js +31 -0
- package/test-utils/selectors/line-chart/index.js.map +1 -0
- package/test-utils/selectors/link/index.d.ts +4 -0
- package/test-utils/selectors/link/index.js +31 -0
- package/test-utils/selectors/link/index.js.map +1 -0
- package/test-utils/selectors/mixed-line-bar-chart/index.d.ts +26 -0
- package/test-utils/selectors/mixed-line-bar-chart/index.js +79 -0
- package/test-utils/selectors/mixed-line-bar-chart/index.js.map +1 -0
- package/test-utils/selectors/modal/index.d.ts +8 -0
- package/test-utils/selectors/modal/index.js +43 -0
- package/test-utils/selectors/modal/index.js.map +1 -0
- package/test-utils/selectors/multiselect/index.d.ts +42 -0
- package/test-utils/selectors/multiselect/index.js +93 -0
- package/test-utils/selectors/multiselect/index.js.map +1 -0
- package/test-utils/selectors/pagination/index.d.ts +14 -0
- package/test-utils/selectors/pagination/index.js +53 -0
- package/test-utils/selectors/pagination/index.js.map +1 -0
- package/test-utils/selectors/pie-chart/index.d.ts +16 -0
- package/test-utils/selectors/pie-chart/index.js +57 -0
- package/test-utils/selectors/pie-chart/index.js.map +1 -0
- package/test-utils/selectors/popover/index.d.ts +27 -0
- package/test-utils/selectors/popover/index.js +74 -0
- package/test-utils/selectors/popover/index.js.map +1 -0
- package/test-utils/selectors/progress-bar/index.d.ts +16 -0
- package/test-utils/selectors/progress-bar/index.js +50 -0
- package/test-utils/selectors/progress-bar/index.js.map +1 -0
- package/test-utils/selectors/property-filter/index.d.ts +16 -0
- package/test-utils/selectors/property-filter/index.js +48 -0
- package/test-utils/selectors/property-filter/index.js.map +1 -0
- package/test-utils/selectors/radio-group/index.d.ts +7 -0
- package/test-utils/selectors/radio-group/index.js +40 -0
- package/test-utils/selectors/radio-group/index.js.map +1 -0
- package/test-utils/selectors/radio-group/radio-button.d.ts +7 -0
- package/test-utils/selectors/radio-group/radio-button.js +42 -0
- package/test-utils/selectors/radio-group/radio-button.js.map +1 -0
- package/test-utils/selectors/s3-resource-selector/index.d.ts +23 -0
- package/test-utils/selectors/s3-resource-selector/index.js +82 -0
- package/test-utils/selectors/s3-resource-selector/index.js.map +1 -0
- package/test-utils/selectors/segmented-control/index.d.ts +6 -0
- package/test-utils/selectors/segmented-control/index.js +37 -0
- package/test-utils/selectors/segmented-control/index.js.map +1 -0
- package/test-utils/selectors/select/index.d.ts +30 -0
- package/test-utils/selectors/select/index.js +72 -0
- package/test-utils/selectors/select/index.js.map +1 -0
- package/test-utils/selectors/side-navigation/index.d.ts +18 -0
- package/test-utils/selectors/side-navigation/index.js +75 -0
- package/test-utils/selectors/side-navigation/index.js.map +1 -0
- package/test-utils/selectors/space-between/index.d.ts +4 -0
- package/test-utils/selectors/space-between/index.js +31 -0
- package/test-utils/selectors/space-between/index.js.map +1 -0
- package/test-utils/selectors/spinner/index.d.ts +4 -0
- package/test-utils/selectors/spinner/index.js +31 -0
- package/test-utils/selectors/spinner/index.js.map +1 -0
- package/test-utils/selectors/split-panel/index.d.ts +19 -0
- package/test-utils/selectors/split-panel/index.js +58 -0
- package/test-utils/selectors/split-panel/index.js.map +1 -0
- package/test-utils/selectors/status-indicator/index.d.ts +4 -0
- package/test-utils/selectors/status-indicator/index.js +31 -0
- package/test-utils/selectors/status-indicator/index.js.map +1 -0
- package/test-utils/selectors/table/index.d.ts +59 -0
- package/test-utils/selectors/table/index.js +137 -0
- package/test-utils/selectors/table/index.js.map +1 -0
- package/test-utils/selectors/tabs/index.d.ts +28 -0
- package/test-utils/selectors/tabs/index.js +65 -0
- package/test-utils/selectors/tabs/index.js.map +1 -0
- package/test-utils/selectors/tag-editor/index.d.ts +23 -0
- package/test-utils/selectors/tag-editor/index.js +63 -0
- package/test-utils/selectors/tag-editor/index.js.map +1 -0
- package/test-utils/selectors/text-content/index.d.ts +4 -0
- package/test-utils/selectors/text-content/index.js +31 -0
- package/test-utils/selectors/text-content/index.js.map +1 -0
- package/test-utils/selectors/text-filter/index.d.ts +7 -0
- package/test-utils/selectors/text-filter/index.js +38 -0
- package/test-utils/selectors/text-filter/index.js.map +1 -0
- package/test-utils/selectors/textarea/index.d.ts +5 -0
- package/test-utils/selectors/textarea/index.js +32 -0
- package/test-utils/selectors/textarea/index.js.map +1 -0
- package/test-utils/selectors/tiles/index.d.ts +8 -0
- package/test-utils/selectors/tiles/index.js +44 -0
- package/test-utils/selectors/tiles/index.js.map +1 -0
- package/test-utils/selectors/tiles/tile.d.ts +9 -0
- package/test-utils/selectors/tiles/tile.js +47 -0
- package/test-utils/selectors/tiles/tile.js.map +1 -0
- package/test-utils/selectors/time-input/index.d.ts +4 -0
- package/test-utils/selectors/time-input/index.js +31 -0
- package/test-utils/selectors/time-input/index.js.map +1 -0
- package/test-utils/selectors/toggle/index.d.ts +8 -0
- package/test-utils/selectors/toggle/index.js +44 -0
- package/test-utils/selectors/toggle/index.js.map +1 -0
- package/test-utils/selectors/token-group/index.d.ts +16 -0
- package/test-utils/selectors/token-group/index.js +50 -0
- package/test-utils/selectors/token-group/index.js.map +1 -0
- package/test-utils/selectors/token-group/token.d.ts +8 -0
- package/test-utils/selectors/token-group/token.js +41 -0
- package/test-utils/selectors/token-group/token.js.map +1 -0
- package/test-utils/selectors/top-navigation/1.0-beta/index.d.ts +28 -0
- package/test-utils/selectors/top-navigation/1.0-beta/index.js +108 -0
- package/test-utils/selectors/top-navigation/1.0-beta/index.js.map +1 -0
- package/test-utils/selectors/top-navigation/index.d.ts +34 -0
- package/test-utils/selectors/top-navigation/index.js +124 -0
- package/test-utils/selectors/top-navigation/index.js.map +1 -0
- package/test-utils/selectors/tutorial-panel/index.d.ts +20 -0
- package/test-utils/selectors/tutorial-panel/index.js +74 -0
- package/test-utils/selectors/tutorial-panel/index.js.map +1 -0
- package/test-utils/selectors/tutorial-panel/tutorial.d.ts +15 -0
- package/test-utils/selectors/tutorial-panel/tutorial.js +58 -0
- package/test-utils/selectors/tutorial-panel/tutorial.js.map +1 -0
- package/test-utils/selectors/wizard/index.d.ts +26 -0
- package/test-utils/selectors/wizard/index.js +71 -0
- package/test-utils/selectors/wizard/index.js.map +1 -0
- package/test-utils/tsconfig.tsbuildinfo +1 -0
- package/text-content/index.d.ts +4 -0
- package/text-content/index.d.ts.map +1 -0
- package/text-content/index.js +18 -0
- package/text-content/index.js.map +1 -0
- package/text-content/interfaces.d.ts +10 -0
- package/text-content/interfaces.d.ts.map +1 -0
- package/text-content/interfaces.js +2 -0
- package/text-content/interfaces.js.map +1 -0
- package/text-content/styles.css.js +6 -0
- package/text-content/styles.scoped.css +368 -0
- package/text-content/styles.selectors.js +7 -0
- package/text-filter/index.d.ts +6 -0
- package/text-filter/index.d.ts.map +1 -0
- package/text-filter/index.js +14 -0
- package/text-filter/index.js.map +1 -0
- package/text-filter/interfaces.d.ts +51 -0
- package/text-filter/interfaces.d.ts.map +1 -0
- package/text-filter/interfaces.js +2 -0
- package/text-filter/interfaces.js.map +1 -0
- package/text-filter/internal.d.ts +6 -0
- package/text-filter/internal.d.ts.map +1 -0
- package/text-filter/internal.js +22 -0
- package/text-filter/internal.js.map +1 -0
- package/text-filter/styles.css.js +9 -0
- package/text-filter/styles.scoped.css +153 -0
- package/text-filter/styles.selectors.js +10 -0
- package/textarea/index.d.ts +6 -0
- package/textarea/index.d.ts.map +1 -0
- package/textarea/index.js +59 -0
- package/textarea/index.js.map +1 -0
- package/textarea/interfaces.d.ts +34 -0
- package/textarea/interfaces.d.ts.map +1 -0
- package/textarea/interfaces.js +2 -0
- package/textarea/interfaces.js.map +1 -0
- package/textarea/styles.css.js +9 -0
- package/textarea/styles.scoped.css +236 -0
- package/textarea/styles.selectors.js +10 -0
- package/theming/index.d.ts +10 -0
- package/theming/index.d.ts.map +1 -0
- package/theming/index.js +12 -0
- package/theming/index.js.map +1 -0
- package/tiles/index.d.ts +4 -0
- package/tiles/index.d.ts.map +1 -0
- package/tiles/index.js +13 -0
- package/tiles/index.js.map +1 -0
- package/tiles/interfaces.d.ts +58 -0
- package/tiles/interfaces.d.ts.map +1 -0
- package/tiles/interfaces.js +2 -0
- package/tiles/interfaces.js.map +1 -0
- package/tiles/internal.d.ts +6 -0
- package/tiles/internal.d.ts.map +1 -0
- package/tiles/internal.js +47 -0
- package/tiles/internal.js.map +1 -0
- package/tiles/styles.css.js +33 -0
- package/tiles/styles.scoped.css +486 -0
- package/tiles/styles.selectors.js +34 -0
- package/time-input/index.d.ts +6 -0
- package/time-input/index.d.ts.map +1 -0
- package/time-input/index.js +15 -0
- package/time-input/index.js.map +1 -0
- package/time-input/interfaces.d.ts +33 -0
- package/time-input/interfaces.d.ts.map +1 -0
- package/time-input/interfaces.js +2 -0
- package/time-input/interfaces.js.map +1 -0
- package/time-input/internal.d.ts +6 -0
- package/time-input/internal.d.ts.map +1 -0
- package/time-input/internal.js +28 -0
- package/time-input/internal.js.map +1 -0
- package/time-input/styles.css.js +6 -0
- package/time-input/styles.scoped.css +7 -0
- package/time-input/styles.selectors.js +7 -0
- package/toggle/index.d.ts +6 -0
- package/toggle/index.d.ts.map +1 -0
- package/toggle/index.js +14 -0
- package/toggle/index.js.map +1 -0
- package/toggle/interfaces.d.ts +23 -0
- package/toggle/interfaces.d.ts.map +1 -0
- package/toggle/interfaces.js +2 -0
- package/toggle/interfaces.js.map +1 -0
- package/toggle/internal.d.ts +6 -0
- package/toggle/internal.d.ts.map +1 -0
- package/toggle/internal.js +26 -0
- package/toggle/internal.js.map +1 -0
- package/toggle/styles.css.js +13 -0
- package/toggle/styles.scoped.css +214 -0
- package/toggle/styles.selectors.js +14 -0
- package/token-group/dismiss-button.d.ts +8 -0
- package/token-group/dismiss-button.d.ts.map +1 -0
- package/token-group/dismiss-button.js +25 -0
- package/token-group/dismiss-button.js.map +1 -0
- package/token-group/index.d.ts +4 -0
- package/token-group/index.d.ts.map +1 -0
- package/token-group/index.js +14 -0
- package/token-group/index.js.map +1 -0
- package/token-group/interfaces.d.ts +62 -0
- package/token-group/interfaces.d.ts.map +1 -0
- package/token-group/interfaces.js +2 -0
- package/token-group/interfaces.js.map +1 -0
- package/token-group/internal.d.ts +11 -0
- package/token-group/internal.d.ts.map +1 -0
- package/token-group/internal.js +35 -0
- package/token-group/internal.js.map +1 -0
- package/token-group/styles.css.js +12 -0
- package/token-group/styles.scoped.css +324 -0
- package/token-group/styles.selectors.js +13 -0
- package/token-group/toggle.d.ts +13 -0
- package/token-group/toggle.d.ts.map +1 -0
- package/token-group/toggle.js +24 -0
- package/token-group/toggle.js.map +1 -0
- package/top-navigation/1.0-beta/index.d.ts +9 -0
- package/top-navigation/1.0-beta/index.d.ts.map +1 -0
- package/top-navigation/1.0-beta/index.js +19 -0
- package/top-navigation/1.0-beta/index.js.map +1 -0
- package/top-navigation/1.0-beta/interfaces.d.ts +102 -0
- package/top-navigation/1.0-beta/interfaces.d.ts.map +1 -0
- package/top-navigation/1.0-beta/interfaces.js +2 -0
- package/top-navigation/1.0-beta/interfaces.js.map +1 -0
- package/top-navigation/1.0-beta/internal.d.ts +5 -0
- package/top-navigation/1.0-beta/internal.d.ts.map +1 -0
- package/top-navigation/1.0-beta/internal.js +101 -0
- package/top-navigation/1.0-beta/internal.js.map +1 -0
- package/top-navigation/1.0-beta/parts/overflow-menu.d.ts +16 -0
- package/top-navigation/1.0-beta/parts/overflow-menu.d.ts.map +1 -0
- package/top-navigation/1.0-beta/parts/overflow-menu.js +55 -0
- package/top-navigation/1.0-beta/parts/overflow-menu.js.map +1 -0
- package/top-navigation/1.0-beta/parts/utility.d.ts +9 -0
- package/top-navigation/1.0-beta/parts/utility.d.ts.map +1 -0
- package/top-navigation/1.0-beta/parts/utility.js +56 -0
- package/top-navigation/1.0-beta/parts/utility.js.map +1 -0
- package/top-navigation/1.0-beta/styles.css.js +30 -0
- package/top-navigation/1.0-beta/styles.scoped.css +375 -0
- package/top-navigation/1.0-beta/styles.selectors.js +31 -0
- package/top-navigation/1.0-beta/use-top-navigation.d.ts +45 -0
- package/top-navigation/1.0-beta/use-top-navigation.d.ts.map +1 -0
- package/top-navigation/1.0-beta/use-top-navigation.js +161 -0
- package/top-navigation/1.0-beta/use-top-navigation.js.map +1 -0
- package/top-navigation/index.d.ts +4 -0
- package/top-navigation/index.d.ts.map +1 -0
- package/top-navigation/index.js +14 -0
- package/top-navigation/index.js.map +1 -0
- package/top-navigation/interfaces.d.ts +105 -0
- package/top-navigation/interfaces.d.ts.map +1 -0
- package/top-navigation/interfaces.js +2 -0
- package/top-navigation/interfaces.js.map +1 -0
- package/top-navigation/internal.d.ts +6 -0
- package/top-navigation/internal.d.ts.map +1 -0
- package/top-navigation/internal.js +136 -0
- package/top-navigation/internal.js.map +1 -0
- package/top-navigation/parts/overflow-menu/header.d.ts +12 -0
- package/top-navigation/parts/overflow-menu/header.d.ts.map +1 -0
- package/top-navigation/parts/overflow-menu/header.js +26 -0
- package/top-navigation/parts/overflow-menu/header.js.map +1 -0
- package/top-navigation/parts/overflow-menu/index.d.ts +15 -0
- package/top-navigation/parts/overflow-menu/index.d.ts.map +1 -0
- package/top-navigation/parts/overflow-menu/index.js +20 -0
- package/top-navigation/parts/overflow-menu/index.js.map +1 -0
- package/top-navigation/parts/overflow-menu/menu-item.d.ts +13 -0
- package/top-navigation/parts/overflow-menu/menu-item.d.ts.map +1 -0
- package/top-navigation/parts/overflow-menu/menu-item.js +131 -0
- package/top-navigation/parts/overflow-menu/menu-item.js.map +1 -0
- package/top-navigation/parts/overflow-menu/router.d.ts +29 -0
- package/top-navigation/parts/overflow-menu/router.d.ts.map +1 -0
- package/top-navigation/parts/overflow-menu/router.js +30 -0
- package/top-navigation/parts/overflow-menu/router.js.map +1 -0
- package/top-navigation/parts/overflow-menu/views/submenu.d.ts +9 -0
- package/top-navigation/parts/overflow-menu/views/submenu.d.ts.map +1 -0
- package/top-navigation/parts/overflow-menu/views/submenu.js +26 -0
- package/top-navigation/parts/overflow-menu/views/submenu.js.map +1 -0
- package/top-navigation/parts/overflow-menu/views/utilities.d.ts +9 -0
- package/top-navigation/parts/overflow-menu/views/utilities.d.ts.map +1 -0
- package/top-navigation/parts/overflow-menu/views/utilities.js +28 -0
- package/top-navigation/parts/overflow-menu/views/utilities.js.map +1 -0
- package/top-navigation/parts/utility.d.ts +9 -0
- package/top-navigation/parts/utility.d.ts.map +1 -0
- package/top-navigation/parts/utility.js +58 -0
- package/top-navigation/parts/utility.js.map +1 -0
- package/top-navigation/styles.css.js +52 -0
- package/top-navigation/styles.scoped.css +598 -0
- package/top-navigation/styles.selectors.js +53 -0
- package/top-navigation/use-top-navigation.d.ts +44 -0
- package/top-navigation/use-top-navigation.d.ts.map +1 -0
- package/top-navigation/use-top-navigation.js +176 -0
- package/top-navigation/use-top-navigation.js.map +1 -0
- package/tutorial-panel/components/tutorial-detail-view/congratulation-screen.d.ts +10 -0
- package/tutorial-panel/components/tutorial-detail-view/congratulation-screen.d.ts.map +1 -0
- package/tutorial-panel/components/tutorial-detail-view/congratulation-screen.js +26 -0
- package/tutorial-panel/components/tutorial-detail-view/congratulation-screen.js.map +1 -0
- package/tutorial-panel/components/tutorial-detail-view/index.d.ts +10 -0
- package/tutorial-panel/components/tutorial-detail-view/index.d.ts.map +1 -0
- package/tutorial-panel/components/tutorial-detail-view/index.js +29 -0
- package/tutorial-panel/components/tutorial-detail-view/index.js.map +1 -0
- package/tutorial-panel/components/tutorial-detail-view/styles.css.js +25 -0
- package/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +234 -0
- package/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +26 -0
- package/tutorial-panel/components/tutorial-detail-view/task-list.d.ts +10 -0
- package/tutorial-panel/components/tutorial-detail-view/task-list.d.ts.map +1 -0
- package/tutorial-panel/components/tutorial-detail-view/task-list.js +35 -0
- package/tutorial-panel/components/tutorial-detail-view/task-list.js.map +1 -0
- package/tutorial-panel/components/tutorial-detail-view/task.d.ts +12 -0
- package/tutorial-panel/components/tutorial-detail-view/task.d.ts.map +1 -0
- package/tutorial-panel/components/tutorial-detail-view/task.js +34 -0
- package/tutorial-panel/components/tutorial-detail-view/task.js.map +1 -0
- package/tutorial-panel/components/tutorial-list/index.d.ts +12 -0
- package/tutorial-panel/components/tutorial-list/index.d.ts.map +1 -0
- package/tutorial-panel/components/tutorial-list/index.js +88 -0
- package/tutorial-panel/components/tutorial-list/index.js.map +1 -0
- package/tutorial-panel/components/tutorial-list/styles.css.js +23 -0
- package/tutorial-panel/components/tutorial-list/styles.scoped.css +346 -0
- package/tutorial-panel/components/tutorial-list/styles.selectors.js +24 -0
- package/tutorial-panel/index.d.ts +4 -0
- package/tutorial-panel/index.d.ts.map +1 -0
- package/tutorial-panel/index.js +34 -0
- package/tutorial-panel/index.js.map +1 -0
- package/tutorial-panel/interfaces.d.ts +184 -0
- package/tutorial-panel/interfaces.d.ts.map +1 -0
- package/tutorial-panel/interfaces.js +2 -0
- package/tutorial-panel/interfaces.js.map +1 -0
- package/tutorial-panel/styles.css.js +6 -0
- package/tutorial-panel/styles.scoped.css +135 -0
- package/tutorial-panel/styles.selectors.js +7 -0
- package/wizard/index.d.ts +4 -0
- package/wizard/index.d.ts.map +1 -0
- package/wizard/index.js +79 -0
- package/wizard/index.js.map +1 -0
- package/wizard/interfaces.d.ts +116 -0
- package/wizard/interfaces.d.ts.map +1 -0
- package/wizard/interfaces.js +2 -0
- package/wizard/interfaces.js.map +1 -0
- package/wizard/styles.css.js +36 -0
- package/wizard/styles.scoped.css +429 -0
- package/wizard/styles.selectors.js +37 -0
- package/wizard/unmount.d.ts +9 -0
- package/wizard/unmount.d.ts.map +1 -0
- package/wizard/unmount.js +19 -0
- package/wizard/unmount.js.map +1 -0
- package/wizard/wizard-actions.d.ts +16 -0
- package/wizard/wizard-actions.d.ts.map +1 -0
- package/wizard/wizard-actions.js +33 -0
- package/wizard/wizard-actions.js.map +1 -0
- package/wizard/wizard-form-header.d.ts +9 -0
- package/wizard/wizard-form-header.d.ts.map +1 -0
- package/wizard/wizard-form-header.js +24 -0
- package/wizard/wizard-form-header.js.map +1 -0
- package/wizard/wizard-form.d.ts +19 -0
- package/wizard/wizard-form.d.ts.map +1 -0
- package/wizard/wizard-form.js +36 -0
- package/wizard/wizard-form.js.map +1 -0
- package/wizard/wizard-navigation.d.ts +16 -0
- package/wizard/wizard-navigation.d.ts.map +1 -0
- package/wizard/wizard-navigation.js +105 -0
- package/wizard/wizard-navigation.js.map +1 -0
package/icon/icons.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"add-plus": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path d=\"M8 1v14M15 8H1\"/></svg>","angle-down": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path d=\"m1 4 7 7 7-7\"/></svg>","angle-left-double": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path d=\"M14 1 7 8l7 7\"/><path d=\"M9 1 2 8l7 7\"/></svg>","angle-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path d=\"M12 1 5 8l7 7\"/></svg>","angle-right-double": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path d=\"m2 1 7 7-7 7\"/><path d=\"m7 1 7 7-7 7\"/></svg>","angle-right": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path d=\"m4 1 7 7-7 7\"/></svg>","angle-up": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path d=\"m1 12 7-7 7 7\"/></svg>","arrow-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path d=\"M9 1 2 8l7 7M2 8h13\"/></svg>","bug": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M5 5h6a1 1 0 0 1 1 1v5.5A3.5 3.5 0 0 1 8.5 15h-1A3.5 3.5 0 0 1 4 11.5V6a1 1 0 0 1 1-1ZM5 5a3 3 0 0 1 6 0\"/><path d=\"M12 9h3M1 9h3M12 12h2l1 2M4 12H2l-1 2M12 6h2l1-2M4 6H2L1 4\"/></svg>","calendar": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M2 2h12v12H2z\"/><path d=\"M4.99 8H5v.01h-.01zM7.99 8H8v.01h-.01zM10.99 8H11v.01h-.01zM4.99 5H5v.01h-.01zM7.99 5H8v.01h-.01zM10.99 5H11v.01h-.01zM4.99 11H5v.01h-.01zM7.99 11H8v.01h-.01z\"/></svg>","call": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path d=\"M9 2c2.8 0 5 2.2 5 5M7.9 13c1.3 1.3 3.5 1.3 4.8 0l1-1c.4-.4.4-1 0-1.4l-1.5-1.5c-.3-.3-1-.2-1.3.1l-.1.1c-.5.5-1.4.5-2 0L6.6 7.2c-.5-.5-.5-1.4 0-2l.1-.1c.3-.3.4-1 .1-1.3L5.3 2.3c-.3-.4-1-.4-1.3 0l-1 1C1.7 4.6 1.7 6.7 3 8.1L7.9 13z\"/></svg>","caret-down-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"filled stroke-linejoin-round\" d=\"M4 5h8l-4 6-4-6z\"/></svg>","caret-down": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M4 5h8l-4 6-4-6z\"/></svg>","caret-left-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"filled stroke-linejoin-round\" d=\"M11 4v8L5 8l6-4z\"/></svg>","caret-right-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"filled stroke-linejoin-round\" d=\"M5 4v8l6-4-6-4z\"/></svg>","caret-up-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"filled stroke-linejoin-round\" d=\"M4 11h8L8 5l-4 6z\"/></svg>","caret-up": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M4 11h8L8 5l-4 6z\"/></svg>","close": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path d=\"m2 2 12 12M14 2 2 14\"/></svg>","contact": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round stroke-linecap-round\" d=\"M2 12.286h5.143L8.857 14l1.714-1.714H14V2H2v10.286z\"/><path class=\"stroke-linecap-round\" d=\"M4.99 7H5v.01h-.01zM7.99 7H8v.01h-.01zM10.99 7H11v.01h-.01z\"/></svg>","copy": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M2 5h9v9H2z\"/><path class=\"stroke-linejoin-round\" d=\"M5 5V2h9v9h-3\"/></svg>","download": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M11 2h3v12H2V2h3\"/><path d=\"m4 6 4 4 4-4M8 1v9\"/></svg>","edit": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M13 8v6H3V2h6.5M6 10l8-8\"/></svg>","ellipsis": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><circle class=\"filled\" cx=\"8\" cy=\"2.5\" r=\".5\"/><circle class=\"filled\" cx=\"8\" cy=\"8\" r=\".5\"/><circle class=\"filled\" cx=\"8\" cy=\"13.5\" r=\".5\"/></svg>","envelope": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M1 2h14v12H1z\"/><path class=\"stroke-linejoin-round\" d=\"m1 4 7 6 7-6\"/></svg>","expand": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path d=\"M9 2h5v5M7 2H2v5M7 14H2V9M9 14h5V9M2 2l12 12M14 2 2 14\"/></svg>","external": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linecap-square\" d=\"M10 2h4v4\"/><path d=\"m6 10 8-8\"/><path class=\"stroke-linejoin-round\" d=\"M14 9.048V14H2V2h5\"/></svg>","file-open": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path d=\"M8 1v4a1 1 0 0 0 1 1h4\"/><path class=\"stroke-linejoin-round\" d=\"M3 15h10V5L9 1H3v14z\"/><path d=\"m3 8 7 7\"/></svg>","file": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M8 1v5h5\"/><path class=\"stroke-linejoin-round\" d=\"M3 15V1h6l4 4v10H3z\"/></svg>","filter": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M15 2H1l5 6v7h4V8l5-6z\"/></svg>","folder-open": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M2 7V2h7l1 2h5v9a1 1 0 0 1-1 1H3L1 7h10l2.006 7\"/></svg>","folder": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M14 14H2V2h5.143L9 5h5v9z\"/></svg>","heart": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path d=\"M13.92 3.061a3.729 3.729 0 0 0-5.21 0L8 3.76l-.71-.699a3.729 3.729 0 0 0-5.21 0 3.58 3.58 0 0 0 0 5.123l5.21 5.124.003-.004L8 14l.707-.696.004.004 5.21-5.124a3.58 3.58 0 0 0 0-5.123Z\"/></svg>","key": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M9 10a5.023 5.023 0 0 1 0 1 3.996 3.996 0 1 1-3-3.874L13 1h2v5h-2v2h-2l.016 1.983Z\"/><path d=\"M4.99 11H5v.01h-.01z\"/></svg>","lock-private": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M2 7h12v7H2z\"/><path d=\"M4 7V5a4 4 0 0 1 8 0v2\"/></svg>","menu": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path d=\"M15 8H1M15 3H1M15 13H1\"/></svg>","microphone": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><rect class=\"stroke-linejoin-round\" x=\"6\" y=\"1\" width=\"4\" height=\"8\" rx=\"2\"/><path class=\"stroke-linejoin-round\" d=\"M3 6v1a5 5 0 0 0 10 0V6M8 12v3M3 15h10\"/></svg>","notification": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M8 2.167c-3.5 0-3.5 4.666-3.5 4.666L1 11.5h14l-3.5-4.667s0-4.666-3.5-4.666ZM5.667 11.5v1.167a2.333 2.333 0 0 0 4.666 0V11.5\"/><path class=\"stroke-linecap-round\" d=\"M8 1v1.167\"/></svg>","refresh": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path d=\"M10 5h5V0\"/><path d=\"M15 8a6.957 6.957 0 0 1-7 7 6.957 6.957 0 0 1-7-7 6.957 6.957 0 0 1 7-7 6.87 6.87 0 0 1 6.3 4\"/></svg>","search": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><circle cx=\"7\" cy=\"7\" r=\"5\"/><path d=\"m15 15-4.5-4.5\"/></svg>","settings": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path d=\"M13.33 5.792a1.942 1.942 0 0 1 .287-1.97 6.984 6.984 0 0 0-1.44-1.439 1.943 1.943 0 0 1-3.159-1.308 6.965 6.965 0 0 0-2.037 0 1.943 1.943 0 0 1-3.158 1.308 6.962 6.962 0 0 0-1.44 1.44 1.943 1.943 0 0 1-1.308 3.158 6.972 6.972 0 0 0 0 2.037 1.943 1.943 0 0 1 1.308 3.159 6.952 6.952 0 0 0 1.44 1.44 1.942 1.942 0 0 1 3.159 1.308 6.962 6.962 0 0 0 2.036 0 1.942 1.942 0 0 1 3.159-1.308 6.974 6.974 0 0 0 1.44-1.44 1.943 1.943 0 0 1 1.308-3.159 6.974 6.974 0 0 0 0-2.037 1.942 1.942 0 0 1-1.596-1.189Z\"/><circle cx=\"8\" cy=\"8\" r=\"2\"/></svg>","share": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><circle cx=\"11\" cy=\"4\" r=\"2\"/><circle cx=\"4\" cy=\"8\" r=\"2\"/><circle cx=\"11\" cy=\"12\" r=\"2\"/><path d=\"M9.2 4.9 5.8 7.1M9.2 11.1 5.8 8.9\"/></svg>","status-in-progress": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><circle class=\"stroke-linejoin-round\" cx=\"8\" cy=\"8\" r=\"7\"/><path class=\"stroke-linecap-round\" d=\"M4.99 7.995H5v.01h-.01zM7.99 7.995H8v.01h-.01zM10.99 7.995H11v.01h-.01z\"/></svg>","status-info": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><circle class=\"stroke-linejoin-round\" cx=\"8\" cy=\"8\" r=\"7\"/><path d=\"M8 11V8H6\"/><path class=\"stroke-linejoin-round\" d=\"M10 11H6\"/><path d=\"M7.99 5H8v.01h-.01z\"/></svg>","status-negative": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><circle class=\"stroke-linejoin-round\" cx=\"8\" cy=\"8\" r=\"7\"/><path d=\"m10.828 5.172-5.656 5.656M10.828 10.828 5.172 5.172\"/></svg>","status-pending": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><circle class=\"stroke-linejoin-round\" cx=\"8\" cy=\"8\" r=\"7\"/><path class=\"stroke-linecap-square\" d=\"M8 5v4H5\"/></svg>","status-positive": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><circle class=\"stroke-linejoin-round\" cx=\"8\" cy=\"8\" r=\"7\"/><path class=\"stroke-linecap-square\" d=\"m5 8 2 2 3.521-3.521\"/></svg>","status-stopped": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><circle class=\"stroke-linejoin-round\" cx=\"8\" cy=\"8\" r=\"7\"/><path class=\"stroke-linecap-square\" d=\"M11 8H5\"/></svg>","status-warning": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"m8 1 7 14H1L8 1z\"/><path d=\"M7.99 12H8v.01h-.01zM8 6v4\"/></svg>","treeview-collapse": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M5 8h6M2 2h12v12H2z\"/></svg>","treeview-expand": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M5 8h6M8 11V5M2 2h12v12H2z\"/></svg>","undo": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M4 13h5.625c4.5 0 4.5-8 0-8H3\"/><path class=\"stroke-linejoin-round\" d=\"M6 2 3 5l3 3\"/></svg>","unlocked": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M2 7h12v7H2z\"/><path d=\"M11.874 4A4 4 0 0 0 4 5v2\"/></svg>","upload": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M5 14H2V2h12v12h-3\"/><path d=\"M12 10 8 6l-4 4M8 6v9\"/></svg>","user-profile": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"stroke-linejoin-round\" d=\"M4.61 4.39C4.61 2.52 6.13 1 8 1s3.39 1.52 3.39 3.39S9.87 7.78 8 7.78 4.61 6.26 4.61 4.39M2.05 14.08h11.91c0-2.25-1.17-4.23-2.9-5.3A5.77 5.77 0 0 0 8 7.91c-3.29 0-5.95 2.76-5.95 6.17z\"/></svg>","view-full": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"filled\" d=\"M5 5h6v6H5z\"/><path class=\"stroke-linejoin-round\" d=\"M2 2h12v12H2z\"/></svg>","view-horizontal": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"filled\" d=\"M5 9h6v2H5z\"/><path class=\"stroke-linejoin-round\" d=\"M2 2h12v12H2z\"/></svg>","view-vertical": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><path class=\"filled\" d=\"M11 5v6H9V5z\"/><path class=\"stroke-linejoin-round\" d=\"M2 2h12v12H2z\"/></svg>","zoom-in": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><circle cx=\"6.885\" cy=\"6.885\" r=\"5.385\"/><path d=\"m14.5 14.5-3.846-3.846M7 4v6M10 7H4\"/></svg>","zoom-out": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" focusable=\"false\" aria-hidden=\"true\"><circle cx=\"6.885\" cy=\"6.885\" r=\"5.385\"/><path d=\"m14.5 14.5-3.846-3.846M10 7H4\"/></svg>"
|
|
3
|
+
}
|
package/icon/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/icon/index.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,OAAO,EAAE,SAAS,EAAE,CAAC;AAErB,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EAAE,IAAe,EAAE,OAAkB,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,eAGxF"}
|
package/icon/index.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { __assign, __rest } from "tslib";
|
|
2
|
+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import useBaseComponent from '../internal/hooks/use-base-component';
|
|
6
|
+
import { applyDisplayName } from '../internal/utils/apply-display-name';
|
|
7
|
+
import InternalIcon from './internal';
|
|
8
|
+
export default function Icon(_a) {
|
|
9
|
+
var _b = _a.size, size = _b === void 0 ? 'normal' : _b, _c = _a.variant, variant = _c === void 0 ? 'normal' : _c, props = __rest(_a, ["size", "variant"]);
|
|
10
|
+
var baseComponentProps = useBaseComponent('Icon');
|
|
11
|
+
return React.createElement(InternalIcon, __assign({ size: size, variant: variant }, props, baseComponentProps));
|
|
12
|
+
}
|
|
13
|
+
applyDisplayName(Icon, 'Icon');
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/icon/index.tsx"],"names":[],"mappings":";AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,gBAAgB,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AACxE,OAAO,YAAY,MAAM,YAAY,CAAC;AAKtC,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EAA4D;IAA1D,IAAA,YAAe,EAAf,IAAI,mBAAG,QAAQ,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,QAAQ,KAAA,EAAK,KAAK,cAA/C,mBAAiD,CAAF;IAC1E,IAAM,kBAAkB,GAAG,gBAAgB,CAAC,MAAM,CAAC,CAAC;IACpD,OAAO,oBAAC,YAAY,aAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,IAAM,KAAK,EAAM,kBAAkB,EAAI,CAAC;AAC3F,CAAC;AAED,gBAAgB,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport useBaseComponent from '../internal/hooks/use-base-component';\nimport { applyDisplayName } from '../internal/utils/apply-display-name';\nimport InternalIcon from './internal';\nimport { IconProps } from './interfaces';\n\nexport { IconProps };\n\nexport default function Icon({ size = 'normal', variant = 'normal', ...props }: IconProps) {\n const baseComponentProps = useBaseComponent('Icon');\n return <InternalIcon size={size} variant={variant} {...props} {...baseComponentProps} />;\n}\n\napplyDisplayName(Icon, 'Icon');\n"]}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BaseComponentProps } from '../internal/base-component';
|
|
3
|
+
export interface IconProps extends BaseComponentProps {
|
|
4
|
+
/**
|
|
5
|
+
* Specifies the icon to be displayed.
|
|
6
|
+
*/
|
|
7
|
+
name?: IconProps.Name;
|
|
8
|
+
/**
|
|
9
|
+
* Specifies the size of the icon.
|
|
10
|
+
*
|
|
11
|
+
* If you set size to `inherit`, an icon size will be assigned based on the icon's inherited line height.
|
|
12
|
+
* For icons used alongside text, ensure the icon is placed inside the acompanying text tag.
|
|
13
|
+
* The icon will be vertically centered based on the height.
|
|
14
|
+
*
|
|
15
|
+
* @visualrefresh `medium` size
|
|
16
|
+
*/
|
|
17
|
+
size?: IconProps.Size;
|
|
18
|
+
/**
|
|
19
|
+
* Specifies the color variant of the icon. The `normal` variant picks up the current color of its context.
|
|
20
|
+
*/
|
|
21
|
+
variant?: IconProps.Variant;
|
|
22
|
+
/**
|
|
23
|
+
* Specifies the URL of a custom icon. Use this property if the icon you want isn't available, and your custom icon cannot be an SVG.
|
|
24
|
+
* For SVG icons, use the `svg` slot instead.
|
|
25
|
+
*
|
|
26
|
+
* If you set both `url` and `svg`, `svg` will take precedence.
|
|
27
|
+
*/
|
|
28
|
+
url?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Specifies alternate text for a custom icon. We recommend that you provide this for accessibility.
|
|
31
|
+
* This property is ignored if you use a predefined icon or if you set your custom icon using the `svg` slot.
|
|
32
|
+
*/
|
|
33
|
+
alt?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Specifies the SVG of a custom icon.
|
|
36
|
+
*
|
|
37
|
+
* Use this property if the icon you want isn't available, and you want your custom icon to inherit colors dictated by variant or hover states.
|
|
38
|
+
* When this property is set, the component will be decorated with `aria-hidden="true"`. Ensure that the `svg` element:
|
|
39
|
+
* - has attribute `focusable="false"`.
|
|
40
|
+
* - has `viewBox="0 0 16 16"`.
|
|
41
|
+
*
|
|
42
|
+
* If you set the `svg` element as the root node of the slot, the component will automatically
|
|
43
|
+
* - set `stroke="currentColor"`, `fill="none"`, and `vertical-align="top"`.
|
|
44
|
+
* - set the stroke width based on the size of the icon.
|
|
45
|
+
* - set the width and height of the SVG element based on the size of the icon.
|
|
46
|
+
*
|
|
47
|
+
* If you don't want these styles to be automatically set, wrap the `svg` element into a `span` and ensure icon `size` is not set to `inherit`.
|
|
48
|
+
* You can still set the stroke to `currentColor` to inherit the color of the surrounding elements.
|
|
49
|
+
*
|
|
50
|
+
* If you set both `url` and `svg`, `svg` will take precedence.
|
|
51
|
+
*
|
|
52
|
+
* *Note:* Remember to remove any additional elements (for example: `defs`) and related CSS classes from SVG files exported from design software.
|
|
53
|
+
* In most cases, they aren't needed, as the `svg` element inherits styles from the icon component.
|
|
54
|
+
*/
|
|
55
|
+
svg?: React.ReactNode;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace IconProps {
|
|
58
|
+
type Name = 'add-plus' | 'angle-left-double' | 'angle-left' | 'angle-right-double' | 'angle-right' | 'angle-up' | 'angle-down' | 'arrow-left' | 'bug' | 'call' | 'calendar' | 'caret-down-filled' | 'caret-down' | 'caret-left-filled' | 'caret-right-filled' | 'caret-up-filled' | 'caret-up' | 'contact' | 'close' | 'copy' | 'download' | 'edit' | 'ellipsis' | 'envelope' | 'expand' | 'external' | 'file-open' | 'file' | 'filter' | 'folder-open' | 'folder' | 'heart' | 'key' | 'lock-private' | 'menu' | 'microphone' | 'notification' | 'refresh' | 'search' | 'settings' | 'share' | 'status-in-progress' | 'status-info' | 'status-negative' | 'status-pending' | 'status-positive' | 'status-stopped' | 'status-warning' | 'treeview-collapse' | 'treeview-expand' | 'undo' | 'unlocked' | 'upload' | 'user-profile' | 'view-full' | 'view-horizontal' | 'view-vertical' | 'zoom-in' | 'zoom-out';
|
|
59
|
+
type Variant = 'normal' | 'disabled' | 'error' | 'inverted' | 'link' | 'subtle' | 'success' | 'warning';
|
|
60
|
+
type Size = 'small' | 'normal' | 'medium' | 'big' | 'large' | 'inherit';
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=interfaces.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/icon/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAEhE,MAAM,WAAW,SAAU,SAAQ,kBAAkB;IACnD;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC,IAAI,CAAC;IACtB;;;;;;;;OAQG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC,IAAI,CAAC;IAEtB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC;IAE5B;;;;;OAKG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACvB;AAED,yBAAiB,SAAS,CAAC;IAGzB,KAAY,IAAI,GACZ,UAAU,GACV,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,GACpB,aAAa,GACb,UAAU,GACV,YAAY,GACZ,YAAY,GACZ,KAAK,GACL,MAAM,GACN,UAAU,GACV,mBAAmB,GACnB,YAAY,GACZ,mBAAmB,GACnB,oBAAoB,GACpB,iBAAiB,GACjB,UAAU,GACV,SAAS,GACT,OAAO,GACP,MAAM,GACN,UAAU,GACV,MAAM,GACN,UAAU,GACV,UAAU,GACV,QAAQ,GACR,UAAU,GACV,WAAW,GACX,MAAM,GACN,QAAQ,GACR,aAAa,GACb,QAAQ,GACR,OAAO,GACP,KAAK,GACL,cAAc,GACd,MAAM,GACN,YAAY,GACZ,cAAc,GACd,SAAS,GACT,QAAQ,GACR,UAAU,GACV,OAAO,GACP,oBAAoB,GACpB,aAAa,GACb,iBAAiB,GACjB,gBAAgB,GAChB,iBAAiB,GACjB,gBAAgB,GAChB,gBAAgB,GAChB,mBAAmB,GACnB,iBAAiB,GACjB,MAAM,GACN,UAAU,GACV,QAAQ,GACR,cAAc,GACd,WAAW,GACX,iBAAiB,GACjB,eAAe,GACf,SAAS,GACT,UAAU,CAAC;IAEf,KAAY,OAAO,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,GAAG,MAAM,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,CAAC;IAE/G,KAAY,IAAI,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,KAAK,GAAG,OAAO,GAAG,SAAS,CAAC;CAChF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/icon/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport { BaseComponentProps } from '../internal/base-component';\n\nexport interface IconProps extends BaseComponentProps {\n /**\n * Specifies the icon to be displayed.\n */\n name?: IconProps.Name;\n /**\n * Specifies the size of the icon.\n *\n * If you set size to `inherit`, an icon size will be assigned based on the icon's inherited line height.\n * For icons used alongside text, ensure the icon is placed inside the acompanying text tag.\n * The icon will be vertically centered based on the height.\n *\n * @visualrefresh `medium` size\n */\n size?: IconProps.Size;\n\n /**\n * Specifies the color variant of the icon. The `normal` variant picks up the current color of its context.\n */\n variant?: IconProps.Variant;\n\n /**\n * Specifies the URL of a custom icon. Use this property if the icon you want isn't available, and your custom icon cannot be an SVG.\n * For SVG icons, use the `svg` slot instead.\n *\n * If you set both `url` and `svg`, `svg` will take precedence.\n */\n url?: string;\n /**\n * Specifies alternate text for a custom icon. We recommend that you provide this for accessibility.\n * This property is ignored if you use a predefined icon or if you set your custom icon using the `svg` slot.\n */\n alt?: string;\n\n /**\n * Specifies the SVG of a custom icon.\n *\n * Use this property if the icon you want isn't available, and you want your custom icon to inherit colors dictated by variant or hover states.\n * When this property is set, the component will be decorated with `aria-hidden=\"true\"`. Ensure that the `svg` element:\n * - has attribute `focusable=\"false\"`.\n * - has `viewBox=\"0 0 16 16\"`.\n *\n * If you set the `svg` element as the root node of the slot, the component will automatically\n * - set `stroke=\"currentColor\"`, `fill=\"none\"`, and `vertical-align=\"top\"`.\n * - set the stroke width based on the size of the icon.\n * - set the width and height of the SVG element based on the size of the icon.\n *\n * If you don't want these styles to be automatically set, wrap the `svg` element into a `span` and ensure icon `size` is not set to `inherit`.\n * You can still set the stroke to `currentColor` to inherit the color of the surrounding elements.\n *\n * If you set both `url` and `svg`, `svg` will take precedence.\n *\n * *Note:* Remember to remove any additional elements (for example: `defs`) and related CSS classes from SVG files exported from design software.\n * In most cases, they aren't needed, as the `svg` element inherits styles from the icon component.\n */\n svg?: React.ReactNode;\n}\n\nexport namespace IconProps {\n // Why not enums? Explained there\n // https://stackoverflow.com/questions/52393730/typescript-string-literal-union-type-from-enum\n export type Name =\n | 'add-plus'\n | 'angle-left-double'\n | 'angle-left'\n | 'angle-right-double'\n | 'angle-right'\n | 'angle-up'\n | 'angle-down'\n | 'arrow-left'\n | 'bug'\n | 'call'\n | 'calendar'\n | 'caret-down-filled'\n | 'caret-down'\n | 'caret-left-filled'\n | 'caret-right-filled'\n | 'caret-up-filled'\n | 'caret-up'\n | 'contact'\n | 'close'\n | 'copy'\n | 'download'\n | 'edit'\n | 'ellipsis'\n | 'envelope'\n | 'expand'\n | 'external'\n | 'file-open'\n | 'file'\n | 'filter'\n | 'folder-open'\n | 'folder'\n | 'heart'\n | 'key'\n | 'lock-private'\n | 'menu'\n | 'microphone'\n | 'notification'\n | 'refresh'\n | 'search'\n | 'settings'\n | 'share'\n | 'status-in-progress'\n | 'status-info'\n | 'status-negative'\n | 'status-pending'\n | 'status-positive'\n | 'status-stopped'\n | 'status-warning'\n | 'treeview-collapse'\n | 'treeview-expand'\n | 'undo'\n | 'unlocked'\n | 'upload'\n | 'user-profile'\n | 'view-full'\n | 'view-horizontal'\n | 'view-vertical'\n | 'zoom-in'\n | 'zoom-out';\n\n export type Variant = 'normal' | 'disabled' | 'error' | 'inverted' | 'link' | 'subtle' | 'success' | 'warning';\n\n export type Size = 'small' | 'normal' | 'medium' | 'big' | 'large' | 'inherit';\n}\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { InternalBaseComponentProps } from '../internal/hooks/use-base-component';
|
|
2
|
+
import { IconProps } from './interfaces';
|
|
3
|
+
declare type InternalIconProps = IconProps & InternalBaseComponentProps & {
|
|
4
|
+
badge?: boolean;
|
|
5
|
+
};
|
|
6
|
+
declare const InternalIcon: ({ name, size, variant, url, alt, svg, badge, __internalRootRef, ...props }: InternalIconProps) => JSX.Element;
|
|
7
|
+
export { InternalIconProps };
|
|
8
|
+
export default InternalIcon;
|
|
9
|
+
//# sourceMappingURL=internal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../src/icon/internal.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAClF,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAIzC,aAAK,iBAAiB,GAAG,SAAS,GAChC,0BAA0B,GAAG;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAkBJ,QAAA,MAAM,YAAY,+EAUf,iBAAiB,gBAoEnB,CAAC;AAEF,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,eAAe,YAAY,CAAC"}
|
package/icon/internal.js
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { __assign, __rest } from "tslib";
|
|
2
|
+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
import clsx from 'clsx';
|
|
5
|
+
import React, { useLayoutEffect, useRef, useState } from 'react';
|
|
6
|
+
import { getBaseProps } from '../internal/base-component';
|
|
7
|
+
import { warnOnce } from '../internal/logging';
|
|
8
|
+
import styles from './styles.css.js';
|
|
9
|
+
import icons from './icons';
|
|
10
|
+
import { useMergeRefs } from '../internal/hooks/use-merge-refs';
|
|
11
|
+
import { useVisualRefresh } from '../internal/hooks/use-visual-mode';
|
|
12
|
+
function iconSizeMap(height) {
|
|
13
|
+
if (height) {
|
|
14
|
+
if (height >= 50) {
|
|
15
|
+
return 'large';
|
|
16
|
+
}
|
|
17
|
+
else if (height >= 36) {
|
|
18
|
+
return 'big';
|
|
19
|
+
}
|
|
20
|
+
else if (height >= 24) {
|
|
21
|
+
return 'medium';
|
|
22
|
+
}
|
|
23
|
+
else if (height <= 16) {
|
|
24
|
+
return 'small';
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
return 'normal';
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
var InternalIcon = function (_a) {
|
|
32
|
+
var name = _a.name, _b = _a.size, size = _b === void 0 ? 'normal' : _b, _c = _a.variant, variant = _c === void 0 ? 'normal' : _c, url = _a.url, alt = _a.alt, svg = _a.svg, badge = _a.badge, _d = _a.__internalRootRef, __internalRootRef = _d === void 0 ? null : _d, props = __rest(_a, ["name", "size", "variant", "url", "alt", "svg", "badge", "__internalRootRef"]);
|
|
33
|
+
var iconRef = useRef(null);
|
|
34
|
+
// To ensure a re-render is triggered on visual mode changes
|
|
35
|
+
useVisualRefresh(iconRef);
|
|
36
|
+
var _e = useState(0), parentHeight = _e[0], setParentHeight = _e[1];
|
|
37
|
+
var contextualSize = size === 'inherit';
|
|
38
|
+
var iconSize = contextualSize ? iconSizeMap(parentHeight) : size;
|
|
39
|
+
var inlineStyles = { height: contextualSize ? "".concat(parentHeight, "px") : '' };
|
|
40
|
+
var baseProps = getBaseProps(props);
|
|
41
|
+
baseProps.className = clsx(baseProps.className, styles.icon, contextualSize && styles['icon-flex-height'], badge && styles.badge, !contextualSize && styles["size-".concat(iconSize, "-mapped-height")], styles["size-".concat(iconSize)], styles["variant-".concat(variant)]);
|
|
42
|
+
// Possible infinite loop is not a concern here because line
|
|
43
|
+
// height should not change without an external state update.
|
|
44
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
45
|
+
useLayoutEffect(function () {
|
|
46
|
+
if (!contextualSize || !iconRef.current) {
|
|
47
|
+
return;
|
|
48
|
+
}
|
|
49
|
+
var lineHeight = getComputedStyle(iconRef.current).lineHeight;
|
|
50
|
+
var newParentHeight = parseInt(lineHeight, 10);
|
|
51
|
+
setParentHeight(newParentHeight);
|
|
52
|
+
});
|
|
53
|
+
var mergedRef = useMergeRefs(iconRef, __internalRootRef);
|
|
54
|
+
if (svg) {
|
|
55
|
+
if (url) {
|
|
56
|
+
warnOnce('Icon', 'You have specified both `url` and `svg`. `svg` will take precedence and `url` will be ignored.');
|
|
57
|
+
}
|
|
58
|
+
return (React.createElement("span", __assign({}, baseProps, { ref: mergedRef, "aria-hidden": "true", style: inlineStyles }), svg));
|
|
59
|
+
}
|
|
60
|
+
if (url) {
|
|
61
|
+
return (React.createElement("span", __assign({}, baseProps, { ref: mergedRef, style: inlineStyles }),
|
|
62
|
+
React.createElement("img", { src: url, alt: alt })));
|
|
63
|
+
}
|
|
64
|
+
var validIcon = name && Object.prototype.hasOwnProperty.call(icons, name);
|
|
65
|
+
return (React.createElement("span", __assign({}, baseProps, {
|
|
66
|
+
// dangerouslySetInnerHTML is safe here, as we control the content coming from `icons`
|
|
67
|
+
// eslint-disable-next-line react/no-danger
|
|
68
|
+
dangerouslySetInnerHTML: validIcon ? { __html: icons[name] } : undefined, ref: mergedRef, style: inlineStyles })));
|
|
69
|
+
};
|
|
70
|
+
export default InternalIcon;
|
|
71
|
+
//# sourceMappingURL=internal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"internal.js","sourceRoot":"","sources":["../../../src/icon/internal.tsx"],"names":[],"mappings":";AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,KAAK,EAAE,EAAE,eAAe,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,KAAK,MAAM,SAAS,CAAC;AAG5B,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAOrE,SAAS,WAAW,CAAC,MAAc;IACjC,IAAI,MAAM,EAAE;QACV,IAAI,MAAM,IAAI,EAAE,EAAE;YAChB,OAAO,OAAO,CAAC;SAChB;aAAM,IAAI,MAAM,IAAI,EAAE,EAAE;YACvB,OAAO,KAAK,CAAC;SACd;aAAM,IAAI,MAAM,IAAI,EAAE,EAAE;YACvB,OAAO,QAAQ,CAAC;SACjB;aAAM,IAAI,MAAM,IAAI,EAAE,EAAE;YACvB,OAAO,OAAO,CAAC;SAChB;aAAM;YACL,OAAO,QAAQ,CAAC;SACjB;KACF;AACH,CAAC;AAED,IAAM,YAAY,GAAG,UAAC,EAUF;IATlB,IAAA,IAAI,UAAA,EACJ,YAAe,EAAf,IAAI,mBAAG,QAAQ,KAAA,EACf,eAAkB,EAAlB,OAAO,mBAAG,QAAQ,KAAA,EAClB,GAAG,SAAA,EACH,GAAG,SAAA,EACH,GAAG,SAAA,EACH,KAAK,WAAA,EACL,yBAAwB,EAAxB,iBAAiB,mBAAG,IAAI,KAAA,EACrB,KAAK,cATY,8EAUrB,CADS;IAER,IAAM,OAAO,GAAG,MAAM,CAAc,IAAI,CAAC,CAAC;IAC1C,4DAA4D;IAC5D,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpB,IAAA,KAAkC,QAAQ,CAAC,CAAC,CAAC,EAA5C,YAAY,QAAA,EAAE,eAAe,QAAe,CAAC;IACpD,IAAM,cAAc,GAAG,IAAI,KAAK,SAAS,CAAC;IAC1C,IAAM,QAAQ,GAAG,cAAc,CAAC,CAAC,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;IACnE,IAAM,YAAY,GAAG,EAAE,MAAM,EAAE,cAAc,CAAC,CAAC,CAAC,UAAG,YAAY,OAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IAC3E,IAAM,SAAS,GAAG,YAAY,CAAC,KAAK,CAAC,CAAC;IAEtC,SAAS,CAAC,SAAS,GAAG,IAAI,CACxB,SAAS,CAAC,SAAS,EACnB,MAAM,CAAC,IAAI,EACX,cAAc,IAAI,MAAM,CAAC,kBAAkB,CAAC,EAC5C,KAAK,IAAI,MAAM,CAAC,KAAK,EACrB,CAAC,cAAc,IAAI,MAAM,CAAC,eAAQ,QAAQ,mBAAgB,CAAC,EAC3D,MAAM,CAAC,eAAQ,QAAQ,CAAE,CAAC,EAC1B,MAAM,CAAC,kBAAW,OAAO,CAAE,CAAC,CAC7B,CAAC;IAEF,4DAA4D;IAC5D,6DAA6D;IAC7D,uDAAuD;IACvD,eAAe,CAAC;QACd,IAAI,CAAC,cAAc,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE;YACvC,OAAO;SACR;QACO,IAAA,UAAU,GAAK,gBAAgB,CAAC,OAAO,CAAC,OAAO,CAAC,WAAtC,CAAuC;QACzD,IAAM,eAAe,GAAG,QAAQ,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;QACjD,eAAe,CAAC,eAAe,CAAC,CAAC;IACnC,CAAC,CAAC,CAAC;IAEH,IAAM,SAAS,GAAG,YAAY,CAAC,OAAO,EAAE,iBAAiB,CAAC,CAAC;IAE3D,IAAI,GAAG,EAAE;QACP,IAAI,GAAG,EAAE;YACP,QAAQ,CACN,MAAM,EACN,gGAAgG,CACjG,CAAC;SACH;QACD,OAAO,CACL,yCAAU,SAAS,IAAE,GAAG,EAAE,SAAS,iBAAc,MAAM,EAAC,KAAK,EAAE,YAAY,KACxE,GAAG,CACC,CACR,CAAC;KACH;IAED,IAAI,GAAG,EAAE;QACP,OAAO,CACL,yCAAU,SAAS,IAAE,GAAG,EAAE,SAAS,EAAE,KAAK,EAAE,YAAY;YACtD,6BAAK,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAI,CACtB,CACR,CAAC;KACH;IAED,IAAM,SAAS,GAAG,IAAI,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;IAE5E,OAAO,CACL,yCACM,SAAS;QACb,sFAAsF;QACtF,2CAA2C;QAC3C,uBAAuB,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS,EACxE,GAAG,EAAE,SAAS,EACd,KAAK,EAAE,YAAY,IACnB,CACH,CAAC;AACJ,CAAC,CAAC;AAGF,eAAe,YAAY,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport clsx from 'clsx';\nimport React, { useLayoutEffect, useRef, useState } from 'react';\nimport { getBaseProps } from '../internal/base-component';\nimport { warnOnce } from '../internal/logging';\nimport styles from './styles.css.js';\nimport icons from './icons';\nimport { InternalBaseComponentProps } from '../internal/hooks/use-base-component';\nimport { IconProps } from './interfaces';\nimport { useMergeRefs } from '../internal/hooks/use-merge-refs';\nimport { useVisualRefresh } from '../internal/hooks/use-visual-mode';\n\ntype InternalIconProps = IconProps &\n InternalBaseComponentProps & {\n badge?: boolean;\n };\n\nfunction iconSizeMap(height: number) {\n if (height) {\n if (height >= 50) {\n return 'large';\n } else if (height >= 36) {\n return 'big';\n } else if (height >= 24) {\n return 'medium';\n } else if (height <= 16) {\n return 'small';\n } else {\n return 'normal';\n }\n }\n}\n\nconst InternalIcon = ({\n name,\n size = 'normal',\n variant = 'normal',\n url,\n alt,\n svg,\n badge,\n __internalRootRef = null,\n ...props\n}: InternalIconProps) => {\n const iconRef = useRef<HTMLElement>(null);\n // To ensure a re-render is triggered on visual mode changes\n useVisualRefresh(iconRef);\n const [parentHeight, setParentHeight] = useState(0);\n const contextualSize = size === 'inherit';\n const iconSize = contextualSize ? iconSizeMap(parentHeight) : size;\n const inlineStyles = { height: contextualSize ? `${parentHeight}px` : '' };\n const baseProps = getBaseProps(props);\n\n baseProps.className = clsx(\n baseProps.className,\n styles.icon,\n contextualSize && styles['icon-flex-height'],\n badge && styles.badge,\n !contextualSize && styles[`size-${iconSize}-mapped-height`],\n styles[`size-${iconSize}`],\n styles[`variant-${variant}`]\n );\n\n // Possible infinite loop is not a concern here because line\n // height should not change without an external state update.\n // eslint-disable-next-line react-hooks/exhaustive-deps\n useLayoutEffect(() => {\n if (!contextualSize || !iconRef.current) {\n return;\n }\n const { lineHeight } = getComputedStyle(iconRef.current);\n const newParentHeight = parseInt(lineHeight, 10);\n setParentHeight(newParentHeight);\n });\n\n const mergedRef = useMergeRefs(iconRef, __internalRootRef);\n\n if (svg) {\n if (url) {\n warnOnce(\n 'Icon',\n 'You have specified both `url` and `svg`. `svg` will take precedence and `url` will be ignored.'\n );\n }\n return (\n <span {...baseProps} ref={mergedRef} aria-hidden=\"true\" style={inlineStyles}>\n {svg}\n </span>\n );\n }\n\n if (url) {\n return (\n <span {...baseProps} ref={mergedRef} style={inlineStyles}>\n <img src={url} alt={alt} />\n </span>\n );\n }\n\n const validIcon = name && Object.prototype.hasOwnProperty.call(icons, name);\n\n return (\n <span\n {...baseProps}\n // dangerouslySetInnerHTML is safe here, as we control the content coming from `icons`\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={validIcon ? { __html: icons[name] } : undefined}\n ref={mergedRef}\n style={inlineStyles}\n />\n );\n};\n\nexport { InternalIconProps };\nexport default InternalIcon;\n"]}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
import './styles.scoped.css';
|
|
3
|
+
export default {
|
|
4
|
+
"icon": "awsui_icon_h11ix_k54ie_98",
|
|
5
|
+
"icon-flex-height": "awsui_icon-flex-height_h11ix_k54ie_104",
|
|
6
|
+
"size-small": "awsui_size-small_h11ix_k54ie_129",
|
|
7
|
+
"size-small-mapped-height": "awsui_size-small-mapped-height_h11ix_k54ie_133",
|
|
8
|
+
"size-normal": "awsui_size-normal_h11ix_k54ie_147",
|
|
9
|
+
"size-normal-mapped-height": "awsui_size-normal-mapped-height_h11ix_k54ie_151",
|
|
10
|
+
"size-medium": "awsui_size-medium_h11ix_k54ie_165",
|
|
11
|
+
"size-medium-mapped-height": "awsui_size-medium-mapped-height_h11ix_k54ie_169",
|
|
12
|
+
"size-big": "awsui_size-big_h11ix_k54ie_183",
|
|
13
|
+
"size-big-mapped-height": "awsui_size-big-mapped-height_h11ix_k54ie_187",
|
|
14
|
+
"size-large": "awsui_size-large_h11ix_k54ie_201",
|
|
15
|
+
"size-large-mapped-height": "awsui_size-large-mapped-height_h11ix_k54ie_205",
|
|
16
|
+
"variant-normal": "awsui_variant-normal_h11ix_k54ie_219",
|
|
17
|
+
"variant-disabled": "awsui_variant-disabled_h11ix_k54ie_222",
|
|
18
|
+
"variant-inverted": "awsui_variant-inverted_h11ix_k54ie_225",
|
|
19
|
+
"variant-subtle": "awsui_variant-subtle_h11ix_k54ie_228",
|
|
20
|
+
"variant-warning": "awsui_variant-warning_h11ix_k54ie_231",
|
|
21
|
+
"variant-error": "awsui_variant-error_h11ix_k54ie_234",
|
|
22
|
+
"variant-success": "awsui_variant-success_h11ix_k54ie_237",
|
|
23
|
+
"variant-link": "awsui_variant-link_h11ix_k54ie_240",
|
|
24
|
+
"badge": "awsui_badge_h11ix_k54ie_244"
|
|
25
|
+
};
|
|
26
|
+
|
|
@@ -0,0 +1,286 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
|
+
SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
*/
|
|
5
|
+
/*
|
|
6
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
7
|
+
SPDX-License-Identifier: Apache-2.0
|
|
8
|
+
*/
|
|
9
|
+
/*
|
|
10
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
11
|
+
SPDX-License-Identifier: Apache-2.0
|
|
12
|
+
*/
|
|
13
|
+
/*
|
|
14
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
15
|
+
SPDX-License-Identifier: Apache-2.0
|
|
16
|
+
*/
|
|
17
|
+
/*
|
|
18
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
19
|
+
SPDX-License-Identifier: Apache-2.0
|
|
20
|
+
*/
|
|
21
|
+
/*
|
|
22
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
23
|
+
SPDX-License-Identifier: Apache-2.0
|
|
24
|
+
*/
|
|
25
|
+
/*
|
|
26
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
27
|
+
SPDX-License-Identifier: Apache-2.0
|
|
28
|
+
*/
|
|
29
|
+
/*
|
|
30
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
31
|
+
SPDX-License-Identifier: Apache-2.0
|
|
32
|
+
*/
|
|
33
|
+
/*
|
|
34
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
35
|
+
SPDX-License-Identifier: Apache-2.0
|
|
36
|
+
*/
|
|
37
|
+
/*
|
|
38
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
39
|
+
SPDX-License-Identifier: Apache-2.0
|
|
40
|
+
*/
|
|
41
|
+
/*
|
|
42
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
43
|
+
SPDX-License-Identifier: Apache-2.0
|
|
44
|
+
*/
|
|
45
|
+
/*
|
|
46
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
47
|
+
SPDX-License-Identifier: Apache-2.0
|
|
48
|
+
*/
|
|
49
|
+
/*
|
|
50
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
51
|
+
SPDX-License-Identifier: Apache-2.0
|
|
52
|
+
*/
|
|
53
|
+
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
|
|
54
|
+
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
|
|
55
|
+
/*
|
|
56
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
57
|
+
SPDX-License-Identifier: Apache-2.0
|
|
58
|
+
*/
|
|
59
|
+
/*
|
|
60
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
61
|
+
SPDX-License-Identifier: Apache-2.0
|
|
62
|
+
*/
|
|
63
|
+
/*
|
|
64
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
65
|
+
SPDX-License-Identifier: Apache-2.0
|
|
66
|
+
*/
|
|
67
|
+
/*
|
|
68
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
69
|
+
SPDX-License-Identifier: Apache-2.0
|
|
70
|
+
*/
|
|
71
|
+
/*
|
|
72
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
73
|
+
SPDX-License-Identifier: Apache-2.0
|
|
74
|
+
*/
|
|
75
|
+
/*
|
|
76
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
77
|
+
SPDX-License-Identifier: Apache-2.0
|
|
78
|
+
*/
|
|
79
|
+
/*
|
|
80
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
81
|
+
SPDX-License-Identifier: Apache-2.0
|
|
82
|
+
*/
|
|
83
|
+
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
84
|
+
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
85
|
+
/*
|
|
86
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
87
|
+
SPDX-License-Identifier: Apache-2.0
|
|
88
|
+
*/
|
|
89
|
+
/*
|
|
90
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
|
+
SPDX-License-Identifier: Apache-2.0
|
|
92
|
+
*/
|
|
93
|
+
/* stylelint-disable selector-max-universal, selector-max-type */
|
|
94
|
+
/*
|
|
95
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
96
|
+
SPDX-License-Identifier: Apache-2.0
|
|
97
|
+
*/
|
|
98
|
+
.awsui_icon_h11ix_k54ie_98:not(#\9) {
|
|
99
|
+
position: relative;
|
|
100
|
+
display: inline-block;
|
|
101
|
+
vertical-align: top;
|
|
102
|
+
/* stylelint-disable-next-line selector-max-type */
|
|
103
|
+
}
|
|
104
|
+
.awsui_icon-flex-height_h11ix_k54ie_104:not(#\9) {
|
|
105
|
+
display: inline-flex;
|
|
106
|
+
align-items: center;
|
|
107
|
+
}
|
|
108
|
+
.awsui_icon_h11ix_k54ie_98 > svg:not(#\9) {
|
|
109
|
+
pointer-events: none;
|
|
110
|
+
}
|
|
111
|
+
.awsui_icon_h11ix_k54ie_98 > svg:not(#\9) {
|
|
112
|
+
fill: none;
|
|
113
|
+
}
|
|
114
|
+
.awsui_icon_h11ix_k54ie_98 > svg *:not(#\9) {
|
|
115
|
+
stroke: currentColor;
|
|
116
|
+
}
|
|
117
|
+
.awsui_icon_h11ix_k54ie_98 > svg .stroke-linejoin-round:not(#\9) {
|
|
118
|
+
stroke-linejoin: round;
|
|
119
|
+
}
|
|
120
|
+
.awsui_icon_h11ix_k54ie_98 > svg .stroke-linecap-square:not(#\9) {
|
|
121
|
+
stroke-linecap: square;
|
|
122
|
+
}
|
|
123
|
+
.awsui_icon_h11ix_k54ie_98 > svg .stroke-linecap-round:not(#\9) {
|
|
124
|
+
stroke-linecap: round;
|
|
125
|
+
}
|
|
126
|
+
.awsui_icon_h11ix_k54ie_98 > svg .filled:not(#\9) {
|
|
127
|
+
fill: currentColor;
|
|
128
|
+
}
|
|
129
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-small_h11ix_k54ie_129:not(#\9) {
|
|
130
|
+
width: 16px;
|
|
131
|
+
width: var(--size-icon-normal-j1z5fn, 16px);
|
|
132
|
+
box-sizing: border-box;
|
|
133
|
+
}
|
|
134
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-small-mapped-height_h11ix_k54ie_133:not(#\9) {
|
|
135
|
+
height: 16px;
|
|
136
|
+
height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
137
|
+
padding: calc((16px - 16px) / 2) 0;
|
|
138
|
+
padding: calc((var(--font-body-s-line-height-kdsbrl, 16px) - var(--size-icon-normal-j1z5fn, 16px)) / 2) 0;
|
|
139
|
+
}
|
|
140
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-small_h11ix_k54ie_129 > svg:not(#\9),
|
|
141
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-small_h11ix_k54ie_129 > img:not(#\9) {
|
|
142
|
+
width: 16px;
|
|
143
|
+
width: var(--size-icon-normal-j1z5fn, 16px);
|
|
144
|
+
height: 16px;
|
|
145
|
+
height: var(--size-icon-normal-j1z5fn, 16px);
|
|
146
|
+
vertical-align: top;
|
|
147
|
+
}
|
|
148
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-small_h11ix_k54ie_129 > svg:not(#\9),
|
|
149
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-small_h11ix_k54ie_129 > svg *:not(#\9) {
|
|
150
|
+
stroke-width: 2px;
|
|
151
|
+
}
|
|
152
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-normal_h11ix_k54ie_147:not(#\9) {
|
|
153
|
+
width: 16px;
|
|
154
|
+
width: var(--size-icon-normal-j1z5fn, 16px);
|
|
155
|
+
box-sizing: border-box;
|
|
156
|
+
}
|
|
157
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-normal-mapped-height_h11ix_k54ie_151:not(#\9) {
|
|
158
|
+
height: 22px;
|
|
159
|
+
height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
160
|
+
padding: calc((22px - 16px) / 2) 0;
|
|
161
|
+
padding: calc((var(--font-body-m-line-height-i7xxvv, 22px) - var(--size-icon-normal-j1z5fn, 16px)) / 2) 0;
|
|
162
|
+
}
|
|
163
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-normal_h11ix_k54ie_147 > svg:not(#\9),
|
|
164
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-normal_h11ix_k54ie_147 > img:not(#\9) {
|
|
165
|
+
width: 16px;
|
|
166
|
+
width: var(--size-icon-normal-j1z5fn, 16px);
|
|
167
|
+
height: 16px;
|
|
168
|
+
height: var(--size-icon-normal-j1z5fn, 16px);
|
|
169
|
+
vertical-align: top;
|
|
170
|
+
}
|
|
171
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-normal_h11ix_k54ie_147 > svg:not(#\9),
|
|
172
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-normal_h11ix_k54ie_147 > svg *:not(#\9) {
|
|
173
|
+
stroke-width: 2px;
|
|
174
|
+
}
|
|
175
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-medium_h11ix_k54ie_165:not(#\9) {
|
|
176
|
+
width: 20px;
|
|
177
|
+
width: var(--size-icon-medium-fvz0oi, 20px);
|
|
178
|
+
box-sizing: border-box;
|
|
179
|
+
}
|
|
180
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-medium-mapped-height_h11ix_k54ie_169:not(#\9) {
|
|
181
|
+
height: 30px;
|
|
182
|
+
height: var(--font-heading-l-line-height-gev4n1, 30px);
|
|
183
|
+
padding: calc((30px - 20px) / 2) 0;
|
|
184
|
+
padding: calc((var(--font-heading-l-line-height-gev4n1, 30px) - var(--size-icon-medium-fvz0oi, 20px)) / 2) 0;
|
|
185
|
+
}
|
|
186
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-medium_h11ix_k54ie_165 > svg:not(#\9),
|
|
187
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-medium_h11ix_k54ie_165 > img:not(#\9) {
|
|
188
|
+
width: 20px;
|
|
189
|
+
width: var(--size-icon-medium-fvz0oi, 20px);
|
|
190
|
+
height: 20px;
|
|
191
|
+
height: var(--size-icon-medium-fvz0oi, 20px);
|
|
192
|
+
vertical-align: top;
|
|
193
|
+
}
|
|
194
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-medium_h11ix_k54ie_165 > svg:not(#\9),
|
|
195
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-medium_h11ix_k54ie_165 > svg *:not(#\9) {
|
|
196
|
+
stroke-width: 2px;
|
|
197
|
+
}
|
|
198
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-big_h11ix_k54ie_183:not(#\9) {
|
|
199
|
+
width: 32px;
|
|
200
|
+
width: var(--size-icon-big-cu55wt, 32px);
|
|
201
|
+
box-sizing: border-box;
|
|
202
|
+
}
|
|
203
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-big-mapped-height_h11ix_k54ie_187:not(#\9) {
|
|
204
|
+
height: 40px;
|
|
205
|
+
height: var(--font-heading-xl-line-height-doxfdj, 40px);
|
|
206
|
+
padding: calc((40px - 32px) / 2) 0;
|
|
207
|
+
padding: calc((var(--font-heading-xl-line-height-doxfdj, 40px) - var(--size-icon-big-cu55wt, 32px)) / 2) 0;
|
|
208
|
+
}
|
|
209
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-big_h11ix_k54ie_183 > svg:not(#\9),
|
|
210
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-big_h11ix_k54ie_183 > img:not(#\9) {
|
|
211
|
+
width: 32px;
|
|
212
|
+
width: var(--size-icon-big-cu55wt, 32px);
|
|
213
|
+
height: 32px;
|
|
214
|
+
height: var(--size-icon-big-cu55wt, 32px);
|
|
215
|
+
vertical-align: top;
|
|
216
|
+
}
|
|
217
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-big_h11ix_k54ie_183 > svg:not(#\9),
|
|
218
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-big_h11ix_k54ie_183 > svg *:not(#\9) {
|
|
219
|
+
stroke-width: 2px;
|
|
220
|
+
}
|
|
221
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-large_h11ix_k54ie_201:not(#\9) {
|
|
222
|
+
width: 48px;
|
|
223
|
+
width: var(--size-icon-large-9vh494, 48px);
|
|
224
|
+
box-sizing: border-box;
|
|
225
|
+
}
|
|
226
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-large-mapped-height_h11ix_k54ie_205:not(#\9) {
|
|
227
|
+
height: 54px;
|
|
228
|
+
height: var(--font-display-l-line-height-71tnj3, 54px);
|
|
229
|
+
padding: calc((54px - 48px) / 2) 0;
|
|
230
|
+
padding: calc((var(--font-display-l-line-height-71tnj3, 54px) - var(--size-icon-large-9vh494, 48px)) / 2) 0;
|
|
231
|
+
}
|
|
232
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-large_h11ix_k54ie_201 > svg:not(#\9),
|
|
233
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-large_h11ix_k54ie_201 > img:not(#\9) {
|
|
234
|
+
width: 48px;
|
|
235
|
+
width: var(--size-icon-large-9vh494, 48px);
|
|
236
|
+
height: 48px;
|
|
237
|
+
height: var(--size-icon-large-9vh494, 48px);
|
|
238
|
+
vertical-align: top;
|
|
239
|
+
}
|
|
240
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-large_h11ix_k54ie_201 > svg:not(#\9),
|
|
241
|
+
.awsui_icon_h11ix_k54ie_98.awsui_size-large_h11ix_k54ie_201 > svg *:not(#\9) {
|
|
242
|
+
stroke-width: 1.2px;
|
|
243
|
+
}
|
|
244
|
+
.awsui_icon_h11ix_k54ie_98.awsui_variant-normal_h11ix_k54ie_219:not(#\9) {
|
|
245
|
+
color: currentColor;
|
|
246
|
+
}
|
|
247
|
+
.awsui_icon_h11ix_k54ie_98.awsui_variant-disabled_h11ix_k54ie_222:not(#\9) {
|
|
248
|
+
color: #9ba7b6;
|
|
249
|
+
color: var(--color-text-interactive-disabled-3pbb07, #9ba7b6);
|
|
250
|
+
}
|
|
251
|
+
.awsui_icon_h11ix_k54ie_98.awsui_variant-inverted_h11ix_k54ie_225:not(#\9) {
|
|
252
|
+
color: #ffffff;
|
|
253
|
+
color: var(--color-text-inverted-821sko, #ffffff);
|
|
254
|
+
}
|
|
255
|
+
.awsui_icon_h11ix_k54ie_98.awsui_variant-subtle_h11ix_k54ie_228:not(#\9) {
|
|
256
|
+
color: #5f6b7a;
|
|
257
|
+
color: var(--color-text-icon-subtle-bz5b7h, #5f6b7a);
|
|
258
|
+
}
|
|
259
|
+
.awsui_icon_h11ix_k54ie_98.awsui_variant-warning_h11ix_k54ie_231:not(#\9) {
|
|
260
|
+
color: #d91515;
|
|
261
|
+
color: var(--color-text-status-warning-27nlyh, #d91515);
|
|
262
|
+
}
|
|
263
|
+
.awsui_icon_h11ix_k54ie_98.awsui_variant-error_h11ix_k54ie_234:not(#\9) {
|
|
264
|
+
color: #d91515;
|
|
265
|
+
color: var(--color-text-status-error-5sesl6, #d91515);
|
|
266
|
+
}
|
|
267
|
+
.awsui_icon_h11ix_k54ie_98.awsui_variant-success_h11ix_k54ie_237:not(#\9) {
|
|
268
|
+
color: #037f0c;
|
|
269
|
+
color: var(--color-text-status-success-0fzhv9, #037f0c);
|
|
270
|
+
}
|
|
271
|
+
.awsui_icon_h11ix_k54ie_98.awsui_variant-link_h11ix_k54ie_240:not(#\9) {
|
|
272
|
+
color: #0972d3;
|
|
273
|
+
color: var(--color-text-link-default-5f186r, #0972d3);
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.awsui_badge_h11ix_k54ie_244:not(#\9)::after {
|
|
277
|
+
content: "";
|
|
278
|
+
position: absolute;
|
|
279
|
+
width: 8px;
|
|
280
|
+
height: 8px;
|
|
281
|
+
border-radius: 8px;
|
|
282
|
+
background-color: #0972d3;
|
|
283
|
+
background-color: var(--color-text-status-info-utupcz, #0972d3);
|
|
284
|
+
top: 2px;
|
|
285
|
+
right: -2px;
|
|
286
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
|
|
2
|
+
// es-module interop with Babel and Typescript
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
module.exports.default = {
|
|
5
|
+
"icon": "awsui_icon_h11ix_k54ie_98",
|
|
6
|
+
"icon-flex-height": "awsui_icon-flex-height_h11ix_k54ie_104",
|
|
7
|
+
"size-small": "awsui_size-small_h11ix_k54ie_129",
|
|
8
|
+
"size-small-mapped-height": "awsui_size-small-mapped-height_h11ix_k54ie_133",
|
|
9
|
+
"size-normal": "awsui_size-normal_h11ix_k54ie_147",
|
|
10
|
+
"size-normal-mapped-height": "awsui_size-normal-mapped-height_h11ix_k54ie_151",
|
|
11
|
+
"size-medium": "awsui_size-medium_h11ix_k54ie_165",
|
|
12
|
+
"size-medium-mapped-height": "awsui_size-medium-mapped-height_h11ix_k54ie_169",
|
|
13
|
+
"size-big": "awsui_size-big_h11ix_k54ie_183",
|
|
14
|
+
"size-big-mapped-height": "awsui_size-big-mapped-height_h11ix_k54ie_187",
|
|
15
|
+
"size-large": "awsui_size-large_h11ix_k54ie_201",
|
|
16
|
+
"size-large-mapped-height": "awsui_size-large-mapped-height_h11ix_k54ie_205",
|
|
17
|
+
"variant-normal": "awsui_variant-normal_h11ix_k54ie_219",
|
|
18
|
+
"variant-disabled": "awsui_variant-disabled_h11ix_k54ie_222",
|
|
19
|
+
"variant-inverted": "awsui_variant-inverted_h11ix_k54ie_225",
|
|
20
|
+
"variant-subtle": "awsui_variant-subtle_h11ix_k54ie_228",
|
|
21
|
+
"variant-warning": "awsui_variant-warning_h11ix_k54ie_231",
|
|
22
|
+
"variant-error": "awsui_variant-error_h11ix_k54ie_234",
|
|
23
|
+
"variant-success": "awsui_variant-success_h11ix_k54ie_237",
|
|
24
|
+
"variant-link": "awsui_variant-link_h11ix_k54ie_240",
|
|
25
|
+
"badge": "awsui_badge_h11ix_k54ie_244"
|
|
26
|
+
};
|
|
27
|
+
|