@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,4782 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
3
|
+
*
|
|
4
|
+
* SPDX-License-Identifier: MIT
|
|
5
|
+
*
|
|
6
|
+
* This source code is licensed under the MIT license found in the
|
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
|
+
*/
|
|
9
|
+
/* Include 3rd party libraries */
|
|
10
|
+
/* Default Theme */
|
|
11
|
+
/*
|
|
12
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
13
|
+
*/
|
|
14
|
+
/*
|
|
15
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
16
|
+
*/
|
|
17
|
+
:root .theme-classic-dark, :root body:not([class*=theme-]) {
|
|
18
|
+
--theme-color-ghost: #ffffff00;
|
|
19
|
+
--theme-color-ghost--hover: #8ca1ab33;
|
|
20
|
+
--theme-color-ghost--active: #8ca1ab26;
|
|
21
|
+
--theme-color-ghost--selected: #00ffff1f;
|
|
22
|
+
--theme-color-ghost--selected-hover: #68fdfd38;
|
|
23
|
+
--theme-color-ghost--selected-active: #73dddd38;
|
|
24
|
+
--theme-color-ghost-primary--active: #0080802b;
|
|
25
|
+
--theme-color-ghost-primary--hover: #00ffff1f;
|
|
26
|
+
--theme-color-ghost-alt: #ffffff08;
|
|
27
|
+
--theme-color-ghost-alt--hover: #8ca1ab3b;
|
|
28
|
+
--theme-color-ghost-alt--active: #8ca1ab2e;
|
|
29
|
+
--theme-color-ghost-alt--selected: #3affff29;
|
|
30
|
+
--theme-color-ghost-alt--selected-hover: #7bfdfd40;
|
|
31
|
+
--theme-color-ghost-alt--selected-active: #84e1e140;
|
|
32
|
+
--theme-color-primary: #00bde3;
|
|
33
|
+
--theme-color-primary--contrast: #000000;
|
|
34
|
+
--theme-color-primary--hover: #1aecff;
|
|
35
|
+
--theme-color-primary--active: #00eaff;
|
|
36
|
+
--theme-color-primary--disabled: #00aacc73;
|
|
37
|
+
--theme-color-dynamic: #00eaff;
|
|
38
|
+
--theme-color-dynamic--hover: #62e2ee;
|
|
39
|
+
--theme-color-dynamic--active: #5cd5e0;
|
|
40
|
+
--theme-color-dynamic-alt: #00eaff;
|
|
41
|
+
--theme-color-dynamic-alt--hover: #62e2ee;
|
|
42
|
+
--theme-color-dynamic-alt--active: #5cd5e0;
|
|
43
|
+
--theme-color-secondary: #000000;
|
|
44
|
+
--theme-color-secondary--hover: #002639;
|
|
45
|
+
--theme-color-secondary--active: #001d2b;
|
|
46
|
+
--theme-color-component-1: #8ca1ab33;
|
|
47
|
+
--theme-color-component-1--hover: #8ca1ab5c;
|
|
48
|
+
--theme-color-component-1--active: #8ca1ab42;
|
|
49
|
+
--theme-color-component-2: #d3effd3b;
|
|
50
|
+
--theme-color-component-3: #d9f3ff6b;
|
|
51
|
+
--theme-color-component-4: #d6f2ff7d;
|
|
52
|
+
--theme-color-component-5: #e0f5ff99;
|
|
53
|
+
--theme-color-component-6: #d9eaf2a8;
|
|
54
|
+
--theme-color-component-7--hover: #196269;
|
|
55
|
+
--theme-color-component-7: #00eaff1f;
|
|
56
|
+
--theme-color-component-7--active: #16565c;
|
|
57
|
+
--theme-color-component-error: #310006;
|
|
58
|
+
--theme-color-component-info: #001c4d;
|
|
59
|
+
--theme-color-component-8--hover: #002639;
|
|
60
|
+
--theme-color-component-8: #00273b;
|
|
61
|
+
--theme-color-component-9: #00eaff;
|
|
62
|
+
--theme-color-component-9--hover: #52f1ff;
|
|
63
|
+
--theme-color-component-9--active: #0aebff;
|
|
64
|
+
--theme-color-component-9--disabled: #00eaff4d;
|
|
65
|
+
--theme-color-component-10: #00eaffbf;
|
|
66
|
+
--theme-color-component-10--hover: #6bf3ff99;
|
|
67
|
+
--theme-color-component-10--active: #0aebff99;
|
|
68
|
+
--theme-color-component-10--disabled: #00eaff33;
|
|
69
|
+
--theme-color-1--hover: #283236;
|
|
70
|
+
--theme-color-1--active: #222b2f;
|
|
71
|
+
--theme-color-component-11: #56616733;
|
|
72
|
+
--theme-color-0: #00000000;
|
|
73
|
+
--theme-color-1: #0f1619;
|
|
74
|
+
--theme-color-2: #283236;
|
|
75
|
+
--theme-color-3: #3c484d;
|
|
76
|
+
--theme-color-4: #4c5a60;
|
|
77
|
+
--theme-color-5: #59686f;
|
|
78
|
+
--theme-color-6: #63737b;
|
|
79
|
+
--theme-color-7: #6b7c85;
|
|
80
|
+
--theme-color-8: #94a1a9;
|
|
81
|
+
--theme-color-std-bdr: #d3ecf88c;
|
|
82
|
+
--theme-color-soft-bdr: #D3ECF866;
|
|
83
|
+
--theme-color-weak-bdr: #e0f5ff40;
|
|
84
|
+
--theme-color-x-weak-bdr: #8e9da533;
|
|
85
|
+
--theme-color-focus-bdr: #199fff;
|
|
86
|
+
--theme-color-contrast-bdr: #ffffff;
|
|
87
|
+
--theme-color-hard-bdr: #6B7C85;
|
|
88
|
+
--theme-color-alarm: #ff2453;
|
|
89
|
+
--theme-color-alarm--hover: #ff577b;
|
|
90
|
+
--theme-color-alarm--active: #ff335f;
|
|
91
|
+
--theme-color-alarm--contrast: #000000;
|
|
92
|
+
--theme-color-alarm-40: #ff265566;
|
|
93
|
+
--theme-color-alarm-10: #ff26551a;
|
|
94
|
+
--theme-color-warning: #ffbb00;
|
|
95
|
+
--theme-color-warning--hover: #ffc533;
|
|
96
|
+
--theme-color-warning--active: #ffba0a;
|
|
97
|
+
--theme-color-warning--contrast: #000000;
|
|
98
|
+
--theme-color-warning-40: #ffb70066;
|
|
99
|
+
--theme-color-warning-10: #ffb7001a;
|
|
100
|
+
--theme-color-critical: #eb7a0a;
|
|
101
|
+
--theme-color-critical--hover: #ed8721;
|
|
102
|
+
--theme-color-critical--active: #eb8014;
|
|
103
|
+
--theme-color-critical--contrast: #000000;
|
|
104
|
+
--theme-color-critical-40: #eb7a0a66;
|
|
105
|
+
--theme-color-success: #44cc00;
|
|
106
|
+
--theme-color-success--hover: #4eeb00;
|
|
107
|
+
--theme-color-success--active: #47d600;
|
|
108
|
+
--theme-color-success--contrast: #000000;
|
|
109
|
+
--theme-color-success-40: #44cc0066;
|
|
110
|
+
--theme-color-info: #357fff;
|
|
111
|
+
--theme-color-info--hover: #4d8eff;
|
|
112
|
+
--theme-color-info--active: #3d84ff;
|
|
113
|
+
--theme-color-info--contrast: #000000;
|
|
114
|
+
--theme-color-info-40: #357fff66;
|
|
115
|
+
--theme-color-neutral: #b6b8b9;
|
|
116
|
+
--theme-color-neutral--hover: #c8cacb;
|
|
117
|
+
--theme-color-neutral--active: #acaeaf;
|
|
118
|
+
--theme-color-neutral--contrast: #000000;
|
|
119
|
+
--theme-color-neutral-40: #b6b8b966;
|
|
120
|
+
--theme-color-contrast-text: #ffffff;
|
|
121
|
+
--theme-color-std-text: #f5fcffed;
|
|
122
|
+
--theme-color-soft-text: #e5f7ffa8;
|
|
123
|
+
--theme-color-weak-text: #dbf4ff66;
|
|
124
|
+
--theme-color-inv-contrast-text: #000000;
|
|
125
|
+
--theme-color-inv-std-text: #000a14e6;
|
|
126
|
+
--theme-color-inv-soft-text: #000d1499;
|
|
127
|
+
--theme-color-inv-weak-text: #000d1466;
|
|
128
|
+
--theme-color-alarm-text: #ff7694;
|
|
129
|
+
--theme-color-shadow-1: #00000099;
|
|
130
|
+
--theme-color-shadow-2: #000000;
|
|
131
|
+
--theme-color-shadow-3: #00000099;
|
|
132
|
+
--theme-color-lightbox: #000000a6;
|
|
133
|
+
--theme-color-backdrop: #000000d9;
|
|
134
|
+
--theme-color-backdrop-3: #37464dd9;
|
|
135
|
+
--theme-color-gradient-effect-1: #1AECFF;
|
|
136
|
+
--theme-color-gradient-effect-2: #00BDE3;
|
|
137
|
+
--theme-color-logo: #ffffff;
|
|
138
|
+
--theme-color-logo-login: #ffffff;
|
|
139
|
+
--theme-chart-1: #00FFE7;
|
|
140
|
+
--theme-chart-1-40: #00FFE766;
|
|
141
|
+
--theme-chart-2: #94FFC9;
|
|
142
|
+
--theme-chart-2-40: #94FFC966;
|
|
143
|
+
--theme-chart-3: #00C2CC;
|
|
144
|
+
--theme-chart-3-40: #00C2CC66;
|
|
145
|
+
--theme-chart-4: #A3EEFF;
|
|
146
|
+
--theme-chart-4-40: #A3EEFF66;
|
|
147
|
+
--theme-chart-5: #90B4C5;
|
|
148
|
+
--theme-chart-5-40: #90B4C566;
|
|
149
|
+
--theme-chart-6: #42C6FF;
|
|
150
|
+
--theme-chart-6-40: #42C6FF66;
|
|
151
|
+
--theme-chart-7: #7AAAFF;
|
|
152
|
+
--theme-chart-7-40: #7AAAFF66;
|
|
153
|
+
--theme-chart-8: #9EBBFF;
|
|
154
|
+
--theme-chart-8-40: #9EBBFF66;
|
|
155
|
+
--theme-chart-9: #9EA3FF;
|
|
156
|
+
--theme-chart-9-40: #9EA3FF66;
|
|
157
|
+
--theme-chart-10: #B999FF;
|
|
158
|
+
--theme-chart-10-40: #B999FF66;
|
|
159
|
+
--theme-chart-11: #D08FFF;
|
|
160
|
+
--theme-chart-11-40: #D08FFF66;
|
|
161
|
+
--theme-chart-12: #ED85FF;
|
|
162
|
+
--theme-chart-12-40: #F38FC266;
|
|
163
|
+
--theme-chart-13: #F38FC2;
|
|
164
|
+
--theme-chart-13-40: #f38fc266;
|
|
165
|
+
--theme-chart-14: #EF9A9A;
|
|
166
|
+
--theme-chart-14-40: #EF9A9A66;
|
|
167
|
+
--theme-chart-15: #FFB180;
|
|
168
|
+
--theme-chart-15-40: #FFB18066;
|
|
169
|
+
--theme-chart-16: #CACAB4;
|
|
170
|
+
--theme-chart-16-40: #CACAB466;
|
|
171
|
+
--theme-chart-17: #B5BD00;
|
|
172
|
+
--theme-chart-17-40: #B5BD0066;
|
|
173
|
+
--theme-chart-axes: #ffffff4d;
|
|
174
|
+
--theme-chart-grid-lines: #ffffff1a;
|
|
175
|
+
--theme-chart-grid-fill: #23233c;
|
|
176
|
+
--theme-chart-ticks: #ffffff59;
|
|
177
|
+
--theme-chart-tooltip-fill: #000028cc;
|
|
178
|
+
--theme-chart-tooltip-bdr: #ffffff40;
|
|
179
|
+
--theme-workflow-step--color--disabled: var(--theme-color-weak-text);
|
|
180
|
+
--theme-app-header--color: var(--theme-color-std-text);
|
|
181
|
+
--theme-app-header--background: var(--theme-color-2);
|
|
182
|
+
--theme-app-header--border-color: var(--theme-color-weak-bdr);
|
|
183
|
+
--theme-app-header-logo--color: var(--theme-color-logo);
|
|
184
|
+
--theme-btn-primary--background: var(--theme-color-primary);
|
|
185
|
+
--theme-btn-primary--background--hover: var(--theme-color-primary--hover);
|
|
186
|
+
--theme-btn-primary--background--active: var(--theme-color-primary--active);
|
|
187
|
+
--theme-btn-primary--background--disabled: var(--theme-color-component-4);
|
|
188
|
+
--theme-btn-primary--color: var(--theme-color-primary--contrast);
|
|
189
|
+
--theme-btn-primary--color--hover: var(--theme-color-primary--contrast);
|
|
190
|
+
--theme-btn-primary--color--active: var(--theme-color-primary--contrast);
|
|
191
|
+
--theme-btn-primary--color--disabled: var(--theme-color-primary--contrast);
|
|
192
|
+
--theme-btn-outline-primary--background: var(--theme-color-secondary);
|
|
193
|
+
--theme-btn-outline-primary--background--hover: var(--theme-color-secondary--hover);
|
|
194
|
+
--theme-btn-outline-primary--background--active: var(--theme-color-secondary--active);
|
|
195
|
+
--theme-btn-outline-primary--background--disabled: var(--theme-color-ghost);
|
|
196
|
+
--theme-btn-outline-primary--color: var(--theme-color-primary);
|
|
197
|
+
--theme-btn-outline-primary--color--hover: var(--theme-color-dynamic);
|
|
198
|
+
--theme-btn-outline-primary--color--active: var(--theme-color-dynamic);
|
|
199
|
+
--theme-btn-outline-primary--color--disabled: var(--theme-color-weak-text);
|
|
200
|
+
--theme-btn-primary--border-color: var(--theme-color-ghost);
|
|
201
|
+
--theme-btn-primary--border-color--hover: var(--theme-color-ghost);
|
|
202
|
+
--theme-btn-primary--border-color--active: var(--theme-color-ghost);
|
|
203
|
+
--theme-btn-primary--border-color--disabled: var(--theme-color-ghost);
|
|
204
|
+
--theme-btn-invisible-primary--background: var(--theme-color-ghost);
|
|
205
|
+
--theme-btn-invisible-primary--background--hover: var(--theme-color-ghost-primary--hover);
|
|
206
|
+
--theme-btn-invisible-primary--background--active: var(--theme-color-ghost-primary--active);
|
|
207
|
+
--theme-btn-invisible-primary--background--disabled: var(--theme-color-ghost);
|
|
208
|
+
--theme-btn-invisible-primary--color: var(--theme-color-primary);
|
|
209
|
+
--theme-btn-invisible-primary--color--hover: var(--theme-color-dynamic);
|
|
210
|
+
--theme-btn-invisible-primary--color--active: var(--theme-color-dynamic);
|
|
211
|
+
--theme-btn-invisible-primary--color--disabled: var(--theme-color-weak-text);
|
|
212
|
+
--theme-btn-secondary--background: var(--theme-color-component-1);
|
|
213
|
+
--theme-btn-secondary--background--hover: var(--theme-color-component-1--hover);
|
|
214
|
+
--theme-btn-secondary--background--active: var(--theme-color-component-1--active);
|
|
215
|
+
--theme-btn-secondary--background--disabled: var(--theme-color-component-1);
|
|
216
|
+
--theme-btn-secondary--color: var(--theme-color-std-text);
|
|
217
|
+
--theme-btn-secondary--color--hover: var(--theme-color-std-text);
|
|
218
|
+
--theme-btn-secondary--color--active: var(--theme-color-std-text);
|
|
219
|
+
--theme-btn-secondary--color--disabled: var(--theme-color-weak-text);
|
|
220
|
+
--theme-btn-outline-secondary--background: var(--theme-color-ghost);
|
|
221
|
+
--theme-btn-outline-secondary--background--hover: var(--theme-color-ghost--hover);
|
|
222
|
+
--theme-btn-outline-secondary--background--active: var(--theme-color-ghost--active);
|
|
223
|
+
--theme-btn-outline-secondary--background--disabled: var(--theme-color-ghost);
|
|
224
|
+
--theme-btn-outline-secondary--border-color: var(--theme-color-component-4);
|
|
225
|
+
--theme-btn-outline-secondary--border-color--hover: var(--theme-color-component-4);
|
|
226
|
+
--theme-btn-outline-secondary--border-color--active: var(--theme-color-component-4);
|
|
227
|
+
--theme-btn-outline-secondary--border-color--disabled: var(--theme-color-component-4);
|
|
228
|
+
--theme-btn-outline-secondary--color: var(--theme-color-std-text);
|
|
229
|
+
--theme-btn-outline-secondary--color--hover: var(--theme-color-std-text);
|
|
230
|
+
--theme-btn-outline-secondary--color--active: var(--theme-color-std-text);
|
|
231
|
+
--theme-btn-outline-secondary--color--disabled: var(--theme-color-weak-text);
|
|
232
|
+
--theme-btn-invisible-secondary--background: var(--theme-color-ghost);
|
|
233
|
+
--theme-btn-invisible-secondary--background--hover: var(--theme-color-ghost--hover);
|
|
234
|
+
--theme-btn-invisible-secondary--background--active: var(--theme-color-ghost--active);
|
|
235
|
+
--theme-btn-invisible-secondary--background--disabled: var(--theme-color-ghost);
|
|
236
|
+
--theme-btn-invisible-secondary--color: var(--theme-color-std-text);
|
|
237
|
+
--theme-btn-invisible-secondary--color--hover: var(--theme-color-std-text);
|
|
238
|
+
--theme-btn-invisible-secondary--color--active: var(--theme-color-std-text);
|
|
239
|
+
--theme-btn-invisible-secondary--color--disabled: var(--theme-color-weak-text);
|
|
240
|
+
--theme-btn-invisible-secondary--color--selected: var(--theme-color-dynamic);
|
|
241
|
+
--theme-btn-invisible-secondary--color--selected-hover: var(--theme-color-dynamic);
|
|
242
|
+
--theme-btn-invisible-secondary--color--selected-active: var(--theme-color-dynamic);
|
|
243
|
+
--theme-btn-invisible-secondary--background--selected: var(--theme-color-component-7);
|
|
244
|
+
--theme-btn-invisible-secondary--background--selected-hover: var(--theme-color-component-7--hover);
|
|
245
|
+
--theme-btn-invisible-secondary--background--selected-active: var(--theme-color-component-7--active);
|
|
246
|
+
--theme-link-btn--color: var(--theme-color-primary);
|
|
247
|
+
--theme-link-btn--color--hover: var(--theme-color-dynamic);
|
|
248
|
+
--theme-link-btn--color--active: var(--theme-color-dynamic);
|
|
249
|
+
--theme-link-btn--border-color: var(--theme-color-ghost);
|
|
250
|
+
--theme-link-btn--border-color--hover: var(--theme-color-ghost);
|
|
251
|
+
--theme-link-btn--border-color--active: var(--theme-color-ghost);
|
|
252
|
+
--theme-link-btn--color--visited: var(--theme-color-primary);
|
|
253
|
+
--theme-link-btn--border-color--visited: var(--theme-color-ghost);
|
|
254
|
+
--theme-link-btn--border-color--disabled: var(--theme-color-ghost);
|
|
255
|
+
--theme-link-btn--color--disabled: var(--theme-color-weak-text);
|
|
256
|
+
--theme-checkbox-unchecked--background: var(--theme-color-secondary);
|
|
257
|
+
--theme-checkbox-unchecked--background--hover: var(--theme-color-secondary--hover);
|
|
258
|
+
--theme-checkbox-unchecked--background--active: var(--theme-color-secondary--active);
|
|
259
|
+
--theme-checkbox-unchecked--background--disabled: var(--theme-color-ghost);
|
|
260
|
+
--theme-checkbox-unchecked--background--invalid: var(--theme-color-component-error);
|
|
261
|
+
--theme-checkbox-unchecked--background--invalid--hover: var(--theme-color-component-error);
|
|
262
|
+
--theme-checkbox-unchecked--background--invalid--active: var(--theme-color-component-error);
|
|
263
|
+
--theme-checkbox-unchecked--background--warning: var(--theme-color-secondary);
|
|
264
|
+
--theme-checkbox-unchecked--background--warning--hover: var(--theme-color-secondary--hover);
|
|
265
|
+
--theme-checkbox-unchecked--background--warning--active: var(--theme-color-secondary--active);
|
|
266
|
+
--theme-checkbox-unchecked--background--info: var(--theme-color-secondary);
|
|
267
|
+
--theme-checkbox-unchecked--background--info--hover: var(--theme-color-secondary--hover);
|
|
268
|
+
--theme-checkbox-unchecked--background--info--active: var(--theme-color-secondary--active);
|
|
269
|
+
--theme-checkbox-unchecked--border-color: var(--theme-color-contrast-bdr);
|
|
270
|
+
--theme-checkbox-unchecked--border-color--hover: var(--theme-color-dynamic);
|
|
271
|
+
--theme-checkbox-unchecked--border-color--active: var(--theme-color-dynamic);
|
|
272
|
+
--theme-checkbox-unchecked--border-color--disabled: var(--theme-color-component-4);
|
|
273
|
+
--theme-checkbox-unchecked--border-color--invalid: var(--theme-color-alarm);
|
|
274
|
+
--theme-checkbox-unchecked--border-color--invalid--hover: var(--theme-color-alarm--hover);
|
|
275
|
+
--theme-checkbox-unchecked--border-color--invalid--active: var(--theme-color-alarm--active);
|
|
276
|
+
--theme-checkbox-unchecked--border-color--warning: var(--theme-color-warning);
|
|
277
|
+
--theme-checkbox-unchecked--border-color--warning--hover: var(--theme-color-warning--hover);
|
|
278
|
+
--theme-checkbox-unchecked--border-color--warning--active: var(--theme-color-warning--active);
|
|
279
|
+
--theme-checkbox-unchecked--border-color--info: var(--theme-color-info);
|
|
280
|
+
--theme-checkbox-unchecked--border-color--info--hover: var(--theme-color-info--hover);
|
|
281
|
+
--theme-checkbox-unchecked--border-color--info--active: var(--theme-color-info--active);
|
|
282
|
+
--theme-checkbox-checked--background: var(--theme-color-dynamic);
|
|
283
|
+
--theme-checkbox-checked--background--hover: var(--theme-color-dynamic--hover);
|
|
284
|
+
--theme-checkbox-checked--background--active: var(--theme-color-dynamic--active);
|
|
285
|
+
--theme-checkbox-checked--background--disabled: var(--theme-color-component-4);
|
|
286
|
+
--theme-checkbox-checked--background--invalid: var(--theme-color-alarm);
|
|
287
|
+
--theme-checkbox-checked--background--invalid--hover: var(--theme-color-alarm--hover);
|
|
288
|
+
--theme-checkbox-checked--background--invalid--active: var(--theme-color-alarm--active);
|
|
289
|
+
--theme-checkbox-checked--background--warning: var(--theme-color-warning);
|
|
290
|
+
--theme-checkbox-checked--background--warning--hover: var(--theme-color-warning--hover);
|
|
291
|
+
--theme-checkbox-checked--background--warning--active: var(--theme-color-warning--active);
|
|
292
|
+
--theme-checkbox-checked--background--info: var(--theme-color-info);
|
|
293
|
+
--theme-checkbox-checked--background--info--hover: var(--theme-color-info--hover);
|
|
294
|
+
--theme-checkbox-checked--background--info--active: var(--theme-color-info--active);
|
|
295
|
+
--theme-checkbox-checked--border-color: var(--theme-color-0);
|
|
296
|
+
--theme-checkbox-checked--border-color--hover: var(--theme-color-0);
|
|
297
|
+
--theme-checkbox-checked--border-color--active: var(--theme-color-0);
|
|
298
|
+
--theme-checkbox-checked--border-color--disabled: var(--theme-color-0);
|
|
299
|
+
--theme-checkbox-checked--border-color--invalid: var(--theme-color-0);
|
|
300
|
+
--theme-checkbox-checked--border-color--invalid--hover: var(--theme-color-0);
|
|
301
|
+
--theme-checkbox-checked--border-color--invalid--active: var(--theme-color-0);
|
|
302
|
+
--theme-checkbox-checked--border-color--warning: var(--theme-color-0);
|
|
303
|
+
--theme-checkbox-checked--border-color--warning--hover: var(--theme-color-0);
|
|
304
|
+
--theme-checkbox-checked--border-color--warning--active: var(--theme-color-0);
|
|
305
|
+
--theme-checkbox-checked--border-color--info: var(--theme-color-0);
|
|
306
|
+
--theme-checkbox-checked--border-color--info--hover: var(--theme-color-0);
|
|
307
|
+
--theme-checkbox-checked--border-color--info--active: var(--theme-color-0);
|
|
308
|
+
--theme-checkbox-checked--color: var(--theme-color-primary--contrast);
|
|
309
|
+
--theme-checkbox-checked--color--hover: var(--theme-color-primary--contrast);
|
|
310
|
+
--theme-checkbox-checked--color--active: var(--theme-color-primary--contrast);
|
|
311
|
+
--theme-checkbox-checked--color--disabled: var(--theme-color-primary--contrast);
|
|
312
|
+
--theme-checkbox-checked--color--invalid: var(--theme-color-alarm--contrast);
|
|
313
|
+
--theme-checkbox-checked--color--invalid--hover: var(--theme-color-alarm--contrast);
|
|
314
|
+
--theme-checkbox-checked--color--invalid--active: var(--theme-color-alarm--contrast);
|
|
315
|
+
--theme-checkbox-checked--color--warning: var(--theme-color-warning--contrast);
|
|
316
|
+
--theme-checkbox-checked--color--warning--hover: var(--theme-color-warning--contrast);
|
|
317
|
+
--theme-checkbox-checked--color--warning--active: var(--theme-color-warning--contrast);
|
|
318
|
+
--theme-checkbox-checked--color--info: var(--theme-color-info--contrast);
|
|
319
|
+
--theme-checkbox-checked--color--info--hover: var(--theme-color-info--contrast);
|
|
320
|
+
--theme-checkbox-checked--color--info--active: var(--theme-color-info--contrast);
|
|
321
|
+
--theme-checkbox-mixed--background: var(--theme-color-dynamic);
|
|
322
|
+
--theme-checkbox-mixed--background--hover: var(--theme-color-dynamic--hover);
|
|
323
|
+
--theme-checkbox-mixed--background--active: var(--theme-color-dynamic--active);
|
|
324
|
+
--theme-checkbox-mixed--background--disabled: var(--theme-color-component-4);
|
|
325
|
+
--theme-checkbox-mixed--background--invalid: var(--theme-color-alarm);
|
|
326
|
+
--theme-checkbox-mixed--background--invalid--hover: var(--theme-color-alarm--hover);
|
|
327
|
+
--theme-checkbox-mixed--background--invalid--active: var(--theme-color-alarm--active);
|
|
328
|
+
--theme-checkbox-mixed--background--warning: var(--theme-color-warning);
|
|
329
|
+
--theme-checkbox-mixed--background--warning--hover: var(--theme-color-warning--hover);
|
|
330
|
+
--theme-checkbox-mixed--background--warning--active: var(--theme-color-warning--active);
|
|
331
|
+
--theme-checkbox-mixed--border-color: var(--theme-color-0);
|
|
332
|
+
--theme-checkbox-mixed--border-color--hover: var(--theme-color-0);
|
|
333
|
+
--theme-checkbox-mixed--border-color--active: var(--theme-color-0);
|
|
334
|
+
--theme-checkbox-mixed--border-color--disabled: var(--theme-color-0);
|
|
335
|
+
--theme-checkbox-mixed--border-color--invalid: var(--theme-color-0);
|
|
336
|
+
--theme-checkbox-mixed--border-color--invalid--hover: var(--theme-color-0);
|
|
337
|
+
--theme-checkbox-mixed--border-color--invalid--active: var(--theme-color-0);
|
|
338
|
+
--theme-checkbox-mixed--border-color--warning: var(--theme-color-0);
|
|
339
|
+
--theme-checkbox-mixed--border-color--warning--hover: var(--theme-color-0);
|
|
340
|
+
--theme-checkbox-mixed--border-color--warning--active: var(--theme-color-0);
|
|
341
|
+
--theme-checkbox-mixed--border-color--info: var(--theme-color-0);
|
|
342
|
+
--theme-checkbox-mixed--border-color--info--hover: var(--theme-color-0);
|
|
343
|
+
--theme-checkbox-mixed--border-color--info--active: var(--theme-color-0);
|
|
344
|
+
--theme-checkbox-mixed--color: var(--theme-color-primary--contrast);
|
|
345
|
+
--theme-checkbox-mixed--color--hover: var(--theme-color-primary--contrast);
|
|
346
|
+
--theme-checkbox-mixed--color--active: var(--theme-color-primary--contrast);
|
|
347
|
+
--theme-checkbox-mixed--color--disabled: var(--theme-color-primary--contrast);
|
|
348
|
+
--theme-checkbox-mixed--color--invalid: var(--theme-color-alarm--contrast);
|
|
349
|
+
--theme-checkbox-mixed--color--invalid--hover: var(--theme-color-alarm--contrast);
|
|
350
|
+
--theme-checkbox-mixed--color--invalid--active: var(--theme-color-alarm--contrast);
|
|
351
|
+
--theme-checkbox-mixed--color--warning: var(--theme-color-warning--contrast);
|
|
352
|
+
--theme-checkbox-mixed--color--warning--hover: var(--theme-color-warning--contrast);
|
|
353
|
+
--theme-checkbox-mixed--color--warning--active: var(--theme-color-warning--contrast);
|
|
354
|
+
--theme-checkbox-mixed--color--info: var(--theme-color-info--contrast);
|
|
355
|
+
--theme-checkbox-mixed--color--info--hover: var(--theme-color-info--contrast);
|
|
356
|
+
--theme-checkbox-mixed--color--info--active: var(--theme-color-info--contrast);
|
|
357
|
+
--theme-checkbox-label--color: var(--theme-color-std-text);
|
|
358
|
+
--theme-checkbox-label--color--disabled: var(--theme-color-weak-text);
|
|
359
|
+
--theme-ghost--background: var(--theme-color-ghost);
|
|
360
|
+
--theme-ghost--background--hover: var(--theme-color-ghost--hover);
|
|
361
|
+
--theme-ghost--background--active: var(--theme-color-ghost--active);
|
|
362
|
+
--theme-radiobtn-unchecked--background: var(--theme-color-secondary);
|
|
363
|
+
--theme-radiobtn-unchecked--background--hover: var(--theme-color-secondary--hover);
|
|
364
|
+
--theme-radiobtn-unchecked--background--active: var(--theme-color-secondary--active);
|
|
365
|
+
--theme-radiobtn-unchecked--background--disabled: var(--theme-color-ghost);
|
|
366
|
+
--theme-radiobtn-unchecked--background--invalid: var(--theme-color-component-error);
|
|
367
|
+
--theme-radiobtn-unchecked--background--invalid--hover: var(--theme-color-component-error);
|
|
368
|
+
--theme-radiobtn-unchecked--background--invalid--active: var(--theme-color-component-error);
|
|
369
|
+
--theme-radiobtn-unchecked--background--warning: var(--theme-color-secondary);
|
|
370
|
+
--theme-radiobtn-unchecked--background--warning--hover: var(--theme-color-secondary--hover);
|
|
371
|
+
--theme-radiobtn-unchecked--background--warning--active: var(--theme-color-secondary--active);
|
|
372
|
+
--theme-radiobtn-unchecked--background--info: var(--theme-color-secondary);
|
|
373
|
+
--theme-radiobtn-unchecked--background--info--hover: var(--theme-color-secondary--hover);
|
|
374
|
+
--theme-radiobtn-unchecked--background--info--active: var(--theme-color-secondary--active);
|
|
375
|
+
--theme-radiobtn-unchecked--border-color: var(--theme-color-contrast-bdr);
|
|
376
|
+
--theme-radiobtn-unchecked--border-color--hover: var(--theme-color-dynamic);
|
|
377
|
+
--theme-radiobtn-unchecked--border-color--active: var(--theme-color-dynamic);
|
|
378
|
+
--theme-radiobtn-unchecked--border-color--disabled: var(--theme-color-component-4);
|
|
379
|
+
--theme-radiobtn-unchecked--border-color--invalid: var(--theme-color-alarm);
|
|
380
|
+
--theme-radiobtn-unchecked--border-color--invalid--hover: var(--theme-color-alarm--hover);
|
|
381
|
+
--theme-radiobtn-unchecked--border-color--invalid--active: var(--theme-color-alarm--active);
|
|
382
|
+
--theme-radiobtn-unchecked--border-color--warning: var(--theme-color-warning);
|
|
383
|
+
--theme-radiobtn-unchecked--border-color--warning--hover: var(--theme-color-warning--hover);
|
|
384
|
+
--theme-radiobtn-unchecked--border-color--warning--active: var(--theme-color-warning--active);
|
|
385
|
+
--theme-radiobtn-unchecked--border-color--info: var(--theme-color-info);
|
|
386
|
+
--theme-radiobtn-unchecked--border-color--info--hover: var(--theme-color-info--hover);
|
|
387
|
+
--theme-radiobtn-unchecked--border-color--info--active: var(--theme-color-info--active);
|
|
388
|
+
--theme-radiobtn-checked--background: var(--theme-color-dynamic);
|
|
389
|
+
--theme-radiobtn-checked--background--hover: var(--theme-color-dynamic--hover);
|
|
390
|
+
--theme-radiobtn-checked--background--active: var(--theme-color-dynamic--active);
|
|
391
|
+
--theme-radiobtn-checked--background--disabled: var(--theme-color-component-4);
|
|
392
|
+
--theme-radiobtn-checked--background--invalid: var(--theme-color-alarm);
|
|
393
|
+
--theme-radiobtn-checked--background--invalid--hover: var(--theme-color-alarm--hover);
|
|
394
|
+
--theme-radiobtn-checked--background--invalid--active: var(--theme-color-alarm--active);
|
|
395
|
+
--theme-radiobtn-checked--background--warning: var(--theme-color-warning);
|
|
396
|
+
--theme-radiobtn-checked--background--warning--hover: var(--theme-color-warning--hover);
|
|
397
|
+
--theme-radiobtn-checked--background--warning--active: var(--theme-color-warning--active);
|
|
398
|
+
--theme-radiobtn-checked--background--info: var(--theme-color-info);
|
|
399
|
+
--theme-radiobtn-checked--background--info--hover: var(--theme-color-info--hover);
|
|
400
|
+
--theme-radiobtn-checked--background--info--active: var(--theme-color-info--active);
|
|
401
|
+
--theme-radiobtn-checked--border-color: var(--theme-color-0);
|
|
402
|
+
--theme-radiobtn-checked--border-color--hover: var(--theme-color-0);
|
|
403
|
+
--theme-radiobtn-checked--border-color--active: var(--theme-color-0);
|
|
404
|
+
--theme-radiobtn-checked--border-color--disabled: var(--theme-color-0);
|
|
405
|
+
--theme-radiobtn-checked--border-color--invalid: var(--theme-color-0);
|
|
406
|
+
--theme-radiobtn-checked--border-color--invalid--hover: var(--theme-color-0);
|
|
407
|
+
--theme-radiobtn-checked--border-color--invalid--active: var(--theme-color-0);
|
|
408
|
+
--theme-radiobtn-checked--border-color--warning: var(--theme-color-0);
|
|
409
|
+
--theme-radiobtn-checked--border-color--warning--hover: var(--theme-color-0);
|
|
410
|
+
--theme-radiobtn-checked--border-color--warning--active: var(--theme-color-0);
|
|
411
|
+
--theme-radiobtn-checked--border-color--info: var(--theme-color-0);
|
|
412
|
+
--theme-radiobtn-checked--border-color--info--hover: var(--theme-color-0);
|
|
413
|
+
--theme-radiobtn-checked--border-color--info--active: var(--theme-color-0);
|
|
414
|
+
--theme-radiobtn-checked--color: var(--theme-color-primary--contrast);
|
|
415
|
+
--theme-radiobtn-checked--color--hover: var(--theme-color-primary--contrast);
|
|
416
|
+
--theme-radiobtn-checked--color--active: var(--theme-color-primary--contrast);
|
|
417
|
+
--theme-radiobtn-checked--color--disabled: var(--theme-color-primary--contrast);
|
|
418
|
+
--theme-radiobtn-checked--color--invalid: var(--theme-color-alarm--contrast);
|
|
419
|
+
--theme-radiobtn-checked--color--invalid--hover: var(--theme-color-alarm--contrast);
|
|
420
|
+
--theme-radiobtn-checked--color--invalid--active: var(--theme-color-alarm--contrast);
|
|
421
|
+
--theme-radiobtn-checked--color--warning: var(--theme-color-warning--contrast);
|
|
422
|
+
--theme-radiobtn-checked--color--warning--hover: var(--theme-color-warning--contrast);
|
|
423
|
+
--theme-radiobtn-checked--color--warning--active: var(--theme-color-warning--contrast);
|
|
424
|
+
--theme-radiobtn-checked--color--info: var(--theme-color-info--contrast);
|
|
425
|
+
--theme-radiobtn-checked--color--info--hover: var(--theme-color-info--contrast);
|
|
426
|
+
--theme-radiobtn-checked--color--info--active: var(--theme-color-info--contrast);
|
|
427
|
+
--theme-radiobtn-label--color: var(--theme-color-std-text);
|
|
428
|
+
--theme-radiobtn-label--color--disabled: var(--theme-color-weak-text);
|
|
429
|
+
--theme-nav--background: var(--theme-color-2);
|
|
430
|
+
--theme-avatar-btn--background: var(--theme-color-ghost);
|
|
431
|
+
--theme-avatar-btn--background--hover: var(--theme-color-ghost--hover);
|
|
432
|
+
--theme-avatar-btn--background--active: var(--theme-color-ghost--active);
|
|
433
|
+
--theme-avatar-btn--color: var(--theme-color-std-text);
|
|
434
|
+
--theme-avatar-btn--color--hover: var(--theme-color-std-text);
|
|
435
|
+
--theme-avatar-btn--color--active: var(--theme-color-std-text);
|
|
436
|
+
--theme-menu-btn--color: var(--theme-color-std-text);
|
|
437
|
+
--theme-menu-btn--color--hover: var(--theme-color-std-text);
|
|
438
|
+
--theme-menu-btn--color--active: var(--theme-color-std-text);
|
|
439
|
+
--theme-menu-btn--background: var(--theme-color-ghost);
|
|
440
|
+
--theme-menu-btn--background--hover: var(--theme-color-ghost--hover);
|
|
441
|
+
--theme-menu-btn--background--active: var(--theme-color-ghost--active);
|
|
442
|
+
--theme-nav-item-primary--background: var(--theme-color-ghost);
|
|
443
|
+
--theme-nav-item-primary--background--hover: var(--theme-color-ghost--hover);
|
|
444
|
+
--theme-nav-item-primary--background--active: var(--theme-color-ghost--active);
|
|
445
|
+
--theme-nav-item-primary--background--selected: var(--theme-color-1);
|
|
446
|
+
--theme-nav-item-primary--border-color: var(--theme-color-0);
|
|
447
|
+
--theme-nav-item-primary--border-color--hover: var(--theme-color-0);
|
|
448
|
+
--theme-nav-item-primary--border-color--active: var(--theme-color-0);
|
|
449
|
+
--theme-nav-item-primary--border-color--selected: var(--theme-color-dynamic);
|
|
450
|
+
--theme-nav-item-primary--color: var(--theme-color-std-text);
|
|
451
|
+
--theme-nav-item-primary--color--hover: var(--theme-color-std-text);
|
|
452
|
+
--theme-nav-item-primary--color--active: var(--theme-color-std-text);
|
|
453
|
+
--theme-nav-item-primary--color--selected: var(--theme-color-std-text);
|
|
454
|
+
--theme-nav-item-primary-icon--color: var(--theme-color-std-text);
|
|
455
|
+
--theme-nav-item-primary-icon--color--hover: var(--theme-color-std-text);
|
|
456
|
+
--theme-nav-item-primary-icon--color--active: var(--theme-color-std-text);
|
|
457
|
+
--theme-nav-item-primary-icon--color--selected: var(--theme-color-std-text);
|
|
458
|
+
--theme-nav-item-secondary--background: var(--theme-color-ghost);
|
|
459
|
+
--theme-nav-item-secondary--background--hover: var(--theme-color-ghost--hover);
|
|
460
|
+
--theme-nav-item-secondary--background--active: var(--theme-color-ghost--active);
|
|
461
|
+
--theme-nav-item-secondary--background--disabled: var(--theme-color-0);
|
|
462
|
+
--theme-nav-item-secondary--background--selected: var(--theme-color-3);
|
|
463
|
+
--theme-nav-item-secondary--border-color: var(--theme-color-0);
|
|
464
|
+
--theme-nav-item-secondary--border-color--hover: var(--theme-color-0);
|
|
465
|
+
--theme-nav-item-secondary--border-color--active: var(--theme-color-0);
|
|
466
|
+
--theme-nav-item-secondary--border-color--disabled: var(--theme-color-0);
|
|
467
|
+
--theme-nav-item-secondary--border-color--selected: var(--theme-color-dynamic);
|
|
468
|
+
--theme-nav-item-secondary--color: var(--theme-color-std-text);
|
|
469
|
+
--theme-nav-item-secondary--color--hover: var(--theme-color-std-text);
|
|
470
|
+
--theme-nav-item-secondary--color--active: var(--theme-color-std-text);
|
|
471
|
+
--theme-nav-item-secondary--color--disabled: var(--theme-color-weak-text);
|
|
472
|
+
--theme-nav-item-secondary--color--selected: var(--theme-color-std-text);
|
|
473
|
+
--theme-nav-item-secondary-icon--color: var(--theme-color-std-text);
|
|
474
|
+
--theme-nav-item-secondary-icon--color--hover: var(--theme-color-std-text);
|
|
475
|
+
--theme-nav-item-secondary-icon--color--active: var(--theme-color-std-text);
|
|
476
|
+
--theme-nav-item-secondary-icon--color--selected: var(--theme-color-std-text);
|
|
477
|
+
--theme-nav-item-secondary-icon--color--disabled: var(--theme-color-weak-text);
|
|
478
|
+
--theme-avatar--background: var(--theme-color-component-3);
|
|
479
|
+
--theme-input--background: var(--theme-color-component-8);
|
|
480
|
+
--theme-input--background--hover: var(--theme-color-component-8--hover);
|
|
481
|
+
--theme-input--background--focus: var(--theme-color-component-8--hover);
|
|
482
|
+
--theme-input--background--readonly: var(--theme-color-0);
|
|
483
|
+
--theme-input--background--autofill: var(--theme-color-component-info);
|
|
484
|
+
--theme-input--background--disabled: var(--theme-color-0);
|
|
485
|
+
--theme-input--background--invalid: var(--theme-color-component-error);
|
|
486
|
+
--theme-input--background--invalid--hover: var(--theme-color-component-error);
|
|
487
|
+
--theme-input--background--invalid--focus: var(--theme-color-component-error);
|
|
488
|
+
--theme-input--border-color: var(--theme-color-std-bdr);
|
|
489
|
+
--theme-input--border-color--hover: var(--theme-color-dynamic);
|
|
490
|
+
--theme-input--border-color--focus: var(--theme-color-dynamic);
|
|
491
|
+
--theme-input--border-color--autofill: var(--theme-color-hard-bdr);
|
|
492
|
+
--theme-input--border-color--readonly: var(--theme-color-0);
|
|
493
|
+
--theme-input--border-color--disabled: var(--theme-color-0);
|
|
494
|
+
--theme-input--border-color-bottom--readonly: var(--theme-color-soft-bdr);
|
|
495
|
+
--theme-input--border-color-bottom--disabled: var(--theme-color-weak-bdr);
|
|
496
|
+
--theme-input--border-color--invalid: var(--theme-color-alarm);
|
|
497
|
+
--theme-input--border-color--invalid--hover: var(--theme-color-alarm);
|
|
498
|
+
--theme-input--border-color--invalid--active: var(--theme-color-alarm);
|
|
499
|
+
--theme-input--border-color--warning: var(--theme-color-warning);
|
|
500
|
+
--theme-input--border-color--warning--hover: var(--theme-color-warning);
|
|
501
|
+
--theme-input--border-color--warning--active: var(--theme-color-warning);
|
|
502
|
+
--theme-input--border-color--info: var(--theme-color-info);
|
|
503
|
+
--theme-input--border-color--info--hover: var(--theme-color-info);
|
|
504
|
+
--theme-input--border-color--info--active: var(--theme-color-info);
|
|
505
|
+
--theme-input-hint--color: var(--theme-color-soft-text);
|
|
506
|
+
--theme-input--color: var(--theme-color-std-text);
|
|
507
|
+
--theme-input--color--disabled: var(--theme-color-weak-text);
|
|
508
|
+
--theme-input--color--autofill: var(--theme-color-std-text);
|
|
509
|
+
--theme-input-error--background: var(--theme-color-component-error);
|
|
510
|
+
--theme-input-error--border-color: var(--theme-color-alarm);
|
|
511
|
+
--theme-input-error-icon--color: var(--theme-color-alarm);
|
|
512
|
+
--theme-helper--color: var(--theme-color-soft-text);
|
|
513
|
+
--theme-helper--color--invalid: var(--theme-color-alarm-text);
|
|
514
|
+
--theme-helper--color--valid: var(--theme-color-std-text);
|
|
515
|
+
--theme-helper--color--warning: var(--theme-color-std-text);
|
|
516
|
+
--theme-helper--color--info: var(--theme-color-std-text);
|
|
517
|
+
--theme-helper-icon--color--invalid: var(--theme-color-alarm);
|
|
518
|
+
--theme-helper-icon--color--valid: var(--theme-color-success);
|
|
519
|
+
--theme-helper-icon--color--warning: var(--theme-color-warning);
|
|
520
|
+
--theme-helper-icon--color--info: var(--theme-color-info);
|
|
521
|
+
--theme-blind-base--border-color: var(--theme-color-0);
|
|
522
|
+
--theme-blind-base--background: var(--theme-color-component-1);
|
|
523
|
+
--theme-blind-header-closed--background: var(--theme-color-ghost);
|
|
524
|
+
--theme-blind-header-closed--background--hover: var(--theme-color-ghost--hover);
|
|
525
|
+
--theme-blind-header-closed--background--active: var(--theme-color-ghost--active);
|
|
526
|
+
--theme-blind-header-open--background: var(--theme-color-ghost);
|
|
527
|
+
--theme-blind-header-open--background--hover: var(--theme-color-ghost--hover);
|
|
528
|
+
--theme-blind-header-open--background--active: var(--theme-color-ghost--active);
|
|
529
|
+
--theme-blind-header-open--color--active: var(--theme-color-std-text);
|
|
530
|
+
--theme-blind-header-icon-open--color--active: var(--theme-color-dynamic);
|
|
531
|
+
--theme-blind-header-icon-open--color--hover: var(--theme-color-dynamic);
|
|
532
|
+
--theme-blind-header-open--color--hover: var(--theme-color-std-text);
|
|
533
|
+
--theme-blind-header-icon-open--color: var(--theme-color-dynamic);
|
|
534
|
+
--theme-blind-header-open--color: var(--theme-color-std-text);
|
|
535
|
+
--theme-blind-header-icon-closed--color: var(--theme-color-primary);
|
|
536
|
+
--theme-blind-header-icon-closed--color--active: var(--theme-color-primary);
|
|
537
|
+
--theme-blind-header-icon-closed--color--hover: var(--theme-color-primary);
|
|
538
|
+
--theme-blind-header-closed--color: var(--theme-color-std-text);
|
|
539
|
+
--theme-blind-header-closed--color--active: var(--theme-color-std-text);
|
|
540
|
+
--theme-blind-header-closed--color--hover: var(--theme-color-std-text);
|
|
541
|
+
--theme-breadcrumb-btn--background: var(--theme-color-component-1);
|
|
542
|
+
--theme-breadcrumb-btn--background--hover: var(--theme-color-component-1--hover);
|
|
543
|
+
--theme-breadcrumb-btn--background--active: var(--theme-color-component-1--active);
|
|
544
|
+
--theme-breadcrumb-btn--color: var(--theme-color-soft-text);
|
|
545
|
+
--theme-breadcrumb-btn--color--hover: var(--theme-color-std-text);
|
|
546
|
+
--theme-breadcrumb-btn--color--active: var(--theme-color-std-text);
|
|
547
|
+
--theme-breadcrumb-btn-arrow--color: var(--theme-color-soft-text);
|
|
548
|
+
--theme-breadcrumb-btn-arrow--color--hover: var(--theme-color-std-text);
|
|
549
|
+
--theme-breadcrumb-btn-arrow--color--active: var(--theme-color-std-text);
|
|
550
|
+
--theme-breadcrumb-btn-last--color: var(--theme-color-soft-text);
|
|
551
|
+
--theme-breadcrumb-ghost--color: var(--theme-color-primary);
|
|
552
|
+
--theme-breadcrumb-ghost--color--hover: var(--theme-color-dynamic);
|
|
553
|
+
--theme-breadcrumb-ghost--color--active: var(--theme-color-dynamic);
|
|
554
|
+
--theme-breadcrumb-ghost-arrow--color: var(--theme-color-soft-text);
|
|
555
|
+
--theme-breadcrumb-ghost-arrow--color--hover: var(--theme-color-dynamic);
|
|
556
|
+
--theme-breadcrumb-ghost-arrow--color--active: var(--theme-color-dynamic);
|
|
557
|
+
--theme-breadcrumb-ghost--background: var(--theme-color-ghost);
|
|
558
|
+
--theme-breadcrumb-ghost--background--hover: var(--theme-color-ghost--hover);
|
|
559
|
+
--theme-breadcrumb-ghost--background--active: var(--theme-color-ghost--active);
|
|
560
|
+
--theme-breadcrumb-ghost-last--color: var(--theme-color-soft-text);
|
|
561
|
+
--theme-avatar--color: var(--theme-color-std-text);
|
|
562
|
+
--theme-chip-close-btn--background--hover: var(--theme-color-ghost--hover);
|
|
563
|
+
--theme-chip-close-btn--background--active: var(--theme-color-ghost--active);
|
|
564
|
+
--theme-chip-close-btn--color: var(--theme-color-soft-text);
|
|
565
|
+
--theme-chip-outline--color: var(--theme-color-std-text);
|
|
566
|
+
--theme-chip-outline--background: var(--theme-color-1);
|
|
567
|
+
--theme-chip-outline--background--hover: var(--theme-color-1--hover);
|
|
568
|
+
--theme-chip-outline--background--active: var(--theme-color-1--active);
|
|
569
|
+
--theme-chip--background: var(--theme-color-component-1);
|
|
570
|
+
--theme-chip--background--hover: var(--theme-color-component-1--hover);
|
|
571
|
+
--theme-chip--background--active: var(--theme-color-component-1--active);
|
|
572
|
+
--theme-chip--color: var(--theme-color-std-text);
|
|
573
|
+
--theme-chip-close-btn--background: var(--theme-color-ghost);
|
|
574
|
+
--theme-pill-outline--color: var(--theme-color-std-text);
|
|
575
|
+
--theme-pill-outline--background: var(--theme-color-1);
|
|
576
|
+
--theme-chip-primary-outline--background: var(--theme-color-secondary);
|
|
577
|
+
--theme-chip-primary-outline--background--hover: var(--theme-color-secondary--hover);
|
|
578
|
+
--theme-chip-primary-outline--background--active: var(--theme-color-secondary--active);
|
|
579
|
+
--theme-chip-primary-outline--border-color: var(--theme-color-primary);
|
|
580
|
+
--theme-chip-primary-outline--border-color--hover: var(--theme-color-dynamic);
|
|
581
|
+
--theme-chip-primary-outline--border-color--active: var(--theme-color-dynamic);
|
|
582
|
+
--theme-chip-primary-outline--color: var(--theme-color-primary);
|
|
583
|
+
--theme-chip-primary-outline--color--hover: var(--theme-color-dynamic);
|
|
584
|
+
--theme-chip-primary-outline--color--active: var(--theme-color-dynamic);
|
|
585
|
+
--theme-chip-primary--background: var(--theme-color-primary);
|
|
586
|
+
--theme-chip-primary--background--hover: var(--theme-color-primary--hover);
|
|
587
|
+
--theme-chip-primary--background--active: var(--theme-color-primary--active);
|
|
588
|
+
--theme-chip-primary--color: var(--theme-color-primary--contrast);
|
|
589
|
+
--theme-chip-primary--color--hover: var(--theme-color-primary--contrast);
|
|
590
|
+
--theme-chip-primary--color--active: var(--theme-color-primary--contrast);
|
|
591
|
+
--theme-chip-primary-outline--background--display: var(--theme-color-secondary);
|
|
592
|
+
--theme-chip-primary-outline--border-color--display: var(--theme-color-primary);
|
|
593
|
+
--theme-chip-primary-outline--color--display: var(--theme-color-std-text);
|
|
594
|
+
--theme-menu--background: var(--theme-color-2);
|
|
595
|
+
--theme-menu--border-color: var(--theme-color-0);
|
|
596
|
+
--theme-menu-header--color: var(--theme-color-soft-text);
|
|
597
|
+
--theme-menu-separator--background: var(--theme-color-x-weak-bdr);
|
|
598
|
+
--theme-menu-item--background: var(--theme-color-ghost);
|
|
599
|
+
--theme-menu-item--background--hover: var(--theme-color-ghost--hover);
|
|
600
|
+
--theme-menu-item--background--active: var(--theme-color-ghost--active);
|
|
601
|
+
--theme-menu-item--background--disabled: var(--theme-color-ghost);
|
|
602
|
+
--theme-menu-item--color: var(--theme-color-std-text);
|
|
603
|
+
--theme-menu-item--color--hover: var(--theme-color-std-text);
|
|
604
|
+
--theme-menu-item--color--active: var(--theme-color-std-text);
|
|
605
|
+
--theme-menu-item--color--disabled: var(--theme-color-weak-text);
|
|
606
|
+
--theme-menu-item-icon--color: var(--theme-color-soft-text);
|
|
607
|
+
--theme-menu-item-icon--color--hover: var(--theme-color-std-text);
|
|
608
|
+
--theme-menu-item-icon--color--active: var(--theme-color-std-text);
|
|
609
|
+
--theme-menu-item-icon--color--disabled: var(--theme-color-weak-text);
|
|
610
|
+
--theme-menu-item-arrow--color: var(--theme-color-soft-text);
|
|
611
|
+
--theme-menu-item-arrow--color--hover: var(--theme-color-std-text);
|
|
612
|
+
--theme-menu-item-arrow--color--active: var(--theme-color-std-text);
|
|
613
|
+
--theme-menu-item-arrow--color--disabled: var(--theme-color-weak-text);
|
|
614
|
+
--theme-menu-item-check--color: var(--theme-color-soft-text);
|
|
615
|
+
--theme-menu-item-check--color--hover: var(--theme-color-std-text);
|
|
616
|
+
--theme-menu-item-check--color--active: var(--theme-color-std-text);
|
|
617
|
+
--theme-menu-item-check--color--disabled: var(--theme-color-weak-text);
|
|
618
|
+
--theme-select-list-item--background: var(--theme-color-ghost);
|
|
619
|
+
--theme-select-list-item--background--hover: var(--theme-color-ghost--hover);
|
|
620
|
+
--theme-select-list-item--background--active: var(--theme-color-ghost--active);
|
|
621
|
+
--theme-select-list-item--background--disabled: var(--theme-color-ghost);
|
|
622
|
+
--theme-select-list-item--background--selected: var(--theme-color-ghost--selected);
|
|
623
|
+
--theme-select-list-item--background--selected-hover: var(--theme-color-ghost--selected-hover);
|
|
624
|
+
--theme-select-list-item--background--selected-active: var(--theme-color-ghost--selected-active);
|
|
625
|
+
--theme-select-list-item--background--selected-disabled: var(--theme-color-ghost);
|
|
626
|
+
--theme-select-list-item--color: var(--theme-color-std-text);
|
|
627
|
+
--theme-select-list-item--color--hover: var(--theme-color-std-text);
|
|
628
|
+
--theme-select-list-item--color--active: var(--theme-color-std-text);
|
|
629
|
+
--theme-select-list-item--color--disabled: var(--theme-color-weak-text);
|
|
630
|
+
--theme-select-list-item--color--selected: var(--theme-color-std-text);
|
|
631
|
+
--theme-select-list-item--color--selected-hover: var(--theme-color-std-text);
|
|
632
|
+
--theme-select-list-item--color--selected-active: var(--theme-color-std-text);
|
|
633
|
+
--theme-select-list-item--color--selected-disabled: var(--theme-color-weak-text);
|
|
634
|
+
--theme-select-list-item-check--color: var(--theme-color-std-text);
|
|
635
|
+
--theme-select-list-item-check--color--hover: var(--theme-color-std-text);
|
|
636
|
+
--theme-select-list-item-check--color--active: var(--theme-color-std-text);
|
|
637
|
+
--theme-select-list-item-check--color--disabled: var(--theme-color-weak-text);
|
|
638
|
+
--theme-select-list--background: var(--theme-color-2);
|
|
639
|
+
--theme-select-list--border-color: var(--theme-color-0);
|
|
640
|
+
--theme-tab--background: var(--theme-color-ghost);
|
|
641
|
+
--theme-tab--background--hover: var(--theme-color-ghost-primary--hover);
|
|
642
|
+
--theme-tab--background--active: var(--theme-color-ghost-primary--active);
|
|
643
|
+
--theme-tab--background--selected: var(--theme-color-ghost);
|
|
644
|
+
--theme-tab--background--disabled: var(--theme-color-ghost);
|
|
645
|
+
--theme-tab-indicator--background: var(--theme-color-soft-bdr);
|
|
646
|
+
--theme-tab-indicator--background--hover: var(--theme-color-soft-bdr);
|
|
647
|
+
--theme-tab-indicator--background--active: var(--theme-color-soft-bdr);
|
|
648
|
+
--theme-tab-indicator--background--selected: var(--theme-color-dynamic);
|
|
649
|
+
--theme-tab-indicator--background--disabled: var(--theme-color-soft-bdr);
|
|
650
|
+
--theme-animated-tab-indicator--background: var(--theme-color-soft-bdr);
|
|
651
|
+
--theme-animated-tab-indicator--background--hover: var(--theme-color-soft-bdr);
|
|
652
|
+
--theme-animated-tab-indicator--background--active: var(--theme-color-soft-bdr);
|
|
653
|
+
--theme-animated-tab-indicator--background--selected: var(--theme-color-dynamic);
|
|
654
|
+
--theme-tab--color: var(--theme-color-std-text);
|
|
655
|
+
--theme-tab--color--hover: var(--theme-color-std-text);
|
|
656
|
+
--theme-tab--color--active: var(--theme-color-std-text);
|
|
657
|
+
--theme-tab--color--selected: var(--theme-color-std-text);
|
|
658
|
+
--theme-tab--color--disabled: var(--theme-color-weak-text);
|
|
659
|
+
--theme-tab-icon--color: var(--theme-color-std-text);
|
|
660
|
+
--theme-tab-icon--color--hover: var(--theme-color-std-text);
|
|
661
|
+
--theme-tab-icon--color--active: var(--theme-color-std-text);
|
|
662
|
+
--theme-tab-icon--color--selected: var(--theme-color-std-text);
|
|
663
|
+
--theme-tab-icon--color--disabled: var(--theme-color-weak-text);
|
|
664
|
+
--theme-animated-tab-icon--color: var(--theme-color-std-text);
|
|
665
|
+
--theme-animated-tab-icon--color--hover: var(--theme-color-std-text);
|
|
666
|
+
--theme-animated-tab-icon--color--active: var(--theme-color-std-text);
|
|
667
|
+
--theme-animated-tab-icon--color--selected: var(--theme-color-std-text);
|
|
668
|
+
--theme-animated-tab-icon--color--disabled: var(--theme-color-weak-text);
|
|
669
|
+
--theme-animated-tab-circle--background: var(--theme-color-component-1);
|
|
670
|
+
--theme-animated-tab-circle--background--hover: var(--theme-color-ghost-primary--hover);
|
|
671
|
+
--theme-animated-tab-circle--background--active: var(--theme-color-ghost-primary--active);
|
|
672
|
+
--theme-animated-tab-circle--background--selected: var(--theme-color-ghost);
|
|
673
|
+
--theme-animated-tab-circle--background--disabled: var(--theme-color-ghost);
|
|
674
|
+
--theme-animated-tab-circle--border-color: var(--theme-color-0);
|
|
675
|
+
--theme-animated-tab-circle--border-color--hover: var(--theme-color-0);
|
|
676
|
+
--theme-animated-tab-circle--border-color--active: var(--theme-color-0);
|
|
677
|
+
--theme-animated-tab-circle--border-color--selected: var(--theme-color-dynamic);
|
|
678
|
+
--theme-animated-tab-circle--border-color--disabled: var(--theme-color-ghost);
|
|
679
|
+
--theme-tab-pill--border-color: var(--theme-color-neutral);
|
|
680
|
+
--theme-tab-pill--border-color--hover: var(--theme-color-neutral);
|
|
681
|
+
--theme-tab-pill--border-color--active: var(--theme-color-neutral);
|
|
682
|
+
--theme-tab-pill--border-color--selected: var(--theme-color-dynamic);
|
|
683
|
+
--theme-tab-pill--border-color--disabled: var(--theme-color-neutral);
|
|
684
|
+
--theme-input-unit--color: var(--theme-color-soft-text);
|
|
685
|
+
--theme-input-gripper--color: var(--theme-color-weak-text);
|
|
686
|
+
--theme-input-gripper--color--hover: var(--theme-color-weak-text);
|
|
687
|
+
--theme-input-gripper--color--focus: var(--theme-color-weak-text);
|
|
688
|
+
--theme-input-search-icon--color: var(--theme-color-primary);
|
|
689
|
+
--theme-input-search-icon--color--hover: var(--theme-color-dynamic);
|
|
690
|
+
--theme-input-search-icon--color--focus: var(--theme-color-dynamic);
|
|
691
|
+
--theme-input-search-icon--color--disabled: var(--theme-color-weak-text);
|
|
692
|
+
--theme-input-select-icon--color: var(--theme-color-soft-text);
|
|
693
|
+
--theme-input-select-icon--color--hover: var(--theme-color-dynamic);
|
|
694
|
+
--theme-input-select-icon--color--active: var(--theme-color-dynamic);
|
|
695
|
+
--theme-select-list-item-hint--color: var(--theme-color-soft-text);
|
|
696
|
+
--theme-select-list-item-hint--color--hover: var(--theme-color-soft-text);
|
|
697
|
+
--theme-select-list-item-hint--color--active: var(--theme-color-soft-text);
|
|
698
|
+
--theme-switch-off--background: var(--theme-color-component-4);
|
|
699
|
+
--theme-switch-off--background--hover: var(--theme-color-component-5);
|
|
700
|
+
--theme-switch-off--background--active: var(--theme-color-component-4);
|
|
701
|
+
--theme-switch-off--background--disabled: var(--theme-color-component-2);
|
|
702
|
+
--theme-switch-off--background--invalid: var(--theme-color-component-4);
|
|
703
|
+
--theme-switch-off--background--invalid--hover: var(--theme-color-component-5);
|
|
704
|
+
--theme-switch-off--background--invalid--active: var(--theme-color-component-4);
|
|
705
|
+
--theme-switch-off--background--warning: var(--theme-color-component-4);
|
|
706
|
+
--theme-switch-off--background--warning--hover: var(--theme-color-component-5);
|
|
707
|
+
--theme-switch-off--background--warning--active: var(--theme-color-component-4);
|
|
708
|
+
--theme-switch-off--background--info: var(--theme-color-component-4);
|
|
709
|
+
--theme-switch-off--background--info--hover: var(--theme-color-component-5);
|
|
710
|
+
--theme-switch-off--background--info--active: var(--theme-color-component-4);
|
|
711
|
+
--theme-switch-off--border-color: var(--theme-color-0);
|
|
712
|
+
--theme-switch-off--border-color--hover: var(--theme-color-0);
|
|
713
|
+
--theme-switch-off--border-color--active: var(--theme-color-0);
|
|
714
|
+
--theme-switch-off--border-color--disabled: var(--theme-color-0);
|
|
715
|
+
--theme-switch-off--border-color--invalid: var(--theme-color-alarm);
|
|
716
|
+
--theme-switch-off--border-color--invalid--hover: var(--theme-color-alarm--hover);
|
|
717
|
+
--theme-switch-off--border-color--invalid--active: var(--theme-color-alarm--active);
|
|
718
|
+
--theme-switch-off--border-color--warning: var(--theme-color-warning);
|
|
719
|
+
--theme-switch-off--border-color--warning--hover: var(--theme-color-warning--hover);
|
|
720
|
+
--theme-switch-off--border-color--warning--active: var(--theme-color-warning--active);
|
|
721
|
+
--theme-switch-off--border-color--info: var(--theme-color-info);
|
|
722
|
+
--theme-switch-off--border-color--info--hover: var(--theme-color-info--hover);
|
|
723
|
+
--theme-switch-off--border-color--info--active: var(--theme-color-info--active);
|
|
724
|
+
--theme-switch-on--background: var(--theme-color-dynamic);
|
|
725
|
+
--theme-switch-on--background--hover: var(--theme-color-dynamic--hover);
|
|
726
|
+
--theme-switch-on--background--active: var(--theme-color-dynamic--active);
|
|
727
|
+
--theme-switch-on--background--disabled: var(--theme-color-component-2);
|
|
728
|
+
--theme-switch-on--background--invalid: var(--theme-color-alarm);
|
|
729
|
+
--theme-switch-on--background--invalid--hover: var(--theme-color-alarm--hover);
|
|
730
|
+
--theme-switch-on--background--invalid--active: var(--theme-color-alarm--active);
|
|
731
|
+
--theme-switch-on--background--warning: var(--theme-color-warning);
|
|
732
|
+
--theme-switch-on--background--warning--hover: var(--theme-color-warning--hover);
|
|
733
|
+
--theme-switch-on--background--warning--active: var(--theme-color-warning--active);
|
|
734
|
+
--theme-switch-on--background--info: var(--theme-color-info);
|
|
735
|
+
--theme-switch-on--background--info--hover: var(--theme-color-info--hover);
|
|
736
|
+
--theme-switch-on--background--info--active: var(--theme-color-info--active);
|
|
737
|
+
--theme-switch-on--border-color: var(--theme-color-0);
|
|
738
|
+
--theme-switch-on--border-color--hover: var(--theme-color-0);
|
|
739
|
+
--theme-switch-on--border-color--active: var(--theme-color-0);
|
|
740
|
+
--theme-switch-on--border-color--disabled: var(--theme-color-0);
|
|
741
|
+
--theme-switch-on--border-color--invalid: var(--theme-color-0);
|
|
742
|
+
--theme-switch-on--border-color--invalid--hover: var(--theme-color-0);
|
|
743
|
+
--theme-switch-on--border-color--invalid--active: var(--theme-color-0);
|
|
744
|
+
--theme-switch-on--border-color--warning: var(--theme-color-0);
|
|
745
|
+
--theme-switch-on--border-color--warning--hover: var(--theme-color-0);
|
|
746
|
+
--theme-switch-on--border-color--warning--active: var(--theme-color-0);
|
|
747
|
+
--theme-switch-on--border-color--info: var(--theme-color-0);
|
|
748
|
+
--theme-switch-on--border-color--info--hover: var(--theme-color-0);
|
|
749
|
+
--theme-switch-on--border-color--info--active: var(--theme-color-0);
|
|
750
|
+
--theme-switch-mixed--background: var(--theme-color-component-4);
|
|
751
|
+
--theme-switch-mixed--background--hover: var(--theme-color-component-5);
|
|
752
|
+
--theme-switch-mixed--background--active: var(--theme-color-component-4);
|
|
753
|
+
--theme-switch-mixed--background--disabled: var(--theme-color-component-2);
|
|
754
|
+
--theme-switch-mixed--background--invalid: var(--theme-color-component-4);
|
|
755
|
+
--theme-switch-mixed--background--invalid--hover: var(--theme-color-component-5);
|
|
756
|
+
--theme-switch-mixed--background--invalid--active: var(--theme-color-component-4);
|
|
757
|
+
--theme-switch-mixed--background--warning: var(--theme-color-component-4);
|
|
758
|
+
--theme-switch-mixed--background--warning--hover: var(--theme-color-component-5);
|
|
759
|
+
--theme-switch-mixed--background--warning--active: var(--theme-color-component-4);
|
|
760
|
+
--theme-switch-mixed--background--info: var(--theme-color-component-4);
|
|
761
|
+
--theme-switch-mixed--background--info--hover: var(--theme-color-component-5);
|
|
762
|
+
--theme-switch-mixed--background--info--active: var(--theme-color-component-4);
|
|
763
|
+
--theme-switch-mixed--border-color: var(--theme-color-0);
|
|
764
|
+
--theme-switch-mixed--border-color--hover: var(--theme-color-0);
|
|
765
|
+
--theme-switch-mixed--border-color--active: var(--theme-color-0);
|
|
766
|
+
--theme-switch-mixed--border-color--disabled: var(--theme-color-0);
|
|
767
|
+
--theme-switch-thumb-off--background: var(--theme-color-1);
|
|
768
|
+
--theme-switch-thumb-off--background--hover: var(--theme-color-1);
|
|
769
|
+
--theme-switch-thumb-off--background--active: var(--theme-color-1);
|
|
770
|
+
--theme-switch-thumb-off--background--disabled: var(--theme-color-component-3);
|
|
771
|
+
--theme-switch-thumb-off--background--invalid: var(--theme-color-1);
|
|
772
|
+
--theme-switch-thumb-off--background--invalid--hover: var(--theme-color-1);
|
|
773
|
+
--theme-switch-thumb-off--background--invalid--active: var(--theme-color-1);
|
|
774
|
+
--theme-switch-thumb-off--background--warning: var(--theme-color-1);
|
|
775
|
+
--theme-switch-thumb-off--background--warning--hover: var(--theme-color-1);
|
|
776
|
+
--theme-switch-thumb-off--background--warning--active: var(--theme-color-1);
|
|
777
|
+
--theme-switch-thumb-off--background--info: var(--theme-color-1);
|
|
778
|
+
--theme-switch-thumb-off--background--info--hover: var(--theme-color-1);
|
|
779
|
+
--theme-switch-thumb-off--background--info--active: var(--theme-color-1);
|
|
780
|
+
--theme-switch-thumb-off--border-color: var(--theme-color-0);
|
|
781
|
+
--theme-switch-thumb-off--border-color--hover: var(--theme-color-0);
|
|
782
|
+
--theme-switch-thumb-off--border-color--active: var(--theme-color-0);
|
|
783
|
+
--theme-switch-thumb-off--border-color--disabled: var(--theme-color-0);
|
|
784
|
+
--theme-switch-thumb-off--border-color--invalid: var(--theme-color-0);
|
|
785
|
+
--theme-switch-thumb-off--border-color--invalid--hover: var(--theme-color-0);
|
|
786
|
+
--theme-switch-thumb-off--border-color--invalid--active: var(--theme-color-0);
|
|
787
|
+
--theme-switch-thumb-off--border-color--warning: var(--theme-color-0);
|
|
788
|
+
--theme-switch-thumb-off--border-color--warning--hover: var(--theme-color-0);
|
|
789
|
+
--theme-switch-thumb-off--border-color--warning--active: var(--theme-color-0);
|
|
790
|
+
--theme-switch-thumb-on--background: var(--theme-color-primary--contrast);
|
|
791
|
+
--theme-switch-thumb-on--background--hover: var(--theme-color-primary--contrast);
|
|
792
|
+
--theme-switch-thumb-on--background--active: var(--theme-color-primary--contrast);
|
|
793
|
+
--theme-switch-thumb-on--background--disabled: var(--theme-color-component-3);
|
|
794
|
+
--theme-switch-thumb-on--background--invalid: var(--theme-color-alarm--contrast);
|
|
795
|
+
--theme-switch-thumb-on--background--invalid--hover: var(--theme-color-alarm--contrast);
|
|
796
|
+
--theme-switch-thumb-on--background--invalid--active: var(--theme-color-alarm--contrast);
|
|
797
|
+
--theme-switch-thumb-on--background--warning: var(--theme-color-warning--contrast);
|
|
798
|
+
--theme-switch-thumb-on--background--warning--hover: var(--theme-color-warning--contrast);
|
|
799
|
+
--theme-switch-thumb-on--background--warning--active: var(--theme-color-warning--contrast);
|
|
800
|
+
--theme-switch-thumb-on--background--info: var(--theme-color-info--contrast);
|
|
801
|
+
--theme-switch-thumb-on--background--info--hover: var(--theme-color-info--contrast);
|
|
802
|
+
--theme-switch-thumb-on--background--info--active: var(--theme-color-info--contrast);
|
|
803
|
+
--theme-switch-thumb-on--border-color: var(--theme-color-0);
|
|
804
|
+
--theme-switch-thumb-on--border-color--hover: var(--theme-color-0);
|
|
805
|
+
--theme-switch-thumb-on--border-color--active: var(--theme-color-0);
|
|
806
|
+
--theme-switch-thumb-on--border-color--disabled: var(--theme-color-0);
|
|
807
|
+
--theme-switch-thumb-on--border-color--invalid: var(--theme-color-0);
|
|
808
|
+
--theme-switch-thumb-on--border-color--invalid--hover: var(--theme-color-0);
|
|
809
|
+
--theme-switch-thumb-on--border-color--invalid--active: var(--theme-color-0);
|
|
810
|
+
--theme-switch-thumb-on--border-color--warning: var(--theme-color-0);
|
|
811
|
+
--theme-switch-thumb-on--border-color--warning--hover: var(--theme-color-0);
|
|
812
|
+
--theme-switch-thumb-on--border-color--warning--active: var(--theme-color-0);
|
|
813
|
+
--theme-switch-thumb-on--border-color--info: var(--theme-color-0);
|
|
814
|
+
--theme-switch-thumb-on--border-color--info--hover: var(--theme-color-0);
|
|
815
|
+
--theme-switch-thumb-on--border-color--info--active: var(--theme-color-0);
|
|
816
|
+
--theme-switch-thumb-mixed--background: var(--theme-color-1);
|
|
817
|
+
--theme-switch-thumb-mixed--background--hover: var(--theme-color-1);
|
|
818
|
+
--theme-switch-thumb-mixed--background--active: var(--theme-color-1);
|
|
819
|
+
--theme-switch-thumb-mixed--background--disabled: var(--theme-color-component-3);
|
|
820
|
+
--theme-switch-thumb-mixed--background--invalid: var(--theme-color-1);
|
|
821
|
+
--theme-switch-thumb-mixed--background--invalid--hover: var(--theme-color-1);
|
|
822
|
+
--theme-switch-thumb-mixed--background--invalid--active: var(--theme-color-1);
|
|
823
|
+
--theme-switch-thumb-mixed--background--warning: var(--theme-color-1);
|
|
824
|
+
--theme-switch-thumb-mixed--background--warning--hover: var(--theme-color-1);
|
|
825
|
+
--theme-switch-thumb-mixed--background--warning--active: var(--theme-color-1);
|
|
826
|
+
--theme-switch-thumb-mixed--background--info: var(--theme-color-1);
|
|
827
|
+
--theme-switch-thumb-mixed--background--info--hover: var(--theme-color-1);
|
|
828
|
+
--theme-switch-thumb-mixed--background--info--active: var(--theme-color-1);
|
|
829
|
+
--theme-switch-thumb-mixed--border-color: var(--theme-color-0);
|
|
830
|
+
--theme-switch-thumb-mixed--border-color--hover: var(--theme-color-0);
|
|
831
|
+
--theme-switch-thumb-mixed--border-color--active: var(--theme-color-0);
|
|
832
|
+
--theme-switch-thumb-mixed--border-color--disabled: var(--theme-color-0);
|
|
833
|
+
--theme-switch-thumb-mixed--border-color--invalid: var(--theme-color-0);
|
|
834
|
+
--theme-switch-thumb-mixed--border-color--invalid--hover: var(--theme-color-0);
|
|
835
|
+
--theme-switch-thumb-mixed--border-color--invalid--active: var(--theme-color-0);
|
|
836
|
+
--theme-switch-thumb-mixed--border-color--warning: var(--theme-color-0);
|
|
837
|
+
--theme-switch-thumb-mixed--border-color--warning--hover: var(--theme-color-0);
|
|
838
|
+
--theme-switch-thumb-mixed--border-color--warning--active: var(--theme-color-0);
|
|
839
|
+
--theme-switch-thumb-mixed--border-color--info: var(--theme-color-0);
|
|
840
|
+
--theme-switch-thumb-mixed--border-color--info--hover: var(--theme-color-0);
|
|
841
|
+
--theme-switch-thumb-mixed--border-color--info--active: var(--theme-color-0);
|
|
842
|
+
--theme-switch--color: var(--theme-color-std-text);
|
|
843
|
+
--theme-switch--color--hover: var(--theme-color-std-text);
|
|
844
|
+
--theme-switch--color--active: var(--theme-color-std-text);
|
|
845
|
+
--theme-switch--color--disabled: var(--theme-color-weak-text);
|
|
846
|
+
--theme-messagebar--color: var(--theme-color-std-text);
|
|
847
|
+
--theme-messagebar--background: var(--theme-color-1);
|
|
848
|
+
--theme-scrollbar-track--background: var(--theme-color-2);
|
|
849
|
+
--theme-scrollbar-track--border: var(--theme-color-1);
|
|
850
|
+
--theme-scrollbar-thumb--background: var(--theme-color-5);
|
|
851
|
+
--theme-scrollbar-track--background--hover: var(--theme-color-3);
|
|
852
|
+
--theme-scrollbar-thumb--background--hover: var(--theme-color-7);
|
|
853
|
+
--theme-toast-timer-track--background: var(--theme-color-0);
|
|
854
|
+
--theme-toast-timer-value--background: var(--theme-color-component-4);
|
|
855
|
+
--theme-toast--background: var(--theme-color-2);
|
|
856
|
+
--theme-toast--border-color: var(--theme-color-0);
|
|
857
|
+
--theme-toast--color: var(--theme-color-std-text);
|
|
858
|
+
--theme-modal--background: var(--theme-color-2);
|
|
859
|
+
--theme-modal--border-color: var(--theme-color-0);
|
|
860
|
+
--theme-datepicker-day--background: var(--theme-color-ghost);
|
|
861
|
+
--theme-datepicker-day--background--hover: var(--theme-color-ghost--hover);
|
|
862
|
+
--theme-datepicker-day--background--active: var(--theme-color-ghost--active);
|
|
863
|
+
--theme-datepicker-day--background--disabled: var(--theme-color-ghost);
|
|
864
|
+
--theme-datepicker-day--border-color: var(--theme-color-0);
|
|
865
|
+
--theme-datepicker-day--border-color--hover: var(--theme-color-0);
|
|
866
|
+
--theme-datepicker-day--border-color--active: var(--theme-color-0);
|
|
867
|
+
--theme-datepicker-day--border-color--disabled: var(--theme-color-0);
|
|
868
|
+
--theme-datepicker-day--color: var(--theme-color-primary);
|
|
869
|
+
--theme-datepicker-day--color--hover: var(--theme-color-primary);
|
|
870
|
+
--theme-datepicker-day--color--active: var(--theme-color-primary);
|
|
871
|
+
--theme-datepicker-day--color--disabled: var(--theme-color-weak-text);
|
|
872
|
+
--theme-datepicker-day--background--selected: var(--theme-color-component-9);
|
|
873
|
+
--theme-datepicker-day--background--selected-hover: var(--theme-color-component-9--hover);
|
|
874
|
+
--theme-datepicker-day--background--selected-active: var(--theme-color-component-9--active);
|
|
875
|
+
--theme-datepicker-day--background--selected-disabled: var(--theme-color-component-9--disabled);
|
|
876
|
+
--theme-datepicker-day--border-color--selected: var(--theme-color-0);
|
|
877
|
+
--theme-datepicker-day--border-color--selected-hover: var(--theme-color-0);
|
|
878
|
+
--theme-datepicker-day--border-color--selected-active: var(--theme-color-0);
|
|
879
|
+
--theme-datepicker-day--border-color--selected-disabled: var(--theme-color-0);
|
|
880
|
+
--theme-datepicker-day--color--selected: var(--theme-color-primary--contrast);
|
|
881
|
+
--theme-datepicker-day--color--selected-hover: var(--theme-color-primary--contrast);
|
|
882
|
+
--theme-datepicker-day--color--selected-active: var(--theme-color-primary--contrast);
|
|
883
|
+
--theme-datepicker-day--color--selected-disabled: var(--theme-color-weak-text);
|
|
884
|
+
--theme-datepicker-day--background--range: var(--theme-color-component-10);
|
|
885
|
+
--theme-datepicker-day--background--range-hover: var(--theme-color-component-10--hover);
|
|
886
|
+
--theme-datepicker-day--background--range-active: var(--theme-color-component-10--active);
|
|
887
|
+
--theme-datepicker-day--background--range-disabled: var(--theme-color-component-10--disabled);
|
|
888
|
+
--theme-datepicker-day--border-color--range: var(--theme-color-0);
|
|
889
|
+
--theme-datepicker-day--border-color--range-hover: var(--theme-color-0);
|
|
890
|
+
--theme-datepicker-day--border-color--range-active: var(--theme-color-0);
|
|
891
|
+
--theme-datepicker-day--border-color--range-disabled: var(--theme-color-0);
|
|
892
|
+
--theme-datepicker-day--color--range: var(--theme-color-primary--contrast);
|
|
893
|
+
--theme-datepicker-day--color--range-hover: var(--theme-color-primary--contrast);
|
|
894
|
+
--theme-datepicker-day--color--range-active: var(--theme-color-primary--contrast);
|
|
895
|
+
--theme-datepicker-day--color--range-disabled: var(--theme-color-weak-text);
|
|
896
|
+
--theme-datepicker-today--background: var(--theme-color-ghost);
|
|
897
|
+
--theme-datepicker-today--background--hover: var(--theme-color-ghost--hover);
|
|
898
|
+
--theme-datepicker-today--background--active: var(--theme-color-ghost--active);
|
|
899
|
+
--theme-datepicker-today--background--disabled: var(--theme-color-ghost);
|
|
900
|
+
--theme-datepicker-today--border-color: var(--theme-color-primary);
|
|
901
|
+
--theme-datepicker-today--border-color--hover: var(--theme-color-primary);
|
|
902
|
+
--theme-datepicker-today--border-color--active: var(--theme-color-primary);
|
|
903
|
+
--theme-datepicker-today--border-color--disabled: var(--theme-color-primary--disabled);
|
|
904
|
+
--theme-datepicker-today--color: var(--theme-color-primary);
|
|
905
|
+
--theme-datepicker-today--color--hover: var(--theme-color-primary);
|
|
906
|
+
--theme-datepicker-today--color--active: var(--theme-color-primary);
|
|
907
|
+
--theme-datepicker-today--color--disabled: var(--theme-color-weak-text);
|
|
908
|
+
--theme-datepicker-today--background--selected: var(--theme-color-component-9);
|
|
909
|
+
--theme-datepicker-today--background--selected-hover: var(--theme-color-component-9--hover);
|
|
910
|
+
--theme-datepicker-today--background--selected-active: var(--theme-color-component-9--active);
|
|
911
|
+
--theme-datepicker-today--background--selected-disabled: var(--theme-color-component-9--disabled);
|
|
912
|
+
--theme-datepicker-today--border-color--selected: var(--theme-color-primary);
|
|
913
|
+
--theme-datepicker-today--border-color--selected-hover: var(--theme-color-primary);
|
|
914
|
+
--theme-datepicker-today--border-color--selected-active: var(--theme-color-primary);
|
|
915
|
+
--theme-datepicker-today--border-color--selected-disabled: var(--theme-color-primary--disabled);
|
|
916
|
+
--theme-datepicker-today--color--selected: var(--theme-color-primary--contrast);
|
|
917
|
+
--theme-datepicker-today--color--selected-hover: var(--theme-color-primary--contrast);
|
|
918
|
+
--theme-datepicker-today--color--selected-active: var(--theme-color-primary--contrast);
|
|
919
|
+
--theme-datepicker-today--color--selected-disabled: var(--theme-color-weak-text);
|
|
920
|
+
--theme-datepicker-today--background--range: var(--theme-color-component-10);
|
|
921
|
+
--theme-datepicker-today--background--range-hover: var(--theme-color-component-10--hover);
|
|
922
|
+
--theme-datepicker-today--background--range-active: var(--theme-color-component-10--active);
|
|
923
|
+
--theme-datepicker-today--background--range-disabled: var(--theme-color-component-10--disabled);
|
|
924
|
+
--theme-datepicker-today--border-color--range: var(--theme-color-primary);
|
|
925
|
+
--theme-datepicker-today--border-color--range-hover: var(--theme-color-primary);
|
|
926
|
+
--theme-datepicker-today--border-color--range-active: var(--theme-color-primary);
|
|
927
|
+
--theme-datepicker-today--border-color--range-disabled: var(--theme-color-primary--disabled);
|
|
928
|
+
--theme-datepicker-today--color--range: var(--theme-color-primary--contrast);
|
|
929
|
+
--theme-datepicker-today--color--range-hover: var(--theme-color-primary--contrast);
|
|
930
|
+
--theme-datepicker-today--color--range-active: var(--theme-color-primary--contrast);
|
|
931
|
+
--theme-datepicker-today--color--range-disabled: var(--theme-color-weak-text);
|
|
932
|
+
--theme-datepicker-separator--background: var(--theme-color-x-weak-bdr);
|
|
933
|
+
--theme-datepicker-weekday--color: var(--theme-color-soft-text);
|
|
934
|
+
--theme-datepicker-cw--color: var(--theme-color-soft-text);
|
|
935
|
+
--theme-datepicker-time-header: var(--theme-color-std-text);
|
|
936
|
+
--theme-datepicker-extra--border-color: var(--theme-color-1);
|
|
937
|
+
--theme-btn-invisible-primary--border-color: var(--theme-color-0);
|
|
938
|
+
--theme-btn-invisible-primary--border-color--hover: var(--theme-color-0);
|
|
939
|
+
--theme-btn-invisible-primary--border-color--active: var(--theme-color-0);
|
|
940
|
+
--theme-btn-invisible-primary--border-color--disabled: var(--theme-color-0);
|
|
941
|
+
--theme-btn-secondary--border-color: var(--theme-color-0);
|
|
942
|
+
--theme-btn-secondary--border-color--hover: var(--theme-color-0);
|
|
943
|
+
--theme-btn-secondary--border-color--active: var(--theme-color-0);
|
|
944
|
+
--theme-btn-secondary--border-color--disabled: var(--theme-color-0);
|
|
945
|
+
--theme-btn-invisible-secondary--border-color: var(--theme-color-0);
|
|
946
|
+
--theme-btn-invisible-secondary--border-color--hover: var(--theme-color-0);
|
|
947
|
+
--theme-btn-invisible-secondary--border-color--active: var(--theme-color-0);
|
|
948
|
+
--theme-btn-invisible-secondary--border-color--disabled: var(--theme-color-0);
|
|
949
|
+
--theme-map-navigation-logo--color: var(--theme-color-logo);
|
|
950
|
+
--theme-map-navigation-header--color: var(--theme-color-std-text);
|
|
951
|
+
--theme-map-navigation-separator--background: var(--theme-color-soft-bdr);
|
|
952
|
+
--theme-map-navigation--background: var(--theme-color-1);
|
|
953
|
+
--theme-btn-invisible-secondary--border-color--selected: var(--theme-color-0);
|
|
954
|
+
--theme-btn-invisible-secondary--border-color--selected-hover: var(--theme-color-0);
|
|
955
|
+
--theme-btn-invisible-secondary--border-color--selected-active: var(--theme-color-0);
|
|
956
|
+
--theme-overlay--background: var(--theme-color-backdrop);
|
|
957
|
+
--theme-overlay-header--background: var(--theme-color-0);
|
|
958
|
+
--theme-overlay-header--color: var(--theme-color-std-text);
|
|
959
|
+
--theme-nav-overlay--background: var(--theme-color-backdrop-3);
|
|
960
|
+
--theme-nav-overlay-header--color: var(--theme-color-std-text);
|
|
961
|
+
--theme-event-item--background: var(--theme-color-component-1);
|
|
962
|
+
--theme-event-item--border--hover: var(--theme-color-0);
|
|
963
|
+
--theme-event-item--border: var(--theme-color-0);
|
|
964
|
+
--theme-event-item--border--active: var(--theme-color-0);
|
|
965
|
+
--theme-event-item--border--selected: var(--theme-color-dynamic);
|
|
966
|
+
--theme-event-item--border--disabled: var(--theme-color-0);
|
|
967
|
+
--theme-event-item--background--hover: var(--theme-color-component-1--hover);
|
|
968
|
+
--theme-event-item--background--active: var(--theme-color-component-1--active);
|
|
969
|
+
--theme-event-item--background--selected: var(--theme-color-component-1--hover);
|
|
970
|
+
--theme-event-item--background--disabled: var(--theme-color-component-1);
|
|
971
|
+
--theme-event-item-chevron--color: var(--theme-color-soft-text);
|
|
972
|
+
--theme-flip--color: var(--theme-color-std-text);
|
|
973
|
+
--theme-flip--background: var(--theme-color-component-1);
|
|
974
|
+
--theme-flip--border-color: var(--theme-color-0);
|
|
975
|
+
--theme-flip-footer--background: var(--theme-color-component-1);
|
|
976
|
+
--theme-flip-footer--color: var(--theme-color-std-text);
|
|
977
|
+
--theme-kpi-display--background: var(--theme-color-ghost);
|
|
978
|
+
--theme-kpi-display--background--hover: var(--theme-color-ghost--hover);
|
|
979
|
+
--theme-kpi-display--background--active: var(--theme-color-ghost--active);
|
|
980
|
+
--theme-kpi-display-indicator--background: var(--theme-color-component-4);
|
|
981
|
+
--theme-kpi-display-label--color: var(--theme-color-soft-text);
|
|
982
|
+
--theme-kpi-display-icon--color: var(--theme-color-std-text);
|
|
983
|
+
--theme-kpi-display-value: var(--theme-color-std-text);
|
|
984
|
+
--theme-kpi-display-units: var(--theme-color-soft-text);
|
|
985
|
+
--theme-tree-item--background: var(--theme-color-ghost);
|
|
986
|
+
--theme-tree-item--background--hover: var(--theme-color-ghost--hover);
|
|
987
|
+
--theme-tree-item--background--active: var(--theme-color-ghost--active);
|
|
988
|
+
--theme-tree-item--background--selected: var(--theme-color-ghost--selected);
|
|
989
|
+
--theme-tree-item--background--selected-hover: var(--theme-color-ghost--selected-hover);
|
|
990
|
+
--theme-tree-item--background--selected-active: var(--theme-color-ghost--selected-active);
|
|
991
|
+
--theme-tree-item-node-closed-icon--color: var(--theme-color-std-text);
|
|
992
|
+
--theme-tree-item-node-open-icon--color: var(--theme-color-dynamic);
|
|
993
|
+
--theme-tree-item--color: var(--theme-color-std-text);
|
|
994
|
+
--theme-tree-item-icon: var(--theme-color-std-text);
|
|
995
|
+
--theme-tree-item-status--color: var(--theme-color-soft-text);
|
|
996
|
+
--theme-workflow-step--background: var(--theme-color-ghost);
|
|
997
|
+
--theme-workflow-step--background--hover: var(--theme-color-ghost--hover);
|
|
998
|
+
--theme-workflow-step--background--active: var(--theme-color-ghost--active);
|
|
999
|
+
--theme-workflow-step--background--selected: var(--theme-color-ghost--selected);
|
|
1000
|
+
--theme-workflow-step--background--disabled: var(--theme-color-ghost);
|
|
1001
|
+
--theme-workflow-step--color: var(--theme-color-std-text);
|
|
1002
|
+
--theme-workflow-step-icon--background: var(--theme-color-1);
|
|
1003
|
+
--theme-workflow-step-icon-default--color: var(--theme-color-soft-text);
|
|
1004
|
+
--theme-workflow-step-icon-default--color--selected: var(--theme-color-dynamic);
|
|
1005
|
+
--theme-workflow-step-icon-default--color--disabled: var(--theme-color-weak-text);
|
|
1006
|
+
--theme-workflow-step-icon-done--color: var(--theme-color-primary);
|
|
1007
|
+
--theme-workflow-step-icon-done--color--selected: var(--theme-color-dynamic);
|
|
1008
|
+
--theme-workflow-step-icon-done--color--disabled: var(--theme-color-weak-text);
|
|
1009
|
+
--theme-workflow-step-icon-success--color--disabled: var(--theme-color-weak-text);
|
|
1010
|
+
--theme-workflow-step-icon-warning--color--disabled: var(--theme-color-weak-text);
|
|
1011
|
+
--theme-workflow-step-icon-error--color--disabled: var(--theme-color-weak-text);
|
|
1012
|
+
--theme-tootlip--background: var(--theme-color-2);
|
|
1013
|
+
--theme-tooltip--border-color: var(--theme-color-0);
|
|
1014
|
+
--theme-tooltip--color: var(--theme-color-std-text);
|
|
1015
|
+
--theme-tooltip-close--color: var(--theme-color-soft-text);
|
|
1016
|
+
--theme-tooltip-close-btn--background: var(--theme-color-ghost);
|
|
1017
|
+
--theme-tooltip-close-btn--background--hover: var(--theme-color-ghost--hover);
|
|
1018
|
+
--theme-tooltip-close-btn--background--active: var(--theme-color-ghost--active);
|
|
1019
|
+
--theme-table--background: var(--theme-color-0);
|
|
1020
|
+
--theme-table--border-color: var(--theme-color-0);
|
|
1021
|
+
--theme-table--color: var(--theme-color-std-text);
|
|
1022
|
+
--theme-table-header-row--background: var(--theme-color-0);
|
|
1023
|
+
--theme-table-header-row--border-color: var(--theme-color-soft-bdr);
|
|
1024
|
+
--theme-table-header-cell--background: var(--theme-color-ghost);
|
|
1025
|
+
--theme-table-header-cell--background--hover: var(--theme-color-ghost--hover);
|
|
1026
|
+
--theme-table-header-cell--background--active: var(--theme-color-ghost--active);
|
|
1027
|
+
--theme-table-header-cell--border-color: var(--theme-color-0);
|
|
1028
|
+
--theme-table-header-cell--border-color--hover: var(--theme-color-0);
|
|
1029
|
+
--theme-table-header-cell--border-color--active: var(--theme-color-0);
|
|
1030
|
+
--theme-table-header-cell--color: var(--theme-color-std-text);
|
|
1031
|
+
--theme-table-header-filter--color: var(--theme-color-dynamic);
|
|
1032
|
+
--theme-table-header-sort--color: var(--theme-color-dynamic);
|
|
1033
|
+
--theme-table-header-splitter--background: var(--theme-color-soft-bdr);
|
|
1034
|
+
--theme-table-header-splitter--background--hover: var(--theme-color-dynamic);
|
|
1035
|
+
--theme-table-data-row--background: var(--theme-color-ghost);
|
|
1036
|
+
--theme-table-data-row--background--hover: var(--theme-color-ghost--hover);
|
|
1037
|
+
--theme-table-data-row--background--active: var(--theme-color-ghost--active);
|
|
1038
|
+
--theme-table-data-row--background--selected: var(--theme-color-ghost--selected);
|
|
1039
|
+
--theme-table-data-row--background--disabled: var(--theme-color-ghost);
|
|
1040
|
+
--theme-table-data-row--background--selected-hover: var(--theme-color-ghost--selected-hover);
|
|
1041
|
+
--theme-table-data-row--background--selected-active: var(--theme-color-ghost--selected-active);
|
|
1042
|
+
--theme-table-data-row--border-color: var(--theme-color-weak-bdr);
|
|
1043
|
+
--theme-table-data-cell--border-color: var(--theme-color-0);
|
|
1044
|
+
--theme-table-data-cell--background: var(--theme-color-ghost);
|
|
1045
|
+
--theme-table-data-cell--background--hover: var(--theme-color-ghost--hover);
|
|
1046
|
+
--theme-table-data-cell--background--active: var(--theme-color-ghost--active);
|
|
1047
|
+
--theme-table-data-cell--background--selected: var(--theme-color-ghost--selected);
|
|
1048
|
+
--theme-table-data-cell--background--disabled: var(--theme-color-ghost);
|
|
1049
|
+
--theme-table-data-cell--background--selected-hover: var(--theme-color-ghost--selected-hover);
|
|
1050
|
+
--theme-table-data-cell--background--selected-active: var(--theme-color-ghost--selected-active);
|
|
1051
|
+
--theme-table-data-cell--color: var(--theme-color-std-text);
|
|
1052
|
+
--theme-table-data-cell--color-disabled: var(--theme-color-weak-text);
|
|
1053
|
+
--theme-table-data-row-alt--background: var(--theme-color-ghost-alt);
|
|
1054
|
+
--theme-table-data-row-alt--background--hover: var(--theme-color-ghost-alt--hover);
|
|
1055
|
+
--theme-table-data-row-alt--background--active: var(--theme-color-ghost-alt--active);
|
|
1056
|
+
--theme-table-data-row-alt--background--selected: var(--theme-color-ghost-alt--selected);
|
|
1057
|
+
--theme-table-data-row-alt--background--disabled: var(--theme-color-ghost-alt);
|
|
1058
|
+
--theme-table-data-row-alt--background--selected-hover: var(--theme-color-ghost-alt--selected-hover);
|
|
1059
|
+
--theme-table-data-row-alt--background--selected-active: var(--theme-color-ghost-alt--selected-active);
|
|
1060
|
+
--theme-table-group-splitter--background: var(--theme-color-x-weak-bdr);
|
|
1061
|
+
--theme-table-group-splitter--background--hover: var(--theme-color-dynamic);
|
|
1062
|
+
--theme-group-item--background: var(--theme-color-component-1);
|
|
1063
|
+
--theme-group-item--background--hover: var(--theme-color-component-1--hover);
|
|
1064
|
+
--theme-group-item--background--active: var(--theme-color-component-1--active);
|
|
1065
|
+
--theme-group-item--background--selected: var(--theme-color-ghost--selected);
|
|
1066
|
+
--theme-group-item--background--disabled: var(--theme-color-component-1);
|
|
1067
|
+
--theme-group-item--border-color: var(--theme-color-0);
|
|
1068
|
+
--theme-group-item--border-color--hover: var(--theme-color-0);
|
|
1069
|
+
--theme-group-item--border-color--active: var(--theme-color-0);
|
|
1070
|
+
--theme-group-item--border-color--selected: var(--theme-color-0);
|
|
1071
|
+
--theme-group-item--border-color--disabled: var(--theme-color-0);
|
|
1072
|
+
--theme-group-item-indicator--background: var(--theme-color-0);
|
|
1073
|
+
--theme-group-item-indicator--background--selected: var(--theme-color-dynamic);
|
|
1074
|
+
--theme-group-item-indicator--background--subselected: var(--theme-color-dynamic);
|
|
1075
|
+
--theme-group-node-closed--color: var(--theme-color-std-text);
|
|
1076
|
+
--theme-group-node-open--color: var(--theme-color-std-text);
|
|
1077
|
+
--theme-group-header--color: var(--theme-color-std-text);
|
|
1078
|
+
--theme-group-subheader--color: var(--theme-color-std-text);
|
|
1079
|
+
--theme-group-item-icon--color: var(--theme-color-std-text);
|
|
1080
|
+
--theme-group-item-text--color: var(--theme-color-std-text);
|
|
1081
|
+
--theme-group-item-subtext--color: var(--theme-color-soft-text);
|
|
1082
|
+
--theme-group-item-icon--color--disabled: var(--theme-color-weak-text);
|
|
1083
|
+
--theme-group-item-text--color--disabled: var(--theme-color-weak-text);
|
|
1084
|
+
--theme-group-item-subtext--color--disabled: var(--theme-color-weak-text);
|
|
1085
|
+
--theme-upload--background: var(--theme-color-1);
|
|
1086
|
+
--theme-upload--background--dragover: var(--theme-color-1);
|
|
1087
|
+
--theme-upload--border-color: var(--theme-color-soft-bdr);
|
|
1088
|
+
--theme-upload--border-color--dragover: var(--theme-color-dynamic);
|
|
1089
|
+
--theme-upload--background--checking: var(--theme-color-1);
|
|
1090
|
+
--theme-upload--background--disabled: var(--theme-color-0);
|
|
1091
|
+
--theme-upload--border-color--checking: var(--theme-color-soft-bdr);
|
|
1092
|
+
--theme-upload--border-color--disabled: var(--theme-color-soft-bdr);
|
|
1093
|
+
--theme-upload-text--color: var(--theme-color-std-text);
|
|
1094
|
+
--theme-upload-text--color--checking: var(--theme-color-std-text);
|
|
1095
|
+
--theme-upload-text--color--disabled: var(--theme-color-weak-text);
|
|
1096
|
+
--theme-input-extra--background--active: var(--theme-color-component-8--hover);
|
|
1097
|
+
--theme-input-extra--background--hover: var(--theme-color-component-8--hover);
|
|
1098
|
+
--theme-table-group-header-row--background: var(--theme-color-0);
|
|
1099
|
+
--theme-table-group-header-row--border-color: var(--theme-color-soft-bdr);
|
|
1100
|
+
--theme-label--color: var(--theme-color-soft-text);
|
|
1101
|
+
--theme-label--color--hover: var(--theme-color-std-text);
|
|
1102
|
+
--theme-label--color--active: var(--theme-color-std-text);
|
|
1103
|
+
--theme-label--color--focus: var(--theme-color-dynamic);
|
|
1104
|
+
--theme-label--color--disabled: var(--theme-color-weak-text);
|
|
1105
|
+
--theme-label--color--invalid: var(--theme-color-alarm-text);
|
|
1106
|
+
--theme-btn-outline-primary--border-color: var(--theme-color-primary);
|
|
1107
|
+
--theme-btn-outline-primary--border-color--hover: var(--theme-color-dynamic);
|
|
1108
|
+
--theme-btn-outline-primary--border-color--active: var(--theme-color-dynamic);
|
|
1109
|
+
--theme-btn-outline-primary--border-color--disabled: var(--theme-color-component-4);
|
|
1110
|
+
--theme-table-selection--border-color: var(--theme-color-0);
|
|
1111
|
+
--theme-btn-danger--background: var(--theme-color-alarm);
|
|
1112
|
+
--theme-btn-danger--background--hover: var(--theme-color-alarm--hover);
|
|
1113
|
+
--theme-btn-danger--background--active: var(--theme-color-alarm--active);
|
|
1114
|
+
--theme-btn-danger--background--disabled: var(--theme-color-component-4);
|
|
1115
|
+
--theme-btn-danger--color: var(--theme-color-alarm--contrast);
|
|
1116
|
+
--theme-btn-danger--color--hover: var(--theme-color-alarm--contrast);
|
|
1117
|
+
--theme-btn-danger--color--active: var(--theme-color-alarm--contrast);
|
|
1118
|
+
--theme-btn-danger--color--disabled: var(--theme-color-primary--contrast);
|
|
1119
|
+
--theme-btn-danger--border-color: var(--theme-color-0);
|
|
1120
|
+
--theme-btn-danger--border-color--hover: var(--theme-color-0);
|
|
1121
|
+
--theme-btn-danger--border-color--active: var(--theme-color-0);
|
|
1122
|
+
--theme-btn-danger--border-color--disabled: var(--theme-color-0);
|
|
1123
|
+
--theme-btn-outline-danger--background: var(--theme-color-1);
|
|
1124
|
+
--theme-btn-outline-danger--background--hover: var(--theme-color-1--hover);
|
|
1125
|
+
--theme-btn-outline-danger--background--active: var(--theme-color-1--active);
|
|
1126
|
+
--theme-btn-outline-danger--background--disabled: var(--theme-color-ghost);
|
|
1127
|
+
--theme-btn-outline-danger--color: var(--theme-color-alarm);
|
|
1128
|
+
--theme-btn-outline-danger--color--hover: var(--theme-color-alarm--hover);
|
|
1129
|
+
--theme-btn-outline-danger--color--active: var(--theme-color-alarm--active);
|
|
1130
|
+
--theme-btn-outline-danger--color--disabled: var(--theme-color-weak-text);
|
|
1131
|
+
--theme-btn-outline-danger--border-color: var(--theme-color-alarm);
|
|
1132
|
+
--theme-btn-outline-danger--border-color--hover: var(--theme-color-alarm--hover);
|
|
1133
|
+
--theme-btn-outline-danger--border-color--active: var(--theme-color-alarm--active);
|
|
1134
|
+
--theme-btn-outline-danger--border-color--disabled: var(--theme-color-component-4);
|
|
1135
|
+
--theme-btn-invisible-danger--background: var(--theme-color-ghost);
|
|
1136
|
+
--theme-btn-invisible-danger--background--hover: var(--theme-color-ghost--hover);
|
|
1137
|
+
--theme-btn-invisible-danger--background--active: var(--theme-color-ghost--active);
|
|
1138
|
+
--theme-btn-invisible-danger--background--disabled: var(--theme-color-ghost);
|
|
1139
|
+
--theme-btn-invisible-danger--color: var(--theme-color-alarm-text);
|
|
1140
|
+
--theme-btn-invisible-danger--color--hover: var(--theme-color-alarm-text);
|
|
1141
|
+
--theme-btn-invisible-danger--color--active: var(--theme-color-alarm-text);
|
|
1142
|
+
--theme-btn-invisible-danger--color--disabled: var(--theme-color-weak-text);
|
|
1143
|
+
--theme-btn-invisible-danger--border-color: var(--theme-color-0);
|
|
1144
|
+
--theme-btn-invisible-danger--border-color--hover: var(--theme-color-0);
|
|
1145
|
+
--theme-btn-invisible-danger--border-color--active: var(--theme-color-0);
|
|
1146
|
+
--theme-btn-invisible-danger--border-color--disabled: var(--theme-color-0);
|
|
1147
|
+
--theme-slider-track--background: var(--theme-color-component-4);
|
|
1148
|
+
--theme-slider-track--background--disabled: var(--theme-color-component-2);
|
|
1149
|
+
--theme-slider-track-marker--background: var(--theme-color-8);
|
|
1150
|
+
--theme-slider-track-marker--background--disabled: var(--theme-color-5);
|
|
1151
|
+
--theme-slider-thumb--background: var(--theme-color-dynamic);
|
|
1152
|
+
--theme-slider-thumb--background--hover: var(--theme-color-dynamic--hover);
|
|
1153
|
+
--theme-slider-thumb--background--active: var(--theme-color-dynamic--active);
|
|
1154
|
+
--theme-slider-thumb--background--disabled: var(--theme-color-7);
|
|
1155
|
+
--theme-slider-thumb--background--invalid: var(--theme-color-alarm);
|
|
1156
|
+
--theme-slider-thumb--background--invalid--hover: var(--theme-color-alarm--hover);
|
|
1157
|
+
--theme-slider-thumb--background--invalid--active: var(--theme-color-alarm--active);
|
|
1158
|
+
--theme-slider-thumb--background--warning: var(--theme-color-warning);
|
|
1159
|
+
--theme-slider-thumb--background--warning--hover: var(--theme-color-warning--hover);
|
|
1160
|
+
--theme-slider-thumb--background--warning--active: var(--theme-color-warning--active);
|
|
1161
|
+
--theme-slider-thumb--background--info: var(--theme-color-info);
|
|
1162
|
+
--theme-slider-thumb--background--info--hover: var(--theme-color-info--hover);
|
|
1163
|
+
--theme-slider-thumb--background--info--active: var(--theme-color-info--active);
|
|
1164
|
+
--theme-slider-trace--background: var(--theme-color-dynamic);
|
|
1165
|
+
--theme-slider-trace--background--disabled: var(--theme-color-component-3);
|
|
1166
|
+
--theme-slider-trace--background--invalid: var(--theme-color-alarm);
|
|
1167
|
+
--theme-slider-trace--background--warning: var(--theme-color-warning);
|
|
1168
|
+
--theme-slider-trace--background--info: var(--theme-color-info);
|
|
1169
|
+
--theme-slider-trace-marker--background: var(--theme-color-dynamic);
|
|
1170
|
+
--theme-slider-trace-marker--background--disabled: var(--theme-color-7);
|
|
1171
|
+
--theme-slider-trace-marker--background--invalid: var(--theme-color-alarm);
|
|
1172
|
+
--theme-slider-trace-marker--background--warning: var(--theme-color-warning);
|
|
1173
|
+
--theme-slider-trace-marker--background--info: var(--theme-color-info);
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
/*
|
|
1177
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
1178
|
+
*/
|
|
1179
|
+
:root .theme-classic-dark, :root body:not([class*=theme-]) {
|
|
1180
|
+
--theme-shadow-1: 0px 1px 1px #00000099, 0px 2px 2px #000000;
|
|
1181
|
+
--theme-shadow-2: 0px 0px 16px #00000099, 4px 0px 8px #000000, -4px 0px 8px #000000;
|
|
1182
|
+
--theme-shadow-3: 0px 0px 8px #00000099, 0px 2px 6px #000000;
|
|
1183
|
+
--theme-shadow-4: 0px 12px 18px #00000099, 0px 4px 8px #00000099, 0px 0px 2px #000000;
|
|
1184
|
+
--theme-inset-shadow-1: inset 0px 2px 4px #00000099;
|
|
1185
|
+
--theme-input--box-shadow: var(--theme-inset-shadow-1);
|
|
1186
|
+
--theme-menu--box-shadow: var(--theme-shadow-4);
|
|
1187
|
+
--theme-navigation--box-shadow: var(--theme-shadow-2);
|
|
1188
|
+
--theme-modal--box-shadow: var(--theme-shadow-4);
|
|
1189
|
+
--theme-switch-thumb--box-shadow: none;
|
|
1190
|
+
--theme-tile--box-shadow: none;
|
|
1191
|
+
--theme-toast--box-shadow: var(--theme-shadow-4);
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
/*
|
|
1195
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
1196
|
+
*/
|
|
1197
|
+
:root .theme-classic-dark, :root body:not([class*=theme-]) {
|
|
1198
|
+
--theme-font-code: JetBrains Mono;
|
|
1199
|
+
--theme-font-sans: Arial;
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
/*
|
|
1203
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
1204
|
+
*/
|
|
1205
|
+
:root .theme-classic-dark, :root body:not([class*=theme-]) {
|
|
1206
|
+
--theme-font-weight-normal: 400;
|
|
1207
|
+
--theme-font-weight-bold: 700;
|
|
1208
|
+
--theme-font-weight-black: 900;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
/*
|
|
1212
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
1213
|
+
*/
|
|
1214
|
+
:root .theme-classic-dark, :root body:not([class*=theme-]) {
|
|
1215
|
+
--theme-text-h2: var(--theme-font-weight-bold) var(--theme-font-size-xl)/var(--theme-line-height-h2) var(--theme-font-sans);
|
|
1216
|
+
--theme-text-xl: var(--theme-font-weight-normal) var(--theme-font-size-xl)/var(--theme-line-height-xl) var(--theme-font-sans);
|
|
1217
|
+
--theme-text-l-title: var(--theme-font-weight-bold) var(--theme-font-size-l)/var(--theme-line-height-l) var(--theme-font-sans);
|
|
1218
|
+
--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);
|
|
1219
|
+
--theme-text-l: var(--theme-font-weight-normal) var(--theme-font-size-l)/var(--theme-line-height-l) var(--theme-font-sans);
|
|
1220
|
+
--theme-text-l-single: var(--theme-font-weight-normal) var(--theme-font-size-l)/var(--theme-line-height-l-single) var(--theme-font-sans);
|
|
1221
|
+
--theme-text-default-title: var(--theme-font-weight-bold) var(--theme-font-size-default)/var(--theme-line-height-default) var(--theme-font-sans);
|
|
1222
|
+
--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);
|
|
1223
|
+
--theme-text-default: var(--theme-font-weight-normal) var(--theme-font-size-default)/var(--theme-line-height-default) var(--theme-font-sans);
|
|
1224
|
+
--theme-text-default-single: var(--theme-font-weight-normal) var(--theme-font-size-default)/var(--theme-line-height-default-single) var(--theme-font-sans);
|
|
1225
|
+
--theme-text-caption: var(--theme-font-weight-bold) var(--theme-font-size-caption)/var(--theme-line-height-caption) var(--theme-font-sans);
|
|
1226
|
+
--theme-text-caption-single: var(--theme-font-weight-bold) var(--theme-font-size-caption)/var(--theme-line-height-caption-single) var(--theme-font-sans);
|
|
1227
|
+
--theme-text-s: var(--theme-font-weight-normal) var(--theme-font-size-s)/var(--theme-line-height-s) var(--theme-font-sans);
|
|
1228
|
+
--theme-text-s-single: var(--theme-font-weight-normal) var(--theme-font-size-s)/var(--theme-line-height-s-single) var(--theme-font-sans);
|
|
1229
|
+
--theme-text-xs: var(--theme-font-weight-normal) var(--theme-font-size-xs)/140% var(--theme-font-sans);
|
|
1230
|
+
--theme-text-default-underline: var(--theme-font-weight-normal) var(--theme-font-size-default)/var(--theme-line-height-default) var(--theme-font-sans);
|
|
1231
|
+
--theme-label: var(--theme-font-weight-normal) var(--theme-ms-0)/var(--theme-line-height-sm) var(--theme-font-sans);
|
|
1232
|
+
--theme-label-lg: var(--theme-font-weight-normal) var(--theme-ms-1)/var(--theme-line-height-sm) var(--theme-font-sans);
|
|
1233
|
+
--theme-label-sm: var(--theme-font-weight-normal) var(--theme-ms--1)/var(--theme-line-height-sm) var(--theme-font-sans);
|
|
1234
|
+
--theme-label-xs: var(--theme-font-weight-normal) var(--theme-ms--2)/var(--theme-line-height-sm) var(--theme-font-sans);
|
|
1235
|
+
--theme-body: var(--theme-font-weight-normal) var(--theme-ms-0)/var(--theme-line-height-md) var(--theme-font-sans);
|
|
1236
|
+
--theme-body-xs: var(--theme-font-weight-normal) var(--theme-ms--2)/var(--theme-line-height-lg) var(--theme-font-sans);
|
|
1237
|
+
--theme-body-sm: var(--theme-font-weight-normal) var(--theme-ms--1)/var(--theme-line-height-lg) var(--theme-font-sans);
|
|
1238
|
+
--theme-body-lg: var(--theme-font-weight-normal) var(--theme-ms-1)/var(--theme-line-height-lg) var(--theme-font-sans);
|
|
1239
|
+
--theme-display: var(--theme-font-weight-normal) var(--theme-ms-3)/var(--theme-line-height-xs) var(--theme-font-sans);
|
|
1240
|
+
--theme-display-xs: var(--theme-font-weight-normal) var(--theme-ms-1)/var(--theme-line-height-xs) var(--theme-font-sans);
|
|
1241
|
+
--theme-display-sm: var(--theme-font-weight-normal) var(--theme-ms-2)/var(--theme-line-height-xs) var(--theme-font-sans);
|
|
1242
|
+
--theme-display-lg: var(--theme-font-weight-normal) var(--theme-ms-4)/var(--theme-line-height-xs) var(--theme-font-sans);
|
|
1243
|
+
--theme-display-xl: var(--theme-font-weight-bold) var(--theme-ms-5)/var(--theme-line-height-xs) var(--theme-font-sans);
|
|
1244
|
+
--theme-display-xxl: var(--theme-font-weight-bold) var(--theme-ms-6)/var(--theme-line-height-xs) var(--theme-font-sans);
|
|
1245
|
+
--theme-h6: var(--theme-font-weight-bold) var(--theme-ms--1)/var(--theme-line-height-lg) var(--theme-font-sans);
|
|
1246
|
+
--theme-h5: var(--theme-font-weight-bold) var(--theme-ms-0)/var(--theme-line-height-md) var(--theme-font-sans);
|
|
1247
|
+
--theme-h4: var(--theme-font-weight-bold) var(--theme-ms-1)/var(--theme-line-height-lg) var(--theme-font-sans);
|
|
1248
|
+
--theme-h3: var(--theme-font-weight-bold) var(--theme-ms-2)/var(--theme-line-height-lg) var(--theme-font-sans);
|
|
1249
|
+
--theme-h2: var(--theme-font-weight-bold) var(--theme-ms-3)/var(--theme-line-height-md) var(--theme-font-sans);
|
|
1250
|
+
--theme-h1: var(--theme-font-weight-bold) var(--theme-ms-4)/var(--theme-line-height-sm) var(--theme-font-sans);
|
|
1251
|
+
--theme-code: var(--theme-font-weight-normal) var(--theme-ms-0)/var(--theme-line-height-lg) var(--theme-font-code);
|
|
1252
|
+
--theme-code-sm: var(--theme-font-weight-normal) var(--theme-ms--1)/var(--theme-line-height-lg) var(--theme-font-code);
|
|
1253
|
+
--theme-code-lg: var(--theme-font-weight-normal) var(--theme-ms-1)/var(--theme-line-height-lg) var(--theme-font-code);
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
/*
|
|
1257
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
1258
|
+
*/
|
|
1259
|
+
:root .theme-classic-dark, :root body:not([class*=theme-]) {
|
|
1260
|
+
--theme-default-border-radius: 0.25rem;
|
|
1261
|
+
--theme-small-border-radius: 0.125rem;
|
|
1262
|
+
--theme-min-border-radius: 0rem;
|
|
1263
|
+
--theme-btn--border-radius: var(--theme-min-border-radius);
|
|
1264
|
+
--theme-blind--border-radius: var(--theme-default-border-radius);
|
|
1265
|
+
--theme-breadcrumb--border-radius: var(--theme-min-border-radius);
|
|
1266
|
+
--theme-group--border-radius: var(--theme-default-border-radius);
|
|
1267
|
+
--theme-group--border-radius--focus: var(--theme-min-border-radius);
|
|
1268
|
+
--theme-kpi--border-radius: var(--theme-default-border-radius);
|
|
1269
|
+
--theme-input--border-radius: var(--theme-small-border-radius);
|
|
1270
|
+
--theme-menu--border-radius: var(--theme-default-border-radius);
|
|
1271
|
+
--theme-message-bar--border-radius: var(--theme-default-border-radius);
|
|
1272
|
+
--theme-tile--border-radius: var(--theme-default-border-radius);
|
|
1273
|
+
--theme-toast--border-radus: var(--theme-default-border-radius);
|
|
1274
|
+
--theme-flip-tile--border-radius: var(--theme-default-border-radius);
|
|
1275
|
+
--theme-upload--border-radius: var(--theme-default-border-radius);
|
|
1276
|
+
--theme-workflow--border-radius: var(--theme-default-border-radius);
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
/*
|
|
1280
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
1281
|
+
*/
|
|
1282
|
+
:root .theme-classic-dark, :root body:not([class*=theme-]) {
|
|
1283
|
+
--theme-default-control-height: 2rem;
|
|
1284
|
+
--theme-large-control-height: 2.5rem;
|
|
1285
|
+
--theme-medium-control-height: 1.5rem;
|
|
1286
|
+
--theme-large-icon-size: 2rem;
|
|
1287
|
+
--theme-default-icon-size: 1.5rem;
|
|
1288
|
+
--theme-small-icon-size: 1rem;
|
|
1289
|
+
--theme-focus--border-thickness: 0.0625rem;
|
|
1290
|
+
--theme-input-min-width: 2rem;
|
|
1291
|
+
--theme-size--3: 0.375rem;
|
|
1292
|
+
--theme-size--2: 0.5rem;
|
|
1293
|
+
--theme-size--1: 0.75rem;
|
|
1294
|
+
--theme-size-0: 1rem;
|
|
1295
|
+
--theme-size-1: 1.5rem;
|
|
1296
|
+
--theme-size-2: 2rem;
|
|
1297
|
+
--theme-size-3: 3rem;
|
|
1298
|
+
--theme-size-4: 4rem;
|
|
1299
|
+
--theme-size-5: 6rem;
|
|
1300
|
+
--theme-size-6: 8rem;
|
|
1301
|
+
--theme-size-7: 12rem;
|
|
1302
|
+
--theme-size-8: 16rem;
|
|
1303
|
+
--theme-tab-indicator--height: 0.125rem;
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
/*
|
|
1307
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
1308
|
+
*/
|
|
1309
|
+
:root .theme-classic-dark, :root body:not([class*=theme-]) {
|
|
1310
|
+
--theme-font-size-xs: 0.625rem;
|
|
1311
|
+
--theme-font-size-s: 0.75rem;
|
|
1312
|
+
--theme-font-size-caption: 0.75rem;
|
|
1313
|
+
--theme-font-size-default: 0.875rem;
|
|
1314
|
+
--theme-font-size-l: 1rem;
|
|
1315
|
+
--theme-font-size-xl: 1.375rem;
|
|
1316
|
+
--theme-ms--2: 0.625rem;
|
|
1317
|
+
--theme-ms--1: 0.75rem;
|
|
1318
|
+
--theme-ms-0: 0.875rem;
|
|
1319
|
+
--theme-ms-1: 1rem;
|
|
1320
|
+
--theme-ms-2: 1.25rem;
|
|
1321
|
+
--theme-ms-3: 1.5rem;
|
|
1322
|
+
--theme-ms-4: 1.8125rem;
|
|
1323
|
+
--theme-ms-5: 2.1875rem;
|
|
1324
|
+
--theme-ms-6: 2.625rem;
|
|
1325
|
+
--theme-ms-7: 3.125rem;
|
|
1326
|
+
--theme-ms-8: 3.75rem;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
/*
|
|
1330
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
1331
|
+
*/
|
|
1332
|
+
:root .theme-classic-dark, :root body:not([class*=theme-]) {
|
|
1333
|
+
--theme-line-height-s: 150%;
|
|
1334
|
+
--theme-line-height-s-single: 150%;
|
|
1335
|
+
--theme-line-height-caption: 150%;
|
|
1336
|
+
--theme-line-height-caption-single: 100%;
|
|
1337
|
+
--theme-line-height-default: 142.9%;
|
|
1338
|
+
--theme-line-height-default-single: 114.3%;
|
|
1339
|
+
--theme-line-height-l: 150%;
|
|
1340
|
+
--theme-line-height-l-single: 125%;
|
|
1341
|
+
--theme-line-height-h2: 145.5%;
|
|
1342
|
+
--theme-line-height-xl: 109.1%;
|
|
1343
|
+
--theme-line-height-xs: 100%;
|
|
1344
|
+
--theme-line-height-sm: 120%;
|
|
1345
|
+
--theme-line-height-md: 143%;
|
|
1346
|
+
--theme-line-height-lg: 150%;
|
|
1347
|
+
}
|
|
1348
|
+
|
|
1349
|
+
/*
|
|
1350
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
1351
|
+
*/
|
|
1352
|
+
:root .theme-classic-dark, :root body:not([class*=theme-]) {
|
|
1353
|
+
--theme-x-slow-time: 1s;
|
|
1354
|
+
--theme-slow-time: 500ms;
|
|
1355
|
+
--theme-medium-time: 300ms;
|
|
1356
|
+
--theme-default-time: 150ms;
|
|
1357
|
+
--theme-short-time: 0ms;
|
|
1358
|
+
--theme-btn--focus--outline-offset: 0.125rem;
|
|
1359
|
+
--theme-checkbox--focus--outline-offset: 0.125rem;
|
|
1360
|
+
--theme-radiobtn--focus--outline-offset: 0.125rem;
|
|
1361
|
+
--theme-input--focus--outline-offset: 0.125rem;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
/*
|
|
1365
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
1366
|
+
*/
|
|
1367
|
+
:root .theme-classic-dark, :root body:not([class*=theme-]) {
|
|
1368
|
+
--theme-input-padding-y: 0.5rem;
|
|
1369
|
+
--theme-input-padding-x: 0.5rem;
|
|
1370
|
+
--theme-space--3: 0.125rem;
|
|
1371
|
+
--theme-space--2: 0.1875rem;
|
|
1372
|
+
--theme-space--1: 0.25rem;
|
|
1373
|
+
--theme-space-0: 0.735rem;
|
|
1374
|
+
--theme-space-1: 0.5rem;
|
|
1375
|
+
--theme-space-2: 0.75rem;
|
|
1376
|
+
--theme-space-3: 1rem;
|
|
1377
|
+
--theme-space-4: 1.5rem;
|
|
1378
|
+
--theme-space-5: 2rem;
|
|
1379
|
+
--theme-space-6: 3rem;
|
|
1380
|
+
--theme-space-7: 4rem;
|
|
1381
|
+
--theme-space-8: 6rem;
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
/*
|
|
1385
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
1386
|
+
*/
|
|
1387
|
+
:root .theme-classic-dark, :root body:not([class*=theme-]) {
|
|
1388
|
+
--theme-btn--border-thickness: 0.0625rem;
|
|
1389
|
+
--theme-app-header--border-width: 0.0625rem;
|
|
1390
|
+
--theme-blind--border-thickness: 0.0625rem;
|
|
1391
|
+
--theme-checkbox--border-thickness: 0.0625rem;
|
|
1392
|
+
--theme-focus--border-thickness: 0.0625rem;
|
|
1393
|
+
--theme-radiobtn--border-thickness: 0.0625rem;
|
|
1394
|
+
--theme-input--border-thickness: 0.0625rem;
|
|
1395
|
+
--theme-menu--border-thickness: 0rem;
|
|
1396
|
+
--theme-message-bar--border-thickness: 0.125rem;
|
|
1397
|
+
--theme-modal--border-thickness: 0.0625rem;
|
|
1398
|
+
--theme-toast--border-thickness: 0rem;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
/*
|
|
1402
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
1403
|
+
*/
|
|
1404
|
+
:root .theme-classic-dark, :root body:not([class*=theme-]) {
|
|
1405
|
+
--theme-primary-bdr-1: 0.0625rem solid var(--theme-color-primary);
|
|
1406
|
+
--theme-primary-bdr-2: 0.125rem solid var(--theme-color-primary);
|
|
1407
|
+
--theme-dynamic-bdr-1: 0.0625rem solid var(--theme-color-dynamic);
|
|
1408
|
+
--theme-dynamic-bdr-2: 0.125rem solid var(--theme-color-dynamic);
|
|
1409
|
+
--theme-contrast-bdr-1: 0.0625rem solid var(--theme-color-contrast-bdr);
|
|
1410
|
+
--theme-contrast-bdr-2: 0.125rem solid var(--theme-color-contrast-bdr);
|
|
1411
|
+
--theme-std-bdr-1: 0.0625rem solid var(--theme-color-std-bdr);
|
|
1412
|
+
--theme-std-bdr-2: 0.125rem solid var(--theme-color-std-bdr);
|
|
1413
|
+
--theme-soft-bdr-1: 0.0625rem solid var(--theme-color-soft-bdr);
|
|
1414
|
+
--theme-soft-bdr-2: 0.125rem solid var(--theme-color-soft-bdr);
|
|
1415
|
+
--theme-soft-dashed-bdr-1: 0.0625rem dashed var(--theme-color-soft-bdr);
|
|
1416
|
+
--theme-soft-dashed-bdr-2: 0.125rem dashed var(--theme-color-soft-bdr);
|
|
1417
|
+
--theme-weak-bdr-1: 0.0625rem solid var(--theme-color-weak-bdr);
|
|
1418
|
+
--theme-weak-bdr-2: 0.125rem solid var(--theme-color-weak-bdr);
|
|
1419
|
+
--theme-x-weak-bdr-1: 0.0625rem solid var(--theme-color-x-weak-bdr);
|
|
1420
|
+
--theme-x-weak-bdr-2: 0.125rem solid var(--theme-color-x-weak-bdr);
|
|
1421
|
+
--theme-alarm-bdr-1: 0.0625rem solid var(--theme-color-alarm);
|
|
1422
|
+
--theme-alarm-bdr-2: 0.125rem solid var(--theme-color-alarm);
|
|
1423
|
+
--theme-critical-bdr-1: 0.0625rem solid var(--theme-color-critical);
|
|
1424
|
+
--theme-critical-bdr-2: 0.125rem solid var(--theme-color-critical);
|
|
1425
|
+
--theme-warning-bdr-1: 0.0625rem solid var(--theme-color-warning);
|
|
1426
|
+
--theme-warning-bdr-2: 0.125rem solid var(--theme-color-warning);
|
|
1427
|
+
--theme-success-bdr-1: 0.0625rem solid var(--theme-color-success);
|
|
1428
|
+
--theme-success-bdr-2: 0.125rem solid var(--theme-color-success);
|
|
1429
|
+
--theme-info-bdr-1: 0.0625rem solid var(--theme-color-info);
|
|
1430
|
+
--theme-info-bdr-2: 0.125rem solid var(--theme-color-info);
|
|
1431
|
+
--theme-neutral-bdr-1: 0.0625rem solid var(--theme-color-neutral);
|
|
1432
|
+
--theme-neutral-bdr-2: 0.125rem solid var(--theme-color-neutral);
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
/*
|
|
1436
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
1437
|
+
*/
|
|
1438
|
+
:root .theme-classic-dark, :root body:not([class*=theme-]) {
|
|
1439
|
+
--theme-letter-spacing-xs: -1.2%;
|
|
1440
|
+
--theme-letter-spacing-sm: -0.6%;
|
|
1441
|
+
--theme-letter-spacing-md: 0%;
|
|
1442
|
+
--theme-letter-spacing-lg: 0.6%;
|
|
1443
|
+
--theme-letter-spacing-xl: 1.2%;
|
|
1444
|
+
--theme-letter-spacing-xxl: 2%;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
:root .theme-classic-dark, :root body:not([class*=theme-]) {
|
|
1448
|
+
--ix-theme-name: classic-dark;
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
/*
|
|
1452
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
1453
|
+
*/
|
|
1454
|
+
/*
|
|
1455
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
1456
|
+
*/
|
|
1457
|
+
:root .theme-classic-light {
|
|
1458
|
+
--theme-color-ghost: #00000000;
|
|
1459
|
+
--theme-color-ghost--hover: #a8adb32e;
|
|
1460
|
+
--theme-color-ghost--active: #a8adb354;
|
|
1461
|
+
--theme-color-ghost--selected: #00eaff33;
|
|
1462
|
+
--theme-color-ghost--selected-hover: #20b8c538;
|
|
1463
|
+
--theme-color-ghost--selected-active: #00919e38;
|
|
1464
|
+
--theme-color-ghost-primary--active: #00becf33;
|
|
1465
|
+
--theme-color-ghost-primary--hover: #00eaff33;
|
|
1466
|
+
--theme-color-ghost-alt: #00142808;
|
|
1467
|
+
--theme-color-ghost-alt--hover: #a8adb338;
|
|
1468
|
+
--theme-color-ghost-alt--active: #a8adb35c;
|
|
1469
|
+
--theme-color-ghost-alt--selected: #00d8ec38;
|
|
1470
|
+
--theme-color-ghost-alt--selected-hover: #1eabb83d;
|
|
1471
|
+
--theme-color-ghost-alt--selected-active: #0094a138;
|
|
1472
|
+
--theme-color-primary: #006e93;
|
|
1473
|
+
--theme-color-primary--contrast: #ffffff;
|
|
1474
|
+
--theme-color-primary--hover: #196269;
|
|
1475
|
+
--theme-color-primary--active: #16565c;
|
|
1476
|
+
--theme-color-primary--disabled: #006e934d;
|
|
1477
|
+
--theme-color-dynamic: #005e66;
|
|
1478
|
+
--theme-color-dynamic--hover: #0f5157;
|
|
1479
|
+
--theme-color-dynamic--active: #0e494e;
|
|
1480
|
+
--theme-color-dynamic-alt: #00eaff;
|
|
1481
|
+
--theme-color-dynamic-alt--hover: #62e2ee;
|
|
1482
|
+
--theme-color-dynamic-alt--active: #5cd5e0;
|
|
1483
|
+
--theme-color-secondary: #ffffff;
|
|
1484
|
+
--theme-color-secondary--hover: #ccfbff;
|
|
1485
|
+
--theme-color-secondary--active: #b8edf2;
|
|
1486
|
+
--theme-color-component-1: #a8adb32e;
|
|
1487
|
+
--theme-color-component-1--hover: #a8adb354;
|
|
1488
|
+
--theme-color-component-1--active: #a8adb373;
|
|
1489
|
+
--theme-color-component-2: #0012241c;
|
|
1490
|
+
--theme-color-component-3: #04142538;
|
|
1491
|
+
--theme-color-component-4: #05121f4d;
|
|
1492
|
+
--theme-color-component-5: #07121d73;
|
|
1493
|
+
--theme-color-component-6: #0b121999;
|
|
1494
|
+
--theme-color-component-7--hover: #00eaff;
|
|
1495
|
+
--theme-color-component-7: #00eaff33;
|
|
1496
|
+
--theme-color-component-7--active: #00def2;
|
|
1497
|
+
--theme-color-component-error: #fcccd0;
|
|
1498
|
+
--theme-color-component-info: #ccdefc;
|
|
1499
|
+
--theme-color-component-8--hover: #d1fbff;
|
|
1500
|
+
--theme-color-component-8: #ebf7f8;
|
|
1501
|
+
--theme-color-component-9: #0b5e65;
|
|
1502
|
+
--theme-color-component-9--hover: #005d66;
|
|
1503
|
+
--theme-color-component-9--active: #00464d;
|
|
1504
|
+
--theme-color-component-9--disabled: #0051594d;
|
|
1505
|
+
--theme-color-component-10: #005159bf;
|
|
1506
|
+
--theme-color-component-10--hover: #005d66bf;
|
|
1507
|
+
--theme-color-component-10--active: #00464dbf;
|
|
1508
|
+
--theme-color-component-10--disabled: #00515926;
|
|
1509
|
+
--theme-color-1--hover: #eff0f1;
|
|
1510
|
+
--theme-color-1--active: #e2e4e6;
|
|
1511
|
+
--theme-color-component-11: #d5dbe233;
|
|
1512
|
+
--theme-color-0: #ffffff00;
|
|
1513
|
+
--theme-color-1: #ffffff;
|
|
1514
|
+
--theme-color-2: #eff0f1;
|
|
1515
|
+
--theme-color-3: #e2e4e6;
|
|
1516
|
+
--theme-color-4: #d8dadd;
|
|
1517
|
+
--theme-color-5: #cfd2d5;
|
|
1518
|
+
--theme-color-6: #c8cbcf;
|
|
1519
|
+
--theme-color-7: #c2c6ca;
|
|
1520
|
+
--theme-color-8: #92979b;
|
|
1521
|
+
--theme-color-std-bdr: #0014284d;
|
|
1522
|
+
--theme-color-soft-bdr: #00142833;
|
|
1523
|
+
--theme-color-weak-bdr: #23303c26;
|
|
1524
|
+
--theme-color-x-weak-bdr: #aeb5bd33;
|
|
1525
|
+
--theme-color-focus-bdr: #199fff;
|
|
1526
|
+
--theme-color-contrast-bdr: #000000;
|
|
1527
|
+
--theme-color-hard-bdr: #b2b8be;
|
|
1528
|
+
--theme-color-alarm: #d72332;
|
|
1529
|
+
--theme-color-alarm--hover: #c11f2d;
|
|
1530
|
+
--theme-color-alarm--active: #b41d2a;
|
|
1531
|
+
--theme-color-alarm--contrast: #ffffff;
|
|
1532
|
+
--theme-color-alarm-40: #d7233266;
|
|
1533
|
+
--theme-color-alarm-10: #d723321a;
|
|
1534
|
+
--theme-color-warning: #b88d00;
|
|
1535
|
+
--theme-color-warning--hover: #a88100;
|
|
1536
|
+
--theme-color-warning--active: #9e7900;
|
|
1537
|
+
--theme-color-warning--contrast: #000000;
|
|
1538
|
+
--theme-color-warning-40: #b88d0066;
|
|
1539
|
+
--theme-color-warning-10: #b88d001a;
|
|
1540
|
+
--theme-color-critical: #e97101;
|
|
1541
|
+
--theme-color-critical--hover: #d06501;
|
|
1542
|
+
--theme-color-critical--active: #c15e01;
|
|
1543
|
+
--theme-color-critical--contrast: #000000;
|
|
1544
|
+
--theme-color-critical-40: #e9710166;
|
|
1545
|
+
--theme-color-success: #2c8500;
|
|
1546
|
+
--theme-color-success--hover: #277500;
|
|
1547
|
+
--theme-color-success--active: #246b00;
|
|
1548
|
+
--theme-color-success--contrast: #ffffff;
|
|
1549
|
+
--theme-color-success-40: #2c850066;
|
|
1550
|
+
--theme-color-info: #0041b1;
|
|
1551
|
+
--theme-color-info--hover: #003a9e;
|
|
1552
|
+
--theme-color-info--active: #003694;
|
|
1553
|
+
--theme-color-info--contrast: #ffffff;
|
|
1554
|
+
--theme-color-info-40: #0041b166;
|
|
1555
|
+
--theme-color-neutral: #66727e;
|
|
1556
|
+
--theme-color-neutral--hover: #5b6671;
|
|
1557
|
+
--theme-color-neutral--active: #545e68;
|
|
1558
|
+
--theme-color-neutral--contrast: #ffffff;
|
|
1559
|
+
--theme-color-neutral-40: #66727e66;
|
|
1560
|
+
--theme-color-contrast-text: #000000;
|
|
1561
|
+
--theme-color-std-text: #000a14e6;
|
|
1562
|
+
--theme-color-soft-text: #000a1499;
|
|
1563
|
+
--theme-color-weak-text: #000a1466;
|
|
1564
|
+
--theme-color-inv-contrast-text: #ffffff;
|
|
1565
|
+
--theme-color-inv-std-text: #f5faffed;
|
|
1566
|
+
--theme-color-inv-soft-text: #e5f2ffa8;
|
|
1567
|
+
--theme-color-inv-weak-text: #dbedff66;
|
|
1568
|
+
--theme-color-alarm-text: #b81e3f;
|
|
1569
|
+
--theme-color-shadow-1: #0000001a;
|
|
1570
|
+
--theme-color-shadow-2: #00000033;
|
|
1571
|
+
--theme-color-shadow-3: #00000099;
|
|
1572
|
+
--theme-color-lightbox: #ffffffa6;
|
|
1573
|
+
--theme-color-backdrop: #ffffffd9;
|
|
1574
|
+
--theme-color-backdrop-3: #e3e5e8d9;
|
|
1575
|
+
--theme-color-gradient-effect-1: #006E93;
|
|
1576
|
+
--theme-color-gradient-effect-2: #16565C;
|
|
1577
|
+
--theme-color-logo: #000000;
|
|
1578
|
+
--theme-color-logo-login: #000000;
|
|
1579
|
+
--theme-chart-1: #008A7C;
|
|
1580
|
+
--theme-chart-1-40: #008A7C66;
|
|
1581
|
+
--theme-chart-2: #00572B;
|
|
1582
|
+
--theme-chart-2-40: #00572B66;
|
|
1583
|
+
--theme-chart-3: #00838F;
|
|
1584
|
+
--theme-chart-3-40: #00838F66;
|
|
1585
|
+
--theme-chart-4: #003C61;
|
|
1586
|
+
--theme-chart-4-40: #003C6166;
|
|
1587
|
+
--theme-chart-5: #61778C;
|
|
1588
|
+
--theme-chart-5-40: #61778C66;
|
|
1589
|
+
--theme-chart-6: #0076A8;
|
|
1590
|
+
--theme-chart-6-40: #0076A866;
|
|
1591
|
+
--theme-chart-7: #182171;
|
|
1592
|
+
--theme-chart-7-40: #18217166;
|
|
1593
|
+
--theme-chart-8: #0041D6;
|
|
1594
|
+
--theme-chart-8-40: #0041D666;
|
|
1595
|
+
--theme-chart-9: #4A52F2;
|
|
1596
|
+
--theme-chart-9-40: #4A52F266;
|
|
1597
|
+
--theme-chart-10: #7C40FF;
|
|
1598
|
+
--theme-chart-10-40: #7C40FF66;
|
|
1599
|
+
--theme-chart-11: #900EEC;
|
|
1600
|
+
--theme-chart-11-40: #900EEC66;
|
|
1601
|
+
--theme-chart-12: #AA32BE;
|
|
1602
|
+
--theme-chart-12-40: #AA32BE66;
|
|
1603
|
+
--theme-chart-13: #6F2542;
|
|
1604
|
+
--theme-chart-13-40: #6F254266;
|
|
1605
|
+
--theme-chart-14: #9E5833;
|
|
1606
|
+
--theme-chart-14-40: #9E583366;
|
|
1607
|
+
--theme-chart-15: #B74E2A;
|
|
1608
|
+
--theme-chart-15-40: #B74E2A66;
|
|
1609
|
+
--theme-chart-16: #73735E;
|
|
1610
|
+
--theme-chart-16-40: #73735E66;
|
|
1611
|
+
--theme-chart-17: #7A8000;
|
|
1612
|
+
--theme-chart-17-40: #7A800066;
|
|
1613
|
+
--theme-chart-axes: #0000004d;
|
|
1614
|
+
--theme-chart-grid-lines: #0000001a;
|
|
1615
|
+
--theme-chart-grid-fill: #ffffff;
|
|
1616
|
+
--theme-chart-ticks: #0000004d;
|
|
1617
|
+
--theme-chart-tooltip-fill: #ffffffcc;
|
|
1618
|
+
--theme-chart-tooltip-bdr: #00000033;
|
|
1619
|
+
--theme-workflow-step--color--disabled: var(--theme-color-weak-text);
|
|
1620
|
+
--theme-app-header--color: var(--theme-color-std-text);
|
|
1621
|
+
--theme-app-header--background: var(--theme-color-2);
|
|
1622
|
+
--theme-app-header--border-color: var(--theme-color-weak-bdr);
|
|
1623
|
+
--theme-app-header-logo--color: var(--theme-color-logo);
|
|
1624
|
+
--theme-btn-primary--background: var(--theme-color-primary);
|
|
1625
|
+
--theme-btn-primary--background--hover: var(--theme-color-primary--hover);
|
|
1626
|
+
--theme-btn-primary--background--active: var(--theme-color-primary--active);
|
|
1627
|
+
--theme-btn-primary--background--disabled: var(--theme-color-component-4);
|
|
1628
|
+
--theme-btn-primary--color: var(--theme-color-primary--contrast);
|
|
1629
|
+
--theme-btn-primary--color--hover: var(--theme-color-primary--contrast);
|
|
1630
|
+
--theme-btn-primary--color--active: var(--theme-color-primary--contrast);
|
|
1631
|
+
--theme-btn-primary--color--disabled: var(--theme-color-primary--contrast);
|
|
1632
|
+
--theme-btn-outline-primary--background: var(--theme-color-secondary);
|
|
1633
|
+
--theme-btn-outline-primary--background--hover: var(--theme-color-secondary--hover);
|
|
1634
|
+
--theme-btn-outline-primary--background--active: var(--theme-color-secondary--active);
|
|
1635
|
+
--theme-btn-outline-primary--background--disabled: var(--theme-color-ghost);
|
|
1636
|
+
--theme-btn-outline-primary--color: var(--theme-color-primary);
|
|
1637
|
+
--theme-btn-outline-primary--color--hover: var(--theme-color-dynamic);
|
|
1638
|
+
--theme-btn-outline-primary--color--active: var(--theme-color-dynamic);
|
|
1639
|
+
--theme-btn-outline-primary--color--disabled: var(--theme-color-weak-text);
|
|
1640
|
+
--theme-btn-primary--border-color: var(--theme-color-ghost);
|
|
1641
|
+
--theme-btn-primary--border-color--hover: var(--theme-color-ghost);
|
|
1642
|
+
--theme-btn-primary--border-color--active: var(--theme-color-ghost);
|
|
1643
|
+
--theme-btn-primary--border-color--disabled: var(--theme-color-ghost);
|
|
1644
|
+
--theme-btn-invisible-primary--background: var(--theme-color-ghost);
|
|
1645
|
+
--theme-btn-invisible-primary--background--hover: var(--theme-color-ghost-primary--hover);
|
|
1646
|
+
--theme-btn-invisible-primary--background--active: var(--theme-color-ghost-primary--active);
|
|
1647
|
+
--theme-btn-invisible-primary--background--disabled: var(--theme-color-ghost);
|
|
1648
|
+
--theme-btn-invisible-primary--color: var(--theme-color-primary);
|
|
1649
|
+
--theme-btn-invisible-primary--color--hover: var(--theme-color-dynamic);
|
|
1650
|
+
--theme-btn-invisible-primary--color--active: var(--theme-color-dynamic);
|
|
1651
|
+
--theme-btn-invisible-primary--color--disabled: var(--theme-color-weak-text);
|
|
1652
|
+
--theme-btn-secondary--background: var(--theme-color-component-1);
|
|
1653
|
+
--theme-btn-secondary--background--hover: var(--theme-color-component-1--hover);
|
|
1654
|
+
--theme-btn-secondary--background--active: var(--theme-color-component-1--active);
|
|
1655
|
+
--theme-btn-secondary--background--disabled: var(--theme-color-component-1);
|
|
1656
|
+
--theme-btn-secondary--color: var(--theme-color-std-text);
|
|
1657
|
+
--theme-btn-secondary--color--hover: var(--theme-color-std-text);
|
|
1658
|
+
--theme-btn-secondary--color--active: var(--theme-color-std-text);
|
|
1659
|
+
--theme-btn-secondary--color--disabled: var(--theme-color-weak-text);
|
|
1660
|
+
--theme-btn-outline-secondary--background: var(--theme-color-ghost);
|
|
1661
|
+
--theme-btn-outline-secondary--background--hover: var(--theme-color-ghost--hover);
|
|
1662
|
+
--theme-btn-outline-secondary--background--active: var(--theme-color-ghost--active);
|
|
1663
|
+
--theme-btn-outline-secondary--background--disabled: var(--theme-color-ghost);
|
|
1664
|
+
--theme-btn-outline-secondary--border-color: var(--theme-color-component-4);
|
|
1665
|
+
--theme-btn-outline-secondary--border-color--hover: var(--theme-color-component-4);
|
|
1666
|
+
--theme-btn-outline-secondary--border-color--active: var(--theme-color-component-4);
|
|
1667
|
+
--theme-btn-outline-secondary--border-color--disabled: var(--theme-color-component-4);
|
|
1668
|
+
--theme-btn-outline-secondary--color: var(--theme-color-std-text);
|
|
1669
|
+
--theme-btn-outline-secondary--color--hover: var(--theme-color-std-text);
|
|
1670
|
+
--theme-btn-outline-secondary--color--active: var(--theme-color-std-text);
|
|
1671
|
+
--theme-btn-outline-secondary--color--disabled: var(--theme-color-weak-text);
|
|
1672
|
+
--theme-btn-invisible-secondary--background: var(--theme-color-ghost);
|
|
1673
|
+
--theme-btn-invisible-secondary--background--hover: var(--theme-color-ghost--hover);
|
|
1674
|
+
--theme-btn-invisible-secondary--background--active: var(--theme-color-ghost--active);
|
|
1675
|
+
--theme-btn-invisible-secondary--background--disabled: var(--theme-color-ghost);
|
|
1676
|
+
--theme-btn-invisible-secondary--color: var(--theme-color-std-text);
|
|
1677
|
+
--theme-btn-invisible-secondary--color--hover: var(--theme-color-std-text);
|
|
1678
|
+
--theme-btn-invisible-secondary--color--active: var(--theme-color-std-text);
|
|
1679
|
+
--theme-btn-invisible-secondary--color--disabled: var(--theme-color-weak-text);
|
|
1680
|
+
--theme-btn-invisible-secondary--color--selected: var(--theme-color-dynamic);
|
|
1681
|
+
--theme-btn-invisible-secondary--color--selected-hover: var(--theme-color-dynamic);
|
|
1682
|
+
--theme-btn-invisible-secondary--color--selected-active: var(--theme-color-dynamic);
|
|
1683
|
+
--theme-btn-invisible-secondary--background--selected: var(--theme-color-component-7);
|
|
1684
|
+
--theme-btn-invisible-secondary--background--selected-hover: var(--theme-color-component-7--hover);
|
|
1685
|
+
--theme-btn-invisible-secondary--background--selected-active: var(--theme-color-component-7--active);
|
|
1686
|
+
--theme-link-btn--color: var(--theme-color-primary);
|
|
1687
|
+
--theme-link-btn--color--hover: var(--theme-color-dynamic);
|
|
1688
|
+
--theme-link-btn--color--active: var(--theme-color-dynamic);
|
|
1689
|
+
--theme-link-btn--border-color: var(--theme-color-ghost);
|
|
1690
|
+
--theme-link-btn--border-color--hover: var(--theme-color-ghost);
|
|
1691
|
+
--theme-link-btn--border-color--active: var(--theme-color-ghost);
|
|
1692
|
+
--theme-link-btn--color--visited: var(--theme-color-primary);
|
|
1693
|
+
--theme-link-btn--border-color--visited: var(--theme-color-ghost);
|
|
1694
|
+
--theme-link-btn--border-color--disabled: var(--theme-color-ghost);
|
|
1695
|
+
--theme-link-btn--color--disabled: var(--theme-color-weak-text);
|
|
1696
|
+
--theme-checkbox-unchecked--background: var(--theme-color-secondary);
|
|
1697
|
+
--theme-checkbox-unchecked--background--hover: var(--theme-color-secondary--hover);
|
|
1698
|
+
--theme-checkbox-unchecked--background--active: var(--theme-color-secondary--active);
|
|
1699
|
+
--theme-checkbox-unchecked--background--disabled: var(--theme-color-ghost);
|
|
1700
|
+
--theme-checkbox-unchecked--background--invalid: var(--theme-color-component-error);
|
|
1701
|
+
--theme-checkbox-unchecked--background--invalid--hover: var(--theme-color-component-error);
|
|
1702
|
+
--theme-checkbox-unchecked--background--invalid--active: var(--theme-color-component-error);
|
|
1703
|
+
--theme-checkbox-unchecked--background--warning: var(--theme-color-secondary);
|
|
1704
|
+
--theme-checkbox-unchecked--background--warning--hover: var(--theme-color-secondary--hover);
|
|
1705
|
+
--theme-checkbox-unchecked--background--warning--active: var(--theme-color-secondary--active);
|
|
1706
|
+
--theme-checkbox-unchecked--background--info: var(--theme-color-secondary);
|
|
1707
|
+
--theme-checkbox-unchecked--background--info--hover: var(--theme-color-secondary--hover);
|
|
1708
|
+
--theme-checkbox-unchecked--background--info--active: var(--theme-color-secondary--active);
|
|
1709
|
+
--theme-checkbox-unchecked--border-color: var(--theme-color-contrast-bdr);
|
|
1710
|
+
--theme-checkbox-unchecked--border-color--hover: var(--theme-color-dynamic);
|
|
1711
|
+
--theme-checkbox-unchecked--border-color--active: var(--theme-color-dynamic);
|
|
1712
|
+
--theme-checkbox-unchecked--border-color--disabled: var(--theme-color-component-4);
|
|
1713
|
+
--theme-checkbox-unchecked--border-color--invalid: var(--theme-color-alarm);
|
|
1714
|
+
--theme-checkbox-unchecked--border-color--invalid--hover: var(--theme-color-alarm--hover);
|
|
1715
|
+
--theme-checkbox-unchecked--border-color--invalid--active: var(--theme-color-alarm--active);
|
|
1716
|
+
--theme-checkbox-unchecked--border-color--warning: var(--theme-color-warning);
|
|
1717
|
+
--theme-checkbox-unchecked--border-color--warning--hover: var(--theme-color-warning--hover);
|
|
1718
|
+
--theme-checkbox-unchecked--border-color--warning--active: var(--theme-color-warning--active);
|
|
1719
|
+
--theme-checkbox-unchecked--border-color--info: var(--theme-color-info);
|
|
1720
|
+
--theme-checkbox-unchecked--border-color--info--hover: var(--theme-color-info--hover);
|
|
1721
|
+
--theme-checkbox-unchecked--border-color--info--active: var(--theme-color-info--active);
|
|
1722
|
+
--theme-checkbox-checked--background: var(--theme-color-dynamic);
|
|
1723
|
+
--theme-checkbox-checked--background--hover: var(--theme-color-dynamic--hover);
|
|
1724
|
+
--theme-checkbox-checked--background--active: var(--theme-color-dynamic--active);
|
|
1725
|
+
--theme-checkbox-checked--background--disabled: var(--theme-color-component-4);
|
|
1726
|
+
--theme-checkbox-checked--background--invalid: var(--theme-color-alarm);
|
|
1727
|
+
--theme-checkbox-checked--background--invalid--hover: var(--theme-color-alarm--hover);
|
|
1728
|
+
--theme-checkbox-checked--background--invalid--active: var(--theme-color-alarm--active);
|
|
1729
|
+
--theme-checkbox-checked--background--warning: var(--theme-color-warning);
|
|
1730
|
+
--theme-checkbox-checked--background--warning--hover: var(--theme-color-warning--hover);
|
|
1731
|
+
--theme-checkbox-checked--background--warning--active: var(--theme-color-warning--active);
|
|
1732
|
+
--theme-checkbox-checked--background--info: var(--theme-color-info);
|
|
1733
|
+
--theme-checkbox-checked--background--info--hover: var(--theme-color-info--hover);
|
|
1734
|
+
--theme-checkbox-checked--background--info--active: var(--theme-color-info--active);
|
|
1735
|
+
--theme-checkbox-checked--border-color: var(--theme-color-0);
|
|
1736
|
+
--theme-checkbox-checked--border-color--hover: var(--theme-color-0);
|
|
1737
|
+
--theme-checkbox-checked--border-color--active: var(--theme-color-0);
|
|
1738
|
+
--theme-checkbox-checked--border-color--disabled: var(--theme-color-0);
|
|
1739
|
+
--theme-checkbox-checked--border-color--invalid: var(--theme-color-0);
|
|
1740
|
+
--theme-checkbox-checked--border-color--invalid--hover: var(--theme-color-0);
|
|
1741
|
+
--theme-checkbox-checked--border-color--invalid--active: var(--theme-color-0);
|
|
1742
|
+
--theme-checkbox-checked--border-color--warning: var(--theme-color-0);
|
|
1743
|
+
--theme-checkbox-checked--border-color--warning--hover: var(--theme-color-0);
|
|
1744
|
+
--theme-checkbox-checked--border-color--warning--active: var(--theme-color-0);
|
|
1745
|
+
--theme-checkbox-checked--border-color--info: var(--theme-color-0);
|
|
1746
|
+
--theme-checkbox-checked--border-color--info--hover: var(--theme-color-0);
|
|
1747
|
+
--theme-checkbox-checked--border-color--info--active: var(--theme-color-0);
|
|
1748
|
+
--theme-checkbox-checked--color: var(--theme-color-primary--contrast);
|
|
1749
|
+
--theme-checkbox-checked--color--hover: var(--theme-color-primary--contrast);
|
|
1750
|
+
--theme-checkbox-checked--color--active: var(--theme-color-primary--contrast);
|
|
1751
|
+
--theme-checkbox-checked--color--disabled: var(--theme-color-primary--contrast);
|
|
1752
|
+
--theme-checkbox-checked--color--invalid: var(--theme-color-alarm--contrast);
|
|
1753
|
+
--theme-checkbox-checked--color--invalid--hover: var(--theme-color-alarm--contrast);
|
|
1754
|
+
--theme-checkbox-checked--color--invalid--active: var(--theme-color-alarm--contrast);
|
|
1755
|
+
--theme-checkbox-checked--color--warning: var(--theme-color-warning--contrast);
|
|
1756
|
+
--theme-checkbox-checked--color--warning--hover: var(--theme-color-warning--contrast);
|
|
1757
|
+
--theme-checkbox-checked--color--warning--active: var(--theme-color-warning--contrast);
|
|
1758
|
+
--theme-checkbox-checked--color--info: var(--theme-color-info--contrast);
|
|
1759
|
+
--theme-checkbox-checked--color--info--hover: var(--theme-color-info--contrast);
|
|
1760
|
+
--theme-checkbox-checked--color--info--active: var(--theme-color-info--contrast);
|
|
1761
|
+
--theme-checkbox-mixed--background: var(--theme-color-dynamic);
|
|
1762
|
+
--theme-checkbox-mixed--background--hover: var(--theme-color-dynamic--hover);
|
|
1763
|
+
--theme-checkbox-mixed--background--active: var(--theme-color-dynamic--active);
|
|
1764
|
+
--theme-checkbox-mixed--background--disabled: var(--theme-color-component-4);
|
|
1765
|
+
--theme-checkbox-mixed--background--invalid: var(--theme-color-alarm);
|
|
1766
|
+
--theme-checkbox-mixed--background--invalid--hover: var(--theme-color-alarm--hover);
|
|
1767
|
+
--theme-checkbox-mixed--background--invalid--active: var(--theme-color-alarm--active);
|
|
1768
|
+
--theme-checkbox-mixed--background--warning: var(--theme-color-warning);
|
|
1769
|
+
--theme-checkbox-mixed--background--warning--hover: var(--theme-color-warning--hover);
|
|
1770
|
+
--theme-checkbox-mixed--background--warning--active: var(--theme-color-warning--active);
|
|
1771
|
+
--theme-checkbox-mixed--border-color: var(--theme-color-0);
|
|
1772
|
+
--theme-checkbox-mixed--border-color--hover: var(--theme-color-0);
|
|
1773
|
+
--theme-checkbox-mixed--border-color--active: var(--theme-color-0);
|
|
1774
|
+
--theme-checkbox-mixed--border-color--disabled: var(--theme-color-0);
|
|
1775
|
+
--theme-checkbox-mixed--border-color--invalid: var(--theme-color-0);
|
|
1776
|
+
--theme-checkbox-mixed--border-color--invalid--hover: var(--theme-color-0);
|
|
1777
|
+
--theme-checkbox-mixed--border-color--invalid--active: var(--theme-color-0);
|
|
1778
|
+
--theme-checkbox-mixed--border-color--warning: var(--theme-color-0);
|
|
1779
|
+
--theme-checkbox-mixed--border-color--warning--hover: var(--theme-color-0);
|
|
1780
|
+
--theme-checkbox-mixed--border-color--warning--active: var(--theme-color-0);
|
|
1781
|
+
--theme-checkbox-mixed--border-color--info: var(--theme-color-0);
|
|
1782
|
+
--theme-checkbox-mixed--border-color--info--hover: var(--theme-color-0);
|
|
1783
|
+
--theme-checkbox-mixed--border-color--info--active: var(--theme-color-0);
|
|
1784
|
+
--theme-checkbox-mixed--color: var(--theme-color-primary--contrast);
|
|
1785
|
+
--theme-checkbox-mixed--color--hover: var(--theme-color-primary--contrast);
|
|
1786
|
+
--theme-checkbox-mixed--color--active: var(--theme-color-primary--contrast);
|
|
1787
|
+
--theme-checkbox-mixed--color--disabled: var(--theme-color-primary--contrast);
|
|
1788
|
+
--theme-checkbox-mixed--color--invalid: var(--theme-color-alarm--contrast);
|
|
1789
|
+
--theme-checkbox-mixed--color--invalid--hover: var(--theme-color-alarm--contrast);
|
|
1790
|
+
--theme-checkbox-mixed--color--invalid--active: var(--theme-color-alarm--contrast);
|
|
1791
|
+
--theme-checkbox-mixed--color--warning: var(--theme-color-warning--contrast);
|
|
1792
|
+
--theme-checkbox-mixed--color--warning--hover: var(--theme-color-warning--contrast);
|
|
1793
|
+
--theme-checkbox-mixed--color--warning--active: var(--theme-color-warning--contrast);
|
|
1794
|
+
--theme-checkbox-mixed--color--info: var(--theme-color-info--contrast);
|
|
1795
|
+
--theme-checkbox-mixed--color--info--hover: var(--theme-color-info--contrast);
|
|
1796
|
+
--theme-checkbox-mixed--color--info--active: var(--theme-color-info--contrast);
|
|
1797
|
+
--theme-checkbox-label--color: var(--theme-color-std-text);
|
|
1798
|
+
--theme-checkbox-label--color--disabled: var(--theme-color-weak-text);
|
|
1799
|
+
--theme-ghost--background: var(--theme-color-ghost);
|
|
1800
|
+
--theme-ghost--background--hover: var(--theme-color-ghost--hover);
|
|
1801
|
+
--theme-ghost--background--active: var(--theme-color-ghost--active);
|
|
1802
|
+
--theme-radiobtn-unchecked--background: var(--theme-color-secondary);
|
|
1803
|
+
--theme-radiobtn-unchecked--background--hover: var(--theme-color-secondary--hover);
|
|
1804
|
+
--theme-radiobtn-unchecked--background--active: var(--theme-color-secondary--active);
|
|
1805
|
+
--theme-radiobtn-unchecked--background--disabled: var(--theme-color-ghost);
|
|
1806
|
+
--theme-radiobtn-unchecked--background--invalid: var(--theme-color-component-error);
|
|
1807
|
+
--theme-radiobtn-unchecked--background--invalid--hover: var(--theme-color-component-error);
|
|
1808
|
+
--theme-radiobtn-unchecked--background--invalid--active: var(--theme-color-component-error);
|
|
1809
|
+
--theme-radiobtn-unchecked--background--warning: var(--theme-color-secondary);
|
|
1810
|
+
--theme-radiobtn-unchecked--background--warning--hover: var(--theme-color-secondary--hover);
|
|
1811
|
+
--theme-radiobtn-unchecked--background--warning--active: var(--theme-color-secondary--active);
|
|
1812
|
+
--theme-radiobtn-unchecked--background--info: var(--theme-color-secondary);
|
|
1813
|
+
--theme-radiobtn-unchecked--background--info--hover: var(--theme-color-secondary--hover);
|
|
1814
|
+
--theme-radiobtn-unchecked--background--info--active: var(--theme-color-secondary--active);
|
|
1815
|
+
--theme-radiobtn-unchecked--border-color: var(--theme-color-contrast-bdr);
|
|
1816
|
+
--theme-radiobtn-unchecked--border-color--hover: var(--theme-color-dynamic);
|
|
1817
|
+
--theme-radiobtn-unchecked--border-color--active: var(--theme-color-dynamic);
|
|
1818
|
+
--theme-radiobtn-unchecked--border-color--disabled: var(--theme-color-component-4);
|
|
1819
|
+
--theme-radiobtn-unchecked--border-color--invalid: var(--theme-color-alarm);
|
|
1820
|
+
--theme-radiobtn-unchecked--border-color--invalid--hover: var(--theme-color-alarm--hover);
|
|
1821
|
+
--theme-radiobtn-unchecked--border-color--invalid--active: var(--theme-color-alarm--active);
|
|
1822
|
+
--theme-radiobtn-unchecked--border-color--warning: var(--theme-color-warning);
|
|
1823
|
+
--theme-radiobtn-unchecked--border-color--warning--hover: var(--theme-color-warning--hover);
|
|
1824
|
+
--theme-radiobtn-unchecked--border-color--warning--active: var(--theme-color-warning--active);
|
|
1825
|
+
--theme-radiobtn-unchecked--border-color--info: var(--theme-color-info);
|
|
1826
|
+
--theme-radiobtn-unchecked--border-color--info--hover: var(--theme-color-info--hover);
|
|
1827
|
+
--theme-radiobtn-unchecked--border-color--info--active: var(--theme-color-info--active);
|
|
1828
|
+
--theme-radiobtn-checked--background: var(--theme-color-dynamic);
|
|
1829
|
+
--theme-radiobtn-checked--background--hover: var(--theme-color-dynamic--hover);
|
|
1830
|
+
--theme-radiobtn-checked--background--active: var(--theme-color-dynamic--active);
|
|
1831
|
+
--theme-radiobtn-checked--background--disabled: var(--theme-color-component-4);
|
|
1832
|
+
--theme-radiobtn-checked--background--invalid: var(--theme-color-alarm);
|
|
1833
|
+
--theme-radiobtn-checked--background--invalid--hover: var(--theme-color-alarm--hover);
|
|
1834
|
+
--theme-radiobtn-checked--background--invalid--active: var(--theme-color-alarm--active);
|
|
1835
|
+
--theme-radiobtn-checked--background--warning: var(--theme-color-warning);
|
|
1836
|
+
--theme-radiobtn-checked--background--warning--hover: var(--theme-color-warning--hover);
|
|
1837
|
+
--theme-radiobtn-checked--background--warning--active: var(--theme-color-warning--active);
|
|
1838
|
+
--theme-radiobtn-checked--background--info: var(--theme-color-info);
|
|
1839
|
+
--theme-radiobtn-checked--background--info--hover: var(--theme-color-info--hover);
|
|
1840
|
+
--theme-radiobtn-checked--background--info--active: var(--theme-color-info--active);
|
|
1841
|
+
--theme-radiobtn-checked--border-color: var(--theme-color-0);
|
|
1842
|
+
--theme-radiobtn-checked--border-color--hover: var(--theme-color-0);
|
|
1843
|
+
--theme-radiobtn-checked--border-color--active: var(--theme-color-0);
|
|
1844
|
+
--theme-radiobtn-checked--border-color--disabled: var(--theme-color-0);
|
|
1845
|
+
--theme-radiobtn-checked--border-color--invalid: var(--theme-color-0);
|
|
1846
|
+
--theme-radiobtn-checked--border-color--invalid--hover: var(--theme-color-0);
|
|
1847
|
+
--theme-radiobtn-checked--border-color--invalid--active: var(--theme-color-0);
|
|
1848
|
+
--theme-radiobtn-checked--border-color--warning: var(--theme-color-0);
|
|
1849
|
+
--theme-radiobtn-checked--border-color--warning--hover: var(--theme-color-0);
|
|
1850
|
+
--theme-radiobtn-checked--border-color--warning--active: var(--theme-color-0);
|
|
1851
|
+
--theme-radiobtn-checked--border-color--info: var(--theme-color-0);
|
|
1852
|
+
--theme-radiobtn-checked--border-color--info--hover: var(--theme-color-0);
|
|
1853
|
+
--theme-radiobtn-checked--border-color--info--active: var(--theme-color-0);
|
|
1854
|
+
--theme-radiobtn-checked--color: var(--theme-color-primary--contrast);
|
|
1855
|
+
--theme-radiobtn-checked--color--hover: var(--theme-color-primary--contrast);
|
|
1856
|
+
--theme-radiobtn-checked--color--active: var(--theme-color-primary--contrast);
|
|
1857
|
+
--theme-radiobtn-checked--color--disabled: var(--theme-color-primary--contrast);
|
|
1858
|
+
--theme-radiobtn-checked--color--invalid: var(--theme-color-alarm--contrast);
|
|
1859
|
+
--theme-radiobtn-checked--color--invalid--hover: var(--theme-color-alarm--contrast);
|
|
1860
|
+
--theme-radiobtn-checked--color--invalid--active: var(--theme-color-alarm--contrast);
|
|
1861
|
+
--theme-radiobtn-checked--color--warning: var(--theme-color-warning--contrast);
|
|
1862
|
+
--theme-radiobtn-checked--color--warning--hover: var(--theme-color-warning--contrast);
|
|
1863
|
+
--theme-radiobtn-checked--color--warning--active: var(--theme-color-warning--contrast);
|
|
1864
|
+
--theme-radiobtn-checked--color--info: var(--theme-color-info--contrast);
|
|
1865
|
+
--theme-radiobtn-checked--color--info--hover: var(--theme-color-info--contrast);
|
|
1866
|
+
--theme-radiobtn-checked--color--info--active: var(--theme-color-info--contrast);
|
|
1867
|
+
--theme-radiobtn-label--color: var(--theme-color-std-text);
|
|
1868
|
+
--theme-radiobtn-label--color--disabled: var(--theme-color-weak-text);
|
|
1869
|
+
--theme-nav--background: var(--theme-color-2);
|
|
1870
|
+
--theme-avatar-btn--background: var(--theme-color-ghost);
|
|
1871
|
+
--theme-avatar-btn--background--hover: var(--theme-color-ghost--hover);
|
|
1872
|
+
--theme-avatar-btn--background--active: var(--theme-color-ghost--active);
|
|
1873
|
+
--theme-avatar-btn--color: var(--theme-color-std-text);
|
|
1874
|
+
--theme-avatar-btn--color--hover: var(--theme-color-std-text);
|
|
1875
|
+
--theme-avatar-btn--color--active: var(--theme-color-std-text);
|
|
1876
|
+
--theme-menu-btn--color: var(--theme-color-std-text);
|
|
1877
|
+
--theme-menu-btn--color--hover: var(--theme-color-std-text);
|
|
1878
|
+
--theme-menu-btn--color--active: var(--theme-color-std-text);
|
|
1879
|
+
--theme-menu-btn--background: var(--theme-color-ghost);
|
|
1880
|
+
--theme-menu-btn--background--hover: var(--theme-color-ghost--hover);
|
|
1881
|
+
--theme-menu-btn--background--active: var(--theme-color-ghost--active);
|
|
1882
|
+
--theme-nav-item-primary--background: var(--theme-color-ghost);
|
|
1883
|
+
--theme-nav-item-primary--background--hover: var(--theme-color-ghost--hover);
|
|
1884
|
+
--theme-nav-item-primary--background--active: var(--theme-color-ghost--active);
|
|
1885
|
+
--theme-nav-item-primary--background--selected: var(--theme-color-1);
|
|
1886
|
+
--theme-nav-item-primary--border-color: var(--theme-color-0);
|
|
1887
|
+
--theme-nav-item-primary--border-color--hover: var(--theme-color-0);
|
|
1888
|
+
--theme-nav-item-primary--border-color--active: var(--theme-color-0);
|
|
1889
|
+
--theme-nav-item-primary--border-color--selected: var(--theme-color-dynamic);
|
|
1890
|
+
--theme-nav-item-primary--color: var(--theme-color-std-text);
|
|
1891
|
+
--theme-nav-item-primary--color--hover: var(--theme-color-std-text);
|
|
1892
|
+
--theme-nav-item-primary--color--active: var(--theme-color-std-text);
|
|
1893
|
+
--theme-nav-item-primary--color--selected: var(--theme-color-std-text);
|
|
1894
|
+
--theme-nav-item-primary-icon--color: var(--theme-color-std-text);
|
|
1895
|
+
--theme-nav-item-primary-icon--color--hover: var(--theme-color-std-text);
|
|
1896
|
+
--theme-nav-item-primary-icon--color--active: var(--theme-color-std-text);
|
|
1897
|
+
--theme-nav-item-primary-icon--color--selected: var(--theme-color-std-text);
|
|
1898
|
+
--theme-nav-item-secondary--background: var(--theme-color-ghost);
|
|
1899
|
+
--theme-nav-item-secondary--background--hover: var(--theme-color-ghost--hover);
|
|
1900
|
+
--theme-nav-item-secondary--background--active: var(--theme-color-ghost--active);
|
|
1901
|
+
--theme-nav-item-secondary--background--disabled: var(--theme-color-0);
|
|
1902
|
+
--theme-nav-item-secondary--background--selected: var(--theme-color-3);
|
|
1903
|
+
--theme-nav-item-secondary--border-color: var(--theme-color-0);
|
|
1904
|
+
--theme-nav-item-secondary--border-color--hover: var(--theme-color-0);
|
|
1905
|
+
--theme-nav-item-secondary--border-color--active: var(--theme-color-0);
|
|
1906
|
+
--theme-nav-item-secondary--border-color--disabled: var(--theme-color-0);
|
|
1907
|
+
--theme-nav-item-secondary--border-color--selected: var(--theme-color-dynamic);
|
|
1908
|
+
--theme-nav-item-secondary--color: var(--theme-color-std-text);
|
|
1909
|
+
--theme-nav-item-secondary--color--hover: var(--theme-color-std-text);
|
|
1910
|
+
--theme-nav-item-secondary--color--active: var(--theme-color-std-text);
|
|
1911
|
+
--theme-nav-item-secondary--color--disabled: var(--theme-color-weak-text);
|
|
1912
|
+
--theme-nav-item-secondary--color--selected: var(--theme-color-std-text);
|
|
1913
|
+
--theme-nav-item-secondary-icon--color: var(--theme-color-std-text);
|
|
1914
|
+
--theme-nav-item-secondary-icon--color--hover: var(--theme-color-std-text);
|
|
1915
|
+
--theme-nav-item-secondary-icon--color--active: var(--theme-color-std-text);
|
|
1916
|
+
--theme-nav-item-secondary-icon--color--selected: var(--theme-color-std-text);
|
|
1917
|
+
--theme-nav-item-secondary-icon--color--disabled: var(--theme-color-weak-text);
|
|
1918
|
+
--theme-avatar--background: var(--theme-color-component-3);
|
|
1919
|
+
--theme-input--background: var(--theme-color-component-8);
|
|
1920
|
+
--theme-input--background--hover: var(--theme-color-component-8--hover);
|
|
1921
|
+
--theme-input--background--focus: var(--theme-color-component-8--hover);
|
|
1922
|
+
--theme-input--background--readonly: var(--theme-color-0);
|
|
1923
|
+
--theme-input--background--autofill: var(--theme-color-component-info);
|
|
1924
|
+
--theme-input--background--disabled: var(--theme-color-0);
|
|
1925
|
+
--theme-input--background--invalid: var(--theme-color-component-error);
|
|
1926
|
+
--theme-input--background--invalid--hover: var(--theme-color-component-error);
|
|
1927
|
+
--theme-input--background--invalid--focus: var(--theme-color-component-error);
|
|
1928
|
+
--theme-input--border-color: var(--theme-color-std-bdr);
|
|
1929
|
+
--theme-input--border-color--hover: var(--theme-color-dynamic);
|
|
1930
|
+
--theme-input--border-color--focus: var(--theme-color-dynamic);
|
|
1931
|
+
--theme-input--border-color--autofill: var(--theme-color-hard-bdr);
|
|
1932
|
+
--theme-input--border-color--readonly: var(--theme-color-0);
|
|
1933
|
+
--theme-input--border-color--disabled: var(--theme-color-0);
|
|
1934
|
+
--theme-input--border-color-bottom--readonly: var(--theme-color-soft-bdr);
|
|
1935
|
+
--theme-input--border-color-bottom--disabled: var(--theme-color-weak-bdr);
|
|
1936
|
+
--theme-input--border-color--invalid: var(--theme-color-alarm);
|
|
1937
|
+
--theme-input--border-color--invalid--hover: var(--theme-color-alarm);
|
|
1938
|
+
--theme-input--border-color--invalid--active: var(--theme-color-alarm);
|
|
1939
|
+
--theme-input--border-color--warning: var(--theme-color-warning);
|
|
1940
|
+
--theme-input--border-color--warning--hover: var(--theme-color-warning);
|
|
1941
|
+
--theme-input--border-color--warning--active: var(--theme-color-warning);
|
|
1942
|
+
--theme-input--border-color--info: var(--theme-color-info);
|
|
1943
|
+
--theme-input--border-color--info--hover: var(--theme-color-info);
|
|
1944
|
+
--theme-input--border-color--info--active: var(--theme-color-info);
|
|
1945
|
+
--theme-input-hint--color: var(--theme-color-soft-text);
|
|
1946
|
+
--theme-input--color: var(--theme-color-std-text);
|
|
1947
|
+
--theme-input--color--disabled: var(--theme-color-weak-text);
|
|
1948
|
+
--theme-input--color--autofill: var(--theme-color-std-text);
|
|
1949
|
+
--theme-input-error--background: var(--theme-color-component-error);
|
|
1950
|
+
--theme-input-error--border-color: var(--theme-color-alarm);
|
|
1951
|
+
--theme-input-error-icon--color: var(--theme-color-alarm);
|
|
1952
|
+
--theme-helper--color: var(--theme-color-soft-text);
|
|
1953
|
+
--theme-helper--color--invalid: var(--theme-color-alarm-text);
|
|
1954
|
+
--theme-helper--color--valid: var(--theme-color-std-text);
|
|
1955
|
+
--theme-helper--color--warning: var(--theme-color-std-text);
|
|
1956
|
+
--theme-helper--color--info: var(--theme-color-std-text);
|
|
1957
|
+
--theme-helper-icon--color--invalid: var(--theme-color-alarm);
|
|
1958
|
+
--theme-helper-icon--color--valid: var(--theme-color-success);
|
|
1959
|
+
--theme-helper-icon--color--warning: var(--theme-color-warning);
|
|
1960
|
+
--theme-helper-icon--color--info: var(--theme-color-info);
|
|
1961
|
+
--theme-blind-base--border-color: var(--theme-color-0);
|
|
1962
|
+
--theme-blind-base--background: var(--theme-color-component-1);
|
|
1963
|
+
--theme-blind-header-closed--background: var(--theme-color-ghost);
|
|
1964
|
+
--theme-blind-header-closed--background--hover: var(--theme-color-ghost--hover);
|
|
1965
|
+
--theme-blind-header-closed--background--active: var(--theme-color-ghost--active);
|
|
1966
|
+
--theme-blind-header-open--background: var(--theme-color-ghost);
|
|
1967
|
+
--theme-blind-header-open--background--hover: var(--theme-color-ghost--hover);
|
|
1968
|
+
--theme-blind-header-open--background--active: var(--theme-color-ghost--active);
|
|
1969
|
+
--theme-blind-header-open--color--active: var(--theme-color-std-text);
|
|
1970
|
+
--theme-blind-header-icon-open--color--active: var(--theme-color-dynamic);
|
|
1971
|
+
--theme-blind-header-icon-open--color--hover: var(--theme-color-dynamic);
|
|
1972
|
+
--theme-blind-header-open--color--hover: var(--theme-color-std-text);
|
|
1973
|
+
--theme-blind-header-icon-open--color: var(--theme-color-dynamic);
|
|
1974
|
+
--theme-blind-header-open--color: var(--theme-color-std-text);
|
|
1975
|
+
--theme-blind-header-icon-closed--color: var(--theme-color-primary);
|
|
1976
|
+
--theme-blind-header-icon-closed--color--active: var(--theme-color-primary);
|
|
1977
|
+
--theme-blind-header-icon-closed--color--hover: var(--theme-color-primary);
|
|
1978
|
+
--theme-blind-header-closed--color: var(--theme-color-std-text);
|
|
1979
|
+
--theme-blind-header-closed--color--active: var(--theme-color-std-text);
|
|
1980
|
+
--theme-blind-header-closed--color--hover: var(--theme-color-std-text);
|
|
1981
|
+
--theme-breadcrumb-btn--background: var(--theme-color-component-1);
|
|
1982
|
+
--theme-breadcrumb-btn--background--hover: var(--theme-color-component-1--hover);
|
|
1983
|
+
--theme-breadcrumb-btn--background--active: var(--theme-color-component-1--active);
|
|
1984
|
+
--theme-breadcrumb-btn--color: var(--theme-color-soft-text);
|
|
1985
|
+
--theme-breadcrumb-btn--color--hover: var(--theme-color-std-text);
|
|
1986
|
+
--theme-breadcrumb-btn--color--active: var(--theme-color-std-text);
|
|
1987
|
+
--theme-breadcrumb-btn-arrow--color: var(--theme-color-soft-text);
|
|
1988
|
+
--theme-breadcrumb-btn-arrow--color--hover: var(--theme-color-std-text);
|
|
1989
|
+
--theme-breadcrumb-btn-arrow--color--active: var(--theme-color-std-text);
|
|
1990
|
+
--theme-breadcrumb-btn-last--color: var(--theme-color-soft-text);
|
|
1991
|
+
--theme-breadcrumb-ghost--color: var(--theme-color-primary);
|
|
1992
|
+
--theme-breadcrumb-ghost--color--hover: var(--theme-color-dynamic);
|
|
1993
|
+
--theme-breadcrumb-ghost--color--active: var(--theme-color-dynamic);
|
|
1994
|
+
--theme-breadcrumb-ghost-arrow--color: var(--theme-color-soft-text);
|
|
1995
|
+
--theme-breadcrumb-ghost-arrow--color--hover: var(--theme-color-dynamic);
|
|
1996
|
+
--theme-breadcrumb-ghost-arrow--color--active: var(--theme-color-dynamic);
|
|
1997
|
+
--theme-breadcrumb-ghost--background: var(--theme-color-ghost);
|
|
1998
|
+
--theme-breadcrumb-ghost--background--hover: var(--theme-color-ghost--hover);
|
|
1999
|
+
--theme-breadcrumb-ghost--background--active: var(--theme-color-ghost--active);
|
|
2000
|
+
--theme-breadcrumb-ghost-last--color: var(--theme-color-soft-text);
|
|
2001
|
+
--theme-avatar--color: var(--theme-color-std-text);
|
|
2002
|
+
--theme-chip-close-btn--background--hover: var(--theme-color-ghost--hover);
|
|
2003
|
+
--theme-chip-close-btn--background--active: var(--theme-color-ghost--active);
|
|
2004
|
+
--theme-chip-close-btn--color: var(--theme-color-soft-text);
|
|
2005
|
+
--theme-chip-outline--color: var(--theme-color-std-text);
|
|
2006
|
+
--theme-chip-outline--background: var(--theme-color-1);
|
|
2007
|
+
--theme-chip-outline--background--hover: var(--theme-color-1--hover);
|
|
2008
|
+
--theme-chip-outline--background--active: var(--theme-color-1--active);
|
|
2009
|
+
--theme-chip--background: var(--theme-color-component-1);
|
|
2010
|
+
--theme-chip--background--hover: var(--theme-color-component-1--hover);
|
|
2011
|
+
--theme-chip--background--active: var(--theme-color-component-1--active);
|
|
2012
|
+
--theme-chip--color: var(--theme-color-std-text);
|
|
2013
|
+
--theme-chip-close-btn--background: var(--theme-color-ghost);
|
|
2014
|
+
--theme-pill-outline--color: var(--theme-color-std-text);
|
|
2015
|
+
--theme-pill-outline--background: var(--theme-color-1);
|
|
2016
|
+
--theme-chip-primary-outline--background: var(--theme-color-secondary);
|
|
2017
|
+
--theme-chip-primary-outline--background--hover: var(--theme-color-secondary--hover);
|
|
2018
|
+
--theme-chip-primary-outline--background--active: var(--theme-color-secondary--active);
|
|
2019
|
+
--theme-chip-primary-outline--border-color: var(--theme-color-primary);
|
|
2020
|
+
--theme-chip-primary-outline--border-color--hover: var(--theme-color-dynamic);
|
|
2021
|
+
--theme-chip-primary-outline--border-color--active: var(--theme-color-dynamic);
|
|
2022
|
+
--theme-chip-primary-outline--color: var(--theme-color-primary);
|
|
2023
|
+
--theme-chip-primary-outline--color--hover: var(--theme-color-dynamic);
|
|
2024
|
+
--theme-chip-primary-outline--color--active: var(--theme-color-dynamic);
|
|
2025
|
+
--theme-chip-primary--background: var(--theme-color-primary);
|
|
2026
|
+
--theme-chip-primary--background--hover: var(--theme-color-primary--hover);
|
|
2027
|
+
--theme-chip-primary--background--active: var(--theme-color-primary--active);
|
|
2028
|
+
--theme-chip-primary--color: var(--theme-color-primary--contrast);
|
|
2029
|
+
--theme-chip-primary--color--hover: var(--theme-color-primary--contrast);
|
|
2030
|
+
--theme-chip-primary--color--active: var(--theme-color-primary--contrast);
|
|
2031
|
+
--theme-chip-primary-outline--background--display: var(--theme-color-secondary);
|
|
2032
|
+
--theme-chip-primary-outline--border-color--display: var(--theme-color-primary);
|
|
2033
|
+
--theme-chip-primary-outline--color--display: var(--theme-color-std-text);
|
|
2034
|
+
--theme-menu--background: var(--theme-color-2);
|
|
2035
|
+
--theme-menu--border-color: var(--theme-color-0);
|
|
2036
|
+
--theme-menu-header--color: var(--theme-color-soft-text);
|
|
2037
|
+
--theme-menu-separator--background: var(--theme-color-x-weak-bdr);
|
|
2038
|
+
--theme-menu-item--background: var(--theme-color-ghost);
|
|
2039
|
+
--theme-menu-item--background--hover: var(--theme-color-ghost--hover);
|
|
2040
|
+
--theme-menu-item--background--active: var(--theme-color-ghost--active);
|
|
2041
|
+
--theme-menu-item--background--disabled: var(--theme-color-ghost);
|
|
2042
|
+
--theme-menu-item--color: var(--theme-color-std-text);
|
|
2043
|
+
--theme-menu-item--color--hover: var(--theme-color-std-text);
|
|
2044
|
+
--theme-menu-item--color--active: var(--theme-color-std-text);
|
|
2045
|
+
--theme-menu-item--color--disabled: var(--theme-color-weak-text);
|
|
2046
|
+
--theme-menu-item-icon--color: var(--theme-color-soft-text);
|
|
2047
|
+
--theme-menu-item-icon--color--hover: var(--theme-color-std-text);
|
|
2048
|
+
--theme-menu-item-icon--color--active: var(--theme-color-std-text);
|
|
2049
|
+
--theme-menu-item-icon--color--disabled: var(--theme-color-weak-text);
|
|
2050
|
+
--theme-menu-item-arrow--color: var(--theme-color-soft-text);
|
|
2051
|
+
--theme-menu-item-arrow--color--hover: var(--theme-color-std-text);
|
|
2052
|
+
--theme-menu-item-arrow--color--active: var(--theme-color-std-text);
|
|
2053
|
+
--theme-menu-item-arrow--color--disabled: var(--theme-color-weak-text);
|
|
2054
|
+
--theme-menu-item-check--color: var(--theme-color-soft-text);
|
|
2055
|
+
--theme-menu-item-check--color--hover: var(--theme-color-std-text);
|
|
2056
|
+
--theme-menu-item-check--color--active: var(--theme-color-std-text);
|
|
2057
|
+
--theme-menu-item-check--color--disabled: var(--theme-color-weak-text);
|
|
2058
|
+
--theme-select-list-item--background: var(--theme-color-ghost);
|
|
2059
|
+
--theme-select-list-item--background--hover: var(--theme-color-ghost--hover);
|
|
2060
|
+
--theme-select-list-item--background--active: var(--theme-color-ghost--active);
|
|
2061
|
+
--theme-select-list-item--background--disabled: var(--theme-color-ghost);
|
|
2062
|
+
--theme-select-list-item--background--selected: var(--theme-color-ghost--selected);
|
|
2063
|
+
--theme-select-list-item--background--selected-hover: var(--theme-color-ghost--selected-hover);
|
|
2064
|
+
--theme-select-list-item--background--selected-active: var(--theme-color-ghost--selected-active);
|
|
2065
|
+
--theme-select-list-item--background--selected-disabled: var(--theme-color-ghost);
|
|
2066
|
+
--theme-select-list-item--color: var(--theme-color-std-text);
|
|
2067
|
+
--theme-select-list-item--color--hover: var(--theme-color-std-text);
|
|
2068
|
+
--theme-select-list-item--color--active: var(--theme-color-std-text);
|
|
2069
|
+
--theme-select-list-item--color--disabled: var(--theme-color-weak-text);
|
|
2070
|
+
--theme-select-list-item--color--selected: var(--theme-color-std-text);
|
|
2071
|
+
--theme-select-list-item--color--selected-hover: var(--theme-color-std-text);
|
|
2072
|
+
--theme-select-list-item--color--selected-active: var(--theme-color-std-text);
|
|
2073
|
+
--theme-select-list-item--color--selected-disabled: var(--theme-color-weak-text);
|
|
2074
|
+
--theme-select-list-item-check--color: var(--theme-color-std-text);
|
|
2075
|
+
--theme-select-list-item-check--color--hover: var(--theme-color-std-text);
|
|
2076
|
+
--theme-select-list-item-check--color--active: var(--theme-color-std-text);
|
|
2077
|
+
--theme-select-list-item-check--color--disabled: var(--theme-color-weak-text);
|
|
2078
|
+
--theme-select-list--background: var(--theme-color-2);
|
|
2079
|
+
--theme-select-list--border-color: var(--theme-color-0);
|
|
2080
|
+
--theme-tab--background: var(--theme-color-ghost);
|
|
2081
|
+
--theme-tab--background--hover: var(--theme-color-ghost-primary--hover);
|
|
2082
|
+
--theme-tab--background--active: var(--theme-color-ghost-primary--active);
|
|
2083
|
+
--theme-tab--background--selected: var(--theme-color-ghost);
|
|
2084
|
+
--theme-tab--background--disabled: var(--theme-color-ghost);
|
|
2085
|
+
--theme-tab-indicator--background: var(--theme-color-soft-bdr);
|
|
2086
|
+
--theme-tab-indicator--background--hover: var(--theme-color-soft-bdr);
|
|
2087
|
+
--theme-tab-indicator--background--active: var(--theme-color-soft-bdr);
|
|
2088
|
+
--theme-tab-indicator--background--selected: var(--theme-color-dynamic);
|
|
2089
|
+
--theme-tab-indicator--background--disabled: var(--theme-color-soft-bdr);
|
|
2090
|
+
--theme-animated-tab-indicator--background: var(--theme-color-soft-bdr);
|
|
2091
|
+
--theme-animated-tab-indicator--background--hover: var(--theme-color-soft-bdr);
|
|
2092
|
+
--theme-animated-tab-indicator--background--active: var(--theme-color-soft-bdr);
|
|
2093
|
+
--theme-animated-tab-indicator--background--selected: var(--theme-color-dynamic);
|
|
2094
|
+
--theme-tab--color: var(--theme-color-std-text);
|
|
2095
|
+
--theme-tab--color--hover: var(--theme-color-std-text);
|
|
2096
|
+
--theme-tab--color--active: var(--theme-color-std-text);
|
|
2097
|
+
--theme-tab--color--selected: var(--theme-color-std-text);
|
|
2098
|
+
--theme-tab--color--disabled: var(--theme-color-weak-text);
|
|
2099
|
+
--theme-tab-icon--color: var(--theme-color-std-text);
|
|
2100
|
+
--theme-tab-icon--color--hover: var(--theme-color-std-text);
|
|
2101
|
+
--theme-tab-icon--color--active: var(--theme-color-std-text);
|
|
2102
|
+
--theme-tab-icon--color--selected: var(--theme-color-std-text);
|
|
2103
|
+
--theme-tab-icon--color--disabled: var(--theme-color-weak-text);
|
|
2104
|
+
--theme-animated-tab-icon--color: var(--theme-color-std-text);
|
|
2105
|
+
--theme-animated-tab-icon--color--hover: var(--theme-color-std-text);
|
|
2106
|
+
--theme-animated-tab-icon--color--active: var(--theme-color-std-text);
|
|
2107
|
+
--theme-animated-tab-icon--color--selected: var(--theme-color-std-text);
|
|
2108
|
+
--theme-animated-tab-icon--color--disabled: var(--theme-color-weak-text);
|
|
2109
|
+
--theme-animated-tab-circle--background: var(--theme-color-component-1);
|
|
2110
|
+
--theme-animated-tab-circle--background--hover: var(--theme-color-ghost-primary--hover);
|
|
2111
|
+
--theme-animated-tab-circle--background--active: var(--theme-color-ghost-primary--active);
|
|
2112
|
+
--theme-animated-tab-circle--background--selected: var(--theme-color-ghost);
|
|
2113
|
+
--theme-animated-tab-circle--background--disabled: var(--theme-color-ghost);
|
|
2114
|
+
--theme-animated-tab-circle--border-color: var(--theme-color-0);
|
|
2115
|
+
--theme-animated-tab-circle--border-color--hover: var(--theme-color-0);
|
|
2116
|
+
--theme-animated-tab-circle--border-color--active: var(--theme-color-0);
|
|
2117
|
+
--theme-animated-tab-circle--border-color--selected: var(--theme-color-dynamic);
|
|
2118
|
+
--theme-animated-tab-circle--border-color--disabled: var(--theme-color-ghost);
|
|
2119
|
+
--theme-tab-pill--border-color: var(--theme-color-neutral);
|
|
2120
|
+
--theme-tab-pill--border-color--hover: var(--theme-color-neutral);
|
|
2121
|
+
--theme-tab-pill--border-color--active: var(--theme-color-neutral);
|
|
2122
|
+
--theme-tab-pill--border-color--selected: var(--theme-color-dynamic);
|
|
2123
|
+
--theme-tab-pill--border-color--disabled: var(--theme-color-neutral);
|
|
2124
|
+
--theme-input-unit--color: var(--theme-color-soft-text);
|
|
2125
|
+
--theme-input-gripper--color: var(--theme-color-weak-text);
|
|
2126
|
+
--theme-input-gripper--color--hover: var(--theme-color-weak-text);
|
|
2127
|
+
--theme-input-gripper--color--focus: var(--theme-color-weak-text);
|
|
2128
|
+
--theme-input-search-icon--color: var(--theme-color-primary);
|
|
2129
|
+
--theme-input-search-icon--color--hover: var(--theme-color-dynamic);
|
|
2130
|
+
--theme-input-search-icon--color--focus: var(--theme-color-dynamic);
|
|
2131
|
+
--theme-input-search-icon--color--disabled: var(--theme-color-weak-text);
|
|
2132
|
+
--theme-input-select-icon--color: var(--theme-color-soft-text);
|
|
2133
|
+
--theme-input-select-icon--color--hover: var(--theme-color-dynamic);
|
|
2134
|
+
--theme-input-select-icon--color--active: var(--theme-color-dynamic);
|
|
2135
|
+
--theme-select-list-item-hint--color: var(--theme-color-soft-text);
|
|
2136
|
+
--theme-select-list-item-hint--color--hover: var(--theme-color-soft-text);
|
|
2137
|
+
--theme-select-list-item-hint--color--active: var(--theme-color-soft-text);
|
|
2138
|
+
--theme-switch-off--background: var(--theme-color-component-4);
|
|
2139
|
+
--theme-switch-off--background--hover: var(--theme-color-component-5);
|
|
2140
|
+
--theme-switch-off--background--active: var(--theme-color-component-4);
|
|
2141
|
+
--theme-switch-off--background--disabled: var(--theme-color-component-2);
|
|
2142
|
+
--theme-switch-off--background--invalid: var(--theme-color-component-4);
|
|
2143
|
+
--theme-switch-off--background--invalid--hover: var(--theme-color-component-5);
|
|
2144
|
+
--theme-switch-off--background--invalid--active: var(--theme-color-component-4);
|
|
2145
|
+
--theme-switch-off--background--warning: var(--theme-color-component-4);
|
|
2146
|
+
--theme-switch-off--background--warning--hover: var(--theme-color-component-5);
|
|
2147
|
+
--theme-switch-off--background--warning--active: var(--theme-color-component-4);
|
|
2148
|
+
--theme-switch-off--background--info: var(--theme-color-component-4);
|
|
2149
|
+
--theme-switch-off--background--info--hover: var(--theme-color-component-5);
|
|
2150
|
+
--theme-switch-off--background--info--active: var(--theme-color-component-4);
|
|
2151
|
+
--theme-switch-off--border-color: var(--theme-color-0);
|
|
2152
|
+
--theme-switch-off--border-color--hover: var(--theme-color-0);
|
|
2153
|
+
--theme-switch-off--border-color--active: var(--theme-color-0);
|
|
2154
|
+
--theme-switch-off--border-color--disabled: var(--theme-color-0);
|
|
2155
|
+
--theme-switch-off--border-color--invalid: var(--theme-color-alarm);
|
|
2156
|
+
--theme-switch-off--border-color--invalid--hover: var(--theme-color-alarm--hover);
|
|
2157
|
+
--theme-switch-off--border-color--invalid--active: var(--theme-color-alarm--active);
|
|
2158
|
+
--theme-switch-off--border-color--warning: var(--theme-color-warning);
|
|
2159
|
+
--theme-switch-off--border-color--warning--hover: var(--theme-color-warning--hover);
|
|
2160
|
+
--theme-switch-off--border-color--warning--active: var(--theme-color-warning--active);
|
|
2161
|
+
--theme-switch-off--border-color--info: var(--theme-color-info);
|
|
2162
|
+
--theme-switch-off--border-color--info--hover: var(--theme-color-info--hover);
|
|
2163
|
+
--theme-switch-off--border-color--info--active: var(--theme-color-info--active);
|
|
2164
|
+
--theme-switch-on--background: var(--theme-color-dynamic);
|
|
2165
|
+
--theme-switch-on--background--hover: var(--theme-color-dynamic--hover);
|
|
2166
|
+
--theme-switch-on--background--active: var(--theme-color-dynamic--active);
|
|
2167
|
+
--theme-switch-on--background--disabled: var(--theme-color-component-2);
|
|
2168
|
+
--theme-switch-on--background--invalid: var(--theme-color-alarm);
|
|
2169
|
+
--theme-switch-on--background--invalid--hover: var(--theme-color-alarm--hover);
|
|
2170
|
+
--theme-switch-on--background--invalid--active: var(--theme-color-alarm--active);
|
|
2171
|
+
--theme-switch-on--background--warning: var(--theme-color-warning);
|
|
2172
|
+
--theme-switch-on--background--warning--hover: var(--theme-color-warning--hover);
|
|
2173
|
+
--theme-switch-on--background--warning--active: var(--theme-color-warning--active);
|
|
2174
|
+
--theme-switch-on--background--info: var(--theme-color-info);
|
|
2175
|
+
--theme-switch-on--background--info--hover: var(--theme-color-info--hover);
|
|
2176
|
+
--theme-switch-on--background--info--active: var(--theme-color-info--active);
|
|
2177
|
+
--theme-switch-on--border-color: var(--theme-color-0);
|
|
2178
|
+
--theme-switch-on--border-color--hover: var(--theme-color-0);
|
|
2179
|
+
--theme-switch-on--border-color--active: var(--theme-color-0);
|
|
2180
|
+
--theme-switch-on--border-color--disabled: var(--theme-color-0);
|
|
2181
|
+
--theme-switch-on--border-color--invalid: var(--theme-color-0);
|
|
2182
|
+
--theme-switch-on--border-color--invalid--hover: var(--theme-color-0);
|
|
2183
|
+
--theme-switch-on--border-color--invalid--active: var(--theme-color-0);
|
|
2184
|
+
--theme-switch-on--border-color--warning: var(--theme-color-0);
|
|
2185
|
+
--theme-switch-on--border-color--warning--hover: var(--theme-color-0);
|
|
2186
|
+
--theme-switch-on--border-color--warning--active: var(--theme-color-0);
|
|
2187
|
+
--theme-switch-on--border-color--info: var(--theme-color-0);
|
|
2188
|
+
--theme-switch-on--border-color--info--hover: var(--theme-color-0);
|
|
2189
|
+
--theme-switch-on--border-color--info--active: var(--theme-color-0);
|
|
2190
|
+
--theme-switch-mixed--background: var(--theme-color-component-4);
|
|
2191
|
+
--theme-switch-mixed--background--hover: var(--theme-color-component-5);
|
|
2192
|
+
--theme-switch-mixed--background--active: var(--theme-color-component-4);
|
|
2193
|
+
--theme-switch-mixed--background--disabled: var(--theme-color-component-2);
|
|
2194
|
+
--theme-switch-mixed--background--invalid: var(--theme-color-component-4);
|
|
2195
|
+
--theme-switch-mixed--background--invalid--hover: var(--theme-color-component-5);
|
|
2196
|
+
--theme-switch-mixed--background--invalid--active: var(--theme-color-component-4);
|
|
2197
|
+
--theme-switch-mixed--background--warning: var(--theme-color-component-4);
|
|
2198
|
+
--theme-switch-mixed--background--warning--hover: var(--theme-color-component-5);
|
|
2199
|
+
--theme-switch-mixed--background--warning--active: var(--theme-color-component-4);
|
|
2200
|
+
--theme-switch-mixed--background--info: var(--theme-color-component-4);
|
|
2201
|
+
--theme-switch-mixed--background--info--hover: var(--theme-color-component-5);
|
|
2202
|
+
--theme-switch-mixed--background--info--active: var(--theme-color-component-4);
|
|
2203
|
+
--theme-switch-mixed--border-color: var(--theme-color-0);
|
|
2204
|
+
--theme-switch-mixed--border-color--hover: var(--theme-color-0);
|
|
2205
|
+
--theme-switch-mixed--border-color--active: var(--theme-color-0);
|
|
2206
|
+
--theme-switch-mixed--border-color--disabled: var(--theme-color-0);
|
|
2207
|
+
--theme-switch-thumb-off--background: var(--theme-color-1);
|
|
2208
|
+
--theme-switch-thumb-off--background--hover: var(--theme-color-1);
|
|
2209
|
+
--theme-switch-thumb-off--background--active: var(--theme-color-1);
|
|
2210
|
+
--theme-switch-thumb-off--background--disabled: var(--theme-color-component-3);
|
|
2211
|
+
--theme-switch-thumb-off--background--invalid: var(--theme-color-1);
|
|
2212
|
+
--theme-switch-thumb-off--background--invalid--hover: var(--theme-color-1);
|
|
2213
|
+
--theme-switch-thumb-off--background--invalid--active: var(--theme-color-1);
|
|
2214
|
+
--theme-switch-thumb-off--background--warning: var(--theme-color-1);
|
|
2215
|
+
--theme-switch-thumb-off--background--warning--hover: var(--theme-color-1);
|
|
2216
|
+
--theme-switch-thumb-off--background--warning--active: var(--theme-color-1);
|
|
2217
|
+
--theme-switch-thumb-off--background--info: var(--theme-color-1);
|
|
2218
|
+
--theme-switch-thumb-off--background--info--hover: var(--theme-color-1);
|
|
2219
|
+
--theme-switch-thumb-off--background--info--active: var(--theme-color-1);
|
|
2220
|
+
--theme-switch-thumb-off--border-color: var(--theme-color-0);
|
|
2221
|
+
--theme-switch-thumb-off--border-color--hover: var(--theme-color-0);
|
|
2222
|
+
--theme-switch-thumb-off--border-color--active: var(--theme-color-0);
|
|
2223
|
+
--theme-switch-thumb-off--border-color--disabled: var(--theme-color-0);
|
|
2224
|
+
--theme-switch-thumb-off--border-color--invalid: var(--theme-color-0);
|
|
2225
|
+
--theme-switch-thumb-off--border-color--invalid--hover: var(--theme-color-0);
|
|
2226
|
+
--theme-switch-thumb-off--border-color--invalid--active: var(--theme-color-0);
|
|
2227
|
+
--theme-switch-thumb-off--border-color--warning: var(--theme-color-0);
|
|
2228
|
+
--theme-switch-thumb-off--border-color--warning--hover: var(--theme-color-0);
|
|
2229
|
+
--theme-switch-thumb-off--border-color--warning--active: var(--theme-color-0);
|
|
2230
|
+
--theme-switch-thumb-on--background: var(--theme-color-primary--contrast);
|
|
2231
|
+
--theme-switch-thumb-on--background--hover: var(--theme-color-primary--contrast);
|
|
2232
|
+
--theme-switch-thumb-on--background--active: var(--theme-color-primary--contrast);
|
|
2233
|
+
--theme-switch-thumb-on--background--disabled: var(--theme-color-component-3);
|
|
2234
|
+
--theme-switch-thumb-on--background--invalid: var(--theme-color-alarm--contrast);
|
|
2235
|
+
--theme-switch-thumb-on--background--invalid--hover: var(--theme-color-alarm--contrast);
|
|
2236
|
+
--theme-switch-thumb-on--background--invalid--active: var(--theme-color-alarm--contrast);
|
|
2237
|
+
--theme-switch-thumb-on--background--warning: var(--theme-color-warning--contrast);
|
|
2238
|
+
--theme-switch-thumb-on--background--warning--hover: var(--theme-color-warning--contrast);
|
|
2239
|
+
--theme-switch-thumb-on--background--warning--active: var(--theme-color-warning--contrast);
|
|
2240
|
+
--theme-switch-thumb-on--background--info: var(--theme-color-info--contrast);
|
|
2241
|
+
--theme-switch-thumb-on--background--info--hover: var(--theme-color-info--contrast);
|
|
2242
|
+
--theme-switch-thumb-on--background--info--active: var(--theme-color-info--contrast);
|
|
2243
|
+
--theme-switch-thumb-on--border-color: var(--theme-color-0);
|
|
2244
|
+
--theme-switch-thumb-on--border-color--hover: var(--theme-color-0);
|
|
2245
|
+
--theme-switch-thumb-on--border-color--active: var(--theme-color-0);
|
|
2246
|
+
--theme-switch-thumb-on--border-color--disabled: var(--theme-color-0);
|
|
2247
|
+
--theme-switch-thumb-on--border-color--invalid: var(--theme-color-0);
|
|
2248
|
+
--theme-switch-thumb-on--border-color--invalid--hover: var(--theme-color-0);
|
|
2249
|
+
--theme-switch-thumb-on--border-color--invalid--active: var(--theme-color-0);
|
|
2250
|
+
--theme-switch-thumb-on--border-color--warning: var(--theme-color-0);
|
|
2251
|
+
--theme-switch-thumb-on--border-color--warning--hover: var(--theme-color-0);
|
|
2252
|
+
--theme-switch-thumb-on--border-color--warning--active: var(--theme-color-0);
|
|
2253
|
+
--theme-switch-thumb-on--border-color--info: var(--theme-color-0);
|
|
2254
|
+
--theme-switch-thumb-on--border-color--info--hover: var(--theme-color-0);
|
|
2255
|
+
--theme-switch-thumb-on--border-color--info--active: var(--theme-color-0);
|
|
2256
|
+
--theme-switch-thumb-mixed--background: var(--theme-color-1);
|
|
2257
|
+
--theme-switch-thumb-mixed--background--hover: var(--theme-color-1);
|
|
2258
|
+
--theme-switch-thumb-mixed--background--active: var(--theme-color-1);
|
|
2259
|
+
--theme-switch-thumb-mixed--background--disabled: var(--theme-color-component-3);
|
|
2260
|
+
--theme-switch-thumb-mixed--background--invalid: var(--theme-color-1);
|
|
2261
|
+
--theme-switch-thumb-mixed--background--invalid--hover: var(--theme-color-1);
|
|
2262
|
+
--theme-switch-thumb-mixed--background--invalid--active: var(--theme-color-1);
|
|
2263
|
+
--theme-switch-thumb-mixed--background--warning: var(--theme-color-1);
|
|
2264
|
+
--theme-switch-thumb-mixed--background--warning--hover: var(--theme-color-1);
|
|
2265
|
+
--theme-switch-thumb-mixed--background--warning--active: var(--theme-color-1);
|
|
2266
|
+
--theme-switch-thumb-mixed--background--info: var(--theme-color-1);
|
|
2267
|
+
--theme-switch-thumb-mixed--background--info--hover: var(--theme-color-1);
|
|
2268
|
+
--theme-switch-thumb-mixed--background--info--active: var(--theme-color-1);
|
|
2269
|
+
--theme-switch-thumb-mixed--border-color: var(--theme-color-0);
|
|
2270
|
+
--theme-switch-thumb-mixed--border-color--hover: var(--theme-color-0);
|
|
2271
|
+
--theme-switch-thumb-mixed--border-color--active: var(--theme-color-0);
|
|
2272
|
+
--theme-switch-thumb-mixed--border-color--disabled: var(--theme-color-0);
|
|
2273
|
+
--theme-switch-thumb-mixed--border-color--invalid: var(--theme-color-0);
|
|
2274
|
+
--theme-switch-thumb-mixed--border-color--invalid--hover: var(--theme-color-0);
|
|
2275
|
+
--theme-switch-thumb-mixed--border-color--invalid--active: var(--theme-color-0);
|
|
2276
|
+
--theme-switch-thumb-mixed--border-color--warning: var(--theme-color-0);
|
|
2277
|
+
--theme-switch-thumb-mixed--border-color--warning--hover: var(--theme-color-0);
|
|
2278
|
+
--theme-switch-thumb-mixed--border-color--warning--active: var(--theme-color-0);
|
|
2279
|
+
--theme-switch-thumb-mixed--border-color--info: var(--theme-color-0);
|
|
2280
|
+
--theme-switch-thumb-mixed--border-color--info--hover: var(--theme-color-0);
|
|
2281
|
+
--theme-switch-thumb-mixed--border-color--info--active: var(--theme-color-0);
|
|
2282
|
+
--theme-switch--color: var(--theme-color-std-text);
|
|
2283
|
+
--theme-switch--color--hover: var(--theme-color-std-text);
|
|
2284
|
+
--theme-switch--color--active: var(--theme-color-std-text);
|
|
2285
|
+
--theme-switch--color--disabled: var(--theme-color-weak-text);
|
|
2286
|
+
--theme-messagebar--color: var(--theme-color-std-text);
|
|
2287
|
+
--theme-messagebar--background: var(--theme-color-1);
|
|
2288
|
+
--theme-scrollbar-track--background: var(--theme-color-2);
|
|
2289
|
+
--theme-scrollbar-track--border: var(--theme-color-1);
|
|
2290
|
+
--theme-scrollbar-thumb--background: var(--theme-color-5);
|
|
2291
|
+
--theme-scrollbar-track--background--hover: var(--theme-color-3);
|
|
2292
|
+
--theme-scrollbar-thumb--background--hover: var(--theme-color-7);
|
|
2293
|
+
--theme-toast-timer-track--background: var(--theme-color-0);
|
|
2294
|
+
--theme-toast-timer-value--background: var(--theme-color-component-4);
|
|
2295
|
+
--theme-toast--background: var(--theme-color-2);
|
|
2296
|
+
--theme-toast--border-color: var(--theme-color-0);
|
|
2297
|
+
--theme-toast--color: var(--theme-color-std-text);
|
|
2298
|
+
--theme-modal--background: var(--theme-color-2);
|
|
2299
|
+
--theme-modal--border-color: var(--theme-color-0);
|
|
2300
|
+
--theme-datepicker-day--background: var(--theme-color-ghost);
|
|
2301
|
+
--theme-datepicker-day--background--hover: var(--theme-color-ghost--hover);
|
|
2302
|
+
--theme-datepicker-day--background--active: var(--theme-color-ghost--active);
|
|
2303
|
+
--theme-datepicker-day--background--disabled: var(--theme-color-ghost);
|
|
2304
|
+
--theme-datepicker-day--border-color: var(--theme-color-0);
|
|
2305
|
+
--theme-datepicker-day--border-color--hover: var(--theme-color-0);
|
|
2306
|
+
--theme-datepicker-day--border-color--active: var(--theme-color-0);
|
|
2307
|
+
--theme-datepicker-day--border-color--disabled: var(--theme-color-0);
|
|
2308
|
+
--theme-datepicker-day--color: var(--theme-color-primary);
|
|
2309
|
+
--theme-datepicker-day--color--hover: var(--theme-color-primary);
|
|
2310
|
+
--theme-datepicker-day--color--active: var(--theme-color-primary);
|
|
2311
|
+
--theme-datepicker-day--color--disabled: var(--theme-color-weak-text);
|
|
2312
|
+
--theme-datepicker-day--background--selected: var(--theme-color-component-9);
|
|
2313
|
+
--theme-datepicker-day--background--selected-hover: var(--theme-color-component-9--hover);
|
|
2314
|
+
--theme-datepicker-day--background--selected-active: var(--theme-color-component-9--active);
|
|
2315
|
+
--theme-datepicker-day--background--selected-disabled: var(--theme-color-component-9--disabled);
|
|
2316
|
+
--theme-datepicker-day--border-color--selected: var(--theme-color-0);
|
|
2317
|
+
--theme-datepicker-day--border-color--selected-hover: var(--theme-color-0);
|
|
2318
|
+
--theme-datepicker-day--border-color--selected-active: var(--theme-color-0);
|
|
2319
|
+
--theme-datepicker-day--border-color--selected-disabled: var(--theme-color-0);
|
|
2320
|
+
--theme-datepicker-day--color--selected: var(--theme-color-primary--contrast);
|
|
2321
|
+
--theme-datepicker-day--color--selected-hover: var(--theme-color-primary--contrast);
|
|
2322
|
+
--theme-datepicker-day--color--selected-active: var(--theme-color-primary--contrast);
|
|
2323
|
+
--theme-datepicker-day--color--selected-disabled: var(--theme-color-weak-text);
|
|
2324
|
+
--theme-datepicker-day--background--range: var(--theme-color-component-10);
|
|
2325
|
+
--theme-datepicker-day--background--range-hover: var(--theme-color-component-10--hover);
|
|
2326
|
+
--theme-datepicker-day--background--range-active: var(--theme-color-component-10--active);
|
|
2327
|
+
--theme-datepicker-day--background--range-disabled: var(--theme-color-component-10--disabled);
|
|
2328
|
+
--theme-datepicker-day--border-color--range: var(--theme-color-0);
|
|
2329
|
+
--theme-datepicker-day--border-color--range-hover: var(--theme-color-0);
|
|
2330
|
+
--theme-datepicker-day--border-color--range-active: var(--theme-color-0);
|
|
2331
|
+
--theme-datepicker-day--border-color--range-disabled: var(--theme-color-0);
|
|
2332
|
+
--theme-datepicker-day--color--range: var(--theme-color-primary--contrast);
|
|
2333
|
+
--theme-datepicker-day--color--range-hover: var(--theme-color-primary--contrast);
|
|
2334
|
+
--theme-datepicker-day--color--range-active: var(--theme-color-primary--contrast);
|
|
2335
|
+
--theme-datepicker-day--color--range-disabled: var(--theme-color-weak-text);
|
|
2336
|
+
--theme-datepicker-today--background: var(--theme-color-ghost);
|
|
2337
|
+
--theme-datepicker-today--background--hover: var(--theme-color-ghost--hover);
|
|
2338
|
+
--theme-datepicker-today--background--active: var(--theme-color-ghost--active);
|
|
2339
|
+
--theme-datepicker-today--background--disabled: var(--theme-color-ghost);
|
|
2340
|
+
--theme-datepicker-today--border-color: var(--theme-color-primary);
|
|
2341
|
+
--theme-datepicker-today--border-color--hover: var(--theme-color-primary);
|
|
2342
|
+
--theme-datepicker-today--border-color--active: var(--theme-color-primary);
|
|
2343
|
+
--theme-datepicker-today--border-color--disabled: var(--theme-color-primary--disabled);
|
|
2344
|
+
--theme-datepicker-today--color: var(--theme-color-primary);
|
|
2345
|
+
--theme-datepicker-today--color--hover: var(--theme-color-primary);
|
|
2346
|
+
--theme-datepicker-today--color--active: var(--theme-color-primary);
|
|
2347
|
+
--theme-datepicker-today--color--disabled: var(--theme-color-weak-text);
|
|
2348
|
+
--theme-datepicker-today--background--selected: var(--theme-color-component-9);
|
|
2349
|
+
--theme-datepicker-today--background--selected-hover: var(--theme-color-component-9--hover);
|
|
2350
|
+
--theme-datepicker-today--background--selected-active: var(--theme-color-component-9--active);
|
|
2351
|
+
--theme-datepicker-today--background--selected-disabled: var(--theme-color-component-9--disabled);
|
|
2352
|
+
--theme-datepicker-today--border-color--selected: var(--theme-color-primary);
|
|
2353
|
+
--theme-datepicker-today--border-color--selected-hover: var(--theme-color-primary);
|
|
2354
|
+
--theme-datepicker-today--border-color--selected-active: var(--theme-color-primary);
|
|
2355
|
+
--theme-datepicker-today--border-color--selected-disabled: var(--theme-color-primary--disabled);
|
|
2356
|
+
--theme-datepicker-today--color--selected: var(--theme-color-primary--contrast);
|
|
2357
|
+
--theme-datepicker-today--color--selected-hover: var(--theme-color-primary--contrast);
|
|
2358
|
+
--theme-datepicker-today--color--selected-active: var(--theme-color-primary--contrast);
|
|
2359
|
+
--theme-datepicker-today--color--selected-disabled: var(--theme-color-weak-text);
|
|
2360
|
+
--theme-datepicker-today--background--range: var(--theme-color-component-10);
|
|
2361
|
+
--theme-datepicker-today--background--range-hover: var(--theme-color-component-10--hover);
|
|
2362
|
+
--theme-datepicker-today--background--range-active: var(--theme-color-component-10--active);
|
|
2363
|
+
--theme-datepicker-today--background--range-disabled: var(--theme-color-component-10--disabled);
|
|
2364
|
+
--theme-datepicker-today--border-color--range: var(--theme-color-primary);
|
|
2365
|
+
--theme-datepicker-today--border-color--range-hover: var(--theme-color-primary);
|
|
2366
|
+
--theme-datepicker-today--border-color--range-active: var(--theme-color-primary);
|
|
2367
|
+
--theme-datepicker-today--border-color--range-disabled: var(--theme-color-primary--disabled);
|
|
2368
|
+
--theme-datepicker-today--color--range: var(--theme-color-primary--contrast);
|
|
2369
|
+
--theme-datepicker-today--color--range-hover: var(--theme-color-primary--contrast);
|
|
2370
|
+
--theme-datepicker-today--color--range-active: var(--theme-color-primary--contrast);
|
|
2371
|
+
--theme-datepicker-today--color--range-disabled: var(--theme-color-weak-text);
|
|
2372
|
+
--theme-datepicker-separator--background: var(--theme-color-x-weak-bdr);
|
|
2373
|
+
--theme-datepicker-weekday--color: var(--theme-color-soft-text);
|
|
2374
|
+
--theme-datepicker-cw--color: var(--theme-color-soft-text);
|
|
2375
|
+
--theme-datepicker-time-header: var(--theme-color-std-text);
|
|
2376
|
+
--theme-datepicker-extra--border-color: var(--theme-color-1);
|
|
2377
|
+
--theme-btn-invisible-primary--border-color: var(--theme-color-0);
|
|
2378
|
+
--theme-btn-invisible-primary--border-color--hover: var(--theme-color-0);
|
|
2379
|
+
--theme-btn-invisible-primary--border-color--active: var(--theme-color-0);
|
|
2380
|
+
--theme-btn-invisible-primary--border-color--disabled: var(--theme-color-0);
|
|
2381
|
+
--theme-btn-secondary--border-color: var(--theme-color-0);
|
|
2382
|
+
--theme-btn-secondary--border-color--hover: var(--theme-color-0);
|
|
2383
|
+
--theme-btn-secondary--border-color--active: var(--theme-color-0);
|
|
2384
|
+
--theme-btn-secondary--border-color--disabled: var(--theme-color-0);
|
|
2385
|
+
--theme-btn-invisible-secondary--border-color: var(--theme-color-0);
|
|
2386
|
+
--theme-btn-invisible-secondary--border-color--hover: var(--theme-color-0);
|
|
2387
|
+
--theme-btn-invisible-secondary--border-color--active: var(--theme-color-0);
|
|
2388
|
+
--theme-btn-invisible-secondary--border-color--disabled: var(--theme-color-0);
|
|
2389
|
+
--theme-map-navigation-logo--color: var(--theme-color-logo);
|
|
2390
|
+
--theme-map-navigation-header--color: var(--theme-color-std-text);
|
|
2391
|
+
--theme-map-navigation-separator--background: var(--theme-color-soft-bdr);
|
|
2392
|
+
--theme-map-navigation--background: var(--theme-color-1);
|
|
2393
|
+
--theme-btn-invisible-secondary--border-color--selected: var(--theme-color-0);
|
|
2394
|
+
--theme-btn-invisible-secondary--border-color--selected-hover: var(--theme-color-0);
|
|
2395
|
+
--theme-btn-invisible-secondary--border-color--selected-active: var(--theme-color-0);
|
|
2396
|
+
--theme-overlay--background: var(--theme-color-backdrop);
|
|
2397
|
+
--theme-overlay-header--background: var(--theme-color-0);
|
|
2398
|
+
--theme-overlay-header--color: var(--theme-color-std-text);
|
|
2399
|
+
--theme-nav-overlay--background: var(--theme-color-backdrop-3);
|
|
2400
|
+
--theme-nav-overlay-header--color: var(--theme-color-std-text);
|
|
2401
|
+
--theme-event-item--background: var(--theme-color-component-1);
|
|
2402
|
+
--theme-event-item--border--hover: var(--theme-color-0);
|
|
2403
|
+
--theme-event-item--border: var(--theme-color-0);
|
|
2404
|
+
--theme-event-item--border--active: var(--theme-color-0);
|
|
2405
|
+
--theme-event-item--border--selected: var(--theme-color-dynamic);
|
|
2406
|
+
--theme-event-item--border--disabled: var(--theme-color-0);
|
|
2407
|
+
--theme-event-item--background--hover: var(--theme-color-component-1--hover);
|
|
2408
|
+
--theme-event-item--background--active: var(--theme-color-component-1--active);
|
|
2409
|
+
--theme-event-item--background--selected: var(--theme-color-component-1--hover);
|
|
2410
|
+
--theme-event-item--background--disabled: var(--theme-color-component-1);
|
|
2411
|
+
--theme-event-item-chevron--color: var(--theme-color-soft-text);
|
|
2412
|
+
--theme-flip--color: var(--theme-color-std-text);
|
|
2413
|
+
--theme-flip--background: var(--theme-color-component-1);
|
|
2414
|
+
--theme-flip--border-color: var(--theme-color-0);
|
|
2415
|
+
--theme-flip-footer--background: var(--theme-color-component-1);
|
|
2416
|
+
--theme-flip-footer--color: var(--theme-color-std-text);
|
|
2417
|
+
--theme-kpi-display--background: var(--theme-color-ghost);
|
|
2418
|
+
--theme-kpi-display--background--hover: var(--theme-color-ghost--hover);
|
|
2419
|
+
--theme-kpi-display--background--active: var(--theme-color-ghost--active);
|
|
2420
|
+
--theme-kpi-display-indicator--background: var(--theme-color-component-4);
|
|
2421
|
+
--theme-kpi-display-label--color: var(--theme-color-soft-text);
|
|
2422
|
+
--theme-kpi-display-icon--color: var(--theme-color-std-text);
|
|
2423
|
+
--theme-kpi-display-value: var(--theme-color-std-text);
|
|
2424
|
+
--theme-kpi-display-units: var(--theme-color-soft-text);
|
|
2425
|
+
--theme-tree-item--background: var(--theme-color-ghost);
|
|
2426
|
+
--theme-tree-item--background--hover: var(--theme-color-ghost--hover);
|
|
2427
|
+
--theme-tree-item--background--active: var(--theme-color-ghost--active);
|
|
2428
|
+
--theme-tree-item--background--selected: var(--theme-color-ghost--selected);
|
|
2429
|
+
--theme-tree-item--background--selected-hover: var(--theme-color-ghost--selected-hover);
|
|
2430
|
+
--theme-tree-item--background--selected-active: var(--theme-color-ghost--selected-active);
|
|
2431
|
+
--theme-tree-item-node-closed-icon--color: var(--theme-color-std-text);
|
|
2432
|
+
--theme-tree-item-node-open-icon--color: var(--theme-color-dynamic);
|
|
2433
|
+
--theme-tree-item--color: var(--theme-color-std-text);
|
|
2434
|
+
--theme-tree-item-icon: var(--theme-color-std-text);
|
|
2435
|
+
--theme-tree-item-status--color: var(--theme-color-soft-text);
|
|
2436
|
+
--theme-workflow-step--background: var(--theme-color-ghost);
|
|
2437
|
+
--theme-workflow-step--background--hover: var(--theme-color-ghost--hover);
|
|
2438
|
+
--theme-workflow-step--background--active: var(--theme-color-ghost--active);
|
|
2439
|
+
--theme-workflow-step--background--selected: var(--theme-color-ghost--selected);
|
|
2440
|
+
--theme-workflow-step--background--disabled: var(--theme-color-ghost);
|
|
2441
|
+
--theme-workflow-step--color: var(--theme-color-std-text);
|
|
2442
|
+
--theme-workflow-step-icon--background: var(--theme-color-1);
|
|
2443
|
+
--theme-workflow-step-icon-default--color: var(--theme-color-soft-text);
|
|
2444
|
+
--theme-workflow-step-icon-default--color--selected: var(--theme-color-dynamic);
|
|
2445
|
+
--theme-workflow-step-icon-default--color--disabled: var(--theme-color-weak-text);
|
|
2446
|
+
--theme-workflow-step-icon-done--color: var(--theme-color-primary);
|
|
2447
|
+
--theme-workflow-step-icon-done--color--selected: var(--theme-color-dynamic);
|
|
2448
|
+
--theme-workflow-step-icon-done--color--disabled: var(--theme-color-weak-text);
|
|
2449
|
+
--theme-workflow-step-icon-success--color--disabled: var(--theme-color-weak-text);
|
|
2450
|
+
--theme-workflow-step-icon-warning--color--disabled: var(--theme-color-weak-text);
|
|
2451
|
+
--theme-workflow-step-icon-error--color--disabled: var(--theme-color-weak-text);
|
|
2452
|
+
--theme-tootlip--background: var(--theme-color-2);
|
|
2453
|
+
--theme-tooltip--border-color: var(--theme-color-0);
|
|
2454
|
+
--theme-tooltip--color: var(--theme-color-std-text);
|
|
2455
|
+
--theme-tooltip-close--color: var(--theme-color-soft-text);
|
|
2456
|
+
--theme-tooltip-close-btn--background: var(--theme-color-ghost);
|
|
2457
|
+
--theme-tooltip-close-btn--background--hover: var(--theme-color-ghost--hover);
|
|
2458
|
+
--theme-tooltip-close-btn--background--active: var(--theme-color-ghost--active);
|
|
2459
|
+
--theme-table--background: var(--theme-color-0);
|
|
2460
|
+
--theme-table--border-color: var(--theme-color-0);
|
|
2461
|
+
--theme-table--color: var(--theme-color-std-text);
|
|
2462
|
+
--theme-table-header-row--background: var(--theme-color-0);
|
|
2463
|
+
--theme-table-header-row--border-color: var(--theme-color-soft-bdr);
|
|
2464
|
+
--theme-table-header-cell--background: var(--theme-color-ghost);
|
|
2465
|
+
--theme-table-header-cell--background--hover: var(--theme-color-ghost--hover);
|
|
2466
|
+
--theme-table-header-cell--background--active: var(--theme-color-ghost--active);
|
|
2467
|
+
--theme-table-header-cell--border-color: var(--theme-color-0);
|
|
2468
|
+
--theme-table-header-cell--border-color--hover: var(--theme-color-0);
|
|
2469
|
+
--theme-table-header-cell--border-color--active: var(--theme-color-0);
|
|
2470
|
+
--theme-table-header-cell--color: var(--theme-color-std-text);
|
|
2471
|
+
--theme-table-header-filter--color: var(--theme-color-dynamic);
|
|
2472
|
+
--theme-table-header-sort--color: var(--theme-color-dynamic);
|
|
2473
|
+
--theme-table-header-splitter--background: var(--theme-color-soft-bdr);
|
|
2474
|
+
--theme-table-header-splitter--background--hover: var(--theme-color-dynamic);
|
|
2475
|
+
--theme-table-data-row--background: var(--theme-color-ghost);
|
|
2476
|
+
--theme-table-data-row--background--hover: var(--theme-color-ghost--hover);
|
|
2477
|
+
--theme-table-data-row--background--active: var(--theme-color-ghost--active);
|
|
2478
|
+
--theme-table-data-row--background--selected: var(--theme-color-ghost--selected);
|
|
2479
|
+
--theme-table-data-row--background--disabled: var(--theme-color-ghost);
|
|
2480
|
+
--theme-table-data-row--background--selected-hover: var(--theme-color-ghost--selected-hover);
|
|
2481
|
+
--theme-table-data-row--background--selected-active: var(--theme-color-ghost--selected-active);
|
|
2482
|
+
--theme-table-data-row--border-color: var(--theme-color-weak-bdr);
|
|
2483
|
+
--theme-table-data-cell--border-color: var(--theme-color-0);
|
|
2484
|
+
--theme-table-data-cell--background: var(--theme-color-ghost);
|
|
2485
|
+
--theme-table-data-cell--background--hover: var(--theme-color-ghost--hover);
|
|
2486
|
+
--theme-table-data-cell--background--active: var(--theme-color-ghost--active);
|
|
2487
|
+
--theme-table-data-cell--background--selected: var(--theme-color-ghost--selected);
|
|
2488
|
+
--theme-table-data-cell--background--disabled: var(--theme-color-ghost);
|
|
2489
|
+
--theme-table-data-cell--background--selected-hover: var(--theme-color-ghost--selected-hover);
|
|
2490
|
+
--theme-table-data-cell--background--selected-active: var(--theme-color-ghost--selected-active);
|
|
2491
|
+
--theme-table-data-cell--color: var(--theme-color-std-text);
|
|
2492
|
+
--theme-table-data-cell--color-disabled: var(--theme-color-weak-text);
|
|
2493
|
+
--theme-table-data-row-alt--background: var(--theme-color-ghost-alt);
|
|
2494
|
+
--theme-table-data-row-alt--background--hover: var(--theme-color-ghost-alt--hover);
|
|
2495
|
+
--theme-table-data-row-alt--background--active: var(--theme-color-ghost-alt--active);
|
|
2496
|
+
--theme-table-data-row-alt--background--selected: var(--theme-color-ghost-alt--selected);
|
|
2497
|
+
--theme-table-data-row-alt--background--disabled: var(--theme-color-ghost-alt);
|
|
2498
|
+
--theme-table-data-row-alt--background--selected-hover: var(--theme-color-ghost-alt--selected-hover);
|
|
2499
|
+
--theme-table-data-row-alt--background--selected-active: var(--theme-color-ghost-alt--selected-active);
|
|
2500
|
+
--theme-table-group-splitter--background: var(--theme-color-x-weak-bdr);
|
|
2501
|
+
--theme-table-group-splitter--background--hover: var(--theme-color-dynamic);
|
|
2502
|
+
--theme-group-item--background: var(--theme-color-component-1);
|
|
2503
|
+
--theme-group-item--background--hover: var(--theme-color-component-1--hover);
|
|
2504
|
+
--theme-group-item--background--active: var(--theme-color-component-1--active);
|
|
2505
|
+
--theme-group-item--background--selected: var(--theme-color-ghost--selected);
|
|
2506
|
+
--theme-group-item--background--disabled: var(--theme-color-component-1);
|
|
2507
|
+
--theme-group-item--border-color: var(--theme-color-0);
|
|
2508
|
+
--theme-group-item--border-color--hover: var(--theme-color-0);
|
|
2509
|
+
--theme-group-item--border-color--active: var(--theme-color-0);
|
|
2510
|
+
--theme-group-item--border-color--selected: var(--theme-color-0);
|
|
2511
|
+
--theme-group-item--border-color--disabled: var(--theme-color-0);
|
|
2512
|
+
--theme-group-item-indicator--background: var(--theme-color-0);
|
|
2513
|
+
--theme-group-item-indicator--background--selected: var(--theme-color-dynamic);
|
|
2514
|
+
--theme-group-item-indicator--background--subselected: var(--theme-color-dynamic);
|
|
2515
|
+
--theme-group-node-closed--color: var(--theme-color-std-text);
|
|
2516
|
+
--theme-group-node-open--color: var(--theme-color-std-text);
|
|
2517
|
+
--theme-group-header--color: var(--theme-color-std-text);
|
|
2518
|
+
--theme-group-subheader--color: var(--theme-color-std-text);
|
|
2519
|
+
--theme-group-item-icon--color: var(--theme-color-std-text);
|
|
2520
|
+
--theme-group-item-text--color: var(--theme-color-std-text);
|
|
2521
|
+
--theme-group-item-subtext--color: var(--theme-color-soft-text);
|
|
2522
|
+
--theme-group-item-icon--color--disabled: var(--theme-color-weak-text);
|
|
2523
|
+
--theme-group-item-text--color--disabled: var(--theme-color-weak-text);
|
|
2524
|
+
--theme-group-item-subtext--color--disabled: var(--theme-color-weak-text);
|
|
2525
|
+
--theme-upload--background: var(--theme-color-1);
|
|
2526
|
+
--theme-upload--background--dragover: var(--theme-color-1);
|
|
2527
|
+
--theme-upload--border-color: var(--theme-color-soft-bdr);
|
|
2528
|
+
--theme-upload--border-color--dragover: var(--theme-color-dynamic);
|
|
2529
|
+
--theme-upload--background--checking: var(--theme-color-1);
|
|
2530
|
+
--theme-upload--background--disabled: var(--theme-color-0);
|
|
2531
|
+
--theme-upload--border-color--checking: var(--theme-color-soft-bdr);
|
|
2532
|
+
--theme-upload--border-color--disabled: var(--theme-color-soft-bdr);
|
|
2533
|
+
--theme-upload-text--color: var(--theme-color-std-text);
|
|
2534
|
+
--theme-upload-text--color--checking: var(--theme-color-std-text);
|
|
2535
|
+
--theme-upload-text--color--disabled: var(--theme-color-weak-text);
|
|
2536
|
+
--theme-input-extra--background--active: var(--theme-color-component-8--hover);
|
|
2537
|
+
--theme-input-extra--background--hover: var(--theme-color-component-8--hover);
|
|
2538
|
+
--theme-table-group-header-row--background: var(--theme-color-0);
|
|
2539
|
+
--theme-table-group-header-row--border-color: var(--theme-color-soft-bdr);
|
|
2540
|
+
--theme-label--color: var(--theme-color-soft-text);
|
|
2541
|
+
--theme-label--color--hover: var(--theme-color-std-text);
|
|
2542
|
+
--theme-label--color--active: var(--theme-color-std-text);
|
|
2543
|
+
--theme-label--color--focus: var(--theme-color-dynamic);
|
|
2544
|
+
--theme-label--color--disabled: var(--theme-color-weak-text);
|
|
2545
|
+
--theme-label--color--invalid: var(--theme-color-alarm-text);
|
|
2546
|
+
--theme-btn-outline-primary--border-color: var(--theme-color-primary);
|
|
2547
|
+
--theme-btn-outline-primary--border-color--hover: var(--theme-color-dynamic);
|
|
2548
|
+
--theme-btn-outline-primary--border-color--active: var(--theme-color-dynamic);
|
|
2549
|
+
--theme-btn-outline-primary--border-color--disabled: var(--theme-color-component-4);
|
|
2550
|
+
--theme-table-selection--border-color: var(--theme-color-0);
|
|
2551
|
+
--theme-btn-danger--background: var(--theme-color-alarm);
|
|
2552
|
+
--theme-btn-danger--background--hover: var(--theme-color-alarm--hover);
|
|
2553
|
+
--theme-btn-danger--background--active: var(--theme-color-alarm--active);
|
|
2554
|
+
--theme-btn-danger--background--disabled: var(--theme-color-component-4);
|
|
2555
|
+
--theme-btn-danger--color: var(--theme-color-alarm--contrast);
|
|
2556
|
+
--theme-btn-danger--color--hover: var(--theme-color-alarm--contrast);
|
|
2557
|
+
--theme-btn-danger--color--active: var(--theme-color-alarm--contrast);
|
|
2558
|
+
--theme-btn-danger--color--disabled: var(--theme-color-primary--contrast);
|
|
2559
|
+
--theme-btn-danger--border-color: var(--theme-color-0);
|
|
2560
|
+
--theme-btn-danger--border-color--hover: var(--theme-color-0);
|
|
2561
|
+
--theme-btn-danger--border-color--active: var(--theme-color-0);
|
|
2562
|
+
--theme-btn-danger--border-color--disabled: var(--theme-color-0);
|
|
2563
|
+
--theme-btn-outline-danger--background: var(--theme-color-1);
|
|
2564
|
+
--theme-btn-outline-danger--background--hover: var(--theme-color-1--hover);
|
|
2565
|
+
--theme-btn-outline-danger--background--active: var(--theme-color-1--active);
|
|
2566
|
+
--theme-btn-outline-danger--background--disabled: var(--theme-color-ghost);
|
|
2567
|
+
--theme-btn-outline-danger--color: var(--theme-color-alarm);
|
|
2568
|
+
--theme-btn-outline-danger--color--hover: var(--theme-color-alarm--hover);
|
|
2569
|
+
--theme-btn-outline-danger--color--active: var(--theme-color-alarm--active);
|
|
2570
|
+
--theme-btn-outline-danger--color--disabled: var(--theme-color-weak-text);
|
|
2571
|
+
--theme-btn-outline-danger--border-color: var(--theme-color-alarm);
|
|
2572
|
+
--theme-btn-outline-danger--border-color--hover: var(--theme-color-alarm--hover);
|
|
2573
|
+
--theme-btn-outline-danger--border-color--active: var(--theme-color-alarm--active);
|
|
2574
|
+
--theme-btn-outline-danger--border-color--disabled: var(--theme-color-component-4);
|
|
2575
|
+
--theme-btn-invisible-danger--background: var(--theme-color-ghost);
|
|
2576
|
+
--theme-btn-invisible-danger--background--hover: var(--theme-color-ghost--hover);
|
|
2577
|
+
--theme-btn-invisible-danger--background--active: var(--theme-color-ghost--active);
|
|
2578
|
+
--theme-btn-invisible-danger--background--disabled: var(--theme-color-ghost);
|
|
2579
|
+
--theme-btn-invisible-danger--color: var(--theme-color-alarm-text);
|
|
2580
|
+
--theme-btn-invisible-danger--color--hover: var(--theme-color-alarm-text);
|
|
2581
|
+
--theme-btn-invisible-danger--color--active: var(--theme-color-alarm-text);
|
|
2582
|
+
--theme-btn-invisible-danger--color--disabled: var(--theme-color-weak-text);
|
|
2583
|
+
--theme-btn-invisible-danger--border-color: var(--theme-color-0);
|
|
2584
|
+
--theme-btn-invisible-danger--border-color--hover: var(--theme-color-0);
|
|
2585
|
+
--theme-btn-invisible-danger--border-color--active: var(--theme-color-0);
|
|
2586
|
+
--theme-btn-invisible-danger--border-color--disabled: var(--theme-color-0);
|
|
2587
|
+
--theme-slider-track--background: var(--theme-color-component-4);
|
|
2588
|
+
--theme-slider-track--background--disabled: var(--theme-color-component-2);
|
|
2589
|
+
--theme-slider-track-marker--background: var(--theme-color-8);
|
|
2590
|
+
--theme-slider-track-marker--background--disabled: var(--theme-color-5);
|
|
2591
|
+
--theme-slider-thumb--background: var(--theme-color-dynamic);
|
|
2592
|
+
--theme-slider-thumb--background--hover: var(--theme-color-dynamic--hover);
|
|
2593
|
+
--theme-slider-thumb--background--active: var(--theme-color-dynamic--active);
|
|
2594
|
+
--theme-slider-thumb--background--disabled: var(--theme-color-7);
|
|
2595
|
+
--theme-slider-thumb--background--invalid: var(--theme-color-alarm);
|
|
2596
|
+
--theme-slider-thumb--background--invalid--hover: var(--theme-color-alarm--hover);
|
|
2597
|
+
--theme-slider-thumb--background--invalid--active: var(--theme-color-alarm--active);
|
|
2598
|
+
--theme-slider-thumb--background--warning: var(--theme-color-warning);
|
|
2599
|
+
--theme-slider-thumb--background--warning--hover: var(--theme-color-warning--hover);
|
|
2600
|
+
--theme-slider-thumb--background--warning--active: var(--theme-color-warning--active);
|
|
2601
|
+
--theme-slider-thumb--background--info: var(--theme-color-info);
|
|
2602
|
+
--theme-slider-thumb--background--info--hover: var(--theme-color-info--hover);
|
|
2603
|
+
--theme-slider-thumb--background--info--active: var(--theme-color-info--active);
|
|
2604
|
+
--theme-slider-trace--background: var(--theme-color-dynamic);
|
|
2605
|
+
--theme-slider-trace--background--disabled: var(--theme-color-component-3);
|
|
2606
|
+
--theme-slider-trace--background--invalid: var(--theme-color-alarm);
|
|
2607
|
+
--theme-slider-trace--background--warning: var(--theme-color-warning);
|
|
2608
|
+
--theme-slider-trace--background--info: var(--theme-color-info);
|
|
2609
|
+
--theme-slider-trace-marker--background: var(--theme-color-dynamic);
|
|
2610
|
+
--theme-slider-trace-marker--background--disabled: var(--theme-color-7);
|
|
2611
|
+
--theme-slider-trace-marker--background--invalid: var(--theme-color-alarm);
|
|
2612
|
+
--theme-slider-trace-marker--background--warning: var(--theme-color-warning);
|
|
2613
|
+
--theme-slider-trace-marker--background--info: var(--theme-color-info);
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
/*
|
|
2617
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
2618
|
+
*/
|
|
2619
|
+
:root .theme-classic-light {
|
|
2620
|
+
--theme-shadow-1: 0px 1px 1px #00000033, 0px 2px 2px #0000001a;
|
|
2621
|
+
--theme-shadow-2: 0px 0px 16px #0000001a, 4px 0px 8px #00000033, -4px 0px 8px #00000033;
|
|
2622
|
+
--theme-shadow-3: 0px 0px 8px #00000033, 0px 2px 6px #00000033;
|
|
2623
|
+
--theme-shadow-4: 0px 12px 18px #0000001a, 0px 4px 8px #0000001a, 0px 0px 2px #0000001a;
|
|
2624
|
+
--theme-inset-shadow-1: inset 0px 2px 4px #0000001f;
|
|
2625
|
+
--theme-input--box-shadow: var(--theme-inset-shadow-1);
|
|
2626
|
+
--theme-menu--box-shadow: var(--theme-shadow-4);
|
|
2627
|
+
--theme-navigation--box-shadow: var(--theme-shadow-2);
|
|
2628
|
+
--theme-modal--box-shadow: var(--theme-shadow-4);
|
|
2629
|
+
--theme-switch-thumb--box-shadow: none;
|
|
2630
|
+
--theme-tile--box-shadow: none;
|
|
2631
|
+
--theme-toast--box-shadow: var(--theme-shadow-4);
|
|
2632
|
+
}
|
|
2633
|
+
|
|
2634
|
+
/*
|
|
2635
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
2636
|
+
*/
|
|
2637
|
+
:root .theme-classic-light {
|
|
2638
|
+
--theme-font-code: JetBrains Mono;
|
|
2639
|
+
--theme-font-sans: Arial;
|
|
2640
|
+
}
|
|
2641
|
+
|
|
2642
|
+
/*
|
|
2643
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
2644
|
+
*/
|
|
2645
|
+
:root .theme-classic-light {
|
|
2646
|
+
--theme-font-weight-normal: 400;
|
|
2647
|
+
--theme-font-weight-bold: 700;
|
|
2648
|
+
--theme-font-weight-black: 900;
|
|
2649
|
+
}
|
|
2650
|
+
|
|
2651
|
+
/*
|
|
2652
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
2653
|
+
*/
|
|
2654
|
+
:root .theme-classic-light {
|
|
2655
|
+
--theme-text-h2: var(--theme-font-weight-bold) var(--theme-font-size-xl)/var(--theme-line-height-h2) var(--theme-font-sans);
|
|
2656
|
+
--theme-text-xl: var(--theme-font-weight-normal) var(--theme-font-size-xl)/var(--theme-line-height-xl) var(--theme-font-sans);
|
|
2657
|
+
--theme-text-l-title: var(--theme-font-weight-bold) var(--theme-font-size-l)/var(--theme-line-height-l) var(--theme-font-sans);
|
|
2658
|
+
--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);
|
|
2659
|
+
--theme-text-l: var(--theme-font-weight-normal) var(--theme-font-size-l)/var(--theme-line-height-l) var(--theme-font-sans);
|
|
2660
|
+
--theme-text-l-single: var(--theme-font-weight-normal) var(--theme-font-size-l)/var(--theme-line-height-l-single) var(--theme-font-sans);
|
|
2661
|
+
--theme-text-default-title: var(--theme-font-weight-bold) var(--theme-font-size-default)/var(--theme-line-height-default) var(--theme-font-sans);
|
|
2662
|
+
--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);
|
|
2663
|
+
--theme-text-default: var(--theme-font-weight-normal) var(--theme-font-size-default)/var(--theme-line-height-default) var(--theme-font-sans);
|
|
2664
|
+
--theme-text-default-single: var(--theme-font-weight-normal) var(--theme-font-size-default)/var(--theme-line-height-default-single) var(--theme-font-sans);
|
|
2665
|
+
--theme-text-caption: var(--theme-font-weight-bold) var(--theme-font-size-caption)/var(--theme-line-height-caption) var(--theme-font-sans);
|
|
2666
|
+
--theme-text-caption-single: var(--theme-font-weight-bold) var(--theme-font-size-caption)/var(--theme-line-height-caption-single) var(--theme-font-sans);
|
|
2667
|
+
--theme-text-s: var(--theme-font-weight-normal) var(--theme-font-size-s)/var(--theme-line-height-s) var(--theme-font-sans);
|
|
2668
|
+
--theme-text-s-single: var(--theme-font-weight-normal) var(--theme-font-size-s)/var(--theme-line-height-s-single) var(--theme-font-sans);
|
|
2669
|
+
--theme-text-xs: var(--theme-font-weight-normal) var(--theme-font-size-xs)/140% var(--theme-font-sans);
|
|
2670
|
+
--theme-text-default-underline: var(--theme-font-weight-normal) var(--theme-font-size-default)/var(--theme-line-height-default) var(--theme-font-sans);
|
|
2671
|
+
--theme-label: var(--theme-font-weight-normal) var(--theme-ms-0)/var(--theme-line-height-sm) var(--theme-font-sans);
|
|
2672
|
+
--theme-label-lg: var(--theme-font-weight-normal) var(--theme-ms-1)/var(--theme-line-height-sm) var(--theme-font-sans);
|
|
2673
|
+
--theme-label-sm: var(--theme-font-weight-normal) var(--theme-ms--1)/var(--theme-line-height-sm) var(--theme-font-sans);
|
|
2674
|
+
--theme-label-xs: var(--theme-font-weight-normal) var(--theme-ms--2)/var(--theme-line-height-sm) var(--theme-font-sans);
|
|
2675
|
+
--theme-body: var(--theme-font-weight-normal) var(--theme-ms-0)/var(--theme-line-height-md) var(--theme-font-sans);
|
|
2676
|
+
--theme-body-xs: var(--theme-font-weight-normal) var(--theme-ms--2)/var(--theme-line-height-lg) var(--theme-font-sans);
|
|
2677
|
+
--theme-body-sm: var(--theme-font-weight-normal) var(--theme-ms--1)/var(--theme-line-height-lg) var(--theme-font-sans);
|
|
2678
|
+
--theme-body-lg: var(--theme-font-weight-normal) var(--theme-ms-1)/var(--theme-line-height-lg) var(--theme-font-sans);
|
|
2679
|
+
--theme-display: var(--theme-font-weight-normal) var(--theme-ms-3)/var(--theme-line-height-xs) var(--theme-font-sans);
|
|
2680
|
+
--theme-display-xs: var(--theme-font-weight-normal) var(--theme-ms-1)/var(--theme-line-height-xs) var(--theme-font-sans);
|
|
2681
|
+
--theme-display-sm: var(--theme-font-weight-normal) var(--theme-ms-2)/var(--theme-line-height-xs) var(--theme-font-sans);
|
|
2682
|
+
--theme-display-lg: var(--theme-font-weight-normal) var(--theme-ms-4)/var(--theme-line-height-xs) var(--theme-font-sans);
|
|
2683
|
+
--theme-display-xl: var(--theme-font-weight-bold) var(--theme-ms-5)/var(--theme-line-height-xs) var(--theme-font-sans);
|
|
2684
|
+
--theme-display-xxl: var(--theme-font-weight-bold) var(--theme-ms-6)/var(--theme-line-height-xs) var(--theme-font-sans);
|
|
2685
|
+
--theme-h6: var(--theme-font-weight-bold) var(--theme-ms--1)/var(--theme-line-height-lg) var(--theme-font-sans);
|
|
2686
|
+
--theme-h5: var(--theme-font-weight-bold) var(--theme-ms-0)/var(--theme-line-height-md) var(--theme-font-sans);
|
|
2687
|
+
--theme-h4: var(--theme-font-weight-bold) var(--theme-ms-1)/var(--theme-line-height-lg) var(--theme-font-sans);
|
|
2688
|
+
--theme-h3: var(--theme-font-weight-bold) var(--theme-ms-2)/var(--theme-line-height-lg) var(--theme-font-sans);
|
|
2689
|
+
--theme-h2: var(--theme-font-weight-bold) var(--theme-ms-3)/var(--theme-line-height-md) var(--theme-font-sans);
|
|
2690
|
+
--theme-h1: var(--theme-font-weight-bold) var(--theme-ms-4)/var(--theme-line-height-sm) var(--theme-font-sans);
|
|
2691
|
+
--theme-code: var(--theme-font-weight-normal) var(--theme-ms-0)/var(--theme-line-height-lg) var(--theme-font-code);
|
|
2692
|
+
--theme-code-sm: var(--theme-font-weight-normal) var(--theme-ms--1)/var(--theme-line-height-lg) var(--theme-font-code);
|
|
2693
|
+
--theme-code-lg: var(--theme-font-weight-normal) var(--theme-ms-1)/var(--theme-line-height-lg) var(--theme-font-code);
|
|
2694
|
+
}
|
|
2695
|
+
|
|
2696
|
+
/*
|
|
2697
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
2698
|
+
*/
|
|
2699
|
+
:root .theme-classic-light {
|
|
2700
|
+
--theme-default-border-radius: 0.25rem;
|
|
2701
|
+
--theme-small-border-radius: 0.125rem;
|
|
2702
|
+
--theme-min-border-radius: 0rem;
|
|
2703
|
+
--theme-btn--border-radius: var(--theme-min-border-radius);
|
|
2704
|
+
--theme-blind--border-radius: var(--theme-default-border-radius);
|
|
2705
|
+
--theme-breadcrumb--border-radius: var(--theme-min-border-radius);
|
|
2706
|
+
--theme-group--border-radius: var(--theme-default-border-radius);
|
|
2707
|
+
--theme-group--border-radius--focus: var(--theme-min-border-radius);
|
|
2708
|
+
--theme-kpi--border-radius: var(--theme-default-border-radius);
|
|
2709
|
+
--theme-input--border-radius: var(--theme-small-border-radius);
|
|
2710
|
+
--theme-menu--border-radius: var(--theme-default-border-radius);
|
|
2711
|
+
--theme-message-bar--border-radius: var(--theme-default-border-radius);
|
|
2712
|
+
--theme-tile--border-radius: var(--theme-default-border-radius);
|
|
2713
|
+
--theme-toast--border-radus: var(--theme-default-border-radius);
|
|
2714
|
+
--theme-flip-tile--border-radius: var(--theme-default-border-radius);
|
|
2715
|
+
--theme-upload--border-radius: var(--theme-default-border-radius);
|
|
2716
|
+
--theme-workflow--border-radius: var(--theme-default-border-radius);
|
|
2717
|
+
}
|
|
2718
|
+
|
|
2719
|
+
/*
|
|
2720
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
2721
|
+
*/
|
|
2722
|
+
:root .theme-classic-light {
|
|
2723
|
+
--theme-default-control-height: 2rem;
|
|
2724
|
+
--theme-large-control-height: 2.5rem;
|
|
2725
|
+
--theme-medium-control-height: 1.5rem;
|
|
2726
|
+
--theme-large-icon-size: 2rem;
|
|
2727
|
+
--theme-default-icon-size: 1.5rem;
|
|
2728
|
+
--theme-small-icon-size: 1rem;
|
|
2729
|
+
--theme-focus--border-thickness: 0.0625rem;
|
|
2730
|
+
--theme-input-min-width: 2rem;
|
|
2731
|
+
--theme-size--3: 0.375rem;
|
|
2732
|
+
--theme-size--2: 0.5rem;
|
|
2733
|
+
--theme-size--1: 0.75rem;
|
|
2734
|
+
--theme-size-0: 1rem;
|
|
2735
|
+
--theme-size-1: 1.5rem;
|
|
2736
|
+
--theme-size-2: 2rem;
|
|
2737
|
+
--theme-size-3: 3rem;
|
|
2738
|
+
--theme-size-4: 4rem;
|
|
2739
|
+
--theme-size-5: 6rem;
|
|
2740
|
+
--theme-size-6: 8rem;
|
|
2741
|
+
--theme-size-7: 12rem;
|
|
2742
|
+
--theme-size-8: 16rem;
|
|
2743
|
+
--theme-tab-indicator--height: 0.125rem;
|
|
2744
|
+
}
|
|
2745
|
+
|
|
2746
|
+
/*
|
|
2747
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
2748
|
+
*/
|
|
2749
|
+
:root .theme-classic-light {
|
|
2750
|
+
--theme-font-size-xs: 0.625rem;
|
|
2751
|
+
--theme-font-size-s: 0.75rem;
|
|
2752
|
+
--theme-font-size-caption: 0.75rem;
|
|
2753
|
+
--theme-font-size-default: 0.875rem;
|
|
2754
|
+
--theme-font-size-l: 1rem;
|
|
2755
|
+
--theme-font-size-xl: 1.375rem;
|
|
2756
|
+
--theme-ms--2: 0.625rem;
|
|
2757
|
+
--theme-ms--1: 0.75rem;
|
|
2758
|
+
--theme-ms-0: 0.875rem;
|
|
2759
|
+
--theme-ms-1: 1rem;
|
|
2760
|
+
--theme-ms-2: 1.25rem;
|
|
2761
|
+
--theme-ms-3: 1.5rem;
|
|
2762
|
+
--theme-ms-4: 1.8125rem;
|
|
2763
|
+
--theme-ms-5: 2.1875rem;
|
|
2764
|
+
--theme-ms-6: 2.625rem;
|
|
2765
|
+
--theme-ms-7: 3.125rem;
|
|
2766
|
+
--theme-ms-8: 3.75rem;
|
|
2767
|
+
}
|
|
2768
|
+
|
|
2769
|
+
/*
|
|
2770
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
2771
|
+
*/
|
|
2772
|
+
:root .theme-classic-light {
|
|
2773
|
+
--theme-line-height-s: 150%;
|
|
2774
|
+
--theme-line-height-s-single: 150%;
|
|
2775
|
+
--theme-line-height-caption: 150%;
|
|
2776
|
+
--theme-line-height-caption-single: 100%;
|
|
2777
|
+
--theme-line-height-default: 142.9%;
|
|
2778
|
+
--theme-line-height-default-single: 114.3%;
|
|
2779
|
+
--theme-line-height-l: 150%;
|
|
2780
|
+
--theme-line-height-l-single: 125%;
|
|
2781
|
+
--theme-line-height-h2: 145.5%;
|
|
2782
|
+
--theme-line-height-xl: 109.1%;
|
|
2783
|
+
--theme-line-height-xs: 100%;
|
|
2784
|
+
--theme-line-height-sm: 120%;
|
|
2785
|
+
--theme-line-height-md: 143%;
|
|
2786
|
+
--theme-line-height-lg: 150%;
|
|
2787
|
+
}
|
|
2788
|
+
|
|
2789
|
+
/*
|
|
2790
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
2791
|
+
*/
|
|
2792
|
+
:root .theme-classic-light {
|
|
2793
|
+
--theme-x-slow-time: 1s;
|
|
2794
|
+
--theme-slow-time: 500ms;
|
|
2795
|
+
--theme-medium-time: 300ms;
|
|
2796
|
+
--theme-default-time: 150ms;
|
|
2797
|
+
--theme-short-time: 0ms;
|
|
2798
|
+
--theme-btn--focus--outline-offset: 0.125rem;
|
|
2799
|
+
--theme-checkbox--focus--outline-offset: 0.125rem;
|
|
2800
|
+
--theme-radiobtn--focus--outline-offset: 0.125rem;
|
|
2801
|
+
--theme-input--focus--outline-offset: 0.125rem;
|
|
2802
|
+
}
|
|
2803
|
+
|
|
2804
|
+
/*
|
|
2805
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
2806
|
+
*/
|
|
2807
|
+
:root .theme-classic-light {
|
|
2808
|
+
--theme-input-padding-y: 0.5rem;
|
|
2809
|
+
--theme-input-padding-x: 0.5rem;
|
|
2810
|
+
--theme-space--3: 0.125rem;
|
|
2811
|
+
--theme-space--2: 0.1875rem;
|
|
2812
|
+
--theme-space--1: 0.25rem;
|
|
2813
|
+
--theme-space-0: 0.735rem;
|
|
2814
|
+
--theme-space-1: 0.5rem;
|
|
2815
|
+
--theme-space-2: 0.75rem;
|
|
2816
|
+
--theme-space-3: 1rem;
|
|
2817
|
+
--theme-space-4: 1.5rem;
|
|
2818
|
+
--theme-space-5: 2rem;
|
|
2819
|
+
--theme-space-6: 3rem;
|
|
2820
|
+
--theme-space-7: 4rem;
|
|
2821
|
+
--theme-space-8: 6rem;
|
|
2822
|
+
}
|
|
2823
|
+
|
|
2824
|
+
/*
|
|
2825
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
2826
|
+
*/
|
|
2827
|
+
:root .theme-classic-light {
|
|
2828
|
+
--theme-btn--border-thickness: 0.0625rem;
|
|
2829
|
+
--theme-app-header--border-width: 0.0625rem;
|
|
2830
|
+
--theme-blind--border-thickness: 0.0625rem;
|
|
2831
|
+
--theme-checkbox--border-thickness: 0.0625rem;
|
|
2832
|
+
--theme-focus--border-thickness: 0.0625rem;
|
|
2833
|
+
--theme-radiobtn--border-thickness: 0.0625rem;
|
|
2834
|
+
--theme-input--border-thickness: 0.0625rem;
|
|
2835
|
+
--theme-menu--border-thickness: 0rem;
|
|
2836
|
+
--theme-message-bar--border-thickness: 0.125rem;
|
|
2837
|
+
--theme-modal--border-thickness: 0.0625rem;
|
|
2838
|
+
--theme-toast--border-thickness: 0rem;
|
|
2839
|
+
}
|
|
2840
|
+
|
|
2841
|
+
/*
|
|
2842
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
2843
|
+
*/
|
|
2844
|
+
:root .theme-classic-light {
|
|
2845
|
+
--theme-primary-bdr-1: 0.0625rem solid var(--theme-color-primary);
|
|
2846
|
+
--theme-primary-bdr-2: 0.125rem solid var(--theme-color-primary);
|
|
2847
|
+
--theme-dynamic-bdr-1: 0.0625rem solid var(--theme-color-dynamic);
|
|
2848
|
+
--theme-dynamic-bdr-2: 0.125rem solid var(--theme-color-dynamic);
|
|
2849
|
+
--theme-contrast-bdr-1: 0.0625rem solid var(--theme-color-contrast-bdr);
|
|
2850
|
+
--theme-contrast-bdr-2: 0.125rem solid var(--theme-color-contrast-bdr);
|
|
2851
|
+
--theme-std-bdr-1: 0.0625rem solid var(--theme-color-std-bdr);
|
|
2852
|
+
--theme-std-bdr-2: 0.125rem solid var(--theme-color-std-bdr);
|
|
2853
|
+
--theme-soft-bdr-1: 0.0625rem solid var(--theme-color-soft-bdr);
|
|
2854
|
+
--theme-soft-bdr-2: 0.125rem solid var(--theme-color-soft-bdr);
|
|
2855
|
+
--theme-soft-dashed-bdr-1: 0.0625rem dashed var(--theme-color-soft-bdr);
|
|
2856
|
+
--theme-soft-dashed-bdr-2: 0.125rem dashed var(--theme-color-soft-bdr);
|
|
2857
|
+
--theme-weak-bdr-1: 0.0625rem solid var(--theme-color-weak-bdr);
|
|
2858
|
+
--theme-weak-bdr-2: 0.125rem solid var(--theme-color-weak-bdr);
|
|
2859
|
+
--theme-x-weak-bdr-1: 0.0625rem solid var(--theme-color-x-weak-bdr);
|
|
2860
|
+
--theme-x-weak-bdr-2: 0.125rem solid var(--theme-color-x-weak-bdr);
|
|
2861
|
+
--theme-alarm-bdr-1: 0.0625rem solid var(--theme-color-alarm);
|
|
2862
|
+
--theme-alarm-bdr-2: 0.125rem solid var(--theme-color-alarm);
|
|
2863
|
+
--theme-critical-bdr-1: 0.0625rem solid var(--theme-color-critical);
|
|
2864
|
+
--theme-critical-bdr-2: 0.125rem solid var(--theme-color-critical);
|
|
2865
|
+
--theme-warning-bdr-1: 0.0625rem solid var(--theme-color-warning);
|
|
2866
|
+
--theme-warning-bdr-2: 0.125rem solid var(--theme-color-warning);
|
|
2867
|
+
--theme-success-bdr-1: 0.0625rem solid var(--theme-color-success);
|
|
2868
|
+
--theme-success-bdr-2: 0.125rem solid var(--theme-color-success);
|
|
2869
|
+
--theme-info-bdr-1: 0.0625rem solid var(--theme-color-info);
|
|
2870
|
+
--theme-info-bdr-2: 0.125rem solid var(--theme-color-info);
|
|
2871
|
+
--theme-neutral-bdr-1: 0.0625rem solid var(--theme-color-neutral);
|
|
2872
|
+
--theme-neutral-bdr-2: 0.125rem solid var(--theme-color-neutral);
|
|
2873
|
+
}
|
|
2874
|
+
|
|
2875
|
+
/*
|
|
2876
|
+
* COPYRIGHT (c) Siemens AG 2018-2024 ALL RIGHTS RESERVED.
|
|
2877
|
+
*/
|
|
2878
|
+
:root .theme-classic-light {
|
|
2879
|
+
--theme-letter-spacing-xs: -1.2%;
|
|
2880
|
+
--theme-letter-spacing-sm: -0.6%;
|
|
2881
|
+
--theme-letter-spacing-md: 0%;
|
|
2882
|
+
--theme-letter-spacing-lg: 0.6%;
|
|
2883
|
+
--theme-letter-spacing-xl: 1.2%;
|
|
2884
|
+
--theme-letter-spacing-xxl: 2%;
|
|
2885
|
+
}
|
|
2886
|
+
|
|
2887
|
+
:root .theme-classic-light {
|
|
2888
|
+
--ix-theme-name: classic-light;
|
|
2889
|
+
}
|
|
2890
|
+
|
|
2891
|
+
/* Core Style */
|
|
2892
|
+
/*
|
|
2893
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
2894
|
+
*
|
|
2895
|
+
* SPDX-License-Identifier: MIT
|
|
2896
|
+
*
|
|
2897
|
+
* This source code is licensed under the MIT license found in the
|
|
2898
|
+
* LICENSE file in the root directory of this source tree.
|
|
2899
|
+
*/
|
|
2900
|
+
/* Import global stylings for Web Components */
|
|
2901
|
+
/*
|
|
2902
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
2903
|
+
*
|
|
2904
|
+
* SPDX-License-Identifier: MIT
|
|
2905
|
+
*
|
|
2906
|
+
* This source code is licensed under the MIT license found in the
|
|
2907
|
+
* LICENSE file in the root directory of this source tree.
|
|
2908
|
+
*/
|
|
2909
|
+
/*
|
|
2910
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
2911
|
+
*
|
|
2912
|
+
* SPDX-License-Identifier: MIT
|
|
2913
|
+
*
|
|
2914
|
+
* This source code is licensed under the MIT license found in the
|
|
2915
|
+
* LICENSE file in the root directory of this source tree.
|
|
2916
|
+
*/
|
|
2917
|
+
/* Dimensions */
|
|
2918
|
+
/* Font sizes */
|
|
2919
|
+
/* Line heights */
|
|
2920
|
+
/* Animation timings */
|
|
2921
|
+
/*
|
|
2922
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
2923
|
+
*
|
|
2924
|
+
* SPDX-License-Identifier: MIT
|
|
2925
|
+
*
|
|
2926
|
+
* This source code is licensed under the MIT license found in the
|
|
2927
|
+
* LICENSE file in the root directory of this source tree.
|
|
2928
|
+
*/
|
|
2929
|
+
/*
|
|
2930
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
2931
|
+
*
|
|
2932
|
+
* SPDX-License-Identifier: MIT
|
|
2933
|
+
*
|
|
2934
|
+
* This source code is licensed under the MIT license found in the
|
|
2935
|
+
* LICENSE file in the root directory of this source tree.
|
|
2936
|
+
*/
|
|
2937
|
+
:host {
|
|
2938
|
+
/* width */
|
|
2939
|
+
/* Track */
|
|
2940
|
+
/* Handle */
|
|
2941
|
+
/* Handle on hover */
|
|
2942
|
+
}
|
|
2943
|
+
:host *,
|
|
2944
|
+
:host *::after,
|
|
2945
|
+
:host *::before {
|
|
2946
|
+
box-sizing: border-box;
|
|
2947
|
+
}
|
|
2948
|
+
:host ::-webkit-scrollbar-button {
|
|
2949
|
+
display: none;
|
|
2950
|
+
}
|
|
2951
|
+
@-moz-document url-prefix() {
|
|
2952
|
+
:host * {
|
|
2953
|
+
scrollbar-color: var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);
|
|
2954
|
+
scrollbar-width: thin;
|
|
2955
|
+
}
|
|
2956
|
+
}
|
|
2957
|
+
:host ::-webkit-scrollbar {
|
|
2958
|
+
width: 0.5rem;
|
|
2959
|
+
height: 0.5rem;
|
|
2960
|
+
}
|
|
2961
|
+
:host ::-webkit-scrollbar-track {
|
|
2962
|
+
border-radius: 5px;
|
|
2963
|
+
background: var(--theme-scrollbar-track--background);
|
|
2964
|
+
}
|
|
2965
|
+
:host ::-webkit-scrollbar-track:hover {
|
|
2966
|
+
background: var(--theme-scrollbar-track--background--hover);
|
|
2967
|
+
}
|
|
2968
|
+
:host ::-webkit-scrollbar-thumb {
|
|
2969
|
+
border-radius: 5px;
|
|
2970
|
+
background: var(--theme-scrollbar-thumb--background);
|
|
2971
|
+
}
|
|
2972
|
+
:host ::-webkit-scrollbar-thumb:hover {
|
|
2973
|
+
background: var(--theme-scrollbar-thumb--background--hover);
|
|
2974
|
+
}
|
|
2975
|
+
:host ::-webkit-scrollbar-corner {
|
|
2976
|
+
display: none;
|
|
2977
|
+
}
|
|
2978
|
+
|
|
2979
|
+
#toast-container > :not(:last-child) {
|
|
2980
|
+
margin-block-end: 1rem;
|
|
2981
|
+
}
|
|
2982
|
+
|
|
2983
|
+
.toast-container {
|
|
2984
|
+
display: block;
|
|
2985
|
+
position: fixed;
|
|
2986
|
+
}
|
|
2987
|
+
|
|
2988
|
+
.toast-container--top-right {
|
|
2989
|
+
right: 1rem;
|
|
2990
|
+
top: 2rem;
|
|
2991
|
+
}
|
|
2992
|
+
|
|
2993
|
+
.toast-container--bottom-right {
|
|
2994
|
+
right: 1rem;
|
|
2995
|
+
bottom: 2rem;
|
|
2996
|
+
}
|
|
2997
|
+
|
|
2998
|
+
/* Legacy typography will be removed in 4.0.0 */
|
|
2999
|
+
/*
|
|
3000
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
3001
|
+
*
|
|
3002
|
+
* SPDX-License-Identifier: MIT
|
|
3003
|
+
*
|
|
3004
|
+
* This source code is licensed under the MIT license found in the
|
|
3005
|
+
* LICENSE file in the root directory of this source tree.
|
|
3006
|
+
*/
|
|
3007
|
+
/*
|
|
3008
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
3009
|
+
*
|
|
3010
|
+
* SPDX-License-Identifier: MIT
|
|
3011
|
+
*
|
|
3012
|
+
* This source code is licensed under the MIT license found in the
|
|
3013
|
+
* LICENSE file in the root directory of this source tree.
|
|
3014
|
+
*/
|
|
3015
|
+
/*
|
|
3016
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
3017
|
+
*
|
|
3018
|
+
* SPDX-License-Identifier: MIT
|
|
3019
|
+
*
|
|
3020
|
+
* This source code is licensed under the MIT license found in the
|
|
3021
|
+
* LICENSE file in the root directory of this source tree.
|
|
3022
|
+
*/
|
|
3023
|
+
.text-xs {
|
|
3024
|
+
-webkit-font-smoothing: antialiased;
|
|
3025
|
+
-moz-osx-font-smooting: grayscale;
|
|
3026
|
+
font-family: Siemens Sans, sans-serif;
|
|
3027
|
+
font-size: 0.625rem;
|
|
3028
|
+
font-weight: 400;
|
|
3029
|
+
line-height: 1.4em;
|
|
3030
|
+
color: var(--theme-color-std-text);
|
|
3031
|
+
}
|
|
3032
|
+
|
|
3033
|
+
.text-s {
|
|
3034
|
+
-webkit-font-smoothing: antialiased;
|
|
3035
|
+
-moz-osx-font-smooting: grayscale;
|
|
3036
|
+
font-family: Siemens Sans, sans-serif;
|
|
3037
|
+
font-size: 0.75rem;
|
|
3038
|
+
font-weight: 400;
|
|
3039
|
+
line-height: 1.5em;
|
|
3040
|
+
color: var(--theme-color-std-text);
|
|
3041
|
+
}
|
|
3042
|
+
|
|
3043
|
+
.text-caption {
|
|
3044
|
+
-webkit-font-smoothing: antialiased;
|
|
3045
|
+
-moz-osx-font-smooting: grayscale;
|
|
3046
|
+
font-family: Siemens Sans, sans-serif;
|
|
3047
|
+
font-size: 0.75rem;
|
|
3048
|
+
font-weight: 700;
|
|
3049
|
+
line-height: 1.5em;
|
|
3050
|
+
color: var(--theme-color-std-text);
|
|
3051
|
+
}
|
|
3052
|
+
|
|
3053
|
+
.text-caption-single {
|
|
3054
|
+
-webkit-font-smoothing: antialiased;
|
|
3055
|
+
-moz-osx-font-smooting: grayscale;
|
|
3056
|
+
font-family: Siemens Sans, sans-serif;
|
|
3057
|
+
font-size: 0.75rem;
|
|
3058
|
+
font-weight: 700;
|
|
3059
|
+
line-height: 1em;
|
|
3060
|
+
color: var(--theme-color-std-text);
|
|
3061
|
+
}
|
|
3062
|
+
|
|
3063
|
+
.text-default {
|
|
3064
|
+
-webkit-font-smoothing: antialiased;
|
|
3065
|
+
-moz-osx-font-smooting: grayscale;
|
|
3066
|
+
font-family: Siemens Sans, sans-serif;
|
|
3067
|
+
font-size: 0.875rem;
|
|
3068
|
+
font-weight: 400;
|
|
3069
|
+
line-height: 1.429em;
|
|
3070
|
+
color: var(--theme-color-std-text);
|
|
3071
|
+
}
|
|
3072
|
+
|
|
3073
|
+
.text-default-single {
|
|
3074
|
+
-webkit-font-smoothing: antialiased;
|
|
3075
|
+
-moz-osx-font-smooting: grayscale;
|
|
3076
|
+
font-family: Siemens Sans, sans-serif;
|
|
3077
|
+
font-size: 0.875rem;
|
|
3078
|
+
font-weight: 400;
|
|
3079
|
+
line-height: 1.143em;
|
|
3080
|
+
color: var(--theme-color-std-text);
|
|
3081
|
+
}
|
|
3082
|
+
|
|
3083
|
+
.text-default-title {
|
|
3084
|
+
-webkit-font-smoothing: antialiased;
|
|
3085
|
+
-moz-osx-font-smooting: grayscale;
|
|
3086
|
+
font-family: Siemens Sans, sans-serif;
|
|
3087
|
+
font-size: 0.875rem;
|
|
3088
|
+
font-weight: 700;
|
|
3089
|
+
line-height: 1.429em;
|
|
3090
|
+
color: var(--theme-color-std-text);
|
|
3091
|
+
}
|
|
3092
|
+
|
|
3093
|
+
.text-default-title-single {
|
|
3094
|
+
-webkit-font-smoothing: antialiased;
|
|
3095
|
+
-moz-osx-font-smooting: grayscale;
|
|
3096
|
+
font-family: Siemens Sans, sans-serif;
|
|
3097
|
+
font-size: 0.875rem;
|
|
3098
|
+
font-weight: 700;
|
|
3099
|
+
line-height: 1.143em;
|
|
3100
|
+
color: var(--theme-color-std-text);
|
|
3101
|
+
}
|
|
3102
|
+
|
|
3103
|
+
.text-l {
|
|
3104
|
+
-webkit-font-smoothing: antialiased;
|
|
3105
|
+
-moz-osx-font-smooting: grayscale;
|
|
3106
|
+
font-family: Siemens Sans, sans-serif;
|
|
3107
|
+
font-size: 1rem;
|
|
3108
|
+
font-weight: 400;
|
|
3109
|
+
line-height: 1.5em;
|
|
3110
|
+
color: var(--theme-color-std-text);
|
|
3111
|
+
}
|
|
3112
|
+
|
|
3113
|
+
.text-l-single {
|
|
3114
|
+
-webkit-font-smoothing: antialiased;
|
|
3115
|
+
-moz-osx-font-smooting: grayscale;
|
|
3116
|
+
font-family: Siemens Sans, sans-serif;
|
|
3117
|
+
font-size: 1rem;
|
|
3118
|
+
font-weight: 400;
|
|
3119
|
+
line-height: 1.25em;
|
|
3120
|
+
color: var(--theme-color-std-text);
|
|
3121
|
+
}
|
|
3122
|
+
|
|
3123
|
+
.text-l-title {
|
|
3124
|
+
-webkit-font-smoothing: antialiased;
|
|
3125
|
+
-moz-osx-font-smooting: grayscale;
|
|
3126
|
+
font-family: Siemens Sans, sans-serif;
|
|
3127
|
+
font-size: 1rem;
|
|
3128
|
+
font-weight: 700;
|
|
3129
|
+
line-height: 1.5em;
|
|
3130
|
+
color: var(--theme-color-std-text);
|
|
3131
|
+
}
|
|
3132
|
+
|
|
3133
|
+
.text-l-title-single {
|
|
3134
|
+
-webkit-font-smoothing: antialiased;
|
|
3135
|
+
-moz-osx-font-smooting: grayscale;
|
|
3136
|
+
font-family: Siemens Sans, sans-serif;
|
|
3137
|
+
font-size: 1rem;
|
|
3138
|
+
font-weight: 700;
|
|
3139
|
+
line-height: 1.25em;
|
|
3140
|
+
color: var(--theme-color-std-text);
|
|
3141
|
+
}
|
|
3142
|
+
|
|
3143
|
+
.text-h2 {
|
|
3144
|
+
-webkit-font-smoothing: antialiased;
|
|
3145
|
+
-moz-osx-font-smooting: grayscale;
|
|
3146
|
+
font-family: Siemens Sans, sans-serif;
|
|
3147
|
+
font-size: 1.375rem;
|
|
3148
|
+
font-weight: 700;
|
|
3149
|
+
line-height: 1.455em;
|
|
3150
|
+
color: var(--theme-color-std-text);
|
|
3151
|
+
}
|
|
3152
|
+
|
|
3153
|
+
.text-xl {
|
|
3154
|
+
-webkit-font-smoothing: antialiased;
|
|
3155
|
+
-moz-osx-font-smooting: grayscale;
|
|
3156
|
+
font-family: Siemens Sans, sans-serif;
|
|
3157
|
+
font-size: 1.375rem;
|
|
3158
|
+
font-weight: 400;
|
|
3159
|
+
line-height: 1.091em;
|
|
3160
|
+
color: var(--theme-color-std-text);
|
|
3161
|
+
}
|
|
3162
|
+
|
|
3163
|
+
a {
|
|
3164
|
+
color: var(--theme-color-primary);
|
|
3165
|
+
}
|
|
3166
|
+
|
|
3167
|
+
/* Common */
|
|
3168
|
+
/*
|
|
3169
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
3170
|
+
*
|
|
3171
|
+
* SPDX-License-Identifier: MIT
|
|
3172
|
+
*
|
|
3173
|
+
* This source code is licensed under the MIT license found in the
|
|
3174
|
+
* LICENSE file in the root directory of this source tree.
|
|
3175
|
+
*/
|
|
3176
|
+
/* Dimensions */
|
|
3177
|
+
/* Font sizes */
|
|
3178
|
+
/* Line heights */
|
|
3179
|
+
/* Animation timings */
|
|
3180
|
+
/*
|
|
3181
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
3182
|
+
*
|
|
3183
|
+
* SPDX-License-Identifier: MIT
|
|
3184
|
+
*
|
|
3185
|
+
* This source code is licensed under the MIT license found in the
|
|
3186
|
+
* LICENSE file in the root directory of this source tree.
|
|
3187
|
+
*/
|
|
3188
|
+
:root {
|
|
3189
|
+
--theme-z-index-sticky: 1020;
|
|
3190
|
+
--theme-z-index-fixed: 1030;
|
|
3191
|
+
--theme-z-index-modal-backdrop: 1040;
|
|
3192
|
+
--theme-z-index-modal: 1050;
|
|
3193
|
+
--theme-z-index-dropdown: 1060;
|
|
3194
|
+
--theme-z-index-tooltip: 1070;
|
|
3195
|
+
}
|
|
3196
|
+
|
|
3197
|
+
/* Global legacy style components */
|
|
3198
|
+
/*
|
|
3199
|
+
* SPDX-FileCopyrightText: 2025 Siemens AG
|
|
3200
|
+
*
|
|
3201
|
+
* SPDX-License-Identifier: MIT
|
|
3202
|
+
*
|
|
3203
|
+
* This source code is licensed under the MIT license found in the
|
|
3204
|
+
* LICENSE file in the root directory of this source tree.
|
|
3205
|
+
*/
|
|
3206
|
+
/*
|
|
3207
|
+
* SPDX-FileCopyrightText: 2025 Siemens AG
|
|
3208
|
+
*
|
|
3209
|
+
* SPDX-License-Identifier: MIT
|
|
3210
|
+
*
|
|
3211
|
+
* This source code is licensed under the MIT license found in the
|
|
3212
|
+
* LICENSE file in the root directory of this source tree.
|
|
3213
|
+
*/
|
|
3214
|
+
/*
|
|
3215
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
3216
|
+
*
|
|
3217
|
+
* SPDX-License-Identifier: MIT
|
|
3218
|
+
*
|
|
3219
|
+
* This source code is licensed under the MIT license found in the
|
|
3220
|
+
* LICENSE file in the root directory of this source tree.
|
|
3221
|
+
*/
|
|
3222
|
+
/*
|
|
3223
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
3224
|
+
*
|
|
3225
|
+
* SPDX-License-Identifier: MIT
|
|
3226
|
+
*
|
|
3227
|
+
* This source code is licensed under the MIT license found in the
|
|
3228
|
+
* LICENSE file in the root directory of this source tree.
|
|
3229
|
+
*/
|
|
3230
|
+
label.ix-form-label {
|
|
3231
|
+
color: var(--theme-color-soft-text);
|
|
3232
|
+
padding: 2px 0px;
|
|
3233
|
+
}
|
|
3234
|
+
|
|
3235
|
+
label.ix-form-label.label-alignment-left {
|
|
3236
|
+
padding: 6px 0px;
|
|
3237
|
+
}
|
|
3238
|
+
|
|
3239
|
+
input.ix-form-control {
|
|
3240
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
3241
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
3242
|
+
font-style: normal;
|
|
3243
|
+
font-size: var(--theme-ms-0);
|
|
3244
|
+
line-height: var(--theme-line-height-md);
|
|
3245
|
+
font-weight: var(--theme-font-weight-normal);
|
|
3246
|
+
letter-spacing: var(--theme-letter-spacing-xl);
|
|
3247
|
+
text-decoration: none;
|
|
3248
|
+
-webkit-font-smoothing: antialiased;
|
|
3249
|
+
-moz-osx-font-smooting: grayscale;
|
|
3250
|
+
min-height: 2rem;
|
|
3251
|
+
width: auto;
|
|
3252
|
+
padding: 0.25rem 0.5rem;
|
|
3253
|
+
background-color: var(--theme-input--background);
|
|
3254
|
+
color: var(--theme-input--color);
|
|
3255
|
+
-webkit-appearance: textfield;
|
|
3256
|
+
-moz-appearance: textfield;
|
|
3257
|
+
appearance: textfield;
|
|
3258
|
+
text-overflow: ellipsis;
|
|
3259
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color);
|
|
3260
|
+
border-radius: var(--theme-input--border-radius);
|
|
3261
|
+
box-shadow: var(--theme-input--box-shadow);
|
|
3262
|
+
}
|
|
3263
|
+
input.ix-form-control[type=number] {
|
|
3264
|
+
text-align: right;
|
|
3265
|
+
}
|
|
3266
|
+
input.ix-form-control[type=number]::-webkit-inner-spin-button {
|
|
3267
|
+
margin-right: -2px;
|
|
3268
|
+
margin-left: 2px;
|
|
3269
|
+
display: none;
|
|
3270
|
+
}
|
|
3271
|
+
input.ix-form-control:-webkit-autofill {
|
|
3272
|
+
-webkit-box-shadow: 0 0 0 1000px var(--theme-color-component-info) inset !important;
|
|
3273
|
+
-webkit-text-fill-color: var(--theme-input--color--autofill) !important;
|
|
3274
|
+
background-color: var(--theme-input--background--autofill) !important;
|
|
3275
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color--autofill) !important;
|
|
3276
|
+
color: var(--theme-input--color--autofill) !important;
|
|
3277
|
+
}
|
|
3278
|
+
input.ix-form-control:-webkit-autofill, input.ix-form-control:autofill {
|
|
3279
|
+
-webkit-box-shadow: 0 0 0 1000px var(--theme-color-component-info) inset !important;
|
|
3280
|
+
-webkit-text-fill-color: var(--theme-input--color--autofill) !important;
|
|
3281
|
+
background-color: var(--theme-input--background--autofill) !important;
|
|
3282
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color--autofill) !important;
|
|
3283
|
+
color: var(--theme-input--color--autofill) !important;
|
|
3284
|
+
}
|
|
3285
|
+
input.ix-form-control::-moz-placeholder {
|
|
3286
|
+
color: var(--theme-input-hint--color);
|
|
3287
|
+
}
|
|
3288
|
+
input.ix-form-control::placeholder {
|
|
3289
|
+
color: var(--theme-input-hint--color);
|
|
3290
|
+
}
|
|
3291
|
+
input.ix-form-control.hover:not(.readonly,
|
|
3292
|
+
.read-only,
|
|
3293
|
+
.disabled,
|
|
3294
|
+
[readonly],
|
|
3295
|
+
[disabled],
|
|
3296
|
+
:-moz-read-only), input.ix-form-control:hover:not(.readonly,
|
|
3297
|
+
.read-only,
|
|
3298
|
+
.disabled,
|
|
3299
|
+
[readonly],
|
|
3300
|
+
[disabled],
|
|
3301
|
+
:-moz-read-only) {
|
|
3302
|
+
border-color: var(--theme-input--border-color--hover) !important;
|
|
3303
|
+
background-color: var(--theme-input--background--hover);
|
|
3304
|
+
}
|
|
3305
|
+
input.ix-form-control.hover:not(.readonly,
|
|
3306
|
+
.read-only,
|
|
3307
|
+
.disabled,
|
|
3308
|
+
[readonly],
|
|
3309
|
+
[disabled],
|
|
3310
|
+
:read-only), input.ix-form-control:hover:not(.readonly,
|
|
3311
|
+
.read-only,
|
|
3312
|
+
.disabled,
|
|
3313
|
+
[readonly],
|
|
3314
|
+
[disabled],
|
|
3315
|
+
:read-only) {
|
|
3316
|
+
border-color: var(--theme-input--border-color--hover) !important;
|
|
3317
|
+
background-color: var(--theme-input--background--hover);
|
|
3318
|
+
}
|
|
3319
|
+
input.ix-form-control.focus:not(.readonly,
|
|
3320
|
+
.read-only,
|
|
3321
|
+
.disabled,
|
|
3322
|
+
[readonly],
|
|
3323
|
+
[disabled],
|
|
3324
|
+
:-moz-read-only), input.ix-form-control:focus:not(.readonly,
|
|
3325
|
+
.read-only,
|
|
3326
|
+
.disabled,
|
|
3327
|
+
[readonly],
|
|
3328
|
+
[disabled],
|
|
3329
|
+
:-moz-read-only) {
|
|
3330
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
3331
|
+
outline-offset: var(--theme-input--focus--outline-offset);
|
|
3332
|
+
border-color: var(--theme-input--border-color--focus) !important;
|
|
3333
|
+
}
|
|
3334
|
+
input.ix-form-control.focus:not(.readonly,
|
|
3335
|
+
.read-only,
|
|
3336
|
+
.disabled,
|
|
3337
|
+
[readonly],
|
|
3338
|
+
[disabled],
|
|
3339
|
+
:read-only), input.ix-form-control:focus:not(.readonly,
|
|
3340
|
+
.read-only,
|
|
3341
|
+
.disabled,
|
|
3342
|
+
[readonly],
|
|
3343
|
+
[disabled],
|
|
3344
|
+
:read-only) {
|
|
3345
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
3346
|
+
outline-offset: var(--theme-input--focus--outline-offset);
|
|
3347
|
+
border-color: var(--theme-input--border-color--focus) !important;
|
|
3348
|
+
}
|
|
3349
|
+
input.ix-form-control:-moz-read-only {
|
|
3350
|
+
box-shadow: none;
|
|
3351
|
+
background-color: transparent;
|
|
3352
|
+
outline: none;
|
|
3353
|
+
border: none;
|
|
3354
|
+
border-radius: 0;
|
|
3355
|
+
border-bottom: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--readonly);
|
|
3356
|
+
}
|
|
3357
|
+
input.ix-form-control.read-only, input.ix-form-control:read-only {
|
|
3358
|
+
box-shadow: none;
|
|
3359
|
+
background-color: transparent;
|
|
3360
|
+
outline: none;
|
|
3361
|
+
border: none;
|
|
3362
|
+
border-radius: 0;
|
|
3363
|
+
border-bottom: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--readonly);
|
|
3364
|
+
}
|
|
3365
|
+
input.ix-form-control.read-only::-moz-placeholder, input.ix-form-control:read-only::-moz-placeholder {
|
|
3366
|
+
color: transparent;
|
|
3367
|
+
}
|
|
3368
|
+
input.ix-form-control:-moz-read-only::placeholder {
|
|
3369
|
+
color: transparent;
|
|
3370
|
+
}
|
|
3371
|
+
input.ix-form-control.read-only::placeholder, input.ix-form-control:read-only::placeholder {
|
|
3372
|
+
color: transparent;
|
|
3373
|
+
}
|
|
3374
|
+
input.ix-form-control:disabled, input.ix-form-control.disabled {
|
|
3375
|
+
box-shadow: none;
|
|
3376
|
+
background-color: transparent;
|
|
3377
|
+
outline: none;
|
|
3378
|
+
border: none;
|
|
3379
|
+
border-radius: 0;
|
|
3380
|
+
color: var(--theme-input--color--disabled);
|
|
3381
|
+
border-bottom: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--disabled);
|
|
3382
|
+
}
|
|
3383
|
+
input.ix-form-control:disabled::-moz-placeholder, input.ix-form-control.disabled::-moz-placeholder {
|
|
3384
|
+
color: transparent;
|
|
3385
|
+
}
|
|
3386
|
+
input.ix-form-control:disabled::placeholder, input.ix-form-control.disabled::placeholder {
|
|
3387
|
+
color: transparent;
|
|
3388
|
+
}
|
|
3389
|
+
|
|
3390
|
+
textarea.ix-form-control {
|
|
3391
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
3392
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
3393
|
+
font-style: normal;
|
|
3394
|
+
font-size: var(--theme-ms-0);
|
|
3395
|
+
line-height: var(--theme-line-height-md);
|
|
3396
|
+
font-weight: var(--theme-font-weight-normal);
|
|
3397
|
+
letter-spacing: var(--theme-letter-spacing-xl);
|
|
3398
|
+
text-decoration: none;
|
|
3399
|
+
-webkit-font-smoothing: antialiased;
|
|
3400
|
+
-moz-osx-font-smooting: grayscale;
|
|
3401
|
+
min-height: 2rem;
|
|
3402
|
+
width: auto;
|
|
3403
|
+
padding: 0.25rem 0.5rem;
|
|
3404
|
+
background-color: var(--theme-input--background);
|
|
3405
|
+
color: var(--theme-input--color);
|
|
3406
|
+
-webkit-appearance: textfield;
|
|
3407
|
+
-moz-appearance: textfield;
|
|
3408
|
+
appearance: textfield;
|
|
3409
|
+
text-overflow: ellipsis;
|
|
3410
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color);
|
|
3411
|
+
border-radius: var(--theme-input--border-radius);
|
|
3412
|
+
box-shadow: var(--theme-input--box-shadow);
|
|
3413
|
+
}
|
|
3414
|
+
textarea.ix-form-control[type=number] {
|
|
3415
|
+
text-align: right;
|
|
3416
|
+
}
|
|
3417
|
+
textarea.ix-form-control[type=number]::-webkit-inner-spin-button {
|
|
3418
|
+
margin-right: -2px;
|
|
3419
|
+
margin-left: 2px;
|
|
3420
|
+
display: none;
|
|
3421
|
+
}
|
|
3422
|
+
textarea.ix-form-control:-webkit-autofill {
|
|
3423
|
+
-webkit-box-shadow: 0 0 0 1000px var(--theme-color-component-info) inset !important;
|
|
3424
|
+
-webkit-text-fill-color: var(--theme-input--color--autofill) !important;
|
|
3425
|
+
background-color: var(--theme-input--background--autofill) !important;
|
|
3426
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color--autofill) !important;
|
|
3427
|
+
color: var(--theme-input--color--autofill) !important;
|
|
3428
|
+
}
|
|
3429
|
+
textarea.ix-form-control:-webkit-autofill, textarea.ix-form-control:autofill {
|
|
3430
|
+
-webkit-box-shadow: 0 0 0 1000px var(--theme-color-component-info) inset !important;
|
|
3431
|
+
-webkit-text-fill-color: var(--theme-input--color--autofill) !important;
|
|
3432
|
+
background-color: var(--theme-input--background--autofill) !important;
|
|
3433
|
+
border: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color--autofill) !important;
|
|
3434
|
+
color: var(--theme-input--color--autofill) !important;
|
|
3435
|
+
}
|
|
3436
|
+
textarea.ix-form-control::-moz-placeholder {
|
|
3437
|
+
color: var(--theme-input-hint--color);
|
|
3438
|
+
}
|
|
3439
|
+
textarea.ix-form-control::placeholder {
|
|
3440
|
+
color: var(--theme-input-hint--color);
|
|
3441
|
+
}
|
|
3442
|
+
textarea.ix-form-control.hover:not(.readonly,
|
|
3443
|
+
.read-only,
|
|
3444
|
+
.disabled,
|
|
3445
|
+
[readonly],
|
|
3446
|
+
[disabled],
|
|
3447
|
+
:-moz-read-only), textarea.ix-form-control:hover:not(.readonly,
|
|
3448
|
+
.read-only,
|
|
3449
|
+
.disabled,
|
|
3450
|
+
[readonly],
|
|
3451
|
+
[disabled],
|
|
3452
|
+
:-moz-read-only) {
|
|
3453
|
+
border-color: var(--theme-input--border-color--hover) !important;
|
|
3454
|
+
background-color: var(--theme-input--background--hover);
|
|
3455
|
+
}
|
|
3456
|
+
textarea.ix-form-control.hover:not(.readonly,
|
|
3457
|
+
.read-only,
|
|
3458
|
+
.disabled,
|
|
3459
|
+
[readonly],
|
|
3460
|
+
[disabled],
|
|
3461
|
+
:read-only), textarea.ix-form-control:hover:not(.readonly,
|
|
3462
|
+
.read-only,
|
|
3463
|
+
.disabled,
|
|
3464
|
+
[readonly],
|
|
3465
|
+
[disabled],
|
|
3466
|
+
:read-only) {
|
|
3467
|
+
border-color: var(--theme-input--border-color--hover) !important;
|
|
3468
|
+
background-color: var(--theme-input--background--hover);
|
|
3469
|
+
}
|
|
3470
|
+
textarea.ix-form-control.focus:not(.readonly,
|
|
3471
|
+
.read-only,
|
|
3472
|
+
.disabled,
|
|
3473
|
+
[readonly],
|
|
3474
|
+
[disabled],
|
|
3475
|
+
:-moz-read-only), textarea.ix-form-control:focus:not(.readonly,
|
|
3476
|
+
.read-only,
|
|
3477
|
+
.disabled,
|
|
3478
|
+
[readonly],
|
|
3479
|
+
[disabled],
|
|
3480
|
+
:-moz-read-only) {
|
|
3481
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
3482
|
+
outline-offset: var(--theme-input--focus--outline-offset);
|
|
3483
|
+
border-color: var(--theme-input--border-color--focus) !important;
|
|
3484
|
+
}
|
|
3485
|
+
textarea.ix-form-control.focus:not(.readonly,
|
|
3486
|
+
.read-only,
|
|
3487
|
+
.disabled,
|
|
3488
|
+
[readonly],
|
|
3489
|
+
[disabled],
|
|
3490
|
+
:read-only), textarea.ix-form-control:focus:not(.readonly,
|
|
3491
|
+
.read-only,
|
|
3492
|
+
.disabled,
|
|
3493
|
+
[readonly],
|
|
3494
|
+
[disabled],
|
|
3495
|
+
:read-only) {
|
|
3496
|
+
outline: 1px solid var(--theme-color-focus-bdr);
|
|
3497
|
+
outline-offset: var(--theme-input--focus--outline-offset);
|
|
3498
|
+
border-color: var(--theme-input--border-color--focus) !important;
|
|
3499
|
+
}
|
|
3500
|
+
textarea.ix-form-control:-moz-read-only {
|
|
3501
|
+
box-shadow: none;
|
|
3502
|
+
background-color: transparent;
|
|
3503
|
+
outline: none;
|
|
3504
|
+
border: none;
|
|
3505
|
+
border-radius: 0;
|
|
3506
|
+
border-bottom: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--readonly);
|
|
3507
|
+
}
|
|
3508
|
+
textarea.ix-form-control.read-only, textarea.ix-form-control:read-only {
|
|
3509
|
+
box-shadow: none;
|
|
3510
|
+
background-color: transparent;
|
|
3511
|
+
outline: none;
|
|
3512
|
+
border: none;
|
|
3513
|
+
border-radius: 0;
|
|
3514
|
+
border-bottom: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--readonly);
|
|
3515
|
+
}
|
|
3516
|
+
textarea.ix-form-control.read-only::-moz-placeholder, textarea.ix-form-control:read-only::-moz-placeholder {
|
|
3517
|
+
color: transparent;
|
|
3518
|
+
}
|
|
3519
|
+
textarea.ix-form-control:-moz-read-only::placeholder {
|
|
3520
|
+
color: transparent;
|
|
3521
|
+
}
|
|
3522
|
+
textarea.ix-form-control.read-only::placeholder, textarea.ix-form-control:read-only::placeholder {
|
|
3523
|
+
color: transparent;
|
|
3524
|
+
}
|
|
3525
|
+
textarea.ix-form-control:disabled, textarea.ix-form-control.disabled {
|
|
3526
|
+
box-shadow: none;
|
|
3527
|
+
background-color: transparent;
|
|
3528
|
+
outline: none;
|
|
3529
|
+
border: none;
|
|
3530
|
+
border-radius: 0;
|
|
3531
|
+
color: var(--theme-input--color--disabled);
|
|
3532
|
+
border-bottom: var(--theme-input--border-thickness, 1px) solid var(--theme-input--border-color-bottom--disabled);
|
|
3533
|
+
}
|
|
3534
|
+
textarea.ix-form-control:disabled::-moz-placeholder, textarea.ix-form-control.disabled::-moz-placeholder {
|
|
3535
|
+
color: transparent;
|
|
3536
|
+
}
|
|
3537
|
+
textarea.ix-form-control:disabled::placeholder, textarea.ix-form-control.disabled::placeholder {
|
|
3538
|
+
color: transparent;
|
|
3539
|
+
}
|
|
3540
|
+
textarea.ix-form-control {
|
|
3541
|
+
min-height: 2rem;
|
|
3542
|
+
height: 3.25rem;
|
|
3543
|
+
padding: calc(0.375rem - var(--theme-input--border-thickness)) calc(0.5rem - var(--theme-input--border-thickness));
|
|
3544
|
+
}
|
|
3545
|
+
|
|
3546
|
+
textarea.ix-info:not(.disabled):not(:disabled):not([disabled]),
|
|
3547
|
+
input.ix-info:not(.disabled):not(:disabled):not([disabled]) {
|
|
3548
|
+
border-color: var(--theme-input--border-color--info);
|
|
3549
|
+
}
|
|
3550
|
+
textarea.ix-info:not(.disabled):not(:disabled):not([disabled]):hover,
|
|
3551
|
+
input.ix-info:not(.disabled):not(:disabled):not([disabled]):hover {
|
|
3552
|
+
border-color: var(--theme-input--border-color--info--hover) !important;
|
|
3553
|
+
}
|
|
3554
|
+
textarea.ix-info:not(.disabled):not(:disabled):not([disabled]):active,
|
|
3555
|
+
input.ix-info:not(.disabled):not(:disabled):not([disabled]):active {
|
|
3556
|
+
border-color: var(--theme-input--border-color--info--active) !important;
|
|
3557
|
+
}
|
|
3558
|
+
|
|
3559
|
+
textarea.ix-warning:not(.disabled):not(:disabled):not([disabled]),
|
|
3560
|
+
input.ix-warning:not(.disabled):not(:disabled):not([disabled]) {
|
|
3561
|
+
border-color: var(--theme-input--border-color--warning--active) !important;
|
|
3562
|
+
}
|
|
3563
|
+
textarea.ix-warning:not(.disabled):not(:disabled):not([disabled]):hover,
|
|
3564
|
+
input.ix-warning:not(.disabled):not(:disabled):not([disabled]):hover {
|
|
3565
|
+
border-color: var(--theme-input--border-color--warning--active) !important;
|
|
3566
|
+
}
|
|
3567
|
+
textarea.ix-warning:not(.disabled):not(:disabled):not([disabled]):active,
|
|
3568
|
+
input.ix-warning:not(.disabled):not(:disabled):not([disabled]):active {
|
|
3569
|
+
border-color: var(--theme-input--border-color--warning--active) !important;
|
|
3570
|
+
}
|
|
3571
|
+
|
|
3572
|
+
textarea[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]),
|
|
3573
|
+
input[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]) {
|
|
3574
|
+
background-color: var(--theme-input--background--invalid);
|
|
3575
|
+
border-color: var(--theme-input--border-color--invalid) !important;
|
|
3576
|
+
}
|
|
3577
|
+
textarea[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):hover,
|
|
3578
|
+
input[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):hover {
|
|
3579
|
+
border-color: var(--theme-input--border-color--invalid--hover) !important;
|
|
3580
|
+
}
|
|
3581
|
+
textarea[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):active,
|
|
3582
|
+
input[class*=ix-invalid]:not(.disabled):not(:disabled):not([disabled]):active {
|
|
3583
|
+
border-color: var(--theme-input--border-color--invalid--active) !important;
|
|
3584
|
+
}
|
|
3585
|
+
|
|
3586
|
+
textarea.ix-form-control ~ .valid-feedback,
|
|
3587
|
+
textarea.ix-form-control ~ .invalid-feedback,
|
|
3588
|
+
input.ix-form-control ~ .valid-feedback,
|
|
3589
|
+
input.ix-form-control ~ .invalid-feedback {
|
|
3590
|
+
display: none;
|
|
3591
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
3592
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
3593
|
+
font-style: normal;
|
|
3594
|
+
font-size: var(--theme-ms-0);
|
|
3595
|
+
line-height: var(--theme-line-height-md);
|
|
3596
|
+
font-weight: var(--theme-font-weight-normal);
|
|
3597
|
+
letter-spacing: var(--theme-letter-spacing-xl);
|
|
3598
|
+
text-decoration: none;
|
|
3599
|
+
-webkit-font-smoothing: antialiased;
|
|
3600
|
+
-moz-osx-font-smooting: grayscale;
|
|
3601
|
+
}
|
|
3602
|
+
|
|
3603
|
+
form textarea.ix-form-control ~ .valid-feedback,
|
|
3604
|
+
form input.ix-form-control ~ .valid-feedback {
|
|
3605
|
+
color: var(--theme-color-success);
|
|
3606
|
+
}
|
|
3607
|
+
form textarea.ix-form-control ~ .invalid-feedback,
|
|
3608
|
+
form input.ix-form-control ~ .invalid-feedback {
|
|
3609
|
+
color: var(--theme-color-alarm-text);
|
|
3610
|
+
}
|
|
3611
|
+
|
|
3612
|
+
form:not([novalidate]) .ix-form-control:invalid,
|
|
3613
|
+
form:not([novalidate]) .ix-form-control.is-invalid,
|
|
3614
|
+
form.was-validated .ix-form-control:invalid,
|
|
3615
|
+
form.was-validated .ix-form-control.is-invalid {
|
|
3616
|
+
background-color: var(--theme-input-error--background);
|
|
3617
|
+
border-color: var(--theme-input-error--border-color);
|
|
3618
|
+
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: sketchtool 62 (101010) - https://sketch.com --%3E%3Ctitle%3Eerror%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.75'%3E%3Cg id='error' fill='%23ff2640'%3E%3Cg id='error/error'%3E%3Cpath d='M256,42.6666667 C373.626371,42.6666667 469.333333,138.373627 469.333333,256 C469.333333,373.626371 373.626371,469.333333 256,469.333333 C138.373627,469.333333 42.6666667,373.626371 42.6666667,256 C42.6666667,138.373627 138.373627,42.6666667 256,42.6666667 Z M256,85.3333333 C161.559631,85.3333333 85.3333333,161.559631 85.3333333,256 C85.3333333,350.44037 161.559631,426.666667 256,426.666667 C350.44037,426.666667 426.666667,350.44037 426.666667,256 C426.666667,161.559631 350.44037,85.3333333 256,85.3333333 Z M326.248389,155.581722 L356.418278,185.751611 L286.168667,255.999667 L356.418278,326.248389 L326.248389,356.418278 L255.999667,286.168667 L185.751611,356.418278 L155.581722,326.248389 L225.829667,255.999667 L155.581722,185.751611 L185.751611,155.581722 L255.999667,225.829667 L326.248389,155.581722 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
|
|
3619
|
+
background-position: left calc(0.375em + 0.1875rem) center;
|
|
3620
|
+
padding-right: 0.75rem;
|
|
3621
|
+
padding-left: calc(1.5em + 0.75rem);
|
|
3622
|
+
background-size: 18px;
|
|
3623
|
+
background-repeat: no-repeat;
|
|
3624
|
+
}
|
|
3625
|
+
form:not([novalidate]) .ix-form-control:invalid ~ .invalid-feedback,
|
|
3626
|
+
form:not([novalidate]) .ix-form-control.is-invalid ~ .invalid-feedback,
|
|
3627
|
+
form.was-validated .ix-form-control:invalid ~ .invalid-feedback,
|
|
3628
|
+
form.was-validated .ix-form-control.is-invalid ~ .invalid-feedback {
|
|
3629
|
+
display: block;
|
|
3630
|
+
}
|
|
3631
|
+
form:not([novalidate]) .ix-form-control:valid ~ .valid-feedback,
|
|
3632
|
+
form:not([novalidate]) .ix-form-control.is-valid ~ .valid-feedback,
|
|
3633
|
+
form.was-validated .ix-form-control:valid ~ .valid-feedback,
|
|
3634
|
+
form.was-validated .ix-form-control.is-valid ~ .valid-feedback {
|
|
3635
|
+
display: block;
|
|
3636
|
+
}
|
|
3637
|
+
|
|
3638
|
+
form:not(.was-validated) .ix-form-control.invalid-feedback,
|
|
3639
|
+
form:not(.was-validated) .ix-form-control.valid-feedback {
|
|
3640
|
+
display: none !important;
|
|
3641
|
+
}
|
|
3642
|
+
|
|
3643
|
+
/*
|
|
3644
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
3645
|
+
*
|
|
3646
|
+
* SPDX-License-Identifier: MIT
|
|
3647
|
+
*
|
|
3648
|
+
* This source code is licensed under the MIT license found in the
|
|
3649
|
+
* LICENSE file in the root directory of this source tree.
|
|
3650
|
+
*/
|
|
3651
|
+
/* Base for label styling */
|
|
3652
|
+
.ix-form-control[type=checkbox]:not(:checked),
|
|
3653
|
+
.ix-form-control[type=checkbox]:checked {
|
|
3654
|
+
position: absolute;
|
|
3655
|
+
opacity: 0;
|
|
3656
|
+
cursor: pointer;
|
|
3657
|
+
height: 0;
|
|
3658
|
+
width: 0;
|
|
3659
|
+
}
|
|
3660
|
+
|
|
3661
|
+
.ix-form-control[type=checkbox]:not(:checked) + label,
|
|
3662
|
+
.ix-form-control[type=checkbox]:checked + label {
|
|
3663
|
+
position: relative;
|
|
3664
|
+
display: inline-flex;
|
|
3665
|
+
-webkit-user-select: none;
|
|
3666
|
+
-moz-user-select: none;
|
|
3667
|
+
user-select: none;
|
|
3668
|
+
color: var(--theme-checkbox-label--color);
|
|
3669
|
+
min-height: 1.5rem;
|
|
3670
|
+
}
|
|
3671
|
+
|
|
3672
|
+
.ix-form-control[type=checkbox]:not(:disabled) + label {
|
|
3673
|
+
cursor: pointer;
|
|
3674
|
+
}
|
|
3675
|
+
|
|
3676
|
+
.ix-form-control[type=checkbox] + label:before {
|
|
3677
|
+
content: "";
|
|
3678
|
+
width: 1.125rem;
|
|
3679
|
+
height: 1.125rem;
|
|
3680
|
+
min-width: 1.125rem;
|
|
3681
|
+
min-height: 1.125rem;
|
|
3682
|
+
max-width: 1.125rem;
|
|
3683
|
+
max-height: 1.125rem;
|
|
3684
|
+
float: left;
|
|
3685
|
+
margin-right: 0.5rem;
|
|
3686
|
+
margin-top: 1px;
|
|
3687
|
+
background-repeat: no-repeat;
|
|
3688
|
+
background-position: 50% 50%;
|
|
3689
|
+
background-size: contain;
|
|
3690
|
+
}
|
|
3691
|
+
|
|
3692
|
+
.ix-form-control[type=checkbox] + label:focus-visible:before {
|
|
3693
|
+
outline: 0.0625rem solid var(--theme-color-focus-bdr);
|
|
3694
|
+
outline-offset: var(--theme-checkbox--focus--outline-offset);
|
|
3695
|
+
}
|
|
3696
|
+
|
|
3697
|
+
.ix-form-control[type=checkbox]:focus-visible + label:before {
|
|
3698
|
+
outline: 0.0625rem solid var(--theme-color-focus-bdr);
|
|
3699
|
+
outline-offset: var(--theme-checkbox--focus--outline-offset);
|
|
3700
|
+
}
|
|
3701
|
+
|
|
3702
|
+
.ix-form-control[type=checkbox]:not(:checked) + label:before {
|
|
3703
|
+
background-color: var(--theme-checkbox-unchecked--background);
|
|
3704
|
+
border: var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color);
|
|
3705
|
+
}
|
|
3706
|
+
.ix-form-control[type=checkbox]:not(:checked):hover + label:before {
|
|
3707
|
+
background-color: var(--theme-checkbox-unchecked--background--hover);
|
|
3708
|
+
border: var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--hover);
|
|
3709
|
+
}
|
|
3710
|
+
.ix-form-control[type=checkbox]:not(:checked):active + label:before {
|
|
3711
|
+
background-color: var(--theme-checkbox-unchecked--background--active);
|
|
3712
|
+
border: var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--active);
|
|
3713
|
+
}
|
|
3714
|
+
.ix-form-control[type=checkbox]:not(:checked):disabled + label::before {
|
|
3715
|
+
background-color: var(--theme-checkbox-unchecked--background--disabled);
|
|
3716
|
+
border: var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-unchecked--border-color--disabled);
|
|
3717
|
+
}
|
|
3718
|
+
|
|
3719
|
+
.ix-form-control[type=checkbox]:checked + label:before {
|
|
3720
|
+
background-color: var(--theme-checkbox-checked--background);
|
|
3721
|
+
border: var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color);
|
|
3722
|
+
}
|
|
3723
|
+
.ix-form-control[type=checkbox]:checked + label:after {
|
|
3724
|
+
content: "";
|
|
3725
|
+
width: 0.4rem;
|
|
3726
|
+
height: 0.26rem;
|
|
3727
|
+
display: block;
|
|
3728
|
+
border-top: none;
|
|
3729
|
+
border-right: none;
|
|
3730
|
+
border-bottom: 0.0625rem solid var(--theme-checkbox-checked--color);
|
|
3731
|
+
border-left: 0.0625rem solid var(--theme-checkbox-checked--color);
|
|
3732
|
+
position: absolute;
|
|
3733
|
+
margin: 0.525rem 0.42rem 0.1875rem;
|
|
3734
|
+
transform: translate(-1px, -3px) rotate(-53deg) scale(2) skew(-8deg, -3deg);
|
|
3735
|
+
}
|
|
3736
|
+
.ix-form-control[type=checkbox]:checked:hover + label:before {
|
|
3737
|
+
background-color: var(--theme-checkbox-checked--background--hover);
|
|
3738
|
+
border: var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--hover);
|
|
3739
|
+
}
|
|
3740
|
+
.ix-form-control[type=checkbox]:checked:active + label:before {
|
|
3741
|
+
background-color: var(--theme-checkbox-checked--background--active);
|
|
3742
|
+
border: var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--active);
|
|
3743
|
+
}
|
|
3744
|
+
.ix-form-control[type=checkbox]:checked:disabled + label:before {
|
|
3745
|
+
background-color: var(--theme-checkbox-checked--background--disabled);
|
|
3746
|
+
border: var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-checked--border-color--disabled);
|
|
3747
|
+
}
|
|
3748
|
+
.ix-form-control[type=checkbox]:checked:disabled + label::after {
|
|
3749
|
+
border-color: var(--theme-checkbox-checked--color--disabled);
|
|
3750
|
+
}
|
|
3751
|
+
|
|
3752
|
+
.ix-form-control[type=checkbox]:disabled + label:before {
|
|
3753
|
+
pointer-events: none;
|
|
3754
|
+
opacity: 0.5;
|
|
3755
|
+
}
|
|
3756
|
+
|
|
3757
|
+
.ix-form-control[type=checkbox]:indeterminate + label:after {
|
|
3758
|
+
content: "";
|
|
3759
|
+
display: block;
|
|
3760
|
+
width: 0.625rem;
|
|
3761
|
+
height: 0.125rem;
|
|
3762
|
+
border-bottom: 0.125rem solid var(--theme-checkbox-mixed--color);
|
|
3763
|
+
position: absolute;
|
|
3764
|
+
margin: 0.5625rem 0 0 0.25rem;
|
|
3765
|
+
}
|
|
3766
|
+
.ix-form-control[type=checkbox]:indeterminate + label:before {
|
|
3767
|
+
background-color: var(--theme-checkbox-mixed--background);
|
|
3768
|
+
border: var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-mixed--border-color);
|
|
3769
|
+
}
|
|
3770
|
+
.ix-form-control[type=checkbox]:indeterminate:hover + label:before {
|
|
3771
|
+
background-color: var(--theme-checkbox-mixed--background--hover);
|
|
3772
|
+
border: var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-mixed--border-color--hover);
|
|
3773
|
+
}
|
|
3774
|
+
.ix-form-control[type=checkbox]:indeterminate:active + label:before {
|
|
3775
|
+
background-color: var(--theme-checkbox-mixed--background--active);
|
|
3776
|
+
border: var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-mixed--border-color--active);
|
|
3777
|
+
}
|
|
3778
|
+
.ix-form-control[type=checkbox]:indeterminate:disabled + label::before {
|
|
3779
|
+
background-color: var(--theme-checkbox-mixed--background--disabled);
|
|
3780
|
+
border: var(--theme-checkbox--border-thickness) solid var(--theme-checkbox-mixed--border-color--disabled);
|
|
3781
|
+
}
|
|
3782
|
+
.ix-form-control[type=checkbox]:indeterminate:disabled + label::after {
|
|
3783
|
+
border-color: var(--theme-checkbox-mixed--color--disabled);
|
|
3784
|
+
}
|
|
3785
|
+
|
|
3786
|
+
.ix-form-control[type=checkbox]:disabled + label {
|
|
3787
|
+
color: var(--theme-checkbox-label--color--disabled);
|
|
3788
|
+
}
|
|
3789
|
+
|
|
3790
|
+
/*
|
|
3791
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
3792
|
+
*
|
|
3793
|
+
* SPDX-License-Identifier: MIT
|
|
3794
|
+
*
|
|
3795
|
+
* This source code is licensed under the MIT license found in the
|
|
3796
|
+
* LICENSE file in the root directory of this source tree.
|
|
3797
|
+
*/
|
|
3798
|
+
/* Base for label styling */
|
|
3799
|
+
.ix-form-control[type=radio]:not(:checked),
|
|
3800
|
+
.ix-form-control[type=radio]:checked {
|
|
3801
|
+
clip: rect(0 0 0 0);
|
|
3802
|
+
clip-path: inset(50%);
|
|
3803
|
+
height: 1px;
|
|
3804
|
+
width: 1px;
|
|
3805
|
+
min-height: 0px;
|
|
3806
|
+
min-width: 0px;
|
|
3807
|
+
max-height: 1px;
|
|
3808
|
+
max-width: 1px;
|
|
3809
|
+
overflow: hidden;
|
|
3810
|
+
position: absolute;
|
|
3811
|
+
white-space: nowrap;
|
|
3812
|
+
-webkit-appearance: none;
|
|
3813
|
+
-moz-appearance: none;
|
|
3814
|
+
appearance: none;
|
|
3815
|
+
}
|
|
3816
|
+
|
|
3817
|
+
.ix-form-control[type=radio]:not(:checked) + label,
|
|
3818
|
+
.ix-form-control[type=radio]:checked + label {
|
|
3819
|
+
display: inline-flex;
|
|
3820
|
+
align-items: flex-start;
|
|
3821
|
+
position: relative;
|
|
3822
|
+
-webkit-user-select: none;
|
|
3823
|
+
-moz-user-select: none;
|
|
3824
|
+
user-select: none;
|
|
3825
|
+
color: var(--theme-radiobtn-label--color);
|
|
3826
|
+
margin-right: 1rem;
|
|
3827
|
+
}
|
|
3828
|
+
|
|
3829
|
+
.ix-form-control[type=radio]:not(:disabled) + label {
|
|
3830
|
+
cursor: pointer;
|
|
3831
|
+
}
|
|
3832
|
+
|
|
3833
|
+
.ix-form-control[type=radio] + label:before {
|
|
3834
|
+
content: "";
|
|
3835
|
+
width: 1.25rem;
|
|
3836
|
+
height: 1.25rem;
|
|
3837
|
+
min-width: 1.25rem;
|
|
3838
|
+
min-height: 1.25rem;
|
|
3839
|
+
max-width: 1.25rem;
|
|
3840
|
+
max-height: 1.25rem;
|
|
3841
|
+
float: left;
|
|
3842
|
+
margin-right: 0.5rem;
|
|
3843
|
+
background-repeat: no-repeat;
|
|
3844
|
+
background-position: 50% 50%;
|
|
3845
|
+
background-size: contain;
|
|
3846
|
+
border-radius: 100%;
|
|
3847
|
+
}
|
|
3848
|
+
|
|
3849
|
+
.ix-form-control[type=radio] + label:focus-visible:before {
|
|
3850
|
+
outline: 0.0625rem solid var(--theme-color-focus-bdr);
|
|
3851
|
+
outline-offset: var(--theme-radiobtn--focus--outline-offset);
|
|
3852
|
+
}
|
|
3853
|
+
|
|
3854
|
+
.ix-form-control[type=radio]:focus-visible + label:before {
|
|
3855
|
+
outline: 0.0625rem solid var(--theme-color-focus-bdr);
|
|
3856
|
+
outline-offset: var(--theme-radiobtn--focus--outline-offset);
|
|
3857
|
+
}
|
|
3858
|
+
|
|
3859
|
+
.ix-form-control[type=radio]:not(:checked) + label:before {
|
|
3860
|
+
background-color: var(--theme-radiobtn-unchecked--background);
|
|
3861
|
+
border: var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color);
|
|
3862
|
+
}
|
|
3863
|
+
.ix-form-control[type=radio]:not(:checked):hover + label:before {
|
|
3864
|
+
background-color: var(--theme-radiobtn-unchecked--background--hover);
|
|
3865
|
+
border: var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--hover);
|
|
3866
|
+
}
|
|
3867
|
+
.ix-form-control[type=radio]:not(:checked):active + label:before {
|
|
3868
|
+
background-color: var(--theme-radiobtn-unchecked--background--active);
|
|
3869
|
+
border: var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--active);
|
|
3870
|
+
}
|
|
3871
|
+
.ix-form-control[type=radio]:not(:checked):disabled + label::before {
|
|
3872
|
+
background-color: var(--theme-radiobtn-unchecked--background--disabled);
|
|
3873
|
+
border: var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-unchecked--border-color--disabled);
|
|
3874
|
+
}
|
|
3875
|
+
|
|
3876
|
+
.ix-form-control[type=radio]:checked + label:before {
|
|
3877
|
+
background-color: var(--theme-radiobtn-checked--background);
|
|
3878
|
+
border: var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color);
|
|
3879
|
+
}
|
|
3880
|
+
.ix-form-control[type=radio]:checked + label:after {
|
|
3881
|
+
content: "";
|
|
3882
|
+
width: 0.5rem;
|
|
3883
|
+
height: 0.5rem;
|
|
3884
|
+
display: block;
|
|
3885
|
+
background-color: var(--theme-radiobtn-checked--color);
|
|
3886
|
+
border-radius: 100%;
|
|
3887
|
+
position: absolute;
|
|
3888
|
+
top: 0.5rem;
|
|
3889
|
+
left: 0.375rem;
|
|
3890
|
+
}
|
|
3891
|
+
.ix-form-control[type=radio]:checked:hover + label:before {
|
|
3892
|
+
background-color: var(--theme-radiobtn-checked--background--hover);
|
|
3893
|
+
border: var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--hover);
|
|
3894
|
+
}
|
|
3895
|
+
.ix-form-control[type=radio]:checked:active + label:before {
|
|
3896
|
+
background-color: var(--theme-radiobtn-checked--background--active);
|
|
3897
|
+
border: var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--active);
|
|
3898
|
+
}
|
|
3899
|
+
.ix-form-control[type=radio]:checked:disabled + label:before {
|
|
3900
|
+
background-color: var(--theme-radiobtn-checked--background--disabled);
|
|
3901
|
+
border: var(--theme-radiobtn--border-thickness) solid var(--theme-radiobtn-checked--border-color--disabled);
|
|
3902
|
+
}
|
|
3903
|
+
.ix-form-control[type=radio]:checked:disabled + label::after {
|
|
3904
|
+
border-color: var(--theme-radiobtn-checked--color--disabled);
|
|
3905
|
+
}
|
|
3906
|
+
|
|
3907
|
+
.ix-form-control[type=radio]:disabled + label:before {
|
|
3908
|
+
pointer-events: none;
|
|
3909
|
+
opacity: 0.5;
|
|
3910
|
+
}
|
|
3911
|
+
|
|
3912
|
+
.ix-form-control[type=radio]:disabled + label {
|
|
3913
|
+
color: var(--theme-radiobtn-label--color--disabled);
|
|
3914
|
+
}
|
|
3915
|
+
|
|
3916
|
+
/* Global style components */
|
|
3917
|
+
/*
|
|
3918
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
3919
|
+
*
|
|
3920
|
+
* SPDX-License-Identifier: MIT
|
|
3921
|
+
*
|
|
3922
|
+
* This source code is licensed under the MIT license found in the
|
|
3923
|
+
* LICENSE file in the root directory of this source tree.
|
|
3924
|
+
*/
|
|
3925
|
+
/*
|
|
3926
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
3927
|
+
*
|
|
3928
|
+
* SPDX-License-Identifier: MIT
|
|
3929
|
+
*
|
|
3930
|
+
* This source code is licensed under the MIT license found in the
|
|
3931
|
+
* LICENSE file in the root directory of this source tree.
|
|
3932
|
+
*/
|
|
3933
|
+
a[href] {
|
|
3934
|
+
color: var(--theme-color-primary);
|
|
3935
|
+
}
|
|
3936
|
+
a[href]:not(.disabled):not(:disabled) {
|
|
3937
|
+
cursor: pointer;
|
|
3938
|
+
}
|
|
3939
|
+
a[href]:not(.disabled):not(:disabled):hover, a[href]:not(.disabled):not(:disabled):hover {
|
|
3940
|
+
color: var(--theme-color-primary);
|
|
3941
|
+
}
|
|
3942
|
+
a[href]:not(.disabled):not(:disabled) {
|
|
3943
|
+
cursor: pointer;
|
|
3944
|
+
}
|
|
3945
|
+
a[href]:not(.disabled):not(:disabled):active, a[href]:not(.disabled):not(:disabled).active {
|
|
3946
|
+
color: var(--theme-color-std-text);
|
|
3947
|
+
}
|
|
3948
|
+
a[href] .glyph {
|
|
3949
|
+
vertical-align: middle;
|
|
3950
|
+
}
|
|
3951
|
+
a[href] .glyph::before {
|
|
3952
|
+
display: inline-block;
|
|
3953
|
+
text-decoration: none;
|
|
3954
|
+
}
|
|
3955
|
+
|
|
3956
|
+
a[href]:not(.disabled):not(:disabled) {
|
|
3957
|
+
cursor: pointer;
|
|
3958
|
+
}
|
|
3959
|
+
|
|
3960
|
+
/**
|
|
3961
|
+
* Workaround for missing :has selector implementation in Firefox
|
|
3962
|
+
* Separate CSS selectors required, because Firefox will ignore combined selector with
|
|
3963
|
+
* unsupported CSS pseudo selector (:has).
|
|
3964
|
+
* e.g
|
|
3965
|
+
* ix-menu > a[href], a[href]:has(+ ix-menu-item)
|
|
3966
|
+
*/
|
|
3967
|
+
ix-menu > a[href] {
|
|
3968
|
+
text-decoration: none;
|
|
3969
|
+
color: unset;
|
|
3970
|
+
}
|
|
3971
|
+
|
|
3972
|
+
a[href]:has(+ ix-menu-item) {
|
|
3973
|
+
text-decoration: none;
|
|
3974
|
+
color: unset;
|
|
3975
|
+
}
|
|
3976
|
+
|
|
3977
|
+
/*
|
|
3978
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
3979
|
+
*
|
|
3980
|
+
* SPDX-License-Identifier: MIT
|
|
3981
|
+
*
|
|
3982
|
+
* This source code is licensed under the MIT license found in the
|
|
3983
|
+
* LICENSE file in the root directory of this source tree.
|
|
3984
|
+
*/
|
|
3985
|
+
:root body {
|
|
3986
|
+
--theme-box-shadow-lvl-1: var(--theme-shadow-1);
|
|
3987
|
+
--theme-box-shadow-lvl-2: var(--theme-shadow-2);
|
|
3988
|
+
--theme-box-shadow-lvl-3: var(--theme-shadow-3);
|
|
3989
|
+
--theme-box-shadow-lvl-4: var(--theme-shadow-4);
|
|
3990
|
+
--theme-box-shadow-level-1: var(--theme-shadow-1);
|
|
3991
|
+
--theme-box-shadow-level-2: var(--theme-shadow-2);
|
|
3992
|
+
--theme-box-shadow-level-3: var(--theme-shadow-3);
|
|
3993
|
+
--theme-box-shadow-level-4: var(--theme-shadow-4);
|
|
3994
|
+
--theme-box-shadow-insert: var(--theme-inset-shadow-1);
|
|
3995
|
+
}
|
|
3996
|
+
|
|
3997
|
+
/*
|
|
3998
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
3999
|
+
*
|
|
4000
|
+
* SPDX-License-Identifier: MIT
|
|
4001
|
+
*
|
|
4002
|
+
* This source code is licensed under the MIT license found in the
|
|
4003
|
+
* LICENSE file in the root directory of this source tree.
|
|
4004
|
+
*/
|
|
4005
|
+
/*
|
|
4006
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
4007
|
+
*
|
|
4008
|
+
* SPDX-License-Identifier: MIT
|
|
4009
|
+
*
|
|
4010
|
+
* This source code is licensed under the MIT license found in the
|
|
4011
|
+
* LICENSE file in the root directory of this source tree.
|
|
4012
|
+
*/
|
|
4013
|
+
/* Dimensions */
|
|
4014
|
+
/* Font sizes */
|
|
4015
|
+
/* Line heights */
|
|
4016
|
+
/* Animation timings */
|
|
4017
|
+
.input-group-label {
|
|
4018
|
+
color: var(--theme-input-unit--color);
|
|
4019
|
+
margin-left: 2px;
|
|
4020
|
+
margin-right: 2px;
|
|
4021
|
+
}
|
|
4022
|
+
|
|
4023
|
+
.group-start .input-group-label:first-child {
|
|
4024
|
+
margin-left: 8px;
|
|
4025
|
+
}
|
|
4026
|
+
.group-start .input-group-label:last-child {
|
|
4027
|
+
margin-right: 4px;
|
|
4028
|
+
}
|
|
4029
|
+
|
|
4030
|
+
.group-end .input-group-label:first-child {
|
|
4031
|
+
margin-left: 4px;
|
|
4032
|
+
}
|
|
4033
|
+
.group-end .input-group-label:last-child {
|
|
4034
|
+
margin-right: 8px;
|
|
4035
|
+
}
|
|
4036
|
+
|
|
4037
|
+
/*
|
|
4038
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
4039
|
+
*
|
|
4040
|
+
* SPDX-License-Identifier: MIT
|
|
4041
|
+
*
|
|
4042
|
+
* This source code is licensed under the MIT license found in the
|
|
4043
|
+
* LICENSE file in the root directory of this source tree.
|
|
4044
|
+
*/
|
|
4045
|
+
/*
|
|
4046
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
4047
|
+
*
|
|
4048
|
+
* SPDX-License-Identifier: MIT
|
|
4049
|
+
*
|
|
4050
|
+
* This source code is licensed under the MIT license found in the
|
|
4051
|
+
* LICENSE file in the root directory of this source tree.
|
|
4052
|
+
*/
|
|
4053
|
+
.ix-table {
|
|
4054
|
+
box-sizing: border-box;
|
|
4055
|
+
border-spacing: 0px;
|
|
4056
|
+
width: 100%;
|
|
4057
|
+
margin-bottom: 1rem;
|
|
4058
|
+
color: var(--theme-color-std-text);
|
|
4059
|
+
vertical-align: top;
|
|
4060
|
+
border-color: var(--theme-table--border-color);
|
|
4061
|
+
-webkit-font-smoothing: antialiased;
|
|
4062
|
+
-moz-osx-font-smooting: grayscale;
|
|
4063
|
+
font-family: Siemens Sans, sans-serif;
|
|
4064
|
+
font-size: 0.875rem;
|
|
4065
|
+
font-weight: 400;
|
|
4066
|
+
line-height: 1.429em;
|
|
4067
|
+
color: var(--theme-color-std-text);
|
|
4068
|
+
--bs-table-color-type: initial;
|
|
4069
|
+
--bs-table-bg-type: initial;
|
|
4070
|
+
--bs-table-color-state: initial;
|
|
4071
|
+
--bs-table-bg-state: initial;
|
|
4072
|
+
--bs-table-color: var(--theme-table--color);
|
|
4073
|
+
--bs-table-bg: var(--theme-table--background);
|
|
4074
|
+
--bs-table-border-color: var(--theme-table--border-color);
|
|
4075
|
+
--bs-table-accent-bg: transparent;
|
|
4076
|
+
--bs-table-striped-color: var(--theme-table--color);
|
|
4077
|
+
--bs-table-striped-bg: var(--theme-table-data-row-alt--background);
|
|
4078
|
+
--bs-table-active-color: var(--theme-table--color);
|
|
4079
|
+
--bs-table-active-bg: var(--theme-table-data-row-alt--background--active);
|
|
4080
|
+
--bs-table-hover-color: var(--theme-table--color);
|
|
4081
|
+
--bs-table-hover-bg: var(--theme-table-data-row-alt--background--hover);
|
|
4082
|
+
--ix-table-background: var(--theme-table--background);
|
|
4083
|
+
--bs-table-color-type: initial;
|
|
4084
|
+
--bs-table-bg-type: initial;
|
|
4085
|
+
--bs-table-color-state: initial;
|
|
4086
|
+
--bs-table-bg-state: initial;
|
|
4087
|
+
--bs-table-color: var(--theme-table--color);
|
|
4088
|
+
--bs-table-bg: var(--theme-table--background);
|
|
4089
|
+
--bs-table-border-color: var(--theme-table--border-color);
|
|
4090
|
+
--bs-table-accent-bg: transparent;
|
|
4091
|
+
--bs-table-striped-color: var(--theme-table--color);
|
|
4092
|
+
--bs-table-striped-bg: var(--theme-table-data-row-alt--background);
|
|
4093
|
+
--bs-table-active-color: var(--theme-table--color);
|
|
4094
|
+
--bs-table-active-bg: var(--theme-table-data-row-alt--background--active);
|
|
4095
|
+
--bs-table-hover-color: var(--theme-table--color);
|
|
4096
|
+
--bs-table-hover-bg: var(--theme-table-data-row-alt--background--hover);
|
|
4097
|
+
}
|
|
4098
|
+
|
|
4099
|
+
.ix-table-striped > tbody > tr:nth-of-type(odd) > * {
|
|
4100
|
+
--ix-table-background: var(--theme-table-data-row-alt--background);
|
|
4101
|
+
}
|
|
4102
|
+
|
|
4103
|
+
.ix-table thead {
|
|
4104
|
+
background-color: var(--theme-table-header-row--background);
|
|
4105
|
+
}
|
|
4106
|
+
|
|
4107
|
+
.ix-table > thead {
|
|
4108
|
+
vertical-align: bottom;
|
|
4109
|
+
}
|
|
4110
|
+
|
|
4111
|
+
.ix-table > :not(caption) > * > * {
|
|
4112
|
+
padding: 0.5rem 0.5rem;
|
|
4113
|
+
background-color: var(--ix-table-background);
|
|
4114
|
+
border-bottom-width: 1px;
|
|
4115
|
+
box-shadow: inset 0 0 0 9999px transparent;
|
|
4116
|
+
}
|
|
4117
|
+
|
|
4118
|
+
.ix-table th,
|
|
4119
|
+
.ix-table td {
|
|
4120
|
+
border-bottom-color: var(--theme-table-data-row--border-color);
|
|
4121
|
+
}
|
|
4122
|
+
|
|
4123
|
+
.ix-table thead,
|
|
4124
|
+
.ix-table tbody,
|
|
4125
|
+
.ix-table tfoot,
|
|
4126
|
+
.ix-table tr,
|
|
4127
|
+
.ix-table td,
|
|
4128
|
+
.ix-table th {
|
|
4129
|
+
text-align: left;
|
|
4130
|
+
}
|
|
4131
|
+
|
|
4132
|
+
/*
|
|
4133
|
+
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
4134
|
+
*
|
|
4135
|
+
* SPDX-License-Identifier: MIT
|
|
4136
|
+
*
|
|
4137
|
+
* This source code is licensed under the MIT license found in the
|
|
4138
|
+
* LICENSE file in the root directory of this source tree.
|
|
4139
|
+
*/
|
|
4140
|
+
/*
|
|
4141
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
4142
|
+
*
|
|
4143
|
+
* SPDX-License-Identifier: MIT
|
|
4144
|
+
*
|
|
4145
|
+
* This source code is licensed under the MIT license found in the
|
|
4146
|
+
* LICENSE file in the root directory of this source tree.
|
|
4147
|
+
*/
|
|
4148
|
+
.typography-label {
|
|
4149
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4150
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4151
|
+
font-style: normal;
|
|
4152
|
+
font-size: var(--theme-ms-0);
|
|
4153
|
+
line-height: var(--theme-line-height-sm);
|
|
4154
|
+
font-weight: var(--theme-font-weight-normal);
|
|
4155
|
+
letter-spacing: var(--theme-letter-spacing-xl);
|
|
4156
|
+
text-decoration: none;
|
|
4157
|
+
-webkit-font-smoothing: antialiased;
|
|
4158
|
+
-moz-osx-font-smooting: grayscale;
|
|
4159
|
+
}
|
|
4160
|
+
|
|
4161
|
+
.typography-label-xs {
|
|
4162
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4163
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4164
|
+
font-style: normal;
|
|
4165
|
+
font-size: var(--theme-ms--2);
|
|
4166
|
+
line-height: var(--theme-line-height-sm);
|
|
4167
|
+
font-weight: var(--theme-font-weight-normal);
|
|
4168
|
+
letter-spacing: var(--theme-letter-spacing-xxl);
|
|
4169
|
+
text-decoration: none;
|
|
4170
|
+
-webkit-font-smoothing: antialiased;
|
|
4171
|
+
-moz-osx-font-smooting: grayscale;
|
|
4172
|
+
}
|
|
4173
|
+
|
|
4174
|
+
.typography-label-sm {
|
|
4175
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4176
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4177
|
+
font-style: normal;
|
|
4178
|
+
font-size: var(--theme-ms--1);
|
|
4179
|
+
line-height: var(--theme-line-height-sm);
|
|
4180
|
+
font-weight: var(--theme-font-weight-normal);
|
|
4181
|
+
letter-spacing: var(--theme-letter-spacing-xl);
|
|
4182
|
+
text-decoration: none;
|
|
4183
|
+
-webkit-font-smoothing: antialiased;
|
|
4184
|
+
-moz-osx-font-smooting: grayscale;
|
|
4185
|
+
}
|
|
4186
|
+
|
|
4187
|
+
.typography-label-lg {
|
|
4188
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4189
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4190
|
+
font-style: normal;
|
|
4191
|
+
font-size: var(--theme-ms-1);
|
|
4192
|
+
line-height: var(--theme-line-height-sm);
|
|
4193
|
+
font-weight: var(--theme-font-weight-normal);
|
|
4194
|
+
letter-spacing: var(--theme-letter-spacing-lg);
|
|
4195
|
+
text-decoration: none;
|
|
4196
|
+
-webkit-font-smoothing: antialiased;
|
|
4197
|
+
-moz-osx-font-smooting: grayscale;
|
|
4198
|
+
}
|
|
4199
|
+
|
|
4200
|
+
.typography-body {
|
|
4201
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4202
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4203
|
+
font-style: normal;
|
|
4204
|
+
font-size: var(--theme-ms-0);
|
|
4205
|
+
line-height: var(--theme-line-height-md);
|
|
4206
|
+
font-weight: var(--theme-font-weight-normal);
|
|
4207
|
+
letter-spacing: var(--theme-letter-spacing-xl);
|
|
4208
|
+
text-decoration: none;
|
|
4209
|
+
-webkit-font-smoothing: antialiased;
|
|
4210
|
+
-moz-osx-font-smooting: grayscale;
|
|
4211
|
+
}
|
|
4212
|
+
|
|
4213
|
+
.typography-body-xs {
|
|
4214
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4215
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4216
|
+
font-style: normal;
|
|
4217
|
+
font-size: var(--theme-ms--2);
|
|
4218
|
+
line-height: var(--theme-line-height-lg);
|
|
4219
|
+
font-weight: var(--theme-font-weight-normal);
|
|
4220
|
+
letter-spacing: var(--theme-letter-spacing-xxl);
|
|
4221
|
+
text-decoration: none;
|
|
4222
|
+
-webkit-font-smoothing: antialiased;
|
|
4223
|
+
-moz-osx-font-smooting: grayscale;
|
|
4224
|
+
}
|
|
4225
|
+
|
|
4226
|
+
.typography-body-sm {
|
|
4227
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4228
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4229
|
+
font-style: normal;
|
|
4230
|
+
font-size: var(--theme-ms--1);
|
|
4231
|
+
line-height: var(--theme-line-height-lg);
|
|
4232
|
+
font-weight: var(--theme-font-weight-normal);
|
|
4233
|
+
letter-spacing: var(--theme-letter-spacing-xl);
|
|
4234
|
+
text-decoration: none;
|
|
4235
|
+
-webkit-font-smoothing: antialiased;
|
|
4236
|
+
-moz-osx-font-smooting: grayscale;
|
|
4237
|
+
}
|
|
4238
|
+
|
|
4239
|
+
.typography-body-lg {
|
|
4240
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4241
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4242
|
+
font-style: normal;
|
|
4243
|
+
font-size: var(--theme-ms-1);
|
|
4244
|
+
line-height: var(--theme-line-height-lg);
|
|
4245
|
+
font-weight: var(--theme-font-weight-normal);
|
|
4246
|
+
letter-spacing: var(--theme-letter-spacing-lg);
|
|
4247
|
+
text-decoration: none;
|
|
4248
|
+
-webkit-font-smoothing: antialiased;
|
|
4249
|
+
-moz-osx-font-smooting: grayscale;
|
|
4250
|
+
}
|
|
4251
|
+
|
|
4252
|
+
.typography-display {
|
|
4253
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4254
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4255
|
+
font-style: normal;
|
|
4256
|
+
font-size: var(--theme-ms-3);
|
|
4257
|
+
line-height: var(--theme-line-height-xs);
|
|
4258
|
+
font-weight: var(--theme-font-weight-normal);
|
|
4259
|
+
letter-spacing: var(--theme-letter-spacing-md);
|
|
4260
|
+
text-decoration: none;
|
|
4261
|
+
-webkit-font-smoothing: antialiased;
|
|
4262
|
+
-moz-osx-font-smooting: grayscale;
|
|
4263
|
+
}
|
|
4264
|
+
|
|
4265
|
+
.typography-display-xs {
|
|
4266
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4267
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4268
|
+
font-style: normal;
|
|
4269
|
+
font-size: var(--theme-ms-1);
|
|
4270
|
+
line-height: var(--theme-line-height-xs);
|
|
4271
|
+
font-weight: var(--theme-font-weight-normal);
|
|
4272
|
+
letter-spacing: var(--theme-letter-spacing-sm);
|
|
4273
|
+
text-decoration: none;
|
|
4274
|
+
-webkit-font-smoothing: antialiased;
|
|
4275
|
+
-moz-osx-font-smooting: grayscale;
|
|
4276
|
+
}
|
|
4277
|
+
|
|
4278
|
+
.typography-display-sm {
|
|
4279
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4280
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4281
|
+
font-style: normal;
|
|
4282
|
+
font-size: var(--theme-ms-2);
|
|
4283
|
+
line-height: var(--theme-line-height-xs);
|
|
4284
|
+
font-weight: var(--theme-font-weight-normal);
|
|
4285
|
+
letter-spacing: var(--theme-letter-spacing-lg);
|
|
4286
|
+
text-decoration: none;
|
|
4287
|
+
-webkit-font-smoothing: antialiased;
|
|
4288
|
+
-moz-osx-font-smooting: grayscale;
|
|
4289
|
+
}
|
|
4290
|
+
|
|
4291
|
+
.typography-display-lg {
|
|
4292
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4293
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4294
|
+
font-style: normal;
|
|
4295
|
+
font-size: var(--theme-ms-4);
|
|
4296
|
+
line-height: var(--theme-line-height-xs);
|
|
4297
|
+
font-weight: var(--theme-font-weight-normal);
|
|
4298
|
+
letter-spacing: var(--theme-letter-spacing-md);
|
|
4299
|
+
text-decoration: none;
|
|
4300
|
+
-webkit-font-smoothing: antialiased;
|
|
4301
|
+
-moz-osx-font-smooting: grayscale;
|
|
4302
|
+
}
|
|
4303
|
+
|
|
4304
|
+
.typography-display-xl {
|
|
4305
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4306
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4307
|
+
font-style: normal;
|
|
4308
|
+
font-size: var(--theme-ms-5);
|
|
4309
|
+
line-height: var(--theme-line-height-xs);
|
|
4310
|
+
font-weight: var(--theme-font-weight-bold);
|
|
4311
|
+
letter-spacing: var(--theme-letter-spacing-sm);
|
|
4312
|
+
text-decoration: none;
|
|
4313
|
+
-webkit-font-smoothing: antialiased;
|
|
4314
|
+
-moz-osx-font-smooting: grayscale;
|
|
4315
|
+
}
|
|
4316
|
+
|
|
4317
|
+
.typography-display-xxl {
|
|
4318
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4319
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4320
|
+
font-style: normal;
|
|
4321
|
+
font-size: var(--theme-ms-6);
|
|
4322
|
+
line-height: var(--theme-line-height-xs);
|
|
4323
|
+
font-weight: var(--theme-font-weight-bold);
|
|
4324
|
+
letter-spacing: var(--theme-letter-spacing-sm);
|
|
4325
|
+
text-decoration: none;
|
|
4326
|
+
-webkit-font-smoothing: antialiased;
|
|
4327
|
+
-moz-osx-font-smooting: grayscale;
|
|
4328
|
+
}
|
|
4329
|
+
|
|
4330
|
+
h6,
|
|
4331
|
+
.h6,
|
|
4332
|
+
.typography-h6 {
|
|
4333
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4334
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4335
|
+
font-style: normal;
|
|
4336
|
+
font-size: var(--theme-ms--1);
|
|
4337
|
+
line-height: var(--theme-line-height-lg);
|
|
4338
|
+
font-weight: var(--theme-font-weight-bold);
|
|
4339
|
+
letter-spacing: var(--theme-letter-spacing-xl);
|
|
4340
|
+
text-decoration: none;
|
|
4341
|
+
-webkit-font-smoothing: antialiased;
|
|
4342
|
+
-moz-osx-font-smooting: grayscale;
|
|
4343
|
+
}
|
|
4344
|
+
|
|
4345
|
+
h5,
|
|
4346
|
+
.h5,
|
|
4347
|
+
.typography-h5 {
|
|
4348
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4349
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4350
|
+
font-style: normal;
|
|
4351
|
+
font-size: var(--theme-ms-0);
|
|
4352
|
+
line-height: var(--theme-line-height-lg);
|
|
4353
|
+
font-weight: var(--theme-font-weight-bold);
|
|
4354
|
+
letter-spacing: var(--theme-letter-spacing-xl);
|
|
4355
|
+
text-decoration: none;
|
|
4356
|
+
-webkit-font-smoothing: antialiased;
|
|
4357
|
+
-moz-osx-font-smooting: grayscale;
|
|
4358
|
+
}
|
|
4359
|
+
|
|
4360
|
+
h4,
|
|
4361
|
+
.h4,
|
|
4362
|
+
.typography-h4 {
|
|
4363
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4364
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4365
|
+
font-style: normal;
|
|
4366
|
+
font-size: var(--theme-ms-1);
|
|
4367
|
+
line-height: var(--theme-line-height-lg);
|
|
4368
|
+
font-weight: var(--theme-font-weight-bold);
|
|
4369
|
+
letter-spacing: var(--theme-letter-spacing-lg);
|
|
4370
|
+
text-decoration: none;
|
|
4371
|
+
-webkit-font-smoothing: antialiased;
|
|
4372
|
+
-moz-osx-font-smooting: grayscale;
|
|
4373
|
+
}
|
|
4374
|
+
|
|
4375
|
+
h3,
|
|
4376
|
+
.h3,
|
|
4377
|
+
.typography-h3 {
|
|
4378
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4379
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4380
|
+
font-style: normal;
|
|
4381
|
+
font-size: var(--theme-ms-2);
|
|
4382
|
+
line-height: var(--theme-line-height-lg);
|
|
4383
|
+
font-weight: var(--theme-font-weight-bold);
|
|
4384
|
+
letter-spacing: var(--theme-letter-spacing-lg);
|
|
4385
|
+
text-decoration: none;
|
|
4386
|
+
-webkit-font-smoothing: antialiased;
|
|
4387
|
+
-moz-osx-font-smooting: grayscale;
|
|
4388
|
+
}
|
|
4389
|
+
|
|
4390
|
+
h2,
|
|
4391
|
+
.h2,
|
|
4392
|
+
.typography-h2 {
|
|
4393
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4394
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4395
|
+
font-style: normal;
|
|
4396
|
+
font-size: var(--theme-ms-3);
|
|
4397
|
+
line-height: var(--theme-line-height-md);
|
|
4398
|
+
font-weight: var(--theme-font-weight-bold);
|
|
4399
|
+
letter-spacing: var(--theme-letter-spacing-md);
|
|
4400
|
+
text-decoration: none;
|
|
4401
|
+
-webkit-font-smoothing: antialiased;
|
|
4402
|
+
-moz-osx-font-smooting: grayscale;
|
|
4403
|
+
}
|
|
4404
|
+
|
|
4405
|
+
h1,
|
|
4406
|
+
.h1,
|
|
4407
|
+
.typography-h1 {
|
|
4408
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4409
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4410
|
+
font-style: normal;
|
|
4411
|
+
font-size: var(--theme-ms-4);
|
|
4412
|
+
line-height: var(--theme-line-height-sm);
|
|
4413
|
+
font-weight: var(--theme-font-weight-bold);
|
|
4414
|
+
letter-spacing: var(--theme-letter-spacing-md);
|
|
4415
|
+
text-decoration: none;
|
|
4416
|
+
-webkit-font-smoothing: antialiased;
|
|
4417
|
+
-moz-osx-font-smooting: grayscale;
|
|
4418
|
+
}
|
|
4419
|
+
|
|
4420
|
+
.typography-code {
|
|
4421
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4422
|
+
font-family: JetBrainsMono, Courier New, monospace, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4423
|
+
font-style: normal;
|
|
4424
|
+
font-size: var(--theme-ms-0);
|
|
4425
|
+
line-height: var(--theme-line-height-lg);
|
|
4426
|
+
font-weight: var(--theme-font-weight-normal);
|
|
4427
|
+
letter-spacing: var(--theme-letter-spacing-md);
|
|
4428
|
+
text-decoration: none;
|
|
4429
|
+
-webkit-font-smoothing: antialiased;
|
|
4430
|
+
-moz-osx-font-smooting: grayscale;
|
|
4431
|
+
}
|
|
4432
|
+
|
|
4433
|
+
.typography-code-lg {
|
|
4434
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4435
|
+
font-family: JetBrainsMono, Courier New, monospace, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4436
|
+
font-style: normal;
|
|
4437
|
+
font-size: var(--theme-ms-1);
|
|
4438
|
+
line-height: var(--theme-line-height-lg);
|
|
4439
|
+
font-weight: var(--theme-font-weight-normal);
|
|
4440
|
+
letter-spacing: var(--theme-letter-spacing-md);
|
|
4441
|
+
text-decoration: none;
|
|
4442
|
+
-webkit-font-smoothing: antialiased;
|
|
4443
|
+
-moz-osx-font-smooting: grayscale;
|
|
4444
|
+
}
|
|
4445
|
+
|
|
4446
|
+
.typography-code-sm {
|
|
4447
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4448
|
+
font-family: JetBrainsMono, Courier New, monospace, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4449
|
+
font-style: normal;
|
|
4450
|
+
font-size: var(--theme-ms--1);
|
|
4451
|
+
line-height: var(--theme-line-height-lg);
|
|
4452
|
+
font-weight: var(--theme-font-weight-normal);
|
|
4453
|
+
letter-spacing: var(--theme-letter-spacing-xl);
|
|
4454
|
+
text-decoration: none;
|
|
4455
|
+
-webkit-font-smoothing: antialiased;
|
|
4456
|
+
-moz-osx-font-smooting: grayscale;
|
|
4457
|
+
}
|
|
4458
|
+
|
|
4459
|
+
.typography-decoration-none {
|
|
4460
|
+
text-decoration: none !important;
|
|
4461
|
+
}
|
|
4462
|
+
|
|
4463
|
+
.typography-decoration-underline {
|
|
4464
|
+
text-decoration: underline !important;
|
|
4465
|
+
}
|
|
4466
|
+
|
|
4467
|
+
.typography-decoration-line-through {
|
|
4468
|
+
text-decoration: line-through !important;
|
|
4469
|
+
}
|
|
4470
|
+
|
|
4471
|
+
.typography-weight-bold {
|
|
4472
|
+
font-weight: 700 !important;
|
|
4473
|
+
}
|
|
4474
|
+
|
|
4475
|
+
a {
|
|
4476
|
+
color: var(--theme-color-primary);
|
|
4477
|
+
}
|
|
4478
|
+
|
|
4479
|
+
/*
|
|
4480
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
4481
|
+
*
|
|
4482
|
+
* SPDX-License-Identifier: MIT
|
|
4483
|
+
*
|
|
4484
|
+
* This source code is licensed under the MIT license found in the
|
|
4485
|
+
* LICENSE file in the root directory of this source tree.
|
|
4486
|
+
*/
|
|
4487
|
+
/*
|
|
4488
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
4489
|
+
*
|
|
4490
|
+
* SPDX-License-Identifier: MIT
|
|
4491
|
+
*
|
|
4492
|
+
* This source code is licensed under the MIT license found in the
|
|
4493
|
+
* LICENSE file in the root directory of this source tree.
|
|
4494
|
+
*/
|
|
4495
|
+
*,
|
|
4496
|
+
*::before,
|
|
4497
|
+
*::after {
|
|
4498
|
+
box-sizing: border-box;
|
|
4499
|
+
}
|
|
4500
|
+
|
|
4501
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
4502
|
+
:root {
|
|
4503
|
+
scroll-behavior: smooth;
|
|
4504
|
+
}
|
|
4505
|
+
}
|
|
4506
|
+
|
|
4507
|
+
hr {
|
|
4508
|
+
margin: 1rem 0;
|
|
4509
|
+
color: inherit;
|
|
4510
|
+
border: 0;
|
|
4511
|
+
border-top: 1px solid;
|
|
4512
|
+
opacity: 0.25;
|
|
4513
|
+
}
|
|
4514
|
+
|
|
4515
|
+
p {
|
|
4516
|
+
margin-top: 0;
|
|
4517
|
+
margin-bottom: 1rem;
|
|
4518
|
+
}
|
|
4519
|
+
|
|
4520
|
+
h6,
|
|
4521
|
+
.h6,
|
|
4522
|
+
h5,
|
|
4523
|
+
.h5,
|
|
4524
|
+
h4,
|
|
4525
|
+
.h4,
|
|
4526
|
+
h3,
|
|
4527
|
+
.h3,
|
|
4528
|
+
h2,
|
|
4529
|
+
.h2,
|
|
4530
|
+
h1,
|
|
4531
|
+
.h1 {
|
|
4532
|
+
margin-top: 0;
|
|
4533
|
+
margin-bottom: 0.5rem;
|
|
4534
|
+
}
|
|
4535
|
+
|
|
4536
|
+
p {
|
|
4537
|
+
margin-top: 0;
|
|
4538
|
+
margin-bottom: 1rem;
|
|
4539
|
+
}
|
|
4540
|
+
|
|
4541
|
+
abbr[title] {
|
|
4542
|
+
cursor: help;
|
|
4543
|
+
-webkit-text-decoration: underline dotted;
|
|
4544
|
+
text-decoration: underline dotted;
|
|
4545
|
+
-webkit-text-decoration-skip-ink: none;
|
|
4546
|
+
text-decoration-skip-ink: none;
|
|
4547
|
+
}
|
|
4548
|
+
|
|
4549
|
+
address {
|
|
4550
|
+
margin-bottom: 1rem;
|
|
4551
|
+
font-style: normal;
|
|
4552
|
+
line-height: inherit;
|
|
4553
|
+
}
|
|
4554
|
+
|
|
4555
|
+
ol,
|
|
4556
|
+
ul {
|
|
4557
|
+
padding-left: 2rem;
|
|
4558
|
+
}
|
|
4559
|
+
|
|
4560
|
+
ol,
|
|
4561
|
+
ul,
|
|
4562
|
+
dl {
|
|
4563
|
+
margin-top: 0;
|
|
4564
|
+
margin-bottom: 1rem;
|
|
4565
|
+
}
|
|
4566
|
+
|
|
4567
|
+
ol ol,
|
|
4568
|
+
ul ul,
|
|
4569
|
+
ol ul,
|
|
4570
|
+
ul ol {
|
|
4571
|
+
margin-bottom: 0;
|
|
4572
|
+
}
|
|
4573
|
+
|
|
4574
|
+
dt {
|
|
4575
|
+
font-weight: 700;
|
|
4576
|
+
}
|
|
4577
|
+
|
|
4578
|
+
dd {
|
|
4579
|
+
margin-bottom: 0.5rem;
|
|
4580
|
+
margin-left: 0;
|
|
4581
|
+
}
|
|
4582
|
+
|
|
4583
|
+
blockquote {
|
|
4584
|
+
margin: 0 0 1rem;
|
|
4585
|
+
}
|
|
4586
|
+
|
|
4587
|
+
b,
|
|
4588
|
+
strong {
|
|
4589
|
+
font-weight: bolder;
|
|
4590
|
+
}
|
|
4591
|
+
|
|
4592
|
+
small,
|
|
4593
|
+
.small {
|
|
4594
|
+
font-size: 0.875em;
|
|
4595
|
+
}
|
|
4596
|
+
|
|
4597
|
+
mark,
|
|
4598
|
+
.mark {
|
|
4599
|
+
padding: 0.1875em;
|
|
4600
|
+
background-color: var(--theme-color-warning-40);
|
|
4601
|
+
}
|
|
4602
|
+
|
|
4603
|
+
sub,
|
|
4604
|
+
sup {
|
|
4605
|
+
position: relative;
|
|
4606
|
+
font-size: 0.75em;
|
|
4607
|
+
line-height: 0;
|
|
4608
|
+
vertical-align: baseline;
|
|
4609
|
+
}
|
|
4610
|
+
|
|
4611
|
+
sub {
|
|
4612
|
+
bottom: -0.25em;
|
|
4613
|
+
}
|
|
4614
|
+
|
|
4615
|
+
sup {
|
|
4616
|
+
top: -0.5em;
|
|
4617
|
+
}
|
|
4618
|
+
|
|
4619
|
+
a:not([href]):not([class]),
|
|
4620
|
+
a:not([href]):not([class]):hover {
|
|
4621
|
+
color: inherit;
|
|
4622
|
+
text-decoration: none;
|
|
4623
|
+
}
|
|
4624
|
+
|
|
4625
|
+
pre,
|
|
4626
|
+
code,
|
|
4627
|
+
kbd,
|
|
4628
|
+
samp {
|
|
4629
|
+
font-family: var(--theme-font-code);
|
|
4630
|
+
font-size: 1em;
|
|
4631
|
+
}
|
|
4632
|
+
|
|
4633
|
+
pre {
|
|
4634
|
+
display: block;
|
|
4635
|
+
margin-top: 0;
|
|
4636
|
+
margin-bottom: 1rem;
|
|
4637
|
+
overflow: auto;
|
|
4638
|
+
font-size: 0.875em;
|
|
4639
|
+
}
|
|
4640
|
+
|
|
4641
|
+
pre code {
|
|
4642
|
+
font-size: inherit;
|
|
4643
|
+
color: inherit;
|
|
4644
|
+
word-break: normal;
|
|
4645
|
+
}
|
|
4646
|
+
|
|
4647
|
+
code {
|
|
4648
|
+
font-size: 0.875em;
|
|
4649
|
+
word-wrap: break-word;
|
|
4650
|
+
}
|
|
4651
|
+
code a > code {
|
|
4652
|
+
color: inherit;
|
|
4653
|
+
}
|
|
4654
|
+
|
|
4655
|
+
kbd {
|
|
4656
|
+
padding: 0.1875rem 0.375rem;
|
|
4657
|
+
font-size: 0.875em;
|
|
4658
|
+
border-radius: 0.25rem;
|
|
4659
|
+
}
|
|
4660
|
+
|
|
4661
|
+
kbd kbd {
|
|
4662
|
+
padding: 0;
|
|
4663
|
+
font-size: 1em;
|
|
4664
|
+
}
|
|
4665
|
+
|
|
4666
|
+
thead,
|
|
4667
|
+
tbody,
|
|
4668
|
+
tfoot,
|
|
4669
|
+
tr,
|
|
4670
|
+
td,
|
|
4671
|
+
th {
|
|
4672
|
+
border-color: inherit;
|
|
4673
|
+
border-style: solid;
|
|
4674
|
+
border-width: 0;
|
|
4675
|
+
}
|
|
4676
|
+
|
|
4677
|
+
label {
|
|
4678
|
+
display: inline-block;
|
|
4679
|
+
}
|
|
4680
|
+
|
|
4681
|
+
input,
|
|
4682
|
+
button,
|
|
4683
|
+
select,
|
|
4684
|
+
optgroup,
|
|
4685
|
+
textarea {
|
|
4686
|
+
margin: 0;
|
|
4687
|
+
font-family: inherit;
|
|
4688
|
+
line-height: inherit;
|
|
4689
|
+
}
|
|
4690
|
+
|
|
4691
|
+
figure {
|
|
4692
|
+
margin: 0 0 1rem;
|
|
4693
|
+
}
|
|
4694
|
+
|
|
4695
|
+
::-moz-focus-inner {
|
|
4696
|
+
padding: 0;
|
|
4697
|
+
border-style: none;
|
|
4698
|
+
}
|
|
4699
|
+
|
|
4700
|
+
iframe {
|
|
4701
|
+
border: 0;
|
|
4702
|
+
}
|
|
4703
|
+
|
|
4704
|
+
img,
|
|
4705
|
+
svg {
|
|
4706
|
+
vertical-align: middle;
|
|
4707
|
+
}
|
|
4708
|
+
|
|
4709
|
+
summary {
|
|
4710
|
+
display: list-item;
|
|
4711
|
+
cursor: pointer;
|
|
4712
|
+
}
|
|
4713
|
+
|
|
4714
|
+
[hidden] {
|
|
4715
|
+
display: none !important;
|
|
4716
|
+
}
|
|
4717
|
+
|
|
4718
|
+
:root {
|
|
4719
|
+
--animate-duration: 150ms;
|
|
4720
|
+
--bs-font-sans-serif: Siemens Sans, system-ui, -apple-system, "Segoe UI",
|
|
4721
|
+
Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
|
|
4722
|
+
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
4723
|
+
--ix-safe-area-inset-top: 0rem;
|
|
4724
|
+
--ix-safe-area-inset-right: 0rem;
|
|
4725
|
+
--ix-safe-area-inset-bottom: 0rem;
|
|
4726
|
+
--ix-safe-area-inset-left: 0rem;
|
|
4727
|
+
}
|
|
4728
|
+
|
|
4729
|
+
body {
|
|
4730
|
+
font-feature-settings: "clig" off, "liga" off;
|
|
4731
|
+
font-family: Siemens Sans, Siemens Sans, Arial, Helvetica, sans-serif;
|
|
4732
|
+
font-style: normal;
|
|
4733
|
+
font-size: var(--theme-ms-0);
|
|
4734
|
+
line-height: var(--theme-line-height-md);
|
|
4735
|
+
font-weight: var(--theme-font-weight-normal);
|
|
4736
|
+
letter-spacing: var(--theme-letter-spacing-xl);
|
|
4737
|
+
text-decoration: none;
|
|
4738
|
+
-webkit-font-smoothing: antialiased;
|
|
4739
|
+
-moz-osx-font-smooting: grayscale;
|
|
4740
|
+
color: var(--theme-color-std-text);
|
|
4741
|
+
background-color: var(--theme-color-1);
|
|
4742
|
+
margin: 0;
|
|
4743
|
+
}
|
|
4744
|
+
|
|
4745
|
+
body:not(.disable-scrollbar) {
|
|
4746
|
+
/* width */
|
|
4747
|
+
/* Track */
|
|
4748
|
+
/* Handle */
|
|
4749
|
+
/* Handle on hover */
|
|
4750
|
+
}
|
|
4751
|
+
body:not(.disable-scrollbar) ::-webkit-scrollbar-button {
|
|
4752
|
+
display: none;
|
|
4753
|
+
}
|
|
4754
|
+
@-moz-document url-prefix() {
|
|
4755
|
+
body:not(.disable-scrollbar) * {
|
|
4756
|
+
scrollbar-color: var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);
|
|
4757
|
+
scrollbar-width: thin;
|
|
4758
|
+
}
|
|
4759
|
+
}
|
|
4760
|
+
body:not(.disable-scrollbar) ::-webkit-scrollbar {
|
|
4761
|
+
width: 0.5rem;
|
|
4762
|
+
height: 0.5rem;
|
|
4763
|
+
}
|
|
4764
|
+
body:not(.disable-scrollbar) ::-webkit-scrollbar-track {
|
|
4765
|
+
border-radius: 5px;
|
|
4766
|
+
background: var(--theme-scrollbar-track--background);
|
|
4767
|
+
}
|
|
4768
|
+
body:not(.disable-scrollbar) ::-webkit-scrollbar-track:hover {
|
|
4769
|
+
background: var(--theme-scrollbar-track--background--hover);
|
|
4770
|
+
}
|
|
4771
|
+
body:not(.disable-scrollbar) ::-webkit-scrollbar-thumb {
|
|
4772
|
+
border-radius: 5px;
|
|
4773
|
+
background: var(--theme-scrollbar-thumb--background);
|
|
4774
|
+
}
|
|
4775
|
+
body:not(.disable-scrollbar) ::-webkit-scrollbar-thumb:hover {
|
|
4776
|
+
background: var(--theme-scrollbar-thumb--background--hover);
|
|
4777
|
+
}
|
|
4778
|
+
body:not(.disable-scrollbar) ::-webkit-scrollbar-corner {
|
|
4779
|
+
display: none;
|
|
4780
|
+
}
|
|
4781
|
+
|
|
4782
|
+
/* Load embedded theme */
|