@siemens/ix 3.0.0-alpha.0 → 3.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/custom-elements.d.ts +10 -0
- package/components/index.d.ts +33 -0
- package/components/index.js +137 -0
- package/components/index.js.map +1 -0
- package/components/ix-action-card.d.ts +11 -0
- package/components/ix-action-card.js +72 -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 +9 -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 +148 -0
- package/components/ix-application.js.map +1 -0
- package/components/ix-avatar.d.ts +11 -0
- package/components/ix-avatar.js +9 -0
- package/components/ix-avatar.js.map +1 -0
- package/components/ix-basic-navigation.d.ts +11 -0
- package/components/ix-basic-navigation.js +154 -0
- package/components/ix-basic-navigation.js.map +1 -0
- package/components/ix-blind.d.ts +11 -0
- package/components/ix-blind.js +131 -0
- package/components/ix-blind.js.map +1 -0
- package/components/ix-breadcrumb-item.d.ts +11 -0
- package/components/ix-breadcrumb-item.js +9 -0
- package/components/ix-breadcrumb-item.js.map +1 -0
- package/components/ix-breadcrumb.d.ts +11 -0
- package/components/ix-breadcrumb.js +171 -0
- package/components/ix-breadcrumb.js.map +1 -0
- package/components/ix-button.d.ts +11 -0
- package/components/ix-button.js +9 -0
- package/components/ix-button.js.map +1 -0
- package/components/ix-card-accordion.d.ts +11 -0
- package/components/ix-card-accordion.js +9 -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 +9 -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 +258 -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 +9 -0
- package/components/ix-card-title.js.map +1 -0
- package/components/ix-card.d.ts +11 -0
- package/components/ix-card.js +9 -0
- package/components/ix-card.js.map +1 -0
- package/components/ix-category-filter.d.ts +11 -0
- package/components/ix-category-filter.js +600 -0
- package/components/ix-category-filter.js.map +1 -0
- package/components/ix-checkbox-group.d.ts +11 -0
- package/components/ix-checkbox-group.js +111 -0
- package/components/ix-checkbox-group.js.map +1 -0
- package/components/ix-checkbox.d.ts +11 -0
- package/components/ix-checkbox.js +155 -0
- package/components/ix-checkbox.js.map +1 -0
- package/components/ix-chip.d.ts +11 -0
- package/components/ix-chip.js +144 -0
- package/components/ix-chip.js.map +1 -0
- package/components/ix-col.d.ts +11 -0
- package/components/ix-col.js +9 -0
- package/components/ix-col.js.map +1 -0
- package/components/ix-content-header.d.ts +11 -0
- package/components/ix-content-header.js +73 -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 +40 -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 +117 -0
- package/components/ix-css-grid.js.map +1 -0
- package/components/ix-custom-field.d.ts +11 -0
- package/components/ix-custom-field.js +112 -0
- package/components/ix-custom-field.js.map +1 -0
- package/components/ix-date-dropdown.d.ts +11 -0
- package/components/ix-date-dropdown.js +372 -0
- package/components/ix-date-dropdown.js.map +1 -0
- package/components/ix-date-input.d.ts +11 -0
- package/components/ix-date-input.js +388 -0
- package/components/ix-date-input.js.map +1 -0
- package/components/ix-date-picker.d.ts +11 -0
- package/components/ix-date-picker.js +9 -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 +9 -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 +208 -0
- package/components/ix-datetime-picker.js.map +1 -0
- package/components/ix-divider.d.ts +11 -0
- package/components/ix-divider.js +9 -0
- package/components/ix-divider.js.map +1 -0
- package/components/ix-drawer.d.ts +11 -0
- package/components/ix-drawer.js +200 -0
- package/components/ix-drawer.js.map +1 -0
- package/components/ix-dropdown-button.d.ts +11 -0
- package/components/ix-dropdown-button.js +107 -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 +44 -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 +9 -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 +9 -0
- package/components/ix-dropdown.js.map +1 -0
- package/components/ix-empty-state.d.ts +11 -0
- package/components/ix-empty-state.js +65 -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 +72 -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 +162 -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 +146 -0
- package/components/ix-expanding-search.js.map +1 -0
- package/components/ix-field-label.d.ts +11 -0
- package/components/ix-field-label.js +9 -0
- package/components/ix-field-label.js.map +1 -0
- package/components/ix-field-wrapper.d.ts +11 -0
- package/components/ix-field-wrapper.js +9 -0
- package/components/ix-field-wrapper.js.map +1 -0
- package/components/ix-filter-chip.d.ts +11 -0
- package/components/ix-filter-chip.js +9 -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 +44 -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 +155 -0
- package/components/ix-flip-tile.js.map +1 -0
- package/components/ix-group-context-menu.d.ts +11 -0
- package/components/ix-group-context-menu.js +9 -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 +9 -0
- package/components/ix-group-item.js.map +1 -0
- package/components/ix-group.d.ts +11 -0
- package/components/ix-group.js +221 -0
- package/components/ix-group.js.map +1 -0
- package/components/ix-helper-text.d.ts +11 -0
- package/components/ix-helper-text.js +91 -0
- package/components/ix-helper-text.js.map +1 -0
- package/components/ix-icon-button.d.ts +11 -0
- package/components/ix-icon-button.js +9 -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 +141 -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 +152 -0
- package/components/ix-input-group.js.map +1 -0
- package/components/ix-input.d.ts +11 -0
- package/components/ix-input.js +240 -0
- package/components/ix-input.js.map +1 -0
- package/components/ix-key-value-list.d.ts +11 -0
- package/components/ix-key-value-list.js +42 -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 +74 -0
- package/components/ix-kpi.js.map +1 -0
- package/components/ix-layout-auto.d.ts +11 -0
- package/components/ix-layout-auto.js +113 -0
- package/components/ix-layout-auto.js.map +1 -0
- package/components/ix-layout-grid.d.ts +11 -0
- package/components/ix-layout-grid.js +9 -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 +57 -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 +9 -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 +241 -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 +51 -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 +93 -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 +89 -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 +9 -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 +117 -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 +284 -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 +9 -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 +9 -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 +51 -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 +9 -0
- package/components/ix-menu-settings.js.map +1 -0
- package/components/ix-menu.d.ts +11 -0
- package/components/ix-menu.js +592 -0
- package/components/ix-menu.js.map +1 -0
- package/components/ix-message-bar.d.ts +11 -0
- package/components/ix-message-bar.js +103 -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 +9 -0
- package/components/ix-modal-content.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 +9 -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 +245 -0
- package/components/ix-modal.js.map +1 -0
- package/components/ix-number-input.d.ts +11 -0
- package/components/ix-number-input.js +236 -0
- package/components/ix-number-input.js.map +1 -0
- package/components/ix-pagination.d.ts +11 -0
- package/components/ix-pagination.js +261 -0
- package/components/ix-pagination.js.map +1 -0
- package/components/ix-pane-layout.d.ts +11 -0
- package/components/ix-pane-layout.js +311 -0
- package/components/ix-pane-layout.js.map +1 -0
- package/components/ix-pane.d.ts +11 -0
- package/components/ix-pane.js +568 -0
- package/components/ix-pane.js.map +1 -0
- package/components/ix-pill.d.ts +11 -0
- package/components/ix-pill.js +128 -0
- package/components/ix-pill.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-radio-group.d.ts +11 -0
- package/components/ix-radio-group.js +169 -0
- package/components/ix-radio-group.js.map +1 -0
- package/components/ix-radio.d.ts +11 -0
- package/components/ix-radio.js +127 -0
- package/components/ix-radio.js.map +1 -0
- package/components/ix-row.d.ts +11 -0
- package/components/ix-row.js +9 -0
- package/components/ix-row.js.map +1 -0
- package/components/ix-select-item.d.ts +11 -0
- package/components/ix-select-item.js +9 -0
- package/components/ix-select-item.js.map +1 -0
- package/components/ix-select.d.ts +11 -0
- package/components/ix-select.js +9 -0
- package/components/ix-select.js.map +1 -0
- package/components/ix-slider.d.ts +11 -0
- package/components/ix-slider.js +255 -0
- package/components/ix-slider.js.map +1 -0
- package/components/ix-spinner.d.ts +11 -0
- package/components/ix-spinner.js +9 -0
- package/components/ix-spinner.js.map +1 -0
- package/components/ix-split-button.d.ts +11 -0
- package/components/ix-split-button.js +118 -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 +9 -0
- package/components/ix-tab-item.js.map +1 -0
- package/components/ix-tabs.d.ts +11 -0
- package/components/ix-tabs.js +9 -0
- package/components/ix-tabs.js.map +1 -0
- package/components/ix-textarea.d.ts +11 -0
- package/components/ix-textarea.js +192 -0
- package/components/ix-textarea.js.map +1 -0
- package/components/ix-tile.d.ts +11 -0
- package/components/ix-tile.js +63 -0
- package/components/ix-tile.js.map +1 -0
- package/components/ix-time-picker.d.ts +11 -0
- package/components/ix-time-picker.js +9 -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 +143 -0
- package/components/ix-toast-container.js.map +1 -0
- package/components/ix-toast.d.ts +11 -0
- package/components/ix-toast.js +9 -0
- package/components/ix-toast.js.map +1 -0
- package/components/ix-toggle-button.d.ts +11 -0
- package/components/ix-toggle-button.js +128 -0
- package/components/ix-toggle-button.js.map +1 -0
- package/components/ix-toggle.d.ts +11 -0
- package/components/ix-toggle.js +155 -0
- package/components/ix-toggle.js.map +1 -0
- package/components/ix-tooltip.d.ts +11 -0
- package/components/ix-tooltip.js +9 -0
- package/components/ix-tooltip.js.map +1 -0
- package/components/ix-tree-item.d.ts +11 -0
- package/components/ix-tree-item.js +9 -0
- package/components/ix-tree-item.js.map +1 -0
- package/components/ix-tree.d.ts +11 -0
- package/components/ix-tree.js +592 -0
- package/components/ix-tree.js.map +1 -0
- package/components/ix-typography.d.ts +11 -0
- package/components/ix-typography.js +9 -0
- package/components/ix-typography.js.map +1 -0
- package/components/ix-upload.d.ts +11 -0
- package/components/ix-upload.js +234 -0
- package/components/ix-upload.js.map +1 -0
- package/components/ix-validation-tooltip.d.ts +11 -0
- package/components/ix-validation-tooltip.js +184 -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 +147 -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 +112 -0
- package/components/ix-workflow-steps.js.map +1 -0
- package/components/p--2LOMK-5.js +105 -0
- package/components/p--2LOMK-5.js.map +1 -0
- package/components/p-0LfxrxE4.js +164 -0
- package/components/p-0LfxrxE4.js.map +1 -0
- package/components/p-1f50E84W.js +54 -0
- package/components/p-1f50E84W.js.map +1 -0
- package/components/p-BAPgZLqz.js +33 -0
- package/components/p-BAPgZLqz.js.map +1 -0
- package/components/p-BGzrnl_l.js +21 -0
- package/components/p-BGzrnl_l.js.map +1 -0
- package/components/p-BH3f5fa3.js +37 -0
- package/components/p-BH3f5fa3.js.map +1 -0
- package/components/p-BIjJHJC6.js +203 -0
- package/components/p-BIjJHJC6.js.map +1 -0
- package/components/p-BNJ4Ws7A.js +89 -0
- package/components/p-BNJ4Ws7A.js.map +1 -0
- package/components/p-BQ6999e5.js +22 -0
- package/components/p-BQ6999e5.js.map +1 -0
- package/components/p-B_ksjKbq.js +83 -0
- package/components/p-B_ksjKbq.js.map +1 -0
- package/components/p-Bb7pDeaQ.js +144 -0
- package/components/p-Bb7pDeaQ.js.map +1 -0
- package/components/p-BcWYFLel.js +162 -0
- package/components/p-BcWYFLel.js.map +1 -0
- package/components/p-BdCnOrqW.js +47 -0
- package/components/p-BdCnOrqW.js.map +1 -0
- package/components/p-Bi1VyG64.js +46 -0
- package/components/p-Bi1VyG64.js.map +1 -0
- package/components/p-BkRdUBrT.js +19 -0
- package/components/p-BkRdUBrT.js.map +1 -0
- package/components/p-BtKhV-Qs.js +129 -0
- package/components/p-BtKhV-Qs.js.map +1 -0
- package/components/p-BvVFL6_X.js +65 -0
- package/components/p-BvVFL6_X.js.map +1 -0
- package/components/p-BzcD2jYB.js +134 -0
- package/components/p-BzcD2jYB.js.map +1 -0
- package/components/p-C-mNdLd6.js +90 -0
- package/components/p-C-mNdLd6.js.map +1 -0
- package/components/p-C1wxjy2C.js +59 -0
- package/components/p-C1wxjy2C.js.map +1 -0
- package/components/p-C3b1PgFA.js +61 -0
- package/components/p-C3b1PgFA.js.map +1 -0
- package/components/p-C4TYRqdI.js +33 -0
- package/components/p-C4TYRqdI.js.map +1 -0
- package/components/p-C5YFrAhW.js +75 -0
- package/components/p-C5YFrAhW.js.map +1 -0
- package/components/p-CA8lgT01.js +133 -0
- package/components/p-CA8lgT01.js.map +1 -0
- package/components/p-CAVJJh8O.js +107 -0
- package/components/p-CAVJJh8O.js.map +1 -0
- package/components/p-CAqtPJ4-.js +1786 -0
- package/components/p-CAqtPJ4-.js.map +1 -0
- package/components/p-CAtsUR4G.js +48 -0
- package/components/p-CAtsUR4G.js.map +1 -0
- package/components/p-CB5DzBgb.js +54 -0
- package/components/p-CB5DzBgb.js.map +1 -0
- package/components/p-CBVGeMwV.js +103 -0
- package/components/p-CBVGeMwV.js.map +1 -0
- package/components/p-CDvg2uVS.js +55 -0
- package/components/p-CDvg2uVS.js.map +1 -0
- package/components/p-CI5W8CAi.js +110 -0
- package/components/p-CI5W8CAi.js.map +1 -0
- package/components/p-CIrU33UT.js +33 -0
- package/components/p-CIrU33UT.js.map +1 -0
- package/components/p-CPbbOJ_i.js +110 -0
- package/components/p-CPbbOJ_i.js.map +1 -0
- package/components/p-CV6yma_f.js +463 -0
- package/components/p-CV6yma_f.js.map +1 -0
- package/components/p-CX81WQtk.js +14 -0
- package/components/p-CX81WQtk.js.map +1 -0
- package/components/p-CrQyJEVL.js +71 -0
- package/components/p-CrQyJEVL.js.map +1 -0
- package/components/p-CtTl3_AV.js +1833 -0
- package/components/p-CtTl3_AV.js.map +1 -0
- package/components/p-Ctm7nqyL.js +76 -0
- package/components/p-Ctm7nqyL.js.map +1 -0
- package/components/p-CyFFBc_G.js +100 -0
- package/components/p-CyFFBc_G.js.map +1 -0
- package/components/p-D-z4lnIJ.js +33 -0
- package/components/p-D-z4lnIJ.js.map +1 -0
- package/components/p-D0LOAFeZ.js +772 -0
- package/components/p-D0LOAFeZ.js.map +1 -0
- package/components/p-D3K9vmFp.js +157 -0
- package/components/p-D3K9vmFp.js.map +1 -0
- package/components/p-D3VIxufW.js +51 -0
- package/components/p-D3VIxufW.js.map +1 -0
- package/components/p-D60flNJM.js +146 -0
- package/components/p-D60flNJM.js.map +1 -0
- package/components/p-D6vSVaHq.js +26 -0
- package/components/p-D6vSVaHq.js.map +1 -0
- package/components/p-D9Zr-lKz.js +253 -0
- package/components/p-D9Zr-lKz.js.map +1 -0
- package/components/p-DDHkNPby.js +79 -0
- package/components/p-DDHkNPby.js.map +1 -0
- package/components/p-DWZGOVME.js +116 -0
- package/components/p-DWZGOVME.js.map +1 -0
- package/components/p-DYsshkPV.js +90 -0
- package/components/p-DYsshkPV.js.map +1 -0
- package/components/p-Da1A2O4N.js +79 -0
- package/components/p-Da1A2O4N.js.map +1 -0
- package/components/p-DcNP8_7d.js +91 -0
- package/components/p-DcNP8_7d.js.map +1 -0
- package/components/p-DcqQbhTb.js +54 -0
- package/components/p-DcqQbhTb.js.map +1 -0
- package/components/p-Dly1Khc2.js +262 -0
- package/components/p-Dly1Khc2.js.map +1 -0
- package/components/p-Dn_WjwtW.js +53 -0
- package/components/p-Dn_WjwtW.js.map +1 -0
- package/components/p-Dp15M30K.js +20 -0
- package/components/p-Dp15M30K.js.map +1 -0
- package/components/p-Dp4RJcgZ.js +125 -0
- package/components/p-Dp4RJcgZ.js.map +1 -0
- package/components/p-DzCmj5t-.js +42 -0
- package/components/p-DzCmj5t-.js.map +1 -0
- package/components/p-JJddxCCh.js +42 -0
- package/components/p-JJddxCCh.js.map +1 -0
- package/components/p-Ou74PMQs.js +1313 -0
- package/components/p-Ou74PMQs.js.map +1 -0
- package/components/p-TGPySHuR.js +113 -0
- package/components/p-TGPySHuR.js.map +1 -0
- package/components/p-UQa1aROL.js +23 -0
- package/components/p-UQa1aROL.js.map +1 -0
- package/components/p-bDicGJUN.js +7697 -0
- package/components/p-bDicGJUN.js.map +1 -0
- package/components/p-bcj7UEIC.js +24 -0
- package/components/p-bcj7UEIC.js.map +1 -0
- package/components/p-elgF4vOp.js +33 -0
- package/components/p-elgF4vOp.js.map +1 -0
- package/components/p-jiOZu5Rs.js +33 -0
- package/components/p-jiOZu5Rs.js.map +1 -0
- package/components/p-kY0vP3rC.js +122 -0
- package/components/p-kY0vP3rC.js.map +1 -0
- package/components/p-nRLifbYD.js +209 -0
- package/components/p-nRLifbYD.js.map +1 -0
- package/components/p-nxsAEeRV.js +310 -0
- package/components/p-nxsAEeRV.js.map +1 -0
- package/components/p-rAP-ASw3.js +605 -0
- package/components/p-rAP-ASw3.js.map +1 -0
- package/components/p-vcRya6fE.js +360 -0
- package/components/p-vcRya6fE.js.map +1 -0
- package/components/package.json +8 -0
- package/dist/cjs/a11y-B_6chCvu.js +148 -0
- package/dist/cjs/a11y-B_6chCvu.js.map +1 -0
- package/dist/cjs/animation-CHJ_toEA.js +22 -0
- package/dist/cjs/animation-CHJ_toEA.js.map +1 -0
- package/dist/cjs/anime.es-CgS5X9-e.js +1315 -0
- package/dist/cjs/anime.es-CgS5X9-e.js.map +1 -0
- package/dist/cjs/app-globals-Dl9nm3FH.js +10 -0
- package/dist/cjs/app-globals-Dl9nm3FH.js.map +1 -0
- package/dist/cjs/base-button-CqhWuxXr.js +74 -0
- package/dist/cjs/base-button-CqhWuxXr.js.map +1 -0
- package/dist/cjs/base-icon-button-D0j4OzyN.js +21 -0
- package/dist/cjs/base-icon-button-D0j4OzyN.js.map +1 -0
- package/dist/cjs/breakpoints-B8fTDVlk.js +28 -0
- package/dist/cjs/breakpoints-B8fTDVlk.js.map +1 -0
- package/dist/cjs/context-B8bRIFA2.js +110 -0
- package/dist/cjs/context-B8bRIFA2.js.map +1 -0
- package/dist/cjs/datetime-Dvtv5O8f.js +7700 -0
- package/dist/cjs/datetime-Dvtv5O8f.js.map +1 -0
- package/dist/cjs/default-tree-item-B1QdEq5a.js +25 -0
- package/dist/cjs/default-tree-item-B1QdEq5a.js.map +1 -0
- package/dist/cjs/disposable-event-listener-BALEIeXq.js +26 -0
- package/dist/cjs/disposable-event-listener-BALEIeXq.js.map +1 -0
- package/dist/cjs/dropdown-controller-BLOjtc6w.js +160 -0
- package/dist/cjs/dropdown-controller-BLOjtc6w.js.map +1 -0
- package/dist/cjs/find-element-D7yD1Ukn.js +106 -0
- package/dist/cjs/find-element-D7yD1Ukn.js.map +1 -0
- package/dist/cjs/flip-tile-state-bDVEEzk4.js +22 -0
- package/dist/cjs/flip-tile-state-bDVEEzk4.js.map +1 -0
- package/dist/cjs/floating-ui.dom-CMzYsRR7.js +1795 -0
- package/dist/cjs/floating-ui.dom-CMzYsRR7.js.map +1 -0
- package/dist/cjs/focus-Cl8_98b5.js +70 -0
- package/dist/cjs/focus-Cl8_98b5.js.map +1 -0
- package/dist/cjs/helper-text-util-x8PVAsbI.js +45 -0
- package/dist/cjs/helper-text-util-x8PVAsbI.js.map +1 -0
- package/dist/cjs/index-DIFIjYrm.js +99 -0
- package/dist/cjs/index-DIFIjYrm.js.map +1 -0
- package/dist/cjs/index-DUl1Kp3_.js +2481 -0
- package/dist/cjs/index-DUl1Kp3_.js.map +1 -0
- package/dist/cjs/index-IWZYsRU-.js +35 -0
- package/dist/cjs/index-IWZYsRU-.js.map +1 -0
- package/dist/cjs/index.cjs.js +148 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/input.util-DKYtpTVn.js +215 -0
- package/dist/cjs/input.util-DKYtpTVn.js.map +1 -0
- package/dist/cjs/ix-action-card.cjs.entry.js +32 -0
- package/dist/cjs/ix-action-card.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-action-card.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-application-header.cjs.entry.js +159 -0
- package/dist/cjs/ix-application-header.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application-header.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-application-sidebar.cjs.entry.js +46 -0
- package/dist/cjs/ix-application-sidebar.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application-sidebar.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-application-switch-modal.cjs.entry.js +59 -0
- package/dist/cjs/ix-application-switch-modal.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application-switch-modal.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-application.cjs.entry.js +120 -0
- package/dist/cjs/ix-application.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-application.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-avatar.ix-menu-avatar-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-avatar_2.cjs.entry.js +87 -0
- package/dist/cjs/ix-avatar_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-basic-navigation.cjs.entry.js +95 -0
- package/dist/cjs/ix-basic-navigation.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-basic-navigation.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-blind.cjs.entry.js +101 -0
- package/dist/cjs/ix-blind.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-blind.entry.cjs.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-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-breadcrumb.cjs.entry.js +122 -0
- package/dist/cjs/ix-breadcrumb.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-breadcrumb.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-button.cjs.entry.js +105 -0
- package/dist/cjs/ix-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-card-accordion.ix-card-title.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-card-accordion_2.cjs.entry.js +86 -0
- package/dist/cjs/ix-card-accordion_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-card-list.cjs.entry.js +191 -0
- package/dist/cjs/ix-card-list.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-card-list.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-card.ix-card-content.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-card_2.cjs.entry.js +45 -0
- package/dist/cjs/ix-card_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-category-filter.cjs.entry.js +537 -0
- package/dist/cjs/ix-category-filter.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-category-filter.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-checkbox-group.cjs.entry.js +58 -0
- package/dist/cjs/ix-checkbox-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-checkbox-group.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-checkbox.cjs.entry.js +126 -0
- package/dist/cjs/ix-checkbox.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-checkbox.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-chip.cjs.entry.js +95 -0
- package/dist/cjs/ix-chip.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-chip.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-col_4.cjs.entry.js +640 -0
- package/dist/cjs/ix-col_4.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-content-header.cjs.entry.js +34 -0
- package/dist/cjs/ix-content-header.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-content-header.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-content.cjs.entry.js +31 -0
- package/dist/cjs/ix-content.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-content.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-css-grid-item.cjs.entry.js +22 -0
- package/dist/cjs/ix-css-grid-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-css-grid-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-css-grid.cjs.entry.js +98 -0
- package/dist/cjs/ix-css-grid.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-css-grid.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-custom-field.cjs.entry.js +59 -0
- package/dist/cjs/ix-custom-field.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-custom-field.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-date-dropdown.cjs.entry.js +265 -0
- package/dist/cjs/ix-date-dropdown.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-date-dropdown.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-date-input.cjs.entry.js +287 -0
- package/dist/cjs/ix-date-input.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-date-input.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-date-time-card.cjs.entry.js +38 -0
- package/dist/cjs/ix-date-time-card.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-date-time-card.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-datetime-picker.cjs.entry.js +107 -0
- package/dist/cjs/ix-datetime-picker.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-datetime-picker.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-divider.cjs.entry.js +20 -0
- package/dist/cjs/ix-divider.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-divider.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-drawer.cjs.entry.js +161 -0
- package/dist/cjs/ix-drawer.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-drawer.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-dropdown-button.cjs.entry.js +58 -0
- package/dist/cjs/ix-dropdown-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-dropdown-header.cjs.entry.js +20 -0
- package/dist/cjs/ix-dropdown-header.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-header.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-dropdown-item.cjs.entry.js +60 -0
- package/dist/cjs/ix-dropdown-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js +20 -0
- package/dist/cjs/ix-dropdown-quick-actions.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown-quick-actions.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-dropdown.cjs.entry.js +371 -0
- package/dist/cjs/ix-dropdown.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-dropdown.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-empty-state.cjs.entry.js +25 -0
- package/dist/cjs/ix-empty-state.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-empty-state.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-event-list-item.cjs.entry.js +51 -0
- package/dist/cjs/ix-event-list-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-event-list-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-event-list.cjs.entry.js +139 -0
- package/dist/cjs/ix-event-list.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-event-list.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-expanding-search.cjs.entry.js +107 -0
- package/dist/cjs/ix-expanding-search.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-expanding-search.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-field-label.ix-field-wrapper.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-field-label_2.cjs.entry.js +189 -0
- package/dist/cjs/ix-field-label_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-filter-chip.ix-select-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-filter-chip_2.cjs.entry.js +130 -0
- package/dist/cjs/ix-filter-chip_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-flip-tile-content.cjs.entry.js +26 -0
- package/dist/cjs/ix-flip-tile-content.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-flip-tile-content.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-flip-tile.cjs.entry.js +119 -0
- package/dist/cjs/ix-flip-tile.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-flip-tile.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-group-context-menu.ix-group-item.entry.cjs.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 +167 -0
- package/dist/cjs/ix-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-group.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-helper-text.cjs.entry.js +62 -0
- package/dist/cjs/ix-helper-text.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-helper-text.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-icon-button.ix-spinner.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-icon-button_2.cjs.entry.js +133 -0
- package/dist/cjs/ix-icon-button_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-icon-toggle-button.cjs.entry.js +107 -0
- package/dist/cjs/ix-icon-toggle-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-icon-toggle-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-input-group.cjs.entry.js +132 -0
- package/dist/cjs/ix-input-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-input-group.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-input.cjs.entry.js +166 -0
- package/dist/cjs/ix-input.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-input.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-key-value-list.cjs.entry.js +24 -0
- package/dist/cjs/ix-key-value-list.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-key-value-list.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-key-value.cjs.entry.js +27 -0
- package/dist/cjs/ix-key-value.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-key-value.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-kpi.cjs.entry.js +52 -0
- package/dist/cjs/ix-kpi.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-kpi.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-layout-auto.cjs.entry.js +93 -0
- package/dist/cjs/ix-layout-auto.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-layout-auto.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-link-button.cjs.entry.js +37 -0
- package/dist/cjs/ix-link-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-link-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js +60 -0
- package/dist/cjs/ix-map-navigation-overlay.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-map-navigation-overlay.entry.cjs.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-map-navigation.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-about-item.cjs.entry.js +31 -0
- package/dist/cjs/ix-menu-about-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-about-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-about-news.cjs.entry.js +46 -0
- package/dist/cjs/ix-menu-about-news.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-about-news.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-about.cjs.entry.js +43 -0
- package/dist/cjs/ix-menu-about.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-about.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-avatar.cjs.entry.js +51 -0
- package/dist/cjs/ix-menu-avatar.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-avatar.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-category.cjs.entry.js +225 -0
- package/dist/cjs/ix-menu-category.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-category.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-expand-icon.cjs.entry.js +49 -0
- package/dist/cjs/ix-menu-expand-icon.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-expand-icon.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-item.cjs.entry.js +109 -0
- package/dist/cjs/ix-menu-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu-settings-CNmiFF1r.js +123 -0
- package/dist/cjs/ix-menu-settings-CNmiFF1r.js.map +1 -0
- package/dist/cjs/ix-menu-settings-item.cjs.entry.js +31 -0
- package/dist/cjs/ix-menu-settings-item.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu-settings-item.entry.cjs.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-settings.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-menu.cjs.entry.js +515 -0
- package/dist/cjs/ix-menu.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-menu.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-message-bar.cjs.entry.js +70 -0
- package/dist/cjs/ix-message-bar.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-message-bar.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-modal-content.ix-modal-header.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-modal-content_2.cjs.entry.js +65 -0
- package/dist/cjs/ix-modal-content_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal-footer.cjs.entry.js +20 -0
- package/dist/cjs/ix-modal-footer.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal-footer.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-modal-loading.cjs.entry.js +20 -0
- package/dist/cjs/ix-modal-loading.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal-loading.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-modal.cjs.entry.js +217 -0
- package/dist/cjs/ix-modal.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-modal.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-number-input.cjs.entry.js +165 -0
- package/dist/cjs/ix-number-input.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-number-input.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-pagination.cjs.entry.js +170 -0
- package/dist/cjs/ix-pagination.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pagination.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-pane-layout.cjs.entry.js +284 -0
- package/dist/cjs/ix-pane-layout.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pane-layout.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-pane.cjs.entry.js +508 -0
- package/dist/cjs/ix-pane.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pane.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-pill.cjs.entry.js +91 -0
- package/dist/cjs/ix-pill.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-pill.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-push-card.cjs.entry.js +30 -0
- package/dist/cjs/ix-push-card.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-push-card.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-radio-group.cjs.entry.js +113 -0
- package/dist/cjs/ix-radio-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-radio-group.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-radio.cjs.entry.js +100 -0
- package/dist/cjs/ix-radio.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-radio.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-select.cjs.entry.js +666 -0
- package/dist/cjs/ix-select.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-select.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-slider.cjs.entry.js +206 -0
- package/dist/cjs/ix-slider.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-slider.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-split-button.cjs.entry.js +67 -0
- package/dist/cjs/ix-split-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-split-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-tab-item.ix-tabs.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-tab-item_2.cjs.entry.js +364 -0
- package/dist/cjs/ix-tab-item_2.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-textarea.cjs.entry.js +131 -0
- package/dist/cjs/ix-textarea.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-textarea.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-tile.cjs.entry.js +43 -0
- package/dist/cjs/ix-tile.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tile.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-time-picker.cjs.entry.js +201 -0
- package/dist/cjs/ix-time-picker.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-time-picker.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-toast-container.cjs.entry.js +102 -0
- package/dist/cjs/ix-toast-container.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toast-container.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-toast.cjs.entry.js +79 -0
- package/dist/cjs/ix-toast.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toast.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-toggle-button.cjs.entry.js +94 -0
- package/dist/cjs/ix-toggle-button.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toggle-button.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-toggle.cjs.entry.js +124 -0
- package/dist/cjs/ix-toggle.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-toggle.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-tooltip.cjs.entry.js +331 -0
- package/dist/cjs/ix-tooltip.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tooltip.entry.cjs.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-item.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-tree.cjs.entry.js +563 -0
- package/dist/cjs/ix-tree.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-tree.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-typography.cjs.entry.js +41 -0
- package/dist/cjs/ix-typography.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-typography.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-upload.cjs.entry.js +192 -0
- package/dist/cjs/ix-upload.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-upload.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-validation-tooltip.cjs.entry.js +159 -0
- package/dist/cjs/ix-validation-tooltip.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-validation-tooltip.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-workflow-step.cjs.entry.js +118 -0
- package/dist/cjs/ix-workflow-step.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-workflow-step.entry.cjs.js.map +1 -0
- package/dist/cjs/ix-workflow-steps.cjs.entry.js +92 -0
- package/dist/cjs/ix-workflow-steps.cjs.entry.js.map +1 -0
- package/dist/cjs/ix-workflow-steps.entry.cjs.js.map +1 -0
- package/dist/cjs/listener-dZdfN-j_.js +78 -0
- package/dist/cjs/listener-dZdfN-j_.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-q-2KOPJs.js +39 -0
- package/dist/cjs/logical-filter-operator-q-2KOPJs.js.map +1 -0
- package/dist/cjs/make-ref-BaH6_YJk.js +26 -0
- package/dist/cjs/make-ref-BaH6_YJk.js.map +1 -0
- package/dist/cjs/menu-service-D4IDwDz5.js +81 -0
- package/dist/cjs/menu-service-D4IDwDz5.js.map +1 -0
- package/dist/cjs/modal-CY_zQjvm.js +261 -0
- package/dist/cjs/modal-CY_zQjvm.js.map +1 -0
- package/dist/cjs/mutation-observer-DE0YMfYu.js +16 -0
- package/dist/cjs/mutation-observer-DE0YMfYu.js.map +1 -0
- package/dist/cjs/rwd.util-GTn-vgCJ.js +45 -0
- package/dist/cjs/rwd.util-GTn-vgCJ.js.map +1 -0
- package/dist/cjs/service-DS99olWQ.js +102 -0
- package/dist/cjs/service-DS99olWQ.js.map +1 -0
- package/dist/cjs/setup-CubfbTM8.js +34 -0
- package/dist/cjs/setup-CubfbTM8.js.map +1 -0
- package/dist/cjs/shadow-dom-DT01VwcB.js +51 -0
- package/dist/cjs/shadow-dom-DT01VwcB.js.map +1 -0
- package/dist/cjs/siemens-ix.cjs.js +29 -0
- package/dist/cjs/siemens-ix.cjs.js.map +1 -0
- package/dist/cjs/theme-switcher-CQW-DwGd.js +128 -0
- package/dist/cjs/theme-switcher-CQW-DwGd.js.map +1 -0
- package/dist/cjs/typed-event-DxWATHPL.js +49 -0
- package/dist/cjs/typed-event-DxWATHPL.js.map +1 -0
- package/dist/cjs/upload-file-state-BvLCvnjZ.js +21 -0
- package/dist/cjs/upload-file-state-BvLCvnjZ.js.map +1 -0
- package/dist/cjs/validation-CAJ2gTIK.js +121 -0
- package/dist/cjs/validation-CAJ2gTIK.js.map +1 -0
- package/dist/collection/collection-manifest.json +123 -0
- package/dist/collection/components/action-card/action-card.css +77 -0
- package/dist/collection/components/action-card/action-card.js +152 -0
- package/dist/collection/components/action-card/action-card.js.map +1 -0
- package/dist/collection/components/application/application.css +132 -0
- package/dist/collection/components/application/application.js +269 -0
- package/dist/collection/components/application/application.js.map +1 -0
- package/dist/collection/components/application-header/application-header.css +143 -0
- package/dist/collection/components/application-header/application-header.js +265 -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 +132 -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 +389 -0
- package/dist/collection/components/application-header/test/application-header.ct.js.map +1 -0
- package/dist/collection/components/application-sidebar/application-sidebar.css +74 -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 +264 -0
- package/dist/collection/components/avatar/avatar.js +170 -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 +105 -0
- package/dist/collection/components/basic-navigation/basic-navigation.js +208 -0
- package/dist/collection/components/basic-navigation/basic-navigation.js.map +1 -0
- package/dist/collection/components/blind/blind.css +414 -0
- package/dist/collection/components/blind/blind.js +246 -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 +125 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js +261 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js.map +1 -0
- package/dist/collection/components/breadcrumb/test/breadcrumb.ct.js +98 -0
- package/dist/collection/components/breadcrumb/test/breadcrumb.ct.js.map +1 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.css +1314 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.js +244 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.js.map +1 -0
- package/dist/collection/components/button/base-button.js +62 -0
- package/dist/collection/components/button/base-button.js.map +1 -0
- package/dist/collection/components/button/button-component.js +2 -0
- package/dist/collection/components/button/button-component.js.map +1 -0
- package/dist/collection/components/button/button.css +695 -0
- package/dist/collection/components/button/button.js +324 -0
- package/dist/collection/components/button/button.js.map +1 -0
- package/dist/collection/components/button/test/button.ct.js +84 -0
- package/dist/collection/components/button/test/button.ct.js.map +1 -0
- package/dist/collection/components/card/card.css +269 -0
- package/dist/collection/components/card/card.js +89 -0
- package/dist/collection/components/card/card.js.map +1 -0
- package/dist/collection/components/card-accordion/card-accordion.css +161 -0
- package/dist/collection/components/card-accordion/card-accordion.js +138 -0
- package/dist/collection/components/card-accordion/card-accordion.js.map +1 -0
- package/dist/collection/components/card-content/card-content.css +79 -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 +179 -0
- package/dist/collection/components/card-list/card-list.js +456 -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 +1982 -0
- package/dist/collection/components/category-filter/category-filter.js +919 -0
- package/dist/collection/components/category-filter/category-filter.js.map +1 -0
- package/dist/collection/components/category-filter/filter-state.js +15 -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/category-filter/test/category-filter.ct.js +62 -0
- package/dist/collection/components/category-filter/test/category-filter.ct.js.map +1 -0
- package/dist/collection/components/checkbox/checkbox.css +548 -0
- package/dist/collection/components/checkbox/checkbox.js +351 -0
- package/dist/collection/components/checkbox/checkbox.js.map +1 -0
- package/dist/collection/components/checkbox/tests/checkbox.ct.js +86 -0
- package/dist/collection/components/checkbox/tests/checkbox.ct.js.map +1 -0
- package/dist/collection/components/checkbox-group/checkbox-group.css +38 -0
- package/dist/collection/components/checkbox-group/checkbox-group.js +229 -0
- package/dist/collection/components/checkbox-group/checkbox-group.js.map +1 -0
- package/dist/collection/components/chip/chip.css +567 -0
- package/dist/collection/components/chip/chip.js +288 -0
- package/dist/collection/components/chip/chip.js.map +1 -0
- package/dist/collection/components/chip/test/chip.ct.js +76 -0
- package/dist/collection/components/chip/test/chip.ct.js.map +1 -0
- package/dist/collection/components/col/col.css +71 -0
- package/dist/collection/components/col/col.js +195 -0
- package/dist/collection/components/col/col.js.map +1 -0
- package/dist/collection/components/content/content.css +82 -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 +31 -0
- package/dist/collection/components/content-header/content-header.js +149 -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 +55 -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 +131 -0
- package/dist/collection/components/css-grid/css-grid.js.map +1 -0
- package/dist/collection/components/custom-field/custom-field.css +15 -0
- package/dist/collection/components/custom-field/custom-field.js +228 -0
- package/dist/collection/components/custom-field/custom-field.js.map +1 -0
- package/dist/collection/components/custom-field/tests/custom-field.ct.js +68 -0
- package/dist/collection/components/custom-field/tests/custom-field.ct.js.map +1 -0
- package/dist/collection/components/date-dropdown/date-dropdown.css +105 -0
- package/dist/collection/components/date-dropdown/date-dropdown.js +794 -0
- package/dist/collection/components/date-dropdown/date-dropdown.js.map +1 -0
- package/dist/collection/components/date-dropdown/test/date-dropdown.ct.js +215 -0
- package/dist/collection/components/date-dropdown/test/date-dropdown.ct.js.map +1 -0
- package/dist/collection/components/date-input/date-input.css +641 -0
- package/dist/collection/components/date-input/date-input.js +842 -0
- package/dist/collection/components/date-input/date-input.js.map +1 -0
- package/dist/collection/components/date-input/tests/date-input.ct.js +117 -0
- package/dist/collection/components/date-input/tests/date-input.ct.js.map +1 -0
- package/dist/collection/components/date-picker/date-picker-component.js +2 -0
- package/dist/collection/components/date-picker/date-picker-component.js.map +1 -0
- package/dist/collection/components/date-picker/date-picker.css +320 -0
- package/dist/collection/components/date-picker/date-picker.js +945 -0
- package/dist/collection/components/date-picker/date-picker.js.map +1 -0
- package/dist/collection/components/date-picker/test/date-picker.ct.js +204 -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 +117 -0
- package/dist/collection/components/date-time-card/date-time-card.js +122 -0
- package/dist/collection/components/date-time-card/date-time-card.js.map +1 -0
- package/dist/collection/components/datetime-picker/datetime-picker.css +126 -0
- package/dist/collection/components/datetime-picker/datetime-picker.js +581 -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 +125 -0
- package/dist/collection/components/drawer/drawer.js +361 -0
- package/dist/collection/components/drawer/drawer.js.map +1 -0
- package/dist/collection/components/drawer/test/drawer.ct.js +67 -0
- package/dist/collection/components/drawer/test/drawer.ct.js.map +1 -0
- package/dist/collection/components/dropdown/dropdown-controller.js +153 -0
- package/dist/collection/components/dropdown/dropdown-controller.js.map +1 -0
- package/dist/collection/components/dropdown/dropdown.css +115 -0
- package/dist/collection/components/dropdown/dropdown.js +766 -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.ct.js +593 -0
- package/dist/collection/components/dropdown/test/dropdown.ct.js.map +1 -0
- package/dist/collection/components/dropdown-button/dropdown-button.css +152 -0
- package/dist/collection/components/dropdown-button/dropdown-button.ct.js +51 -0
- package/dist/collection/components/dropdown-button/dropdown-button.ct.js.map +1 -0
- package/dist/collection/components/dropdown-button/dropdown-button.js +249 -0
- package/dist/collection/components/dropdown-button/dropdown-button.js.map +1 -0
- package/dist/collection/components/dropdown-header/dropdown-header.css +74 -0
- package/dist/collection/components/dropdown-header/dropdown-header.js +53 -0
- package/dist/collection/components/dropdown-header/dropdown-header.js.map +1 -0
- package/dist/collection/components/dropdown-item/dropdown-item.css +163 -0
- package/dist/collection/components/dropdown-item/dropdown-item.js +290 -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 +148 -0
- package/dist/collection/components/empty-state/empty-state.js +160 -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 +235 -0
- package/dist/collection/components/event-list/event-list.js.map +1 -0
- package/dist/collection/components/event-list/test/event-list.ct.js +61 -0
- package/dist/collection/components/event-list/test/event-list.ct.js.map +1 -0
- package/dist/collection/components/event-list-item/event-list-item.css +198 -0
- package/dist/collection/components/event-list-item/event-list-item.js +172 -0
- package/dist/collection/components/event-list-item/event-list-item.js.map +1 -0
- package/dist/collection/components/expanding-search/expanding-search.css +418 -0
- package/dist/collection/components/expanding-search/expanding-search.js +292 -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/field-label/field-label.css +14 -0
- package/dist/collection/components/field-label/field-label.js +244 -0
- package/dist/collection/components/field-label/field-label.js.map +1 -0
- package/dist/collection/components/field-label/tests/field-label.ct.js +121 -0
- package/dist/collection/components/field-label/tests/field-label.ct.js.map +1 -0
- package/dist/collection/components/field-wrapper/field-wrapper.css +62 -0
- package/dist/collection/components/field-wrapper/field-wrapper.js +363 -0
- package/dist/collection/components/field-wrapper/field-wrapper.js.map +1 -0
- package/dist/collection/components/field-wrapper/helper-text-util.js +29 -0
- package/dist/collection/components/field-wrapper/helper-text-util.js.map +1 -0
- package/dist/collection/components/field-wrapper/tests/field-wrapper.ct.js +63 -0
- package/dist/collection/components/field-wrapper/tests/field-wrapper.ct.js.map +1 -0
- package/dist/collection/components/filter-chip/filter-chip.css +155 -0
- package/dist/collection/components/filter-chip/filter-chip.js +110 -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 +353 -0
- package/dist/collection/components/flip-tile/flip-tile.js +254 -0
- package/dist/collection/components/flip-tile/flip-tile.js.map +1 -0
- package/dist/collection/components/flip-tile/test/flip-tile.ct.js +89 -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 +62 -0
- package/dist/collection/components/flip-tile-content/flip-tile-content.js.map +1 -0
- package/dist/collection/components/group/group-context-menu.css +23 -0
- package/dist/collection/components/group/group-context-menu.js +62 -0
- package/dist/collection/components/group/group-context-menu.js.map +1 -0
- package/dist/collection/components/group/group.css +176 -0
- package/dist/collection/components/group/group.js +382 -0
- package/dist/collection/components/group/group.js.map +1 -0
- package/dist/collection/components/group/test/group.ct.js +115 -0
- package/dist/collection/components/group/test/group.ct.js.map +1 -0
- package/dist/collection/components/group-item/group-item.css +189 -0
- package/dist/collection/components/group-item/group-item.js +220 -0
- package/dist/collection/components/group-item/group-item.js.map +1 -0
- package/dist/collection/components/helper-text/helper-text.css +34 -0
- package/dist/collection/components/helper-text/helper-text.js +185 -0
- package/dist/collection/components/helper-text/helper-text.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 +817 -0
- package/dist/collection/components/icon-button/icon-button.js +347 -0
- package/dist/collection/components/icon-button/icon-button.js.map +1 -0
- package/dist/collection/components/icon-button/test/icon-button.ct.js +30 -0
- package/dist/collection/components/icon-button/test/icon-button.ct.js.map +1 -0
- package/dist/collection/components/icon-toggle-button/icon-toggle-button.css +817 -0
- package/dist/collection/components/icon-toggle-button/icon-toggle-button.js +311 -0
- package/dist/collection/components/icon-toggle-button/icon-toggle-button.js.map +1 -0
- package/dist/collection/components/input/input.animation.js +36 -0
- package/dist/collection/components/input/input.animation.js.map +1 -0
- package/dist/collection/components/input/input.css +578 -0
- package/dist/collection/components/input/input.fc.js +38 -0
- package/dist/collection/components/input/input.fc.js.map +1 -0
- package/dist/collection/components/input/input.js +684 -0
- package/dist/collection/components/input/input.js.map +1 -0
- package/dist/collection/components/input/input.util.js +128 -0
- package/dist/collection/components/input/input.util.js.map +1 -0
- package/dist/collection/components/input/number-input.css +560 -0
- package/dist/collection/components/input/number-input.js +678 -0
- package/dist/collection/components/input/number-input.js.map +1 -0
- package/dist/collection/components/input/tests/form-ready.ct.js +63 -0
- package/dist/collection/components/input/tests/form-ready.ct.js.map +1 -0
- package/dist/collection/components/input/tests/validation.ct.js +44 -0
- package/dist/collection/components/input/tests/validation.ct.js.map +1 -0
- package/dist/collection/components/input/textarea.css +580 -0
- package/dist/collection/components/input/textarea.js +687 -0
- package/dist/collection/components/input/textarea.js.map +1 -0
- package/dist/collection/components/input-group/input-group.css +107 -0
- package/dist/collection/components/input-group/input-group.js +152 -0
- package/dist/collection/components/input-group/input-group.js.map +1 -0
- package/dist/collection/components/input-group/tests/input-group.ct.js +161 -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 +128 -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 +60 -0
- package/dist/collection/components/key-value-list/key-value-list.js.map +1 -0
- package/dist/collection/components/kpi/kpi.css +183 -0
- package/dist/collection/components/kpi/kpi.js +162 -0
- package/dist/collection/components/kpi/kpi.js.map +1 -0
- package/dist/collection/components/layout-auto/layout-auto.css +16 -0
- package/dist/collection/components/layout-auto/layout-auto.js +127 -0
- package/dist/collection/components/layout-auto/layout-auto.js.map +1 -0
- package/dist/collection/components/layout-grid/layout-grid.css +21 -0
- package/dist/collection/components/layout-grid/layout-grid.js +113 -0
- package/dist/collection/components/layout-grid/layout-grid.js.map +1 -0
- package/dist/collection/components/link-button/link-button.css +446 -0
- package/dist/collection/components/link-button/link-button.js +112 -0
- package/dist/collection/components/link-button/link-button.js.map +1 -0
- package/dist/collection/components/map-navigation/map-navigation.css +197 -0
- package/dist/collection/components/map-navigation/map-navigation.js +386 -0
- package/dist/collection/components/map-navigation/map-navigation.js.map +1 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +301 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +167 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js.map +1 -0
- package/dist/collection/components/menu/menu-expand-icon.css +501 -0
- package/dist/collection/components/menu/menu-expand-icon.js +158 -0
- package/dist/collection/components/menu/menu-expand-icon.js.map +1 -0
- package/dist/collection/components/menu/menu.css +1861 -0
- package/dist/collection/components/menu/menu.js +1046 -0
- package/dist/collection/components/menu/menu.js.map +1 -0
- package/dist/collection/components/menu/test/menu.ct.js +256 -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 +166 -0
- package/dist/collection/components/menu-about/menu-about.js.map +1 -0
- package/dist/collection/components/menu-about/test/menu-about.ct.js +65 -0
- package/dist/collection/components/menu-about/test/menu-about.ct.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 +87 -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 +178 -0
- package/dist/collection/components/menu-about-news/menu-about-news.js +216 -0
- package/dist/collection/components/menu-about-news/menu-about-news.js.map +1 -0
- package/dist/collection/components/menu-avatar/menu-avatar.css +142 -0
- package/dist/collection/components/menu-avatar/menu-avatar.js +211 -0
- package/dist/collection/components/menu-avatar/menu-avatar.js.map +1 -0
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.css +67 -0
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +129 -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 +129 -0
- package/dist/collection/components/menu-category/menu-category.js +305 -0
- package/dist/collection/components/menu-category/menu-category.js.map +1 -0
- package/dist/collection/components/menu-category/test/menu-category.ct.js +274 -0
- package/dist/collection/components/menu-category/test/menu-category.ct.js.map +1 -0
- package/dist/collection/components/menu-item/menu-item.css +187 -0
- package/dist/collection/components/menu-item/menu-item.js +299 -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 +262 -0
- package/dist/collection/components/menu-settings/menu-settings.js +166 -0
- package/dist/collection/components/menu-settings/menu-settings.js.map +1 -0
- package/dist/collection/components/menu-settings/test/menu-settings.ct.js +32 -0
- package/dist/collection/components/menu-settings/test/menu-settings.ct.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 +87 -0
- package/dist/collection/components/menu-settings-item/menu-settings-item.js.map +1 -0
- package/dist/collection/components/message-bar/message-bar.css +138 -0
- package/dist/collection/components/message-bar/message-bar.js +163 -0
- package/dist/collection/components/message-bar/message-bar.js.map +1 -0
- package/dist/collection/components/message-bar/test/message-bar.ct.js +28 -0
- package/dist/collection/components/message-bar/test/message-bar.ct.js.map +1 -0
- package/dist/collection/components/modal/modal.css +113 -0
- package/dist/collection/components/modal/modal.js +467 -0
- package/dist/collection/components/modal/modal.js.map +1 -0
- package/dist/collection/components/modal/test/modal.ct.js +156 -0
- package/dist/collection/components/modal/test/modal.ct.js.map +1 -0
- package/dist/collection/components/modal-content/modal-content.css +69 -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 +71 -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 +75 -0
- package/dist/collection/components/modal-header/modal-header.js +151 -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 +1158 -0
- package/dist/collection/components/pagination/pagination.js +377 -0
- package/dist/collection/components/pagination/pagination.js.map +1 -0
- package/dist/collection/components/pagination/test/pagination.ct.js +68 -0
- package/dist/collection/components/pagination/test/pagination.ct.js.map +1 -0
- package/dist/collection/components/pane/pane.css +263 -0
- package/dist/collection/components/pane/pane.js +871 -0
- package/dist/collection/components/pane/pane.js.map +1 -0
- package/dist/collection/components/pane/test/panes.ct.js +59 -0
- package/dist/collection/components/pane/test/panes.ct.js.map +1 -0
- package/dist/collection/components/pane-layout/pane-layout.css +148 -0
- package/dist/collection/components/pane-layout/pane-layout.js +397 -0
- package/dist/collection/components/pane-layout/pane-layout.js.map +1 -0
- package/dist/collection/components/pane-layout/test/pane-layout.ct.js +60 -0
- package/dist/collection/components/pane-layout/test/pane-layout.ct.js.map +1 -0
- package/dist/collection/components/pill/pill.css +301 -0
- package/dist/collection/components/pill/pill.js +249 -0
- package/dist/collection/components/pill/pill.js.map +1 -0
- package/dist/collection/components/pill/test/pill.ct.js +63 -0
- package/dist/collection/components/pill/test/pill.ct.js.map +1 -0
- package/dist/collection/components/push-card/push-card.css +28 -0
- package/dist/collection/components/push-card/push-card.js +171 -0
- package/dist/collection/components/push-card/push-card.js.map +1 -0
- package/dist/collection/components/radio/radio.css +414 -0
- package/dist/collection/components/radio/radio.js +292 -0
- package/dist/collection/components/radio/radio.js.map +1 -0
- package/dist/collection/components/radio/test/radio.ct.js +77 -0
- package/dist/collection/components/radio/test/radio.ct.js.map +1 -0
- package/dist/collection/components/radio-group/radio-group.css +38 -0
- package/dist/collection/components/radio-group/radio-group.js +339 -0
- package/dist/collection/components/radio-group/radio-group.js.map +1 -0
- package/dist/collection/components/radio-group/test/radio-group.ct.js +100 -0
- package/dist/collection/components/radio-group/test/radio-group.ct.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 +310 -0
- package/dist/collection/components/select/select.js +1350 -0
- package/dist/collection/components/select/select.js.map +1 -0
- package/dist/collection/components/select/test/select-keyboard.ct.js +380 -0
- package/dist/collection/components/select/test/select-keyboard.ct.js.map +1 -0
- package/dist/collection/components/select/test/select.ct.js +493 -0
- package/dist/collection/components/select/test/select.ct.js.map +1 -0
- package/dist/collection/components/select-item/events.js +25 -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 +255 -0
- package/dist/collection/components/select-item/select-item.js.map +1 -0
- package/dist/collection/components/slider/slider.css +271 -0
- package/dist/collection/components/slider/slider.js +439 -0
- package/dist/collection/components/slider/slider.js.map +1 -0
- package/dist/collection/components/slider/test/slider.ct.js +65 -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 +113 -0
- package/dist/collection/components/spinner/spinner.js.map +1 -0
- package/dist/collection/components/split-button/split-button.css +109 -0
- package/dist/collection/components/split-button/split-button.js +305 -0
- package/dist/collection/components/split-button/split-button.js.map +1 -0
- package/dist/collection/components/tab-item/tab-item.css +261 -0
- package/dist/collection/components/tab-item/tab-item.js +286 -0
- package/dist/collection/components/tab-item/tab-item.js.map +1 -0
- package/dist/collection/components/tabs/tabs.css +145 -0
- package/dist/collection/components/tabs/tabs.js +421 -0
- package/dist/collection/components/tabs/tabs.js.map +1 -0
- package/dist/collection/components/tabs/test/tabs.ct.js +134 -0
- package/dist/collection/components/tabs/test/tabs.ct.js.map +1 -0
- package/dist/collection/components/tile/tile.css +162 -0
- package/dist/collection/components/tile/tile.js +82 -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 +742 -0
- package/dist/collection/components/time-picker/time-picker.js +498 -0
- package/dist/collection/components/time-picker/time-picker.js.map +1 -0
- package/dist/collection/components/toast/styles/toast-container.css +96 -0
- package/dist/collection/components/toast/toast-container.js +220 -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 +181 -0
- package/dist/collection/components/toast/toast.js +238 -0
- package/dist/collection/components/toast/toast.js.map +1 -0
- package/dist/collection/components/toggle/test/toggle.ct.js +84 -0
- package/dist/collection/components/toggle/test/toggle.ct.js.map +1 -0
- package/dist/collection/components/toggle/toggle.css +535 -0
- package/dist/collection/components/toggle/toggle.js +418 -0
- package/dist/collection/components/toggle/toggle.js.map +1 -0
- package/dist/collection/components/toggle-button/toggle-button.css +453 -0
- package/dist/collection/components/toggle-button/toggle-button.js +279 -0
- package/dist/collection/components/toggle-button/toggle-button.js.map +1 -0
- package/dist/collection/components/tooltip/test/tooltip.ct.js +243 -0
- package/dist/collection/components/tooltip/test/tooltip.ct.js.map +1 -0
- package/dist/collection/components/tooltip/tooltip.css +63 -0
- package/dist/collection/components/tooltip/tooltip.js +568 -0
- package/dist/collection/components/tooltip/tooltip.js.map +1 -0
- package/dist/collection/components/tree/test/tree.ct.js +190 -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 +415 -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 +143 -0
- package/dist/collection/components/tree-item/tree-item.js +143 -0
- package/dist/collection/components/tree-item/tree-item.js.map +1 -0
- package/dist/collection/components/typography/type-mapping.js +2 -0
- package/dist/collection/components/typography/type-mapping.js.map +1 -0
- package/dist/collection/components/typography/typography.css +587 -0
- package/dist/collection/components/typography/typography.js +153 -0
- package/dist/collection/components/typography/typography.js.map +1 -0
- package/dist/collection/components/upload/test/upload.ct.js +17 -0
- package/dist/collection/components/upload/test/upload.ct.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 +177 -0
- package/dist/collection/components/upload/upload.js +481 -0
- package/dist/collection/components/upload/upload.js.map +1 -0
- package/dist/collection/components/utils/a11y.js +110 -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 +27 -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/attributes.js +25 -0
- package/dist/collection/components/utils/attributes.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 +82 -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/disposable-event-listener.js +19 -0
- package/dist/collection/components/utils/disposable-event-listener.js.map +1 -0
- package/dist/collection/components/utils/element-reference.js +2 -0
- package/dist/collection/components/utils/element-reference.js.map +1 -0
- package/dist/collection/components/utils/find-element.js +99 -0
- package/dist/collection/components/utils/find-element.js.map +1 -0
- package/dist/collection/components/utils/focus.js +63 -0
- package/dist/collection/components/utils/focus.js.map +1 -0
- package/dist/collection/components/utils/input/index.js +9 -0
- package/dist/collection/components/utils/input/index.js.map +1 -0
- package/dist/collection/components/utils/input/validation.js +111 -0
- package/dist/collection/components/utils/input/validation.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/lazy-list/index.js +2 -0
- package/dist/collection/components/utils/lazy-list/index.js.map +1 -0
- package/dist/collection/components/utils/lazy-list/lazy.js +343 -0
- package/dist/collection/components/utils/lazy-list/lazy.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 +20 -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 +33 -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 +45 -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 +140 -0
- package/dist/collection/components/utils/modal/message.js.map +1 -0
- package/dist/collection/components/utils/modal/modal.js +82 -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 +120 -0
- package/dist/collection/components/utils/theme-switcher.js.map +1 -0
- package/dist/collection/components/utils/type-helper.js +2 -0
- package/dist/collection/components/utils/type-helper.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/uuid.js +16 -0
- package/dist/collection/components/utils/uuid.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 +253 -0
- package/dist/collection/components/validation-tooltip/validation-tooltip.js.map +1 -0
- package/dist/collection/components/workflow-step/workflow-step.css +212 -0
- package/dist/collection/components/workflow-step/workflow-step.js +292 -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/workflow-steps.css +91 -0
- package/dist/collection/components/workflow-steps/workflow-steps.js +191 -0
- package/dist/collection/components/workflow-steps/workflow-steps.js.map +1 -0
- package/dist/collection/index.js +29 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/setup.js +26 -0
- package/dist/collection/setup.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/utils/test/index.js +36 -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 +118 -0
- package/dist/collection/tests/utils/test/page.js.map +1 -0
- package/dist/esm/a11y-Bb7pDeaQ.js +144 -0
- package/dist/esm/a11y-Bb7pDeaQ.js.map +1 -0
- package/dist/esm/animation-Dp15M30K.js +20 -0
- package/dist/esm/animation-Dp15M30K.js.map +1 -0
- package/dist/esm/anime.es-Ou74PMQs.js +1313 -0
- package/dist/esm/anime.es-Ou74PMQs.js.map +1 -0
- package/dist/esm/app-globals-u1To5tos.js +8 -0
- package/dist/esm/app-globals-u1To5tos.js.map +1 -0
- package/dist/esm/base-button-IZFEmS6o.js +71 -0
- package/dist/esm/base-button-IZFEmS6o.js.map +1 -0
- package/dist/esm/base-icon-button-bH_gbsvW.js +19 -0
- package/dist/esm/base-icon-button-bH_gbsvW.js.map +1 -0
- package/dist/esm/breakpoints-D6vSVaHq.js +26 -0
- package/dist/esm/breakpoints-D6vSVaHq.js.map +1 -0
- package/dist/esm/context-CKM5pVsv.js +105 -0
- package/dist/esm/context-CKM5pVsv.js.map +1 -0
- package/dist/esm/datetime-bDicGJUN.js +7697 -0
- package/dist/esm/datetime-bDicGJUN.js.map +1 -0
- package/dist/esm/default-tree-item-UQa1aROL.js +23 -0
- package/dist/esm/default-tree-item-UQa1aROL.js.map +1 -0
- package/dist/esm/disposable-event-listener-CKoABG1h.js +23 -0
- package/dist/esm/disposable-event-listener-CKoABG1h.js.map +1 -0
- package/dist/esm/dropdown-controller-D3K9vmFp.js +157 -0
- package/dist/esm/dropdown-controller-D3K9vmFp.js.map +1 -0
- package/dist/esm/find-element-CFRrPFxi.js +103 -0
- package/dist/esm/find-element-CFRrPFxi.js.map +1 -0
- package/dist/esm/flip-tile-state-BQ6999e5.js +22 -0
- package/dist/esm/flip-tile-state-BQ6999e5.js.map +1 -0
- package/dist/esm/floating-ui.dom-CAqtPJ4-.js +1786 -0
- package/dist/esm/floating-ui.dom-CAqtPJ4-.js.map +1 -0
- package/dist/esm/focus-BAKpVknt.js +68 -0
- package/dist/esm/focus-BAKpVknt.js.map +1 -0
- package/dist/esm/helper-text-util-BUSv2nIj.js +42 -0
- package/dist/esm/helper-text-util-BUSv2nIj.js.map +1 -0
- package/dist/esm/index-CpUAGkLr.js +33 -0
- package/dist/esm/index-CpUAGkLr.js.map +1 -0
- package/dist/esm/index-CrTP-icT.js +53 -0
- package/dist/esm/index-CrTP-icT.js.map +1 -0
- package/dist/esm/index-DtF9fwpD.js +2468 -0
- package/dist/esm/index-DtF9fwpD.js.map +1 -0
- package/dist/esm/index.js +115 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/input.util-BbBYOl1b.js +203 -0
- package/dist/esm/input.util-BbBYOl1b.js.map +1 -0
- package/dist/esm/ix-action-card.entry.js +30 -0
- package/dist/esm/ix-action-card.entry.js.map +1 -0
- package/dist/esm/ix-application-header.entry.js +157 -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 +118 -0
- package/dist/esm/ix-application.entry.js.map +1 -0
- package/dist/esm/ix-avatar.ix-menu-avatar-item.entry.js.map +1 -0
- package/dist/esm/ix-avatar_2.entry.js +84 -0
- package/dist/esm/ix-avatar_2.entry.js.map +1 -0
- package/dist/esm/ix-basic-navigation.entry.js +93 -0
- package/dist/esm/ix-basic-navigation.entry.js.map +1 -0
- package/dist/esm/ix-blind.entry.js +99 -0
- package/dist/esm/ix-blind.entry.js.map +1 -0
- package/dist/esm/ix-breadcrumb-item.entry.js +74 -0
- package/dist/esm/ix-breadcrumb-item.entry.js.map +1 -0
- package/dist/esm/ix-breadcrumb.entry.js +120 -0
- package/dist/esm/ix-breadcrumb.entry.js.map +1 -0
- package/dist/esm/ix-button.entry.js +103 -0
- package/dist/esm/ix-button.entry.js.map +1 -0
- package/dist/esm/ix-card-accordion.ix-card-title.entry.js.map +1 -0
- package/dist/esm/ix-card-accordion_2.entry.js +83 -0
- package/dist/esm/ix-card-accordion_2.entry.js.map +1 -0
- package/dist/esm/ix-card-list.entry.js +189 -0
- package/dist/esm/ix-card-list.entry.js.map +1 -0
- package/dist/esm/ix-card.ix-card-content.entry.js.map +1 -0
- package/dist/esm/ix-card_2.entry.js +42 -0
- package/dist/esm/ix-card_2.entry.js.map +1 -0
- package/dist/esm/ix-category-filter.entry.js +535 -0
- package/dist/esm/ix-category-filter.entry.js.map +1 -0
- package/dist/esm/ix-checkbox-group.entry.js +56 -0
- package/dist/esm/ix-checkbox-group.entry.js.map +1 -0
- package/dist/esm/ix-checkbox.entry.js +124 -0
- package/dist/esm/ix-checkbox.entry.js.map +1 -0
- package/dist/esm/ix-chip.entry.js +93 -0
- package/dist/esm/ix-chip.entry.js.map +1 -0
- package/dist/esm/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.js.map +1 -0
- package/dist/esm/ix-col_4.entry.js +635 -0
- package/dist/esm/ix-col_4.entry.js.map +1 -0
- package/dist/esm/ix-content-header.entry.js +32 -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 +20 -0
- package/dist/esm/ix-css-grid-item.entry.js.map +1 -0
- package/dist/esm/ix-css-grid.entry.js +96 -0
- package/dist/esm/ix-css-grid.entry.js.map +1 -0
- package/dist/esm/ix-custom-field.entry.js +57 -0
- package/dist/esm/ix-custom-field.entry.js.map +1 -0
- package/dist/esm/ix-date-dropdown.entry.js +263 -0
- package/dist/esm/ix-date-dropdown.entry.js.map +1 -0
- package/dist/esm/ix-date-input.entry.js +285 -0
- package/dist/esm/ix-date-input.entry.js.map +1 -0
- package/dist/esm/ix-date-time-card.entry.js +36 -0
- package/dist/esm/ix-date-time-card.entry.js.map +1 -0
- package/dist/esm/ix-datetime-picker.entry.js +105 -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 +159 -0
- package/dist/esm/ix-drawer.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-button.entry.js +56 -0
- package/dist/esm/ix-dropdown-button.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-header.entry.js +18 -0
- package/dist/esm/ix-dropdown-header.entry.js.map +1 -0
- package/dist/esm/ix-dropdown-item.entry.js +58 -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 +369 -0
- package/dist/esm/ix-dropdown.entry.js.map +1 -0
- package/dist/esm/ix-empty-state.entry.js +23 -0
- package/dist/esm/ix-empty-state.entry.js.map +1 -0
- package/dist/esm/ix-event-list-item.entry.js +49 -0
- package/dist/esm/ix-event-list-item.entry.js.map +1 -0
- package/dist/esm/ix-event-list.entry.js +137 -0
- package/dist/esm/ix-event-list.entry.js.map +1 -0
- package/dist/esm/ix-expanding-search.entry.js +105 -0
- package/dist/esm/ix-expanding-search.entry.js.map +1 -0
- package/dist/esm/ix-field-label.ix-field-wrapper.entry.js.map +1 -0
- package/dist/esm/ix-field-label_2.entry.js +186 -0
- package/dist/esm/ix-field-label_2.entry.js.map +1 -0
- package/dist/esm/ix-filter-chip.ix-select-item.entry.js.map +1 -0
- package/dist/esm/ix-filter-chip_2.entry.js +127 -0
- package/dist/esm/ix-filter-chip_2.entry.js.map +1 -0
- package/dist/esm/ix-flip-tile-content.entry.js +24 -0
- package/dist/esm/ix-flip-tile-content.entry.js.map +1 -0
- package/dist/esm/ix-flip-tile.entry.js +117 -0
- package/dist/esm/ix-flip-tile.entry.js.map +1 -0
- package/dist/esm/ix-group-context-menu.ix-group-item.entry.js.map +1 -0
- package/dist/esm/ix-group-context-menu_2.entry.js +78 -0
- package/dist/esm/ix-group-context-menu_2.entry.js.map +1 -0
- package/dist/esm/ix-group.entry.js +165 -0
- package/dist/esm/ix-group.entry.js.map +1 -0
- package/dist/esm/ix-helper-text.entry.js +60 -0
- package/dist/esm/ix-helper-text.entry.js.map +1 -0
- package/dist/esm/ix-icon-button.ix-spinner.entry.js.map +1 -0
- package/dist/esm/ix-icon-button_2.entry.js +130 -0
- package/dist/esm/ix-icon-button_2.entry.js.map +1 -0
- package/dist/esm/ix-icon-toggle-button.entry.js +105 -0
- package/dist/esm/ix-icon-toggle-button.entry.js.map +1 -0
- package/dist/esm/ix-input-group.entry.js +130 -0
- package/dist/esm/ix-input-group.entry.js.map +1 -0
- package/dist/esm/ix-input.entry.js +164 -0
- package/dist/esm/ix-input.entry.js.map +1 -0
- package/dist/esm/ix-key-value-list.entry.js +22 -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 +50 -0
- package/dist/esm/ix-kpi.entry.js.map +1 -0
- package/dist/esm/ix-layout-auto.entry.js +91 -0
- package/dist/esm/ix-layout-auto.entry.js.map +1 -0
- package/dist/esm/ix-link-button.entry.js +35 -0
- package/dist/esm/ix-link-button.entry.js.map +1 -0
- package/dist/esm/ix-map-navigation-overlay.entry.js +58 -0
- package/dist/esm/ix-map-navigation-overlay.entry.js.map +1 -0
- package/dist/esm/ix-map-navigation.entry.js +173 -0
- package/dist/esm/ix-map-navigation.entry.js.map +1 -0
- package/dist/esm/ix-menu-about-item.entry.js +29 -0
- package/dist/esm/ix-menu-about-item.entry.js.map +1 -0
- package/dist/esm/ix-menu-about-news.entry.js +44 -0
- package/dist/esm/ix-menu-about-news.entry.js.map +1 -0
- package/dist/esm/ix-menu-about.entry.js +41 -0
- package/dist/esm/ix-menu-about.entry.js.map +1 -0
- package/dist/esm/ix-menu-avatar.entry.js +49 -0
- package/dist/esm/ix-menu-avatar.entry.js.map +1 -0
- package/dist/esm/ix-menu-category.entry.js +223 -0
- package/dist/esm/ix-menu-category.entry.js.map +1 -0
- package/dist/esm/ix-menu-expand-icon.entry.js +47 -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-BOBnQeQI.js +118 -0
- package/dist/esm/ix-menu-settings-BOBnQeQI.js.map +1 -0
- package/dist/esm/ix-menu-settings-item.entry.js +29 -0
- package/dist/esm/ix-menu-settings-item.entry.js.map +1 -0
- package/dist/esm/ix-menu-settings.entry.js +6 -0
- package/dist/esm/ix-menu-settings.entry.js.map +1 -0
- package/dist/esm/ix-menu.entry.js +513 -0
- package/dist/esm/ix-menu.entry.js.map +1 -0
- package/dist/esm/ix-message-bar.entry.js +68 -0
- package/dist/esm/ix-message-bar.entry.js.map +1 -0
- package/dist/esm/ix-modal-content.ix-modal-header.entry.js.map +1 -0
- package/dist/esm/ix-modal-content_2.entry.js +62 -0
- package/dist/esm/ix-modal-content_2.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 +215 -0
- package/dist/esm/ix-modal.entry.js.map +1 -0
- package/dist/esm/ix-number-input.entry.js +163 -0
- package/dist/esm/ix-number-input.entry.js.map +1 -0
- package/dist/esm/ix-pagination.entry.js +168 -0
- package/dist/esm/ix-pagination.entry.js.map +1 -0
- package/dist/esm/ix-pane-layout.entry.js +282 -0
- package/dist/esm/ix-pane-layout.entry.js.map +1 -0
- package/dist/esm/ix-pane.entry.js +506 -0
- package/dist/esm/ix-pane.entry.js.map +1 -0
- package/dist/esm/ix-pill.entry.js +89 -0
- package/dist/esm/ix-pill.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-radio-group.entry.js +111 -0
- package/dist/esm/ix-radio-group.entry.js.map +1 -0
- package/dist/esm/ix-radio.entry.js +98 -0
- package/dist/esm/ix-radio.entry.js.map +1 -0
- package/dist/esm/ix-select.entry.js +664 -0
- package/dist/esm/ix-select.entry.js.map +1 -0
- package/dist/esm/ix-slider.entry.js +204 -0
- package/dist/esm/ix-slider.entry.js.map +1 -0
- package/dist/esm/ix-split-button.entry.js +65 -0
- package/dist/esm/ix-split-button.entry.js.map +1 -0
- package/dist/esm/ix-tab-item.ix-tabs.entry.js.map +1 -0
- package/dist/esm/ix-tab-item_2.entry.js +361 -0
- package/dist/esm/ix-tab-item_2.entry.js.map +1 -0
- package/dist/esm/ix-textarea.entry.js +129 -0
- package/dist/esm/ix-textarea.entry.js.map +1 -0
- package/dist/esm/ix-tile.entry.js +41 -0
- package/dist/esm/ix-tile.entry.js.map +1 -0
- package/dist/esm/ix-time-picker.entry.js +199 -0
- package/dist/esm/ix-time-picker.entry.js.map +1 -0
- package/dist/esm/ix-toast-container.entry.js +100 -0
- package/dist/esm/ix-toast-container.entry.js.map +1 -0
- package/dist/esm/ix-toast.entry.js +77 -0
- package/dist/esm/ix-toast.entry.js.map +1 -0
- package/dist/esm/ix-toggle-button.entry.js +92 -0
- package/dist/esm/ix-toggle-button.entry.js.map +1 -0
- package/dist/esm/ix-toggle.entry.js +122 -0
- package/dist/esm/ix-toggle.entry.js.map +1 -0
- package/dist/esm/ix-tooltip.entry.js +329 -0
- package/dist/esm/ix-tooltip.entry.js.map +1 -0
- package/dist/esm/ix-tree-item.entry.js +35 -0
- package/dist/esm/ix-tree-item.entry.js.map +1 -0
- package/dist/esm/ix-tree.entry.js +561 -0
- package/dist/esm/ix-tree.entry.js.map +1 -0
- package/dist/esm/ix-typography.entry.js +39 -0
- package/dist/esm/ix-typography.entry.js.map +1 -0
- package/dist/esm/ix-upload.entry.js +190 -0
- package/dist/esm/ix-upload.entry.js.map +1 -0
- package/dist/esm/ix-validation-tooltip.entry.js +157 -0
- package/dist/esm/ix-validation-tooltip.entry.js.map +1 -0
- package/dist/esm/ix-workflow-step.entry.js +116 -0
- package/dist/esm/ix-workflow-step.entry.js.map +1 -0
- package/dist/esm/ix-workflow-steps.entry.js +90 -0
- package/dist/esm/ix-workflow-steps.entry.js.map +1 -0
- package/dist/esm/listener-CNnvvup1.js +76 -0
- package/dist/esm/listener-CNnvvup1.js.map +1 -0
- package/dist/esm/loader.js +15 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/logical-filter-operator-BH3f5fa3.js +37 -0
- package/dist/esm/logical-filter-operator-BH3f5fa3.js.map +1 -0
- package/dist/esm/make-ref-bcj7UEIC.js +24 -0
- package/dist/esm/make-ref-bcj7UEIC.js.map +1 -0
- package/dist/esm/menu-service-Dl5Ra79J.js +79 -0
- package/dist/esm/menu-service-Dl5Ra79J.js.map +1 -0
- package/dist/esm/modal-DUew4SCE.js +253 -0
- package/dist/esm/modal-DUew4SCE.js.map +1 -0
- package/dist/esm/mutation-observer-CX81WQtk.js +14 -0
- package/dist/esm/mutation-observer-CX81WQtk.js.map +1 -0
- package/dist/esm/rwd.util-pXYAoEyc.js +42 -0
- package/dist/esm/rwd.util-pXYAoEyc.js.map +1 -0
- package/dist/esm/service-Ca8OHh45.js +100 -0
- package/dist/esm/service-Ca8OHh45.js.map +1 -0
- package/dist/esm/setup-BbF8F_t9.js +31 -0
- package/dist/esm/setup-BbF8F_t9.js.map +1 -0
- package/dist/esm/shadow-dom-i60z1FJC.js +46 -0
- package/dist/esm/shadow-dom-i60z1FJC.js.map +1 -0
- package/dist/esm/siemens-ix.js +25 -0
- package/dist/esm/siemens-ix.js.map +1 -0
- package/dist/esm/theme-switcher-CA3k28fo.js +125 -0
- package/dist/esm/theme-switcher-CA3k28fo.js.map +1 -0
- package/dist/esm/typed-event-BdCnOrqW.js +47 -0
- package/dist/esm/typed-event-BdCnOrqW.js.map +1 -0
- package/dist/esm/upload-file-state-BGzrnl_l.js +21 -0
- package/dist/esm/upload-file-state-BGzrnl_l.js.map +1 -0
- package/dist/esm/validation-C3siDfPQ.js +116 -0
- package/dist/esm/validation-C3siDfPQ.js.map +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +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/ix-action-card.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-application-header.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-application-sidebar.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-application-switch-modal.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-application.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-avatar.ix-menu-avatar-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-basic-navigation.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-blind.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-breadcrumb-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-breadcrumb.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-card-accordion.ix-card-title.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-card-list.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-card.ix-card-content.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-category-filter.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-checkbox-group.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-checkbox.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-chip.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-col.ix-date-picker.ix-layout-grid.ix-row.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-content-header.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-content.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-css-grid-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-css-grid.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-custom-field.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-date-dropdown.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-date-input.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-date-time-card.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-datetime-picker.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-divider.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-drawer.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-dropdown-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-dropdown-header.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-dropdown-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-dropdown-quick-actions.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-dropdown.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-empty-state.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-event-list-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-event-list.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-expanding-search.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-field-label.ix-field-wrapper.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-filter-chip.ix-select-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-flip-tile-content.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-flip-tile.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-group-context-menu.ix-group-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-group.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-helper-text.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-icon-button.ix-spinner.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-icon-toggle-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-input-group.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-input.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-key-value-list.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-key-value.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-kpi.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-layout-auto.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-link-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-map-navigation-overlay.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-map-navigation.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-about-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-about-news.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-about.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-avatar.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-category.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-expand-icon.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-settings-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu-settings.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-menu.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-message-bar.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-modal-content.ix-modal-header.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-modal-footer.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-modal-loading.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-modal.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-number-input.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-pagination.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-pane-layout.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-pane.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-pill.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-push-card.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-radio-group.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-radio.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-select.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-slider.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-split-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-tab-item.ix-tabs.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-textarea.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-tile.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-time-picker.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-toast-container.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-toast.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-toggle-button.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-toggle.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-tooltip.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-tree-item.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-tree.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-typography.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-upload.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-validation-tooltip.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-workflow-step.entry.esm.js.map +1 -0
- package/dist/siemens-ix/ix-workflow-steps.entry.esm.js.map +1 -0
- package/dist/siemens-ix/loader.esm.js.map +1 -0
- package/dist/siemens-ix/p--2LOMK-5.js +2 -0
- package/dist/siemens-ix/p--2LOMK-5.js.map +1 -0
- package/dist/siemens-ix/p-001a084b.entry.js +2 -0
- package/dist/siemens-ix/p-001a084b.entry.js.map +1 -0
- package/dist/siemens-ix/p-01c3ef64.entry.js +2 -0
- package/dist/siemens-ix/p-01c3ef64.entry.js.map +1 -0
- package/dist/siemens-ix/p-033a9520.entry.js +2 -0
- package/dist/siemens-ix/p-033a9520.entry.js.map +1 -0
- package/dist/siemens-ix/p-0818f6af.entry.js +2 -0
- package/dist/siemens-ix/p-0818f6af.entry.js.map +1 -0
- package/dist/siemens-ix/p-08d2c2e8.entry.js +2 -0
- package/dist/siemens-ix/p-08d2c2e8.entry.js.map +1 -0
- package/dist/siemens-ix/p-08e33f34.entry.js +2 -0
- package/dist/siemens-ix/p-08e33f34.entry.js.map +1 -0
- package/dist/siemens-ix/p-0f72ac93.entry.js +2 -0
- package/dist/siemens-ix/p-0f72ac93.entry.js.map +1 -0
- package/dist/siemens-ix/p-10d57ca2.entry.js +2 -0
- package/dist/siemens-ix/p-10d57ca2.entry.js.map +1 -0
- package/dist/siemens-ix/p-127a8ea3.entry.js +2 -0
- package/dist/siemens-ix/p-127a8ea3.entry.js.map +1 -0
- package/dist/siemens-ix/p-1837e711.entry.js +2 -0
- package/dist/siemens-ix/p-1837e711.entry.js.map +1 -0
- package/dist/siemens-ix/p-19b855f3.entry.js +2 -0
- package/dist/siemens-ix/p-19b855f3.entry.js.map +1 -0
- package/dist/siemens-ix/p-1a1e0f93.entry.js +2 -0
- package/dist/siemens-ix/p-1a1e0f93.entry.js.map +1 -0
- package/dist/siemens-ix/p-1b4019b5.entry.js +2 -0
- package/dist/siemens-ix/p-1b4019b5.entry.js.map +1 -0
- package/dist/siemens-ix/p-1b488eb2.entry.js +2 -0
- package/dist/siemens-ix/p-1b488eb2.entry.js.map +1 -0
- package/dist/siemens-ix/p-1bf52529.entry.js +2 -0
- package/dist/siemens-ix/p-1bf52529.entry.js.map +1 -0
- package/dist/siemens-ix/p-1e2dfffb.entry.js +2 -0
- package/dist/siemens-ix/p-1e2dfffb.entry.js.map +1 -0
- package/dist/siemens-ix/p-2240c295.entry.js +2 -0
- package/dist/siemens-ix/p-2240c295.entry.js.map +1 -0
- package/dist/siemens-ix/p-2927de2b.entry.js +2 -0
- package/dist/siemens-ix/p-2927de2b.entry.js.map +1 -0
- package/dist/siemens-ix/p-2aa40bcf.entry.js +2 -0
- package/dist/siemens-ix/p-2aa40bcf.entry.js.map +1 -0
- package/dist/siemens-ix/p-2c95e67c.entry.js +2 -0
- package/dist/siemens-ix/p-2c95e67c.entry.js.map +1 -0
- package/dist/siemens-ix/p-2d9eb88d.entry.js +2 -0
- package/dist/siemens-ix/p-2d9eb88d.entry.js.map +1 -0
- package/dist/siemens-ix/p-316cf983.entry.js +2 -0
- package/dist/siemens-ix/p-316cf983.entry.js.map +1 -0
- package/dist/siemens-ix/p-320281ab.entry.js +2 -0
- package/dist/siemens-ix/p-320281ab.entry.js.map +1 -0
- package/dist/siemens-ix/p-32612a51.entry.js +2 -0
- package/dist/siemens-ix/p-32612a51.entry.js.map +1 -0
- package/dist/siemens-ix/p-3677ae1c.entry.js +2 -0
- package/dist/siemens-ix/p-3677ae1c.entry.js.map +1 -0
- package/dist/siemens-ix/p-38d3e0c8.entry.js +2 -0
- package/dist/siemens-ix/p-38d3e0c8.entry.js.map +1 -0
- package/dist/siemens-ix/p-3af8304e.entry.js +2 -0
- package/dist/siemens-ix/p-3af8304e.entry.js.map +1 -0
- package/dist/siemens-ix/p-3d57eed7.entry.js +2 -0
- package/dist/siemens-ix/p-3d57eed7.entry.js.map +1 -0
- package/dist/siemens-ix/p-3f03f070.entry.js +2 -0
- package/dist/siemens-ix/p-3f03f070.entry.js.map +1 -0
- package/dist/siemens-ix/p-43e8cbf1.entry.js +2 -0
- package/dist/siemens-ix/p-43e8cbf1.entry.js.map +1 -0
- package/dist/siemens-ix/p-45427457.entry.js +2 -0
- package/dist/siemens-ix/p-45427457.entry.js.map +1 -0
- package/dist/siemens-ix/p-523e3cce.entry.js +2 -0
- package/dist/siemens-ix/p-523e3cce.entry.js.map +1 -0
- package/dist/siemens-ix/p-538743fb.entry.js +2 -0
- package/dist/siemens-ix/p-538743fb.entry.js.map +1 -0
- package/dist/siemens-ix/p-5e241a1f.entry.js +2 -0
- package/dist/siemens-ix/p-5e241a1f.entry.js.map +1 -0
- package/dist/siemens-ix/p-61140574.entry.js +2 -0
- package/dist/siemens-ix/p-61140574.entry.js.map +1 -0
- package/dist/siemens-ix/p-66e7e232.entry.js +2 -0
- package/dist/siemens-ix/p-66e7e232.entry.js.map +1 -0
- package/dist/siemens-ix/p-6ae131ad.entry.js +2 -0
- package/dist/siemens-ix/p-6ae131ad.entry.js.map +1 -0
- package/dist/siemens-ix/p-6b316d6a.entry.js +2 -0
- package/dist/siemens-ix/p-6b316d6a.entry.js.map +1 -0
- package/dist/siemens-ix/p-6c554ece.entry.js +2 -0
- package/dist/siemens-ix/p-6c554ece.entry.js.map +1 -0
- package/dist/siemens-ix/p-6d38bed7.entry.js +2 -0
- package/dist/siemens-ix/p-6d38bed7.entry.js.map +1 -0
- package/dist/siemens-ix/p-718a54f8.entry.js +2 -0
- package/dist/siemens-ix/p-718a54f8.entry.js.map +1 -0
- package/dist/siemens-ix/p-71eaa791.entry.js +2 -0
- package/dist/siemens-ix/p-71eaa791.entry.js.map +1 -0
- package/dist/siemens-ix/p-736a7446.entry.js +2 -0
- package/dist/siemens-ix/p-736a7446.entry.js.map +1 -0
- package/dist/siemens-ix/p-765ffc2a.entry.js +2 -0
- package/dist/siemens-ix/p-765ffc2a.entry.js.map +1 -0
- package/dist/siemens-ix/p-7cb18fa5.entry.js +2 -0
- package/dist/siemens-ix/p-7cb18fa5.entry.js.map +1 -0
- package/dist/siemens-ix/p-802636fd.entry.js +2 -0
- package/dist/siemens-ix/p-802636fd.entry.js.map +1 -0
- package/dist/siemens-ix/p-8920bbfe.entry.js +2 -0
- package/dist/siemens-ix/p-8920bbfe.entry.js.map +1 -0
- package/dist/siemens-ix/p-8960c872.entry.js +2 -0
- package/dist/siemens-ix/p-8960c872.entry.js.map +1 -0
- package/dist/siemens-ix/p-89868ccc.entry.js +2 -0
- package/dist/siemens-ix/p-89868ccc.entry.js.map +1 -0
- package/dist/siemens-ix/p-8b41e47d.entry.js +2 -0
- package/dist/siemens-ix/p-8b41e47d.entry.js.map +1 -0
- package/dist/siemens-ix/p-9170f4cd.entry.js +2 -0
- package/dist/siemens-ix/p-9170f4cd.entry.js.map +1 -0
- package/dist/siemens-ix/p-9185b8c1.entry.js +2 -0
- package/dist/siemens-ix/p-9185b8c1.entry.js.map +1 -0
- package/dist/siemens-ix/p-9196f153.entry.js +2 -0
- package/dist/siemens-ix/p-9196f153.entry.js.map +1 -0
- package/dist/siemens-ix/p-91a5bb6c.entry.js +2 -0
- package/dist/siemens-ix/p-91a5bb6c.entry.js.map +1 -0
- package/dist/siemens-ix/p-9439d379.entry.js +2 -0
- package/dist/siemens-ix/p-9439d379.entry.js.map +1 -0
- package/dist/siemens-ix/p-9505ff9d.entry.js +2 -0
- package/dist/siemens-ix/p-9505ff9d.entry.js.map +1 -0
- package/dist/siemens-ix/p-9a7db83b.entry.js +2 -0
- package/dist/siemens-ix/p-9a7db83b.entry.js.map +1 -0
- package/dist/siemens-ix/p-9ca14286.entry.js +2 -0
- package/dist/siemens-ix/p-9ca14286.entry.js.map +1 -0
- package/dist/siemens-ix/p-9ed2e8df.entry.js +2 -0
- package/dist/siemens-ix/p-9ed2e8df.entry.js.map +1 -0
- package/dist/siemens-ix/p-BGzrnl_l.js +2 -0
- package/dist/siemens-ix/p-BGzrnl_l.js.map +1 -0
- package/dist/siemens-ix/p-BH3f5fa3.js +2 -0
- package/dist/siemens-ix/p-BH3f5fa3.js.map +1 -0
- package/dist/siemens-ix/p-BKgqKHZU.js +2 -0
- package/dist/siemens-ix/p-BKgqKHZU.js.map +1 -0
- package/dist/siemens-ix/p-BQ6999e5.js +2 -0
- package/dist/siemens-ix/p-BQ6999e5.js.map +1 -0
- package/dist/siemens-ix/p-Bb7pDeaQ.js +2 -0
- package/dist/siemens-ix/p-Bb7pDeaQ.js.map +1 -0
- package/dist/siemens-ix/p-BdCnOrqW.js +2 -0
- package/dist/siemens-ix/p-BdCnOrqW.js.map +1 -0
- package/dist/siemens-ix/p-Bdv-vpZz.js +2 -0
- package/dist/siemens-ix/p-Bdv-vpZz.js.map +1 -0
- package/dist/siemens-ix/p-CANRrgK_.js +2 -0
- package/dist/siemens-ix/p-CANRrgK_.js.map +1 -0
- package/dist/siemens-ix/p-CAqtPJ4-.js +2 -0
- package/dist/siemens-ix/p-CAqtPJ4-.js.map +1 -0
- package/dist/siemens-ix/p-CFRrPFxi.js +2 -0
- package/dist/siemens-ix/p-CFRrPFxi.js.map +1 -0
- package/dist/siemens-ix/p-CKA5agGR.js +2 -0
- package/dist/siemens-ix/p-CKA5agGR.js.map +1 -0
- package/dist/siemens-ix/p-CKoABG1h.js +2 -0
- package/dist/siemens-ix/p-CKoABG1h.js.map +1 -0
- package/dist/siemens-ix/p-CUWFODSd.js +2 -0
- package/dist/siemens-ix/p-CUWFODSd.js.map +1 -0
- package/dist/siemens-ix/p-CX81WQtk.js +2 -0
- package/dist/siemens-ix/p-CX81WQtk.js.map +1 -0
- package/dist/siemens-ix/p-CYvkc2CR.js +2 -0
- package/dist/siemens-ix/p-CYvkc2CR.js.map +1 -0
- package/dist/siemens-ix/p-CZ1HWy6s.js +2 -0
- package/dist/siemens-ix/p-CZ1HWy6s.js.map +1 -0
- package/dist/siemens-ix/p-CdOJ663o.js +2 -0
- package/dist/siemens-ix/p-CdOJ663o.js.map +1 -0
- package/dist/siemens-ix/p-Cdt22lfd.js +2 -0
- package/dist/siemens-ix/p-Cdt22lfd.js.map +1 -0
- package/dist/siemens-ix/p-CrTP-icT.js +2 -0
- package/dist/siemens-ix/p-CrTP-icT.js.map +1 -0
- package/dist/siemens-ix/p-CyFFBc_G.js +2 -0
- package/dist/siemens-ix/p-CyFFBc_G.js.map +1 -0
- package/dist/siemens-ix/p-D3K9vmFp.js +2 -0
- package/dist/siemens-ix/p-D3K9vmFp.js.map +1 -0
- package/dist/siemens-ix/p-D6vSVaHq.js +2 -0
- package/dist/siemens-ix/p-D6vSVaHq.js.map +1 -0
- package/dist/siemens-ix/p-DDHkNPby.js +2 -0
- package/dist/siemens-ix/p-DDHkNPby.js.map +1 -0
- package/dist/siemens-ix/p-DQmgxFuB.js +2 -0
- package/dist/siemens-ix/p-DQmgxFuB.js.map +1 -0
- package/dist/siemens-ix/p-Dk_lr0xl.js +2 -0
- package/dist/siemens-ix/p-Dk_lr0xl.js.map +1 -0
- package/dist/siemens-ix/p-Dp15M30K.js +2 -0
- package/dist/siemens-ix/p-Dp15M30K.js.map +1 -0
- package/dist/siemens-ix/p-Dp4RJcgZ.js +2 -0
- package/dist/siemens-ix/p-Dp4RJcgZ.js.map +1 -0
- package/dist/siemens-ix/p-DtF9fwpD.js +3 -0
- package/dist/siemens-ix/p-DtF9fwpD.js.map +1 -0
- package/dist/siemens-ix/p-Ou74PMQs.js +2 -0
- package/dist/siemens-ix/p-Ou74PMQs.js.map +1 -0
- package/dist/siemens-ix/p-UQa1aROL.js +2 -0
- package/dist/siemens-ix/p-UQa1aROL.js.map +1 -0
- package/dist/siemens-ix/p-a0ef8437.entry.js +2 -0
- package/dist/siemens-ix/p-a0ef8437.entry.js.map +1 -0
- package/dist/siemens-ix/p-a1c09e3c.entry.js +2 -0
- package/dist/siemens-ix/p-a1c09e3c.entry.js.map +1 -0
- package/dist/siemens-ix/p-a2c05b1b.entry.js +2 -0
- package/dist/siemens-ix/p-a2c05b1b.entry.js.map +1 -0
- package/dist/siemens-ix/p-a48f6140.entry.js +2 -0
- package/dist/siemens-ix/p-a48f6140.entry.js.map +1 -0
- package/dist/siemens-ix/p-a55e1df3.entry.js +2 -0
- package/dist/siemens-ix/p-a55e1df3.entry.js.map +1 -0
- package/dist/siemens-ix/p-aaf423b9.entry.js +2 -0
- package/dist/siemens-ix/p-aaf423b9.entry.js.map +1 -0
- package/dist/siemens-ix/p-ac9215b9.entry.js +2 -0
- package/dist/siemens-ix/p-ac9215b9.entry.js.map +1 -0
- package/dist/siemens-ix/p-accb8080.entry.js +2 -0
- package/dist/siemens-ix/p-accb8080.entry.js.map +1 -0
- package/dist/siemens-ix/p-afd2fa29.entry.js +2 -0
- package/dist/siemens-ix/p-afd2fa29.entry.js.map +1 -0
- package/dist/siemens-ix/p-b0a445d7.entry.js +2 -0
- package/dist/siemens-ix/p-b0a445d7.entry.js.map +1 -0
- package/dist/siemens-ix/p-b0cfcae1.entry.js +2 -0
- package/dist/siemens-ix/p-b0cfcae1.entry.js.map +1 -0
- package/dist/siemens-ix/p-b2fd83da.entry.js +2 -0
- package/dist/siemens-ix/p-b2fd83da.entry.js.map +1 -0
- package/dist/siemens-ix/p-b606a172.entry.js +2 -0
- package/dist/siemens-ix/p-b606a172.entry.js.map +1 -0
- package/dist/siemens-ix/p-b761a9d6.entry.js +2 -0
- package/dist/siemens-ix/p-b761a9d6.entry.js.map +1 -0
- package/dist/siemens-ix/p-bDicGJUN.js +2 -0
- package/dist/siemens-ix/p-bDicGJUN.js.map +1 -0
- package/dist/siemens-ix/p-bcj7UEIC.js +2 -0
- package/dist/siemens-ix/p-bcj7UEIC.js.map +1 -0
- package/dist/siemens-ix/p-bd6e324a.entry.js +2 -0
- package/dist/siemens-ix/p-bd6e324a.entry.js.map +1 -0
- package/dist/siemens-ix/p-c210f347.entry.js +2 -0
- package/dist/siemens-ix/p-c210f347.entry.js.map +1 -0
- package/dist/siemens-ix/p-c2b23c82.entry.js +2 -0
- package/dist/siemens-ix/p-c2b23c82.entry.js.map +1 -0
- package/dist/siemens-ix/p-c56c3898.entry.js +2 -0
- package/dist/siemens-ix/p-c56c3898.entry.js.map +1 -0
- package/dist/siemens-ix/p-cb5000ac.entry.js +2 -0
- package/dist/siemens-ix/p-cb5000ac.entry.js.map +1 -0
- package/dist/siemens-ix/p-cbf9dc1c.entry.js +2 -0
- package/dist/siemens-ix/p-cbf9dc1c.entry.js.map +1 -0
- package/dist/siemens-ix/p-cc843644.entry.js +2 -0
- package/dist/siemens-ix/p-cc843644.entry.js.map +1 -0
- package/dist/siemens-ix/p-ce331bdc.entry.js +2 -0
- package/dist/siemens-ix/p-ce331bdc.entry.js.map +1 -0
- package/dist/siemens-ix/p-cefd8579.entry.js +2 -0
- package/dist/siemens-ix/p-cefd8579.entry.js.map +1 -0
- package/dist/siemens-ix/p-d1420219.entry.js +2 -0
- package/dist/siemens-ix/p-d1420219.entry.js.map +1 -0
- package/dist/siemens-ix/p-d1e08a10.entry.js +2 -0
- package/dist/siemens-ix/p-d1e08a10.entry.js.map +1 -0
- package/dist/siemens-ix/p-d1e55b65.entry.js +2 -0
- package/dist/siemens-ix/p-d1e55b65.entry.js.map +1 -0
- package/dist/siemens-ix/p-d3e0d6d9.entry.js +2 -0
- package/dist/siemens-ix/p-d3e0d6d9.entry.js.map +1 -0
- package/dist/siemens-ix/p-d6bf2d75.entry.js +2 -0
- package/dist/siemens-ix/p-d6bf2d75.entry.js.map +1 -0
- package/dist/siemens-ix/p-e59e6e87.entry.js +2 -0
- package/dist/siemens-ix/p-e59e6e87.entry.js.map +1 -0
- package/dist/siemens-ix/p-e5ab9886.entry.js +2 -0
- package/dist/siemens-ix/p-e5ab9886.entry.js.map +1 -0
- package/dist/siemens-ix/p-e8252fd7.entry.js +2 -0
- package/dist/siemens-ix/p-e8252fd7.entry.js.map +1 -0
- package/dist/siemens-ix/p-eba65395.entry.js +2 -0
- package/dist/siemens-ix/p-eba65395.entry.js.map +1 -0
- package/dist/siemens-ix/p-ec92f199.entry.js +2 -0
- package/dist/siemens-ix/p-ec92f199.entry.js.map +1 -0
- package/dist/siemens-ix/p-eccfb343.entry.js +2 -0
- package/dist/siemens-ix/p-eccfb343.entry.js.map +1 -0
- package/dist/siemens-ix/p-ecefabdb.entry.js +2 -0
- package/dist/siemens-ix/p-ecefabdb.entry.js.map +1 -0
- package/dist/siemens-ix/p-ee807086.entry.js +2 -0
- package/dist/siemens-ix/p-ee807086.entry.js.map +1 -0
- package/dist/siemens-ix/p-f30f9b01.entry.js +2 -0
- package/dist/siemens-ix/p-f30f9b01.entry.js.map +1 -0
- package/dist/siemens-ix/p-f607e4c0.entry.js +2 -0
- package/dist/siemens-ix/p-f607e4c0.entry.js.map +1 -0
- package/dist/siemens-ix/p-f8976f8e.entry.js +2 -0
- package/dist/siemens-ix/p-f8976f8e.entry.js.map +1 -0
- package/dist/siemens-ix/p-fa3623a3.entry.js +2 -0
- package/dist/siemens-ix/p-fa3623a3.entry.js.map +1 -0
- package/dist/siemens-ix/p-i60z1FJC.js +2 -0
- package/dist/siemens-ix/p-i60z1FJC.js.map +1 -0
- package/dist/siemens-ix/p-pXYAoEyc.js +2 -0
- package/dist/siemens-ix/p-pXYAoEyc.js.map +1 -0
- package/dist/siemens-ix/p-z5yZxfe2.js +2 -0
- package/dist/siemens-ix/p-z5yZxfe2.js.map +1 -0
- package/dist/siemens-ix/siemens-ix-core.css +1 -0
- package/dist/siemens-ix/siemens-ix.css +4782 -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/components/action-card/action-card.d.ts +28 -0
- package/dist/types/components/application/application.d.ts +43 -0
- package/dist/types/components/application-header/application-header.d.ts +58 -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 +39 -0
- package/dist/types/components/avatar/test/avatar.ct.d.ts +1 -0
- package/dist/types/components/basic-navigation/basic-navigation.d.ts +33 -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 +43 -0
- package/dist/types/components/button/button-component.d.ts +31 -0
- package/dist/types/components/button/button.d.ts +50 -0
- package/dist/types/components/button/test/button.ct.d.ts +6 -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 +163 -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/category-filter/test/category-filter.ct.d.ts +1 -0
- package/dist/types/components/checkbox/checkbox.d.ts +61 -0
- package/dist/types/components/checkbox/tests/checkbox.ct.d.ts +1 -0
- package/dist/types/components/checkbox-group/checkbox-group.d.ts +47 -0
- package/dist/types/components/chip/chip.d.ts +51 -0
- package/dist/types/components/chip/test/chip.ct.d.ts +1 -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/custom-field/custom-field.d.ts +46 -0
- package/dist/types/components/custom-field/tests/custom-field.ct.d.ts +1 -0
- package/dist/types/components/date-dropdown/date-dropdown.d.ts +161 -0
- package/dist/types/components/date-dropdown/test/date-dropdown.ct.d.ts +1 -0
- package/dist/types/components/date-input/date-input.d.ts +152 -0
- package/dist/types/components/date-input/tests/date-input.ct.d.ts +1 -0
- package/dist/types/components/date-picker/date-picker-component.d.ts +47 -0
- package/dist/types/components/date-picker/date-picker.d.ts +158 -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 +142 -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 +53 -0
- package/dist/types/components/drawer/test/drawer.ct.d.ts +1 -0
- package/dist/types/components/dropdown/dropdown-controller.d.ts +39 -0
- package/dist/types/components/dropdown/dropdown.d.ts +119 -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.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 +37 -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/test/event-list.ct.d.ts +1 -0
- package/dist/types/components/event-list-item/event-list-item.d.ts +29 -0
- package/dist/types/components/expanding-search/expanding-search.d.ts +50 -0
- package/dist/types/components/expanding-search/test/expanding-search.ct.d.ts +1 -0
- package/dist/types/components/field-label/field-label.d.ts +33 -0
- package/dist/types/components/field-label/tests/field-label.ct.d.ts +1 -0
- package/dist/types/components/field-wrapper/field-wrapper.d.ts +64 -0
- package/dist/types/components/field-wrapper/helper-text-util.d.ts +18 -0
- package/dist/types/components/field-wrapper/tests/field-wrapper.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 +42 -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/group/group-context-menu.d.ts +8 -0
- package/dist/types/components/group/group.d.ts +64 -0
- package/dist/types/components/group/test/group.ct.d.ts +1 -0
- package/dist/types/components/group-item/group-item.d.ts +39 -0
- package/dist/types/components/helper-text/helper-text.d.ts +37 -0
- package/dist/types/components/icon-button/base-icon-button.d.ts +2 -0
- package/dist/types/components/icon-button/icon-button.d.ts +64 -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/input.animation.d.ts +1 -0
- package/dist/types/components/input/input.d.ts +133 -0
- package/dist/types/components/input/input.fc.d.ts +52 -0
- package/dist/types/components/input/input.util.d.ts +15 -0
- package/dist/types/components/input/number-input.d.ts +131 -0
- package/dist/types/components/input/tests/form-ready.ct.d.ts +1 -0
- package/dist/types/components/input/tests/validation.ct.d.ts +1 -0
- package/dist/types/components/input/textarea.d.ts +132 -0
- package/dist/types/components/input-group/input-group.d.ts +24 -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/layout-auto/layout-auto.d.ts +24 -0
- package/dist/types/components/layout-grid/layout-grid.d.ts +18 -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 +164 -0
- package/dist/types/components/menu/test/menu.ct.d.ts +1 -0
- package/dist/types/components/menu-about/menu-about.d.ts +29 -0
- package/dist/types/components/menu-about/test/menu-about.ct.d.ts +1 -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 +34 -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 +53 -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 +29 -0
- package/dist/types/components/menu-settings/test/menu-settings.ct.d.ts +1 -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 +29 -0
- package/dist/types/components/message-bar/test/message-bar.ct.d.ts +1 -0
- package/dist/types/components/modal/modal.d.ts +72 -0
- package/dist/types/components/modal/test/modal.ct.d.ts +8 -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 +40 -0
- package/dist/types/components/pill/test/pill.ct.d.ts +1 -0
- package/dist/types/components/push-card/push-card.d.ts +33 -0
- package/dist/types/components/radio/radio.d.ts +53 -0
- package/dist/types/components/radio/test/radio.ct.d.ts +1 -0
- package/dist/types/components/radio-group/radio-group.d.ts +64 -0
- package/dist/types/components/radio-group/test/radio-group.ct.d.ts +1 -0
- package/dist/types/components/row/row.d.ts +6 -0
- package/dist/types/components/select/select.d.ts +231 -0
- package/dist/types/components/select/test/select-keyboard.ct.d.ts +1 -0
- package/dist/types/components/select/test/select.ct.d.ts +1 -0
- package/dist/types/components/select-item/events.d.ts +18 -0
- package/dist/types/components/select-item/select-item.d.ts +40 -0
- package/dist/types/components/slider/slider.d.ts +72 -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 +55 -0
- package/dist/types/components/tab-item/tab-item.d.ts +46 -0
- package/dist/types/components/tabs/tabs.d.ts +62 -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 +77 -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 +66 -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.d.ts +66 -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 +1 -0
- package/dist/types/components/typography/typography.d.ts +32 -0
- package/dist/types/components/upload/test/upload.ct.d.ts +1 -0
- package/dist/types/components/upload/upload-file-state.d.ts +6 -0
- package/dist/types/components/upload/upload.d.ts +72 -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 +22 -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/attributes.d.ts +2 -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/disposable-event-listener.d.ts +7 -0
- package/dist/types/components/utils/element-reference.d.ts +1 -0
- package/dist/types/components/utils/find-element.d.ts +22 -0
- package/dist/types/components/utils/focus.d.ts +11 -0
- package/dist/types/components/utils/input/index.d.ts +62 -0
- package/dist/types/components/utils/input/validation.d.ts +16 -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/lazy-list/index.d.ts +2 -0
- package/dist/types/components/utils/lazy-list/lazy.d.ts +51 -0
- package/dist/types/components/utils/listener.d.ts +13 -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 +44 -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 +27 -0
- package/dist/types/components/utils/type-helper.d.ts +1 -0
- package/dist/types/components/utils/typed-event.d.ts +15 -0
- package/dist/types/components/utils/uuid.d.ts +1 -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 +8745 -0
- package/dist/types/index.d.ts +17 -0
- package/dist/types/interfaces.d.ts +27 -0
- package/dist/types/setup.d.ts +7 -0
- package/dist/types/stencil-public-runtime.d.ts +1681 -0
- package/dist/types/tests/utils/test/index.d.ts +18 -0
- package/dist/types/tests/utils/test/page.d.ts +24 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/package.json +1 -1
- package/scss/components/_table.scss +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root .theme-legacy-classic-dark{--theme-color-ghost:#ffffff00;--theme-color-ghost--hover:#ffffff12;--theme-color-ghost--active:#ffffff24;--theme-color-primary:#41aaaa;--theme-color-primary--contrast:#000;--theme-color-primary--hover:#4eb0b0;--theme-color-primary--active:#5bb6b6;--theme-color-dynamic:#41aaaa;--theme-color-secondary:#10181c;--theme-color-secondary--hover:#1e2529;--theme-color-secondary--active:#2d3437;--theme-color-component-1:#879baa40;--theme-color-component-1--hover:#a1b4c24d;--theme-color-component-1--active:#b3c0ca5c;--theme-color-component-2:#ffffff47;--theme-color-component-3:#ffffff33;--theme-color-component-4:#ffffff40;--theme-color-component-5:#152c2f;--theme-color-component-6:#8d8da0;--theme-color-component-7--hover:#277d7d47;--theme-color-component-7:#32a0a040;--theme-color-component-7--active:#216b6b52;--theme-color-component-error:#310006;--theme-color-component-info:#041c48;--theme-color-component-8:#3e4b51;--theme-color-ghost--selected:#32a0a040;--theme-color-ghost--selected-hover:#61b6b64d;--theme-color-ghost--selected-active:#83c5c55c;--theme-color-ghost-primary--active:#ffffff24;--theme-color-ghost-primary--hover:#ffffff12;--theme-color-ghost-alt:#ffffff0a;--theme-color-ghost-alt--hover:#ffffff1c;--theme-color-ghost-alt--active:#ffffff2b;--theme-color-ghost-alt--selected:#4faeae47;--theme-color-ghost-alt--selected-hover:#74bfbf54;--theme-color-ghost-alt--selected-active:#90cccc54;--theme-color-primary--disabled:#0079934d;--theme-color-dynamic--hover:#4eb0b0;--theme-color-dynamic--active:#5bb6b6;--theme-color-dynamic-alt:#00c2c2;--theme-color-dynamic-alt--hover:#12c6c6;--theme-color-dynamic-alt--active:#24caca;--theme-color-component-8--hover:#001f39;--theme-color-component-9:#00d4d4;--theme-color-component-9--hover:#12d7d7;--theme-color-component-9--active:#24dada;--theme-color-component-9--disabled:#00d4d44d;--theme-color-component-10:#41aaaa;--theme-color-component-10--hover:#4eb0b0;--theme-color-component-10--active:#5cb6b6;--theme-color-component-10--disabled:#41aaaa33;--theme-color-1--hover:#21282c;--theme-color-1--active:#31383c;--theme-color-component-11:#ced9e233;--theme-color-0:#00000000;--theme-color-1:#10181c;--theme-color-2:#172126;--theme-color-3:#293339;--theme-color-4:#3c464b;--theme-color-5:#555f69;--theme-color-6:#6e7d89;--theme-color-7:#879baa;--theme-color-8:#555f69;--theme-color-std-bdr:#ebf0f599;--theme-color-soft-bdr:#ebf0f566;--theme-color-weak-bdr:#ebf0f526;--theme-color-x-weak-bdr:#ebf0f51a;--theme-color-focus-bdr:#199fff;--theme-color-contrast-bdr:#fff;--theme-color-alarm:#fe0137;--theme-color-alarm--hover:#de123f;--theme-color-alarm--active:#e0244e;--theme-color-alarm--contrast:#fff;--theme-color-alarm-40:#fe013766;--theme-color-alarm-10:#fe01371a;--theme-color-warning:#ffb900;--theme-color-warning--hover:#ffbd12;--theme-color-warning--active:#ffc224;--theme-color-warning--contrast:#000;--theme-color-warning-40:#ffb90066;--theme-color-warning-10:#ffb9001a;--theme-color-critical:#eb780a;--theme-color-critical--hover:#ec811b;--theme-color-critical--active:#ed8b2c;--theme-color-critical--contrast:#000;--theme-color-critical-40:#eb780a66;--theme-color-success:#40c200;--theme-color-success--hover:#41a212;--theme-color-success--active:#4fa924;--theme-color-success--contrast:#000;--theme-color-success-40:#40c20066;--theme-color-info:#266ce6;--theme-color-info--hover:#2d60b8;--theme-color-info--active:#3d6cbd;--theme-color-info--contrast:#fff;--theme-color-info-40:#266ce666;--theme-color-neutral:#879bab;--theme-color-neutral--hover:#8fa2b0;--theme-color-neutral--active:#97a9b6;--theme-color-neutral--contrast:#000;--theme-color-neutral-40:#879bab66;--theme-color-contrast-text:#fff;--theme-color-std-text:#ffffffd9;--theme-color-soft-text:#ffffff99;--theme-color-weak-text:#ffffff66;--theme-color-inv-contrast-text:#000;--theme-color-inv-std-text:#000000bf;--theme-color-inv-soft-text:#0000008c;--theme-color-inv-weak-text:#0000004d;--theme-color-alarm-text:#ff99af;--theme-color-shadow-1:#00000099;--theme-color-shadow-2:#000;--theme-color-shadow-3:rgba(0,0,0,.12);--theme-color-lightbox:#0000008c;--theme-color-backdrop:#10181cd9;--theme-color-backdrop-3:#10181cd9;--theme-color-logo:#fff;--theme-chart-1:#00ebd5;--theme-chart-1-40:#00ebd566;--theme-chart-2:#009e78;--theme-chart-2-40:#009e7866;--theme-chart-3:#00d5e0;--theme-chart-3-40:#00d5e066;--theme-chart-4:#00c5f1;--theme-chart-4-40:#00c5f166;--theme-chart-5:#86acc0;--theme-chart-5-40:#86acc066;--theme-chart-6:#42aaff;--theme-chart-6-40:#42aaff66;--theme-chart-7:#2473ff;--theme-chart-7-40:#2473ff66;--theme-chart-8:#759eff;--theme-chart-8-40:#759eff66;--theme-chart-9:#7e84ff;--theme-chart-9-40:#7e84ff66;--theme-chart-10:#9362ff;--theme-chart-10-40:#9362ff66;--theme-chart-11:#bd61ff;--theme-chart-11-40:#bd61ff66;--theme-chart-12:#e446ff;--theme-chart-12-40:#e446ff66;--theme-chart-13:#f38fc2;--theme-chart-13-40:#f38fc266;--theme-chart-14:#ef9a9a;--theme-chart-14-40:#ef9a9a66;--theme-chart-15:#ffb180;--theme-chart-15-40:#ffb18066;--theme-chart-16:#baba9d;--theme-chart-16-40:#baba9d66;--theme-chart-17:#b5bd00;--theme-chart-17-40:#b5bd0066;--theme-chart-axes:#ffffff4d;--theme-chart-grid-lines:#ffffff1a;--theme-chart-grid-fill:#10181c;--theme-chart-ticks:#ffffff4d;--theme-chart-tooltip-fill:#000000cc;--theme-chart-tooltip-bdr:#ffffff33;--theme-workflow-step--color--disabled:var(--theme-color-weak-text);--theme-app-header--color:var(--theme-color-std-text);--theme-app-header--background:var(--theme-color-8);--theme-app-header--border-color:var(--theme-color-0);--theme-app-header-logo--color:var(--theme-color-logo);--theme-btn-primary--background:var(--theme-color-primary);--theme-btn-primary--background--hover:var(--theme-color-primary--hover);--theme-btn-primary--background--active:var(--theme-color-primary--active);--theme-btn-primary--background--disabled:var(--theme-color-component-4);--theme-btn-primary--color:var(--theme-color-primary--contrast);--theme-btn-primary--color--hover:var(--theme-color-primary--contrast);--theme-btn-primary--color--active:var(--theme-color-primary--contrast);--theme-btn-primary--color--disabled:var(--theme-color-inv-std-text);--theme-btn-outline-primary--background:var(--theme-color-secondary);--theme-btn-outline-primary--background--hover:var(--theme-color-secondary--hover);--theme-btn-outline-primary--background--active:var(--theme-color-secondary--active);--theme-btn-outline-primary--background--disabled:var(--theme-color-ghost);--theme-btn-outline-primary--color:var(--theme-color-primary);--theme-btn-outline-primary--color--hover:var(--theme-color-primary);--theme-btn-outline-primary--color--active:var(--theme-color-primary);--theme-btn-outline-primary--color--disabled:var(--theme-color-weak-text);--theme-btn-primary--border-color:var(--theme-color-ghost);--theme-btn-primary--border-color--hover:var(--theme-color-ghost);--theme-btn-primary--border-color--active:var(--theme-color-ghost);--theme-btn-primary--border-color--disabled:var(--theme-color-ghost);--theme-btn-invisible-primary--background:var(--theme-color-ghost);--theme-btn-invisible-primary--background--hover:var(--theme-color-ghost-primary--hover);--theme-btn-invisible-primary--background--active:var(--theme-color-ghost-primary--active);--theme-btn-invisible-primary--background--disabled:var(--theme-color-ghost);--theme-btn-invisible-primary--color:var(--theme-color-primary);--theme-btn-invisible-primary--color--hover:var(--theme-color-primary);--theme-btn-invisible-primary--color--active:var(--theme-color-primary);--theme-btn-invisible-primary--color--disabled:var(--theme-color-weak-text);--theme-btn-secondary--background:var(--theme-color-component-1);--theme-btn-secondary--background--hover:var(--theme-color-component-1--hover);--theme-btn-secondary--background--active:var(--theme-color-component-1--active);--theme-btn-secondary--background--disabled:var(--theme-color-component-4);--theme-btn-secondary--color:var(--theme-color-std-text);--theme-btn-secondary--color--hover:var(--theme-color-std-text);--theme-btn-secondary--color--active:var(--theme-color-std-text);--theme-btn-secondary--color--disabled:var(--theme-color-weak-text);--theme-btn-outline-secondary--background:var(--theme-color-secondary);--theme-btn-outline-secondary--background--hover:var(--theme-color-secondary--hover);--theme-btn-outline-secondary--background--active:var(--theme-color-secondary--active);--theme-btn-outline-secondary--background--disabled:var(--theme-color-ghost);--theme-btn-outline-secondary--border-color:var(--theme-color-6);--theme-btn-outline-secondary--border-color--hover:var(--theme-color-6);--theme-btn-outline-secondary--border-color--active:var(--theme-color-6);--theme-btn-outline-secondary--border-color--disabled:var(--theme-color-component-4);--theme-btn-outline-secondary--color:var(--theme-color-soft-text);--theme-btn-outline-secondary--color--hover:var(--theme-color-std-text);--theme-btn-outline-secondary--color--active:var(--theme-color-std-text);--theme-btn-outline-secondary--color--disabled:var(--theme-color-weak-text);--theme-btn-invisible-secondary--background:var(--theme-color-ghost);--theme-btn-invisible-secondary--background--hover:var(--theme-color-ghost--hover);--theme-btn-invisible-secondary--background--active:var(--theme-color-ghost--active);--theme-btn-invisible-secondary--color:var(--theme-color-std-text);--theme-btn-invisible-secondary--color--hover:var(--theme-color-std-text);--theme-btn-invisible-secondary--color--active:var(--theme-color-std-text);--theme-btn-invisible-secondary--color--disabled:var(--theme-color-weak-text);--theme-btn-invisible-secondary--color--selected:var(--theme-color-primary);--theme-btn-invisible-secondary--color--selected-hover:var(--theme-color-primary);--theme-btn-invisible-secondary--color--selected-active:var(--theme-color-primary);--theme-btn-invisible-secondary--background--selected:var(--theme-color-component-7);--theme-btn-invisible-secondary--background--selected-hover:var(--theme-color-component-7--hover);--theme-btn-invisible-secondary--background--selected-active:var(--theme-color-component-7--active);--theme-link-btn--color:var(--theme-color-primary);--theme-link-btn--color--hover:var(--theme-color-primary);--theme-link-btn--color--active:var(--theme-color-contrast-text);--theme-link-btn--border-color:var(--theme-color-ghost);--theme-link-btn--border-color--hover:var(--theme-color-ghost);--theme-link-btn--border-color--active:var(--theme-color-ghost);--theme-link-btn--color--visited:var(--theme-color-primary);--theme-link-btn--border-color--visited:var(--theme-color-ghost);--theme-link-btn--border-color--disabled:var(--theme-color-ghost);--theme-link-btn--color--disabled:var(--theme-color-weak-text);--theme-checkbox-unchecked--background:var(--theme-color-secondary);--theme-checkbox-unchecked--border-color:var(--theme-color-std-bdr);--theme-checkbox-unchecked--background--hover:var(--theme-color-secondary--hover);--theme-checkbox-unchecked--background--active:var(--theme-color-secondary--active);--theme-checkbox-unchecked--border-color--hover:var(--theme-color-std-bdr);--theme-checkbox-unchecked--border-color--active:var(--theme-color-std-bdr);--theme-checkbox-unchecked--background--disabled:var(--theme-color-ghost);--theme-checkbox-unchecked--border-color--disabled:var(--theme-color-weak-bdr);--theme-checkbox-checked--background:var(--theme-color-primary);--theme-checkbox-checked--border-color:var(--theme-color-0);--theme-checkbox-checked--color:var(--theme-color-primary--contrast);--theme-checkbox-checked--background--hover:var(--theme-color-primary--hover);--theme-checkbox-checked--border-color--hover:var(--theme-color-0);--theme-checkbox-checked--color--hover:var(--theme-color-primary--contrast);--theme-checkbox-checked--background--active:var(--theme-color-primary--active);--theme-checkbox-checked--border-color--active:var(--theme-color-0);--theme-checkbox-checked--color--active:var(--theme-color-primary--contrast);--theme-checkbox-checked--background--disabled:var(--theme-color-component-4);--theme-checkbox-checked--border-color--disabled:var(--theme-color-0);--theme-checkbox-checked--color--disabled:var(--theme-color-primary--contrast);--theme-checkbox-mixed--background:var(--theme-color-secondary);--theme-checkbox-mixed--border-color:var(--theme-color-primary);--theme-checkbox-mixed--color:var(--theme-color-primary);--theme-checkbox-mixed--background--hover:var(--theme-color-secondary--hover);--theme-checkbox-mixed--border-color--hover:var(--theme-color-primary);--theme-checkbox-mixed--color--hover:var(--theme-color-primary);--theme-checkbox-mixed--background--active:var(--theme-color-secondary--active);--theme-checkbox-mixed--border-color--active:var(--theme-color-primary);--theme-checkbox-mixed--color--active:var(--theme-color-primary);--theme-checkbox-mixed--background--disabled:var(--theme-color-ghost);--theme-checkbox-mixed--border-color--disabled:var(--theme-color-component-4);--theme-checkbox-mixed--color--disabled:var(--theme-color-component-4);--theme-checkbox-label--color:var(--theme-color-std-text);--theme-checkbox-label--color--disabled:var(--theme-color-weak-text);--theme-radiobtn-unchecked--background:var(--theme-color-secondary);--theme-radiobtn-unchecked--border-color:var(--theme-color-std-bdr);--theme-radiobtn-unchecked--border-color--hover:var(--theme-color-std-bdr);--theme-radiobtn-unchecked--border-color--active:var(--theme-color-std-bdr);--theme-radiobtn-unchecked--border-color--disabled:var(--theme-color-component-4);--theme-radiobtn-unchecked--background--hover:var(--theme-color-secondary--hover);--theme-radiobtn-unchecked--background--active:var(--theme-color-secondary--active);--theme-radiobtn-unchecked--background--disabled:var(--theme-color-ghost);--theme-radiobtn-checked--color:var(--theme-color-primary);--theme-radiobtn-checked--color--active:var(--theme-color-primary);--theme-radiobtn-checked--color--disabled:var(--theme-color-component-4);--theme-radiobtn-label--color:var(--theme-color-std-text);--theme-radiobtn-label--color--disabled:var(--theme-color-weak-text);--theme-radiobtn-checked--background:var(--theme-color-secondary);--theme-radiobtn-checked--background--hover:var(--theme-color-secondary--hover);--theme-radiobtn-checked--background--active:var(--theme-color-secondary--active);--theme-radiobtn-checked--background--disabled:var(--theme-color-ghost);--theme-radiobtn-checked--border-color:var(--theme-color-primary);--theme-radiobtn-checked--border-color--hover:var(--theme-color-primary);--theme-radiobtn-checked--border-color--active:var(--theme-color-primary);--theme-radiobtn-checked--border-color--disabled:var(--theme-color-component-4);--theme-nav--background:var(--theme-color-component-8);--theme-avatar-btn--background:var(--theme-color-ghost);--theme-avatar-btn--background--hover:var(--theme-color-ghost--hover);--theme-avatar-btn--background--active:var(--theme-color-ghost--active);--theme-avatar-btn--color:var(--theme-color-std-text);--theme-avatar-btn--color--hover:var(--theme-color-std-text);--theme-avatar-btn--color--active:var(--theme-color-std-text);--theme-menu-btn--color:var(--theme-color-std-text);--theme-menu-btn--color--hover:var(--theme-color-std-text);--theme-menu-btn--color--active:var(--theme-color-std-text);--theme-menu-btn--background:var(--theme-color-ghost);--theme-menu-btn--background--hover:var(--theme-color-ghost--hover);--theme-menu-btn--background--active:var(--theme-color-ghost--active);--theme-nav-item-primary--background:var(--theme-color-ghost);--theme-nav-item-primary--background--hover:var(--theme-color-ghost--hover);--theme-nav-item-primary--background--active:var(--theme-color-ghost--active);--theme-nav-item-primary--background--selected:var(--theme-color-3);--theme-nav-item-primary--border-color:var(--theme-color-0);--theme-nav-item-primary--border-color--hover:var(--theme-color-0);--theme-nav-item-primary--border-color--active:var(--theme-color-0);--theme-nav-item-primary--border-color--selected:var(--theme-color-primary);--theme-nav-item-primary--color:var(--theme-color-std-text);--theme-nav-item-primary--color--hover:var(--theme-color-std-text);--theme-nav-item-primary--color--active:var(--theme-color-std-text);--theme-nav-item-primary--color--selected:var(--theme-color-std-text);--theme-nav-item-primary-icon--color:var(--theme-color-std-text);--theme-nav-item-primary-icon--color--hover:var(--theme-color-std-text);--theme-nav-item-primary-icon--color--active:var(--theme-color-std-text);--theme-nav-item-primary-icon--color--selected:var(--theme-color-std-text);--theme-nav-item-secondary--background:var(--theme-color-ghost);--theme-nav-item-secondary--background--hover:var(--theme-color-ghost--hover);--theme-nav-item-secondary--background--active:var(--theme-color-ghost--active);--theme-nav-item-secondary--background--disabled:var(--theme-color-0);--theme-nav-item-secondary--background--selected:var(--theme-color-1);--theme-nav-item-secondary--border-color:var(--theme-color-0);--theme-nav-item-secondary--border-color--hover:var(--theme-color-0);--theme-nav-item-secondary--border-color--active:var(--theme-color-0);--theme-nav-item-secondary--border-color--disabled:var(--theme-color-0);--theme-nav-item-secondary--border-color--selected:var(--theme-color-primary);--theme-nav-item-secondary--color:var(--theme-color-std-text);--theme-nav-item-secondary--color--hover:var(--theme-color-std-text);--theme-nav-item-secondary--color--active:var(--theme-color-std-text);--theme-nav-item-secondary--color--disabled:var(--theme-color-weak-text);--theme-nav-item-secondary--color--selected:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color--hover:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color--active:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color--selected:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color--disabled:var(--theme-color-weak-text);--theme-avatar--background:var(--theme-color-component-3);--theme-input--border-color:var(--theme-color-std-bdr);--theme-input--border-color--autofill:var(--theme-color-std-bdr);--theme-input--background:var(--theme-color-1);--theme-input--background--autofill:var(--theme-color-component-info);--theme-input--border-color-bottom--readonly:var(--theme-color-soft-bdr);--theme-input-error--background:var(--theme-color-component-error);--theme-input--color--disabled:var(--theme-color-weak-text);--theme-input--color:var(--theme-color-std-text);--theme-input--color--autofill:var(--theme-color-std-text);--theme-input--background--hover:var(--theme-color-1);--theme-input--border-color--hover:var(--theme-color-std-bdr);--theme-input--background--focus:var(--theme-color-1);--theme-input--border-color--focus:var(--theme-color-primary);--theme-input--background--readonly:var(--theme-color-0);--theme-input--border-color--readonly:var(--theme-color-0);--theme-input--background--disabled:var(--theme-color-0);--theme-input--border-color--disabled:var(--theme-color-0);--theme-input--border-color-bottom--disabled:var(--theme-color-weak-bdr);--theme-input-error--border-color:var(--theme-color-alarm);--theme-input-error-icon--color:var(--theme-color-alarm);--theme-blind-base--border-color:var(--theme-color-weak-bdr);--theme-blind-base--background:var(--theme-color-1);--theme-blind-header-closed--background:var(--theme-color-ghost);--theme-blind-header-closed--background--hover:var(--theme-color-ghost--hover);--theme-blind-header-closed--background--active:var(--theme-color-ghost--active);--theme-blind-header-open--background:var(--theme-color-ghost);--theme-blind-header-open--background--hover:var(--theme-color-ghost--hover);--theme-blind-header-open--background--active:var(--theme-color-ghost--active);--theme-blind-header-open--color--active:var(--theme-color-std-text);--theme-blind-header-icon-open--color--active:var(--theme-color-std-text);--theme-blind-header-icon-open--color--hover:var(--theme-color-std-text);--theme-blind-header-open--color--hover:var(--theme-color-std-text);--theme-blind-header-icon-open--color:var(--theme-color-std-text);--theme-blind-header-open--color:var(--theme-color-std-text);--theme-blind-header-icon-closed--color:var(--theme-color-std-text);--theme-blind-header-icon-closed--color--active:var(--theme-color-std-text);--theme-blind-header-icon-closed--color--hover:var(--theme-color-std-text);--theme-blind-header-closed--color:var(--theme-color-std-text);--theme-blind-header-closed--color--active:var(--theme-color-std-text);--theme-blind-header-closed--color--hover:var(--theme-color-std-text);--theme-breadcrumb-btn--background:var(--theme-color-component-1);--theme-breadcrumb-btn--background--hover:var(--theme-color-component-1--hover);--theme-breadcrumb-btn--background--active:var(--theme-color-component-1--active);--theme-breadcrumb-btn--color:var(--theme-color-std-text);--theme-breadcrumb-btn--color--hover:var(--theme-color-std-text);--theme-breadcrumb-btn--color--active:var(--theme-color-std-text);--theme-breadcrumb-btn-arrow--color:var(--theme-color-std-text);--theme-breadcrumb-btn-arrow--color--hover:var(--theme-color-std-text);--theme-breadcrumb-btn-arrow--color--active:var(--theme-color-std-text);--theme-breadcrumb-btn-last--color:var(--theme-color-std-text);--theme-breadcrumb-ghost--color:var(--theme-color-primary);--theme-breadcrumb-ghost--color--hover:var(--theme-color-primary);--theme-breadcrumb-ghost--color--active:var(--theme-color-primary);--theme-breadcrumb-ghost-arrow--color:var(--theme-color-primary);--theme-breadcrumb-ghost-arrow--color--hover:var(--theme-color-primary);--theme-breadcrumb-ghost-arrow--color--active:var(--theme-color-primary);--theme-breadcrumb-ghost--background:var(--theme-color-ghost);--theme-breadcrumb-ghost--background--hover:var(--theme-color-ghost--hover);--theme-breadcrumb-ghost--background--active:var(--theme-color-ghost--active);--theme-breadcrumb-ghost-last--color:var(--theme-color-soft-text);--theme-avatar--color:var(--theme-color-contrast-text);--theme-chip-close-btn--background--hover:var(--theme-color-ghost--hover);--theme-chip-close-btn--background--active:var(--theme-color-ghost--active);--theme-chip-close-btn--color:var(--theme-color-std-text);--theme-chip-outline--color:var(--theme-color-std-text);--theme-chip-outline--background:var(--theme-color-1);--theme-chip-outline--background--hover:var(--theme-color-1--hover);--theme-chip-outline--background--active:var(--theme-color-1--active);--theme-chip--background:var(--theme-color-component-1);--theme-chip--background--hover:var(--theme-color-component-1--hover);--theme-chip--background--active:var(--theme-color-component-1--active);--theme-chip--color:var(--theme-color-contrast-text);--theme-chip-close-btn--background:var(--theme-color-ghost);--theme-pill-outline--color:var(--theme-color-std-text);--theme-pill-outline--background:var(--theme-color-1);--theme-chip-primary-outline--background:var(--theme-color-secondary);--theme-chip-primary-outline--background--hover:var(--theme-color-secondary--hover);--theme-chip-primary-outline--background--active:var(--theme-color-secondary--active);--theme-chip-primary-outline--border-color:var(--theme-color-primary);--theme-chip-primary-outline--border-color--hover:var(--theme-color-primary);--theme-chip-primary-outline--border-color--active:var(--theme-color-primary);--theme-chip-primary-outline--color:var(--theme-color-primary);--theme-chip-primary-outline--color--hover:var(--theme-color-primary);--theme-chip-primary-outline--color--active:var(--theme-color-primary);--theme-chip-primary--background:var(--theme-color-primary);--theme-chip-primary--background--hover:var(--theme-color-primary--hover);--theme-chip-primary--background--active:var(--theme-color-primary--active);--theme-chip-primary--color:var(--theme-color-primary--contrast);--theme-chip-primary--color--hover:var(--theme-color-primary--contrast);--theme-chip-primary--color--active:var(--theme-color-primary--contrast);--theme-chip-primary-outline--background--display:var(--theme-color-secondary);--theme-chip-primary-outline--border-color--display:var(--theme-color-primary);--theme-chip-primary-outline--color--display:var(--theme-color-std-text);--theme-switch-off--background:var(--theme-color-component-3);--theme-menu--background:var(--theme-color-1);--theme-menu--border-color:var(--theme-color-soft-bdr);--theme-menu-header--color:var(--theme-color-soft-text);--theme-menu-item--background:var(--theme-color-ghost);--theme-menu-item--background--hover:var(--theme-color-ghost--hover);--theme-menu-item--background--active:var(--theme-color-ghost--active);--theme-menu-item--background--disabled:var(--theme-color-ghost);--theme-menu-item--color:var(--theme-color-std-text);--theme-menu-item--color--hover:var(--theme-color-std-text);--theme-menu-item--color--active:var(--theme-color-std-text);--theme-menu-item--color--disabled:var(--theme-color-weak-text);--theme-menu-item-icon--color:var(--theme-color-soft-text);--theme-menu-item-icon--color--hover:var(--theme-color-std-text);--theme-menu-item-icon--color--active:var(--theme-color-std-text);--theme-menu-item-icon--color--disabled:var(--theme-color-weak-text);--theme-menu-item-arrow--color:var(--theme-color-std-text);--theme-menu-item-arrow--color--hover:var(--theme-color-std-text);--theme-menu-item-arrow--color--active:var(--theme-color-std-text);--theme-menu-item-arrow--color--disabled:var(--theme-color-weak-text);--theme-menu-item-check--color:var(--theme-color-std-text);--theme-menu-item-check--color--hover:var(--theme-color-std-text);--theme-menu-item-check--color--active:var(--theme-color-std-text);--theme-menu-item-check--color--disabled:var(--theme-color-weak-text);--theme-select-list-item--background:var(--theme-color-ghost);--theme-select-list-item--background--hover:var(--theme-color-ghost--hover);--theme-select-list-item--background--active:var(--theme-color-ghost--active);--theme-select-list-item--background--disabled:var(--theme-color-ghost);--theme-select-list-item--background--selected:var(--theme-color-ghost--selected);--theme-select-list-item--background--selected-hover:var(--theme-color-ghost--selected-hover);--theme-select-list-item--background--selected-active:var(--theme-color-ghost--selected-active);--theme-select-list-item--background--selected-disabled:var(--theme-color-ghost);--theme-select-list-item--color:var(--theme-color-std-text);--theme-select-list-item--color--hover:var(--theme-color-std-text);--theme-select-list-item--color--active:var(--theme-color-std-text);--theme-select-list-item--color--disabled:var(--theme-color-weak-text);--theme-select-list-item--color--selected:var(--theme-color-std-text);--theme-select-list-item--color--selected-hover:var(--theme-color-std-text);--theme-select-list-item--color--selected-active:var(--theme-color-std-text);--theme-select-list-item--color--selected-disabled:var(--theme-color-weak-text);--theme-select-list-item-check--color:var(--theme-color-std-text);--theme-select-list-item-check--color--hover:var(--theme-color-std-text);--theme-select-list-item-check--color--active:var(--theme-color-std-text);--theme-select-list-item-check--color--disabled:var(--theme-color-weak-text);--theme-select-list--background:var(--theme-color-1);--theme-select-list--border-color:var(--theme-color-soft-bdr);--theme-tab--background:var(--theme-color-ghost);--theme-tab--background--hover:var(--theme-color-ghost--hover);--theme-tab--background--active:var(--theme-color-ghost--active);--theme-tab--background--selected:var(--theme-color-ghost);--theme-tab--background--disabled:var(--theme-color-ghost);--theme-tab-indicator--background:var(--theme-color-0);--theme-tab-indicator--background--hover:var(--theme-color-6);--theme-tab-indicator--background--active:var(--theme-color-6);--theme-tab-indicator--background--selected:var(--theme-color-primary);--theme-tab-indicator--background--disabled:var(--theme-color-0);--theme-animated-tab-indicator--background:var(--theme-color-0);--theme-animated-tab-indicator--background--hover:var(--theme-color-0);--theme-animated-tab-indicator--background--active:var(--theme-color-0);--theme-animated-tab-indicator--background--selected:var(--theme-color-primary);--theme-tab--color:var(--theme-color-soft-text);--theme-tab--color--hover:var(--theme-color-soft-text);--theme-tab--color--active:var(--theme-color-soft-text);--theme-tab--color--selected:var(--theme-color-primary);--theme-tab--color--disabled:var(--theme-color-weak-text);--theme-tab-icon--color:var(--theme-color-soft-text);--theme-tab-icon--color--hover:var(--theme-color-soft-text);--theme-tab-icon--color--active:var(--theme-color-soft-text);--theme-tab-icon--color--selected:var(--theme-color-primary);--theme-tab-icon--color--disabled:var(--theme-color-weak-text);--theme-animated-tab-icon--color:var(--theme-color-soft-text);--theme-animated-tab-icon--color--hover:var(--theme-color-soft-text);--theme-animated-tab-icon--color--active:var(--theme-color-soft-text);--theme-animated-tab-icon--color--selected:var(--theme-color-primary--contrast);--theme-animated-tab-icon--color--disabled:var(--theme-color-weak-text);--theme-animated-tab-circle--background:var(--theme-color-1);--theme-animated-tab-circle--background--hover:var(--theme-color-1--hover);--theme-animated-tab-circle--background--active:var(--theme-color-1--active);--theme-animated-tab-circle--background--selected:var(--theme-color-primary);--theme-animated-tab-circle--background--disabled:var(--theme-color-0);--theme-animated-tab-circle--border-color:var(--theme-color-soft-bdr);--theme-animated-tab-circle--border-color--hover:var(--theme-color-soft-bdr);--theme-animated-tab-circle--border-color--active:var(--theme-color-soft-bdr);--theme-animated-tab-circle--border-color--selected:var(--theme-color-0);--theme-animated-tab-circle--border-color--disabled:var(--theme-color-weak-bdr);--theme-tab-pill--border-color:var(--theme-color-std-bdr);--theme-tab-pill--border-color--hover:var(--theme-color-std-bdr);--theme-tab-pill--border-color--active:var(--theme-color-std-bdr);--theme-tab-pill--border-color--selected:var(--theme-color-primary);--theme-tab-pill--border-color--disabled:var(--theme-color-weak-bdr);--theme-input-unit--color:var(--theme-color-soft-text);--theme-input-gripper--color:var(--theme-color-weak-bdr);--theme-input-gripper--color--hover:var(--theme-color-weak-bdr);--theme-input-gripper--color--focus:var(--theme-color-weak-bdr);--theme-input-search-icon--color:var(--theme-color-std-text);--theme-input-search-icon--color--hover:var(--theme-color-std-text);--theme-input-search-icon--color--focus:var(--theme-color-std-text);--theme-input-search-icon--color--disabled:var(--theme-color-weak-text);--theme-input-select-icon--color:var(--theme-color-soft-text);--theme-input-select-icon--color--hover:var(--theme-color-std-text);--theme-input-select-icon--color--active:var(--theme-color-std-text);--theme-switch-off--background--hover:var(--theme-color-component-4);--theme-switch-off--background--active:var(--theme-color-component-3);--theme-switch-off--background--disabled:var(--theme-color-component-2);--theme-switch-on--background:var(--theme-color-dynamic);--theme-switch-on--background--hover:var(--theme-color-dynamic--hover);--theme-switch-on--background--active:var(--theme-color-dynamic--active);--theme-switch-on--background--disabled:var(--theme-color-component-2);--theme-switch-mixed--background:var(--theme-color-component-3);--theme-switch-mixed--background--hover:var(--theme-color-component-4);--theme-switch-mixed--background--active:var(--theme-color-component-3);--theme-switch-mixed--background--disabled:var(--theme-color-component-2);--theme-switch-off--border-color:var(--theme-color-0);--theme-switch-off--border-color--hover:var(--theme-color-0);--theme-switch-off--border-color--active:var(--theme-color-0);--theme-switch-off--border-color--disabled:var(--theme-color-0);--theme-switch-on--border-color:var(--theme-color-0);--theme-switch-on--border-color--hover:var(--theme-color-0);--theme-switch-on--border-color--active:var(--theme-color-0);--theme-switch-on--border-color--disabled:var(--theme-color-0);--theme-switch-mixed--border-color:var(--theme-color-0);--theme-switch-mixed--border-color--hover:var(--theme-color-0);--theme-switch-mixed--border-color--active:var(--theme-color-0);--theme-switch-mixed--border-color--disabled:var(--theme-color-0);--theme-switch-thumb-off--background:var(--theme-color-1);--theme-switch-thumb-off--background--hover:var(--theme-color-1);--theme-switch-thumb-off--background--active:var(--theme-color-1);--theme-switch-thumb-off--background--disabled:var(--theme-color-component-3);--theme-switch-thumb-on--background:var(--theme-color-1);--theme-switch-thumb-on--background--hover:var(--theme-color-1);--theme-switch-thumb-on--background--active:var(--theme-color-1);--theme-switch-thumb-on--background--disabled:var(--theme-color-component-3);--theme-switch-thumb-mixed--background:var(--theme-color-1);--theme-switch-thumb-mixed--background--hover:var(--theme-color-1);--theme-switch-thumb-mixed--background--active:var(--theme-color-1);--theme-switch-thumb-mixed--background--disabled:var(--theme-color-component-3);--theme-switch-thumb-off--border-color:var(--theme-color-0);--theme-switch-thumb-off--border-color--hover:var(--theme-color-0);--theme-switch-thumb-off--border-color--active:var(--theme-color-0);--theme-switch-thumb-off--border-color--disabled:var(--theme-color-0);--theme-switch-thumb-on--border-color:var(--theme-color-0);--theme-switch-thumb-on--border-color--hover:var(--theme-color-0);--theme-switch-thumb-on--border-color--active:var(--theme-color-0);--theme-switch-thumb-on--border-color--disabled:var(--theme-color-0);--theme-switch-thumb-mixed--border-color:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--hover:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--active:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--disabled:var(--theme-color-0);--theme-switch--color:var(--theme-color-std-text);--theme-switch--color--hover:var(--theme-color-std-text);--theme-switch--color--active:var(--theme-color-std-text);--theme-switch--color--disabled:var(--theme-color-weak-text);--theme-messagebar--color:var(--theme-color-std-text);--theme-messagebar--background:var(--theme-color-1);--theme-scrollbar-track--background:var(--theme-color-2);--theme-scrollbar-track--border:var(--theme-color-1);--theme-scrollbar-thumb--background:var(--theme-color-5);--theme-scrollbar-track--background--hover:var(--theme-color-3);--theme-scrollbar-thumb--background--hover:var(--theme-color-6);--theme-modal--background:var(--theme-color-1);--theme-modal--border-color:var(--theme-color-soft-bdr);--theme-datepicker-day--background:var(--theme-color-ghost);--theme-datepicker-day--background--hover:var(--theme-color-ghost--hover);--theme-datepicker-day--background--active:var(--theme-color-ghost--active);--theme-datepicker-day--background--disabled:var(--theme-color-ghost);--theme-datepicker-day--background--selected:var(--theme-color-component-9);--theme-datepicker-day--background--selected-hover:var(--theme-color-component-9--hover);--theme-datepicker-day--background--selected-active:var(--theme-color-component-9--active);--theme-datepicker-day--background--selected-disabled:var(--theme-color-component-9--disabled);--theme-datepicker-day--background--range:var(--theme-color-component-10);--theme-datepicker-day--background--range-hover:var(--theme-color-component-10--hover);--theme-datepicker-day--background--range-active:var(--theme-color-component-10--active);--theme-datepicker-day--background--range-disabled:var(--theme-color-component-10--disabled);--theme-btn-invisible-primary--border-color:var(--theme-color-0);--theme-btn-invisible-primary--border-color--hover:var(--theme-color-0);--theme-btn-invisible-primary--border-color--active:var(--theme-color-0);--theme-btn-invisible-primary--border-color--disabled:var(--theme-color-0);--theme-btn-secondary--border-color:var(--theme-color-0);--theme-btn-secondary--border-color--hover:var(--theme-color-0);--theme-btn-secondary--border-color--active:var(--theme-color-0);--theme-btn-secondary--border-color--disabled:var(--theme-color-0);--theme-btn-invisible-secondary--border-color:var(--theme-color-0);--theme-btn-invisible-secondary--border-color--hover:var(--theme-color-0);--theme-btn-invisible-secondary--border-color--active:var(--theme-color-0);--theme-btn-invisible-secondary--border-color--disabled:var(--theme-color-0);--theme-map-navigation-logo--color:var(--theme-color-std-text);--theme-map-navigation-header--color:var(--theme-color-std-text);--theme-map-navigation-separator--background:var(--theme-color-soft-bdr);--theme-map-navigation--background:var(--theme-color-3);--theme-btn-invisible-secondary--border-color--selected:var(--theme-color-0);--theme-btn-invisible-secondary--border-color--selected-hover:var(--theme-color-0);--theme-btn-invisible-secondary--border-color--selected-active:var(--theme-color-0);--theme-overlay-header--background:var(--theme-color-3);--theme-overlay-header--color:var(--theme-color-std-text);--theme-nav-overlay--background:var(--theme-color-backdrop);--theme-nav-overlay-header--color:var(--theme-color-std-text);--theme-event-item--background:var(--theme-color-secondary);--theme-event-item--background--disabled:var(--theme-color-component-2);--theme-event-item--border--hover:var(--theme-color-weak-bdr);--theme-event-item--border:var(--theme-color-weak-bdr);--theme-event-item--border--active:var(--theme-color-weak-bdr);--theme-event-item--border--selected:var(--theme-color-dynamic);--theme-event-item--background--hover:var(--theme-color-secondary--hover);--theme-event-item--border--disabled:var(--theme-color-component-2);--theme-event-item--background--active:var(--theme-color-secondary--active);--theme-event-item--background--selected:var(--theme-color-component-5);--theme-event-item-chevron--color:var(--theme-color-soft-text);--theme-flip--color:var(--theme-color-std-text);--theme-flip--background:var(--theme-color-1);--theme-flip--border-color:var(--theme-color-soft-bdr);--theme-flip-footer--background:var(--theme-color-1);--theme-flip-footer--color:var(--theme-color-std-text);--theme-kpi-display--background:var(--theme-color-ghost);--theme-kpi-display--background--hover:var(--theme-color-ghost--hover);--theme-kpi-display--background--active:var(--theme-color-ghost--active);--theme-kpi-display-indicator--background:var(--theme-color-component-4);--theme-kpi-display-label--color:var(--theme-color-soft-text);--theme-kpi-display-icon--color:var(--theme-color-std-text);--theme-kpi-display-value:var(--theme-color-std-text);--theme-kpi-display-units:var(--theme-color-soft-text);--theme-table-data-row-alt--background:var(--theme-color-ghost-alt);--theme-group-item--background:var(--theme-color-component-1);--theme-group-item--background--hover:var(--theme-color-component-1--hover);--theme-group-item--background--active:var(--theme-color-component-1--active);--theme-group-item--background--selected:var(--theme-color-ghost--selected);--theme-group-item--background--disabled:var(--theme-color-component-1);--theme-group-item--border-color:var(--theme-color-0);--theme-group-item--border-color--hover:var(--theme-color-0);--theme-group-item--border-color--active:var(--theme-color-0);--theme-group-item--border-color--selected:var(--theme-color-primary);--theme-group-item--border-color--disabled:var(--theme-color-0);--theme-group-item-indicator--background:var(--theme-color-0);--theme-group-item-indicator--background--selected:var(--theme-color-primary);--theme-group-item-indicator--background--subselected:var(--theme-color-primary);--theme-group-node-closed--color:var(--theme-color-std-text);--theme-group-node-open--color:var(--theme-color-std-text);--theme-group-header--color:var(--theme-color-std-text);--theme-group-subheader--color:var(--theme-color-std-text);--theme-group-item-icon--color:var(--theme-color-std-text);--theme-group-item-text--color:var(--theme-color-std-text);--theme-group-item-subtext--color:var(--theme-color-soft-text);--theme-group-item-icon--color--disabled:var(--theme-color-weak-text);--theme-group-item-text--color--disabled:var(--theme-color-weak-text);--theme-group-item-subtext--color--disabled:var(--theme-color-weak-text);--theme-upload--background:var(--theme-color-1);--theme-upload--background--dragover:var(--theme-color-1);--theme-upload--border-color:var(--theme-color-soft-bdr);--theme-upload--border-color--dragover:var(--theme-color-primary);--theme-upload--background--checking:var(--theme-color-1);--theme-upload--background--disabled:var(--theme-color-0);--theme-upload--border-color--checking:var(--theme-color-soft-bdr);--theme-upload--border-color--disabled:var(--theme-color-soft-bdr);--theme-upload-text--color:var(--theme-color-std-text);--theme-upload-text--color--checking:var(--theme-color-std-text);--theme-upload-text--color--disabled:var(--theme-color-weak-text);--theme-input-extra--background--active:var(--theme-color-secondary--active);--theme-input-extra--background--hover:var(--theme-color-secondary--hover);--theme-btn-outline-primary--border-color:var(--theme-color-primary);--theme-btn-outline-primary--border-color--hover:var(--theme-color-primary);--theme-btn-outline-primary--border-color--active:var(--theme-color-primary);--theme-btn-outline-primary--border-color--disabled:var(--theme-color-component-4);--theme-btn-invisible-secondary--background--disabled:var(--theme-color-ghost);--theme-ghost--background:var(--theme-color-ghost);--theme-ghost--background--hover:var(--theme-color-ghost--hover);--theme-ghost--background--active:var(--theme-color-ghost--active);--theme-radiobtn-checked--color--hover:var(--theme-color-dynamic);--theme-input-hint--color:var(--theme-color-soft-text);--theme-menu-separator--background:var(--theme-color-weak-bdr);--theme-select-list-item-hint--color:var(--theme-color-soft-text);--theme-select-list-item-hint--color--hover:var(--theme-color-soft-text);--theme-select-list-item-hint--color--active:var(--theme-color-soft-text);--theme-toast-timer-track--background:var(--theme-color-0);--theme-toast-timer-value--background:var(--theme-color-6);--theme-toast--background:var(--theme-color-1);--theme-toast--border-color:var(--theme-color-weak-bdr);--theme-toast--color:var(--theme-color-std-text);--theme-datepicker-day--border-color:var(--theme-color-0);--theme-datepicker-day--border-color--hover:var(--theme-color-0);--theme-datepicker-day--border-color--active:var(--theme-color-0);--theme-datepicker-day--border-color--disabled:var(--theme-color-0);--theme-datepicker-day--color:var(--theme-color-primary);--theme-datepicker-day--color--hover:var(--theme-color-primary);--theme-datepicker-day--color--active:var(--theme-color-primary);--theme-datepicker-day--color--disabled:var(--theme-color-weak-text);--theme-datepicker-day--border-color--selected:var(--theme-color-0);--theme-datepicker-day--border-color--selected-hover:var(--theme-color-0);--theme-datepicker-day--border-color--selected-active:var(--theme-color-0);--theme-datepicker-day--border-color--selected-disabled:var(--theme-color-0);--theme-datepicker-day--color--selected:var(--theme-color-primary--contrast);--theme-datepicker-day--color--selected-hover:var(--theme-color-primary--contrast);--theme-datepicker-day--color--selected-active:var(--theme-color-primary--contrast);--theme-datepicker-day--color--selected-disabled:var(--theme-color-weak-text);--theme-datepicker-day--border-color--range:var(--theme-color-0);--theme-datepicker-day--border-color--range-hover:var(--theme-color-0);--theme-datepicker-day--border-color--range-active:var(--theme-color-0);--theme-datepicker-day--border-color--range-disabled:var(--theme-color-0);--theme-datepicker-day--color--range:var(--theme-color-primary--contrast);--theme-datepicker-day--color--range-hover:var(--theme-color-primary--contrast);--theme-datepicker-day--color--range-active:var(--theme-color-primary--contrast);--theme-datepicker-day--color--range-disabled:var(--theme-color-weak-text);--theme-datepicker-today--background:var(--theme-color-ghost);--theme-datepicker-today--background--hover:var(--theme-color-ghost--hover);--theme-datepicker-today--background--active:var(--theme-color-ghost--active);--theme-datepicker-today--background--disabled:var(--theme-color-ghost);--theme-datepicker-today--border-color:var(--theme-color-primary);--theme-datepicker-today--border-color--hover:var(--theme-color-primary);--theme-datepicker-today--border-color--active:var(--theme-color-primary);--theme-datepicker-today--border-color--disabled:var(--theme-color-primary--disabled);--theme-datepicker-today--color:var(--theme-color-primary);--theme-datepicker-today--color--hover:var(--theme-color-primary);--theme-datepicker-today--color--active:var(--theme-color-primary);--theme-datepicker-today--color--disabled:var(--theme-color-weak-text);--theme-datepicker-today--background--selected:var(--theme-color-component-9);--theme-datepicker-today--background--selected-hover:var(--theme-color-component-9--hover);--theme-datepicker-today--background--selected-active:var(--theme-color-component-9--active);--theme-datepicker-today--background--selected-disabled:var(--theme-color-component-9--disabled);--theme-datepicker-today--border-color--selected:var(--theme-color-primary);--theme-datepicker-today--border-color--selected-hover:var(--theme-color-primary);--theme-datepicker-today--border-color--selected-active:var(--theme-color-primary);--theme-datepicker-today--border-color--selected-disabled:var(--theme-color-primary--disabled);--theme-datepicker-today--color--selected:var(--theme-color-primary--contrast);--theme-datepicker-today--color--selected-hover:var(--theme-color-primary--contrast);--theme-datepicker-today--color--selected-active:var(--theme-color-primary--contrast);--theme-datepicker-today--color--selected-disabled:var(--theme-color-weak-text);--theme-datepicker-today--background--range:var(--theme-color-component-10);--theme-datepicker-today--background--range-hover:var(--theme-color-component-10--hover);--theme-datepicker-today--background--range-active:var(--theme-color-component-10--active);--theme-datepicker-today--background--range-disabled:var(--theme-color-component-10--disabled);--theme-datepicker-today--border-color--range:var(--theme-color-primary);--theme-datepicker-today--border-color--range-hover:var(--theme-color-primary);--theme-datepicker-today--border-color--range-active:var(--theme-color-primary);--theme-datepicker-today--border-color--range-disabled:var(--theme-color-primary--disabled);--theme-datepicker-today--color--range:var(--theme-color-primary--contrast);--theme-datepicker-today--color--range-hover:var(--theme-color-primary--contrast);--theme-datepicker-today--color--range-active:var(--theme-color-primary--contrast);--theme-datepicker-today--color--range-disabled:var(--theme-color-weak-text);--theme-datepicker-separator--background:var(--theme-color-x-weak-bdr);--theme-datepicker-weekday--color:var(--theme-color-soft-text);--theme-datepicker-cw--color:var(--theme-color-soft-text);--theme-datepicker-time-header:var(--theme-color-std-text);--theme-datepicker-extra--border-color:var(--theme-color-1);--theme-overlay--background:var(--theme-color-backdrop);--theme-tree-item--background:var(--theme-color-ghost);--theme-tree-item--background--hover:var(--theme-color-ghost--hover);--theme-tree-item--background--active:var(--theme-color-ghost--active);--theme-tree-item--background--selected:var(--theme-color-ghost--selected);--theme-tree-item--background--selected-hover:var(--theme-color-ghost--selected-hover);--theme-tree-item--background--selected-active:var(--theme-color-ghost--selected-active);--theme-tree-item-node-closed-icon--color:var(--theme-color-std-text);--theme-tree-item-node-open-icon--color:var(--theme-color-dynamic);--theme-tree-item--color:var(--theme-color-std-text);--theme-tree-item-icon:var(--theme-color-std-text);--theme-tree-item-status--color:var(--theme-color-soft-text);--theme-workflow-step--background:var(--theme-color-ghost);--theme-workflow-step--background--hover:var(--theme-color-ghost--hover);--theme-workflow-step--background--active:var(--theme-color-ghost--active);--theme-workflow-step--background--selected:var(--theme-color-ghost--selected);--theme-workflow-step--background--disabled:var(--theme-color-ghost);--theme-workflow-step--color:var(--theme-color-std-text);--theme-workflow-step-icon--background:var(--theme-color-1);--theme-workflow-step-icon-default--color:var(--theme-color-neutral);--theme-workflow-step-icon-default--color--selected:var(--theme-color-primary);--theme-workflow-step-icon-default--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon-done--color:var(--theme-color-primary);--theme-workflow-step-icon-done--color--selected:var(--theme-color-primary);--theme-workflow-step-icon-done--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon-success--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon-warning--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon-error--color--disabled:var(--theme-color-weak-text);--theme-tootlip--background:var(--theme-color-1);--theme-tooltip--border-color:var(--theme-color-0);--theme-tooltip--color:var(--theme-color-std-text);--theme-tooltip-close--color:var(--theme-color-soft-text);--theme-tooltip-close-btn--background:var(--theme-color-ghost);--theme-tooltip-close-btn--background--hover:var(--theme-color-ghost--hover);--theme-tooltip-close-btn--background--active:var(--theme-color-ghost--active);--theme-table--background:var(--theme-color-0);--theme-table--border-color:var(--theme-color-weak-bdr);--theme-table--color:var(--theme-color-std-text);--theme-table-header-row--background:var(--theme-color-component-11);--theme-table-header-row--border-color:var(--theme-color-weak-bdr);--theme-table-header-cell--background:var(--theme-color-ghost);--theme-table-header-cell--background--hover:var(--theme-color-ghost--hover);--theme-table-header-cell--background--active:var(--theme-color-ghost--active);--theme-table-header-cell--border-color:var(--theme-color-0);--theme-table-header-cell--border-color--hover:var(--theme-color-0);--theme-table-header-cell--border-color--active:var(--theme-color-0);--theme-table-header-cell--color:var(--theme-color-std-text);--theme-table-header-filter--color:var(--theme-color-primary);--theme-table-header-sort--color:var(--theme-color-primary);--theme-table-header-splitter--background:var(--theme-color-soft-bdr);--theme-table-header-splitter--background--hover:var(--theme-color-dynamic);--theme-table-data-row--background:var(--theme-color-ghost);--theme-table-data-row--background--hover:var(--theme-color-ghost--hover);--theme-table-data-row--background--active:var(--theme-color-ghost--active);--theme-table-data-row--background--selected:var(--theme-color-ghost--selected);--theme-table-data-row--background--disabled:var(--theme-color-ghost);--theme-table-data-row--background--selected-hover:var(--theme-color-ghost--selected-hover);--theme-table-data-row--background--selected-active:var(--theme-color-ghost--selected-active);--theme-table-data-row--border-color:var(--theme-color-weak-bdr);--theme-table-data-cell--border-color:var(--theme-color-0);--theme-table-data-cell--background:var(--theme-color-ghost);--theme-table-data-cell--background--hover:var(--theme-color-ghost--hover);--theme-table-data-cell--background--active:var(--theme-color-ghost--active);--theme-table-data-cell--background--selected:var(--theme-color-ghost--selected);--theme-table-data-cell--background--disabled:var(--theme-color-ghost);--theme-table-data-cell--background--selected-hover:var(--theme-color-ghost--selected-hover);--theme-table-data-cell--background--selected-active:var(--theme-color-ghost--selected-active);--theme-table-data-cell--color:var(--theme-color-std-text);--theme-table-data-cell--color-disabled:var(--theme-color-weak-text);--theme-table-data-row-alt--background--hover:var(--theme-color-ghost-alt--hover);--theme-table-data-row-alt--background--active:var(--theme-color-ghost-alt--active);--theme-table-data-row-alt--background--selected:var(--theme-color-ghost-alt--selected);--theme-table-data-row-alt--background--disabled:var(--theme-color-ghost-alt);--theme-table-data-row-alt--background--selected-hover:var(--theme-color-ghost-alt--selected-hover);--theme-table-data-row-alt--background--selected-active:var(--theme-color-ghost-alt--selected-active);--theme-table-group-splitter--background:var(--theme-color-x-weak-bdr);--theme-table-group-splitter--background--hover:var(--theme-color-dynamic);--theme-table-group-header-row--background:var(--theme-color-component-11);--theme-table-group-header-row--border-color:var(--theme-color-weak-bdr);--theme-label--color:var(--theme-color-soft-text);--theme-label--color--hover:var(--theme-color-std-text);--theme-label--color--active:var(--theme-color-std-text);--theme-label--color--focus:var(--theme-color-std-text);--theme-label--color--disabled:var(--theme-color-weak-text);--theme-table-selection--border-color:var(--theme-color-0);--theme-shadow-1:0px 2px 2px var(--theme-color-shadow-2),0px 1px 1px var(--theme-color-shadow-1);--theme-shadow-2:-4px 0px 8px var(--theme-color-shadow-2),4px 0px 8px var(--theme-color-shadow-2),0px 0px 16px var(--theme-color-shadow-1);--theme-shadow-3:0px 2px 6px var(--theme-color-shadow-2),0px 0px 8px var(--theme-color-shadow-1);--theme-shadow-4:0px 0px 2px var(--theme-color-shadow-1),0px 4px 8px var(--theme-color-shadow-1),0px 12px 18px var(--theme-color-shadow-1);--theme-inset-shadow-1:inset 0px 2px 4px var(--theme-color-shadow-3);--theme-input--box-shadow:none;--theme-menu--box-shadow:var(--theme-shadow-4);--theme-navigation--box-shadow:var(--theme-shadow-2);--theme-modal--box-shadow:var(--theme-shadow-4);--theme-switch-thumb--box-shadow:none;--theme-tile--box-shadow:var(--theme-shadow-3);--theme-toast--box-shadow:var(--theme-shadow-4);--theme-font-code:JetBrains Mono;--theme-font-sans:Arial;--theme-font-weight-normal:400;--theme-font-weight-bold:700;--theme-font-weight-black:900;--theme-text-h2:var(--theme-font-weight-bold) var(--theme-font-size-xl)/var(--theme-line-height-h2) var(--theme-font-sans);--theme-text-xl:var(--theme-font-weight-normal) var(--theme-font-size-xl)/var(--theme-line-height-xl) var(--theme-font-sans);--theme-text-l-title:var(--theme-font-weight-bold) var(--theme-font-size-l)/var(--theme-line-height-l) var(--theme-font-sans);--theme-text-l-title-single:var(--theme-font-weight-bold) var(--theme-font-size-l)/var(--theme-line-height-l-single) var(--theme-font-sans);--theme-text-l:var(--theme-font-weight-normal) var(--theme-font-size-l)/var(--theme-line-height-l) var(--theme-font-sans);--theme-text-l-single:var(--theme-font-weight-normal) var(--theme-font-size-l)/var(--theme-line-height-l-single) var(--theme-font-sans);--theme-text-default-title:var(--theme-font-weight-bold) var(--theme-font-size-default)/var(--theme-line-height-default) var(--theme-font-sans);--theme-text-default-title-single:var(--theme-font-weight-bold) var(--theme-font-size-default)/var(--theme-line-height-default-single) var(--theme-font-sans);--theme-text-default:var(--theme-font-weight-normal) var(--theme-font-size-default)/var(--theme-line-height-default) var(--theme-font-sans);--theme-text-default-single:var(--theme-font-weight-normal) var(--theme-font-size-default)/var(--theme-line-height-default-single) var(--theme-font-sans);--theme-text-caption:var(--theme-font-weight-bold) var(--theme-font-size-caption)/var(--theme-line-height-caption) var(--theme-font-sans);--theme-text-caption-single:var(--theme-font-weight-bold) var(--theme-font-size-caption)/var(--theme-line-height-caption-single) var(--theme-font-sans);--theme-text-s:var(--theme-font-weight-normal) var(--theme-font-size-s)/var(--theme-line-height-s) var(--theme-font-sans);--theme-text-s-single:var(--theme-font-weight-normal) var(--theme-font-size-s)/var(--theme-line-height-s-single) var(--theme-font-sans);--theme-text-xs:var(--theme-font-weight-normal) var(--theme-font-size-xs)/140% var(--theme-font-sans);--theme-text-default-underline:var(--theme-font-weight-normal) var(--theme-font-size-default)/var(--theme-line-height-default) var(--theme-font-sans);--theme-label:var(--theme-font-weight-normal) var(--theme-ms-0)/var(--theme-line-height-sm) var(--theme-font-sans);--theme-label-lg:var(--theme-font-weight-normal) var(--theme-ms-1)/var(--theme-line-height-sm) var(--theme-font-sans);--theme-label-sm:var(--theme-font-weight-normal) var(--theme-ms--1)/var(--theme-line-height-sm) var(--theme-font-sans);--theme-label-xs:var(--theme-font-weight-normal) var(--theme-ms--2)/var(--theme-line-height-sm) var(--theme-font-sans);--theme-body:var(--theme-font-weight-normal) var(--theme-ms-0)/var(--theme-line-height-md) var(--theme-font-sans);--theme-body-xs:var(--theme-font-weight-normal) var(--theme-ms--2)/var(--theme-line-height-md) var(--theme-font-sans);--theme-body-sm:var(--theme-font-weight-normal) var(--theme-ms--1)/var(--theme-line-height-md) var(--theme-font-sans);--theme-body-lg:var(--theme-font-weight-normal) var(--theme-ms-1)/var(--theme-line-height-md) var(--theme-font-sans);--theme-display:var(--theme-font-weight-normal) var(--theme-ms-3)/var(--theme-line-height-xs) var(--theme-font-sans);--theme-display-xs:var(--theme-font-weight-normal) var(--theme-ms-1)/var(--theme-line-height-xs) var(--theme-font-sans);--theme-display-sm:var(--theme-font-weight-normal) var(--theme-ms-2)/var(--theme-line-height-xs) var(--theme-font-sans);--theme-display-lg:var(--theme-font-weight-normal) var(--theme-ms-4)/var(--theme-line-height-xs) var(--theme-font-sans);--theme-display-xl:var(--theme-font-weight-bold) var(--theme-ms-5)/var(--theme-line-height-xs) var(--theme-font-sans);--theme-display-xxl:var(--theme-font-weight-bold) var(--theme-ms-6)/var(--theme-line-height-xs) var(--theme-font-sans);--theme-h6:var(--theme-font-weight-bold) var(--theme-ms--1)/var(--theme-line-height-md) var(--theme-font-sans);--theme-h5:var(--theme-font-weight-bold) var(--theme-ms-0)/var(--theme-line-height-md) var(--theme-font-sans);--theme-h4:var(--theme-font-weight-bold) var(--theme-ms-1)/var(--theme-line-height-md) var(--theme-font-sans);--theme-h3:var(--theme-font-weight-bold) var(--theme-ms-2)/var(--theme-line-height-md) var(--theme-font-sans);--theme-h2:var(--theme-font-weight-bold) var(--theme-ms-3)/var(--theme-line-height-md) var(--theme-font-sans);--theme-h1:var(--theme-font-weight-bold) var(--theme-ms-4)/var(--theme-line-height-sm) var(--theme-font-sans);--theme-code:var(--theme-font-weight-normal) var(--theme-ms-0)/var(--theme-line-height-lg) var(--theme-font-code);--theme-code-sm:var(--theme-font-weight-normal) var(--theme-ms--1)/var(--theme-line-height-lg) var(--theme-font-code);--theme-code-lg:var(--theme-font-weight-normal) var(--theme-ms-1)/var(--theme-line-height-lg) var(--theme-font-code);--theme-default-border-radius:0.25rem;--theme-small-border-radius:0.125rem;--theme-min-border-radius:0rem;--theme-btn--border-radius:var(--theme-default-border-radius);--theme-blind--border-radius:var(--theme-default-border-radius);--theme-breadcrumb--border-radius:var(--theme-default-border-radius);--theme-group--border-radius:var(--theme-default-border-radius);--theme-group--border-radius--focus:var(--theme-min-border-radius);--theme-kpi--border-radius:var(--theme-default-border-radius);--theme-input--border-radius:var(--theme-default-border-radius);--theme-menu--border-radius:var(--theme-default-border-radius);--theme-message-bar--border-radius:var(--theme-default-border-radius);--theme-tile--border-radius:var(--theme-default-border-radius);--theme-toast--border-radus:var(--theme-default-border-radius);--theme-flip-tile--border-radius:var(--theme-default-border-radius);--theme-upload--border-radius:var(--theme-default-border-radius);--theme-workflow--border-radius:var(--theme-default-border-radius);--theme-default-control-height:2rem;--theme-large-control-height:2.5rem;--theme-medium-control-height:1.5rem;--theme-large-icon-size:2rem;--theme-default-icon-size:1.5rem;--theme-small-icon-size:1rem;--theme-input-min-width:2rem;--theme-size--3:0.375rem;--theme-size--2:0.5rem;--theme-size--1:0.75rem;--theme-size-0:1rem;--theme-size-1:1.5rem;--theme-size-2:2rem;--theme-size-3:3rem;--theme-size-4:4rem;--theme-size-5:6rem;--theme-size-6:8rem;--theme-size-7:12rem;--theme-size-8:16rem;--theme-tab-indicator--height:0.25rem;--theme-font-size-xs:0.625rem;--theme-font-size-s:0.75rem;--theme-font-size-caption:0.75rem;--theme-font-size-default:0.875rem;--theme-font-size-l:1rem;--theme-font-size-xl:1.375rem;--theme-ms--2:0.625rem;--theme-ms--1:0.75rem;--theme-ms-0:0.875rem;--theme-ms-1:1rem;--theme-ms-2:1.25rem;--theme-ms-3:1.5rem;--theme-ms-4:1.8125rem;--theme-ms-5:2.1875rem;--theme-ms-6:2.625rem;--theme-ms-7:3.125rem;--theme-ms-8:3.75rem;--theme-line-height-s:150%;--theme-line-height-s-single:150%;--theme-line-height-caption:150%;--theme-line-height-caption-single:100%;--theme-line-height-default:142.9%;--theme-line-height-default-single:114.3%;--theme-line-height-l:150%;--theme-line-height-l-single:125%;--theme-line-height-h2:145.5%;--theme-line-height-xl:109.1%;--theme-line-height-xs:100%;--theme-line-height-sm:120%;--theme-line-height-md:143%;--theme-line-height-lg:150%;--theme-x-slow-time:1s;--theme-slow-time:500ms;--theme-medium-time:300ms;--theme-default-time:150ms;--theme-short-time:0ms;--theme-btn--focus--outline-offset:0.0625rem;--theme-checkbox--focus--outline-offset:0.0625rem;--theme-radiobtn--focus--outline-offset:0.0625rem;--theme-input--focus--outline-offset:0.0625rem;--theme-input-padding-y:0.5rem;--theme-input-padding-x:0.5rem;--theme-space--3:0.125rem;--theme-space--2:0.1875rem;--theme-space--1:0.25rem;--theme-space-0:0.735rem;--theme-space-1:0.5rem;--theme-space-2:0.75rem;--theme-space-3:1rem;--theme-space-4:1.5rem;--theme-space-5:2rem;--theme-space-6:3rem;--theme-space-7:4rem;--theme-space-8:6rem;--theme-btn--border-thickness:0.125rem;--theme-app-header--border-width:0.0625rem;--theme-blind--border-thickness:0.0625rem;--theme-checkbox--border-thickness:0.125rem;--theme-focus--border-thickness:0.0625rem;--theme-radiobtn--border-thickness:0.125rem;--theme-input--border-thickness:0.0625rem;--theme-menu--border-thickness:0.0625rem;--theme-message-bar--border-thickness:0.125rem;--theme-modal--border-thickness:0.0625rem;--theme-toast--border-thickness:0rem;--theme-primary-bdr-1:0.0625rem solid var(--theme-color-primary);--theme-primary-bdr-2:0.125rem solid var(--theme-color-primary);--theme-dynamic-bdr-1:0.0625rem solid var(--theme-color-dynamic);--theme-dynamic-bdr-2:0.125rem solid var(--theme-color-dynamic);--theme-contrast-bdr-1:0.0625rem solid var(--theme-color-contrast-bdr);--theme-contrast-bdr-2:0.125rem solid var(--theme-color-contrast-bdr);--theme-std-bdr-1:0.0625rem solid var(--theme-color-std-bdr);--theme-std-bdr-2:0.125rem solid var(--theme-color-std-bdr);--theme-soft-bdr-1:0.0625rem solid var(--theme-color-soft-bdr);--theme-soft-bdr-2:0.125rem solid var(--theme-color-soft-bdr);--theme-soft-dashed-bdr-1:0.0625rem dashed var(--theme-color-soft-bdr);--theme-soft-dashed-bdr-2:0.125rem dashed var(--theme-color-soft-bdr);--theme-weak-bdr-1:0.0625rem solid var(--theme-color-weak-bdr);--theme-weak-bdr-2:0.125rem solid var(--theme-color-weak-bdr);--theme-x-weak-bdr-1:0.0625rem solid var(--theme-color-x-weak-bdr);--theme-x-weak-bdr-2:0.125rem solid var(--theme-color-x-weak-bdr);--theme-alarm-bdr-1:0.0625rem solid var(--theme-color-alarm);--theme-alarm-bdr-2:0.125rem solid var(--theme-color-alarm);--theme-critical-bdr-1:0.0625rem solid var(--theme-color-critical);--theme-critical-bdr-2:0.125rem solid var(--theme-color-critical);--theme-warning-bdr-1:0.0625rem solid var(--theme-color-warning);--theme-warning-bdr-2:0.125rem solid var(--theme-color-warning);--theme-success-bdr-1:0.0625rem solid var(--theme-color-success);--theme-success-bdr-2:0.125rem solid var(--theme-color-success);--theme-info-bdr-1:0.0625rem solid var(--theme-color-info);--theme-info-bdr-2:0.125rem solid var(--theme-color-info);--theme-neutral-bdr-1:0.0625rem solid var(--theme-color-neutral);--theme-neutral-bdr-2:0.125rem solid var(--theme-color-neutral);--theme-letter-spacing-xs:-1.2%;--theme-letter-spacing-sm:-0.6%;--theme-letter-spacing-md:0%;--theme-letter-spacing-lg:0.6%;--theme-letter-spacing-xl:1.2%;--theme-letter-spacing-xxl:2%;--ix-theme-name:legacy-classic-dark}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root .theme-legacy-classic-light{--theme-color-ghost:#00000000;--theme-color-ghost--hover:#0000000d;--theme-color-ghost--active:#0000001a;--theme-color-primary:#0e777c;--theme-color-primary--contrast:#fff;--theme-color-primary--hover:#0d7075;--theme-color-primary--active:#0c6a6f;--theme-color-dynamic:#137d81;--theme-color-secondary:#fff;--theme-color-secondary--hover:#f2f2f2;--theme-color-secondary--active:#e5e5e5;--theme-color-component-1:#879baa40;--theme-color-component-1--hover:#6a7f8f4a;--theme-color-component-1--active:#5e6c7654;--theme-color-component-2:#0000281a;--theme-color-component-3:#00000033;--theme-color-component-4:#17212640;--theme-color-component-5:#e1f1f1;--theme-color-component-6:#8d8da0;--theme-color-component-7--hover:#277d7d47;--theme-color-component-7:#32a0a040;--theme-color-component-7--active:#216b6b52;--theme-color-component-error:#fff1f5;--theme-color-component-info:#e3ecfd;--theme-color-component-8:#d6dfe7;--theme-color-ghost--selected:#32a0a040;--theme-color-ghost--selected-hover:#10707040;--theme-color-ghost--selected-active:#0f61614d;--theme-color-ghost-primary--active:#0000000d;--theme-color-ghost-primary--hover:#0000001a;--theme-color-ghost-alt:#002d4a08;--theme-color-ghost-alt--hover:#00000014;--theme-color-ghost-alt--active:#00000021;--theme-color-ghost-alt--selected:#2c8e8e45;--theme-color-ghost-alt--selected-hover:#2577774f;--theme-color-ghost-alt--selected-active:#1f656557;--theme-color-primary--disabled:#0079934d;--theme-color-dynamic--hover:#125d65;--theme-color-dynamic--active:#105259;--theme-color-dynamic-alt:#0ff;--theme-color-dynamic-alt--hover:#63eeee;--theme-color-dynamic-alt--active:#5ce0e0;--theme-color-component-8--hover:#d1fff2;--theme-color-component-9:#0b6165;--theme-color-component-9--hover:#0a5c60;--theme-color-component-9--active:#0a575b;--theme-color-component-9--disabled:#0b61654d;--theme-color-component-10:#377d81;--theme-color-component-10--hover:#34777b;--theme-color-component-10--active:#327174;--theme-color-component-10--disabled:#32717433;--theme-color-1--hover:#f2f2f2;--theme-color-1--active:#e5e5e5;--theme-color-component-11:#ced9e233;--theme-color-0:#ffffff00;--theme-color-1:#fff;--theme-color-2:#f5f8fa;--theme-color-3:#ebf0f5;--theme-color-4:#dfe6ed;--theme-color-5:#ced9e2;--theme-color-6:#becdd7;--theme-color-7:#879baa;--theme-color-8:#555f69;--theme-color-std-bdr:#415f7599;--theme-color-soft-bdr:#415f7566;--theme-color-weak-bdr:#17212626;--theme-color-x-weak-bdr:#1721261a;--theme-color-focus-bdr:#199fff;--theme-color-contrast-bdr:#000;--theme-color-alarm:#dc0031;--theme-color-alarm--hover:#d0002e;--theme-color-alarm--active:#c5002c;--theme-color-alarm--contrast:#fff;--theme-color-alarm-40:#dc003166;--theme-color-alarm-10:#dc00311a;--theme-color-warning:#f0b800;--theme-color-warning--hover:#f2af00;--theme-color-warning--active:#e5a600;--theme-color-warning--contrast:#000;--theme-color-warning-40:#ffb90066;--theme-color-warning-10:#ffb9001a;--theme-color-critical:#eb780a;--theme-color-critical--hover:#df7109;--theme-color-critical--active:#d36b08;--theme-color-critical--contrast:#000;--theme-color-critical-40:#eb780a66;--theme-color-success:#339b00;--theme-color-success--hover:#309300;--theme-color-success--active:#2d8b00;--theme-color-success--contrast:#000;--theme-color-success-40:#339b0066;--theme-color-info:#1e54b3;--theme-color-info--hover:#1c4fa9;--theme-color-info--active:#1a4ba0;--theme-color-info--contrast:#fff;--theme-color-info-40:#1e54b366;--theme-color-neutral:#879bab;--theme-color-neutral--hover:#8093a2;--theme-color-neutral--active:#798b99;--theme-color-neutral--contrast:#000;--theme-color-neutral-40:#879bab66;--theme-color-contrast-text:#000;--theme-color-std-text:#000000bf;--theme-color-soft-text:#0000008c;--theme-color-weak-text:#0000004d;--theme-color-inv-contrast-text:#fff;--theme-color-inv-std-text:#ffffffd9;--theme-color-inv-soft-text:#ffffff99;--theme-color-inv-weak-text:#ffffff66;--theme-color-alarm-text:#c10118;--theme-color-shadow-1:#0000001a;--theme-color-shadow-2:#00000033;--theme-color-shadow-3:rgba(0,0,0,.12);--theme-color-lightbox:#ffffff99;--theme-color-backdrop:#ffffffd9;--theme-color-backdrop-3:#ffffffd9;--theme-color-logo:#fff;--theme-chart-1:#00b8a6;--theme-chart-1-40:#00857866;--theme-chart-2:#007362;--theme-chart-2-40:#00736266;--theme-chart-3:#00aab3;--theme-chart-3-40:#00aab366;--theme-chart-4:#00afd7;--theme-chart-4-40:#00afd766;--theme-chart-5:#617d8c;--theme-chart-5-40:#617d8c66;--theme-chart-6:#1d86dc;--theme-chart-6-40:#1d86dc66;--theme-chart-7:#2351a4;--theme-chart-7-40:#2473ff66;--theme-chart-8:#5581e7;--theme-chart-8-40:#5581e766;--theme-chart-9:#666df4;--theme-chart-9-40:#666df466;--theme-chart-10:#7c40ff;--theme-chart-10-40:#7c40ff66;--theme-chart-11:#a12ef3;--theme-chart-11-40:#a12ef366;--theme-chart-12:#aa32be;--theme-chart-12-40:#a207bd66;--theme-chart-13:#ca5e77;--theme-chart-13-40:#ca5e7766;--theme-chart-14:#d1706f;--theme-chart-14-40:#d1706f66;--theme-chart-15:#dd886a;--theme-chart-15-40:#dd886a66;--theme-chart-16:#94947b;--theme-chart-16-40:#94947b66;--theme-chart-17:#909700;--theme-chart-17-40:#90970066;--theme-chart-axes:#0000004d;--theme-chart-grid-lines:#0000001a;--theme-chart-grid-fill:#fff;--theme-chart-ticks:#0000004d;--theme-chart-tooltip-fill:#ffffffcc;--theme-chart-tooltip-bdr:#00000033;--theme-workflow-step--color--disabled:var(--theme-color-weak-text);--theme-app-header--color:var(--theme-color-inv-std-text);--theme-app-header--background:var(--theme-color-8);--theme-app-header--border-color:var(--theme-color-0);--theme-app-header-logo--color:var(--theme-color-logo);--theme-btn-primary--background:var(--theme-color-primary);--theme-btn-primary--background--hover:var(--theme-color-primary--hover);--theme-btn-primary--background--active:var(--theme-color-primary--active);--theme-btn-primary--background--disabled:var(--theme-color-component-4);--theme-btn-primary--color:var(--theme-color-primary--contrast);--theme-btn-primary--color--hover:var(--theme-color-primary--contrast);--theme-btn-primary--color--active:var(--theme-color-primary--contrast);--theme-btn-primary--color--disabled:var(--theme-color-inv-std-text);--theme-btn-outline-primary--background:var(--theme-color-secondary);--theme-btn-outline-primary--background--hover:var(--theme-color-secondary--hover);--theme-btn-outline-primary--background--active:var(--theme-color-secondary--active);--theme-btn-outline-primary--background--disabled:var(--theme-color-ghost);--theme-btn-outline-primary--color:var(--theme-color-primary);--theme-btn-outline-primary--color--hover:var(--theme-color-primary);--theme-btn-outline-primary--color--active:var(--theme-color-primary);--theme-btn-outline-primary--color--disabled:var(--theme-color-weak-text);--theme-btn-primary--border-color:var(--theme-color-ghost);--theme-btn-primary--border-color--hover:var(--theme-color-ghost);--theme-btn-primary--border-color--active:var(--theme-color-ghost);--theme-btn-primary--border-color--disabled:var(--theme-color-ghost);--theme-btn-invisible-primary--background:var(--theme-color-ghost);--theme-btn-invisible-primary--background--hover:var(--theme-color-ghost-primary--hover);--theme-btn-invisible-primary--background--active:var(--theme-color-ghost-primary--active);--theme-btn-invisible-primary--background--disabled:var(--theme-color-ghost);--theme-btn-invisible-primary--color:var(--theme-color-primary);--theme-btn-invisible-primary--color--hover:var(--theme-color-primary);--theme-btn-invisible-primary--color--active:var(--theme-color-primary);--theme-btn-invisible-primary--color--disabled:var(--theme-color-weak-text);--theme-btn-secondary--background:var(--theme-color-component-1);--theme-btn-secondary--background--hover:var(--theme-color-component-1--hover);--theme-btn-secondary--background--active:var(--theme-color-component-1--active);--theme-btn-secondary--background--disabled:var(--theme-color-component-4);--theme-btn-secondary--color:var(--theme-color-std-text);--theme-btn-secondary--color--hover:var(--theme-color-std-text);--theme-btn-secondary--color--active:var(--theme-color-std-text);--theme-btn-secondary--color--disabled:var(--theme-color-weak-text);--theme-btn-outline-secondary--background:var(--theme-color-secondary);--theme-btn-outline-secondary--background--hover:var(--theme-color-secondary--hover);--theme-btn-outline-secondary--background--active:var(--theme-color-secondary--active);--theme-btn-outline-secondary--background--disabled:var(--theme-color-ghost);--theme-btn-outline-secondary--border-color:var(--theme-color-6);--theme-btn-outline-secondary--border-color--hover:var(--theme-color-6);--theme-btn-outline-secondary--border-color--active:var(--theme-color-6);--theme-btn-outline-secondary--border-color--disabled:var(--theme-color-component-4);--theme-btn-outline-secondary--color:var(--theme-color-soft-text);--theme-btn-outline-secondary--color--hover:var(--theme-color-std-text);--theme-btn-outline-secondary--color--active:var(--theme-color-std-text);--theme-btn-outline-secondary--color--disabled:var(--theme-color-weak-text);--theme-btn-invisible-secondary--background:var(--theme-color-ghost);--theme-btn-invisible-secondary--background--hover:var(--theme-color-ghost--hover);--theme-btn-invisible-secondary--background--active:var(--theme-color-ghost--active);--theme-btn-invisible-secondary--color:var(--theme-color-std-text);--theme-btn-invisible-secondary--color--hover:var(--theme-color-std-text);--theme-btn-invisible-secondary--color--active:var(--theme-color-std-text);--theme-btn-invisible-secondary--color--disabled:var(--theme-color-weak-text);--theme-btn-invisible-secondary--color--selected:var(--theme-color-primary);--theme-btn-invisible-secondary--color--selected-hover:var(--theme-color-primary);--theme-btn-invisible-secondary--color--selected-active:var(--theme-color-primary);--theme-btn-invisible-secondary--background--selected:var(--theme-color-component-7);--theme-btn-invisible-secondary--background--selected-hover:var(--theme-color-component-7--hover);--theme-btn-invisible-secondary--background--selected-active:var(--theme-color-component-7--active);--theme-link-btn--color:var(--theme-color-primary);--theme-link-btn--color--hover:var(--theme-color-primary);--theme-link-btn--color--active:var(--theme-color-contrast-text);--theme-link-btn--border-color:var(--theme-color-ghost);--theme-link-btn--border-color--hover:var(--theme-color-ghost);--theme-link-btn--border-color--active:var(--theme-color-ghost);--theme-link-btn--color--visited:var(--theme-color-primary);--theme-link-btn--border-color--visited:var(--theme-color-ghost);--theme-link-btn--border-color--disabled:var(--theme-color-ghost);--theme-link-btn--color--disabled:var(--theme-color-weak-text);--theme-checkbox-unchecked--background:var(--theme-color-secondary);--theme-checkbox-unchecked--border-color:var(--theme-color-std-bdr);--theme-checkbox-unchecked--background--hover:var(--theme-color-secondary--hover);--theme-checkbox-unchecked--background--active:var(--theme-color-secondary--active);--theme-checkbox-unchecked--border-color--hover:var(--theme-color-std-bdr);--theme-checkbox-unchecked--border-color--active:var(--theme-color-std-bdr);--theme-checkbox-unchecked--background--disabled:var(--theme-color-ghost);--theme-checkbox-unchecked--border-color--disabled:var(--theme-color-weak-bdr);--theme-checkbox-checked--background:var(--theme-color-primary);--theme-checkbox-checked--border-color:var(--theme-color-0);--theme-checkbox-checked--color:var(--theme-color-primary--contrast);--theme-checkbox-checked--background--hover:var(--theme-color-primary--hover);--theme-checkbox-checked--border-color--hover:var(--theme-color-0);--theme-checkbox-checked--color--hover:var(--theme-color-primary--contrast);--theme-checkbox-checked--background--active:var(--theme-color-primary--active);--theme-checkbox-checked--border-color--active:var(--theme-color-0);--theme-checkbox-checked--color--active:var(--theme-color-primary--contrast);--theme-checkbox-checked--background--disabled:var(--theme-color-component-4);--theme-checkbox-checked--border-color--disabled:var(--theme-color-0);--theme-checkbox-checked--color--disabled:var(--theme-color-primary--contrast);--theme-checkbox-mixed--background:var(--theme-color-secondary);--theme-checkbox-mixed--border-color:var(--theme-color-primary);--theme-checkbox-mixed--color:var(--theme-color-primary);--theme-checkbox-mixed--background--hover:var(--theme-color-secondary--hover);--theme-checkbox-mixed--border-color--hover:var(--theme-color-primary);--theme-checkbox-mixed--color--hover:var(--theme-color-primary);--theme-checkbox-mixed--background--active:var(--theme-color-secondary--active);--theme-checkbox-mixed--border-color--active:var(--theme-color-primary);--theme-checkbox-mixed--color--active:var(--theme-color-primary);--theme-checkbox-mixed--background--disabled:var(--theme-color-ghost);--theme-checkbox-mixed--border-color--disabled:var(--theme-color-component-4);--theme-checkbox-mixed--color--disabled:var(--theme-color-component-4);--theme-checkbox-label--color:var(--theme-color-std-text);--theme-checkbox-label--color--disabled:var(--theme-color-weak-text);--theme-radiobtn-unchecked--background:var(--theme-color-secondary);--theme-radiobtn-unchecked--border-color:var(--theme-color-std-bdr);--theme-radiobtn-unchecked--border-color--hover:var(--theme-color-std-bdr);--theme-radiobtn-unchecked--border-color--active:var(--theme-color-std-bdr);--theme-radiobtn-unchecked--border-color--disabled:var(--theme-color-component-4);--theme-radiobtn-unchecked--background--hover:var(--theme-color-secondary--hover);--theme-radiobtn-unchecked--background--active:var(--theme-color-secondary--active);--theme-radiobtn-unchecked--background--disabled:var(--theme-color-ghost);--theme-radiobtn-checked--color:var(--theme-color-primary);--theme-radiobtn-checked--color--active:var(--theme-color-primary);--theme-radiobtn-checked--color--disabled:var(--theme-color-component-4);--theme-radiobtn-label--color:var(--theme-color-std-text);--theme-radiobtn-label--color--disabled:var(--theme-color-weak-text);--theme-radiobtn-checked--background:var(--theme-color-secondary);--theme-radiobtn-checked--background--hover:var(--theme-color-secondary--hover);--theme-radiobtn-checked--background--active:var(--theme-color-secondary--active);--theme-radiobtn-checked--background--disabled:var(--theme-color-ghost);--theme-radiobtn-checked--border-color:var(--theme-color-primary);--theme-radiobtn-checked--border-color--hover:var(--theme-color-primary);--theme-radiobtn-checked--border-color--active:var(--theme-color-primary);--theme-radiobtn-checked--border-color--disabled:var(--theme-color-component-4);--theme-nav--background:var(--theme-color-component-8);--theme-avatar-btn--background:var(--theme-color-ghost);--theme-avatar-btn--background--hover:var(--theme-color-ghost--hover);--theme-avatar-btn--background--active:var(--theme-color-ghost--active);--theme-avatar-btn--color:var(--theme-color-std-text);--theme-avatar-btn--color--hover:var(--theme-color-std-text);--theme-avatar-btn--color--active:var(--theme-color-std-text);--theme-menu-btn--color:var(--theme-color-std-text);--theme-menu-btn--color--hover:var(--theme-color-std-text);--theme-menu-btn--color--active:var(--theme-color-std-text);--theme-menu-btn--background:var(--theme-color-ghost);--theme-menu-btn--background--hover:var(--theme-color-ghost--hover);--theme-menu-btn--background--active:var(--theme-color-ghost--active);--theme-nav-item-primary--background:var(--theme-color-ghost);--theme-nav-item-primary--background--hover:var(--theme-color-ghost--hover);--theme-nav-item-primary--background--active:var(--theme-color-ghost--active);--theme-nav-item-primary--background--selected:var(--theme-color-3);--theme-nav-item-primary--border-color:var(--theme-color-0);--theme-nav-item-primary--border-color--hover:var(--theme-color-0);--theme-nav-item-primary--border-color--active:var(--theme-color-0);--theme-nav-item-primary--border-color--selected:var(--theme-color-primary);--theme-nav-item-primary--color:var(--theme-color-std-text);--theme-nav-item-primary--color--hover:var(--theme-color-std-text);--theme-nav-item-primary--color--active:var(--theme-color-std-text);--theme-nav-item-primary--color--selected:var(--theme-color-std-text);--theme-nav-item-primary-icon--color:var(--theme-color-std-text);--theme-nav-item-primary-icon--color--hover:var(--theme-color-std-text);--theme-nav-item-primary-icon--color--active:var(--theme-color-std-text);--theme-nav-item-primary-icon--color--selected:var(--theme-color-std-text);--theme-nav-item-secondary--background:var(--theme-color-ghost);--theme-nav-item-secondary--background--hover:var(--theme-color-ghost--hover);--theme-nav-item-secondary--background--active:var(--theme-color-ghost--active);--theme-nav-item-secondary--background--disabled:var(--theme-color-0);--theme-nav-item-secondary--background--selected:var(--theme-color-1);--theme-nav-item-secondary--border-color:var(--theme-color-0);--theme-nav-item-secondary--border-color--hover:var(--theme-color-0);--theme-nav-item-secondary--border-color--active:var(--theme-color-0);--theme-nav-item-secondary--border-color--disabled:var(--theme-color-0);--theme-nav-item-secondary--border-color--selected:var(--theme-color-primary);--theme-nav-item-secondary--color:var(--theme-color-std-text);--theme-nav-item-secondary--color--hover:var(--theme-color-std-text);--theme-nav-item-secondary--color--active:var(--theme-color-std-text);--theme-nav-item-secondary--color--disabled:var(--theme-color-weak-text);--theme-nav-item-secondary--color--selected:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color--hover:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color--active:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color--selected:var(--theme-color-std-text);--theme-nav-item-secondary-icon--color--disabled:var(--theme-color-weak-text);--theme-avatar--background:var(--theme-color-component-3);--theme-input--border-color:var(--theme-color-std-bdr);--theme-input--border-color--autofill:var(--theme-color-std-bdr);--theme-input--background:var(--theme-color-1);--theme-input--background--autofill:var(--theme-color-component-info);--theme-input--border-color-bottom--readonly:var(--theme-color-soft-bdr);--theme-input-error--background:var(--theme-color-component-error);--theme-input--color--disabled:var(--theme-color-weak-text);--theme-input--color:var(--theme-color-std-text);--theme-input--color--autofill:var(--theme-color-std-text);--theme-input--background--hover:var(--theme-color-1);--theme-input--border-color--hover:var(--theme-color-std-bdr);--theme-input--background--focus:var(--theme-color-1);--theme-input--border-color--focus:var(--theme-color-primary);--theme-input--background--readonly:var(--theme-color-0);--theme-input--border-color--readonly:var(--theme-color-0);--theme-input--background--disabled:var(--theme-color-0);--theme-input--border-color--disabled:var(--theme-color-0);--theme-input--border-color-bottom--disabled:var(--theme-color-weak-bdr);--theme-input-error--border-color:var(--theme-color-alarm);--theme-input-error-icon--color:var(--theme-color-alarm);--theme-blind-base--border-color:var(--theme-color-weak-bdr);--theme-blind-base--background:var(--theme-color-1);--theme-blind-header-closed--background:var(--theme-color-ghost);--theme-blind-header-closed--background--hover:var(--theme-color-ghost--hover);--theme-blind-header-closed--background--active:var(--theme-color-ghost--active);--theme-blind-header-open--background:var(--theme-color-ghost);--theme-blind-header-open--background--hover:var(--theme-color-ghost--hover);--theme-blind-header-open--background--active:var(--theme-color-ghost--active);--theme-blind-header-open--color--active:var(--theme-color-std-text);--theme-blind-header-icon-open--color--active:var(--theme-color-std-text);--theme-blind-header-icon-open--color--hover:var(--theme-color-std-text);--theme-blind-header-open--color--hover:var(--theme-color-std-text);--theme-blind-header-icon-open--color:var(--theme-color-std-text);--theme-blind-header-open--color:var(--theme-color-std-text);--theme-blind-header-icon-closed--color:var(--theme-color-std-text);--theme-blind-header-icon-closed--color--active:var(--theme-color-std-text);--theme-blind-header-icon-closed--color--hover:var(--theme-color-std-text);--theme-blind-header-closed--color:var(--theme-color-std-text);--theme-blind-header-closed--color--active:var(--theme-color-std-text);--theme-blind-header-closed--color--hover:var(--theme-color-std-text);--theme-breadcrumb-btn--background:var(--theme-color-component-1);--theme-breadcrumb-btn--background--hover:var(--theme-color-component-1--hover);--theme-breadcrumb-btn--background--active:var(--theme-color-component-1--active);--theme-breadcrumb-btn--color:var(--theme-color-std-text);--theme-breadcrumb-btn--color--hover:var(--theme-color-std-text);--theme-breadcrumb-btn--color--active:var(--theme-color-std-text);--theme-breadcrumb-btn-arrow--color:var(--theme-color-std-text);--theme-breadcrumb-btn-arrow--color--hover:var(--theme-color-std-text);--theme-breadcrumb-btn-arrow--color--active:var(--theme-color-std-text);--theme-breadcrumb-btn-last--color:var(--theme-color-std-text);--theme-breadcrumb-ghost--color:var(--theme-color-primary);--theme-breadcrumb-ghost--color--hover:var(--theme-color-primary);--theme-breadcrumb-ghost--color--active:var(--theme-color-primary);--theme-breadcrumb-ghost-arrow--color:var(--theme-color-primary);--theme-breadcrumb-ghost-arrow--color--hover:var(--theme-color-primary);--theme-breadcrumb-ghost-arrow--color--active:var(--theme-color-primary);--theme-breadcrumb-ghost--background:var(--theme-color-ghost);--theme-breadcrumb-ghost--background--hover:var(--theme-color-ghost--hover);--theme-breadcrumb-ghost--background--active:var(--theme-color-ghost--active);--theme-breadcrumb-ghost-last--color:var(--theme-color-soft-text);--theme-avatar--color:var(--theme-color-contrast-text);--theme-chip-close-btn--background--hover:var(--theme-color-ghost--hover);--theme-chip-close-btn--background--active:var(--theme-color-ghost--active);--theme-chip-close-btn--color:var(--theme-color-std-text);--theme-chip-outline--color:var(--theme-color-std-text);--theme-chip-outline--background:var(--theme-color-1);--theme-chip-outline--background--hover:var(--theme-color-1--hover);--theme-chip-outline--background--active:var(--theme-color-1--active);--theme-chip--background:var(--theme-color-component-1);--theme-chip--background--hover:var(--theme-color-component-1--hover);--theme-chip--background--active:var(--theme-color-component-1--active);--theme-chip--color:var(--theme-color-contrast-text);--theme-chip-close-btn--background:var(--theme-color-ghost);--theme-pill-outline--color:var(--theme-color-std-text);--theme-pill-outline--background:var(--theme-color-1);--theme-chip-primary-outline--background:var(--theme-color-secondary);--theme-chip-primary-outline--background--hover:var(--theme-color-secondary--hover);--theme-chip-primary-outline--background--active:var(--theme-color-secondary--active);--theme-chip-primary-outline--border-color:var(--theme-color-primary);--theme-chip-primary-outline--border-color--hover:var(--theme-color-primary);--theme-chip-primary-outline--border-color--active:var(--theme-color-primary);--theme-chip-primary-outline--color:var(--theme-color-primary);--theme-chip-primary-outline--color--hover:var(--theme-color-primary);--theme-chip-primary-outline--color--active:var(--theme-color-primary);--theme-chip-primary--background:var(--theme-color-primary);--theme-chip-primary--background--hover:var(--theme-color-primary--hover);--theme-chip-primary--background--active:var(--theme-color-primary--active);--theme-chip-primary--color:var(--theme-color-primary--contrast);--theme-chip-primary--color--hover:var(--theme-color-primary--contrast);--theme-chip-primary--color--active:var(--theme-color-primary--contrast);--theme-chip-primary-outline--background--display:var(--theme-color-secondary);--theme-chip-primary-outline--border-color--display:var(--theme-color-primary);--theme-chip-primary-outline--color--display:var(--theme-color-std-text);--theme-switch-off--background:var(--theme-color-component-3);--theme-menu--background:var(--theme-color-1);--theme-menu--border-color:var(--theme-color-soft-bdr);--theme-menu-header--color:var(--theme-color-soft-text);--theme-menu-item--background:var(--theme-color-ghost);--theme-menu-item--background--hover:var(--theme-color-ghost--hover);--theme-menu-item--background--active:var(--theme-color-ghost--active);--theme-menu-item--background--disabled:var(--theme-color-ghost);--theme-menu-item--color:var(--theme-color-std-text);--theme-menu-item--color--hover:var(--theme-color-std-text);--theme-menu-item--color--active:var(--theme-color-std-text);--theme-menu-item--color--disabled:var(--theme-color-weak-text);--theme-menu-item-icon--color:var(--theme-color-soft-text);--theme-menu-item-icon--color--hover:var(--theme-color-std-text);--theme-menu-item-icon--color--active:var(--theme-color-std-text);--theme-menu-item-icon--color--disabled:var(--theme-color-weak-text);--theme-menu-item-arrow--color:var(--theme-color-std-text);--theme-menu-item-arrow--color--hover:var(--theme-color-std-text);--theme-menu-item-arrow--color--active:var(--theme-color-std-text);--theme-menu-item-arrow--color--disabled:var(--theme-color-weak-text);--theme-menu-item-check--color:var(--theme-color-std-text);--theme-menu-item-check--color--hover:var(--theme-color-std-text);--theme-menu-item-check--color--active:var(--theme-color-std-text);--theme-menu-item-check--color--disabled:var(--theme-color-weak-text);--theme-select-list-item--background:var(--theme-color-ghost);--theme-select-list-item--background--hover:var(--theme-color-ghost--hover);--theme-select-list-item--background--active:var(--theme-color-ghost--active);--theme-select-list-item--background--disabled:var(--theme-color-ghost);--theme-select-list-item--background--selected:var(--theme-color-ghost--selected);--theme-select-list-item--background--selected-hover:var(--theme-color-ghost--selected-hover);--theme-select-list-item--background--selected-active:var(--theme-color-ghost--selected-active);--theme-select-list-item--background--selected-disabled:var(--theme-color-ghost);--theme-select-list-item--color:var(--theme-color-std-text);--theme-select-list-item--color--hover:var(--theme-color-std-text);--theme-select-list-item--color--active:var(--theme-color-std-text);--theme-select-list-item--color--disabled:var(--theme-color-weak-text);--theme-select-list-item--color--selected:var(--theme-color-std-text);--theme-select-list-item--color--selected-hover:var(--theme-color-std-text);--theme-select-list-item--color--selected-active:var(--theme-color-std-text);--theme-select-list-item--color--selected-disabled:var(--theme-color-weak-text);--theme-select-list-item-check--color:var(--theme-color-std-text);--theme-select-list-item-check--color--hover:var(--theme-color-std-text);--theme-select-list-item-check--color--active:var(--theme-color-std-text);--theme-select-list-item-check--color--disabled:var(--theme-color-weak-text);--theme-select-list--background:var(--theme-color-1);--theme-select-list--border-color:var(--theme-color-soft-bdr);--theme-tab--background:var(--theme-color-ghost);--theme-tab--background--hover:var(--theme-color-ghost--hover);--theme-tab--background--active:var(--theme-color-ghost--active);--theme-tab--background--selected:var(--theme-color-ghost);--theme-tab--background--disabled:var(--theme-color-ghost);--theme-tab-indicator--background:var(--theme-color-0);--theme-tab-indicator--background--hover:var(--theme-color-6);--theme-tab-indicator--background--active:var(--theme-color-6);--theme-tab-indicator--background--selected:var(--theme-color-primary);--theme-tab-indicator--background--disabled:var(--theme-color-0);--theme-animated-tab-indicator--background:var(--theme-color-0);--theme-animated-tab-indicator--background--hover:var(--theme-color-0);--theme-animated-tab-indicator--background--active:var(--theme-color-0);--theme-animated-tab-indicator--background--selected:var(--theme-color-primary);--theme-tab--color:var(--theme-color-soft-text);--theme-tab--color--hover:var(--theme-color-soft-text);--theme-tab--color--active:var(--theme-color-soft-text);--theme-tab--color--selected:var(--theme-color-primary);--theme-tab--color--disabled:var(--theme-color-weak-text);--theme-tab-icon--color:var(--theme-color-soft-text);--theme-tab-icon--color--hover:var(--theme-color-soft-text);--theme-tab-icon--color--active:var(--theme-color-soft-text);--theme-tab-icon--color--selected:var(--theme-color-primary);--theme-tab-icon--color--disabled:var(--theme-color-weak-text);--theme-animated-tab-icon--color:var(--theme-color-soft-text);--theme-animated-tab-icon--color--hover:var(--theme-color-soft-text);--theme-animated-tab-icon--color--active:var(--theme-color-soft-text);--theme-animated-tab-icon--color--selected:var(--theme-color-primary--contrast);--theme-animated-tab-icon--color--disabled:var(--theme-color-weak-text);--theme-animated-tab-circle--background:var(--theme-color-1);--theme-animated-tab-circle--background--hover:var(--theme-color-1--hover);--theme-animated-tab-circle--background--active:var(--theme-color-1--active);--theme-animated-tab-circle--background--selected:var(--theme-color-primary);--theme-animated-tab-circle--background--disabled:var(--theme-color-0);--theme-animated-tab-circle--border-color:var(--theme-color-soft-bdr);--theme-animated-tab-circle--border-color--hover:var(--theme-color-soft-bdr);--theme-animated-tab-circle--border-color--active:var(--theme-color-soft-bdr);--theme-animated-tab-circle--border-color--selected:var(--theme-color-0);--theme-animated-tab-circle--border-color--disabled:var(--theme-color-weak-bdr);--theme-tab-pill--border-color:var(--theme-color-std-bdr);--theme-tab-pill--border-color--hover:var(--theme-color-std-bdr);--theme-tab-pill--border-color--active:var(--theme-color-std-bdr);--theme-tab-pill--border-color--selected:var(--theme-color-primary);--theme-tab-pill--border-color--disabled:var(--theme-color-weak-bdr);--theme-input-unit--color:var(--theme-color-soft-text);--theme-input-gripper--color:var(--theme-color-weak-bdr);--theme-input-gripper--color--hover:var(--theme-color-weak-bdr);--theme-input-gripper--color--focus:var(--theme-color-weak-bdr);--theme-input-search-icon--color:var(--theme-color-std-text);--theme-input-search-icon--color--hover:var(--theme-color-std-text);--theme-input-search-icon--color--focus:var(--theme-color-std-text);--theme-input-search-icon--color--disabled:var(--theme-color-weak-text);--theme-input-select-icon--color:var(--theme-color-soft-text);--theme-input-select-icon--color--hover:var(--theme-color-std-text);--theme-input-select-icon--color--active:var(--theme-color-std-text);--theme-switch-off--background--hover:var(--theme-color-component-4);--theme-switch-off--background--active:var(--theme-color-component-3);--theme-switch-off--background--disabled:var(--theme-color-component-2);--theme-switch-on--background:var(--theme-color-dynamic);--theme-switch-on--background--hover:var(--theme-color-dynamic--hover);--theme-switch-on--background--active:var(--theme-color-dynamic--active);--theme-switch-on--background--disabled:var(--theme-color-component-2);--theme-switch-mixed--background:var(--theme-color-component-3);--theme-switch-mixed--background--hover:var(--theme-color-component-4);--theme-switch-mixed--background--active:var(--theme-color-component-3);--theme-switch-mixed--background--disabled:var(--theme-color-component-2);--theme-switch-off--border-color:var(--theme-color-0);--theme-switch-off--border-color--hover:var(--theme-color-0);--theme-switch-off--border-color--active:var(--theme-color-0);--theme-switch-off--border-color--disabled:var(--theme-color-0);--theme-switch-on--border-color:var(--theme-color-0);--theme-switch-on--border-color--hover:var(--theme-color-0);--theme-switch-on--border-color--active:var(--theme-color-0);--theme-switch-on--border-color--disabled:var(--theme-color-0);--theme-switch-mixed--border-color:var(--theme-color-0);--theme-switch-mixed--border-color--hover:var(--theme-color-0);--theme-switch-mixed--border-color--active:var(--theme-color-0);--theme-switch-mixed--border-color--disabled:var(--theme-color-0);--theme-switch-thumb-off--background:var(--theme-color-1);--theme-switch-thumb-off--background--hover:var(--theme-color-1);--theme-switch-thumb-off--background--active:var(--theme-color-1);--theme-switch-thumb-off--background--disabled:var(--theme-color-component-3);--theme-switch-thumb-on--background:var(--theme-color-1);--theme-switch-thumb-on--background--hover:var(--theme-color-1);--theme-switch-thumb-on--background--active:var(--theme-color-1);--theme-switch-thumb-on--background--disabled:var(--theme-color-component-3);--theme-switch-thumb-mixed--background:var(--theme-color-1);--theme-switch-thumb-mixed--background--hover:var(--theme-color-1);--theme-switch-thumb-mixed--background--active:var(--theme-color-1);--theme-switch-thumb-mixed--background--disabled:var(--theme-color-component-3);--theme-switch-thumb-off--border-color:var(--theme-color-0);--theme-switch-thumb-off--border-color--hover:var(--theme-color-0);--theme-switch-thumb-off--border-color--active:var(--theme-color-0);--theme-switch-thumb-off--border-color--disabled:var(--theme-color-0);--theme-switch-thumb-on--border-color:var(--theme-color-0);--theme-switch-thumb-on--border-color--hover:var(--theme-color-0);--theme-switch-thumb-on--border-color--active:var(--theme-color-0);--theme-switch-thumb-on--border-color--disabled:var(--theme-color-0);--theme-switch-thumb-mixed--border-color:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--hover:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--active:var(--theme-color-0);--theme-switch-thumb-mixed--border-color--disabled:var(--theme-color-0);--theme-switch--color:var(--theme-color-std-text);--theme-switch--color--hover:var(--theme-color-std-text);--theme-switch--color--active:var(--theme-color-std-text);--theme-switch--color--disabled:var(--theme-color-weak-text);--theme-messagebar--color:var(--theme-color-std-text);--theme-messagebar--background:var(--theme-color-1);--theme-scrollbar-track--background:var(--theme-color-2);--theme-scrollbar-track--border:var(--theme-color-1);--theme-scrollbar-thumb--background:var(--theme-color-5);--theme-scrollbar-track--background--hover:var(--theme-color-3);--theme-scrollbar-thumb--background--hover:var(--theme-color-6);--theme-modal--background:var(--theme-color-1);--theme-modal--border-color:var(--theme-color-soft-bdr);--theme-datepicker-day--background:var(--theme-color-ghost);--theme-datepicker-day--background--hover:var(--theme-color-ghost--hover);--theme-datepicker-day--background--active:var(--theme-color-ghost--active);--theme-datepicker-day--background--disabled:var(--theme-color-ghost);--theme-datepicker-day--background--selected:var(--theme-color-component-9);--theme-datepicker-day--background--selected-hover:var(--theme-color-component-9--hover);--theme-datepicker-day--background--selected-active:var(--theme-color-component-9--active);--theme-datepicker-day--background--selected-disabled:var(--theme-color-component-9--disabled);--theme-datepicker-day--background--range:var(--theme-color-component-10);--theme-datepicker-day--background--range-hover:var(--theme-color-component-10--hover);--theme-datepicker-day--background--range-active:var(--theme-color-component-10--active);--theme-datepicker-day--background--range-disabled:var(--theme-color-component-10--disabled);--theme-btn-invisible-primary--border-color:var(--theme-color-0);--theme-btn-invisible-primary--border-color--hover:var(--theme-color-0);--theme-btn-invisible-primary--border-color--active:var(--theme-color-0);--theme-btn-invisible-primary--border-color--disabled:var(--theme-color-0);--theme-btn-secondary--border-color:var(--theme-color-0);--theme-btn-secondary--border-color--hover:var(--theme-color-0);--theme-btn-secondary--border-color--active:var(--theme-color-0);--theme-btn-secondary--border-color--disabled:var(--theme-color-0);--theme-btn-invisible-secondary--border-color:var(--theme-color-0);--theme-btn-invisible-secondary--border-color--hover:var(--theme-color-0);--theme-btn-invisible-secondary--border-color--active:var(--theme-color-0);--theme-btn-invisible-secondary--border-color--disabled:var(--theme-color-0);--theme-map-navigation-logo--color:var(--theme-color-std-text);--theme-map-navigation-header--color:var(--theme-color-std-text);--theme-map-navigation-separator--background:var(--theme-color-soft-bdr);--theme-map-navigation--background:var(--theme-color-3);--theme-btn-invisible-secondary--border-color--selected:var(--theme-color-0);--theme-btn-invisible-secondary--border-color--selected-hover:var(--theme-color-0);--theme-btn-invisible-secondary--border-color--selected-active:var(--theme-color-0);--theme-overlay-header--background:var(--theme-color-3);--theme-overlay-header--color:var(--theme-color-std-text);--theme-nav-overlay--background:var(--theme-color-backdrop);--theme-nav-overlay-header--color:var(--theme-color-std-text);--theme-event-item--background:var(--theme-color-secondary);--theme-event-item--background--disabled:var(--theme-color-component-2);--theme-event-item--border--hover:var(--theme-color-weak-bdr);--theme-event-item--border:var(--theme-color-weak-bdr);--theme-event-item--border--active:var(--theme-color-weak-bdr);--theme-event-item--border--selected:var(--theme-color-dynamic);--theme-event-item--background--hover:var(--theme-color-secondary--hover);--theme-event-item--border--disabled:var(--theme-color-component-2);--theme-event-item--background--active:var(--theme-color-secondary--active);--theme-event-item--background--selected:var(--theme-color-component-5);--theme-event-item-chevron--color:var(--theme-color-soft-text);--theme-flip--color:var(--theme-color-std-text);--theme-flip--background:var(--theme-color-1);--theme-flip--border-color:var(--theme-color-soft-bdr);--theme-flip-footer--background:var(--theme-color-1);--theme-flip-footer--color:var(--theme-color-std-text);--theme-kpi-display--background:var(--theme-color-ghost);--theme-kpi-display--background--hover:var(--theme-color-ghost--hover);--theme-kpi-display--background--active:var(--theme-color-ghost--active);--theme-kpi-display-indicator--background:var(--theme-color-component-4);--theme-kpi-display-label--color:var(--theme-color-soft-text);--theme-kpi-display-icon--color:var(--theme-color-std-text);--theme-kpi-display-value:var(--theme-color-std-text);--theme-kpi-display-units:var(--theme-color-soft-text);--theme-table-data-row-alt--background:var(--theme-color-ghost-alt);--theme-group-item--background:var(--theme-color-component-1);--theme-group-item--background--hover:var(--theme-color-component-1--hover);--theme-group-item--background--active:var(--theme-color-component-1--active);--theme-group-item--background--selected:var(--theme-color-ghost--selected);--theme-group-item--background--disabled:var(--theme-color-component-1);--theme-group-item--border-color:var(--theme-color-0);--theme-group-item--border-color--hover:var(--theme-color-0);--theme-group-item--border-color--active:var(--theme-color-0);--theme-group-item--border-color--selected:var(--theme-color-primary);--theme-group-item--border-color--disabled:var(--theme-color-0);--theme-group-item-indicator--background:var(--theme-color-0);--theme-group-item-indicator--background--selected:var(--theme-color-primary);--theme-group-item-indicator--background--subselected:var(--theme-color-primary);--theme-group-node-closed--color:var(--theme-color-std-text);--theme-group-node-open--color:var(--theme-color-std-text);--theme-group-header--color:var(--theme-color-std-text);--theme-group-subheader--color:var(--theme-color-std-text);--theme-group-item-icon--color:var(--theme-color-std-text);--theme-group-item-text--color:var(--theme-color-std-text);--theme-group-item-subtext--color:var(--theme-color-soft-text);--theme-group-item-icon--color--disabled:var(--theme-color-weak-text);--theme-group-item-text--color--disabled:var(--theme-color-weak-text);--theme-group-item-subtext--color--disabled:var(--theme-color-weak-text);--theme-upload--background:var(--theme-color-1);--theme-upload--background--dragover:var(--theme-color-1);--theme-upload--border-color:var(--theme-color-soft-bdr);--theme-upload--border-color--dragover:var(--theme-color-primary);--theme-upload--background--checking:var(--theme-color-1);--theme-upload--background--disabled:var(--theme-color-0);--theme-upload--border-color--checking:var(--theme-color-soft-bdr);--theme-upload--border-color--disabled:var(--theme-color-soft-bdr);--theme-upload-text--color:var(--theme-color-std-text);--theme-upload-text--color--checking:var(--theme-color-std-text);--theme-upload-text--color--disabled:var(--theme-color-weak-text);--theme-input-extra--background--active:var(--theme-color-secondary--active);--theme-input-extra--background--hover:var(--theme-color-secondary--hover);--theme-btn-outline-primary--border-color:var(--theme-color-primary);--theme-btn-outline-primary--border-color--hover:var(--theme-color-primary);--theme-btn-outline-primary--border-color--active:var(--theme-color-primary);--theme-btn-outline-primary--border-color--disabled:var(--theme-color-component-4);--theme-btn-invisible-secondary--background--disabled:var(--theme-color-ghost);--theme-ghost--background:var(--theme-color-ghost);--theme-ghost--background--hover:var(--theme-color-ghost--hover);--theme-ghost--background--active:var(--theme-color-ghost--active);--theme-radiobtn-checked--color--hover:var(--theme-color-dynamic);--theme-input-hint--color:var(--theme-color-soft-text);--theme-menu-separator--background:var(--theme-color-weak-bdr);--theme-select-list-item-hint--color:var(--theme-color-soft-text);--theme-select-list-item-hint--color--hover:var(--theme-color-soft-text);--theme-select-list-item-hint--color--active:var(--theme-color-soft-text);--theme-toast-timer-track--background:var(--theme-color-0);--theme-toast-timer-value--background:var(--theme-color-6);--theme-toast--background:var(--theme-color-1);--theme-toast--border-color:var(--theme-color-0);--theme-toast--color:var(--theme-color-std-text);--theme-datepicker-day--border-color:var(--theme-color-0);--theme-datepicker-day--border-color--hover:var(--theme-color-0);--theme-datepicker-day--border-color--active:var(--theme-color-0);--theme-datepicker-day--border-color--disabled:var(--theme-color-0);--theme-datepicker-day--color:var(--theme-color-primary);--theme-datepicker-day--color--hover:var(--theme-color-primary);--theme-datepicker-day--color--active:var(--theme-color-primary);--theme-datepicker-day--color--disabled:var(--theme-color-weak-text);--theme-datepicker-day--border-color--selected:var(--theme-color-0);--theme-datepicker-day--border-color--selected-hover:var(--theme-color-0);--theme-datepicker-day--border-color--selected-active:var(--theme-color-0);--theme-datepicker-day--border-color--selected-disabled:var(--theme-color-0);--theme-datepicker-day--color--selected:var(--theme-color-primary--contrast);--theme-datepicker-day--color--selected-hover:var(--theme-color-primary--contrast);--theme-datepicker-day--color--selected-active:var(--theme-color-primary--contrast);--theme-datepicker-day--color--selected-disabled:var(--theme-color-weak-text);--theme-datepicker-day--border-color--range:var(--theme-color-0);--theme-datepicker-day--border-color--range-hover:var(--theme-color-0);--theme-datepicker-day--border-color--range-active:var(--theme-color-0);--theme-datepicker-day--border-color--range-disabled:var(--theme-color-0);--theme-datepicker-day--color--range:var(--theme-color-primary--contrast);--theme-datepicker-day--color--range-hover:var(--theme-color-primary--contrast);--theme-datepicker-day--color--range-active:var(--theme-color-primary--contrast);--theme-datepicker-day--color--range-disabled:var(--theme-color-weak-text);--theme-datepicker-today--background:var(--theme-color-ghost);--theme-datepicker-today--background--hover:var(--theme-color-ghost--hover);--theme-datepicker-today--background--active:var(--theme-color-ghost--active);--theme-datepicker-today--background--disabled:var(--theme-color-ghost);--theme-datepicker-today--border-color:var(--theme-color-primary);--theme-datepicker-today--border-color--hover:var(--theme-color-primary);--theme-datepicker-today--border-color--active:var(--theme-color-primary);--theme-datepicker-today--border-color--disabled:var(--theme-color-primary--disabled);--theme-datepicker-today--color:var(--theme-color-primary);--theme-datepicker-today--color--hover:var(--theme-color-primary);--theme-datepicker-today--color--active:var(--theme-color-primary);--theme-datepicker-today--color--disabled:var(--theme-color-weak-text);--theme-datepicker-today--background--selected:var(--theme-color-component-9);--theme-datepicker-today--background--selected-hover:var(--theme-color-component-9--hover);--theme-datepicker-today--background--selected-active:var(--theme-color-component-9--active);--theme-datepicker-today--background--selected-disabled:var(--theme-color-component-9--disabled);--theme-datepicker-today--border-color--selected:var(--theme-color-primary);--theme-datepicker-today--border-color--selected-hover:var(--theme-color-primary);--theme-datepicker-today--border-color--selected-active:var(--theme-color-primary);--theme-datepicker-today--border-color--selected-disabled:var(--theme-color-primary--disabled);--theme-datepicker-today--color--selected:var(--theme-color-primary--contrast);--theme-datepicker-today--color--selected-hover:var(--theme-color-primary--contrast);--theme-datepicker-today--color--selected-active:var(--theme-color-primary--contrast);--theme-datepicker-today--color--selected-disabled:var(--theme-color-weak-text);--theme-datepicker-today--background--range:var(--theme-color-component-10);--theme-datepicker-today--background--range-hover:var(--theme-color-component-10--hover);--theme-datepicker-today--background--range-active:var(--theme-color-component-10--active);--theme-datepicker-today--background--range-disabled:var(--theme-color-component-10--disabled);--theme-datepicker-today--border-color--range:var(--theme-color-primary);--theme-datepicker-today--border-color--range-hover:var(--theme-color-primary);--theme-datepicker-today--border-color--range-active:var(--theme-color-primary);--theme-datepicker-today--border-color--range-disabled:var(--theme-color-primary--disabled);--theme-datepicker-today--color--range:var(--theme-color-primary--contrast);--theme-datepicker-today--color--range-hover:var(--theme-color-primary--contrast);--theme-datepicker-today--color--range-active:var(--theme-color-primary--contrast);--theme-datepicker-today--color--range-disabled:var(--theme-color-weak-text);--theme-datepicker-separator--background:var(--theme-color-x-weak-bdr);--theme-datepicker-weekday--color:var(--theme-color-soft-text);--theme-datepicker-cw--color:var(--theme-color-soft-text);--theme-datepicker-time-header:var(--theme-color-std-text);--theme-datepicker-extra--border-color:var(--theme-color-1);--theme-overlay--background:var(--theme-color-backdrop);--theme-tree-item--background:var(--theme-color-ghost);--theme-tree-item--background--hover:var(--theme-color-ghost--hover);--theme-tree-item--background--active:var(--theme-color-ghost--active);--theme-tree-item--background--selected:var(--theme-color-ghost--selected);--theme-tree-item--background--selected-hover:var(--theme-color-ghost--selected-hover);--theme-tree-item--background--selected-active:var(--theme-color-ghost--selected-active);--theme-tree-item-node-closed-icon--color:var(--theme-color-std-text);--theme-tree-item-node-open-icon--color:var(--theme-color-dynamic);--theme-tree-item--color:var(--theme-color-std-text);--theme-tree-item-icon:var(--theme-color-std-text);--theme-tree-item-status--color:var(--theme-color-soft-text);--theme-workflow-step--background:var(--theme-color-ghost);--theme-workflow-step--background--hover:var(--theme-color-ghost--hover);--theme-workflow-step--background--active:var(--theme-color-ghost--active);--theme-workflow-step--background--selected:var(--theme-color-ghost--selected);--theme-workflow-step--background--disabled:var(--theme-color-ghost);--theme-workflow-step--color:var(--theme-color-std-text);--theme-workflow-step-icon--background:var(--theme-color-1);--theme-workflow-step-icon-default--color:var(--theme-color-neutral);--theme-workflow-step-icon-default--color--selected:var(--theme-color-primary);--theme-workflow-step-icon-default--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon-done--color:var(--theme-color-primary);--theme-workflow-step-icon-done--color--selected:var(--theme-color-primary);--theme-workflow-step-icon-done--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon-success--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon-warning--color--disabled:var(--theme-color-weak-text);--theme-workflow-step-icon-error--color--disabled:var(--theme-color-weak-text);--theme-tootlip--background:var(--theme-color-1);--theme-tooltip--border-color:var(--theme-color-0);--theme-tooltip--color:var(--theme-color-std-text);--theme-tooltip-close--color:var(--theme-color-soft-text);--theme-tooltip-close-btn--background:var(--theme-color-ghost);--theme-tooltip-close-btn--background--hover:var(--theme-color-ghost--hover);--theme-tooltip-close-btn--background--active:var(--theme-color-ghost--active);--theme-table--background:var(--theme-color-0);--theme-table--border-color:var(--theme-color-weak-bdr);--theme-table--color:var(--theme-color-std-text);--theme-table-header-row--background:var(--theme-color-component-11);--theme-table-header-row--border-color:var(--theme-color-weak-bdr);--theme-table-header-cell--background:var(--theme-color-ghost);--theme-table-header-cell--background--hover:var(--theme-color-ghost--hover);--theme-table-header-cell--background--active:var(--theme-color-ghost--active);--theme-table-header-cell--border-color:var(--theme-color-0);--theme-table-header-cell--border-color--hover:var(--theme-color-0);--theme-table-header-cell--border-color--active:var(--theme-color-0);--theme-table-header-cell--color:var(--theme-color-std-text);--theme-table-header-filter--color:var(--theme-color-primary);--theme-table-header-sort--color:var(--theme-color-primary);--theme-table-header-splitter--background:var(--theme-color-soft-bdr);--theme-table-header-splitter--background--hover:var(--theme-color-dynamic);--theme-table-data-row--background:var(--theme-color-ghost);--theme-table-data-row--background--hover:var(--theme-color-ghost--hover);--theme-table-data-row--background--active:var(--theme-color-ghost--active);--theme-table-data-row--background--selected:var(--theme-color-ghost--selected);--theme-table-data-row--background--disabled:var(--theme-color-ghost);--theme-table-data-row--background--selected-hover:var(--theme-color-ghost--selected-hover);--theme-table-data-row--background--selected-active:var(--theme-color-ghost--selected-active);--theme-table-data-row--border-color:var(--theme-color-weak-bdr);--theme-table-data-cell--border-color:var(--theme-color-0);--theme-table-data-cell--background:var(--theme-color-ghost);--theme-table-data-cell--background--hover:var(--theme-color-ghost--hover);--theme-table-data-cell--background--active:var(--theme-color-ghost--active);--theme-table-data-cell--background--selected:var(--theme-color-ghost--selected);--theme-table-data-cell--background--disabled:var(--theme-color-ghost);--theme-table-data-cell--background--selected-hover:var(--theme-color-ghost--selected-hover);--theme-table-data-cell--background--selected-active:var(--theme-color-ghost--selected-active);--theme-table-data-cell--color:var(--theme-color-std-text);--theme-table-data-cell--color-disabled:var(--theme-color-weak-text);--theme-table-data-row-alt--background--hover:var(--theme-color-ghost-alt--hover);--theme-table-data-row-alt--background--active:var(--theme-color-ghost-alt--active);--theme-table-data-row-alt--background--selected:var(--theme-color-ghost-alt--selected);--theme-table-data-row-alt--background--disabled:var(--theme-color-ghost-alt);--theme-table-data-row-alt--background--selected-hover:var(--theme-color-ghost-alt--selected-hover);--theme-table-data-row-alt--background--selected-active:var(--theme-color-ghost-alt--selected-active);--theme-table-group-splitter--background:var(--theme-color-x-weak-bdr);--theme-table-group-splitter--background--hover:var(--theme-color-dynamic);--theme-table-group-header-row--background:var(--theme-color-component-11);--theme-table-group-header-row--border-color:var(--theme-color-weak-bdr);--theme-label--color:var(--theme-color-soft-text);--theme-label--color--hover:var(--theme-color-std-text);--theme-label--color--active:var(--theme-color-std-text);--theme-label--color--focus:var(--theme-color-std-text);--theme-label--color--disabled:var(--theme-color-weak-text);--theme-table-selection--border-color:var(--theme-color-0);--theme-shadow-1:0px 2px 2px var(--theme-color-shadow-2),0px 1px 1px var(--theme-color-shadow-1);--theme-shadow-2:-4px 0px 8px var(--theme-color-shadow-2),4px 0px 8px var(--theme-color-shadow-2),0px 0px 16px var(--theme-color-shadow-1);--theme-shadow-3:0px 2px 6px var(--theme-color-shadow-2),0px 0px 8px var(--theme-color-shadow-1);--theme-shadow-4:0px 0px 2px var(--theme-color-shadow-1),0px 4px 8px var(--theme-color-shadow-1),0px 12px 18px var(--theme-color-shadow-1);--theme-inset-shadow-1:inset 0px 2px 4px var(--theme-color-shadow-3);--theme-input--box-shadow:none;--theme-menu--box-shadow:var(--theme-shadow-4);--theme-navigation--box-shadow:var(--theme-shadow-2);--theme-modal--box-shadow:var(--theme-shadow-4);--theme-switch-thumb--box-shadow:none;--theme-tile--box-shadow:var(--theme-shadow-3);--theme-toast--box-shadow:var(--theme-shadow-4);--theme-font-code:JetBrains Mono;--theme-font-sans:Arial;--theme-font-weight-normal:400;--theme-font-weight-bold:700;--theme-font-weight-black:900;--theme-text-h2:var(--theme-font-weight-bold) var(--theme-font-size-xl)/var(--theme-line-height-h2) var(--theme-font-sans);--theme-text-xl:var(--theme-font-weight-normal) var(--theme-font-size-xl)/var(--theme-line-height-xl) var(--theme-font-sans);--theme-text-l-title:var(--theme-font-weight-bold) var(--theme-font-size-l)/var(--theme-line-height-l) var(--theme-font-sans);--theme-text-l-title-single:var(--theme-font-weight-bold) var(--theme-font-size-l)/var(--theme-line-height-l-single) var(--theme-font-sans);--theme-text-l:var(--theme-font-weight-normal) var(--theme-font-size-l)/var(--theme-line-height-l) var(--theme-font-sans);--theme-text-l-single:var(--theme-font-weight-normal) var(--theme-font-size-l)/var(--theme-line-height-l-single) var(--theme-font-sans);--theme-text-default-title:var(--theme-font-weight-bold) var(--theme-font-size-default)/var(--theme-line-height-default) var(--theme-font-sans);--theme-text-default-title-single:var(--theme-font-weight-bold) var(--theme-font-size-default)/var(--theme-line-height-default-single) var(--theme-font-sans);--theme-text-default:var(--theme-font-weight-normal) var(--theme-font-size-default)/var(--theme-line-height-default) var(--theme-font-sans);--theme-text-default-single:var(--theme-font-weight-normal) var(--theme-font-size-default)/var(--theme-line-height-default-single) var(--theme-font-sans);--theme-text-caption:var(--theme-font-weight-bold) var(--theme-font-size-caption)/var(--theme-line-height-caption) var(--theme-font-sans);--theme-text-caption-single:var(--theme-font-weight-bold) var(--theme-font-size-caption)/var(--theme-line-height-caption-single) var(--theme-font-sans);--theme-text-s:var(--theme-font-weight-normal) var(--theme-font-size-s)/var(--theme-line-height-s) var(--theme-font-sans);--theme-text-s-single:var(--theme-font-weight-normal) var(--theme-font-size-s)/var(--theme-line-height-s-single) var(--theme-font-sans);--theme-text-xs:var(--theme-font-weight-normal) var(--theme-font-size-xs)/140% var(--theme-font-sans);--theme-text-default-underline:var(--theme-font-weight-normal) var(--theme-font-size-default)/var(--theme-line-height-default) var(--theme-font-sans);--theme-label:var(--theme-font-weight-normal) var(--theme-ms-0)/var(--theme-line-height-sm) var(--theme-font-sans);--theme-label-lg:var(--theme-font-weight-normal) var(--theme-ms-1)/var(--theme-line-height-sm) var(--theme-font-sans);--theme-label-sm:var(--theme-font-weight-normal) var(--theme-ms--1)/var(--theme-line-height-sm) var(--theme-font-sans);--theme-label-xs:var(--theme-font-weight-normal) var(--theme-ms--2)/var(--theme-line-height-sm) var(--theme-font-sans);--theme-body:var(--theme-font-weight-normal) var(--theme-ms-0)/var(--theme-line-height-md) var(--theme-font-sans);--theme-body-xs:var(--theme-font-weight-normal) var(--theme-ms--2)/var(--theme-line-height-md) var(--theme-font-sans);--theme-body-sm:var(--theme-font-weight-normal) var(--theme-ms--1)/var(--theme-line-height-md) var(--theme-font-sans);--theme-body-lg:var(--theme-font-weight-normal) var(--theme-ms-1)/var(--theme-line-height-md) var(--theme-font-sans);--theme-display:var(--theme-font-weight-normal) var(--theme-ms-3)/var(--theme-line-height-xs) var(--theme-font-sans);--theme-display-xs:var(--theme-font-weight-normal) var(--theme-ms-1)/var(--theme-line-height-xs) var(--theme-font-sans);--theme-display-sm:var(--theme-font-weight-normal) var(--theme-ms-2)/var(--theme-line-height-xs) var(--theme-font-sans);--theme-display-lg:var(--theme-font-weight-normal) var(--theme-ms-4)/var(--theme-line-height-xs) var(--theme-font-sans);--theme-display-xl:var(--theme-font-weight-bold) var(--theme-ms-5)/var(--theme-line-height-xs) var(--theme-font-sans);--theme-display-xxl:var(--theme-font-weight-bold) var(--theme-ms-6)/var(--theme-line-height-xs) var(--theme-font-sans);--theme-h6:var(--theme-font-weight-bold) var(--theme-ms--1)/var(--theme-line-height-md) var(--theme-font-sans);--theme-h5:var(--theme-font-weight-bold) var(--theme-ms-0)/var(--theme-line-height-md) var(--theme-font-sans);--theme-h4:var(--theme-font-weight-bold) var(--theme-ms-1)/var(--theme-line-height-md) var(--theme-font-sans);--theme-h3:var(--theme-font-weight-bold) var(--theme-ms-2)/var(--theme-line-height-md) var(--theme-font-sans);--theme-h2:var(--theme-font-weight-bold) var(--theme-ms-3)/var(--theme-line-height-md) var(--theme-font-sans);--theme-h1:var(--theme-font-weight-bold) var(--theme-ms-4)/var(--theme-line-height-sm) var(--theme-font-sans);--theme-code:var(--theme-font-weight-normal) var(--theme-ms-0)/var(--theme-line-height-lg) var(--theme-font-code);--theme-code-sm:var(--theme-font-weight-normal) var(--theme-ms--1)/var(--theme-line-height-lg) var(--theme-font-code);--theme-code-lg:var(--theme-font-weight-normal) var(--theme-ms-1)/var(--theme-line-height-lg) var(--theme-font-code);--theme-default-border-radius:0.25rem;--theme-small-border-radius:0.125rem;--theme-min-border-radius:0rem;--theme-btn--border-radius:var(--theme-default-border-radius);--theme-blind--border-radius:var(--theme-default-border-radius);--theme-breadcrumb--border-radius:var(--theme-default-border-radius);--theme-group--border-radius:var(--theme-default-border-radius);--theme-group--border-radius--focus:var(--theme-min-border-radius);--theme-kpi--border-radius:var(--theme-default-border-radius);--theme-input--border-radius:var(--theme-default-border-radius);--theme-menu--border-radius:var(--theme-default-border-radius);--theme-message-bar--border-radius:var(--theme-default-border-radius);--theme-tile--border-radius:var(--theme-default-border-radius);--theme-toast--border-radus:var(--theme-default-border-radius);--theme-flip-tile--border-radius:var(--theme-default-border-radius);--theme-upload--border-radius:var(--theme-default-border-radius);--theme-workflow--border-radius:var(--theme-default-border-radius);--theme-default-control-height:2rem;--theme-large-control-height:2.5rem;--theme-medium-control-height:1.5rem;--theme-large-icon-size:2rem;--theme-default-icon-size:1.5rem;--theme-small-icon-size:1rem;--theme-input-min-width:2rem;--theme-size--3:0.375rem;--theme-size--2:0.5rem;--theme-size--1:0.75rem;--theme-size-0:1rem;--theme-size-1:1.5rem;--theme-size-2:2rem;--theme-size-3:3rem;--theme-size-4:4rem;--theme-size-5:6rem;--theme-size-6:8rem;--theme-size-7:12rem;--theme-size-8:16rem;--theme-tab-indicator--height:0.25rem;--theme-font-size-xs:0.625rem;--theme-font-size-s:0.75rem;--theme-font-size-caption:0.75rem;--theme-font-size-default:0.875rem;--theme-font-size-l:1rem;--theme-font-size-xl:1.375rem;--theme-ms--2:0.625rem;--theme-ms--1:0.75rem;--theme-ms-0:0.875rem;--theme-ms-1:1rem;--theme-ms-2:1.25rem;--theme-ms-3:1.5rem;--theme-ms-4:1.8125rem;--theme-ms-5:2.1875rem;--theme-ms-6:2.625rem;--theme-ms-7:3.125rem;--theme-ms-8:3.75rem;--theme-line-height-s:150%;--theme-line-height-s-single:150%;--theme-line-height-caption:150%;--theme-line-height-caption-single:100%;--theme-line-height-default:142.9%;--theme-line-height-default-single:114.3%;--theme-line-height-l:150%;--theme-line-height-l-single:125%;--theme-line-height-h2:145.5%;--theme-line-height-xl:109.1%;--theme-line-height-xs:100%;--theme-line-height-sm:120%;--theme-line-height-md:143%;--theme-line-height-lg:150%;--theme-x-slow-time:1s;--theme-slow-time:500ms;--theme-medium-time:300ms;--theme-default-time:150ms;--theme-short-time:0ms;--theme-btn--focus--outline-offset:0.0625rem;--theme-checkbox--focus--outline-offset:0.0625rem;--theme-radiobtn--focus--outline-offset:0.0625rem;--theme-input--focus--outline-offset:0.0625rem;--theme-input-padding-y:0.5rem;--theme-input-padding-x:0.5rem;--theme-space--3:0.125rem;--theme-space--2:0.1875rem;--theme-space--1:0.25rem;--theme-space-0:0.735rem;--theme-space-1:0.5rem;--theme-space-2:0.75rem;--theme-space-3:1rem;--theme-space-4:1.5rem;--theme-space-5:2rem;--theme-space-6:3rem;--theme-space-7:4rem;--theme-space-8:6rem;--theme-btn--border-thickness:0.125rem;--theme-app-header--border-width:0.0625rem;--theme-blind--border-thickness:0.0625rem;--theme-checkbox--border-thickness:0.125rem;--theme-focus--border-thickness:0.0625rem;--theme-radiobtn--border-thickness:0.125rem;--theme-input--border-thickness:0.0625rem;--theme-menu--border-thickness:0.0625rem;--theme-message-bar--border-thickness:0.125rem;--theme-modal--border-thickness:0.0625rem;--theme-toast--border-thickness:0rem;--theme-primary-bdr-1:0.0625rem solid var(--theme-color-primary);--theme-primary-bdr-2:0.125rem solid var(--theme-color-primary);--theme-dynamic-bdr-1:0.0625rem solid var(--theme-color-dynamic);--theme-dynamic-bdr-2:0.125rem solid var(--theme-color-dynamic);--theme-contrast-bdr-1:0.0625rem solid var(--theme-color-contrast-bdr);--theme-contrast-bdr-2:0.125rem solid var(--theme-color-contrast-bdr);--theme-std-bdr-1:0.0625rem solid var(--theme-color-std-bdr);--theme-std-bdr-2:0.125rem solid var(--theme-color-std-bdr);--theme-soft-bdr-1:0.0625rem solid var(--theme-color-soft-bdr);--theme-soft-bdr-2:0.125rem solid var(--theme-color-soft-bdr);--theme-soft-dashed-bdr-1:0.0625rem dashed var(--theme-color-soft-bdr);--theme-soft-dashed-bdr-2:0.125rem dashed var(--theme-color-soft-bdr);--theme-weak-bdr-1:0.0625rem solid var(--theme-color-weak-bdr);--theme-weak-bdr-2:0.125rem solid var(--theme-color-weak-bdr);--theme-x-weak-bdr-1:0.0625rem solid var(--theme-color-x-weak-bdr);--theme-x-weak-bdr-2:0.125rem solid var(--theme-color-x-weak-bdr);--theme-alarm-bdr-1:0.0625rem solid var(--theme-color-alarm);--theme-alarm-bdr-2:0.125rem solid var(--theme-color-alarm);--theme-critical-bdr-1:0.0625rem solid var(--theme-color-critical);--theme-critical-bdr-2:0.125rem solid var(--theme-color-critical);--theme-warning-bdr-1:0.0625rem solid var(--theme-color-warning);--theme-warning-bdr-2:0.125rem solid var(--theme-color-warning);--theme-success-bdr-1:0.0625rem solid var(--theme-color-success);--theme-success-bdr-2:0.125rem solid var(--theme-color-success);--theme-info-bdr-1:0.0625rem solid var(--theme-color-info);--theme-info-bdr-2:0.125rem solid var(--theme-color-info);--theme-neutral-bdr-1:0.0625rem solid var(--theme-color-neutral);--theme-neutral-bdr-2:0.125rem solid var(--theme-color-neutral);--theme-letter-spacing-xs:-1.2%;--theme-letter-spacing-sm:-0.6%;--theme-letter-spacing-md:0%;--theme-letter-spacing-lg:0.6%;--theme-letter-spacing-xl:1.2%;--theme-letter-spacing-xxl:2%;--ix-theme-name:legacy-classic-light}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { CardVariant } from '../card/card';
|
|
2
|
+
export type ActionCardVariant = CardVariant;
|
|
3
|
+
/**
|
|
4
|
+
* @since 1.6.0
|
|
5
|
+
*/
|
|
6
|
+
export declare class IxActionCard {
|
|
7
|
+
/**
|
|
8
|
+
* Card variant
|
|
9
|
+
*/
|
|
10
|
+
variant: ActionCardVariant;
|
|
11
|
+
/**
|
|
12
|
+
* Card icon
|
|
13
|
+
*/
|
|
14
|
+
icon: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* Card heading
|
|
17
|
+
*/
|
|
18
|
+
heading?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Card subheading
|
|
21
|
+
*/
|
|
22
|
+
subheading?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Card selection
|
|
25
|
+
*/
|
|
26
|
+
selected: boolean;
|
|
27
|
+
render(): any;
|
|
28
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { AppSwitchConfiguration } from '../utils/application-layout/context';
|
|
2
|
+
import { Breakpoint } from '../utils/breakpoints';
|
|
3
|
+
import { IxTheme } from '../utils/theme-switcher';
|
|
4
|
+
/**
|
|
5
|
+
* @since 2.1.0
|
|
6
|
+
*/
|
|
7
|
+
export declare class Application {
|
|
8
|
+
hostElement: HTMLIxApplicationElement;
|
|
9
|
+
/**
|
|
10
|
+
* Application theme
|
|
11
|
+
*/
|
|
12
|
+
theme?: IxTheme;
|
|
13
|
+
/**
|
|
14
|
+
* Use the system appearance dark or light
|
|
15
|
+
*/
|
|
16
|
+
themeSystemAppearance: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Change the responsive layout of the menu structure
|
|
19
|
+
*/
|
|
20
|
+
forceBreakpoint: Breakpoint | undefined;
|
|
21
|
+
forceLayoutChange(newMode: Breakpoint | undefined): void;
|
|
22
|
+
/**
|
|
23
|
+
* Supported layouts
|
|
24
|
+
*/
|
|
25
|
+
breakpoints: Breakpoint[];
|
|
26
|
+
onBreakpointsChange(breakpoints: Breakpoint[]): void;
|
|
27
|
+
/**
|
|
28
|
+
* Define application switch configuration
|
|
29
|
+
*/
|
|
30
|
+
appSwitchConfig?: AppSwitchConfiguration;
|
|
31
|
+
breakpoint: Breakpoint;
|
|
32
|
+
applicationSidebarSlotted: boolean;
|
|
33
|
+
private contextProvider?;
|
|
34
|
+
get menu(): HTMLIxMenuElement | null;
|
|
35
|
+
get applicationSidebarSlot(): HTMLSlotElement;
|
|
36
|
+
private modeDisposable?;
|
|
37
|
+
private onContentClick;
|
|
38
|
+
componentWillLoad(): void;
|
|
39
|
+
disconnectedCallback(): void;
|
|
40
|
+
private changeTheme;
|
|
41
|
+
onApplicationSidebarChange(): void;
|
|
42
|
+
render(): any;
|
|
43
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import { ApplicationLayoutContext } from '../utils/application-layout/context';
|
|
3
|
+
import { Breakpoint } from '../utils/breakpoints';
|
|
4
|
+
import { ContextType } from '../utils/context';
|
|
5
|
+
/**
|
|
6
|
+
* @slot logo - Location of the logo
|
|
7
|
+
*/
|
|
8
|
+
export declare class ApplicationHeader {
|
|
9
|
+
hostElement: HTMLIxApplicationHeaderElement;
|
|
10
|
+
/**
|
|
11
|
+
* Application name
|
|
12
|
+
*/
|
|
13
|
+
name?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Controls the visibility of the menu toggle button based on the context of the application header.
|
|
16
|
+
*
|
|
17
|
+
* When the application header is utilized outside the application frame, the menu toggle button is displayed.
|
|
18
|
+
* Conversely, if the header is within the application frame, this property is ineffective.
|
|
19
|
+
*
|
|
20
|
+
* @since 2.5.0
|
|
21
|
+
*/
|
|
22
|
+
showMenu?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Event emitted when the menu toggle button is clicked
|
|
25
|
+
*
|
|
26
|
+
* @since 2.5.0
|
|
27
|
+
*/
|
|
28
|
+
menuToggle: EventEmitter<boolean>;
|
|
29
|
+
/**
|
|
30
|
+
* Event emitted when the app switch button is clicked
|
|
31
|
+
*
|
|
32
|
+
* @since 3.0.0
|
|
33
|
+
*/
|
|
34
|
+
openAppSwitch: EventEmitter<void>;
|
|
35
|
+
breakpoint: Breakpoint;
|
|
36
|
+
menuExpanded: boolean;
|
|
37
|
+
suppressResponsive: boolean;
|
|
38
|
+
hasSlottedElements: boolean;
|
|
39
|
+
private menuDisposable?;
|
|
40
|
+
private modeDisposable?;
|
|
41
|
+
private callbackUpdateAppSwitchModal?;
|
|
42
|
+
applicationLayoutContext?: ContextType<typeof ApplicationLayoutContext>;
|
|
43
|
+
get contentBackground(): Element;
|
|
44
|
+
componentWillLoad(): void;
|
|
45
|
+
componentDidLoad(): void;
|
|
46
|
+
disconnectedCallback(): void;
|
|
47
|
+
watchApplicationLayoutContext(): void;
|
|
48
|
+
watchSuppressResponsive(): void;
|
|
49
|
+
private isLogoSlotted;
|
|
50
|
+
private attachSiemensLogoIfLoaded;
|
|
51
|
+
private onMenuClick;
|
|
52
|
+
private resolveContextMenuButton;
|
|
53
|
+
private tryUpdateAppSwitch;
|
|
54
|
+
private showAppSwitch;
|
|
55
|
+
private updateIsSlottedContent;
|
|
56
|
+
private onContentBgClick;
|
|
57
|
+
render(): any;
|
|
58
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AppSwitchConfiguration } from '../../utils/application-layout/context';
|
|
2
|
+
/** @internal */
|
|
3
|
+
export declare class ApplicationSwitchModal {
|
|
4
|
+
hostElement: HTMLIxApplicationSwitchModalElement;
|
|
5
|
+
/** @internal */
|
|
6
|
+
config?: AppSwitchConfiguration;
|
|
7
|
+
componentWillLoad(): void;
|
|
8
|
+
render(): any;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @since 2.0.0
|
|
3
|
+
*/
|
|
4
|
+
export declare class Avatar {
|
|
5
|
+
hostElement: HTMLIxAvatarElement;
|
|
6
|
+
/**
|
|
7
|
+
* Display an avatar image
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
image?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Display the initials of the user. Will be overwritten by image
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
15
|
+
initials?: string;
|
|
16
|
+
/**
|
|
17
|
+
* If set an info card displaying the username will be placed inside the dropdown.
|
|
18
|
+
* Note: Only working if avatar is part of the ix-application-header
|
|
19
|
+
*
|
|
20
|
+
* @since 2.1.0
|
|
21
|
+
*/
|
|
22
|
+
username?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Optional description text that will be displayed underneath the username.
|
|
25
|
+
* Note: Only working if avatar is part of the ix-application-header
|
|
26
|
+
*
|
|
27
|
+
* @since 2.1.0
|
|
28
|
+
*/
|
|
29
|
+
extra?: string;
|
|
30
|
+
isClosestApplicationHeader: boolean;
|
|
31
|
+
hasSlottedElements: boolean;
|
|
32
|
+
private slotElement?;
|
|
33
|
+
private dropdownElement?;
|
|
34
|
+
componentWillLoad(): void;
|
|
35
|
+
private slottedChanged;
|
|
36
|
+
private resolveAvatarTrigger;
|
|
37
|
+
private onDropdownClick;
|
|
38
|
+
render(): any;
|
|
39
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Breakpoint } from '../utils/breakpoints';
|
|
2
|
+
export declare class BasicNavigation {
|
|
3
|
+
hostElement: HTMLIxBasicNavigationElement;
|
|
4
|
+
/**
|
|
5
|
+
* Application name
|
|
6
|
+
*/
|
|
7
|
+
applicationName?: string;
|
|
8
|
+
/**
|
|
9
|
+
* Hide application header. Will disable responsive feature of basic navigation.
|
|
10
|
+
*/
|
|
11
|
+
hideHeader: boolean;
|
|
12
|
+
onHideHeaderChange(): void;
|
|
13
|
+
/**
|
|
14
|
+
* Change the responsive layout of the menu structure
|
|
15
|
+
*/
|
|
16
|
+
forceBreakpoint: Breakpoint | undefined;
|
|
17
|
+
forceLayoutChange(newMode: Breakpoint | undefined): void;
|
|
18
|
+
/**
|
|
19
|
+
* Supported layouts
|
|
20
|
+
* @example ['sm', 'md']
|
|
21
|
+
*/
|
|
22
|
+
breakpoints: Breakpoint[];
|
|
23
|
+
onBreakpointsChange(breakpoints: Breakpoint[]): void;
|
|
24
|
+
breakpoint: Breakpoint;
|
|
25
|
+
get menu(): HTMLIxMenuElement | null;
|
|
26
|
+
private modeDisposable?;
|
|
27
|
+
private contextProvider?;
|
|
28
|
+
private onContentClick;
|
|
29
|
+
componentWillLoad(): void;
|
|
30
|
+
componentDidRender(): void;
|
|
31
|
+
disconnectedCallback(): void;
|
|
32
|
+
render(): any;
|
|
33
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import { CardVariant } from '../card/card';
|
|
3
|
+
export type BlindVariant = CardVariant;
|
|
4
|
+
export declare class Blind {
|
|
5
|
+
/**
|
|
6
|
+
* Collapsed state
|
|
7
|
+
*/
|
|
8
|
+
collapsed: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* Label of blind
|
|
11
|
+
*/
|
|
12
|
+
label?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Secondary label inside blind header
|
|
15
|
+
* @since 2.0.0
|
|
16
|
+
*/
|
|
17
|
+
sublabel?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Optional icon to be displayed next to the header label
|
|
20
|
+
* @since 1.5.0
|
|
21
|
+
*/
|
|
22
|
+
icon?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Blind variant
|
|
25
|
+
* @since 2.0.0
|
|
26
|
+
*/
|
|
27
|
+
variant: BlindVariant;
|
|
28
|
+
/**
|
|
29
|
+
* Collapsed state changed
|
|
30
|
+
*/
|
|
31
|
+
collapsedChange: EventEmitter<boolean>;
|
|
32
|
+
hostElement: HTMLIxBlindElement;
|
|
33
|
+
private chevronRef?;
|
|
34
|
+
private blindId;
|
|
35
|
+
constructor();
|
|
36
|
+
private onHeaderClick;
|
|
37
|
+
componentDidLoad(): void;
|
|
38
|
+
get content(): Element;
|
|
39
|
+
animation(isCollapsed: boolean): void;
|
|
40
|
+
private animateCollapse;
|
|
41
|
+
private rotateChevronDown;
|
|
42
|
+
private rotateChevronRight;
|
|
43
|
+
render(): any;
|
|
44
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export declare class Breadcrumb {
|
|
3
|
+
hostElement: HTMLIxBreadcrumbElement;
|
|
4
|
+
/**
|
|
5
|
+
* Excess items will get hidden inside of dropdown
|
|
6
|
+
*/
|
|
7
|
+
visibleItemCount: number;
|
|
8
|
+
/**
|
|
9
|
+
* Items will be accessible through a dropdown
|
|
10
|
+
*/
|
|
11
|
+
nextItems: string[];
|
|
12
|
+
onNextItemsChange(): void;
|
|
13
|
+
/**
|
|
14
|
+
* Ghost breadcrumbs will not show solid backgrounds on individual crumbs unless there is a mouse event (e.g. hover)
|
|
15
|
+
*/
|
|
16
|
+
ghost: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Accessibility label for the dropdown button (ellipsis icon) used to access the dropdown list
|
|
19
|
+
* with conditionally hidden previous items
|
|
20
|
+
*
|
|
21
|
+
* @since 2.0.0
|
|
22
|
+
*/
|
|
23
|
+
ariaLabelPreviousButton: string;
|
|
24
|
+
/**
|
|
25
|
+
* Crumb item clicked event
|
|
26
|
+
*/
|
|
27
|
+
itemClick: EventEmitter<string>;
|
|
28
|
+
/**
|
|
29
|
+
* Next item clicked event
|
|
30
|
+
*/
|
|
31
|
+
nextClick: EventEmitter<{
|
|
32
|
+
event: UIEvent;
|
|
33
|
+
item: string;
|
|
34
|
+
}>;
|
|
35
|
+
private readonly previousButtonRef;
|
|
36
|
+
private readonly nextButtonRef;
|
|
37
|
+
items: HTMLIxBreadcrumbItemElement[];
|
|
38
|
+
isPreviousDropdownExpanded: boolean;
|
|
39
|
+
private mutationObserver?;
|
|
40
|
+
private previousButtonId;
|
|
41
|
+
private previousDropdownId;
|
|
42
|
+
private onItemClick;
|
|
43
|
+
componentDidLoad(): void;
|
|
44
|
+
componentWillLoad(): void;
|
|
45
|
+
disconnectedCallback(): void;
|
|
46
|
+
private onChildMutation;
|
|
47
|
+
private getItems;
|
|
48
|
+
render(): any;
|
|
49
|
+
}
|