@siemens/ix 0.0.0-20240419081748
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 +21 -0
- package/README.md +4 -0
- package/components/a11y.js +142 -0
- package/components/a11y.js.map +1 -0
- package/components/animation.js +19 -0
- package/components/animation.js.map +1 -0
- package/components/anime.es.js +1311 -0
- package/components/anime.es.js.map +1 -0
- package/components/application-header.js +150 -0
- package/components/application-header.js.map +1 -0
- package/components/avatar.js +101 -0
- package/components/avatar.js.map +1 -0
- package/components/base-button.js +47 -0
- package/components/base-button.js.map +1 -0
- package/components/base-icon-button.js +18 -0
- package/components/base-icon-button.js.map +1 -0
- package/components/breadcrumb-item.js +101 -0
- package/components/breadcrumb-item.js.map +1 -0
- package/components/breakpoints.js +25 -0
- package/components/breakpoints.js.map +1 -0
- package/components/button.js +92 -0
- package/components/button.js.map +1 -0
- package/components/card-accordion.js +86 -0
- package/components/card-accordion.js.map +1 -0
- package/components/card-content.js +33 -0
- package/components/card-content.js.map +1 -0
- package/components/card-title.js +33 -0
- package/components/card-title.js.map +1 -0
- package/components/card.js +42 -0
- package/components/card.js.map +1 -0
- package/components/col.js +94 -0
- package/components/col.js.map +1 -0
- package/components/context.js +101 -0
- package/components/context.js.map +1 -0
- package/components/custom-elements.d.ts +10 -0
- package/components/date-picker.js +555 -0
- package/components/date-picker.js.map +1 -0
- package/components/date-time-card.js +51 -0
- package/components/date-time-card.js.map +1 -0
- package/components/default-tree-item.js +22 -0
- package/components/default-tree-item.js.map +1 -0
- package/components/divider.js +33 -0
- package/components/divider.js.map +1 -0
- package/components/dropdown-item.js +75 -0
- package/components/dropdown-item.js.map +1 -0
- package/components/dropdown.js +442 -0
- package/components/dropdown.js.map +1 -0
- package/components/filter-chip.js +57 -0
- package/components/filter-chip.js.map +1 -0
- package/components/flip-tile-state.js +21 -0
- package/components/flip-tile-state.js.map +1 -0
- package/components/floating-ui.dom.esm.js +1528 -0
- package/components/floating-ui.dom.esm.js.map +1 -0
- package/components/group-context-menu.js +74 -0
- package/components/group-context-menu.js.map +1 -0
- package/components/group-item.js +59 -0
- package/components/group-item.js.map +1 -0
- package/components/icon-button.js +111 -0
- package/components/icon-button.js.map +1 -0
- package/components/index.d.ts +33 -0
- package/components/index.js +93 -0
- package/components/index.js.map +1 -0
- package/components/index2.js +28 -0
- package/components/index2.js.map +1 -0
- package/components/ix-action-card.d.ts +11 -0
- package/components/ix-action-card.js +74 -0
- package/components/ix-action-card.js.map +1 -0
- package/components/ix-application-header.d.ts +11 -0
- package/components/ix-application-header.js +8 -0
- package/components/ix-application-header.js.map +1 -0
- package/components/ix-application-sidebar.d.ts +11 -0
- package/components/ix-application-sidebar.js +64 -0
- package/components/ix-application-sidebar.js.map +1 -0
- package/components/ix-application-switch-modal.d.ts +11 -0
- package/components/ix-application-switch-modal.js +106 -0
- package/components/ix-application-switch-modal.js.map +1 -0
- package/components/ix-application.d.ts +11 -0
- package/components/ix-application.js +141 -0
- package/components/ix-application.js.map +1 -0
- package/components/ix-avatar.d.ts +11 -0
- package/components/ix-avatar.js +8 -0
- package/components/ix-avatar.js.map +1 -0
- package/components/ix-basic-navigation.d.ts +11 -0
- package/components/ix-basic-navigation.js +143 -0
- package/components/ix-basic-navigation.js.map +1 -0
- package/components/ix-blind.d.ts +11 -0
- package/components/ix-blind.js +126 -0
- package/components/ix-blind.js.map +1 -0
- package/components/ix-breadcrumb-item.d.ts +11 -0
- package/components/ix-breadcrumb-item.js +8 -0
- package/components/ix-breadcrumb-item.js.map +1 -0
- package/components/ix-breadcrumb.d.ts +11 -0
- package/components/ix-breadcrumb.js +157 -0
- package/components/ix-breadcrumb.js.map +1 -0
- package/components/ix-button.d.ts +11 -0
- package/components/ix-button.js +8 -0
- package/components/ix-button.js.map +1 -0
- package/components/ix-card-accordion.d.ts +11 -0
- package/components/ix-card-accordion.js +8 -0
- package/components/ix-card-accordion.js.map +1 -0
- package/components/ix-card-content.d.ts +11 -0
- package/components/ix-card-content.js +8 -0
- package/components/ix-card-content.js.map +1 -0
- package/components/ix-card-list.d.ts +11 -0
- package/components/ix-card-list.js +231 -0
- package/components/ix-card-list.js.map +1 -0
- package/components/ix-card-title.d.ts +11 -0
- package/components/ix-card-title.js +8 -0
- package/components/ix-card-title.js.map +1 -0
- package/components/ix-card.d.ts +11 -0
- package/components/ix-card.js +8 -0
- package/components/ix-card.js.map +1 -0
- package/components/ix-category-filter.d.ts +11 -0
- package/components/ix-category-filter.js +471 -0
- package/components/ix-category-filter.js.map +1 -0
- package/components/ix-chip.d.ts +11 -0
- package/components/ix-chip.js +106 -0
- package/components/ix-chip.js.map +1 -0
- package/components/ix-col.d.ts +11 -0
- package/components/ix-col.js +8 -0
- package/components/ix-col.js.map +1 -0
- package/components/ix-content-header.d.ts +11 -0
- package/components/ix-content-header.js +64 -0
- package/components/ix-content-header.js.map +1 -0
- package/components/ix-content.d.ts +11 -0
- package/components/ix-content.js +49 -0
- package/components/ix-content.js.map +1 -0
- package/components/ix-css-grid-item.d.ts +11 -0
- package/components/ix-css-grid-item.js +41 -0
- package/components/ix-css-grid-item.js.map +1 -0
- package/components/ix-css-grid.d.ts +11 -0
- package/components/ix-css-grid.js +114 -0
- package/components/ix-css-grid.js.map +1 -0
- package/components/ix-date-dropdown.d.ts +11 -0
- package/components/ix-date-dropdown.js +254 -0
- package/components/ix-date-dropdown.js.map +1 -0
- package/components/ix-date-picker.d.ts +11 -0
- package/components/ix-date-picker.js +8 -0
- package/components/ix-date-picker.js.map +1 -0
- package/components/ix-date-time-card.d.ts +11 -0
- package/components/ix-date-time-card.js +8 -0
- package/components/ix-date-time-card.js.map +1 -0
- package/components/ix-datetime-picker.d.ts +11 -0
- package/components/ix-datetime-picker.js +166 -0
- package/components/ix-datetime-picker.js.map +1 -0
- package/components/ix-divider.d.ts +11 -0
- package/components/ix-divider.js +8 -0
- package/components/ix-divider.js.map +1 -0
- package/components/ix-drawer.d.ts +11 -0
- package/components/ix-drawer.js +148 -0
- package/components/ix-drawer.js.map +1 -0
- package/components/ix-dropdown-button.d.ts +11 -0
- package/components/ix-dropdown-button.js +95 -0
- package/components/ix-dropdown-button.js.map +1 -0
- package/components/ix-dropdown-header.d.ts +11 -0
- package/components/ix-dropdown-header.js +45 -0
- package/components/ix-dropdown-header.js.map +1 -0
- package/components/ix-dropdown-item.d.ts +11 -0
- package/components/ix-dropdown-item.js +8 -0
- package/components/ix-dropdown-item.js.map +1 -0
- package/components/ix-dropdown-quick-actions.d.ts +11 -0
- package/components/ix-dropdown-quick-actions.js +36 -0
- package/components/ix-dropdown-quick-actions.js.map +1 -0
- package/components/ix-dropdown.d.ts +11 -0
- package/components/ix-dropdown.js +8 -0
- package/components/ix-dropdown.js.map +1 -0
- package/components/ix-empty-state.d.ts +11 -0
- package/components/ix-empty-state.js +66 -0
- package/components/ix-empty-state.js.map +1 -0
- package/components/ix-event-list-item.d.ts +11 -0
- package/components/ix-event-list-item.js +69 -0
- package/components/ix-event-list-item.js.map +1 -0
- package/components/ix-event-list.d.ts +11 -0
- package/components/ix-event-list.js +146 -0
- package/components/ix-event-list.js.map +1 -0
- package/components/ix-expanding-search.d.ts +11 -0
- package/components/ix-expanding-search.js +120 -0
- package/components/ix-expanding-search.js.map +1 -0
- package/components/ix-filter-chip.d.ts +11 -0
- package/components/ix-filter-chip.js +8 -0
- package/components/ix-filter-chip.js.map +1 -0
- package/components/ix-flip-tile-content.d.ts +11 -0
- package/components/ix-flip-tile-content.js +39 -0
- package/components/ix-flip-tile-content.js.map +1 -0
- package/components/ix-flip-tile.d.ts +11 -0
- package/components/ix-flip-tile.js +122 -0
- package/components/ix-flip-tile.js.map +1 -0
- package/components/ix-form-field.d.ts +11 -0
- package/components/ix-form-field.js +44 -0
- package/components/ix-form-field.js.map +1 -0
- package/components/ix-group-context-menu.d.ts +11 -0
- package/components/ix-group-context-menu.js +8 -0
- package/components/ix-group-context-menu.js.map +1 -0
- package/components/ix-group-item.d.ts +11 -0
- package/components/ix-group-item.js +8 -0
- package/components/ix-group-item.js.map +1 -0
- package/components/ix-group.d.ts +11 -0
- package/components/ix-group.js +179 -0
- package/components/ix-group.js.map +1 -0
- package/components/ix-icon-button.d.ts +11 -0
- package/components/ix-icon-button.js +8 -0
- package/components/ix-icon-button.js.map +1 -0
- package/components/ix-icon-toggle-button.d.ts +11 -0
- package/components/ix-icon-toggle-button.js +121 -0
- package/components/ix-icon-toggle-button.js.map +1 -0
- package/components/ix-input-group.d.ts +11 -0
- package/components/ix-input-group.js +154 -0
- package/components/ix-input-group.js.map +1 -0
- package/components/ix-key-value-list.d.ts +11 -0
- package/components/ix-key-value-list.js +39 -0
- package/components/ix-key-value-list.js.map +1 -0
- package/components/ix-key-value.d.ts +11 -0
- package/components/ix-key-value.js +48 -0
- package/components/ix-key-value.js.map +1 -0
- package/components/ix-kpi.d.ts +11 -0
- package/components/ix-kpi.js +70 -0
- package/components/ix-kpi.js.map +1 -0
- package/components/ix-layout-grid.d.ts +11 -0
- package/components/ix-layout-grid.js +8 -0
- package/components/ix-layout-grid.js.map +1 -0
- package/components/ix-link-button.d.ts +11 -0
- package/components/ix-link-button.js +49 -0
- package/components/ix-link-button.js.map +1 -0
- package/components/ix-map-navigation-overlay.d.ts +11 -0
- package/components/ix-map-navigation-overlay.js +8 -0
- package/components/ix-map-navigation-overlay.js.map +1 -0
- package/components/ix-map-navigation.d.ts +11 -0
- package/components/ix-map-navigation.js +233 -0
- package/components/ix-map-navigation.js.map +1 -0
- package/components/ix-menu-about-item.d.ts +11 -0
- package/components/ix-menu-about-item.js +52 -0
- package/components/ix-menu-about-item.js.map +1 -0
- package/components/ix-menu-about-news.d.ts +11 -0
- package/components/ix-menu-about-news.js +84 -0
- package/components/ix-menu-about-news.js.map +1 -0
- package/components/ix-menu-about.d.ts +11 -0
- package/components/ix-menu-about.js +86 -0
- package/components/ix-menu-about.js.map +1 -0
- package/components/ix-menu-avatar-item.d.ts +11 -0
- package/components/ix-menu-avatar-item.js +8 -0
- package/components/ix-menu-avatar-item.js.map +1 -0
- package/components/ix-menu-avatar.d.ts +11 -0
- package/components/ix-menu-avatar.js +109 -0
- package/components/ix-menu-avatar.js.map +1 -0
- package/components/ix-menu-category.d.ts +11 -0
- package/components/ix-menu-category.js +262 -0
- package/components/ix-menu-category.js.map +1 -0
- package/components/ix-menu-expand-icon.d.ts +11 -0
- package/components/ix-menu-expand-icon.js +8 -0
- package/components/ix-menu-expand-icon.js.map +1 -0
- package/components/ix-menu-item.d.ts +11 -0
- package/components/ix-menu-item.js +8 -0
- package/components/ix-menu-item.js.map +1 -0
- package/components/ix-menu-settings-item.d.ts +11 -0
- package/components/ix-menu-settings-item.js +52 -0
- package/components/ix-menu-settings-item.js.map +1 -0
- package/components/ix-menu-settings.d.ts +11 -0
- package/components/ix-menu-settings.js +8 -0
- package/components/ix-menu-settings.js.map +1 -0
- package/components/ix-menu.d.ts +11 -0
- package/components/ix-menu.js +530 -0
- package/components/ix-menu.js.map +1 -0
- package/components/ix-message-bar.d.ts +11 -0
- package/components/ix-message-bar.js +88 -0
- package/components/ix-message-bar.js.map +1 -0
- package/components/ix-modal-content.d.ts +11 -0
- package/components/ix-modal-content.js +8 -0
- package/components/ix-modal-content.js.map +1 -0
- package/components/ix-modal-example.d.ts +11 -0
- package/components/ix-modal-example.js +58 -0
- package/components/ix-modal-example.js.map +1 -0
- package/components/ix-modal-footer.d.ts +11 -0
- package/components/ix-modal-footer.js +36 -0
- package/components/ix-modal-footer.js.map +1 -0
- package/components/ix-modal-header.d.ts +11 -0
- package/components/ix-modal-header.js +8 -0
- package/components/ix-modal-header.js.map +1 -0
- package/components/ix-modal-loading.d.ts +11 -0
- package/components/ix-modal-loading.js +42 -0
- package/components/ix-modal-loading.js.map +1 -0
- package/components/ix-modal.d.ts +11 -0
- package/components/ix-modal.js +219 -0
- package/components/ix-modal.js.map +1 -0
- package/components/ix-pagination.d.ts +11 -0
- package/components/ix-pagination.js +212 -0
- package/components/ix-pagination.js.map +1 -0
- package/components/ix-pane-layout.d.ts +11 -0
- package/components/ix-pane-layout.js +300 -0
- package/components/ix-pane-layout.js.map +1 -0
- package/components/ix-pane.d.ts +11 -0
- package/components/ix-pane.js +533 -0
- package/components/ix-pane.js.map +1 -0
- package/components/ix-pill.d.ts +11 -0
- package/components/ix-pill.js +83 -0
- package/components/ix-pill.js.map +1 -0
- package/components/ix-playground-internal.d.ts +11 -0
- package/components/ix-playground-internal.js +35 -0
- package/components/ix-playground-internal.js.map +1 -0
- package/components/ix-push-card.d.ts +11 -0
- package/components/ix-push-card.js +83 -0
- package/components/ix-push-card.js.map +1 -0
- package/components/ix-row.d.ts +11 -0
- package/components/ix-row.js +8 -0
- package/components/ix-row.js.map +1 -0
- package/components/ix-select-item.d.ts +11 -0
- package/components/ix-select-item.js +8 -0
- package/components/ix-select-item.js.map +1 -0
- package/components/ix-select.d.ts +11 -0
- package/components/ix-select.js +8 -0
- package/components/ix-select.js.map +1 -0
- package/components/ix-slider.d.ts +11 -0
- package/components/ix-slider.js +221 -0
- package/components/ix-slider.js.map +1 -0
- package/components/ix-spinner.d.ts +11 -0
- package/components/ix-spinner.js +8 -0
- package/components/ix-spinner.js.map +1 -0
- package/components/ix-split-button-item.d.ts +11 -0
- package/components/ix-split-button-item.js +59 -0
- package/components/ix-split-button-item.js.map +1 -0
- package/components/ix-split-button.d.ts +11 -0
- package/components/ix-split-button.js +98 -0
- package/components/ix-split-button.js.map +1 -0
- package/components/ix-tab-item.d.ts +11 -0
- package/components/ix-tab-item.js +8 -0
- package/components/ix-tab-item.js.map +1 -0
- package/components/ix-tabs.d.ts +11 -0
- package/components/ix-tabs.js +8 -0
- package/components/ix-tabs.js.map +1 -0
- package/components/ix-tile.d.ts +11 -0
- package/components/ix-tile.js +60 -0
- package/components/ix-tile.js.map +1 -0
- package/components/ix-time-picker.d.ts +11 -0
- package/components/ix-time-picker.js +8 -0
- package/components/ix-time-picker.js.map +1 -0
- package/components/ix-toast-container.d.ts +11 -0
- package/components/ix-toast-container.js +133 -0
- package/components/ix-toast-container.js.map +1 -0
- package/components/ix-toast.d.ts +11 -0
- package/components/ix-toast.js +8 -0
- package/components/ix-toast.js.map +1 -0
- package/components/ix-toggle-button.d.ts +11 -0
- package/components/ix-toggle-button.js +110 -0
- package/components/ix-toggle-button.js.map +1 -0
- package/components/ix-toggle.d.ts +11 -0
- package/components/ix-toggle.js +63 -0
- package/components/ix-toggle.js.map +1 -0
- package/components/ix-tooltip.d.ts +11 -0
- package/components/ix-tooltip.js +8 -0
- package/components/ix-tooltip.js.map +1 -0
- package/components/ix-tree-item.d.ts +11 -0
- package/components/ix-tree-item.js +8 -0
- package/components/ix-tree-item.js.map +1 -0
- package/components/ix-tree.d.ts +11 -0
- package/components/ix-tree.js +740 -0
- package/components/ix-tree.js.map +1 -0
- package/components/ix-typography.d.ts +11 -0
- package/components/ix-typography.js +8 -0
- package/components/ix-typography.js.map +1 -0
- package/components/ix-upload.d.ts +11 -0
- package/components/ix-upload.js +148 -0
- package/components/ix-upload.js.map +1 -0
- package/components/ix-validation-tooltip.d.ts +11 -0
- package/components/ix-validation-tooltip.js +176 -0
- package/components/ix-validation-tooltip.js.map +1 -0
- package/components/ix-workflow-step.d.ts +11 -0
- package/components/ix-workflow-step.js +126 -0
- package/components/ix-workflow-step.js.map +1 -0
- package/components/ix-workflow-steps.d.ts +11 -0
- package/components/ix-workflow-steps.js +103 -0
- package/components/ix-workflow-steps.js.map +1 -0
- package/components/layout-grid.js +45 -0
- package/components/layout-grid.js.map +1 -0
- package/components/listener.js +75 -0
- package/components/listener.js.map +1 -0
- package/components/logical-filter-operator.js +36 -0
- package/components/logical-filter-operator.js.map +1 -0
- package/components/luxon.js +8309 -0
- package/components/luxon.js.map +1 -0
- package/components/make-ref.js +28 -0
- package/components/make-ref.js.map +1 -0
- package/components/map-navigation-overlay.js +93 -0
- package/components/map-navigation-overlay.js.map +1 -0
- package/components/menu-avatar-item.js +53 -0
- package/components/menu-avatar-item.js.map +1 -0
- package/components/menu-expand-icon.js +76 -0
- package/components/menu-expand-icon.js.map +1 -0
- package/components/menu-item.js +148 -0
- package/components/menu-item.js.map +1 -0
- package/components/menu-service.js +78 -0
- package/components/menu-service.js.map +1 -0
- package/components/menu-tabs-fc.js +146 -0
- package/components/menu-tabs-fc.js.map +1 -0
- package/components/modal-content.js +33 -0
- package/components/modal-content.js.map +1 -0
- package/components/modal-header.js +87 -0
- package/components/modal-header.js.map +1 -0
- package/components/modal.js +244 -0
- package/components/modal.js.map +1 -0
- package/components/mutation-observer.js +13 -0
- package/components/mutation-observer.js.map +1 -0
- package/components/package.json +8 -0
- package/components/row.js +33 -0
- package/components/row.js.map +1 -0
- package/components/rwd.util.js +41 -0
- package/components/rwd.util.js.map +1 -0
- package/components/select-item.js +95 -0
- package/components/select-item.js.map +1 -0
- package/components/select.js +445 -0
- package/components/select.js.map +1 -0
- package/components/service.js +99 -0
- package/components/service.js.map +1 -0
- package/components/shadow-dom.js +45 -0
- package/components/shadow-dom.js.map +1 -0
- package/components/spinner.js +49 -0
- package/components/spinner.js.map +1 -0
- package/components/tab-item.js +88 -0
- package/components/tab-item.js.map +1 -0
- package/components/tabs.js +260 -0
- package/components/tabs.js.map +1 -0
- package/components/theme-switcher.js +123 -0
- package/components/theme-switcher.js.map +1 -0
- package/components/time-picker.js +215 -0
- package/components/time-picker.js.map +1 -0
- package/components/toast.js +106 -0
- package/components/toast.js.map +1 -0
- package/components/tooltip.js +322 -0
- package/components/tooltip.js.map +1 -0
- package/components/tree-item.js +52 -0
- package/components/tree-item.js.map +1 -0
- package/components/typed-event.js +46 -0
- package/components/typed-event.js.map +1 -0
- package/components/typography.js +84 -0
- package/components/typography.js.map +1 -0
- package/components/upload-file-state.js +20 -0
- package/components/upload-file-state.js.map +1 -0
- package/dist/cjs/_commonjsHelpers-0192c5b3.js +17 -0
- package/dist/cjs/_commonjsHelpers-0192c5b3.js.map +1 -0
- package/dist/cjs/a11y-d3ce56d1.js +146 -0
- package/dist/cjs/a11y-d3ce56d1.js.map +1 -0
- package/dist/cjs/animation-99234008.js +21 -0
- package/dist/cjs/animation-99234008.js.map +1 -0
- package/dist/cjs/anime.es-e2814360.js +1313 -0
- package/dist/cjs/anime.es-e2814360.js.map +1 -0
- package/dist/cjs/app-globals-7ea20f68.js +31 -0
- package/dist/cjs/app-globals-7ea20f68.js.map +1 -0
- package/dist/cjs/base-button-2f74b19d.js +50 -0
- package/dist/cjs/base-button-2f74b19d.js.map +1 -0
- package/dist/cjs/base-icon-button-848c77f2.js +20 -0
- package/dist/cjs/base-icon-button-848c77f2.js.map +1 -0
- package/dist/cjs/breakpoints-5d1583fb.js +27 -0
- package/dist/cjs/breakpoints-5d1583fb.js.map +1 -0
- package/dist/cjs/context-98f4a0b3.js +106 -0
- package/dist/cjs/context-98f4a0b3.js.map +1 -0
- package/dist/cjs/core-js-a890bac8.js +26 -0
- package/dist/cjs/core-js-a890bac8.js.map +1 -0
- package/dist/cjs/default-tree-item-309a50cd.js +24 -0
- package/dist/cjs/default-tree-item-309a50cd.js.map +1 -0
- package/dist/cjs/dom-83fb07d8.js +74 -0
- package/dist/cjs/dom-83fb07d8.js.map +1 -0
- package/dist/cjs/flip-tile-state-92223109.js +21 -0
- package/dist/cjs/flip-tile-state-92223109.js.map +1 -0
- package/dist/cjs/floating-ui.dom.esm-94b4d17c.js +1536 -0
- package/dist/cjs/floating-ui.dom.esm-94b4d17c.js.map +1 -0
- package/dist/cjs/index-c4629a8d.js +30 -0
- package/dist/cjs/index-c4629a8d.js.map +1 -0
- package/dist/cjs/index-c6f0ac73.js +2688 -0
- package/dist/cjs/index-c6f0ac73.js.map +1 -0
- package/dist/cjs/index.cjs.js +131 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/index.es2017-0db94b91.js +1504 -0
- package/dist/cjs/index.es2017-0db94b91.js.map +1 -0
- package/dist/cjs/ix-action-card.cjs.entry.js +36 -0
- package/dist/cjs/ix-action-card.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application-header.cjs.entry.js +112 -0
- package/dist/cjs/ix-application-header.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application-sidebar.cjs.entry.js +48 -0
- package/dist/cjs/ix-application-sidebar.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application-switch-modal.cjs.entry.js +61 -0
- package/dist/cjs/ix-application-switch-modal.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application.cjs.entry.js +115 -0
- package/dist/cjs/ix-application.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-avatar_2.cjs.entry.js +83 -0
- package/dist/cjs/ix-avatar_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-basic-navigation.cjs.entry.js +92 -0
- package/dist/cjs/ix-basic-navigation.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-blind.cjs.entry.js +98 -0
- package/dist/cjs/ix-blind.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-breadcrumb-item.cjs.entry.js +76 -0
- package/dist/cjs/ix-breadcrumb-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-breadcrumb.cjs.entry.js +108 -0
- package/dist/cjs/ix-breadcrumb.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-button.cjs.entry.js +65 -0
- package/dist/cjs/ix-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-card-accordion_2.cjs.entry.js +84 -0
- package/dist/cjs/ix-card-accordion_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-card-list.cjs.entry.js +166 -0
- package/dist/cjs/ix-card-list.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-card_2.cjs.entry.js +42 -0
- package/dist/cjs/ix-card_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-category-filter.cjs.entry.js +410 -0
- package/dist/cjs/ix-category-filter.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-chip.cjs.entry.js +71 -0
- package/dist/cjs/ix-chip.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-col_4.cjs.entry.js +584 -0
- package/dist/cjs/ix-col_4.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-content-header.cjs.entry.js +27 -0
- package/dist/cjs/ix-content-header.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-content.cjs.entry.js +33 -0
- package/dist/cjs/ix-content.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-css-grid-item.cjs.entry.js +25 -0
- package/dist/cjs/ix-css-grid-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-css-grid.cjs.entry.js +97 -0
- package/dist/cjs/ix-css-grid.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-date-dropdown.cjs.entry.js +157 -0
- package/dist/cjs/ix-date-dropdown.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-date-time-card.cjs.entry.js +36 -0
- package/dist/cjs/ix-date-time-card.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-datetime-picker.cjs.entry.js +67 -0
- package/dist/cjs/ix-datetime-picker.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-divider.cjs.entry.js +22 -0
- package/dist/cjs/ix-divider.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-drawer.cjs.entry.js +112 -0
- package/dist/cjs/ix-drawer.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-button.cjs.entry.js +47 -0
- package/dist/cjs/ix-dropdown-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-header.cjs.entry.js +23 -0
- package/dist/cjs/ix-dropdown-header.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-item.cjs.entry.js +54 -0
- package/dist/cjs/ix-dropdown-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js +22 -0
- package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown.cjs.entry.js +414 -0
- package/dist/cjs/ix-dropdown.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-empty-state.cjs.entry.js +28 -0
- package/dist/cjs/ix-empty-state.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-event-list-item.cjs.entry.js +49 -0
- package/dist/cjs/ix-event-list-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-event-list.cjs.entry.js +125 -0
- package/dist/cjs/ix-event-list.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-expanding-search.cjs.entry.js +86 -0
- package/dist/cjs/ix-expanding-search.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-filter-chip_2.cjs.entry.js +93 -0
- package/dist/cjs/ix-filter-chip_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-flip-tile-content.cjs.entry.js +23 -0
- package/dist/cjs/ix-flip-tile-content.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-flip-tile.cjs.entry.js +90 -0
- package/dist/cjs/ix-flip-tile.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-form-field.cjs.entry.js +28 -0
- package/dist/cjs/ix-form-field.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-group-context-menu_2.cjs.entry.js +81 -0
- package/dist/cjs/ix-group-context-menu_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-group.cjs.entry.js +129 -0
- package/dist/cjs/ix-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-icon-button_2.cjs.entry.js +108 -0
- package/dist/cjs/ix-icon-button_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-icon-toggle-button.cjs.entry.js +89 -0
- package/dist/cjs/ix-icon-toggle-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-icon.entry-01b3822b.js +1487 -0
- package/dist/cjs/ix-icon.entry-01b3822b.js.map +1 -0
- package/dist/cjs/ix-input-group.cjs.entry.js +136 -0
- package/dist/cjs/ix-input-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-key-value-list.cjs.entry.js +23 -0
- package/dist/cjs/ix-key-value-list.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-key-value.cjs.entry.js +29 -0
- package/dist/cjs/ix-key-value.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-kpi.cjs.entry.js +50 -0
- package/dist/cjs/ix-kpi.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-link-button.cjs.entry.js +31 -0
- package/dist/cjs/ix-link-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js +65 -0
- package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-map-navigation.cjs.entry.js +175 -0
- package/dist/cjs/ix-map-navigation.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-about-item.cjs.entry.js +34 -0
- package/dist/cjs/ix-menu-about-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-about-news.cjs.entry.js +39 -0
- package/dist/cjs/ix-menu-about-news.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-about.cjs.entry.js +41 -0
- package/dist/cjs/ix-menu-about.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-avatar.cjs.entry.js +45 -0
- package/dist/cjs/ix-menu-avatar.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-category.cjs.entry.js +205 -0
- package/dist/cjs/ix-menu-category.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-expand-icon.cjs.entry.js +48 -0
- package/dist/cjs/ix-menu-expand-icon.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-item.cjs.entry.js +111 -0
- package/dist/cjs/ix-menu-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-settings-item.cjs.entry.js +34 -0
- package/dist/cjs/ix-menu-settings-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-settings.cjs.entry.js +12 -0
- package/dist/cjs/ix-menu-settings.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu.cjs.entry.js +453 -0
- package/dist/cjs/ix-menu.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-message-bar.cjs.entry.js +57 -0
- package/dist/cjs/ix-message-bar.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal-content_2.cjs.entry.js +66 -0
- package/dist/cjs/ix-modal-content_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal-example.cjs.entry.js +28 -0
- package/dist/cjs/ix-modal-example.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal-footer.cjs.entry.js +22 -0
- package/dist/cjs/ix-modal-footer.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal-loading.cjs.entry.js +22 -0
- package/dist/cjs/ix-modal-loading.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal.cjs.entry.js +192 -0
- package/dist/cjs/ix-modal.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pagination.cjs.entry.js +141 -0
- package/dist/cjs/ix-pagination.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pane-layout.cjs.entry.js +275 -0
- package/dist/cjs/ix-pane-layout.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pane.cjs.entry.js +475 -0
- package/dist/cjs/ix-pane.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pill.cjs.entry.js +61 -0
- package/dist/cjs/ix-pill.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-playground-internal.cjs.entry.js +22 -0
- package/dist/cjs/ix-playground-internal.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-push-card.cjs.entry.js +32 -0
- package/dist/cjs/ix-push-card.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-select.cjs.entry.js +373 -0
- package/dist/cjs/ix-select.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-slider.cjs.entry.js +174 -0
- package/dist/cjs/ix-slider.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-split-button-item.cjs.entry.js +35 -0
- package/dist/cjs/ix-split-button-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-split-button.cjs.entry.js +50 -0
- package/dist/cjs/ix-split-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tab-item_2.cjs.entry.js +299 -0
- package/dist/cjs/ix-tab-item_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tile.cjs.entry.js +42 -0
- package/dist/cjs/ix-tile.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-time-picker.cjs.entry.js +154 -0
- package/dist/cjs/ix-time-picker.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toast-container.cjs.entry.js +94 -0
- package/dist/cjs/ix-toast-container.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toast.cjs.entry.js +74 -0
- package/dist/cjs/ix-toast.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toggle-button.cjs.entry.js +78 -0
- package/dist/cjs/ix-toggle-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toggle.cjs.entry.js +41 -0
- package/dist/cjs/ix-toggle.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tooltip.cjs.entry.js +294 -0
- package/dist/cjs/ix-tooltip.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tree-item.cjs.entry.js +37 -0
- package/dist/cjs/ix-tree-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tree.cjs.entry.js +706 -0
- package/dist/cjs/ix-tree.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-typography.cjs.entry.js +66 -0
- package/dist/cjs/ix-typography.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-upload.cjs.entry.js +110 -0
- package/dist/cjs/ix-upload.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-validation-tooltip.cjs.entry.js +153 -0
- package/dist/cjs/ix-validation-tooltip.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-workflow-step.cjs.entry.js +99 -0
- package/dist/cjs/ix-workflow-step.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-workflow-steps.cjs.entry.js +85 -0
- package/dist/cjs/ix-workflow-steps.cjs.entry.js.map +1 -0
- package/dist/cjs/listener-d27acb41.js +77 -0
- package/dist/cjs/listener-d27acb41.js.map +1 -0
- package/dist/cjs/loader.cjs.js +17 -0
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/cjs/logical-filter-operator-5564322e.js +38 -0
- package/dist/cjs/logical-filter-operator-5564322e.js.map +1 -0
- package/dist/cjs/luxon-702fbf4c.js +8312 -0
- package/dist/cjs/luxon-702fbf4c.js.map +1 -0
- package/dist/cjs/make-ref-c25629b7.js +30 -0
- package/dist/cjs/make-ref-c25629b7.js.map +1 -0
- package/dist/cjs/menu-service-9936f670.js +80 -0
- package/dist/cjs/menu-service-9936f670.js.map +1 -0
- package/dist/cjs/menu-tabs-fc-194c3ba9.js +105 -0
- package/dist/cjs/menu-tabs-fc-194c3ba9.js.map +1 -0
- package/dist/cjs/modal-828cb80a.js +252 -0
- package/dist/cjs/modal-828cb80a.js.map +1 -0
- package/dist/cjs/mutation-observer-babb20a5.js +15 -0
- package/dist/cjs/mutation-observer-babb20a5.js.map +1 -0
- package/dist/cjs/rwd.util-ee53cbd1.js +44 -0
- package/dist/cjs/rwd.util-ee53cbd1.js.map +1 -0
- package/dist/cjs/service-a42add5f.js +101 -0
- package/dist/cjs/service-a42add5f.js.map +1 -0
- package/dist/cjs/shadow-dom-73f9d553.js +50 -0
- package/dist/cjs/shadow-dom-73f9d553.js.map +1 -0
- package/dist/cjs/siemens-ix.cjs.js +27 -0
- package/dist/cjs/siemens-ix.cjs.js.map +1 -0
- package/dist/cjs/theme-switcher-2d2bde85.js +126 -0
- package/dist/cjs/theme-switcher-2d2bde85.js.map +1 -0
- package/dist/cjs/typed-event-8032c0c0.js +48 -0
- package/dist/cjs/typed-event-8032c0c0.js.map +1 -0
- package/dist/cjs/upload-file-state-3e9d929d.js +20 -0
- package/dist/cjs/upload-file-state-3e9d929d.js.map +1 -0
- package/dist/collection/collection-manifest.json +114 -0
- package/dist/collection/components/action-card/action-card.css +71 -0
- package/dist/collection/components/action-card/action-card.js +144 -0
- package/dist/collection/components/action-card/action-card.js.map +1 -0
- package/dist/collection/components/application/application.css +106 -0
- package/dist/collection/components/application/application.js +252 -0
- package/dist/collection/components/application/application.js.map +1 -0
- package/dist/collection/components/application-header/application-header.css +135 -0
- package/dist/collection/components/application-header/application-header.js +149 -0
- package/dist/collection/components/application-header/application-header.js.map +1 -0
- package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.css +126 -0
- package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.js +95 -0
- package/dist/collection/components/application-header/application-switch-modal/application-switch-modal.js.map +1 -0
- package/dist/collection/components/application-header/test/application-header.ct.js +334 -0
- package/dist/collection/components/application-header/test/application-header.ct.js.map +1 -0
- package/dist/collection/components/application-sidebar/application-sidebar.css +69 -0
- package/dist/collection/components/application-sidebar/application-sidebar.js +70 -0
- package/dist/collection/components/application-sidebar/application-sidebar.js.map +1 -0
- package/dist/collection/components/application-sidebar/events.js +15 -0
- package/dist/collection/components/application-sidebar/events.js.map +1 -0
- package/dist/collection/components/avatar/avatar.css +222 -0
- package/dist/collection/components/avatar/avatar.js +153 -0
- package/dist/collection/components/avatar/avatar.js.map +1 -0
- package/dist/collection/components/avatar/test/avatar.ct.js +85 -0
- package/dist/collection/components/avatar/test/avatar.ct.js.map +1 -0
- package/dist/collection/components/basic-navigation/basic-navigation.css +99 -0
- package/dist/collection/components/basic-navigation/basic-navigation.js +192 -0
- package/dist/collection/components/basic-navigation/basic-navigation.js.map +1 -0
- package/dist/collection/components/blind/blind.css +431 -0
- package/dist/collection/components/blind/blind.js +231 -0
- package/dist/collection/components/blind/blind.js.map +1 -0
- package/dist/collection/components/blind/test/blind.ct.js +16 -0
- package/dist/collection/components/blind/test/blind.ct.js.map +1 -0
- package/dist/collection/components/breadcrumb/breadcrumb.css +119 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js +239 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js.map +1 -0
- package/dist/collection/components/breadcrumb/test/breadcrumb.ct.js +97 -0
- package/dist/collection/components/breadcrumb/test/breadcrumb.ct.js.map +1 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.css +1115 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.js +230 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.js.map +1 -0
- package/dist/collection/components/button/base-button.js +39 -0
- package/dist/collection/components/button/base-button.js.map +1 -0
- package/dist/collection/components/button/button.css +508 -0
- package/dist/collection/components/button/button.js +252 -0
- package/dist/collection/components/button/button.js.map +1 -0
- package/dist/collection/components/button/test/button.ct.js +42 -0
- package/dist/collection/components/button/test/button.ct.js.map +1 -0
- package/dist/collection/components/button/test/button.spec.js +65 -0
- package/dist/collection/components/button/test/button.spec.js.map +1 -0
- package/dist/collection/components/card/card.css +244 -0
- package/dist/collection/components/card/card.js +78 -0
- package/dist/collection/components/card/card.js.map +1 -0
- package/dist/collection/components/card-accordion/card-accordion.css +155 -0
- package/dist/collection/components/card-accordion/card-accordion.js +131 -0
- package/dist/collection/components/card-accordion/card-accordion.js.map +1 -0
- package/dist/collection/components/card-content/card-content.css +66 -0
- package/dist/collection/components/card-content/card-content.js +22 -0
- package/dist/collection/components/card-content/card-content.js.map +1 -0
- package/dist/collection/components/card-list/card-list.css +162 -0
- package/dist/collection/components/card-list/card-list.js +411 -0
- package/dist/collection/components/card-list/card-list.js.map +1 -0
- package/dist/collection/components/card-title/card-title.css +30 -0
- package/dist/collection/components/card-title/card-title.js +24 -0
- package/dist/collection/components/card-title/card-title.js.map +1 -0
- package/dist/collection/components/category-filter/category-filter.css +1538 -0
- package/dist/collection/components/category-filter/category-filter.js +723 -0
- package/dist/collection/components/category-filter/category-filter.js.map +1 -0
- package/dist/collection/components/category-filter/filter-state.js +11 -0
- package/dist/collection/components/category-filter/filter-state.js.map +1 -0
- package/dist/collection/components/category-filter/input-state.js +18 -0
- package/dist/collection/components/category-filter/input-state.js.map +1 -0
- package/dist/collection/components/category-filter/logical-filter-operator.js +15 -0
- package/dist/collection/components/category-filter/logical-filter-operator.js.map +1 -0
- package/dist/collection/components/chip/chip.css +537 -0
- package/dist/collection/components/chip/chip.js +245 -0
- package/dist/collection/components/chip/chip.js.map +1 -0
- package/dist/collection/components/col/col.css +66 -0
- package/dist/collection/components/col/col.js +193 -0
- package/dist/collection/components/col/col.js.map +1 -0
- package/dist/collection/components/content/content.css +75 -0
- package/dist/collection/components/content/content.js +49 -0
- package/dist/collection/components/content/content.js.map +1 -0
- package/dist/collection/components/content-header/content-header.css +28 -0
- package/dist/collection/components/content-header/content-header.js +132 -0
- package/dist/collection/components/content-header/content-header.js.map +1 -0
- package/dist/collection/components/css-grid/builder.js +20 -0
- package/dist/collection/components/css-grid/builder.js.map +1 -0
- package/dist/collection/components/css-grid/css-grid-item.css +16 -0
- package/dist/collection/components/css-grid/css-grid-item.js +56 -0
- package/dist/collection/components/css-grid/css-grid-item.js.map +1 -0
- package/dist/collection/components/css-grid/css-grid.css +27 -0
- package/dist/collection/components/css-grid/css-grid.js +126 -0
- package/dist/collection/components/css-grid/css-grid.js.map +1 -0
- package/dist/collection/components/date-dropdown/date-dropdown.css +99 -0
- package/dist/collection/components/date-dropdown/date-dropdown.js +476 -0
- package/dist/collection/components/date-dropdown/date-dropdown.js.map +1 -0
- package/dist/collection/components/date-dropdown/test/date-dropdown.ct.js +171 -0
- package/dist/collection/components/date-dropdown/test/date-dropdown.ct.js.map +1 -0
- package/dist/collection/components/date-picker/date-picker.css +295 -0
- package/dist/collection/components/date-picker/date-picker.js +930 -0
- package/dist/collection/components/date-picker/date-picker.js.map +1 -0
- package/dist/collection/components/date-picker/test/date-picker.ct.js +163 -0
- package/dist/collection/components/date-picker/test/date-picker.ct.js.map +1 -0
- package/dist/collection/components/date-time-card/date-time-card.css +111 -0
- package/dist/collection/components/date-time-card/date-time-card.js +113 -0
- package/dist/collection/components/date-time-card/date-time-card.js.map +1 -0
- package/dist/collection/components/datetime-picker/datetime-picker.css +108 -0
- package/dist/collection/components/datetime-picker/datetime-picker.js +526 -0
- package/dist/collection/components/datetime-picker/datetime-picker.js.map +1 -0
- package/dist/collection/components/datetime-picker/test/datetime-picker.ct.js +54 -0
- package/dist/collection/components/datetime-picker/test/datetime-picker.ct.js.map +1 -0
- package/dist/collection/components/divider/divider.css +15 -0
- package/dist/collection/components/divider/divider.js +30 -0
- package/dist/collection/components/divider/divider.js.map +1 -0
- package/dist/collection/components/drawer/drawer.css +126 -0
- package/dist/collection/components/drawer/drawer.js +293 -0
- package/dist/collection/components/drawer/drawer.js.map +1 -0
- package/dist/collection/components/drawer/test/drawer.ct.js +47 -0
- package/dist/collection/components/drawer/test/drawer.ct.js.map +1 -0
- package/dist/collection/components/drawer/test/drawer.spec.js +65 -0
- package/dist/collection/components/drawer/test/drawer.spec.js.map +1 -0
- package/dist/collection/components/dropdown/dropdown-controller.js +127 -0
- package/dist/collection/components/dropdown/dropdown-controller.js.map +1 -0
- package/dist/collection/components/dropdown/dropdown.css +109 -0
- package/dist/collection/components/dropdown/dropdown.js +619 -0
- package/dist/collection/components/dropdown/dropdown.js.map +1 -0
- package/dist/collection/components/dropdown/placement.js +2 -0
- package/dist/collection/components/dropdown/placement.js.map +1 -0
- package/dist/collection/components/dropdown/test/dropdown-controller.spec.js +21 -0
- package/dist/collection/components/dropdown/test/dropdown-controller.spec.js.map +1 -0
- package/dist/collection/components/dropdown/test/dropdown.ct.js +472 -0
- package/dist/collection/components/dropdown/test/dropdown.ct.js.map +1 -0
- package/dist/collection/components/dropdown-button/dropdown-button.css +146 -0
- package/dist/collection/components/dropdown-button/dropdown-button.js +225 -0
- package/dist/collection/components/dropdown-button/dropdown-button.js.map +1 -0
- package/dist/collection/components/dropdown-header/dropdown-header.css +68 -0
- package/dist/collection/components/dropdown-header/dropdown-header.js +54 -0
- package/dist/collection/components/dropdown-header/dropdown-header.js.map +1 -0
- package/dist/collection/components/dropdown-item/dropdown-item.css +160 -0
- package/dist/collection/components/dropdown-item/dropdown-item.js +265 -0
- package/dist/collection/components/dropdown-item/dropdown-item.js.map +1 -0
- package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.css +32 -0
- package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js +30 -0
- package/dist/collection/components/dropdown-quick-actions/dropdown-quick-actions.js.map +1 -0
- package/dist/collection/components/empty-state/empty-state.css +142 -0
- package/dist/collection/components/empty-state/empty-state.js +151 -0
- package/dist/collection/components/empty-state/empty-state.js.map +1 -0
- package/dist/collection/components/event-list/event-list.css +77 -0
- package/dist/collection/components/event-list/event-list.js +210 -0
- package/dist/collection/components/event-list/event-list.js.map +1 -0
- package/dist/collection/components/event-list/test/event-list.spec.js +112 -0
- package/dist/collection/components/event-list/test/event-list.spec.js.map +1 -0
- package/dist/collection/components/event-list-item/event-list-item.css +192 -0
- package/dist/collection/components/event-list-item/event-list-item.js +180 -0
- package/dist/collection/components/event-list-item/event-list-item.js.map +1 -0
- package/dist/collection/components/event-list-item/test/event-list-item.spec.js +20 -0
- package/dist/collection/components/event-list-item/test/event-list-item.spec.js.map +1 -0
- package/dist/collection/components/expanding-search/expanding-search.css +412 -0
- package/dist/collection/components/expanding-search/expanding-search.js +196 -0
- package/dist/collection/components/expanding-search/expanding-search.js.map +1 -0
- package/dist/collection/components/expanding-search/test/expanding-search.ct.js +56 -0
- package/dist/collection/components/expanding-search/test/expanding-search.ct.js.map +1 -0
- package/dist/collection/components/expanding-search/test/expanding-search.spec.js +36 -0
- package/dist/collection/components/expanding-search/test/expanding-search.spec.js.map +1 -0
- package/dist/collection/components/filter-chip/filter-chip.css +149 -0
- package/dist/collection/components/filter-chip/filter-chip.js +98 -0
- package/dist/collection/components/filter-chip/filter-chip.js.map +1 -0
- package/dist/collection/components/flip-tile/flip-tile-state.js +18 -0
- package/dist/collection/components/flip-tile/flip-tile-state.js.map +1 -0
- package/dist/collection/components/flip-tile/flip-tile.css +347 -0
- package/dist/collection/components/flip-tile/flip-tile.js +172 -0
- package/dist/collection/components/flip-tile/flip-tile.js.map +1 -0
- package/dist/collection/components/flip-tile/test/flip-tile.ct.js +57 -0
- package/dist/collection/components/flip-tile/test/flip-tile.ct.js.map +1 -0
- package/dist/collection/components/flip-tile-content/flip-tile-content.css +12 -0
- package/dist/collection/components/flip-tile-content/flip-tile-content.js +55 -0
- package/dist/collection/components/flip-tile-content/flip-tile-content.js.map +1 -0
- package/dist/collection/components/form-field/form-field.css +276 -0
- package/dist/collection/components/form-field/form-field.js +56 -0
- package/dist/collection/components/form-field/form-field.js.map +1 -0
- package/dist/collection/components/grid/layout-grid.css +21 -0
- package/dist/collection/components/grid/layout-grid.js +98 -0
- package/dist/collection/components/grid/layout-grid.js.map +1 -0
- package/dist/collection/components/group/group-context-menu.css +20 -0
- package/dist/collection/components/group/group-context-menu.js +61 -0
- package/dist/collection/components/group/group-context-menu.js.map +1 -0
- package/dist/collection/components/group/group.css +175 -0
- package/dist/collection/components/group/group.js +315 -0
- package/dist/collection/components/group/group.js.map +1 -0
- package/dist/collection/components/group-item/group-item.css +182 -0
- package/dist/collection/components/group-item/group-item.js +203 -0
- package/dist/collection/components/group-item/group-item.js.map +1 -0
- package/dist/collection/components/icon-button/base-icon-button.js +14 -0
- package/dist/collection/components/icon-button/base-icon-button.js.map +1 -0
- package/dist/collection/components/icon-button/icon-button.css +639 -0
- package/dist/collection/components/icon-button/icon-button.js +319 -0
- package/dist/collection/components/icon-button/icon-button.js.map +1 -0
- package/dist/collection/components/icon-button/test/icon-button.ct.js +25 -0
- package/dist/collection/components/icon-button/test/icon-button.ct.js.map +1 -0
- package/dist/collection/components/icon-button/test/icon-button.spec.js +175 -0
- package/dist/collection/components/icon-button/test/icon-button.spec.js.map +1 -0
- package/dist/collection/components/icon-toggle-button/icon-toggle-button.css +639 -0
- package/dist/collection/components/icon-toggle-button/icon-toggle-button.js +275 -0
- package/dist/collection/components/icon-toggle-button/icon-toggle-button.js.map +1 -0
- package/dist/collection/components/input-group/input-group.css +101 -0
- package/dist/collection/components/input-group/input-group.js +150 -0
- package/dist/collection/components/input-group/input-group.js.map +1 -0
- package/dist/collection/components/input-group/tests/input-group.ct.js +152 -0
- package/dist/collection/components/input-group/tests/input-group.ct.js.map +1 -0
- package/dist/collection/components/key-value/key-value.css +76 -0
- package/dist/collection/components/key-value/key-value.js +120 -0
- package/dist/collection/components/key-value/key-value.js.map +1 -0
- package/dist/collection/components/key-value-list/key-value-list.css +7 -0
- package/dist/collection/components/key-value-list/key-value-list.js +54 -0
- package/dist/collection/components/key-value-list/key-value-list.js.map +1 -0
- package/dist/collection/components/kpi/kpi.css +177 -0
- package/dist/collection/components/kpi/kpi.js +148 -0
- package/dist/collection/components/kpi/kpi.js.map +1 -0
- package/dist/collection/components/link-button/link-button.css +446 -0
- package/dist/collection/components/link-button/link-button.js +98 -0
- package/dist/collection/components/link-button/link-button.js.map +1 -0
- package/dist/collection/components/map-navigation/map-navigation.css +188 -0
- package/dist/collection/components/map-navigation/map-navigation.js +378 -0
- package/dist/collection/components/map-navigation/map-navigation.js.map +1 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +295 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +164 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js.map +1 -0
- package/dist/collection/components/menu/menu-expand-icon.css +495 -0
- package/dist/collection/components/menu/menu-expand-icon.js +147 -0
- package/dist/collection/components/menu/menu-expand-icon.js.map +1 -0
- package/dist/collection/components/menu/menu.css +1854 -0
- package/dist/collection/components/menu/menu.js +918 -0
- package/dist/collection/components/menu/menu.js.map +1 -0
- package/dist/collection/components/menu/test/menu.ct.js +225 -0
- package/dist/collection/components/menu/test/menu.ct.js.map +1 -0
- package/dist/collection/components/menu-about/menu-about.css +207 -0
- package/dist/collection/components/menu-about/menu-about.js +137 -0
- package/dist/collection/components/menu-about/menu-about.js.map +1 -0
- package/dist/collection/components/menu-about-item/menu-about-item.css +12 -0
- package/dist/collection/components/menu-about-item/menu-about-item.js +88 -0
- package/dist/collection/components/menu-about-item/menu-about-item.js.map +1 -0
- package/dist/collection/components/menu-about-news/menu-about-news.css +172 -0
- package/dist/collection/components/menu-about-news/menu-about-news.js +192 -0
- package/dist/collection/components/menu-about-news/menu-about-news.js.map +1 -0
- package/dist/collection/components/menu-avatar/menu-avatar.css +136 -0
- package/dist/collection/components/menu-avatar/menu-avatar.js +191 -0
- package/dist/collection/components/menu-avatar/menu-avatar.js.map +1 -0
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.css +61 -0
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +127 -0
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.js.map +1 -0
- package/dist/collection/components/menu-avatar-item/test/menu-avatar-item.ct.js +47 -0
- package/dist/collection/components/menu-avatar-item/test/menu-avatar-item.ct.js.map +1 -0
- package/dist/collection/components/menu-category/enter-leave.js +30 -0
- package/dist/collection/components/menu-category/enter-leave.js.map +1 -0
- package/dist/collection/components/menu-category/menu-category.css +123 -0
- package/dist/collection/components/menu-category/menu-category.js +277 -0
- package/dist/collection/components/menu-category/menu-category.js.map +1 -0
- package/dist/collection/components/menu-category/test/menu-category.ct.js +238 -0
- package/dist/collection/components/menu-category/test/menu-category.ct.js.map +1 -0
- package/dist/collection/components/menu-item/menu-item.css +190 -0
- package/dist/collection/components/menu-item/menu-item.js +305 -0
- package/dist/collection/components/menu-item/menu-item.js.map +1 -0
- package/dist/collection/components/menu-item/test/menu-item.ct.js +67 -0
- package/dist/collection/components/menu-item/test/menu-item.ct.js.map +1 -0
- package/dist/collection/components/menu-settings/menu-settings.css +256 -0
- package/dist/collection/components/menu-settings/menu-settings.js +137 -0
- package/dist/collection/components/menu-settings/menu-settings.js.map +1 -0
- package/dist/collection/components/menu-settings-item/menu-settings-item.css +12 -0
- package/dist/collection/components/menu-settings-item/menu-settings-item.js +88 -0
- package/dist/collection/components/menu-settings-item/menu-settings-item.js.map +1 -0
- package/dist/collection/components/message-bar/message-bar.css +114 -0
- package/dist/collection/components/message-bar/message-bar.js +127 -0
- package/dist/collection/components/message-bar/message-bar.js.map +1 -0
- package/dist/collection/components/message-bar/test/message-bar.spec.js +41 -0
- package/dist/collection/components/message-bar/test/message-bar.spec.js.map +1 -0
- package/dist/collection/components/modal/modal.css +103 -0
- package/dist/collection/components/modal/modal.js +447 -0
- package/dist/collection/components/modal/modal.js.map +1 -0
- package/dist/collection/components/modal/test/modal.ct.js +118 -0
- package/dist/collection/components/modal/test/modal.ct.js.map +1 -0
- package/dist/collection/components/modal-content/modal-content.css +63 -0
- package/dist/collection/components/modal-content/modal-content.js +30 -0
- package/dist/collection/components/modal-content/modal-content.js.map +1 -0
- package/dist/collection/components/modal-footer/modal-footer.css +65 -0
- package/dist/collection/components/modal-footer/modal-footer.js +30 -0
- package/dist/collection/components/modal-footer/modal-footer.js.map +1 -0
- package/dist/collection/components/modal-header/modal-header.css +70 -0
- package/dist/collection/components/modal-header/modal-header.js +143 -0
- package/dist/collection/components/modal-header/modal-header.js.map +1 -0
- package/dist/collection/components/modal-loading/modal-loading.css +22 -0
- package/dist/collection/components/modal-loading/modal-loading.js +30 -0
- package/dist/collection/components/modal-loading/modal-loading.js.map +1 -0
- package/dist/collection/components/pagination/pagination.css +972 -0
- package/dist/collection/components/pagination/pagination.js +328 -0
- package/dist/collection/components/pagination/pagination.js.map +1 -0
- package/dist/collection/components/pagination/test/pagination.ct.js +54 -0
- package/dist/collection/components/pagination/test/pagination.ct.js.map +1 -0
- package/dist/collection/components/pagination/test/pagination.spec.js +53 -0
- package/dist/collection/components/pagination/test/pagination.spec.js.map +1 -0
- package/dist/collection/components/pane/pane.css +254 -0
- package/dist/collection/components/pane/pane.js +816 -0
- package/dist/collection/components/pane/pane.js.map +1 -0
- package/dist/collection/components/pane/test/panes.ct.js +30 -0
- package/dist/collection/components/pane/test/panes.ct.js.map +1 -0
- package/dist/collection/components/pane-layout/pane-layout.css +142 -0
- package/dist/collection/components/pane-layout/pane-layout.js +380 -0
- package/dist/collection/components/pane-layout/pane-layout.js.map +1 -0
- package/dist/collection/components/pane-layout/test/pane-layout.ct.js +57 -0
- package/dist/collection/components/pane-layout/test/pane-layout.ct.js.map +1 -0
- package/dist/collection/components/pill/pill.css +257 -0
- package/dist/collection/components/pill/pill.js +197 -0
- package/dist/collection/components/pill/pill.js.map +1 -0
- package/dist/collection/components/playground/example-modal.js +24 -0
- package/dist/collection/components/playground/example-modal.js.map +1 -0
- package/dist/collection/components/playground/playground.css +27 -0
- package/dist/collection/components/playground/playground.js +28 -0
- package/dist/collection/components/playground/playground.js.map +1 -0
- package/dist/collection/components/push-card/push-card.css +21 -0
- package/dist/collection/components/push-card/push-card.js +160 -0
- package/dist/collection/components/push-card/push-card.js.map +1 -0
- package/dist/collection/components/row/row.css +16 -0
- package/dist/collection/components/row/row.js +30 -0
- package/dist/collection/components/row/row.js.map +1 -0
- package/dist/collection/components/select/select.css +225 -0
- package/dist/collection/components/select/select.js +703 -0
- package/dist/collection/components/select/select.js.map +1 -0
- package/dist/collection/components/select/test/select.ct.js +137 -0
- package/dist/collection/components/select/test/select.ct.js.map +1 -0
- package/dist/collection/components/select-item/events.js +17 -0
- package/dist/collection/components/select-item/events.js.map +1 -0
- package/dist/collection/components/select-item/select-item.css +26 -0
- package/dist/collection/components/select-item/select-item.js +200 -0
- package/dist/collection/components/select-item/select-item.js.map +1 -0
- package/dist/collection/components/select-item/test/select-item.spec.js +38 -0
- package/dist/collection/components/select-item/test/select-item.spec.js.map +1 -0
- package/dist/collection/components/slider/slider.css +265 -0
- package/dist/collection/components/slider/slider.js +386 -0
- package/dist/collection/components/slider/slider.js.map +1 -0
- package/dist/collection/components/slider/test/slider.ct.js +49 -0
- package/dist/collection/components/slider/test/slider.ct.js.map +1 -0
- package/dist/collection/components/spinner/spinner.css +608 -0
- package/dist/collection/components/spinner/spinner.js +102 -0
- package/dist/collection/components/spinner/spinner.js.map +1 -0
- package/dist/collection/components/split-button/split-button.css +103 -0
- package/dist/collection/components/split-button/split-button.js +243 -0
- package/dist/collection/components/split-button/split-button.js.map +1 -0
- package/dist/collection/components/split-button-item/split-button-item.css +12 -0
- package/dist/collection/components/split-button-item/split-button-item.js +133 -0
- package/dist/collection/components/split-button-item/split-button-item.js.map +1 -0
- package/dist/collection/components/tab-item/tab-item.css +261 -0
- package/dist/collection/components/tab-item/tab-item.js +248 -0
- package/dist/collection/components/tab-item/tab-item.js.map +1 -0
- package/dist/collection/components/tabs/tabs.css +139 -0
- package/dist/collection/components/tabs/tabs.js +360 -0
- package/dist/collection/components/tabs/tabs.js.map +1 -0
- package/dist/collection/components/tabs/test/tabs.ct.js +84 -0
- package/dist/collection/components/tabs/test/tabs.ct.js.map +1 -0
- package/dist/collection/components/tile/tile.css +156 -0
- package/dist/collection/components/tile/tile.js +77 -0
- package/dist/collection/components/tile/tile.js.map +1 -0
- package/dist/collection/components/time-picker/test/time-picker.ct.js +95 -0
- package/dist/collection/components/time-picker/test/time-picker.ct.js.map +1 -0
- package/dist/collection/components/time-picker/time-picker.css +627 -0
- package/dist/collection/components/time-picker/time-picker.js +491 -0
- package/dist/collection/components/time-picker/time-picker.js.map +1 -0
- package/dist/collection/components/toast/styles/toast-container.css +90 -0
- package/dist/collection/components/toast/toast-container.js +204 -0
- package/dist/collection/components/toast/toast-container.js.map +1 -0
- package/dist/collection/components/toast/toast-utils.js +36 -0
- package/dist/collection/components/toast/toast-utils.js.map +1 -0
- package/dist/collection/components/toast/toast.css +175 -0
- package/dist/collection/components/toast/toast.js +219 -0
- package/dist/collection/components/toast/toast.js.map +1 -0
- package/dist/collection/components/toggle/test/toggle.ct.js +52 -0
- package/dist/collection/components/toggle/test/toggle.ct.js.map +1 -0
- package/dist/collection/components/toggle/toggle.css +185 -0
- package/dist/collection/components/toggle/toggle.js +195 -0
- package/dist/collection/components/toggle/toggle.js.map +1 -0
- package/dist/collection/components/toggle-button/toggle-button.css +447 -0
- package/dist/collection/components/toggle-button/toggle-button.js +247 -0
- package/dist/collection/components/toggle-button/toggle-button.js.map +1 -0
- package/dist/collection/components/tooltip/test/tooltip.ct.js +91 -0
- package/dist/collection/components/tooltip/test/tooltip.ct.js.map +1 -0
- package/dist/collection/components/tooltip/tooltip-controller.js +13 -0
- package/dist/collection/components/tooltip/tooltip-controller.js.map +1 -0
- package/dist/collection/components/tooltip/tooltip.css +44 -0
- package/dist/collection/components/tooltip/tooltip.js +466 -0
- package/dist/collection/components/tooltip/tooltip.js.map +1 -0
- package/dist/collection/components/tree/test/tree.ct.js +154 -0
- package/dist/collection/components/tree/test/tree.ct.js.map +1 -0
- package/dist/collection/components/tree/tree-model.js +2 -0
- package/dist/collection/components/tree/tree-model.js.map +1 -0
- package/dist/collection/components/tree/tree.css +12 -0
- package/dist/collection/components/tree/tree.js +385 -0
- package/dist/collection/components/tree/tree.js.map +1 -0
- package/dist/collection/components/tree-item/default-tree-item.js +19 -0
- package/dist/collection/components/tree-item/default-tree-item.js.map +1 -0
- package/dist/collection/components/tree-item/tree-item.css +128 -0
- package/dist/collection/components/tree-item/tree-item.js +134 -0
- package/dist/collection/components/tree-item/tree-item.js.map +1 -0
- package/dist/collection/components/typography/test/ix-typography.spec.js +75 -0
- package/dist/collection/components/typography/test/ix-typography.spec.js.map +1 -0
- package/dist/collection/components/typography/type-mapping.js +15 -0
- package/dist/collection/components/typography/type-mapping.js.map +1 -0
- package/dist/collection/components/typography/typography.css +576 -0
- package/dist/collection/components/typography/typography.js +209 -0
- package/dist/collection/components/typography/typography.js.map +1 -0
- package/dist/collection/components/upload/upload-file-state.js +17 -0
- package/dist/collection/components/upload/upload-file-state.js.map +1 -0
- package/dist/collection/components/upload/upload.css +173 -0
- package/dist/collection/components/upload/upload.js +385 -0
- package/dist/collection/components/upload/upload.js.map +1 -0
- package/dist/collection/components/utils/a11y.js +109 -0
- package/dist/collection/components/utils/a11y.js.map +1 -0
- package/dist/collection/components/utils/animation.js +17 -0
- package/dist/collection/components/utils/animation.js.map +1 -0
- package/dist/collection/components/utils/app-switch/index.js +23 -0
- package/dist/collection/components/utils/app-switch/index.js.map +1 -0
- package/dist/collection/components/utils/application-layout/context.js +19 -0
- package/dist/collection/components/utils/application-layout/context.js.map +1 -0
- package/dist/collection/components/utils/application-layout/index.js +10 -0
- package/dist/collection/components/utils/application-layout/index.js.map +1 -0
- package/dist/collection/components/utils/application-layout/service.js +99 -0
- package/dist/collection/components/utils/application-layout/service.js.map +1 -0
- package/dist/collection/components/utils/breakpoints.js +22 -0
- package/dist/collection/components/utils/breakpoints.js.map +1 -0
- package/dist/collection/components/utils/condition-checks.js +31 -0
- package/dist/collection/components/utils/condition-checks.js.map +1 -0
- package/dist/collection/components/utils/context.js +79 -0
- package/dist/collection/components/utils/context.js.map +1 -0
- package/dist/collection/components/utils/debounce.js +10 -0
- package/dist/collection/components/utils/debounce.js.map +1 -0
- package/dist/collection/components/utils/delegate.js +29 -0
- package/dist/collection/components/utils/delegate.js.map +1 -0
- package/dist/collection/components/utils/internal/component.js +2 -0
- package/dist/collection/components/utils/internal/component.js.map +1 -0
- package/dist/collection/components/utils/internal/index.js +2 -0
- package/dist/collection/components/utils/internal/index.js.map +1 -0
- package/dist/collection/components/utils/listener.js +71 -0
- package/dist/collection/components/utils/listener.js.map +1 -0
- package/dist/collection/components/utils/make-ref.js +25 -0
- package/dist/collection/components/utils/make-ref.js.map +1 -0
- package/dist/collection/components/utils/menu-service/menu-service.js +79 -0
- package/dist/collection/components/utils/menu-service/menu-service.js.map +1 -0
- package/dist/collection/components/utils/menu-tabs/menu-tabs-fc.js +25 -0
- package/dist/collection/components/utils/menu-tabs/menu-tabs-fc.js.map +1 -0
- package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js +38 -0
- package/dist/collection/components/utils/menu-tabs/menu-tabs-utils.js.map +1 -0
- package/dist/collection/components/utils/modal/index.js +12 -0
- package/dist/collection/components/utils/modal/index.js.map +1 -0
- package/dist/collection/components/utils/modal/loading.js +35 -0
- package/dist/collection/components/utils/modal/loading.js.map +1 -0
- package/dist/collection/components/utils/modal/message.js +138 -0
- package/dist/collection/components/utils/modal/message.js.map +1 -0
- package/dist/collection/components/utils/modal/modal.js +76 -0
- package/dist/collection/components/utils/modal/modal.js.map +1 -0
- package/dist/collection/components/utils/mutation-observer.js +10 -0
- package/dist/collection/components/utils/mutation-observer.js.map +1 -0
- package/dist/collection/components/utils/notification-color.js +2 -0
- package/dist/collection/components/utils/notification-color.js.map +1 -0
- package/dist/collection/components/utils/overlay.js +32 -0
- package/dist/collection/components/utils/overlay.js.map +1 -0
- package/dist/collection/components/utils/requestAnimationFrame.js +24 -0
- package/dist/collection/components/utils/requestAnimationFrame.js.map +1 -0
- package/dist/collection/components/utils/rwd.util.js +38 -0
- package/dist/collection/components/utils/rwd.util.js.map +1 -0
- package/dist/collection/components/utils/shadow-dom.js +49 -0
- package/dist/collection/components/utils/shadow-dom.js.map +1 -0
- package/dist/collection/components/utils/theme-switcher.js +119 -0
- package/dist/collection/components/utils/theme-switcher.js.map +1 -0
- package/dist/collection/components/utils/typed-event.js +43 -0
- package/dist/collection/components/utils/typed-event.js.map +1 -0
- package/dist/collection/components/utils/waitForElement.js +29 -0
- package/dist/collection/components/utils/waitForElement.js.map +1 -0
- package/dist/collection/components/validation-tooltip/validation-tooltip.css +217 -0
- package/dist/collection/components/validation-tooltip/validation-tooltip.js +239 -0
- package/dist/collection/components/validation-tooltip/validation-tooltip.js.map +1 -0
- package/dist/collection/components/workflow-step/workflow-step.css +186 -0
- package/dist/collection/components/workflow-step/workflow-step.js +259 -0
- package/dist/collection/components/workflow-step/workflow-step.js.map +1 -0
- package/dist/collection/components/workflow-steps/test/workflow-steps.ct.js +74 -0
- package/dist/collection/components/workflow-steps/test/workflow-steps.ct.js.map +1 -0
- package/dist/collection/components/workflow-steps/test/workflow-steps.spec.js +67 -0
- package/dist/collection/components/workflow-steps/test/workflow-steps.spec.js.map +1 -0
- package/dist/collection/components/workflow-steps/workflow-steps.css +77 -0
- package/dist/collection/components/workflow-steps/workflow-steps.js +176 -0
- package/dist/collection/components/workflow-steps/workflow-steps.js.map +1 -0
- package/dist/collection/index.js +21 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/setup.js +24 -0
- package/dist/collection/setup.js.map +1 -0
- package/dist/collection/tests/action-card/action-card.e2e.js +23 -0
- package/dist/collection/tests/action-card/action-card.e2e.js.map +1 -0
- package/dist/collection/tests/application/application-switch/genetic-data.svg +3 -0
- package/dist/collection/tests/application/application-switch/square-play.svg +13 -0
- package/dist/collection/tests/application/application.e2e.js +191 -0
- package/dist/collection/tests/application/application.e2e.js.map +1 -0
- package/dist/collection/tests/application-header/application-header.e2e.js +45 -0
- package/dist/collection/tests/application-header/application-header.e2e.js.map +1 -0
- package/dist/collection/tests/avatar/avatar.e2e.js +31 -0
- package/dist/collection/tests/avatar/avatar.e2e.js.map +1 -0
- package/dist/collection/tests/basic-navigation/basic-navigation.e2e.js +136 -0
- package/dist/collection/tests/basic-navigation/basic-navigation.e2e.js.map +1 -0
- package/dist/collection/tests/blind/blind.e2e.js +58 -0
- package/dist/collection/tests/blind/blind.e2e.js.map +1 -0
- package/dist/collection/tests/breadcrumb/breadcrumb.e2e.js +24 -0
- package/dist/collection/tests/breadcrumb/breadcrumb.e2e.js.map +1 -0
- package/dist/collection/tests/button/button.e2e.js +45 -0
- package/dist/collection/tests/button/button.e2e.js.map +1 -0
- package/dist/collection/tests/card/card.e2e.js +23 -0
- package/dist/collection/tests/card/card.e2e.js.map +1 -0
- package/dist/collection/tests/card-list/card-list.e2e.js +34 -0
- package/dist/collection/tests/card-list/card-list.e2e.js.map +1 -0
- package/dist/collection/tests/category-filter/category-filter.e2e.js +23 -0
- package/dist/collection/tests/category-filter/category-filter.e2e.js.map +1 -0
- package/dist/collection/tests/checkbox/checkbox.e2e.js +21 -0
- package/dist/collection/tests/checkbox/checkbox.e2e.js.map +1 -0
- package/dist/collection/tests/chip/chip.e2e.js +21 -0
- package/dist/collection/tests/chip/chip.e2e.js.map +1 -0
- package/dist/collection/tests/content-header/content-header.e2e.js +21 -0
- package/dist/collection/tests/content-header/content-header.e2e.js.map +1 -0
- package/dist/collection/tests/date-dropdown/date-dropdown.e2e.js +43 -0
- package/dist/collection/tests/date-dropdown/date-dropdown.e2e.js.map +1 -0
- package/dist/collection/tests/date-picker/date-picker.e2e.js +25 -0
- package/dist/collection/tests/date-picker/date-picker.e2e.js.map +1 -0
- package/dist/collection/tests/date-picker-rework/date-picker-rework.e2e.js +35 -0
- package/dist/collection/tests/date-picker-rework/date-picker-rework.e2e.js.map +1 -0
- package/dist/collection/tests/datetime-picker/datetime-picker.e2e.js +19 -0
- package/dist/collection/tests/datetime-picker/datetime-picker.e2e.js.map +1 -0
- package/dist/collection/tests/datetime-picker-rework/datetime-picker-rework.e2e.js +19 -0
- package/dist/collection/tests/datetime-picker-rework/datetime-picker-rework.e2e.js.map +1 -0
- package/dist/collection/tests/divider/divider.e2e.js +19 -0
- package/dist/collection/tests/divider/divider.e2e.js.map +1 -0
- package/dist/collection/tests/drawer/drawer.e2e.js +19 -0
- package/dist/collection/tests/drawer/drawer.e2e.js.map +1 -0
- package/dist/collection/tests/dropdown/dropdown.e2e.js +54 -0
- package/dist/collection/tests/dropdown/dropdown.e2e.js.map +1 -0
- package/dist/collection/tests/dropdown-button/dropdown-button.e2e.js +30 -0
- package/dist/collection/tests/dropdown-button/dropdown-button.e2e.js.map +1 -0
- package/dist/collection/tests/dropdown-quick-actions/dropdown-quick-actions.e2e.js +19 -0
- package/dist/collection/tests/dropdown-quick-actions/dropdown-quick-actions.e2e.js.map +1 -0
- package/dist/collection/tests/empty-state/empty-state.e2e.js +33 -0
- package/dist/collection/tests/empty-state/empty-state.e2e.js.map +1 -0
- package/dist/collection/tests/event-list/event-list.e2e.js +34 -0
- package/dist/collection/tests/event-list/event-list.e2e.js.map +1 -0
- package/dist/collection/tests/expanding-search/expanding-search.e2e.js +35 -0
- package/dist/collection/tests/expanding-search/expanding-search.e2e.js.map +1 -0
- package/dist/collection/tests/flip-tile/flip-tile.e2e.js +21 -0
- package/dist/collection/tests/flip-tile/flip-tile.e2e.js.map +1 -0
- package/dist/collection/tests/fonts/fonts.e2e.js +17 -0
- package/dist/collection/tests/fonts/fonts.e2e.js.map +1 -0
- package/dist/collection/tests/group/group.e2e.js +41 -0
- package/dist/collection/tests/group/group.e2e.js.map +1 -0
- package/dist/collection/tests/html-table/html-table.e2e.js +21 -0
- package/dist/collection/tests/html-table/html-table.e2e.js.map +1 -0
- package/dist/collection/tests/icon/icon.e2e.js +17 -0
- package/dist/collection/tests/icon/icon.e2e.js.map +1 -0
- package/dist/collection/tests/icon-button/icon-button.e2e.js +21 -0
- package/dist/collection/tests/icon-button/icon-button.e2e.js.map +1 -0
- package/dist/collection/tests/icon-toggle-button/toggle-button.e2e.js +43 -0
- package/dist/collection/tests/icon-toggle-button/toggle-button.e2e.js.map +1 -0
- package/dist/collection/tests/input/input.e2e.js +46 -0
- package/dist/collection/tests/input/input.e2e.js.map +1 -0
- package/dist/collection/tests/input-group/input-group.e2e.js +17 -0
- package/dist/collection/tests/input-group/input-group.e2e.js.map +1 -0
- package/dist/collection/tests/key-value/key-value.e2e.js +21 -0
- package/dist/collection/tests/key-value/key-value.e2e.js.map +1 -0
- package/dist/collection/tests/key-value-list/key-value-list.e2e.js +17 -0
- package/dist/collection/tests/key-value-list/key-value-list.e2e.js.map +1 -0
- package/dist/collection/tests/kpi/kpi.e2e.js +17 -0
- package/dist/collection/tests/kpi/kpi.e2e.js.map +1 -0
- package/dist/collection/tests/layout-grid/layout-grid.e2e.js +135 -0
- package/dist/collection/tests/layout-grid/layout-grid.e2e.js.map +1 -0
- package/dist/collection/tests/link-button/link-button.e2e.js +25 -0
- package/dist/collection/tests/link-button/link-button.e2e.js.map +1 -0
- package/dist/collection/tests/map-navigation/map-navigation.e2e.js +21 -0
- package/dist/collection/tests/map-navigation/map-navigation.e2e.js.map +1 -0
- package/dist/collection/tests/map-navigation-overlay/map-navigation.e2e.js +17 -0
- package/dist/collection/tests/map-navigation-overlay/map-navigation.e2e.js.map +1 -0
- package/dist/collection/tests/menu/menu.e2e.js +140 -0
- package/dist/collection/tests/menu/menu.e2e.js.map +1 -0
- package/dist/collection/tests/menu-about/menu-about.e2e.js +21 -0
- package/dist/collection/tests/menu-about/menu-about.e2e.js.map +1 -0
- package/dist/collection/tests/menu-about-news/menu-about-news.e2e.js +34 -0
- package/dist/collection/tests/menu-about-news/menu-about-news.e2e.js.map +1 -0
- package/dist/collection/tests/menu-avatar/menu-avatar.e2e.js +52 -0
- package/dist/collection/tests/menu-avatar/menu-avatar.e2e.js.map +1 -0
- package/dist/collection/tests/menu-settings/menu-settings.e2e.js +48 -0
- package/dist/collection/tests/menu-settings/menu-settings.e2e.js.map +1 -0
- package/dist/collection/tests/message-bar/message-bar.e2e.js +17 -0
- package/dist/collection/tests/message-bar/message-bar.e2e.js.map +1 -0
- package/dist/collection/tests/modal/modal.e2e.js +114 -0
- package/dist/collection/tests/modal/modal.e2e.js.map +1 -0
- package/dist/collection/tests/pagination/pagination.e2e.js +23 -0
- package/dist/collection/tests/pagination/pagination.e2e.js.map +1 -0
- package/dist/collection/tests/panes/panes.e2e.js +103 -0
- package/dist/collection/tests/panes/panes.e2e.js.map +1 -0
- package/dist/collection/tests/pill/pill.e2e.js +17 -0
- package/dist/collection/tests/pill/pill.e2e.js.map +1 -0
- package/dist/collection/tests/push-card/push-card.e2e.js +41 -0
- package/dist/collection/tests/push-card/push-card.e2e.js.map +1 -0
- package/dist/collection/tests/radiobutton/radiobutton.e2e.js +37 -0
- package/dist/collection/tests/radiobutton/radiobutton.e2e.js.map +1 -0
- package/dist/collection/tests/select/select.e2e.js +92 -0
- package/dist/collection/tests/select/select.e2e.js.map +1 -0
- package/dist/collection/tests/slider/slider.e2e.js +144 -0
- package/dist/collection/tests/slider/slider.e2e.js.map +1 -0
- package/dist/collection/tests/spinner/spinner.e2e.js +17 -0
- package/dist/collection/tests/spinner/spinner.e2e.js.map +1 -0
- package/dist/collection/tests/split-button/split-button.e2e.js +24 -0
- package/dist/collection/tests/split-button/split-button.e2e.js.map +1 -0
- package/dist/collection/tests/tabs/tabs.e2e.js +32 -0
- package/dist/collection/tests/tabs/tabs.e2e.js.map +1 -0
- package/dist/collection/tests/textarea/textarea.e2e.js +25 -0
- package/dist/collection/tests/textarea/textarea.e2e.js.map +1 -0
- package/dist/collection/tests/tile/tile.e2e.js +17 -0
- package/dist/collection/tests/tile/tile.e2e.js.map +1 -0
- package/dist/collection/tests/time-picker-rework/time-picker-rework.e2e.js +19 -0
- package/dist/collection/tests/time-picker-rework/time-picker-rework.e2e.js.map +1 -0
- package/dist/collection/tests/toast/toast.e2e.js +23 -0
- package/dist/collection/tests/toast/toast.e2e.js.map +1 -0
- package/dist/collection/tests/toggle/toggle.e2e.js +21 -0
- package/dist/collection/tests/toggle/toggle.e2e.js.map +1 -0
- package/dist/collection/tests/toggle-button/toggle-button.e2e.js +43 -0
- package/dist/collection/tests/toggle-button/toggle-button.e2e.js.map +1 -0
- package/dist/collection/tests/tooltip/tooltip.e2e.js +130 -0
- package/dist/collection/tests/tooltip/tooltip.e2e.js.map +1 -0
- package/dist/collection/tests/tree/tree.e2e.js +53 -0
- package/dist/collection/tests/tree/tree.e2e.js.map +1 -0
- package/dist/collection/tests/typography/typography.e2e.js +29 -0
- package/dist/collection/tests/typography/typography.e2e.js.map +1 -0
- package/dist/collection/tests/upload/upload.e2e.js +45 -0
- package/dist/collection/tests/upload/upload.e2e.js.map +1 -0
- package/dist/collection/tests/utils/test/index.js +24 -0
- package/dist/collection/tests/utils/test/index.js.map +1 -0
- package/dist/collection/tests/utils/test/matchMedia.mock.js +22 -0
- package/dist/collection/tests/utils/test/page.js +65 -0
- package/dist/collection/tests/utils/test/page.js.map +1 -0
- package/dist/collection/tests/workflow-steps/workflow-steps.e2e.js +33 -0
- package/dist/collection/tests/workflow-steps/workflow-steps.e2e.js.map +1 -0
- package/dist/esm/_commonjsHelpers-e557d4a5.js +13 -0
- package/dist/esm/_commonjsHelpers-e557d4a5.js.map +1 -0
- package/dist/esm/a11y-d5444a76.js +142 -0
- package/dist/esm/a11y-d5444a76.js.map +1 -0
- package/dist/esm/animation-4a73b1c3.js +19 -0
- package/dist/esm/animation-4a73b1c3.js.map +1 -0
- package/dist/esm/anime.es-a5520566.js +1311 -0
- package/dist/esm/anime.es-a5520566.js.map +1 -0
- package/dist/esm/app-globals-bdfc5499.js +29 -0
- package/dist/esm/app-globals-bdfc5499.js.map +1 -0
- package/dist/esm/base-button-37b915d6.js +47 -0
- package/dist/esm/base-button-37b915d6.js.map +1 -0
- package/dist/esm/base-icon-button-976ef0f6.js +18 -0
- package/dist/esm/base-icon-button-976ef0f6.js.map +1 -0
- package/dist/esm/breakpoints-d5c2f627.js +25 -0
- package/dist/esm/breakpoints-d5c2f627.js.map +1 -0
- package/dist/esm/context-c9078420.js +101 -0
- package/dist/esm/context-c9078420.js.map +1 -0
- package/dist/esm/core-js-1c33b685.js +24 -0
- package/dist/esm/core-js-1c33b685.js.map +1 -0
- package/dist/esm/default-tree-item-25091766.js +22 -0
- package/dist/esm/default-tree-item-25091766.js.map +1 -0
- package/dist/esm/dom-64ac48b5.js +72 -0
- package/dist/esm/dom-64ac48b5.js.map +1 -0
- package/dist/esm/flip-tile-state-76dd224a.js +21 -0
- package/dist/esm/flip-tile-state-76dd224a.js.map +1 -0
- package/dist/esm/floating-ui.dom.esm-6e7c098f.js +1528 -0
- package/dist/esm/floating-ui.dom.esm-6e7c098f.js.map +1 -0
- package/dist/esm/index-76b9c8de.js +28 -0
- package/dist/esm/index-76b9c8de.js.map +1 -0
- package/dist/esm/index-f18c5ad1.js +2656 -0
- package/dist/esm/index-f18c5ad1.js.map +1 -0
- package/dist/esm/index.es2017-45304832.js +1479 -0
- package/dist/esm/index.es2017-45304832.js.map +1 -0
- package/dist/esm/index.js +93 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/ix-action-card.entry.js +32 -0
- package/dist/esm/ix-action-card.entry.js.map +1 -0
- package/dist/esm/ix-application-header.entry.js +108 -0
- package/dist/esm/ix-application-header.entry.js.map +1 -0
- package/dist/esm/ix-application-sidebar.entry.js +44 -0
- package/dist/esm/ix-application-sidebar.entry.js.map +1 -0
- package/dist/esm/ix-application-switch-modal.entry.js +57 -0
- package/dist/esm/ix-application-switch-modal.entry.js.map +1 -0
- package/dist/esm/ix-application.entry.js +111 -0
- package/dist/esm/ix-application.entry.js.map +1 -0
- package/dist/esm/ix-avatar_2.entry.js +78 -0
- package/dist/esm/ix-avatar_2.entry.js.map +1 -0
- package/dist/esm/ix-basic-navigation.entry.js +88 -0
- package/dist/esm/ix-basic-navigation.entry.js.map +1 -0
- package/dist/esm/ix-blind.entry.js +94 -0
- package/dist/esm/ix-blind.entry.js.map +1 -0
- package/dist/esm/ix-breadcrumb-item.entry.js +72 -0
- package/dist/esm/ix-breadcrumb-item.entry.js.map +1 -0
- package/dist/esm/ix-breadcrumb.entry.js +104 -0
- package/dist/esm/ix-breadcrumb.entry.js.map +1 -0
- package/dist/esm/ix-button.entry.js +61 -0
- package/dist/esm/ix-button.entry.js.map +1 -0
- package/dist/esm/ix-card-accordion_2.entry.js +79 -0
- package/dist/esm/ix-card-accordion_2.entry.js.map +1 -0
- package/dist/esm/ix-card-list.entry.js +162 -0
- package/dist/esm/ix-card-list.entry.js.map +1 -0
- package/dist/esm/ix-card_2.entry.js +37 -0
- package/dist/esm/ix-card_2.entry.js.map +1 -0
- package/dist/esm/ix-category-filter.entry.js +406 -0
- package/dist/esm/ix-category-filter.entry.js.map +1 -0
- package/dist/esm/ix-chip.entry.js +67 -0
- package/dist/esm/ix-chip.entry.js.map +1 -0
- package/dist/esm/ix-col_4.entry.js +577 -0
- package/dist/esm/ix-col_4.entry.js.map +1 -0
- package/dist/esm/ix-content-header.entry.js +23 -0
- package/dist/esm/ix-content-header.entry.js.map +1 -0
- package/dist/esm/ix-content.entry.js +29 -0
- package/dist/esm/ix-content.entry.js.map +1 -0
- package/dist/esm/ix-css-grid-item.entry.js +21 -0
- package/dist/esm/ix-css-grid-item.entry.js.map +1 -0
- package/dist/esm/ix-css-grid.entry.js +93 -0
- package/dist/esm/ix-css-grid.entry.js.map +1 -0
- package/dist/esm/ix-date-dropdown.entry.js +153 -0
- package/dist/esm/ix-date-dropdown.entry.js.map +1 -0
- package/dist/esm/ix-date-time-card.entry.js +32 -0
- package/dist/esm/ix-date-time-card.entry.js.map +1 -0
- package/dist/esm/ix-datetime-picker.entry.js +63 -0
- package/dist/esm/ix-datetime-picker.entry.js.map +1 -0
- package/dist/esm/ix-divider.entry.js +18 -0
- package/dist/esm/ix-divider.entry.js.map +1 -0
- package/dist/esm/ix-drawer.entry.js +108 -0
- package/dist/esm/ix-drawer.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-button.entry.js +43 -0
- package/dist/esm/ix-dropdown-button.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-header.entry.js +19 -0
- package/dist/esm/ix-dropdown-header.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-item.entry.js +50 -0
- package/dist/esm/ix-dropdown-item.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-quick-actions.entry.js +18 -0
- package/dist/esm/ix-dropdown-quick-actions.entry.js.map +1 -0
- package/dist/esm/ix-dropdown.entry.js +410 -0
- package/dist/esm/ix-dropdown.entry.js.map +1 -0
- package/dist/esm/ix-empty-state.entry.js +24 -0
- package/dist/esm/ix-empty-state.entry.js.map +1 -0
- package/dist/esm/ix-event-list-item.entry.js +45 -0
- package/dist/esm/ix-event-list-item.entry.js.map +1 -0
- package/dist/esm/ix-event-list.entry.js +121 -0
- package/dist/esm/ix-event-list.entry.js.map +1 -0
- package/dist/esm/ix-expanding-search.entry.js +82 -0
- package/dist/esm/ix-expanding-search.entry.js.map +1 -0
- package/dist/esm/ix-filter-chip_2.entry.js +88 -0
- package/dist/esm/ix-filter-chip_2.entry.js.map +1 -0
- package/dist/esm/ix-flip-tile-content.entry.js +19 -0
- package/dist/esm/ix-flip-tile-content.entry.js.map +1 -0
- package/dist/esm/ix-flip-tile.entry.js +86 -0
- package/dist/esm/ix-flip-tile.entry.js.map +1 -0
- package/dist/esm/ix-form-field.entry.js +24 -0
- package/dist/esm/ix-form-field.entry.js.map +1 -0
- package/dist/esm/ix-group-context-menu_2.entry.js +76 -0
- package/dist/esm/ix-group-context-menu_2.entry.js.map +1 -0
- package/dist/esm/ix-group.entry.js +125 -0
- package/dist/esm/ix-group.entry.js.map +1 -0
- package/dist/esm/ix-icon-button_2.entry.js +103 -0
- package/dist/esm/ix-icon-button_2.entry.js.map +1 -0
- package/dist/esm/ix-icon-toggle-button.entry.js +85 -0
- package/dist/esm/ix-icon-toggle-button.entry.js.map +1 -0
- package/dist/esm/ix-icon.entry-9fafcf35.js +1485 -0
- package/dist/esm/ix-icon.entry-9fafcf35.js.map +1 -0
- package/dist/esm/ix-input-group.entry.js +132 -0
- package/dist/esm/ix-input-group.entry.js.map +1 -0
- package/dist/esm/ix-key-value-list.entry.js +19 -0
- package/dist/esm/ix-key-value-list.entry.js.map +1 -0
- package/dist/esm/ix-key-value.entry.js +25 -0
- package/dist/esm/ix-key-value.entry.js.map +1 -0
- package/dist/esm/ix-kpi.entry.js +46 -0
- package/dist/esm/ix-kpi.entry.js.map +1 -0
- package/dist/esm/ix-link-button.entry.js +27 -0
- package/dist/esm/ix-link-button.entry.js.map +1 -0
- package/dist/esm/ix-map-navigation-overlay.entry.js +61 -0
- package/dist/esm/ix-map-navigation-overlay.entry.js.map +1 -0
- package/dist/esm/ix-map-navigation.entry.js +171 -0
- package/dist/esm/ix-map-navigation.entry.js.map +1 -0
- package/dist/esm/ix-menu-about-item.entry.js +30 -0
- package/dist/esm/ix-menu-about-item.entry.js.map +1 -0
- package/dist/esm/ix-menu-about-news.entry.js +35 -0
- package/dist/esm/ix-menu-about-news.entry.js.map +1 -0
- package/dist/esm/ix-menu-about.entry.js +37 -0
- package/dist/esm/ix-menu-about.entry.js.map +1 -0
- package/dist/esm/ix-menu-avatar.entry.js +41 -0
- package/dist/esm/ix-menu-avatar.entry.js.map +1 -0
- package/dist/esm/ix-menu-category.entry.js +201 -0
- package/dist/esm/ix-menu-category.entry.js.map +1 -0
- package/dist/esm/ix-menu-expand-icon.entry.js +44 -0
- package/dist/esm/ix-menu-expand-icon.entry.js.map +1 -0
- package/dist/esm/ix-menu-item.entry.js +107 -0
- package/dist/esm/ix-menu-item.entry.js.map +1 -0
- package/dist/esm/ix-menu-settings-item.entry.js +30 -0
- package/dist/esm/ix-menu-settings-item.entry.js.map +1 -0
- package/dist/esm/ix-menu-settings.entry.js +4 -0
- package/dist/esm/ix-menu-settings.entry.js.map +1 -0
- package/dist/esm/ix-menu.entry.js +449 -0
- package/dist/esm/ix-menu.entry.js.map +1 -0
- package/dist/esm/ix-message-bar.entry.js +53 -0
- package/dist/esm/ix-message-bar.entry.js.map +1 -0
- package/dist/esm/ix-modal-content_2.entry.js +61 -0
- package/dist/esm/ix-modal-content_2.entry.js.map +1 -0
- package/dist/esm/ix-modal-example.entry.js +24 -0
- package/dist/esm/ix-modal-example.entry.js.map +1 -0
- package/dist/esm/ix-modal-footer.entry.js +18 -0
- package/dist/esm/ix-modal-footer.entry.js.map +1 -0
- package/dist/esm/ix-modal-loading.entry.js +18 -0
- package/dist/esm/ix-modal-loading.entry.js.map +1 -0
- package/dist/esm/ix-modal.entry.js +188 -0
- package/dist/esm/ix-modal.entry.js.map +1 -0
- package/dist/esm/ix-pagination.entry.js +137 -0
- package/dist/esm/ix-pagination.entry.js.map +1 -0
- package/dist/esm/ix-pane-layout.entry.js +271 -0
- package/dist/esm/ix-pane-layout.entry.js.map +1 -0
- package/dist/esm/ix-pane.entry.js +471 -0
- package/dist/esm/ix-pane.entry.js.map +1 -0
- package/dist/esm/ix-pill.entry.js +57 -0
- package/dist/esm/ix-pill.entry.js.map +1 -0
- package/dist/esm/ix-playground-internal.entry.js +18 -0
- package/dist/esm/ix-playground-internal.entry.js.map +1 -0
- package/dist/esm/ix-push-card.entry.js +28 -0
- package/dist/esm/ix-push-card.entry.js.map +1 -0
- package/dist/esm/ix-select.entry.js +369 -0
- package/dist/esm/ix-select.entry.js.map +1 -0
- package/dist/esm/ix-slider.entry.js +170 -0
- package/dist/esm/ix-slider.entry.js.map +1 -0
- package/dist/esm/ix-split-button-item.entry.js +31 -0
- package/dist/esm/ix-split-button-item.entry.js.map +1 -0
- package/dist/esm/ix-split-button.entry.js +46 -0
- package/dist/esm/ix-split-button.entry.js.map +1 -0
- package/dist/esm/ix-tab-item_2.entry.js +294 -0
- package/dist/esm/ix-tab-item_2.entry.js.map +1 -0
- package/dist/esm/ix-tile.entry.js +38 -0
- package/dist/esm/ix-tile.entry.js.map +1 -0
- package/dist/esm/ix-time-picker.entry.js +150 -0
- package/dist/esm/ix-time-picker.entry.js.map +1 -0
- package/dist/esm/ix-toast-container.entry.js +90 -0
- package/dist/esm/ix-toast-container.entry.js.map +1 -0
- package/dist/esm/ix-toast.entry.js +70 -0
- package/dist/esm/ix-toast.entry.js.map +1 -0
- package/dist/esm/ix-toggle-button.entry.js +74 -0
- package/dist/esm/ix-toggle-button.entry.js.map +1 -0
- package/dist/esm/ix-toggle.entry.js +37 -0
- package/dist/esm/ix-toggle.entry.js.map +1 -0
- package/dist/esm/ix-tooltip.entry.js +290 -0
- package/dist/esm/ix-tooltip.entry.js.map +1 -0
- package/dist/esm/ix-tree-item.entry.js +33 -0
- package/dist/esm/ix-tree-item.entry.js.map +1 -0
- package/dist/esm/ix-tree.entry.js +702 -0
- package/dist/esm/ix-tree.entry.js.map +1 -0
- package/dist/esm/ix-typography.entry.js +62 -0
- package/dist/esm/ix-typography.entry.js.map +1 -0
- package/dist/esm/ix-upload.entry.js +106 -0
- package/dist/esm/ix-upload.entry.js.map +1 -0
- package/dist/esm/ix-validation-tooltip.entry.js +149 -0
- package/dist/esm/ix-validation-tooltip.entry.js.map +1 -0
- package/dist/esm/ix-workflow-step.entry.js +95 -0
- package/dist/esm/ix-workflow-step.entry.js.map +1 -0
- package/dist/esm/ix-workflow-steps.entry.js +81 -0
- package/dist/esm/ix-workflow-steps.entry.js.map +1 -0
- package/dist/esm/listener-b87c1f3d.js +75 -0
- package/dist/esm/listener-b87c1f3d.js.map +1 -0
- package/dist/esm/loader.js +13 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/logical-filter-operator-f6701df5.js +36 -0
- package/dist/esm/logical-filter-operator-f6701df5.js.map +1 -0
- package/dist/esm/luxon-aa110584.js +8309 -0
- package/dist/esm/luxon-aa110584.js.map +1 -0
- package/dist/esm/make-ref-c80046bf.js +28 -0
- package/dist/esm/make-ref-c80046bf.js.map +1 -0
- package/dist/esm/menu-service-f974814b.js +78 -0
- package/dist/esm/menu-service-f974814b.js.map +1 -0
- package/dist/esm/menu-tabs-fc-c72e41b6.js +100 -0
- package/dist/esm/menu-tabs-fc-c72e41b6.js.map +1 -0
- package/dist/esm/modal-54740f80.js +244 -0
- package/dist/esm/modal-54740f80.js.map +1 -0
- package/dist/esm/mutation-observer-db8757e6.js +13 -0
- package/dist/esm/mutation-observer-db8757e6.js.map +1 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/esm/rwd.util-d8e00a88.js +41 -0
- package/dist/esm/rwd.util-d8e00a88.js.map +1 -0
- package/dist/esm/service-02cc9011.js +99 -0
- package/dist/esm/service-02cc9011.js.map +1 -0
- package/dist/esm/shadow-dom-60e9243d.js +45 -0
- package/dist/esm/shadow-dom-60e9243d.js.map +1 -0
- package/dist/esm/siemens-ix.js +22 -0
- package/dist/esm/siemens-ix.js.map +1 -0
- package/dist/esm/theme-switcher-b10fb4da.js +123 -0
- package/dist/esm/theme-switcher-b10fb4da.js.map +1 -0
- package/dist/esm/typed-event-ad6484c5.js +46 -0
- package/dist/esm/typed-event-ad6484c5.js.map +1 -0
- package/dist/esm/upload-file-state-de676cd5.js +20 -0
- package/dist/esm/upload-file-state-de676cd5.js.map +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/playwright-ct.config.js +23 -0
- package/dist/playwright-ct.config.js.map +1 -0
- package/dist/playwright.config.js +75 -0
- package/dist/playwright.config.js.map +1 -0
- package/dist/siemens-ix/index.esm.js +2 -0
- package/dist/siemens-ix/index.esm.js.map +1 -0
- package/dist/siemens-ix/p-01a8adf1.entry.js +2 -0
- package/dist/siemens-ix/p-01a8adf1.entry.js.map +1 -0
- package/dist/siemens-ix/p-021e1084.entry.js +2 -0
- package/dist/siemens-ix/p-021e1084.entry.js.map +1 -0
- package/dist/siemens-ix/p-04a362da.entry.js +2 -0
- package/dist/siemens-ix/p-04a362da.entry.js.map +1 -0
- package/dist/siemens-ix/p-080653aa.entry.js +2 -0
- package/dist/siemens-ix/p-080653aa.entry.js.map +1 -0
- package/dist/siemens-ix/p-08a5d45b.entry.js +2 -0
- package/dist/siemens-ix/p-08a5d45b.entry.js.map +1 -0
- package/dist/siemens-ix/p-08bedeaa.entry.js +2 -0
- package/dist/siemens-ix/p-08bedeaa.entry.js.map +1 -0
- package/dist/siemens-ix/p-0ca3528f.js +2 -0
- package/dist/siemens-ix/p-0ca3528f.js.map +1 -0
- package/dist/siemens-ix/p-0d268489.entry.js +2 -0
- package/dist/siemens-ix/p-0d268489.entry.js.map +1 -0
- package/dist/siemens-ix/p-10f86b92.entry.js +2 -0
- package/dist/siemens-ix/p-10f86b92.entry.js.map +1 -0
- package/dist/siemens-ix/p-1255e76b.entry.js +2 -0
- package/dist/siemens-ix/p-1255e76b.entry.js.map +1 -0
- package/dist/siemens-ix/p-1450ba99.entry.js +2 -0
- package/dist/siemens-ix/p-1450ba99.entry.js.map +1 -0
- package/dist/siemens-ix/p-16826ff7.js +2 -0
- package/dist/siemens-ix/p-16826ff7.js.map +1 -0
- package/dist/siemens-ix/p-16d378f3.js +2 -0
- package/dist/siemens-ix/p-16d378f3.js.map +1 -0
- package/dist/siemens-ix/p-177f9a5c.entry.js +2 -0
- package/dist/siemens-ix/p-177f9a5c.entry.js.map +1 -0
- package/dist/siemens-ix/p-1ad7fd83.entry.js +2 -0
- package/dist/siemens-ix/p-1ad7fd83.entry.js.map +1 -0
- package/dist/siemens-ix/p-1cc910b7.entry.js +2 -0
- package/dist/siemens-ix/p-1cc910b7.entry.js.map +1 -0
- package/dist/siemens-ix/p-1da901d5.js +2 -0
- package/dist/siemens-ix/p-1da901d5.js.map +1 -0
- package/dist/siemens-ix/p-23dd21b3.entry.js +2 -0
- package/dist/siemens-ix/p-23dd21b3.entry.js.map +1 -0
- package/dist/siemens-ix/p-25ee1b62.js +2 -0
- package/dist/siemens-ix/p-25ee1b62.js.map +1 -0
- package/dist/siemens-ix/p-2637665e.entry.js +2 -0
- package/dist/siemens-ix/p-2637665e.entry.js.map +1 -0
- package/dist/siemens-ix/p-26789c86.entry.js +2 -0
- package/dist/siemens-ix/p-26789c86.entry.js.map +1 -0
- package/dist/siemens-ix/p-26e9d40e.js +3 -0
- package/dist/siemens-ix/p-26e9d40e.js.map +1 -0
- package/dist/siemens-ix/p-2a9673f3.entry.js +2 -0
- package/dist/siemens-ix/p-2a9673f3.entry.js.map +1 -0
- package/dist/siemens-ix/p-2c6a35db.entry.js +2 -0
- package/dist/siemens-ix/p-2c6a35db.entry.js.map +1 -0
- package/dist/siemens-ix/p-2f4e6ac1.entry.js +2 -0
- package/dist/siemens-ix/p-2f4e6ac1.entry.js.map +1 -0
- package/dist/siemens-ix/p-30f449bc.entry.js +2 -0
- package/dist/siemens-ix/p-30f449bc.entry.js.map +1 -0
- package/dist/siemens-ix/p-31cc5367.entry.js +2 -0
- package/dist/siemens-ix/p-31cc5367.entry.js.map +1 -0
- package/dist/siemens-ix/p-32fa185a.entry.js +2 -0
- package/dist/siemens-ix/p-32fa185a.entry.js.map +1 -0
- package/dist/siemens-ix/p-330343e7.entry.js +2 -0
- package/dist/siemens-ix/p-330343e7.entry.js.map +1 -0
- package/dist/siemens-ix/p-33538474.entry.js +2 -0
- package/dist/siemens-ix/p-33538474.entry.js.map +1 -0
- package/dist/siemens-ix/p-33e903e1.entry.js +2 -0
- package/dist/siemens-ix/p-33e903e1.entry.js.map +1 -0
- package/dist/siemens-ix/p-360b158e.js +2 -0
- package/dist/siemens-ix/p-360b158e.js.map +1 -0
- package/dist/siemens-ix/p-37e4df76.entry.js +2 -0
- package/dist/siemens-ix/p-37e4df76.entry.js.map +1 -0
- package/dist/siemens-ix/p-3b8ff673.entry.js +2 -0
- package/dist/siemens-ix/p-3b8ff673.entry.js.map +1 -0
- package/dist/siemens-ix/p-3e4e3b23.entry.js +2 -0
- package/dist/siemens-ix/p-3e4e3b23.entry.js.map +1 -0
- package/dist/siemens-ix/p-45840cb9.js +2 -0
- package/dist/siemens-ix/p-45840cb9.js.map +1 -0
- package/dist/siemens-ix/p-46a6cd9d.js +2 -0
- package/dist/siemens-ix/p-46a6cd9d.js.map +1 -0
- package/dist/siemens-ix/p-47017ce7.entry.js +2 -0
- package/dist/siemens-ix/p-47017ce7.entry.js.map +1 -0
- package/dist/siemens-ix/p-4bbae41b.entry.js +2 -0
- package/dist/siemens-ix/p-4bbae41b.entry.js.map +1 -0
- package/dist/siemens-ix/p-4d57ca67.entry.js +2 -0
- package/dist/siemens-ix/p-4d57ca67.entry.js.map +1 -0
- package/dist/siemens-ix/p-4f8ac3bf.js +2 -0
- package/dist/siemens-ix/p-4f8ac3bf.js.map +1 -0
- package/dist/siemens-ix/p-52bb526e.entry.js +2 -0
- package/dist/siemens-ix/p-52bb526e.entry.js.map +1 -0
- package/dist/siemens-ix/p-5d43cae8.js +22 -0
- package/dist/siemens-ix/p-5d43cae8.js.map +1 -0
- package/dist/siemens-ix/p-5d582c48.entry.js +2 -0
- package/dist/siemens-ix/p-5d582c48.entry.js.map +1 -0
- package/dist/siemens-ix/p-64c3fa3d.js +2 -0
- package/dist/siemens-ix/p-64c3fa3d.js.map +1 -0
- package/dist/siemens-ix/p-68a274e7.js +2 -0
- package/dist/siemens-ix/p-68a274e7.js.map +1 -0
- package/dist/siemens-ix/p-6e1fdc40.entry.js +2 -0
- package/dist/siemens-ix/p-6e1fdc40.entry.js.map +1 -0
- package/dist/siemens-ix/p-6e6efb4c.js +2 -0
- package/dist/siemens-ix/p-6e6efb4c.js.map +1 -0
- package/dist/siemens-ix/p-6f056fc6.entry.js +2 -0
- package/dist/siemens-ix/p-6f056fc6.entry.js.map +1 -0
- package/dist/siemens-ix/p-6f097cae.entry.js +2 -0
- package/dist/siemens-ix/p-6f097cae.entry.js.map +1 -0
- package/dist/siemens-ix/p-702f9349.js +2 -0
- package/dist/siemens-ix/p-702f9349.js.map +1 -0
- package/dist/siemens-ix/p-71206084.js +2 -0
- package/dist/siemens-ix/p-71206084.js.map +1 -0
- package/dist/siemens-ix/p-712e0ee0.js +2 -0
- package/dist/siemens-ix/p-712e0ee0.js.map +1 -0
- package/dist/siemens-ix/p-7289b0be.entry.js +2 -0
- package/dist/siemens-ix/p-7289b0be.entry.js.map +1 -0
- package/dist/siemens-ix/p-75548c73.entry.js +2 -0
- package/dist/siemens-ix/p-75548c73.entry.js.map +1 -0
- package/dist/siemens-ix/p-7702a8c2.js +2 -0
- package/dist/siemens-ix/p-7702a8c2.js.map +1 -0
- package/dist/siemens-ix/p-7b5ed355.entry.js +2 -0
- package/dist/siemens-ix/p-7b5ed355.entry.js.map +1 -0
- package/dist/siemens-ix/p-7c1fd9a0.entry.js +2 -0
- package/dist/siemens-ix/p-7c1fd9a0.entry.js.map +1 -0
- package/dist/siemens-ix/p-7c36d3fa.js +2 -0
- package/dist/siemens-ix/p-7c36d3fa.js.map +1 -0
- package/dist/siemens-ix/p-84430d2c.js +2 -0
- package/dist/siemens-ix/p-84430d2c.js.map +1 -0
- package/dist/siemens-ix/p-84b3b311.entry.js +2 -0
- package/dist/siemens-ix/p-84b3b311.entry.js.map +1 -0
- package/dist/siemens-ix/p-87fe9d5f.entry.js +2 -0
- package/dist/siemens-ix/p-87fe9d5f.entry.js.map +1 -0
- package/dist/siemens-ix/p-890d74cd.entry.js +2 -0
- package/dist/siemens-ix/p-890d74cd.entry.js.map +1 -0
- package/dist/siemens-ix/p-8a06a632.entry.js +2 -0
- package/dist/siemens-ix/p-8a06a632.entry.js.map +1 -0
- package/dist/siemens-ix/p-8d156396.entry.js +2 -0
- package/dist/siemens-ix/p-8d156396.entry.js.map +1 -0
- package/dist/siemens-ix/p-902d1046.entry.js +2 -0
- package/dist/siemens-ix/p-902d1046.entry.js.map +1 -0
- package/dist/siemens-ix/p-96615442.entry.js +2 -0
- package/dist/siemens-ix/p-96615442.entry.js.map +1 -0
- package/dist/siemens-ix/p-96f2c71a.entry.js +2 -0
- package/dist/siemens-ix/p-96f2c71a.entry.js.map +1 -0
- package/dist/siemens-ix/p-9c03b231.entry.js +2 -0
- package/dist/siemens-ix/p-9c03b231.entry.js.map +1 -0
- package/dist/siemens-ix/p-9dc3e182.entry.js +2 -0
- package/dist/siemens-ix/p-9dc3e182.entry.js.map +1 -0
- package/dist/siemens-ix/p-9fcf9dcd.entry.js +2 -0
- package/dist/siemens-ix/p-9fcf9dcd.entry.js.map +1 -0
- package/dist/siemens-ix/p-9fd3ae7f.entry.js +2 -0
- package/dist/siemens-ix/p-9fd3ae7f.entry.js.map +1 -0
- package/dist/siemens-ix/p-a4e489ea.js +2 -0
- package/dist/siemens-ix/p-a4e489ea.js.map +1 -0
- package/dist/siemens-ix/p-a617e605.entry.js +2 -0
- package/dist/siemens-ix/p-a617e605.entry.js.map +1 -0
- package/dist/siemens-ix/p-a93df5f2.entry.js +2 -0
- package/dist/siemens-ix/p-a93df5f2.entry.js.map +1 -0
- package/dist/siemens-ix/p-ab446f83.entry.js +2 -0
- package/dist/siemens-ix/p-ab446f83.entry.js.map +1 -0
- package/dist/siemens-ix/p-acdeb192.entry.js +2 -0
- package/dist/siemens-ix/p-acdeb192.entry.js.map +1 -0
- package/dist/siemens-ix/p-af46164c.entry.js +2 -0
- package/dist/siemens-ix/p-af46164c.entry.js.map +1 -0
- package/dist/siemens-ix/p-b1ec7f32.entry.js +2 -0
- package/dist/siemens-ix/p-b1ec7f32.entry.js.map +1 -0
- package/dist/siemens-ix/p-b24beb48.entry.js +2 -0
- package/dist/siemens-ix/p-b24beb48.entry.js.map +1 -0
- package/dist/siemens-ix/p-b35a627a.entry.js +2 -0
- package/dist/siemens-ix/p-b35a627a.entry.js.map +1 -0
- package/dist/siemens-ix/p-b3f35666.js +2 -0
- package/dist/siemens-ix/p-b3f35666.js.map +1 -0
- package/dist/siemens-ix/p-b475f567.entry.js +2 -0
- package/dist/siemens-ix/p-b475f567.entry.js.map +1 -0
- package/dist/siemens-ix/p-b5c53faf.js +4 -0
- package/dist/siemens-ix/p-b5c53faf.js.map +1 -0
- package/dist/siemens-ix/p-b78fd38b.entry.js +2 -0
- package/dist/siemens-ix/p-b78fd38b.entry.js.map +1 -0
- package/dist/siemens-ix/p-b7a8f2d5.entry.js +2 -0
- package/dist/siemens-ix/p-b7a8f2d5.entry.js.map +1 -0
- package/dist/siemens-ix/p-b944d015.entry.js +2 -0
- package/dist/siemens-ix/p-b944d015.entry.js.map +1 -0
- package/dist/siemens-ix/p-c146af8e.js +2 -0
- package/dist/siemens-ix/p-c146af8e.js.map +1 -0
- package/dist/siemens-ix/p-c1bd5d78.entry.js +2 -0
- package/dist/siemens-ix/p-c1bd5d78.entry.js.map +1 -0
- package/dist/siemens-ix/p-c2f6aaae.entry.js +2 -0
- package/dist/siemens-ix/p-c2f6aaae.entry.js.map +1 -0
- package/dist/siemens-ix/p-c3939d35.entry.js +2 -0
- package/dist/siemens-ix/p-c3939d35.entry.js.map +1 -0
- package/dist/siemens-ix/p-c4749812.js +2 -0
- package/dist/siemens-ix/p-c4749812.js.map +1 -0
- package/dist/siemens-ix/p-c49701a0.entry.js +2 -0
- package/dist/siemens-ix/p-c49701a0.entry.js.map +1 -0
- package/dist/siemens-ix/p-c4d3f089.entry.js +2 -0
- package/dist/siemens-ix/p-c4d3f089.entry.js.map +1 -0
- package/dist/siemens-ix/p-c5762d6c.entry.js +2 -0
- package/dist/siemens-ix/p-c5762d6c.entry.js.map +1 -0
- package/dist/siemens-ix/p-c89a070a.entry.js +2 -0
- package/dist/siemens-ix/p-c89a070a.entry.js.map +1 -0
- package/dist/siemens-ix/p-c8e0563a.entry.js +2 -0
- package/dist/siemens-ix/p-c8e0563a.entry.js.map +1 -0
- package/dist/siemens-ix/p-ca658a19.entry.js +2 -0
- package/dist/siemens-ix/p-ca658a19.entry.js.map +1 -0
- package/dist/siemens-ix/p-ca838b5c.entry.js +2 -0
- package/dist/siemens-ix/p-ca838b5c.entry.js.map +1 -0
- package/dist/siemens-ix/p-cb1c0d63.entry.js +2 -0
- package/dist/siemens-ix/p-cb1c0d63.entry.js.map +1 -0
- package/dist/siemens-ix/p-ced10144.js +2 -0
- package/dist/siemens-ix/p-ced10144.js.map +1 -0
- package/dist/siemens-ix/p-d0cf522c.entry.js +2 -0
- package/dist/siemens-ix/p-d0cf522c.entry.js.map +1 -0
- package/dist/siemens-ix/p-d2ee87ae.entry.js +2 -0
- package/dist/siemens-ix/p-d2ee87ae.entry.js.map +1 -0
- package/dist/siemens-ix/p-d3f26126.entry.js +2 -0
- package/dist/siemens-ix/p-d3f26126.entry.js.map +1 -0
- package/dist/siemens-ix/p-d48a746d.entry.js +2 -0
- package/dist/siemens-ix/p-d48a746d.entry.js.map +1 -0
- package/dist/siemens-ix/p-d76ee9ff.entry.js +2 -0
- package/dist/siemens-ix/p-d76ee9ff.entry.js.map +1 -0
- package/dist/siemens-ix/p-d77fa665.entry.js +2 -0
- package/dist/siemens-ix/p-d77fa665.entry.js.map +1 -0
- package/dist/siemens-ix/p-d9370972.entry.js +2 -0
- package/dist/siemens-ix/p-d9370972.entry.js.map +1 -0
- package/dist/siemens-ix/p-d9d5389b.entry.js +2 -0
- package/dist/siemens-ix/p-d9d5389b.entry.js.map +1 -0
- package/dist/siemens-ix/p-dded1449.js +2 -0
- package/dist/siemens-ix/p-dded1449.js.map +1 -0
- package/dist/siemens-ix/p-e07d2623.js +2 -0
- package/dist/siemens-ix/p-e07d2623.js.map +1 -0
- package/dist/siemens-ix/p-e0cab820.entry.js +2 -0
- package/dist/siemens-ix/p-e0cab820.entry.js.map +1 -0
- package/dist/siemens-ix/p-e898862b.js +2 -0
- package/dist/siemens-ix/p-e898862b.js.map +1 -0
- package/dist/siemens-ix/p-ecd3b070.entry.js +2 -0
- package/dist/siemens-ix/p-ecd3b070.entry.js.map +1 -0
- package/dist/siemens-ix/p-ee20d08c.entry.js +2 -0
- package/dist/siemens-ix/p-ee20d08c.entry.js.map +1 -0
- package/dist/siemens-ix/p-ef0d5678.js +2 -0
- package/dist/siemens-ix/p-ef0d5678.js.map +1 -0
- package/dist/siemens-ix/p-effd2dcf.js +2 -0
- package/dist/siemens-ix/p-effd2dcf.js.map +1 -0
- package/dist/siemens-ix/p-f17e4cce.entry.js +2 -0
- package/dist/siemens-ix/p-f17e4cce.entry.js.map +1 -0
- package/dist/siemens-ix/p-f23e0121.entry.js +2 -0
- package/dist/siemens-ix/p-f23e0121.entry.js.map +1 -0
- package/dist/siemens-ix/p-f2856faf.entry.js +2 -0
- package/dist/siemens-ix/p-f2856faf.entry.js.map +1 -0
- package/dist/siemens-ix/p-f5e574da.js +2 -0
- package/dist/siemens-ix/p-f5e574da.js.map +1 -0
- package/dist/siemens-ix/p-f6635bfc.entry.js +2 -0
- package/dist/siemens-ix/p-f6635bfc.entry.js.map +1 -0
- package/dist/siemens-ix/p-f7e82b50.entry.js +2 -0
- package/dist/siemens-ix/p-f7e82b50.entry.js.map +1 -0
- package/dist/siemens-ix/siemens-ix-core.css +1 -0
- package/dist/siemens-ix/siemens-ix.css +15354 -0
- package/dist/siemens-ix/siemens-ix.esm.js +2 -0
- package/dist/siemens-ix/siemens-ix.esm.js.map +1 -0
- package/dist/siemens-ix/theme/classic-dark.css +1 -0
- package/dist/siemens-ix/theme/classic-light.css +1 -0
- package/dist/siemens-ix/theme/legacy-classic-dark.css +1 -0
- package/dist/siemens-ix/theme/legacy-classic-light.css +1 -0
- package/dist/types/Users/daniel/dev/oss/ix/packages/core/.stencil/playwright-ct.config.d.ts +7 -0
- package/dist/types/Users/daniel/dev/oss/ix/packages/core/.stencil/playwright.config.d.ts +7 -0
- package/dist/types/components/action-card/action-card.d.ts +29 -0
- package/dist/types/components/application/application.d.ts +43 -0
- package/dist/types/components/application-header/application-header.d.ts +32 -0
- package/dist/types/components/application-header/application-switch-modal/application-switch-modal.d.ts +9 -0
- package/dist/types/components/application-header/test/application-header.ct.d.ts +1 -0
- package/dist/types/components/application-sidebar/application-sidebar.d.ts +7 -0
- package/dist/types/components/application-sidebar/events.d.ts +4 -0
- package/dist/types/components/avatar/avatar.d.ts +37 -0
- package/dist/types/components/avatar/test/avatar.ct.d.ts +1 -0
- package/dist/types/components/basic-navigation/basic-navigation.d.ts +32 -0
- package/dist/types/components/blind/blind.d.ts +44 -0
- package/dist/types/components/blind/test/blind.ct.d.ts +1 -0
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +49 -0
- package/dist/types/components/breadcrumb/test/breadcrumb.ct.d.ts +1 -0
- package/dist/types/components/breadcrumb-item/breadcrumb-item.d.ts +28 -0
- package/dist/types/components/button/base-button.d.ts +39 -0
- package/dist/types/components/button/button.d.ts +45 -0
- package/dist/types/components/button/test/button.ct.d.ts +1 -0
- package/dist/types/components/card/card.d.ts +16 -0
- package/dist/types/components/card-accordion/card-accordion.d.ts +27 -0
- package/dist/types/components/card-content/card-content.d.ts +6 -0
- package/dist/types/components/card-list/card-list.d.ts +84 -0
- package/dist/types/components/card-title/card-title.d.ts +8 -0
- package/dist/types/components/category-filter/category-filter.d.ts +134 -0
- package/dist/types/components/category-filter/filter-state.d.ts +9 -0
- package/dist/types/components/category-filter/input-state.d.ts +6 -0
- package/dist/types/components/category-filter/logical-filter-operator.d.ts +4 -0
- package/dist/types/components/chip/chip.d.ts +50 -0
- package/dist/types/components/col/col.d.ts +31 -0
- package/dist/types/components/content/content.d.ts +10 -0
- package/dist/types/components/content-header/content-header.d.ts +25 -0
- package/dist/types/components/css-grid/builder.d.ts +1 -0
- package/dist/types/components/css-grid/css-grid-item.d.ts +10 -0
- package/dist/types/components/css-grid/css-grid.d.ts +18 -0
- package/dist/types/components/date-dropdown/date-dropdown.d.ts +116 -0
- package/dist/types/components/date-dropdown/test/date-dropdown.ct.d.ts +1 -0
- package/dist/types/components/date-picker/date-picker.d.ts +179 -0
- package/dist/types/components/date-picker/test/date-picker.ct.d.ts +1 -0
- package/dist/types/components/date-time-card/date-time-card.d.ts +18 -0
- package/dist/types/components/datetime-picker/datetime-picker.d.ts +150 -0
- package/dist/types/components/datetime-picker/test/datetime-picker.ct.d.ts +1 -0
- package/dist/types/components/divider/divider.d.ts +6 -0
- package/dist/types/components/drawer/drawer.d.ts +50 -0
- package/dist/types/components/drawer/test/drawer.ct.d.ts +1 -0
- package/dist/types/components/dropdown/dropdown-controller.d.ts +43 -0
- package/dist/types/components/dropdown/dropdown.d.ts +109 -0
- package/dist/types/components/dropdown/placement.d.ts +7 -0
- package/dist/types/components/dropdown/test/dropdown.ct.d.ts +1 -0
- package/dist/types/components/dropdown-button/dropdown-button.d.ts +47 -0
- package/dist/types/components/dropdown-header/dropdown-header.d.ts +10 -0
- package/dist/types/components/dropdown-item/dropdown-item.d.ts +39 -0
- package/dist/types/components/dropdown-quick-actions/dropdown-quick-actions.d.ts +6 -0
- package/dist/types/components/empty-state/empty-state.d.ts +32 -0
- package/dist/types/components/event-list/event-list.d.ts +33 -0
- package/dist/types/components/event-list-item/event-list-item.d.ts +39 -0
- package/dist/types/components/expanding-search/expanding-search.d.ts +36 -0
- package/dist/types/components/expanding-search/test/expanding-search.ct.d.ts +1 -0
- package/dist/types/components/filter-chip/filter-chip.d.ts +19 -0
- package/dist/types/components/flip-tile/flip-tile-state.d.ts +7 -0
- package/dist/types/components/flip-tile/flip-tile.d.ts +31 -0
- package/dist/types/components/flip-tile/test/flip-tile.ct.d.ts +1 -0
- package/dist/types/components/flip-tile-content/flip-tile-content.d.ts +9 -0
- package/dist/types/components/form-field/form-field.d.ts +10 -0
- package/dist/types/components/grid/layout-grid.d.ts +18 -0
- package/dist/types/components/group/group-context-menu.d.ts +8 -0
- package/dist/types/components/group/group.d.ts +62 -0
- package/dist/types/components/group-item/group-item.d.ts +39 -0
- package/dist/types/components/icon-button/base-icon-button.d.ts +2 -0
- package/dist/types/components/icon-button/icon-button.d.ts +70 -0
- package/dist/types/components/icon-button/test/icon-button.ct.d.ts +1 -0
- package/dist/types/components/icon-toggle-button/icon-toggle-button.d.ts +54 -0
- package/dist/types/components/input-group/input-group.d.ts +18 -0
- package/dist/types/components/input-group/tests/input-group.ct.d.ts +1 -0
- package/dist/types/components/key-value/key-value.d.ts +25 -0
- package/dist/types/components/key-value-list/key-value-list.d.ts +10 -0
- package/dist/types/components/kpi/kpi.d.ts +25 -0
- package/dist/types/components/link-button/link-button.d.ts +20 -0
- package/dist/types/components/map-navigation/map-navigation.d.ts +62 -0
- package/dist/types/components/map-navigation-overlay/map-navigation-overlay.d.ts +30 -0
- package/dist/types/components/menu/menu-expand-icon.d.ts +18 -0
- package/dist/types/components/menu/menu.d.ts +160 -0
- package/dist/types/components/menu/test/menu.ct.d.ts +1 -0
- package/dist/types/components/menu-about/menu-about.d.ts +26 -0
- package/dist/types/components/menu-about-item/menu-about-item.d.ts +14 -0
- package/dist/types/components/menu-about-news/menu-about-news.d.ts +36 -0
- package/dist/types/components/menu-avatar/menu-avatar.d.ts +45 -0
- package/dist/types/components/menu-avatar-item/menu-avatar-item.d.ts +21 -0
- package/dist/types/components/menu-avatar-item/test/menu-avatar-item.ct.d.ts +1 -0
- package/dist/types/components/menu-category/enter-leave.d.ts +7 -0
- package/dist/types/components/menu-category/menu-category.d.ts +45 -0
- package/dist/types/components/menu-category/test/menu-category.ct.d.ts +1 -0
- package/dist/types/components/menu-item/menu-item.d.ts +59 -0
- package/dist/types/components/menu-item/test/menu-item.ct.d.ts +1 -0
- package/dist/types/components/menu-settings/menu-settings.d.ts +26 -0
- package/dist/types/components/menu-settings-item/menu-settings-item.d.ts +14 -0
- package/dist/types/components/message-bar/message-bar.d.ts +23 -0
- package/dist/types/components/modal/modal.d.ts +77 -0
- package/dist/types/components/modal/test/modal.ct.d.ts +6 -0
- package/dist/types/components/modal-content/modal-content.d.ts +6 -0
- package/dist/types/components/modal-footer/modal-footer.d.ts +6 -0
- package/dist/types/components/modal-header/modal-header.d.ts +29 -0
- package/dist/types/components/modal-loading/modal-loading.d.ts +6 -0
- package/dist/types/components/pagination/pagination.d.ts +57 -0
- package/dist/types/components/pagination/test/pagination.ct.d.ts +1 -0
- package/dist/types/components/pane/pane.d.ts +131 -0
- package/dist/types/components/pane/test/panes.ct.d.ts +1 -0
- package/dist/types/components/pane-layout/pane-layout.d.ts +47 -0
- package/dist/types/components/pane-layout/test/pane-layout.ct.d.ts +1 -0
- package/dist/types/components/pill/pill.d.ts +34 -0
- package/dist/types/components/playground/example-modal.d.ts +6 -0
- package/dist/types/components/playground/playground.d.ts +4 -0
- package/dist/types/components/push-card/push-card.d.ts +33 -0
- package/dist/types/components/row/row.d.ts +6 -0
- package/dist/types/components/select/select.d.ts +126 -0
- package/dist/types/components/select/test/select.ct.d.ts +1 -0
- package/dist/types/components/select-item/events.d.ts +9 -0
- package/dist/types/components/select-item/select-item.d.ts +35 -0
- package/dist/types/components/slider/slider.d.ts +70 -0
- package/dist/types/components/slider/test/slider.ct.d.ts +1 -0
- package/dist/types/components/spinner/spinner.d.ts +16 -0
- package/dist/types/components/split-button/split-button.d.ts +49 -0
- package/dist/types/components/split-button-item/split-button-item.d.ts +24 -0
- package/dist/types/components/tab-item/tab-item.d.ts +46 -0
- package/dist/types/components/tabs/tabs.d.ts +59 -0
- package/dist/types/components/tabs/test/tabs.ct.d.ts +1 -0
- package/dist/types/components/tile/tile.d.ts +12 -0
- package/dist/types/components/time-picker/test/time-picker.ct.d.ts +1 -0
- package/dist/types/components/time-picker/time-picker.d.ts +93 -0
- package/dist/types/components/toast/toast-container.d.ts +27 -0
- package/dist/types/components/toast/toast-utils.d.ts +22 -0
- package/dist/types/components/toast/toast.d.ts +38 -0
- package/dist/types/components/toggle/test/toggle.ct.d.ts +1 -0
- package/dist/types/components/toggle/toggle.d.ts +38 -0
- package/dist/types/components/toggle-button/toggle-button.d.ts +48 -0
- package/dist/types/components/tooltip/test/tooltip.ct.d.ts +1 -0
- package/dist/types/components/tooltip/tooltip-controller.d.ts +5 -0
- package/dist/types/components/tooltip/tooltip.d.ts +64 -0
- package/dist/types/components/tree/test/tree.ct.d.ts +1 -0
- package/dist/types/components/tree/tree-model.d.ts +17 -0
- package/dist/types/components/tree/tree.d.ts +61 -0
- package/dist/types/components/tree-item/default-tree-item.d.ts +6 -0
- package/dist/types/components/tree-item/tree-item.d.ts +25 -0
- package/dist/types/components/typography/type-mapping.d.ts +2 -0
- package/dist/types/components/typography/typography.d.ts +45 -0
- package/dist/types/components/upload/upload-file-state.d.ts +6 -0
- package/dist/types/components/upload/upload.d.ts +70 -0
- package/dist/types/components/utils/a11y.d.ts +9 -0
- package/dist/types/components/utils/animation.d.ts +7 -0
- package/dist/types/components/utils/app-switch/index.d.ts +2 -0
- package/dist/types/components/utils/application-layout/context.d.ts +21 -0
- package/dist/types/components/utils/application-layout/index.d.ts +1 -0
- package/dist/types/components/utils/application-layout/service.d.ts +17 -0
- package/dist/types/components/utils/breakpoints.d.ts +8 -0
- package/dist/types/components/utils/condition-checks.d.ts +2 -0
- package/dist/types/components/utils/context.d.ts +57 -0
- package/dist/types/components/utils/debounce.d.ts +3 -0
- package/dist/types/components/utils/delegate.d.ts +15 -0
- package/dist/types/components/utils/internal/component.d.ts +4 -0
- package/dist/types/components/utils/internal/index.d.ts +1 -0
- package/dist/types/components/utils/listener.d.ts +11 -0
- package/dist/types/components/utils/make-ref.d.ts +6 -0
- package/dist/types/components/utils/menu-service/menu-service.d.ts +14 -0
- package/dist/types/components/utils/menu-tabs/menu-tabs-fc.d.ts +8 -0
- package/dist/types/components/utils/menu-tabs/menu-tabs-utils.d.ts +13 -0
- package/dist/types/components/utils/modal/index.d.ts +3 -0
- package/dist/types/components/utils/modal/loading.d.ts +4 -0
- package/dist/types/components/utils/modal/message.d.ts +41 -0
- package/dist/types/components/utils/modal/modal.d.ts +25 -0
- package/dist/types/components/utils/mutation-observer.d.ts +1 -0
- package/dist/types/components/utils/notification-color.d.ts +4 -0
- package/dist/types/components/utils/overlay.d.ts +16 -0
- package/dist/types/components/utils/requestAnimationFrame.d.ts +7 -0
- package/dist/types/components/utils/rwd.util.d.ts +2 -0
- package/dist/types/components/utils/shadow-dom.d.ts +5 -0
- package/dist/types/components/utils/theme-switcher.d.ts +26 -0
- package/dist/types/components/utils/typed-event.d.ts +15 -0
- package/dist/types/components/utils/waitForElement.d.ts +1 -0
- package/dist/types/components/validation-tooltip/validation-tooltip.d.ts +45 -0
- package/dist/types/components/workflow-step/workflow-step.d.ts +42 -0
- package/dist/types/components/workflow-steps/test/workflow-steps.ct.d.ts +1 -0
- package/dist/types/components/workflow-steps/workflow-steps.d.ts +29 -0
- package/dist/types/components.d.ts +6936 -0
- package/dist/types/index.d.ts +13 -0
- package/dist/types/interfaces.d.ts +27 -0
- package/dist/types/setup.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +1681 -0
- package/dist/types/tests/utils/test/index.d.ts +15 -0
- package/dist/types/tests/utils/test/page.d.ts +8 -0
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +21 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +11 -0
- package/package.json +100 -0
- package/scss/_common-variables.scss +60 -0
- package/scss/_core.scss +59 -0
- package/scss/_z-index.scss +17 -0
- package/scss/components/_checkboxes.scss +197 -0
- package/scss/components/_fonts.scss +131 -0
- package/scss/components/_input-group.scss +34 -0
- package/scss/components/_links.scss +55 -0
- package/scss/components/_radiobuttons.scss +155 -0
- package/scss/components/_shadows.scss +23 -0
- package/scss/components/_table.scss +27 -0
- package/scss/components/form/_input.scss +178 -0
- package/scss/ix-core.scss +11 -0
- package/scss/ix.scss +23 -0
- package/scss/legacy/_fonts.scss +70 -0
- package/scss/legacy/components/_button-group.scss +26 -0
- package/scss/legacy/components/_buttons.scss +181 -0
- package/scss/legacy/components/_dropdown.scss +170 -0
- package/scss/legacy/components/_forms.scss +154 -0
- package/scss/legacy/components/_modal.scss +41 -0
- package/scss/legacy/mixins/_fonts.scss +166 -0
- package/scss/mixins/_animations.scss +30 -0
- package/scss/mixins/_break-points.scss +49 -0
- package/scss/mixins/_fonts.scss +210 -0
- package/scss/mixins/_hover.scss +92 -0
- package/scss/mixins/_scrollbar.scss +44 -0
- package/scss/mixins/_shadows.scss +12 -0
- package/scss/mixins/_text-truncation.scss +14 -0
- package/scss/mixins/shadow-dom/_component.scss +19 -0
- package/scss/mixins/shadow-dom/_host-disabled.scss +15 -0
- package/scss/mixins/shadow-dom/_hover.scss +45 -0
- package/scss/theme/classic-dark/_border.scss +35 -0
- package/scss/theme/classic-dark/_borderRadius.scss +24 -0
- package/scss/theme/classic-dark/_borderWidth.scss +18 -0
- package/scss/theme/classic-dark/_boxShadow.scss +19 -0
- package/scss/theme/classic-dark/_color.scss +867 -0
- package/scss/theme/classic-dark/_fontFamilies.scss +9 -0
- package/scss/theme/classic-dark/_fontSizes.scss +24 -0
- package/scss/theme/classic-dark/_fontWeights.scss +10 -0
- package/scss/theme/classic-dark/_index.scss +23 -0
- package/scss/theme/classic-dark/_letterSpacing.scss +13 -0
- package/scss/theme/classic-dark/_lineHeights.scss +21 -0
- package/scss/theme/classic-dark/_other.scss +16 -0
- package/scss/theme/classic-dark/_sizing.scss +28 -0
- package/scss/theme/classic-dark/_spacing.scss +21 -0
- package/scss/theme/classic-dark/_typography.scss +46 -0
- package/scss/theme/classic-light/_border.scss +35 -0
- package/scss/theme/classic-light/_borderRadius.scss +24 -0
- package/scss/theme/classic-light/_borderWidth.scss +18 -0
- package/scss/theme/classic-light/_boxShadow.scss +19 -0
- package/scss/theme/classic-light/_color.scss +867 -0
- package/scss/theme/classic-light/_fontFamilies.scss +9 -0
- package/scss/theme/classic-light/_fontSizes.scss +24 -0
- package/scss/theme/classic-light/_fontWeights.scss +10 -0
- package/scss/theme/classic-light/_index.scss +23 -0
- package/scss/theme/classic-light/_letterSpacing.scss +13 -0
- package/scss/theme/classic-light/_lineHeights.scss +21 -0
- package/scss/theme/classic-light/_other.scss +16 -0
- package/scss/theme/classic-light/_sizing.scss +28 -0
- package/scss/theme/classic-light/_spacing.scss +21 -0
- package/scss/theme/classic-light/_typography.scss +46 -0
- package/scss/theme/legacy-classic-dark/_border.scss +35 -0
- package/scss/theme/legacy-classic-dark/_borderRadius.scss +24 -0
- package/scss/theme/legacy-classic-dark/_borderWidth.scss +18 -0
- package/scss/theme/legacy-classic-dark/_boxShadow.scss +19 -0
- package/scss/theme/legacy-classic-dark/_color.scss +864 -0
- package/scss/theme/legacy-classic-dark/_fontFamilies.scss +9 -0
- package/scss/theme/legacy-classic-dark/_fontSizes.scss +24 -0
- package/scss/theme/legacy-classic-dark/_fontWeights.scss +10 -0
- package/scss/theme/legacy-classic-dark/_index.scss +23 -0
- package/scss/theme/legacy-classic-dark/_letterSpacing.scss +13 -0
- package/scss/theme/legacy-classic-dark/_lineHeights.scss +21 -0
- package/scss/theme/legacy-classic-dark/_other.scss +16 -0
- package/scss/theme/legacy-classic-dark/_sizing.scss +28 -0
- package/scss/theme/legacy-classic-dark/_spacing.scss +21 -0
- package/scss/theme/legacy-classic-dark/_typography.scss +46 -0
- package/scss/theme/legacy-classic-light/_border.scss +35 -0
- package/scss/theme/legacy-classic-light/_borderRadius.scss +24 -0
- package/scss/theme/legacy-classic-light/_borderWidth.scss +18 -0
- package/scss/theme/legacy-classic-light/_boxShadow.scss +19 -0
- package/scss/theme/legacy-classic-light/_color.scss +864 -0
- package/scss/theme/legacy-classic-light/_fontFamilies.scss +9 -0
- package/scss/theme/legacy-classic-light/_fontSizes.scss +24 -0
- package/scss/theme/legacy-classic-light/_fontWeights.scss +10 -0
- package/scss/theme/legacy-classic-light/_index.scss +23 -0
- package/scss/theme/legacy-classic-light/_letterSpacing.scss +13 -0
- package/scss/theme/legacy-classic-light/_lineHeights.scss +21 -0
- package/scss/theme/legacy-classic-light/_other.scss +16 -0
- package/scss/theme/legacy-classic-light/_sizing.scss +28 -0
- package/scss/theme/legacy-classic-light/_spacing.scss +21 -0
- package/scss/theme/legacy-classic-light/_typography.scss +46 -0
|
@@ -0,0 +1,864 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* COPYRIGHT (c) Siemens AG 2018-2023 ALL RIGHTS RESERVED.
|
|
3
|
+
*/
|
|
4
|
+
:root {
|
|
5
|
+
.theme-legacy-classic-dark {
|
|
6
|
+
--theme-color-ghost: #ffffff00;
|
|
7
|
+
--theme-color-ghost--hover: #ffffff12;
|
|
8
|
+
--theme-color-ghost--active: #ffffff24;
|
|
9
|
+
--theme-color-primary: #41aaaa;
|
|
10
|
+
--theme-color-primary--contrast: #000000;
|
|
11
|
+
--theme-color-primary--hover: #4eb0b0;
|
|
12
|
+
--theme-color-primary--active: #5bb6b6;
|
|
13
|
+
--theme-color-dynamic: #41aaaa;
|
|
14
|
+
--theme-color-secondary: #10181c;
|
|
15
|
+
--theme-color-secondary--hover: #1e2529;
|
|
16
|
+
--theme-color-secondary--active: #2d3437;
|
|
17
|
+
--theme-color-component-1: #879baa40;
|
|
18
|
+
--theme-color-component-1--hover: #a1b4c24d;
|
|
19
|
+
--theme-color-component-1--active: #b3c0ca5c;
|
|
20
|
+
--theme-color-component-2: #ffffff47;
|
|
21
|
+
--theme-color-component-3: #ffffff33;
|
|
22
|
+
--theme-color-component-4: #ffffff40;
|
|
23
|
+
--theme-color-component-5: #152c2f;
|
|
24
|
+
--theme-color-component-6: #8d8da0;
|
|
25
|
+
--theme-color-component-7--hover: #277d7d47;
|
|
26
|
+
--theme-color-component-7: #32a0a040;
|
|
27
|
+
--theme-color-component-7--active: #216b6b52;
|
|
28
|
+
--theme-color-component-error: #310006;
|
|
29
|
+
--theme-color-component-info: #041c48;
|
|
30
|
+
--theme-color-component-8: #3e4b51;
|
|
31
|
+
--theme-color-ghost--selected: #32a0a040;
|
|
32
|
+
--theme-color-ghost--selected-hover: #61b6b64d;
|
|
33
|
+
--theme-color-ghost--selected-active: #83c5c55c;
|
|
34
|
+
--theme-color-ghost-primary--active: #ffffff24;
|
|
35
|
+
--theme-color-ghost-primary--hover: #ffffff12;
|
|
36
|
+
--theme-color-ghost-alt: #ffffff0a;
|
|
37
|
+
--theme-color-ghost-alt--hover: #ffffff1c;
|
|
38
|
+
--theme-color-ghost-alt--active: #ffffff2b;
|
|
39
|
+
--theme-color-ghost-alt--selected: #4faeae47;
|
|
40
|
+
--theme-color-ghost-alt--selected-hover: #74bfbf54;
|
|
41
|
+
--theme-color-ghost-alt--selected-active: #90cccc54;
|
|
42
|
+
--theme-color-primary--disabled: #0079934d;
|
|
43
|
+
--theme-color-dynamic--hover: #4eb0b0;
|
|
44
|
+
--theme-color-dynamic--active: #5bb6b6;
|
|
45
|
+
--theme-color-dynamic-alt: #00c2c2;
|
|
46
|
+
--theme-color-dynamic-alt--hover: #12c6c6;
|
|
47
|
+
--theme-color-dynamic-alt--active: #24caca;
|
|
48
|
+
--theme-color-component-8--hover: #001f39;
|
|
49
|
+
--theme-color-component-9: #00d4d4;
|
|
50
|
+
--theme-color-component-9--hover: #12d7d7;
|
|
51
|
+
--theme-color-component-9--active: #24dada;
|
|
52
|
+
--theme-color-component-9--disabled: #00d4d44d;
|
|
53
|
+
--theme-color-component-10: #41aaaa;
|
|
54
|
+
--theme-color-component-10--hover: #4eb0b0;
|
|
55
|
+
--theme-color-component-10--active: #5cb6b6;
|
|
56
|
+
--theme-color-component-10--disabled: #41aaaa33;
|
|
57
|
+
--theme-color-1--hover: #21282c;
|
|
58
|
+
--theme-color-1--active: #31383c;
|
|
59
|
+
--theme-color-component-11: #ced9e233;
|
|
60
|
+
--theme-color-0: #00000000;
|
|
61
|
+
--theme-color-1: #10181c;
|
|
62
|
+
--theme-color-2: #172126;
|
|
63
|
+
--theme-color-3: #293339;
|
|
64
|
+
--theme-color-4: #3c464b;
|
|
65
|
+
--theme-color-5: #555f69;
|
|
66
|
+
--theme-color-6: #6e7d89;
|
|
67
|
+
--theme-color-7: #879baa;
|
|
68
|
+
--theme-color-8: #555f69;
|
|
69
|
+
--theme-color-std-bdr: #ebf0f599;
|
|
70
|
+
--theme-color-soft-bdr: #ebf0f566;
|
|
71
|
+
--theme-color-weak-bdr: #ebf0f526;
|
|
72
|
+
--theme-color-x-weak-bdr: #ebf0f51a;
|
|
73
|
+
--theme-color-focus-bdr: #199fff;
|
|
74
|
+
--theme-color-contrast-bdr: #ffffff;
|
|
75
|
+
--theme-color-alarm: #fe0137;
|
|
76
|
+
--theme-color-alarm--hover: #de123f;
|
|
77
|
+
--theme-color-alarm--active: #e0244e;
|
|
78
|
+
--theme-color-alarm--contrast: #ffffff;
|
|
79
|
+
--theme-color-alarm-40: #fe013766;
|
|
80
|
+
--theme-color-alarm-10: #fe01371a;
|
|
81
|
+
--theme-color-warning: #ffb900;
|
|
82
|
+
--theme-color-warning--hover: #ffbd12;
|
|
83
|
+
--theme-color-warning--active: #ffc224;
|
|
84
|
+
--theme-color-warning--contrast: #000000;
|
|
85
|
+
--theme-color-warning-40: #ffb90066;
|
|
86
|
+
--theme-color-warning-10: #ffb9001a;
|
|
87
|
+
--theme-color-critical: #eb780a;
|
|
88
|
+
--theme-color-critical--hover: #ec811b;
|
|
89
|
+
--theme-color-critical--active: #ed8b2c;
|
|
90
|
+
--theme-color-critical--contrast: #000000;
|
|
91
|
+
--theme-color-critical-40: #eb780a66;
|
|
92
|
+
--theme-color-success: #40c200;
|
|
93
|
+
--theme-color-success--hover: #41a212;
|
|
94
|
+
--theme-color-success--active: #4fa924;
|
|
95
|
+
--theme-color-success--contrast: #000000;
|
|
96
|
+
--theme-color-success-40: #40c20066;
|
|
97
|
+
--theme-color-info: #266ce6;
|
|
98
|
+
--theme-color-info--hover: #2d60b8;
|
|
99
|
+
--theme-color-info--active: #3d6cbd;
|
|
100
|
+
--theme-color-info--contrast: #ffffff;
|
|
101
|
+
--theme-color-info-40: #266ce666;
|
|
102
|
+
--theme-color-neutral: #879bab;
|
|
103
|
+
--theme-color-neutral--hover: #8fa2b0;
|
|
104
|
+
--theme-color-neutral--active: #97a9b6;
|
|
105
|
+
--theme-color-neutral--contrast: #000000;
|
|
106
|
+
--theme-color-neutral-40: #879bab66;
|
|
107
|
+
--theme-color-contrast-text: #ffffff;
|
|
108
|
+
--theme-color-std-text: #ffffffd9;
|
|
109
|
+
--theme-color-soft-text: #ffffff99;
|
|
110
|
+
--theme-color-weak-text: #ffffff66;
|
|
111
|
+
--theme-color-inv-contrast-text: #000000;
|
|
112
|
+
--theme-color-inv-std-text: #000000bf;
|
|
113
|
+
--theme-color-inv-soft-text: #0000008c;
|
|
114
|
+
--theme-color-inv-weak-text: #0000004d;
|
|
115
|
+
--theme-color-alarm-text: #ff99af;
|
|
116
|
+
--theme-color-shadow-1: #00000099;
|
|
117
|
+
--theme-color-shadow-2: #000000;
|
|
118
|
+
--theme-color-shadow-3: rgba(0,0,0,0.12);
|
|
119
|
+
--theme-color-lightbox: #0000008c;
|
|
120
|
+
--theme-color-backdrop: #10181cd9;
|
|
121
|
+
--theme-color-backdrop-3: #10181cd9;
|
|
122
|
+
--theme-color-logo: #ffffff;
|
|
123
|
+
--theme-chart-1: #00ebd5;
|
|
124
|
+
--theme-chart-1-40: #00ebd566;
|
|
125
|
+
--theme-chart-2: #009e78;
|
|
126
|
+
--theme-chart-2-40: #009e7866;
|
|
127
|
+
--theme-chart-3: #00d5e0;
|
|
128
|
+
--theme-chart-3-40: #00d5e066;
|
|
129
|
+
--theme-chart-4: #00c5f1;
|
|
130
|
+
--theme-chart-4-40: #00c5f166;
|
|
131
|
+
--theme-chart-5: #86acc0;
|
|
132
|
+
--theme-chart-5-40: #86acc066;
|
|
133
|
+
--theme-chart-6: #42aaff;
|
|
134
|
+
--theme-chart-6-40: #42aaff66;
|
|
135
|
+
--theme-chart-7: #2473ff;
|
|
136
|
+
--theme-chart-7-40: #2473ff66;
|
|
137
|
+
--theme-chart-8: #759eff;
|
|
138
|
+
--theme-chart-8-40: #759eff66;
|
|
139
|
+
--theme-chart-9: #7e84ff;
|
|
140
|
+
--theme-chart-9-40: #7e84ff66;
|
|
141
|
+
--theme-chart-10: #9362ff;
|
|
142
|
+
--theme-chart-10-40: #9362ff66;
|
|
143
|
+
--theme-chart-11: #bd61ff;
|
|
144
|
+
--theme-chart-11-40: #bd61ff66;
|
|
145
|
+
--theme-chart-12: #e446ff;
|
|
146
|
+
--theme-chart-12-40: #e446ff66;
|
|
147
|
+
--theme-chart-13: #f38fc2;
|
|
148
|
+
--theme-chart-13-40: #f38fc266;
|
|
149
|
+
--theme-chart-14: #ef9a9a;
|
|
150
|
+
--theme-chart-14-40: #ef9a9a66;
|
|
151
|
+
--theme-chart-15: #ffb180;
|
|
152
|
+
--theme-chart-15-40: #ffb18066;
|
|
153
|
+
--theme-chart-16: #baba9d;
|
|
154
|
+
--theme-chart-16-40: #baba9d66;
|
|
155
|
+
--theme-chart-17: #b5bd00;
|
|
156
|
+
--theme-chart-17-40: #b5bd0066;
|
|
157
|
+
--theme-chart-axes: #ffffff4d;
|
|
158
|
+
--theme-chart-grid-lines: #ffffff1a;
|
|
159
|
+
--theme-chart-grid-fill: #10181c;
|
|
160
|
+
--theme-chart-ticks: #ffffff4d;
|
|
161
|
+
--theme-chart-tooltip-fill: #000000cc;
|
|
162
|
+
--theme-chart-tooltip-bdr: #ffffff33;
|
|
163
|
+
--theme-workflow-step--color--disabled: var(--theme-color-weak-text);
|
|
164
|
+
--theme-app-header--color: var(--theme-color-std-text);
|
|
165
|
+
--theme-app-header--background: var(--theme-color-8);
|
|
166
|
+
--theme-app-header--border-color: var(--theme-color-0);
|
|
167
|
+
--theme-app-header-logo--color: var(--theme-color-logo);
|
|
168
|
+
--theme-btn-primary--background: var(--theme-color-primary);
|
|
169
|
+
--theme-btn-primary--background--hover: var(--theme-color-primary--hover);
|
|
170
|
+
--theme-btn-primary--background--active: var(--theme-color-primary--active);
|
|
171
|
+
--theme-btn-primary--background--disabled: var(--theme-color-component-4);
|
|
172
|
+
--theme-btn-primary--color: var(--theme-color-primary--contrast);
|
|
173
|
+
--theme-btn-primary--color--hover: var(--theme-color-primary--contrast);
|
|
174
|
+
--theme-btn-primary--color--active: var(--theme-color-primary--contrast);
|
|
175
|
+
--theme-btn-primary--color--disabled: var(--theme-color-inv-std-text);
|
|
176
|
+
--theme-btn-outline-primary--background: var(--theme-color-secondary);
|
|
177
|
+
--theme-btn-outline-primary--background--hover: var(--theme-color-secondary--hover);
|
|
178
|
+
--theme-btn-outline-primary--background--active: var(--theme-color-secondary--active);
|
|
179
|
+
--theme-btn-outline-primary--background--disabled: var(--theme-color-ghost);
|
|
180
|
+
--theme-btn-outline-primary--color: var(--theme-color-primary);
|
|
181
|
+
--theme-btn-outline-primary--color--hover: var(--theme-color-primary);
|
|
182
|
+
--theme-btn-outline-primary--color--active: var(--theme-color-primary);
|
|
183
|
+
--theme-btn-outline-primary--color--disabled: var(--theme-color-weak-text);
|
|
184
|
+
--theme-btn-primary--border-color: var(--theme-color-ghost);
|
|
185
|
+
--theme-btn-primary--border-color--hover: var(--theme-color-ghost);
|
|
186
|
+
--theme-btn-primary--border-color--active: var(--theme-color-ghost);
|
|
187
|
+
--theme-btn-primary--border-color--disabled: var(--theme-color-ghost);
|
|
188
|
+
--theme-btn-invisible-primary--background: var(--theme-color-ghost);
|
|
189
|
+
--theme-btn-invisible-primary--background--hover: var(--theme-color-ghost-primary--hover);
|
|
190
|
+
--theme-btn-invisible-primary--background--active: var(--theme-color-ghost-primary--active);
|
|
191
|
+
--theme-btn-invisible-primary--background--disabled: var(--theme-color-ghost);
|
|
192
|
+
--theme-btn-invisible-primary--color: var(--theme-color-primary);
|
|
193
|
+
--theme-btn-invisible-primary--color--hover: var(--theme-color-primary);
|
|
194
|
+
--theme-btn-invisible-primary--color--active: var(--theme-color-primary);
|
|
195
|
+
--theme-btn-invisible-primary--color--disabled: var(--theme-color-weak-text);
|
|
196
|
+
--theme-btn-secondary--background: var(--theme-color-component-1);
|
|
197
|
+
--theme-btn-secondary--background--hover: var(--theme-color-component-1--hover);
|
|
198
|
+
--theme-btn-secondary--background--active: var(--theme-color-component-1--active);
|
|
199
|
+
--theme-btn-secondary--background--disabled: var(--theme-color-component-4);
|
|
200
|
+
--theme-btn-secondary--color: var(--theme-color-std-text);
|
|
201
|
+
--theme-btn-secondary--color--hover: var(--theme-color-std-text);
|
|
202
|
+
--theme-btn-secondary--color--active: var(--theme-color-std-text);
|
|
203
|
+
--theme-btn-secondary--color--disabled: var(--theme-color-weak-text);
|
|
204
|
+
--theme-btn-outline-secondary--background: var(--theme-color-secondary);
|
|
205
|
+
--theme-btn-outline-secondary--background--hover: var(--theme-color-secondary--hover);
|
|
206
|
+
--theme-btn-outline-secondary--background--active: var(--theme-color-secondary--active);
|
|
207
|
+
--theme-btn-outline-secondary--background--disabled: var(--theme-color-ghost);
|
|
208
|
+
--theme-btn-outline-secondary--border-color: var(--theme-color-6);
|
|
209
|
+
--theme-btn-outline-secondary--border-color--hover: var(--theme-color-6);
|
|
210
|
+
--theme-btn-outline-secondary--border-color--active: var(--theme-color-6);
|
|
211
|
+
--theme-btn-outline-secondary--border-color--disabled: var(--theme-color-component-4);
|
|
212
|
+
--theme-btn-outline-secondary--color: var(--theme-color-soft-text);
|
|
213
|
+
--theme-btn-outline-secondary--color--hover: var(--theme-color-std-text);
|
|
214
|
+
--theme-btn-outline-secondary--color--active: var(--theme-color-std-text);
|
|
215
|
+
--theme-btn-outline-secondary--color--disabled: var(--theme-color-weak-text);
|
|
216
|
+
--theme-btn-invisible-secondary--background: var(--theme-color-ghost);
|
|
217
|
+
--theme-btn-invisible-secondary--background--hover: var(--theme-color-ghost--hover);
|
|
218
|
+
--theme-btn-invisible-secondary--background--active: var(--theme-color-ghost--active);
|
|
219
|
+
--theme-btn-invisible-secondary--color: var(--theme-color-std-text);
|
|
220
|
+
--theme-btn-invisible-secondary--color--hover: var(--theme-color-std-text);
|
|
221
|
+
--theme-btn-invisible-secondary--color--active: var(--theme-color-std-text);
|
|
222
|
+
--theme-btn-invisible-secondary--color--disabled: var(--theme-color-weak-text);
|
|
223
|
+
--theme-btn-invisible-secondary--color--selected: var(--theme-color-primary);
|
|
224
|
+
--theme-btn-invisible-secondary--color--selected-hover: var(--theme-color-primary);
|
|
225
|
+
--theme-btn-invisible-secondary--color--selected-active: var(--theme-color-primary);
|
|
226
|
+
--theme-btn-invisible-secondary--background--selected: var(--theme-color-component-7);
|
|
227
|
+
--theme-btn-invisible-secondary--background--selected-hover: var(--theme-color-component-7--hover);
|
|
228
|
+
--theme-btn-invisible-secondary--background--selected-active: var(--theme-color-component-7--active);
|
|
229
|
+
--theme-link-btn--color: var(--theme-color-primary);
|
|
230
|
+
--theme-link-btn--color--hover: var(--theme-color-primary);
|
|
231
|
+
--theme-link-btn--color--active: var(--theme-color-contrast-text);
|
|
232
|
+
--theme-link-btn--border-color: var(--theme-color-ghost);
|
|
233
|
+
--theme-link-btn--border-color--hover: var(--theme-color-ghost);
|
|
234
|
+
--theme-link-btn--border-color--active: var(--theme-color-ghost);
|
|
235
|
+
--theme-link-btn--color--visited: var(--theme-color-primary);
|
|
236
|
+
--theme-link-btn--border-color--visited: var(--theme-color-ghost);
|
|
237
|
+
--theme-link-btn--border-color--disabled: var(--theme-color-ghost);
|
|
238
|
+
--theme-link-btn--color--disabled: var(--theme-color-weak-text);
|
|
239
|
+
--theme-checkbox-unchecked--background: var(--theme-color-secondary);
|
|
240
|
+
--theme-checkbox-unchecked--border-color: var(--theme-color-std-bdr);
|
|
241
|
+
--theme-checkbox-unchecked--background--hover: var(--theme-color-secondary--hover);
|
|
242
|
+
--theme-checkbox-unchecked--background--active: var(--theme-color-secondary--active);
|
|
243
|
+
--theme-checkbox-unchecked--border-color--hover: var(--theme-color-std-bdr);
|
|
244
|
+
--theme-checkbox-unchecked--border-color--active: var(--theme-color-std-bdr);
|
|
245
|
+
--theme-checkbox-unchecked--background--disabled: var(--theme-color-ghost);
|
|
246
|
+
--theme-checkbox-unchecked--border-color--disabled: var(--theme-color-weak-bdr);
|
|
247
|
+
--theme-checkbox-checked--background: var(--theme-color-primary);
|
|
248
|
+
--theme-checkbox-checked--border-color: var(--theme-color-0);
|
|
249
|
+
--theme-checkbox-checked--color: var(--theme-color-primary--contrast);
|
|
250
|
+
--theme-checkbox-checked--background--hover: var(--theme-color-primary--hover);
|
|
251
|
+
--theme-checkbox-checked--border-color--hover: var(--theme-color-0);
|
|
252
|
+
--theme-checkbox-checked--color--hover: var(--theme-color-primary--contrast);
|
|
253
|
+
--theme-checkbox-checked--background--active: var(--theme-color-primary--active);
|
|
254
|
+
--theme-checkbox-checked--border-color--active: var(--theme-color-0);
|
|
255
|
+
--theme-checkbox-checked--color--active: var(--theme-color-primary--contrast);
|
|
256
|
+
--theme-checkbox-checked--background--disabled: var(--theme-color-component-4);
|
|
257
|
+
--theme-checkbox-checked--border-color--disabled: var(--theme-color-0);
|
|
258
|
+
--theme-checkbox-checked--color--disabled: var(--theme-color-primary--contrast);
|
|
259
|
+
--theme-checkbox-mixed--background: var(--theme-color-secondary);
|
|
260
|
+
--theme-checkbox-mixed--border-color: var(--theme-color-primary);
|
|
261
|
+
--theme-checkbox-mixed--color: var(--theme-color-primary);
|
|
262
|
+
--theme-checkbox-mixed--background--hover: var(--theme-color-secondary--hover);
|
|
263
|
+
--theme-checkbox-mixed--border-color--hover: var(--theme-color-primary);
|
|
264
|
+
--theme-checkbox-mixed--color--hover: var(--theme-color-primary);
|
|
265
|
+
--theme-checkbox-mixed--background--active: var(--theme-color-secondary--active);
|
|
266
|
+
--theme-checkbox-mixed--border-color--active: var(--theme-color-primary);
|
|
267
|
+
--theme-checkbox-mixed--color--active: var(--theme-color-primary);
|
|
268
|
+
--theme-checkbox-mixed--background--disabled: var(--theme-color-ghost);
|
|
269
|
+
--theme-checkbox-mixed--border-color--disabled: var(--theme-color-component-4);
|
|
270
|
+
--theme-checkbox-mixed--color--disabled: var(--theme-color-component-4);
|
|
271
|
+
--theme-checkbox-label--color: var(--theme-color-std-text);
|
|
272
|
+
--theme-checkbox-label--color--disabled: var(--theme-color-weak-text);
|
|
273
|
+
--theme-radiobtn-unchecked--background: var(--theme-color-secondary);
|
|
274
|
+
--theme-radiobtn-unchecked--border-color: var(--theme-color-std-bdr);
|
|
275
|
+
--theme-radiobtn-unchecked--border-color--hover: var(--theme-color-std-bdr);
|
|
276
|
+
--theme-radiobtn-unchecked--border-color--active: var(--theme-color-std-bdr);
|
|
277
|
+
--theme-radiobtn-unchecked--border-color--disabled: var(--theme-color-component-4);
|
|
278
|
+
--theme-radiobtn-unchecked--background--hover: var(--theme-color-secondary--hover);
|
|
279
|
+
--theme-radiobtn-unchecked--background--active: var(--theme-color-secondary--active);
|
|
280
|
+
--theme-radiobtn-unchecked--background--disabled: var(--theme-color-ghost);
|
|
281
|
+
--theme-radiobtn-checked--color: var(--theme-color-primary);
|
|
282
|
+
--theme-radiobtn-checked--color--active: var(--theme-color-primary);
|
|
283
|
+
--theme-radiobtn-checked--color--disabled: var(--theme-color-component-4);
|
|
284
|
+
--theme-radiobtn-label--color: var(--theme-color-std-text);
|
|
285
|
+
--theme-radiobtn-label--color--disabled: var(--theme-color-weak-text);
|
|
286
|
+
--theme-radiobtn-checked--background: var(--theme-color-secondary);
|
|
287
|
+
--theme-radiobtn-checked--background--hover: var(--theme-color-secondary--hover);
|
|
288
|
+
--theme-radiobtn-checked--background--active: var(--theme-color-secondary--active);
|
|
289
|
+
--theme-radiobtn-checked--background--disabled: var(--theme-color-ghost);
|
|
290
|
+
--theme-radiobtn-checked--border-color: var(--theme-color-primary);
|
|
291
|
+
--theme-radiobtn-checked--border-color--hover: var(--theme-color-primary);
|
|
292
|
+
--theme-radiobtn-checked--border-color--active: var(--theme-color-primary);
|
|
293
|
+
--theme-radiobtn-checked--border-color--disabled: var(--theme-color-component-4);
|
|
294
|
+
--theme-nav--background: var(--theme-color-component-8);
|
|
295
|
+
--theme-avatar-btn--background: var(--theme-color-ghost);
|
|
296
|
+
--theme-avatar-btn--background--hover: var(--theme-color-ghost--hover);
|
|
297
|
+
--theme-avatar-btn--background--active: var(--theme-color-ghost--active);
|
|
298
|
+
--theme-avatar-btn--color: var(--theme-color-std-text);
|
|
299
|
+
--theme-avatar-btn--color--hover: var(--theme-color-std-text);
|
|
300
|
+
--theme-avatar-btn--color--active: var(--theme-color-std-text);
|
|
301
|
+
--theme-menu-btn--color: var(--theme-color-std-text);
|
|
302
|
+
--theme-menu-btn--color--hover: var(--theme-color-std-text);
|
|
303
|
+
--theme-menu-btn--color--active: var(--theme-color-std-text);
|
|
304
|
+
--theme-menu-btn--background: var(--theme-color-ghost);
|
|
305
|
+
--theme-menu-btn--background--hover: var(--theme-color-ghost--hover);
|
|
306
|
+
--theme-menu-btn--background--active: var(--theme-color-ghost--active);
|
|
307
|
+
--theme-nav-item-primary--background: var(--theme-color-ghost);
|
|
308
|
+
--theme-nav-item-primary--background--hover: var(--theme-color-ghost--hover);
|
|
309
|
+
--theme-nav-item-primary--background--active: var(--theme-color-ghost--active);
|
|
310
|
+
--theme-nav-item-primary--background--selected: var(--theme-color-3);
|
|
311
|
+
--theme-nav-item-primary--border-color: var(--theme-color-0);
|
|
312
|
+
--theme-nav-item-primary--border-color--hover: var(--theme-color-0);
|
|
313
|
+
--theme-nav-item-primary--border-color--active: var(--theme-color-0);
|
|
314
|
+
--theme-nav-item-primary--border-color--selected: var(--theme-color-primary);
|
|
315
|
+
--theme-nav-item-primary--color: var(--theme-color-std-text);
|
|
316
|
+
--theme-nav-item-primary--color--hover: var(--theme-color-std-text);
|
|
317
|
+
--theme-nav-item-primary--color--active: var(--theme-color-std-text);
|
|
318
|
+
--theme-nav-item-primary--color--selected: var(--theme-color-std-text);
|
|
319
|
+
--theme-nav-item-primary-icon--color: var(--theme-color-std-text);
|
|
320
|
+
--theme-nav-item-primary-icon--color--hover: var(--theme-color-std-text);
|
|
321
|
+
--theme-nav-item-primary-icon--color--active: var(--theme-color-std-text);
|
|
322
|
+
--theme-nav-item-primary-icon--color--selected: var(--theme-color-std-text);
|
|
323
|
+
--theme-nav-item-secondary--background: var(--theme-color-ghost);
|
|
324
|
+
--theme-nav-item-secondary--background--hover: var(--theme-color-ghost--hover);
|
|
325
|
+
--theme-nav-item-secondary--background--active: var(--theme-color-ghost--active);
|
|
326
|
+
--theme-nav-item-secondary--background--disabled: var(--theme-color-0);
|
|
327
|
+
--theme-nav-item-secondary--background--selected: var(--theme-color-1);
|
|
328
|
+
--theme-nav-item-secondary--border-color: var(--theme-color-0);
|
|
329
|
+
--theme-nav-item-secondary--border-color--hover: var(--theme-color-0);
|
|
330
|
+
--theme-nav-item-secondary--border-color--active: var(--theme-color-0);
|
|
331
|
+
--theme-nav-item-secondary--border-color--disabled: var(--theme-color-0);
|
|
332
|
+
--theme-nav-item-secondary--border-color--selected: var(--theme-color-primary);
|
|
333
|
+
--theme-nav-item-secondary--color: var(--theme-color-std-text);
|
|
334
|
+
--theme-nav-item-secondary--color--hover: var(--theme-color-std-text);
|
|
335
|
+
--theme-nav-item-secondary--color--active: var(--theme-color-std-text);
|
|
336
|
+
--theme-nav-item-secondary--color--disabled: var(--theme-color-weak-text);
|
|
337
|
+
--theme-nav-item-secondary--color--selected: var(--theme-color-std-text);
|
|
338
|
+
--theme-nav-item-secondary-icon--color: var(--theme-color-std-text);
|
|
339
|
+
--theme-nav-item-secondary-icon--color--hover: var(--theme-color-std-text);
|
|
340
|
+
--theme-nav-item-secondary-icon--color--active: var(--theme-color-std-text);
|
|
341
|
+
--theme-nav-item-secondary-icon--color--selected: var(--theme-color-std-text);
|
|
342
|
+
--theme-nav-item-secondary-icon--color--disabled: var(--theme-color-weak-text);
|
|
343
|
+
--theme-avatar--background: var(--theme-color-component-3);
|
|
344
|
+
--theme-input--border-color: var(--theme-color-std-bdr);
|
|
345
|
+
--theme-input--border-color--autofill: var(--theme-color-std-bdr);
|
|
346
|
+
--theme-input--background: var(--theme-color-1);
|
|
347
|
+
--theme-input--background--autofill: var(--theme-color-component-info);
|
|
348
|
+
--theme-input--border-color-bottom--readonly: var(--theme-color-soft-bdr);
|
|
349
|
+
--theme-input-error--background: var(--theme-color-component-error);
|
|
350
|
+
--theme-input--color--disabled: var(--theme-color-weak-text);
|
|
351
|
+
--theme-input--color: var(--theme-color-std-text);
|
|
352
|
+
--theme-input--color--autofill: var(--theme-color-std-text);
|
|
353
|
+
--theme-input--background--hover: var(--theme-color-1);
|
|
354
|
+
--theme-input--border-color--hover: var(--theme-color-std-bdr);
|
|
355
|
+
--theme-input--background--focus: var(--theme-color-1);
|
|
356
|
+
--theme-input--border-color--focus: var(--theme-color-primary);
|
|
357
|
+
--theme-input--background--readonly: var(--theme-color-0);
|
|
358
|
+
--theme-input--border-color--readonly: var(--theme-color-0);
|
|
359
|
+
--theme-input--background--disabled: var(--theme-color-0);
|
|
360
|
+
--theme-input--border-color--disabled: var(--theme-color-0);
|
|
361
|
+
--theme-input--border-color-bottom--disabled: var(--theme-color-weak-bdr);
|
|
362
|
+
--theme-input-error--border-color: var(--theme-color-alarm);
|
|
363
|
+
--theme-input-error-icon--color: var(--theme-color-alarm);
|
|
364
|
+
--theme-blind-base--border-color: var(--theme-color-weak-bdr);
|
|
365
|
+
--theme-blind-base--background: var(--theme-color-1);
|
|
366
|
+
--theme-blind-header-closed--background: var(--theme-color-ghost);
|
|
367
|
+
--theme-blind-header-closed--background--hover: var(--theme-color-ghost--hover);
|
|
368
|
+
--theme-blind-header-closed--background--active: var(--theme-color-ghost--active);
|
|
369
|
+
--theme-blind-header-open--background: var(--theme-color-ghost);
|
|
370
|
+
--theme-blind-header-open--background--hover: var(--theme-color-ghost--hover);
|
|
371
|
+
--theme-blind-header-open--background--active: var(--theme-color-ghost--active);
|
|
372
|
+
--theme-blind-header-open--color--active: var(--theme-color-std-text);
|
|
373
|
+
--theme-blind-header-icon-open--color--active: var(--theme-color-std-text);
|
|
374
|
+
--theme-blind-header-icon-open--color--hover: var(--theme-color-std-text);
|
|
375
|
+
--theme-blind-header-open--color--hover: var(--theme-color-std-text);
|
|
376
|
+
--theme-blind-header-icon-open--color: var(--theme-color-std-text);
|
|
377
|
+
--theme-blind-header-open--color: var(--theme-color-std-text);
|
|
378
|
+
--theme-blind-header-icon-closed--color: var(--theme-color-std-text);
|
|
379
|
+
--theme-blind-header-icon-closed--color--active: var(--theme-color-std-text);
|
|
380
|
+
--theme-blind-header-icon-closed--color--hover: var(--theme-color-std-text);
|
|
381
|
+
--theme-blind-header-closed--color: var(--theme-color-std-text);
|
|
382
|
+
--theme-blind-header-closed--color--active: var(--theme-color-std-text);
|
|
383
|
+
--theme-blind-header-closed--color--hover: var(--theme-color-std-text);
|
|
384
|
+
--theme-breadcrumb-btn--background: var(--theme-color-component-1);
|
|
385
|
+
--theme-breadcrumb-btn--background--hover: var(--theme-color-component-1--hover);
|
|
386
|
+
--theme-breadcrumb-btn--background--active: var(--theme-color-component-1--active);
|
|
387
|
+
--theme-breadcrumb-btn--color: var(--theme-color-std-text);
|
|
388
|
+
--theme-breadcrumb-btn--color--hover: var(--theme-color-std-text);
|
|
389
|
+
--theme-breadcrumb-btn--color--active: var(--theme-color-std-text);
|
|
390
|
+
--theme-breadcrumb-btn-arrow--color: var(--theme-color-std-text);
|
|
391
|
+
--theme-breadcrumb-btn-arrow--color--hover: var(--theme-color-std-text);
|
|
392
|
+
--theme-breadcrumb-btn-arrow--color--active: var(--theme-color-std-text);
|
|
393
|
+
--theme-breadcrumb-btn-last--color: var(--theme-color-std-text);
|
|
394
|
+
--theme-breadcrumb-ghost--color: var(--theme-color-primary);
|
|
395
|
+
--theme-breadcrumb-ghost--color--hover: var(--theme-color-primary);
|
|
396
|
+
--theme-breadcrumb-ghost--color--active: var(--theme-color-primary);
|
|
397
|
+
--theme-breadcrumb-ghost-arrow--color: var(--theme-color-primary);
|
|
398
|
+
--theme-breadcrumb-ghost-arrow--color--hover: var(--theme-color-primary);
|
|
399
|
+
--theme-breadcrumb-ghost-arrow--color--active: var(--theme-color-primary);
|
|
400
|
+
--theme-breadcrumb-ghost--background: var(--theme-color-ghost);
|
|
401
|
+
--theme-breadcrumb-ghost--background--hover: var(--theme-color-ghost--hover);
|
|
402
|
+
--theme-breadcrumb-ghost--background--active: var(--theme-color-ghost--active);
|
|
403
|
+
--theme-breadcrumb-ghost-last--color: var(--theme-color-soft-text);
|
|
404
|
+
--theme-avatar--color: var(--theme-color-contrast-text);
|
|
405
|
+
--theme-chip-close-btn--background--hover: var(--theme-color-ghost--hover);
|
|
406
|
+
--theme-chip-close-btn--background--active: var(--theme-color-ghost--active);
|
|
407
|
+
--theme-chip-close-btn--color: var(--theme-color-std-text);
|
|
408
|
+
--theme-chip-outline--color: var(--theme-color-std-text);
|
|
409
|
+
--theme-chip-outline--background: var(--theme-color-1);
|
|
410
|
+
--theme-chip-outline--background--hover: var(--theme-color-1--hover);
|
|
411
|
+
--theme-chip-outline--background--active: var(--theme-color-1--active);
|
|
412
|
+
--theme-chip--background: var(--theme-color-component-1);
|
|
413
|
+
--theme-chip--background--hover: var(--theme-color-component-1--hover);
|
|
414
|
+
--theme-chip--background--active: var(--theme-color-component-1--active);
|
|
415
|
+
--theme-chip--color: var(--theme-color-contrast-text);
|
|
416
|
+
--theme-chip-close-btn--background: var(--theme-color-ghost);
|
|
417
|
+
--theme-pill-outline--color: var(--theme-color-std-text);
|
|
418
|
+
--theme-pill-outline--background: var(--theme-color-1);
|
|
419
|
+
--theme-chip-primary-outline--background: var(--theme-color-secondary);
|
|
420
|
+
--theme-chip-primary-outline--background--hover: var(--theme-color-secondary--hover);
|
|
421
|
+
--theme-chip-primary-outline--background--active: var(--theme-color-secondary--active);
|
|
422
|
+
--theme-chip-primary-outline--border-color: var(--theme-color-primary);
|
|
423
|
+
--theme-chip-primary-outline--border-color--hover: var(--theme-color-primary);
|
|
424
|
+
--theme-chip-primary-outline--border-color--active: var(--theme-color-primary);
|
|
425
|
+
--theme-chip-primary-outline--color: var(--theme-color-primary);
|
|
426
|
+
--theme-chip-primary-outline--color--hover: var(--theme-color-primary);
|
|
427
|
+
--theme-chip-primary-outline--color--active: var(--theme-color-primary);
|
|
428
|
+
--theme-chip-primary--background: var(--theme-color-primary);
|
|
429
|
+
--theme-chip-primary--background--hover: var(--theme-color-primary--hover);
|
|
430
|
+
--theme-chip-primary--background--active: var(--theme-color-primary--active);
|
|
431
|
+
--theme-chip-primary--color: var(--theme-color-primary--contrast);
|
|
432
|
+
--theme-chip-primary--color--hover: var(--theme-color-primary--contrast);
|
|
433
|
+
--theme-chip-primary--color--active: var(--theme-color-primary--contrast);
|
|
434
|
+
--theme-chip-primary-outline--background--display: var(--theme-color-secondary);
|
|
435
|
+
--theme-chip-primary-outline--border-color--display: var(--theme-color-primary);
|
|
436
|
+
--theme-chip-primary-outline--color--display: var(--theme-color-std-text);
|
|
437
|
+
--theme-switch-off--background: var(--theme-color-component-3);
|
|
438
|
+
--theme-menu--background: var(--theme-color-1);
|
|
439
|
+
--theme-menu--border-color: var(--theme-color-soft-bdr);
|
|
440
|
+
--theme-menu-header--color: var(--theme-color-soft-text);
|
|
441
|
+
--theme-menu-item--background: var(--theme-color-ghost);
|
|
442
|
+
--theme-menu-item--background--hover: var(--theme-color-ghost--hover);
|
|
443
|
+
--theme-menu-item--background--active: var(--theme-color-ghost--active);
|
|
444
|
+
--theme-menu-item--background--disabled: var(--theme-color-ghost);
|
|
445
|
+
--theme-menu-item--color: var(--theme-color-std-text);
|
|
446
|
+
--theme-menu-item--color--hover: var(--theme-color-std-text);
|
|
447
|
+
--theme-menu-item--color--active: var(--theme-color-std-text);
|
|
448
|
+
--theme-menu-item--color--disabled: var(--theme-color-weak-text);
|
|
449
|
+
--theme-menu-item-icon--color: var(--theme-color-soft-text);
|
|
450
|
+
--theme-menu-item-icon--color--hover: var(--theme-color-std-text);
|
|
451
|
+
--theme-menu-item-icon--color--active: var(--theme-color-std-text);
|
|
452
|
+
--theme-menu-item-icon--color--disabled: var(--theme-color-weak-text);
|
|
453
|
+
--theme-menu-item-arrow--color: var(--theme-color-std-text);
|
|
454
|
+
--theme-menu-item-arrow--color--hover: var(--theme-color-std-text);
|
|
455
|
+
--theme-menu-item-arrow--color--active: var(--theme-color-std-text);
|
|
456
|
+
--theme-menu-item-arrow--color--disabled: var(--theme-color-weak-text);
|
|
457
|
+
--theme-menu-item-check--color: var(--theme-color-std-text);
|
|
458
|
+
--theme-menu-item-check--color--hover: var(--theme-color-std-text);
|
|
459
|
+
--theme-menu-item-check--color--active: var(--theme-color-std-text);
|
|
460
|
+
--theme-menu-item-check--color--disabled: var(--theme-color-weak-text);
|
|
461
|
+
--theme-select-list-item--background: var(--theme-color-ghost);
|
|
462
|
+
--theme-select-list-item--background--hover: var(--theme-color-ghost--hover);
|
|
463
|
+
--theme-select-list-item--background--active: var(--theme-color-ghost--active);
|
|
464
|
+
--theme-select-list-item--background--disabled: var(--theme-color-ghost);
|
|
465
|
+
--theme-select-list-item--background--selected: var(--theme-color-ghost--selected);
|
|
466
|
+
--theme-select-list-item--background--selected-hover: var(--theme-color-ghost--selected-hover);
|
|
467
|
+
--theme-select-list-item--background--selected-active: var(--theme-color-ghost--selected-active);
|
|
468
|
+
--theme-select-list-item--background--selected-disabled: var(--theme-color-ghost);
|
|
469
|
+
--theme-select-list-item--color: var(--theme-color-std-text);
|
|
470
|
+
--theme-select-list-item--color--hover: var(--theme-color-std-text);
|
|
471
|
+
--theme-select-list-item--color--active: var(--theme-color-std-text);
|
|
472
|
+
--theme-select-list-item--color--disabled: var(--theme-color-weak-text);
|
|
473
|
+
--theme-select-list-item--color--selected: var(--theme-color-std-text);
|
|
474
|
+
--theme-select-list-item--color--selected-hover: var(--theme-color-std-text);
|
|
475
|
+
--theme-select-list-item--color--selected-active: var(--theme-color-std-text);
|
|
476
|
+
--theme-select-list-item--color--selected-disabled: var(--theme-color-weak-text);
|
|
477
|
+
--theme-select-list-item-check--color: var(--theme-color-std-text);
|
|
478
|
+
--theme-select-list-item-check--color--hover: var(--theme-color-std-text);
|
|
479
|
+
--theme-select-list-item-check--color--active: var(--theme-color-std-text);
|
|
480
|
+
--theme-select-list-item-check--color--disabled: var(--theme-color-weak-text);
|
|
481
|
+
--theme-select-list--background: var(--theme-color-1);
|
|
482
|
+
--theme-select-list--border-color: var(--theme-color-soft-bdr);
|
|
483
|
+
--theme-tab--background: var(--theme-color-ghost);
|
|
484
|
+
--theme-tab--background--hover: var(--theme-color-ghost--hover);
|
|
485
|
+
--theme-tab--background--active: var(--theme-color-ghost--active);
|
|
486
|
+
--theme-tab--background--selected: var(--theme-color-ghost);
|
|
487
|
+
--theme-tab--background--disabled: var(--theme-color-ghost);
|
|
488
|
+
--theme-tab-indicator--background: var(--theme-color-0);
|
|
489
|
+
--theme-tab-indicator--background--hover: var(--theme-color-6);
|
|
490
|
+
--theme-tab-indicator--background--active: var(--theme-color-6);
|
|
491
|
+
--theme-tab-indicator--background--selected: var(--theme-color-primary);
|
|
492
|
+
--theme-tab-indicator--background--disabled: var(--theme-color-0);
|
|
493
|
+
--theme-animated-tab-indicator--background: var(--theme-color-0);
|
|
494
|
+
--theme-animated-tab-indicator--background--hover: var(--theme-color-0);
|
|
495
|
+
--theme-animated-tab-indicator--background--active: var(--theme-color-0);
|
|
496
|
+
--theme-animated-tab-indicator--background--selected: var(--theme-color-primary);
|
|
497
|
+
--theme-tab--color: var(--theme-color-soft-text);
|
|
498
|
+
--theme-tab--color--hover: var(--theme-color-soft-text);
|
|
499
|
+
--theme-tab--color--active: var(--theme-color-soft-text);
|
|
500
|
+
--theme-tab--color--selected: var(--theme-color-primary);
|
|
501
|
+
--theme-tab--color--disabled: var(--theme-color-weak-text);
|
|
502
|
+
--theme-tab-icon--color: var(--theme-color-soft-text);
|
|
503
|
+
--theme-tab-icon--color--hover: var(--theme-color-soft-text);
|
|
504
|
+
--theme-tab-icon--color--active: var(--theme-color-soft-text);
|
|
505
|
+
--theme-tab-icon--color--selected: var(--theme-color-primary);
|
|
506
|
+
--theme-tab-icon--color--disabled: var(--theme-color-weak-text);
|
|
507
|
+
--theme-animated-tab-icon--color: var(--theme-color-soft-text);
|
|
508
|
+
--theme-animated-tab-icon--color--hover: var(--theme-color-soft-text);
|
|
509
|
+
--theme-animated-tab-icon--color--active: var(--theme-color-soft-text);
|
|
510
|
+
--theme-animated-tab-icon--color--selected: var(--theme-color-primary--contrast);
|
|
511
|
+
--theme-animated-tab-icon--color--disabled: var(--theme-color-weak-text);
|
|
512
|
+
--theme-animated-tab-circle--background: var(--theme-color-1);
|
|
513
|
+
--theme-animated-tab-circle--background--hover: var(--theme-color-1--hover);
|
|
514
|
+
--theme-animated-tab-circle--background--active: var(--theme-color-1--active);
|
|
515
|
+
--theme-animated-tab-circle--background--selected: var(--theme-color-primary);
|
|
516
|
+
--theme-animated-tab-circle--background--disabled: var(--theme-color-0);
|
|
517
|
+
--theme-animated-tab-circle--border-color: var(--theme-color-soft-bdr);
|
|
518
|
+
--theme-animated-tab-circle--border-color--hover: var(--theme-color-soft-bdr);
|
|
519
|
+
--theme-animated-tab-circle--border-color--active: var(--theme-color-soft-bdr);
|
|
520
|
+
--theme-animated-tab-circle--border-color--selected: var(--theme-color-0);
|
|
521
|
+
--theme-animated-tab-circle--border-color--disabled: var(--theme-color-weak-bdr);
|
|
522
|
+
--theme-tab-pill--border-color: var(--theme-color-std-bdr);
|
|
523
|
+
--theme-tab-pill--border-color--hover: var(--theme-color-std-bdr);
|
|
524
|
+
--theme-tab-pill--border-color--active: var(--theme-color-std-bdr);
|
|
525
|
+
--theme-tab-pill--border-color--selected: var(--theme-color-primary);
|
|
526
|
+
--theme-tab-pill--border-color--disabled: var(--theme-color-weak-bdr);
|
|
527
|
+
--theme-input-unit--color: var(--theme-color-soft-text);
|
|
528
|
+
--theme-input-gripper--color: var(--theme-color-weak-bdr);
|
|
529
|
+
--theme-input-gripper--color--hover: var(--theme-color-weak-bdr);
|
|
530
|
+
--theme-input-gripper--color--focus: var(--theme-color-weak-bdr);
|
|
531
|
+
--theme-input-search-icon--color: var(--theme-color-std-text);
|
|
532
|
+
--theme-input-search-icon--color--hover: var(--theme-color-std-text);
|
|
533
|
+
--theme-input-search-icon--color--focus: var(--theme-color-std-text);
|
|
534
|
+
--theme-input-search-icon--color--disabled: var(--theme-color-weak-text);
|
|
535
|
+
--theme-input-select-icon--color: var(--theme-color-soft-text);
|
|
536
|
+
--theme-input-select-icon--color--hover: var(--theme-color-std-text);
|
|
537
|
+
--theme-input-select-icon--color--active: var(--theme-color-std-text);
|
|
538
|
+
--theme-switch-off--background--hover: var(--theme-color-component-4);
|
|
539
|
+
--theme-switch-off--background--active: var(--theme-color-component-3);
|
|
540
|
+
--theme-switch-off--background--disabled: var(--theme-color-component-2);
|
|
541
|
+
--theme-switch-on--background: var(--theme-color-dynamic);
|
|
542
|
+
--theme-switch-on--background--hover: var(--theme-color-dynamic--hover);
|
|
543
|
+
--theme-switch-on--background--active: var(--theme-color-dynamic--active);
|
|
544
|
+
--theme-switch-on--background--disabled: var(--theme-color-component-2);
|
|
545
|
+
--theme-switch-mixed--background: var(--theme-color-component-3);
|
|
546
|
+
--theme-switch-mixed--background--hover: var(--theme-color-component-4);
|
|
547
|
+
--theme-switch-mixed--background--active: var(--theme-color-component-3);
|
|
548
|
+
--theme-switch-mixed--background--disabled: var(--theme-color-component-2);
|
|
549
|
+
--theme-switch-off--border-color: var(--theme-color-0);
|
|
550
|
+
--theme-switch-off--border-color--hover: var(--theme-color-0);
|
|
551
|
+
--theme-switch-off--border-color--active: var(--theme-color-0);
|
|
552
|
+
--theme-switch-off--border-color--disabled: var(--theme-color-0);
|
|
553
|
+
--theme-switch-on--border-color: var(--theme-color-0);
|
|
554
|
+
--theme-switch-on--border-color--hover: var(--theme-color-0);
|
|
555
|
+
--theme-switch-on--border-color--active: var(--theme-color-0);
|
|
556
|
+
--theme-switch-on--border-color--disabled: var(--theme-color-0);
|
|
557
|
+
--theme-switch-mixed--border-color: var(--theme-color-0);
|
|
558
|
+
--theme-switch-mixed--border-color--hover: var(--theme-color-0);
|
|
559
|
+
--theme-switch-mixed--border-color--active: var(--theme-color-0);
|
|
560
|
+
--theme-switch-mixed--border-color--disabled: var(--theme-color-0);
|
|
561
|
+
--theme-switch-thumb-off--background: var(--theme-color-1);
|
|
562
|
+
--theme-switch-thumb-off--background--hover: var(--theme-color-1);
|
|
563
|
+
--theme-switch-thumb-off--background--active: var(--theme-color-1);
|
|
564
|
+
--theme-switch-thumb-off--background--disabled: var(--theme-color-component-3);
|
|
565
|
+
--theme-switch-thumb-on--background: var(--theme-color-1);
|
|
566
|
+
--theme-switch-thumb-on--background--hover: var(--theme-color-1);
|
|
567
|
+
--theme-switch-thumb-on--background--active: var(--theme-color-1);
|
|
568
|
+
--theme-switch-thumb-on--background--disabled: var(--theme-color-component-3);
|
|
569
|
+
--theme-switch-thumb-mixed--background: var(--theme-color-1);
|
|
570
|
+
--theme-switch-thumb-mixed--background--hover: var(--theme-color-1);
|
|
571
|
+
--theme-switch-thumb-mixed--background--active: var(--theme-color-1);
|
|
572
|
+
--theme-switch-thumb-mixed--background--disabled: var(--theme-color-component-3);
|
|
573
|
+
--theme-switch-thumb-off--border-color: var(--theme-color-0);
|
|
574
|
+
--theme-switch-thumb-off--border-color--hover: var(--theme-color-0);
|
|
575
|
+
--theme-switch-thumb-off--border-color--active: var(--theme-color-0);
|
|
576
|
+
--theme-switch-thumb-off--border-color--disabled: var(--theme-color-0);
|
|
577
|
+
--theme-switch-thumb-on--border-color: var(--theme-color-0);
|
|
578
|
+
--theme-switch-thumb-on--border-color--hover: var(--theme-color-0);
|
|
579
|
+
--theme-switch-thumb-on--border-color--active: var(--theme-color-0);
|
|
580
|
+
--theme-switch-thumb-on--border-color--disabled: var(--theme-color-0);
|
|
581
|
+
--theme-switch-thumb-mixed--border-color: var(--theme-color-0);
|
|
582
|
+
--theme-switch-thumb-mixed--border-color--hover: var(--theme-color-0);
|
|
583
|
+
--theme-switch-thumb-mixed--border-color--active: var(--theme-color-0);
|
|
584
|
+
--theme-switch-thumb-mixed--border-color--disabled: var(--theme-color-0);
|
|
585
|
+
--theme-switch--color: var(--theme-color-std-text);
|
|
586
|
+
--theme-switch--color--hover: var(--theme-color-std-text);
|
|
587
|
+
--theme-switch--color--active: var(--theme-color-std-text);
|
|
588
|
+
--theme-switch--color--disabled: var(--theme-color-weak-text);
|
|
589
|
+
--theme-messagebar--color: var(--theme-color-std-text);
|
|
590
|
+
--theme-messagebar--background: var(--theme-color-1);
|
|
591
|
+
--theme-scrollbar-track--background: var(--theme-color-2);
|
|
592
|
+
--theme-scrollbar-track--border: var(--theme-color-1);
|
|
593
|
+
--theme-scrollbar-thumb--background: var(--theme-color-5);
|
|
594
|
+
--theme-scrollbar-track--background--hover: var(--theme-color-3);
|
|
595
|
+
--theme-scrollbar-thumb--background--hover: var(--theme-color-6);
|
|
596
|
+
--theme-modal--background: var(--theme-color-1);
|
|
597
|
+
--theme-modal--border-color: var(--theme-color-soft-bdr);
|
|
598
|
+
--theme-datepicker-day--background: var(--theme-color-ghost);
|
|
599
|
+
--theme-datepicker-day--background--hover: var(--theme-color-ghost--hover);
|
|
600
|
+
--theme-datepicker-day--background--active: var(--theme-color-ghost--active);
|
|
601
|
+
--theme-datepicker-day--background--disabled: var(--theme-color-ghost);
|
|
602
|
+
--theme-datepicker-day--background--selected: var(--theme-color-component-9);
|
|
603
|
+
--theme-datepicker-day--background--selected-hover: var(--theme-color-component-9--hover);
|
|
604
|
+
--theme-datepicker-day--background--selected-active: var(--theme-color-component-9--active);
|
|
605
|
+
--theme-datepicker-day--background--selected-disabled: var(--theme-color-component-9--disabled);
|
|
606
|
+
--theme-datepicker-day--background--range: var(--theme-color-component-10);
|
|
607
|
+
--theme-datepicker-day--background--range-hover: var(--theme-color-component-10--hover);
|
|
608
|
+
--theme-datepicker-day--background--range-active: var(--theme-color-component-10--active);
|
|
609
|
+
--theme-datepicker-day--background--range-disabled: var(--theme-color-component-10--disabled);
|
|
610
|
+
--theme-btn-invisible-primary--border-color: var(--theme-color-0);
|
|
611
|
+
--theme-btn-invisible-primary--border-color--hover: var(--theme-color-0);
|
|
612
|
+
--theme-btn-invisible-primary--border-color--active: var(--theme-color-0);
|
|
613
|
+
--theme-btn-invisible-primary--border-color--disabled: var(--theme-color-0);
|
|
614
|
+
--theme-btn-secondary--border-color: var(--theme-color-0);
|
|
615
|
+
--theme-btn-secondary--border-color--hover: var(--theme-color-0);
|
|
616
|
+
--theme-btn-secondary--border-color--active: var(--theme-color-0);
|
|
617
|
+
--theme-btn-secondary--border-color--disabled: var(--theme-color-0);
|
|
618
|
+
--theme-btn-invisible-secondary--border-color: var(--theme-color-0);
|
|
619
|
+
--theme-btn-invisible-secondary--border-color--hover: var(--theme-color-0);
|
|
620
|
+
--theme-btn-invisible-secondary--border-color--active: var(--theme-color-0);
|
|
621
|
+
--theme-btn-invisible-secondary--border-color--disabled: var(--theme-color-0);
|
|
622
|
+
--theme-map-navigation-logo--color: var(--theme-color-std-text);
|
|
623
|
+
--theme-map-navigation-header--color: var(--theme-color-std-text);
|
|
624
|
+
--theme-map-navigation-separator--background: var(--theme-color-soft-bdr);
|
|
625
|
+
--theme-map-navigation--background: var(--theme-color-3);
|
|
626
|
+
--theme-btn-invisible-secondary--border-color--selected: var(--theme-color-0);
|
|
627
|
+
--theme-btn-invisible-secondary--border-color--selected-hover: var(--theme-color-0);
|
|
628
|
+
--theme-btn-invisible-secondary--border-color--selected-active: var(--theme-color-0);
|
|
629
|
+
--theme-overlay-header--background: var(--theme-color-3);
|
|
630
|
+
--theme-overlay-header--color: var(--theme-color-std-text);
|
|
631
|
+
--theme-nav-overlay--background: var(--theme-color-backdrop);
|
|
632
|
+
--theme-nav-overlay-header--color: var(--theme-color-std-text);
|
|
633
|
+
--theme-event-item--background: var(--theme-color-secondary);
|
|
634
|
+
--theme-event-item--background--disabled: var(--theme-color-component-2);
|
|
635
|
+
--theme-event-item--border--hover: var(--theme-color-weak-bdr);
|
|
636
|
+
--theme-event-item--border: var(--theme-color-weak-bdr);
|
|
637
|
+
--theme-event-item--border--active: var(--theme-color-weak-bdr);
|
|
638
|
+
--theme-event-item--border--selected: var(--theme-color-dynamic);
|
|
639
|
+
--theme-event-item--background--hover: var(--theme-color-secondary--hover);
|
|
640
|
+
--theme-event-item--border--disabled: var(--theme-color-component-2);
|
|
641
|
+
--theme-event-item--background--active: var(--theme-color-secondary--active);
|
|
642
|
+
--theme-event-item--background--selected: var(--theme-color-component-5);
|
|
643
|
+
--theme-event-item-chevron--color: var(--theme-color-soft-text);
|
|
644
|
+
--theme-flip--color: var(--theme-color-std-text);
|
|
645
|
+
--theme-flip--background: var(--theme-color-1);
|
|
646
|
+
--theme-flip--border-color: var(--theme-color-soft-bdr);
|
|
647
|
+
--theme-flip-footer--background: var(--theme-color-1);
|
|
648
|
+
--theme-flip-footer--color: var(--theme-color-std-text);
|
|
649
|
+
--theme-kpi-display--background: var(--theme-color-ghost);
|
|
650
|
+
--theme-kpi-display--background--hover: var(--theme-color-ghost--hover);
|
|
651
|
+
--theme-kpi-display--background--active: var(--theme-color-ghost--active);
|
|
652
|
+
--theme-kpi-display-indicator--background: var(--theme-color-component-4);
|
|
653
|
+
--theme-kpi-display-label--color: var(--theme-color-soft-text);
|
|
654
|
+
--theme-kpi-display-icon--color: var(--theme-color-std-text);
|
|
655
|
+
--theme-kpi-display-value: var(--theme-color-std-text);
|
|
656
|
+
--theme-kpi-display-units: var(--theme-color-soft-text);
|
|
657
|
+
--theme-table-data-row-alt--background: var(--theme-color-ghost-alt);
|
|
658
|
+
--theme-group-item--background: var(--theme-color-component-1);
|
|
659
|
+
--theme-group-item--background--hover: var(--theme-color-component-1--hover);
|
|
660
|
+
--theme-group-item--background--active: var(--theme-color-component-1--active);
|
|
661
|
+
--theme-group-item--background--selected: var(--theme-color-ghost--selected);
|
|
662
|
+
--theme-group-item--background--disabled: var(--theme-color-component-1);
|
|
663
|
+
--theme-group-item--border-color: var(--theme-color-0);
|
|
664
|
+
--theme-group-item--border-color--hover: var(--theme-color-0);
|
|
665
|
+
--theme-group-item--border-color--active: var(--theme-color-0);
|
|
666
|
+
--theme-group-item--border-color--selected: var(--theme-color-primary);
|
|
667
|
+
--theme-group-item--border-color--disabled: var(--theme-color-0);
|
|
668
|
+
--theme-group-item-indicator--background: var(--theme-color-0);
|
|
669
|
+
--theme-group-item-indicator--background--selected: var(--theme-color-primary);
|
|
670
|
+
--theme-group-item-indicator--background--subselected: var(--theme-color-primary);
|
|
671
|
+
--theme-group-node-closed--color: var(--theme-color-std-text);
|
|
672
|
+
--theme-group-node-open--color: var(--theme-color-std-text);
|
|
673
|
+
--theme-group-header--color: var(--theme-color-std-text);
|
|
674
|
+
--theme-group-subheader--color: var(--theme-color-std-text);
|
|
675
|
+
--theme-group-item-icon--color: var(--theme-color-std-text);
|
|
676
|
+
--theme-group-item-text--color: var(--theme-color-std-text);
|
|
677
|
+
--theme-group-item-subtext--color: var(--theme-color-soft-text);
|
|
678
|
+
--theme-group-item-icon--color--disabled: var(--theme-color-weak-text);
|
|
679
|
+
--theme-group-item-text--color--disabled: var(--theme-color-weak-text);
|
|
680
|
+
--theme-group-item-subtext--color--disabled: var(--theme-color-weak-text);
|
|
681
|
+
--theme-upload--background: var(--theme-color-1);
|
|
682
|
+
--theme-upload--background--dragover: var(--theme-color-1);
|
|
683
|
+
--theme-upload--border-color: var(--theme-color-soft-bdr);
|
|
684
|
+
--theme-upload--border-color--dragover: var(--theme-color-primary);
|
|
685
|
+
--theme-upload--background--checking: var(--theme-color-1);
|
|
686
|
+
--theme-upload--background--disabled: var(--theme-color-0);
|
|
687
|
+
--theme-upload--border-color--checking: var(--theme-color-soft-bdr);
|
|
688
|
+
--theme-upload--border-color--disabled: var(--theme-color-soft-bdr);
|
|
689
|
+
--theme-upload-text--color: var(--theme-color-std-text);
|
|
690
|
+
--theme-upload-text--color--checking: var(--theme-color-std-text);
|
|
691
|
+
--theme-upload-text--color--disabled: var(--theme-color-weak-text);
|
|
692
|
+
--theme-input-extra--background--active: var(--theme-color-secondary--active);
|
|
693
|
+
--theme-input-extra--background--hover: var(--theme-color-secondary--hover);
|
|
694
|
+
--theme-btn-outline-primary--border-color: var(--theme-color-primary);
|
|
695
|
+
--theme-btn-outline-primary--border-color--hover: var(--theme-color-primary);
|
|
696
|
+
--theme-btn-outline-primary--border-color--active: var(--theme-color-primary);
|
|
697
|
+
--theme-btn-outline-primary--border-color--disabled: var(--theme-color-component-4);
|
|
698
|
+
--theme-btn-invisible-secondary--background--disabled: var(--theme-color-ghost);
|
|
699
|
+
--theme-ghost--background: var(--theme-color-ghost);
|
|
700
|
+
--theme-ghost--background--hover: var(--theme-color-ghost--hover);
|
|
701
|
+
--theme-ghost--background--active: var(--theme-color-ghost--active);
|
|
702
|
+
--theme-radiobtn-checked--color--hover: var(--theme-color-dynamic);
|
|
703
|
+
--theme-input-hint--color: var(--theme-color-soft-text);
|
|
704
|
+
--theme-menu-separator--background: var(--theme-color-weak-bdr);
|
|
705
|
+
--theme-select-list-item-hint--color: var(--theme-color-soft-text);
|
|
706
|
+
--theme-select-list-item-hint--color--hover: var(--theme-color-soft-text);
|
|
707
|
+
--theme-select-list-item-hint--color--active: var(--theme-color-soft-text);
|
|
708
|
+
--theme-toast-timer-track--background: var(--theme-color-0);
|
|
709
|
+
--theme-toast-timer-value--background: var(--theme-color-6);
|
|
710
|
+
--theme-toast--background: var(--theme-color-1);
|
|
711
|
+
--theme-toast--border-color: var(--theme-color-weak-bdr);
|
|
712
|
+
--theme-toast--color: var(--theme-color-std-text);
|
|
713
|
+
--theme-datepicker-day--border-color: var(--theme-color-0);
|
|
714
|
+
--theme-datepicker-day--border-color--hover: var(--theme-color-0);
|
|
715
|
+
--theme-datepicker-day--border-color--active: var(--theme-color-0);
|
|
716
|
+
--theme-datepicker-day--border-color--disabled: var(--theme-color-0);
|
|
717
|
+
--theme-datepicker-day--color: var(--theme-color-primary);
|
|
718
|
+
--theme-datepicker-day--color--hover: var(--theme-color-primary);
|
|
719
|
+
--theme-datepicker-day--color--active: var(--theme-color-primary);
|
|
720
|
+
--theme-datepicker-day--color--disabled: var(--theme-color-weak-text);
|
|
721
|
+
--theme-datepicker-day--border-color--selected: var(--theme-color-0);
|
|
722
|
+
--theme-datepicker-day--border-color--selected-hover: var(--theme-color-0);
|
|
723
|
+
--theme-datepicker-day--border-color--selected-active: var(--theme-color-0);
|
|
724
|
+
--theme-datepicker-day--border-color--selected-disabled: var(--theme-color-0);
|
|
725
|
+
--theme-datepicker-day--color--selected: var(--theme-color-primary--contrast);
|
|
726
|
+
--theme-datepicker-day--color--selected-hover: var(--theme-color-primary--contrast);
|
|
727
|
+
--theme-datepicker-day--color--selected-active: var(--theme-color-primary--contrast);
|
|
728
|
+
--theme-datepicker-day--color--selected-disabled: var(--theme-color-weak-text);
|
|
729
|
+
--theme-datepicker-day--border-color--range: var(--theme-color-0);
|
|
730
|
+
--theme-datepicker-day--border-color--range-hover: var(--theme-color-0);
|
|
731
|
+
--theme-datepicker-day--border-color--range-active: var(--theme-color-0);
|
|
732
|
+
--theme-datepicker-day--border-color--range-disabled: var(--theme-color-0);
|
|
733
|
+
--theme-datepicker-day--color--range: var(--theme-color-primary--contrast);
|
|
734
|
+
--theme-datepicker-day--color--range-hover: var(--theme-color-primary--contrast);
|
|
735
|
+
--theme-datepicker-day--color--range-active: var(--theme-color-primary--contrast);
|
|
736
|
+
--theme-datepicker-day--color--range-disabled: var(--theme-color-weak-text);
|
|
737
|
+
--theme-datepicker-today--background: var(--theme-color-ghost);
|
|
738
|
+
--theme-datepicker-today--background--hover: var(--theme-color-ghost--hover);
|
|
739
|
+
--theme-datepicker-today--background--active: var(--theme-color-ghost--active);
|
|
740
|
+
--theme-datepicker-today--background--disabled: var(--theme-color-ghost);
|
|
741
|
+
--theme-datepicker-today--border-color: var(--theme-color-primary);
|
|
742
|
+
--theme-datepicker-today--border-color--hover: var(--theme-color-primary);
|
|
743
|
+
--theme-datepicker-today--border-color--active: var(--theme-color-primary);
|
|
744
|
+
--theme-datepicker-today--border-color--disabled: var(--theme-color-primary--disabled);
|
|
745
|
+
--theme-datepicker-today--color: var(--theme-color-primary);
|
|
746
|
+
--theme-datepicker-today--color--hover: var(--theme-color-primary);
|
|
747
|
+
--theme-datepicker-today--color--active: var(--theme-color-primary);
|
|
748
|
+
--theme-datepicker-today--color--disabled: var(--theme-color-weak-text);
|
|
749
|
+
--theme-datepicker-today--background--selected: var(--theme-color-component-9);
|
|
750
|
+
--theme-datepicker-today--background--selected-hover: var(--theme-color-component-9--hover);
|
|
751
|
+
--theme-datepicker-today--background--selected-active: var(--theme-color-component-9--active);
|
|
752
|
+
--theme-datepicker-today--background--selected-disabled: var(--theme-color-component-9--disabled);
|
|
753
|
+
--theme-datepicker-today--border-color--selected: var(--theme-color-primary);
|
|
754
|
+
--theme-datepicker-today--border-color--selected-hover: var(--theme-color-primary);
|
|
755
|
+
--theme-datepicker-today--border-color--selected-active: var(--theme-color-primary);
|
|
756
|
+
--theme-datepicker-today--border-color--selected-disabled: var(--theme-color-primary--disabled);
|
|
757
|
+
--theme-datepicker-today--color--selected: var(--theme-color-primary--contrast);
|
|
758
|
+
--theme-datepicker-today--color--selected-hover: var(--theme-color-primary--contrast);
|
|
759
|
+
--theme-datepicker-today--color--selected-active: var(--theme-color-primary--contrast);
|
|
760
|
+
--theme-datepicker-today--color--selected-disabled: var(--theme-color-weak-text);
|
|
761
|
+
--theme-datepicker-today--background--range: var(--theme-color-component-10);
|
|
762
|
+
--theme-datepicker-today--background--range-hover: var(--theme-color-component-10--hover);
|
|
763
|
+
--theme-datepicker-today--background--range-active: var(--theme-color-component-10--active);
|
|
764
|
+
--theme-datepicker-today--background--range-disabled: var(--theme-color-component-10--disabled);
|
|
765
|
+
--theme-datepicker-today--border-color--range: var(--theme-color-primary);
|
|
766
|
+
--theme-datepicker-today--border-color--range-hover: var(--theme-color-primary);
|
|
767
|
+
--theme-datepicker-today--border-color--range-active: var(--theme-color-primary);
|
|
768
|
+
--theme-datepicker-today--border-color--range-disabled: var(--theme-color-primary--disabled);
|
|
769
|
+
--theme-datepicker-today--color--range: var(--theme-color-primary--contrast);
|
|
770
|
+
--theme-datepicker-today--color--range-hover: var(--theme-color-primary--contrast);
|
|
771
|
+
--theme-datepicker-today--color--range-active: var(--theme-color-primary--contrast);
|
|
772
|
+
--theme-datepicker-today--color--range-disabled: var(--theme-color-weak-text);
|
|
773
|
+
--theme-datepicker-separator--background: var(--theme-color-x-weak-bdr);
|
|
774
|
+
--theme-datepicker-weekday--color: var(--theme-color-soft-text);
|
|
775
|
+
--theme-datepicker-cw--color: var(--theme-color-soft-text);
|
|
776
|
+
--theme-datepicker-time-header: var(--theme-color-std-text);
|
|
777
|
+
--theme-datepicker-extra--border-color: var(--theme-color-1);
|
|
778
|
+
--theme-overlay--background: var(--theme-color-backdrop);
|
|
779
|
+
--theme-tree-item--background: var(--theme-color-ghost);
|
|
780
|
+
--theme-tree-item--background--hover: var(--theme-color-ghost--hover);
|
|
781
|
+
--theme-tree-item--background--active: var(--theme-color-ghost--active);
|
|
782
|
+
--theme-tree-item--background--selected: var(--theme-color-ghost--selected);
|
|
783
|
+
--theme-tree-item--background--selected-hover: var(--theme-color-ghost--selected-hover);
|
|
784
|
+
--theme-tree-item--background--selected-active: var(--theme-color-ghost--selected-active);
|
|
785
|
+
--theme-tree-item-node-closed-icon--color: var(--theme-color-std-text);
|
|
786
|
+
--theme-tree-item-node-open-icon--color: var(--theme-color-dynamic);
|
|
787
|
+
--theme-tree-item--color: var(--theme-color-std-text);
|
|
788
|
+
--theme-tree-item-icon: var(--theme-color-std-text);
|
|
789
|
+
--theme-tree-item-status--color: var(--theme-color-soft-text);
|
|
790
|
+
--theme-workflow-step--background: var(--theme-color-ghost);
|
|
791
|
+
--theme-workflow-step--background--hover: var(--theme-color-ghost--hover);
|
|
792
|
+
--theme-workflow-step--background--active: var(--theme-color-ghost--active);
|
|
793
|
+
--theme-workflow-step--background--selected: var(--theme-color-ghost--selected);
|
|
794
|
+
--theme-workflow-step--background--disabled: var(--theme-color-ghost);
|
|
795
|
+
--theme-workflow-step--color: var(--theme-color-std-text);
|
|
796
|
+
--theme-workflow-step-icon--background: var(--theme-color-1);
|
|
797
|
+
--theme-workflow-step-icon-default--color: var(--theme-color-neutral);
|
|
798
|
+
--theme-workflow-step-icon-default--color--selected: var(--theme-color-primary);
|
|
799
|
+
--theme-workflow-step-icon-default--color--disabled: var(--theme-color-weak-text);
|
|
800
|
+
--theme-workflow-step-icon-done--color: var(--theme-color-primary);
|
|
801
|
+
--theme-workflow-step-icon-done--color--selected: var(--theme-color-primary);
|
|
802
|
+
--theme-workflow-step-icon-done--color--disabled: var(--theme-color-weak-text);
|
|
803
|
+
--theme-workflow-step-icon-success--color--disabled: var(--theme-color-weak-text);
|
|
804
|
+
--theme-workflow-step-icon-warning--color--disabled: var(--theme-color-weak-text);
|
|
805
|
+
--theme-workflow-step-icon-error--color--disabled: var(--theme-color-weak-text);
|
|
806
|
+
--theme-tootlip--background: var(--theme-color-1);
|
|
807
|
+
--theme-tooltip--border-color: var(--theme-color-0);
|
|
808
|
+
--theme-tooltip--color: var(--theme-color-std-text);
|
|
809
|
+
--theme-tooltip-close--color: var(--theme-color-soft-text);
|
|
810
|
+
--theme-tooltip-close-btn--background: var(--theme-color-ghost);
|
|
811
|
+
--theme-tooltip-close-btn--background--hover: var(--theme-color-ghost--hover);
|
|
812
|
+
--theme-tooltip-close-btn--background--active: var(--theme-color-ghost--active);
|
|
813
|
+
--theme-table--background: var(--theme-color-0);
|
|
814
|
+
--theme-table--border-color: var(--theme-color-weak-bdr);
|
|
815
|
+
--theme-table--color: var(--theme-color-std-text);
|
|
816
|
+
--theme-table-header-row--background: var(--theme-color-component-11);
|
|
817
|
+
--theme-table-header-row--border-color: var(--theme-color-weak-bdr);
|
|
818
|
+
--theme-table-header-cell--background: var(--theme-color-ghost);
|
|
819
|
+
--theme-table-header-cell--background--hover: var(--theme-color-ghost--hover);
|
|
820
|
+
--theme-table-header-cell--background--active: var(--theme-color-ghost--active);
|
|
821
|
+
--theme-table-header-cell--border-color: var(--theme-color-0);
|
|
822
|
+
--theme-table-header-cell--border-color--hover: var(--theme-color-0);
|
|
823
|
+
--theme-table-header-cell--border-color--active: var(--theme-color-0);
|
|
824
|
+
--theme-table-header-cell--color: var(--theme-color-std-text);
|
|
825
|
+
--theme-table-header-filter--color: var(--theme-color-primary);
|
|
826
|
+
--theme-table-header-sort--color: var(--theme-color-primary);
|
|
827
|
+
--theme-table-header-splitter--background: var(--theme-color-soft-bdr);
|
|
828
|
+
--theme-table-header-splitter--background--hover: var(--theme-color-dynamic);
|
|
829
|
+
--theme-table-data-row--background: var(--theme-color-ghost);
|
|
830
|
+
--theme-table-data-row--background--hover: var(--theme-color-ghost--hover);
|
|
831
|
+
--theme-table-data-row--background--active: var(--theme-color-ghost--active);
|
|
832
|
+
--theme-table-data-row--background--selected: var(--theme-color-ghost--selected);
|
|
833
|
+
--theme-table-data-row--background--disabled: var(--theme-color-ghost);
|
|
834
|
+
--theme-table-data-row--background--selected-hover: var(--theme-color-ghost--selected-hover);
|
|
835
|
+
--theme-table-data-row--background--selected-active: var(--theme-color-ghost--selected-active);
|
|
836
|
+
--theme-table-data-row--border-color: var(--theme-color-weak-bdr);
|
|
837
|
+
--theme-table-data-cell--border-color: var(--theme-color-0);
|
|
838
|
+
--theme-table-data-cell--background: var(--theme-color-ghost);
|
|
839
|
+
--theme-table-data-cell--background--hover: var(--theme-color-ghost--hover);
|
|
840
|
+
--theme-table-data-cell--background--active: var(--theme-color-ghost--active);
|
|
841
|
+
--theme-table-data-cell--background--selected: var(--theme-color-ghost--selected);
|
|
842
|
+
--theme-table-data-cell--background--disabled: var(--theme-color-ghost);
|
|
843
|
+
--theme-table-data-cell--background--selected-hover: var(--theme-color-ghost--selected-hover);
|
|
844
|
+
--theme-table-data-cell--background--selected-active: var(--theme-color-ghost--selected-active);
|
|
845
|
+
--theme-table-data-cell--color: var(--theme-color-std-text);
|
|
846
|
+
--theme-table-data-cell--color-disabled: var(--theme-color-weak-text);
|
|
847
|
+
--theme-table-data-row-alt--background--hover: var(--theme-color-ghost-alt--hover);
|
|
848
|
+
--theme-table-data-row-alt--background--active: var(--theme-color-ghost-alt--active);
|
|
849
|
+
--theme-table-data-row-alt--background--selected: var(--theme-color-ghost-alt--selected);
|
|
850
|
+
--theme-table-data-row-alt--background--disabled: var(--theme-color-ghost-alt);
|
|
851
|
+
--theme-table-data-row-alt--background--selected-hover: var(--theme-color-ghost-alt--selected-hover);
|
|
852
|
+
--theme-table-data-row-alt--background--selected-active: var(--theme-color-ghost-alt--selected-active);
|
|
853
|
+
--theme-table-group-splitter--background: var(--theme-color-x-weak-bdr);
|
|
854
|
+
--theme-table-group-splitter--background--hover: var(--theme-color-dynamic);
|
|
855
|
+
--theme-table-group-header-row--background: var(--theme-color-component-11);
|
|
856
|
+
--theme-table-group-header-row--border-color: var(--theme-color-weak-bdr);
|
|
857
|
+
--theme-label--color: var(--theme-color-soft-text);
|
|
858
|
+
--theme-label--color--hover: var(--theme-color-std-text);
|
|
859
|
+
--theme-label--color--active: var(--theme-color-std-text);
|
|
860
|
+
--theme-label--color--focus: var(--theme-color-std-text);
|
|
861
|
+
--theme-label--color--disabled: var(--theme-color-weak-text);
|
|
862
|
+
--theme-table-selection--border-color: var(--theme-color-0);
|
|
863
|
+
}
|
|
864
|
+
}
|