@siemens/ix 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/cjs/_commonjsHelpers-1a0c346f.js +23 -0
- package/dist/cjs/animation-dfe01edc.js +19 -0
- package/dist/cjs/anime.es-8822f296.js +1311 -0
- package/dist/cjs/base-button-eb1d47db.js +33 -0
- package/dist/cjs/default-tree-item-4597cd84.js +22 -0
- package/dist/cjs/flip-tile-state-c95639e5.js +18 -0
- package/dist/cjs/index-1e4a348f.js +1849 -0
- package/dist/cjs/index.cjs.js +96 -0
- package/dist/cjs/ix-animated-tab_2.cjs.entry.js +217 -0
- package/dist/cjs/ix-application-header.cjs.entry.js +19 -0
- package/dist/cjs/ix-basic-navigation.cjs.entry.js +44 -0
- package/dist/cjs/ix-blind.cjs.entry.js +89 -0
- package/dist/cjs/ix-breadcrumb_2.cjs.entry.js +155 -0
- package/dist/cjs/ix-button.cjs.entry.js +50 -0
- package/dist/cjs/ix-category-filter.cjs.entry.js +399 -0
- package/dist/cjs/ix-chip.cjs.entry.js +47 -0
- package/dist/cjs/ix-counter-pill.cjs.entry.js +40 -0
- package/dist/cjs/ix-date-picker_2.cjs.entry.js +8881 -0
- package/dist/cjs/ix-date-time-card.cjs.entry.js +36 -0
- package/dist/cjs/ix-datetime-picker.cjs.entry.js +44 -0
- package/dist/cjs/ix-drawer.cjs.entry.js +122 -0
- package/dist/cjs/ix-dropdown_2.cjs.entry.js +203 -0
- package/dist/cjs/ix-event-list_2.cjs.entry.js +151 -0
- package/dist/cjs/ix-expanding-search.cjs.entry.js +91 -0
- package/dist/cjs/ix-filter-chip.cjs.entry.js +30 -0
- package/dist/cjs/ix-flip-tile_2.cjs.entry.js +79 -0
- package/dist/cjs/ix-group_3.cjs.entry.js +174 -0
- package/dist/cjs/ix-icon-button.cjs.entry.js +40 -0
- package/dist/cjs/ix-icon.cjs.entry.js +33 -0
- package/dist/cjs/ix-input-group.cjs.entry.js +40 -0
- package/dist/cjs/ix-kpi.cjs.entry.js +50 -0
- package/dist/cjs/ix-map-navigation_2.cjs.entry.js +190 -0
- package/dist/cjs/ix-menu_9.cjs.entry.js +872 -0
- package/dist/cjs/ix-message-bar.cjs.entry.js +58 -0
- package/dist/cjs/ix-modal-example.cjs.entry.js +24 -0
- package/dist/cjs/ix-modal_2.cjs.entry.js +14 -0
- package/dist/cjs/ix-pill.cjs.entry.js +40 -0
- package/dist/cjs/ix-select_2.cjs.entry.js +309 -0
- package/dist/cjs/ix-spinner.cjs.entry.js +30 -0
- package/dist/cjs/ix-split-button_2.cjs.entry.js +114 -0
- package/dist/cjs/ix-tab-item.cjs.entry.js +67 -0
- package/dist/cjs/ix-tabs.cjs.entry.js +187 -0
- package/dist/cjs/ix-tile.cjs.entry.js +27 -0
- package/dist/cjs/ix-toast_2.cjs.entry.js +155 -0
- package/dist/cjs/ix-toggle.cjs.entry.js +82 -0
- package/dist/cjs/ix-tree_2.cjs.entry.js +690 -0
- package/dist/cjs/ix-upload.cjs.entry.js +139 -0
- package/dist/cjs/ix-validation-tooltip.cjs.entry.js +107 -0
- package/dist/cjs/ix-workflow-step.cjs.entry.js +114 -0
- package/dist/cjs/ix-workflow-steps.cjs.entry.js +83 -0
- package/dist/cjs/loader.cjs.js +21 -0
- package/dist/cjs/logical-filter-operator-467e2faf.js +35 -0
- package/dist/cjs/modal-5be2b1a3.js +221 -0
- package/dist/cjs/modal-utils-5d7bb217.js +42 -0
- package/dist/cjs/mutation-observer-29bedada.js +13 -0
- package/dist/cjs/my-component.cjs.entry.js +19 -0
- package/dist/cjs/popper-d7a0f999.js +1801 -0
- package/dist/cjs/rwd.util-482d41d4.js +42 -0
- package/dist/cjs/siemens-ix.cjs.js +19 -0
- package/dist/cjs/typed-event-8f5a32a2.js +46 -0
- package/dist/cjs/upload-file-state-923b2c65.js +17 -0
- package/dist/collection/collection-manifest.json +258 -0
- package/dist/collection/components/animated-tab/animated-tab.css +14 -0
- package/dist/collection/components/animated-tab/animated-tab.js +59 -0
- package/dist/collection/components/animated-tabs/animated-tabs.css +158 -0
- package/dist/collection/components/animated-tabs/animated-tabs.js +303 -0
- package/dist/collection/components/application-header/application-header.css +29 -0
- package/dist/collection/components/application-header/application-header.js +45 -0
- package/dist/collection/components/basic-navigation/basic-navigation.css +29 -0
- package/dist/collection/components/basic-navigation/basic-navigation.js +91 -0
- package/dist/collection/components/blind/blind.css +146 -0
- package/dist/collection/components/blind/blind.js +152 -0
- package/dist/collection/components/breadcrumb/breadcrumb.css +228 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js +252 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.css +11 -0
- package/dist/collection/components/breadcrumb-item/breadcrumb-item.js +59 -0
- package/dist/collection/components/button/base-button.js +29 -0
- package/dist/collection/components/button/button.css +12 -0
- package/dist/collection/components/button/button.js +192 -0
- package/dist/collection/components/category-filter/category-filter.css +189 -0
- package/dist/collection/components/category-filter/category-filter.js +704 -0
- package/dist/collection/components/category-filter/filter-state.js +10 -0
- package/dist/collection/components/category-filter/input-state.js +17 -0
- package/dist/collection/components/category-filter/logical-filter-operator.js +13 -0
- package/dist/collection/components/chip/chip.css +475 -0
- package/dist/collection/components/chip/chip.js +197 -0
- package/dist/collection/components/counter-pill/counter-pill.css +313 -0
- package/dist/collection/components/counter-pill/counter-pill.js +137 -0
- package/dist/collection/components/date-picker/date-picker.css +222 -0
- package/dist/collection/components/date-picker/date-picker.js +365 -0
- package/dist/collection/components/date-time-card/date-time-card.css +49 -0
- package/dist/collection/components/date-time-card/date-time-card.js +89 -0
- package/dist/collection/components/datetime-picker/datetime-picker.css +35 -0
- package/dist/collection/components/datetime-picker/datetime-picker.js +161 -0
- package/dist/collection/components/drawer/drawer.css +78 -0
- package/dist/collection/components/drawer/drawer.js +300 -0
- package/dist/collection/components/dropdown/dropdown.css +536 -0
- package/dist/collection/components/dropdown/dropdown.js +392 -0
- package/dist/collection/components/dropdown-item/dropdown-item.css +61 -0
- package/dist/collection/components/dropdown-item/dropdown-item.js +187 -0
- package/dist/collection/components/event-list/event-list.css +58 -0
- package/dist/collection/components/event-list/event-list.js +197 -0
- package/dist/collection/components/event-list-item/event-list-item.css +109 -0
- package/dist/collection/components/event-list-item/event-list-item.js +162 -0
- package/dist/collection/components/expanding-search/expanding-search.css +124 -0
- package/dist/collection/components/expanding-search/expanding-search.js +177 -0
- package/dist/collection/components/filter-chip/filter-chip.css +82 -0
- package/dist/collection/components/filter-chip/filter-chip.js +74 -0
- package/dist/collection/components/flip-tile/flip-tile-state.js +16 -0
- package/dist/collection/components/flip-tile/flip-tile.css +143 -0
- package/dist/collection/components/flip-tile/flip-tile.js +125 -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 +23 -0
- package/dist/collection/components/group/group.css +170 -0
- package/dist/collection/components/group/group.js +329 -0
- package/dist/collection/components/group-dropdown-item/group-dropdown-item.css +11 -0
- package/dist/collection/components/group-dropdown-item/group-dropdown-item.js +60 -0
- package/dist/collection/components/group-item/group-item.css +116 -0
- package/dist/collection/components/group-item/group-item.js +200 -0
- package/dist/collection/components/icon/icon.css +45 -0
- package/dist/collection/components/icon/icon.js +91 -0
- package/dist/collection/components/icon-button/icon-button.js +242 -0
- package/dist/collection/components/input-group/input-group.css +27 -0
- package/dist/collection/components/input-group/input-group.js +48 -0
- package/dist/collection/components/kpi/kpi.css +131 -0
- package/dist/collection/components/kpi/kpi.js +151 -0
- package/dist/collection/components/map-navigation/map-navigation.css +161 -0
- package/dist/collection/components/map-navigation/map-navigation.js +355 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +237 -0
- package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +105 -0
- package/dist/collection/components/menu/menu.css +128 -0
- package/dist/collection/components/menu/menu.js +969 -0
- package/dist/collection/components/menu-about/menu-about.css +207 -0
- package/dist/collection/components/menu-about/menu-about.js +188 -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 +42 -0
- package/dist/collection/components/menu-about-news/menu-about-news.css +99 -0
- package/dist/collection/components/menu-about-news/menu-about-news.js +204 -0
- package/dist/collection/components/menu-avatar/menu-avatar.css +91 -0
- package/dist/collection/components/menu-avatar/menu-avatar.js +136 -0
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.css +12 -0
- package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +79 -0
- package/dist/collection/components/menu-item/menu-item.css +140 -0
- package/dist/collection/components/menu-item/menu-item.js +166 -0
- package/dist/collection/components/menu-settings/menu-settings.css +204 -0
- package/dist/collection/components/menu-settings/menu-settings.js +151 -0
- package/dist/collection/components/menu-settings-item/menu-settings-item.css +13 -0
- package/dist/collection/components/menu-settings-item/menu-settings-item.js +42 -0
- package/dist/collection/components/message-bar/message-bar.css +68 -0
- package/dist/collection/components/message-bar/message-bar.js +125 -0
- package/dist/collection/components/modal/modal-utils.js +36 -0
- package/dist/collection/components/modal/modal.css +96 -0
- package/dist/collection/components/modal/modal.js +540 -0
- package/dist/collection/components/modal-container/modal-container.css +14 -0
- package/dist/collection/components/modal-container/modal-container.js +107 -0
- package/dist/collection/components/my-component/example-modal.js +31 -0
- package/dist/collection/components/my-component/my-component.css +34 -0
- package/dist/collection/components/my-component/my-component.js +22 -0
- package/dist/collection/components/pill/pill.css +269 -0
- package/dist/collection/components/pill/pill.js +155 -0
- package/dist/collection/components/select/select.css +176 -0
- package/dist/collection/components/select/select.js +509 -0
- package/dist/collection/components/select-item/select-item.css +14 -0
- package/dist/collection/components/select-item/select-item.js +169 -0
- package/dist/collection/components/spinner/spinner.css +42 -0
- package/dist/collection/components/spinner/spinner.js +137 -0
- package/dist/collection/components/split-button/split-button.css +11 -0
- package/dist/collection/components/split-button/split-button.js +310 -0
- package/dist/collection/components/split-button-item/split-button-item.css +12 -0
- package/dist/collection/components/split-button-item/split-button-item.js +79 -0
- package/dist/collection/components/tab-item/tab-item.css +195 -0
- package/dist/collection/components/tab-item/tab-item.js +219 -0
- package/dist/collection/components/tabs/tabs.css +84 -0
- package/dist/collection/components/tabs/tabs.js +305 -0
- package/dist/collection/components/tile/tile.css +92 -0
- package/dist/collection/components/tile/tile.js +60 -0
- package/dist/collection/components/time-picker/time-picker.css +94 -0
- package/dist/collection/components/time-picker/time-picker.js +274 -0
- package/dist/collection/components/toast/toast-container.js +170 -0
- package/dist/collection/components/toast/toast-utils.js +40 -0
- package/dist/collection/components/toast/toast.css +110 -0
- package/dist/collection/components/toast/toast.js +232 -0
- package/dist/collection/components/toggle/toggle.css +226 -0
- package/dist/collection/components/toggle/toggle.js +263 -0
- package/dist/collection/components/tree/tree-model.js +9 -0
- package/dist/collection/components/tree/tree.css +12 -0
- package/dist/collection/components/tree/tree.js +296 -0
- package/dist/collection/components/tree-item/default-tree-item.js +18 -0
- package/dist/collection/components/tree-item/tree-item.css +80 -0
- package/dist/collection/components/tree-item/tree-item.js +124 -0
- package/dist/collection/components/upload/upload-file-state.js +15 -0
- package/dist/collection/components/upload/upload.css +120 -0
- package/dist/collection/components/upload/upload.js +413 -0
- package/dist/collection/components/utils/animation.js +15 -0
- package/dist/collection/components/utils/button-variants.js +9 -0
- package/dist/collection/components/utils/mutation-observer.js +9 -0
- package/dist/collection/components/utils/notification-color.js +9 -0
- package/dist/collection/components/utils/popover.util.js +33 -0
- package/dist/collection/components/utils/rwd.util.js +37 -0
- package/dist/collection/components/utils/toggle-theme.js +24 -0
- package/dist/collection/components/utils/typed-event.js +42 -0
- package/dist/collection/components/validation-tooltip/validation-tooltip.css +235 -0
- package/dist/collection/components/validation-tooltip/validation-tooltip.js +167 -0
- package/dist/collection/components/workflow-step/workflow-step.css +131 -0
- package/dist/collection/components/workflow-step/workflow-step.js +249 -0
- package/dist/collection/components/workflow-steps/workflow-steps.css +29 -0
- package/dist/collection/components/workflow-steps/workflow-steps.js +182 -0
- package/dist/collection/env.js +9 -0
- package/dist/collection/exports.js +13 -0
- package/dist/collection/index.js +16 -0
- package/dist/collection/utils/test/index.js +9 -0
- package/dist/collection/utils/test/page.js +29 -0
- package/dist/components/_commonjsHelpers.js +19 -0
- package/dist/components/animation.js +17 -0
- package/dist/components/anime.es.js +1309 -0
- package/dist/components/application-header.js +32 -0
- package/dist/components/base-button.js +31 -0
- package/dist/components/button.js +68 -0
- package/dist/components/date-picker.js +268 -0
- package/dist/components/date-time-card.js +49 -0
- package/dist/components/default-tree-item.js +20 -0
- package/dist/components/dropdown-item.js +73 -0
- package/dist/components/dropdown.js +181 -0
- package/dist/components/filter-chip.js +48 -0
- package/dist/components/flip-tile-state.js +18 -0
- package/dist/components/group-item.js +63 -0
- package/dist/components/icon-button.js +68 -0
- package/dist/components/icon.js +47 -0
- package/dist/components/index.d.ts +26 -0
- package/dist/components/index.js +62 -0
- package/dist/components/ix-animated-tab.d.ts +11 -0
- package/dist/components/ix-animated-tab.js +35 -0
- package/dist/components/ix-animated-tabs.d.ts +11 -0
- package/dist/components/ix-animated-tabs.js +229 -0
- package/dist/components/ix-application-header.d.ts +11 -0
- package/dist/components/ix-application-header.js +6 -0
- package/dist/components/ix-basic-navigation.d.ts +11 -0
- package/dist/components/ix-basic-navigation.js +66 -0
- package/dist/components/ix-blind.d.ts +11 -0
- package/dist/components/ix-blind.js +105 -0
- package/dist/components/ix-breadcrumb-item.d.ts +11 -0
- package/dist/components/ix-breadcrumb-item.js +35 -0
- package/dist/components/ix-breadcrumb.d.ts +11 -0
- package/dist/components/ix-breadcrumb.js +180 -0
- package/dist/components/ix-button.d.ts +11 -0
- package/dist/components/ix-button.js +6 -0
- package/dist/components/ix-category-filter.d.ts +11 -0
- package/dist/components/ix-category-filter.js +447 -0
- package/dist/components/ix-chip.d.ts +11 -0
- package/dist/components/ix-chip.js +74 -0
- package/dist/components/ix-counter-pill.d.ts +11 -0
- package/dist/components/ix-counter-pill.js +59 -0
- package/dist/components/ix-date-picker.d.ts +11 -0
- package/dist/components/ix-date-picker.js +6 -0
- package/dist/components/ix-date-time-card.d.ts +11 -0
- package/dist/components/ix-date-time-card.js +6 -0
- package/dist/components/ix-datetime-picker.d.ts +11 -0
- package/dist/components/ix-datetime-picker.js +105 -0
- package/dist/components/ix-drawer.d.ts +11 -0
- package/dist/components/ix-drawer.js +155 -0
- package/dist/components/ix-dropdown-item.d.ts +11 -0
- package/dist/components/ix-dropdown-item.js +6 -0
- package/dist/components/ix-dropdown.d.ts +11 -0
- package/dist/components/ix-dropdown.js +6 -0
- package/dist/components/ix-event-list-item.d.ts +11 -0
- package/dist/components/ix-event-list-item.js +59 -0
- package/dist/components/ix-event-list.d.ts +11 -0
- package/dist/components/ix-event-list.js +135 -0
- package/dist/components/ix-expanding-search.d.ts +11 -0
- package/dist/components/ix-expanding-search.js +123 -0
- package/dist/components/ix-filter-chip.d.ts +11 -0
- package/dist/components/ix-filter-chip.js +6 -0
- package/dist/components/ix-flip-tile-content.d.ts +11 -0
- package/dist/components/ix-flip-tile-content.js +33 -0
- package/dist/components/ix-flip-tile.d.ts +11 -0
- package/dist/components/ix-flip-tile.js +96 -0
- package/dist/components/ix-group-dropdown-item.d.ts +11 -0
- package/dist/components/ix-group-dropdown-item.js +47 -0
- package/dist/components/ix-group-item.d.ts +11 -0
- package/dist/components/ix-group-item.js +6 -0
- package/dist/components/ix-group.d.ts +11 -0
- package/dist/components/ix-group.js +174 -0
- package/dist/components/ix-icon-button.d.ts +11 -0
- package/dist/components/ix-icon-button.js +6 -0
- package/dist/components/ix-icon.d.ts +11 -0
- package/dist/components/ix-icon.js +6 -0
- package/dist/components/ix-input-group.d.ts +11 -0
- package/dist/components/ix-input-group.js +53 -0
- package/dist/components/ix-kpi.d.ts +11 -0
- package/dist/components/ix-kpi.js +75 -0
- package/dist/components/ix-map-navigation-overlay.d.ts +11 -0
- package/dist/components/ix-map-navigation-overlay.js +6 -0
- package/dist/components/ix-map-navigation.d.ts +11 -0
- package/dist/components/ix-map-navigation.js +227 -0
- package/dist/components/ix-menu-about-item.d.ts +11 -0
- package/dist/components/ix-menu-about-item.js +34 -0
- package/dist/components/ix-menu-about-news.d.ts +11 -0
- package/dist/components/ix-menu-about-news.js +78 -0
- package/dist/components/ix-menu-about.d.ts +11 -0
- package/dist/components/ix-menu-about.js +6 -0
- package/dist/components/ix-menu-avatar-item.d.ts +11 -0
- package/dist/components/ix-menu-avatar-item.js +6 -0
- package/dist/components/ix-menu-avatar.d.ts +11 -0
- package/dist/components/ix-menu-avatar.js +83 -0
- package/dist/components/ix-menu-item.d.ts +11 -0
- package/dist/components/ix-menu-item.js +6 -0
- package/dist/components/ix-menu-settings-item.d.ts +11 -0
- package/dist/components/ix-menu-settings-item.js +34 -0
- package/dist/components/ix-menu-settings.d.ts +11 -0
- package/dist/components/ix-menu-settings.js +107 -0
- package/dist/components/ix-menu.d.ts +11 -0
- package/dist/components/ix-menu.js +601 -0
- package/dist/components/ix-message-bar.d.ts +11 -0
- package/dist/components/ix-message-bar.js +88 -0
- package/dist/components/ix-modal-container.d.ts +11 -0
- package/dist/components/ix-modal-container.js +6 -0
- package/dist/components/ix-modal-example.d.ts +11 -0
- package/dist/components/ix-modal-example.js +67 -0
- package/dist/components/ix-modal.d.ts +11 -0
- package/dist/components/ix-modal.js +6 -0
- package/dist/components/ix-pill.d.ts +11 -0
- package/dist/components/ix-pill.js +66 -0
- package/dist/components/ix-select-item.d.ts +11 -0
- package/dist/components/ix-select-item.js +6 -0
- package/dist/components/ix-select.d.ts +11 -0
- package/dist/components/ix-select.js +339 -0
- package/dist/components/ix-spinner.d.ts +11 -0
- package/dist/components/ix-spinner.js +6 -0
- package/dist/components/ix-split-button-item.d.ts +11 -0
- package/dist/components/ix-split-button-item.js +49 -0
- package/dist/components/ix-split-button.d.ts +11 -0
- package/dist/components/ix-split-button.js +135 -0
- package/dist/components/ix-tab-item.d.ts +11 -0
- package/dist/components/ix-tab-item.js +6 -0
- package/dist/components/ix-tabs.d.ts +11 -0
- package/dist/components/ix-tabs.js +6 -0
- package/dist/components/ix-tile.d.ts +11 -0
- package/dist/components/ix-tile.js +42 -0
- package/dist/components/ix-time-picker.d.ts +11 -0
- package/dist/components/ix-time-picker.js +6 -0
- package/dist/components/ix-toast-container.d.ts +11 -0
- package/dist/components/ix-toast-container.js +110 -0
- package/dist/components/ix-toast.d.ts +11 -0
- package/dist/components/ix-toast.js +6 -0
- package/dist/components/ix-toggle.d.ts +11 -0
- package/dist/components/ix-toggle.js +104 -0
- package/dist/components/ix-tree-item.d.ts +11 -0
- package/dist/components/ix-tree-item.js +6 -0
- package/dist/components/ix-tree.d.ts +11 -0
- package/dist/components/ix-tree.js +694 -0
- package/dist/components/ix-upload.d.ts +11 -0
- package/dist/components/ix-upload.js +178 -0
- package/dist/components/ix-validation-tooltip.d.ts +11 -0
- package/dist/components/ix-validation-tooltip.js +124 -0
- package/dist/components/ix-workflow-step.d.ts +11 -0
- package/dist/components/ix-workflow-step.js +142 -0
- package/dist/components/ix-workflow-steps.d.ts +11 -0
- package/dist/components/ix-workflow-steps.js +101 -0
- package/dist/components/logical-filter-operator.js +33 -0
- package/dist/components/luxon.js +8584 -0
- package/dist/components/map-navigation-overlay.js +53 -0
- package/dist/components/menu-about.js +120 -0
- package/dist/components/menu-avatar-item.js +46 -0
- package/dist/components/menu-item.js +65 -0
- package/dist/components/modal-container.js +99 -0
- package/dist/components/modal-utils.js +38 -0
- package/dist/components/modal.js +189 -0
- package/dist/components/mutation-observer.js +11 -0
- package/dist/components/my-component.d.ts +11 -0
- package/dist/components/my-component.js +32 -0
- package/dist/components/popover.util.js +36 -0
- package/dist/components/popper.js +1799 -0
- package/dist/components/rwd.util.js +39 -0
- package/dist/components/select-item.js +71 -0
- package/dist/components/spinner.js +43 -0
- package/dist/components/tab-item.js +86 -0
- package/dist/components/tabs.js +207 -0
- package/dist/components/time-picker.js +140 -0
- package/dist/components/toast.js +119 -0
- package/dist/components/tree-item.js +52 -0
- package/dist/components/typed-event.js +44 -0
- package/dist/components/upload-file-state.js +17 -0
- package/dist/esm/_commonjsHelpers-4bc7200a.js +19 -0
- package/dist/esm/animation-b667a4c4.js +17 -0
- package/dist/esm/anime.es-185e9087.js +1309 -0
- package/dist/esm/base-button-7bfb747f.js +31 -0
- package/dist/esm/default-tree-item-638c435a.js +20 -0
- package/dist/esm/flip-tile-state-28a1f8ce.js +18 -0
- package/dist/esm/index-55cfd20d.js +1819 -0
- package/dist/esm/index.js +64 -0
- package/dist/esm/ix-animated-tab_2.entry.js +212 -0
- package/dist/esm/ix-application-header.entry.js +15 -0
- package/dist/esm/ix-basic-navigation.entry.js +40 -0
- package/dist/esm/ix-blind.entry.js +85 -0
- package/dist/esm/ix-breadcrumb_2.entry.js +150 -0
- package/dist/esm/ix-button.entry.js +46 -0
- package/dist/esm/ix-category-filter.entry.js +395 -0
- package/dist/esm/ix-chip.entry.js +43 -0
- package/dist/esm/ix-counter-pill.entry.js +36 -0
- package/dist/esm/ix-date-picker_2.entry.js +8876 -0
- package/dist/esm/ix-date-time-card.entry.js +32 -0
- package/dist/esm/ix-datetime-picker.entry.js +40 -0
- package/dist/esm/ix-drawer.entry.js +118 -0
- package/dist/esm/ix-dropdown_2.entry.js +198 -0
- package/dist/esm/ix-event-list_2.entry.js +146 -0
- package/dist/esm/ix-expanding-search.entry.js +87 -0
- package/dist/esm/ix-filter-chip.entry.js +26 -0
- package/dist/esm/ix-flip-tile_2.entry.js +74 -0
- package/dist/esm/ix-group_3.entry.js +168 -0
- package/dist/esm/ix-icon-button.entry.js +36 -0
- package/dist/esm/ix-icon.entry.js +29 -0
- package/dist/esm/ix-input-group.entry.js +36 -0
- package/dist/esm/ix-kpi.entry.js +46 -0
- package/dist/esm/ix-map-navigation_2.entry.js +185 -0
- package/dist/esm/ix-menu_9.entry.js +860 -0
- package/dist/esm/ix-message-bar.entry.js +54 -0
- package/dist/esm/ix-modal-example.entry.js +20 -0
- package/dist/esm/ix-modal_2.entry.js +5 -0
- package/dist/esm/ix-pill.entry.js +36 -0
- package/dist/esm/ix-select_2.entry.js +304 -0
- package/dist/esm/ix-spinner.entry.js +26 -0
- package/dist/esm/ix-split-button_2.entry.js +109 -0
- package/dist/esm/ix-tab-item.entry.js +63 -0
- package/dist/esm/ix-tabs.entry.js +183 -0
- package/dist/esm/ix-tile.entry.js +23 -0
- package/dist/esm/ix-toast_2.entry.js +150 -0
- package/dist/esm/ix-toggle.entry.js +78 -0
- package/dist/esm/ix-tree_2.entry.js +685 -0
- package/dist/esm/ix-upload.entry.js +135 -0
- package/dist/esm/ix-validation-tooltip.entry.js +103 -0
- package/dist/esm/ix-workflow-step.entry.js +110 -0
- package/dist/esm/ix-workflow-steps.entry.js +79 -0
- package/dist/esm/loader.js +17 -0
- package/dist/esm/logical-filter-operator-1bf83315.js +33 -0
- package/dist/esm/modal-8ed87a6c.js +218 -0
- package/dist/esm/modal-utils-ec39c1bc.js +38 -0
- package/dist/esm/mutation-observer-379959bb.js +11 -0
- package/dist/esm/my-component.entry.js +15 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/esm/popper-42db9fbd.js +1799 -0
- package/dist/esm/rwd.util-33a69d24.js +39 -0
- package/dist/esm/siemens-ix.js +17 -0
- package/dist/esm/typed-event-dd6c83dd.js +44 -0
- package/dist/esm/upload-file-state-631bb8a2.js +17 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/siemens-ix/index.esm.js +1 -0
- package/dist/siemens-ix/p-03d95feb.entry.js +1 -0
- package/dist/siemens-ix/p-0a12b3df.js +1 -0
- package/dist/siemens-ix/p-0bf04780.js +1 -0
- package/dist/siemens-ix/p-0e315bd7.entry.js +1 -0
- package/dist/siemens-ix/p-1c82637e.js +1 -0
- package/dist/siemens-ix/p-1d30454e.js +1 -0
- package/dist/siemens-ix/p-235606b2.entry.js +1 -0
- package/dist/siemens-ix/p-240d22b6.entry.js +1 -0
- package/dist/siemens-ix/p-2cda7278.entry.js +1 -0
- package/dist/siemens-ix/p-2ce29bcd.entry.js +1 -0
- package/dist/siemens-ix/p-301ddeb7.js +1 -0
- package/dist/siemens-ix/p-3613be96.entry.js +1 -0
- package/dist/siemens-ix/p-37417714.js +1 -0
- package/dist/siemens-ix/p-3f809fb3.entry.js +1 -0
- package/dist/siemens-ix/p-40842bea.entry.js +1 -0
- package/dist/siemens-ix/p-47ea9884.js +1 -0
- package/dist/siemens-ix/p-4ffec6ae.entry.js +1 -0
- package/dist/siemens-ix/p-504927a0.entry.js +1 -0
- package/dist/siemens-ix/p-5990f0cb.entry.js +1 -0
- package/dist/siemens-ix/p-59c81e2a.entry.js +1 -0
- package/dist/siemens-ix/p-5a1dcc74.js +1 -0
- package/dist/siemens-ix/p-5f9f25ef.entry.js +1 -0
- package/dist/siemens-ix/p-61b032bf.entry.js +1 -0
- package/dist/siemens-ix/p-662d756f.entry.js +1 -0
- package/dist/siemens-ix/p-6726f740.entry.js +1 -0
- package/dist/siemens-ix/p-67c2bca6.entry.js +1 -0
- package/dist/siemens-ix/p-6f625f0e.js +1 -0
- package/dist/siemens-ix/p-78df1e46.entry.js +1 -0
- package/dist/siemens-ix/p-7a4c744e.entry.js +1 -0
- package/dist/siemens-ix/p-7d667916.entry.js +1 -0
- package/dist/siemens-ix/p-7ec8a00e.entry.js +1 -0
- package/dist/siemens-ix/p-7f5a2e3c.entry.js +1 -0
- package/dist/siemens-ix/p-810b5232.js +1 -0
- package/dist/siemens-ix/p-81e46337.entry.js +1 -0
- package/dist/siemens-ix/p-8239c3a1.entry.js +1 -0
- package/dist/siemens-ix/p-9d9b8ad1.entry.js +1 -0
- package/dist/siemens-ix/p-ab715295.entry.js +1 -0
- package/dist/siemens-ix/p-b4003026.entry.js +1 -0
- package/dist/siemens-ix/p-bbcee9fb.entry.js +1 -0
- package/dist/siemens-ix/p-bd15d8ca.entry.js +1 -0
- package/dist/siemens-ix/p-bdd294d2.js +1 -0
- package/dist/siemens-ix/p-be1ec062.entry.js +1 -0
- package/dist/siemens-ix/p-c3738ffc.entry.js +1 -0
- package/dist/siemens-ix/p-ca71538c.entry.js +1 -0
- package/dist/siemens-ix/p-caf856f2.entry.js +1 -0
- package/dist/siemens-ix/p-cde8f20e.entry.js +1 -0
- package/dist/siemens-ix/p-d23706a7.js +1 -0
- package/dist/siemens-ix/p-d31bf6db.entry.js +1 -0
- package/dist/siemens-ix/p-da2cae32.js +1 -0
- package/dist/siemens-ix/p-df43662b.entry.js +1 -0
- package/dist/siemens-ix/p-e1f54836.entry.js +1 -0
- package/dist/siemens-ix/p-e4d1a964.entry.js +1 -0
- package/dist/siemens-ix/p-f2636faf.entry.js +1 -0
- package/dist/siemens-ix/p-f6da7e07.entry.js +1 -0
- package/dist/siemens-ix/p-f86fcdf4.js +1 -0
- package/dist/siemens-ix/p-fbe40498.js +1 -0
- package/dist/siemens-ix/p-fe020fa3.entry.js +1 -0
- package/dist/siemens-ix/p-fe5db4d1.entry.js +1 -0
- package/dist/siemens-ix/siemens-ix.css +19243 -0
- package/dist/siemens-ix/siemens-ix.esm.js +1 -0
- package/dist/types/components/animated-tab/animated-tab.d.ts +11 -0
- package/dist/types/components/animated-tabs/animated-tabs.d.ts +44 -0
- package/dist/types/components/application-header/application-header.d.ts +7 -0
- package/dist/types/components/basic-navigation/basic-navigation.d.ts +16 -0
- package/dist/types/components/blind/blind.d.ts +26 -0
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +48 -0
- package/dist/types/components/breadcrumb-item/breadcrumb-item.d.ts +11 -0
- package/dist/types/components/button/base-button.d.ts +13 -0
- package/dist/types/components/button/button.d.ts +34 -0
- package/dist/types/components/category-filter/category-filter.d.ts +129 -0
- package/dist/types/components/category-filter/filter-state.d.ts +9 -0
- package/dist/types/components/category-filter/input-state.d.ts +6 -0
- package/dist/types/components/category-filter/logical-filter-operator.d.ts +4 -0
- package/dist/types/components/chip/chip.d.ts +38 -0
- package/dist/types/components/counter-pill/counter-pill.d.ts +24 -0
- package/dist/types/components/date-picker/date-picker.d.ts +56 -0
- package/dist/types/components/date-time-card/date-time-card.d.ts +14 -0
- package/dist/types/components/datetime-picker/datetime-picker.d.ts +31 -0
- package/dist/types/components/drawer/drawer.d.ts +49 -0
- package/dist/types/components/dropdown/dropdown.d.ts +70 -0
- package/dist/types/components/dropdown-item/dropdown-item.d.ts +33 -0
- package/dist/types/components/event-list/event-list.d.ts +31 -0
- package/dist/types/components/event-list-item/event-list-item.d.ts +34 -0
- package/dist/types/components/expanding-search/expanding-search.d.ts +31 -0
- package/dist/types/components/filter-chip/filter-chip.d.ts +14 -0
- package/dist/types/components/flip-tile/flip-tile-state.d.ts +7 -0
- package/dist/types/components/flip-tile/flip-tile.d.ts +22 -0
- package/dist/types/components/flip-tile-content/flip-tile-content.d.ts +3 -0
- package/dist/types/components/group/group.d.ts +59 -0
- package/dist/types/components/group-dropdown-item/group-dropdown-item.d.ts +11 -0
- package/dist/types/components/group-item/group-item.d.ts +39 -0
- package/dist/types/components/icon/icon.d.ts +15 -0
- package/dist/types/components/icon-button/icon-button.d.ts +51 -0
- package/dist/types/components/input-group/input-group.d.ts +5 -0
- package/dist/types/components/kpi/kpi.d.ts +25 -0
- package/dist/types/components/map-navigation/map-navigation.d.ts +59 -0
- package/dist/types/components/map-navigation-overlay/map-navigation-overlay.d.ts +20 -0
- package/dist/types/components/menu/menu.d.ts +143 -0
- package/dist/types/components/menu-about/menu-about.d.ts +34 -0
- package/dist/types/components/menu-about-item/menu-about-item.d.ts +7 -0
- package/dist/types/components/menu-about-news/menu-about-news.d.ts +36 -0
- package/dist/types/components/menu-avatar/menu-avatar.d.ts +26 -0
- package/dist/types/components/menu-avatar-item/menu-avatar-item.d.ts +17 -0
- package/dist/types/components/menu-item/menu-item.d.ts +31 -0
- package/dist/types/components/menu-settings/menu-settings.d.ts +27 -0
- package/dist/types/components/menu-settings-item/menu-settings-item.d.ts +7 -0
- package/dist/types/components/message-bar/message-bar.d.ts +23 -0
- package/dist/types/components/modal/modal-utils.d.ts +26 -0
- package/dist/types/components/modal/modal.d.ts +99 -0
- package/dist/types/components/modal-container/modal-container.d.ts +15 -0
- package/dist/types/components/my-component/example-modal.d.ts +6 -0
- package/dist/types/components/my-component/my-component.d.ts +3 -0
- package/dist/types/components/pill/pill.d.ts +28 -0
- package/dist/types/components/select/select.d.ts +83 -0
- package/dist/types/components/select-item/select-item.d.ts +31 -0
- package/dist/types/components/spinner/spinner.d.ts +11 -0
- package/dist/types/components/split-button/split-button.d.ts +57 -0
- package/dist/types/components/split-button-item/split-button-item.d.ts +17 -0
- package/dist/types/components/tab-item/tab-item.d.ts +36 -0
- package/dist/types/components/tabs/tabs.d.ts +46 -0
- package/dist/types/components/tile/tile.d.ts +7 -0
- package/dist/types/components/time-picker/time-picker.d.ts +46 -0
- package/dist/types/components/toast/toast-container.d.ts +25 -0
- package/dist/types/components/toast/toast-utils.d.ts +33 -0
- package/dist/types/components/toast/toast.d.ts +39 -0
- package/dist/types/components/toggle/toggle.d.ts +45 -0
- package/dist/types/components/tree/tree-model.d.ts +17 -0
- package/dist/types/components/tree/tree.d.ts +44 -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/upload/upload-file-state.d.ts +6 -0
- package/dist/types/components/upload/upload.d.ts +70 -0
- package/dist/types/components/utils/animation.d.ts +7 -0
- package/dist/types/components/utils/button-variants.d.ts +1 -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/popover.util.d.ts +9 -0
- package/dist/types/components/utils/rwd.util.d.ts +2 -0
- package/dist/types/components/utils/toggle-theme.d.ts +1 -0
- package/dist/types/components/utils/typed-event.d.ts +15 -0
- package/dist/types/components/validation-tooltip/validation-tooltip.d.ts +31 -0
- package/dist/types/components/workflow-step/workflow-step.d.ts +35 -0
- package/dist/types/components/workflow-steps/workflow-steps.d.ts +29 -0
- package/dist/types/components.d.ts +3453 -0
- package/dist/types/env.d.ts +1 -0
- package/dist/types/exports.d.ts +5 -0
- package/dist/types/index.d.ts +11 -0
- package/dist/types/stencil-public-runtime.d.ts +1565 -0
- package/dist/types/utils/test/index.d.ts +1 -0
- package/dist/types/utils/test/page.d.ts +3 -0
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +12 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +10 -0
- package/package.json +86 -0
- package/scss/_common-variables.scss +60 -0
- package/scss/_fonts.scss +70 -0
- package/scss/_z-index.scss +18 -0
- package/scss/components/_button-group.scss +24 -0
- package/scss/components/_buttons.scss +150 -0
- package/scss/components/_checkboxes.scss +177 -0
- package/scss/components/_dropdown.scss +175 -0
- package/scss/components/_forms.scss +146 -0
- package/scss/components/_input-group.scss +34 -0
- package/scss/components/_links.scss +31 -0
- package/scss/components/_modal.scss +41 -0
- package/scss/components/_radiobuttons.scss +169 -0
- package/scss/components/_shadows.scss +35 -0
- package/scss/components/_table.scss +27 -0
- package/scss/ix.scss +95 -0
- package/scss/mixins/_animations.scss +30 -0
- package/scss/mixins/_fonts.scss +166 -0
- package/scss/mixins/_hover.scss +59 -0
- package/scss/mixins/_shadows.scss +12 -0
- package/scss/mixins/_text-truncation.scss +14 -0
- package/scss/theme/_define-theme-colors.scss +22 -0
- package/scss/theme/_define-theme-variable.scss +12 -0
- package/scss/theme/_define-theme.scss +36 -0
- package/scss/theme/_static-colors.scss +19 -0
- package/scss/theme/classic-dark/_sizes.scss +66 -0
- package/scss/theme/classic-dark/_variables.scss +827 -0
- package/scss/theme/classic-dark/index.scss +15 -0
- package/scss/theme/classic-light/_sizes.scss +66 -0
- package/scss/theme/classic-light/_variables.scss +830 -0
- package/scss/theme/classic-light/index.scss +15 -0
- package/src/components/animated-tab/readme.md +24 -0
- package/src/components/animated-tabs/readme.md +32 -0
- package/src/components/application-header/readme.md +21 -0
- package/src/components/basic-navigation/readme.md +22 -0
- package/src/components/blind/readme.md +29 -0
- package/src/components/breadcrumb/readme.md +33 -0
- package/src/components/breadcrumb-item/readme.md +22 -0
- package/src/components/button/readme.md +27 -0
- package/src/components/category-filter/readme.md +40 -0
- package/src/components/chip/readme.md +36 -0
- package/src/components/counter-pill/readme.md +25 -0
- package/src/components/date-picker/readme.md +32 -0
- package/src/components/date-time-card/readme.md +22 -0
- package/src/components/datetime-picker/readme.md +32 -0
- package/src/components/drawer/readme.md +47 -0
- package/src/components/dropdown/readme.md +49 -0
- package/src/components/dropdown-item/readme.md +45 -0
- package/src/components/event-list/readme.md +24 -0
- package/src/components/event-list-item/readme.md +32 -0
- package/src/components/expanding-search/readme.md +32 -0
- package/src/components/filter-chip/readme.md +30 -0
- package/src/components/flip-tile/readme.md +22 -0
- package/src/components/flip-tile-content/readme.md +14 -0
- package/src/components/group/readme.md +36 -0
- package/src/components/group-dropdown-item/readme.md +22 -0
- package/src/components/group-item/readme.md +34 -0
- package/src/components/icon/readme.md +23 -0
- package/src/components/icon-button/readme.md +31 -0
- package/src/components/input-group/readme.md +14 -0
- package/src/components/kpi/readme.md +27 -0
- package/src/components/map-navigation/readme.md +54 -0
- package/src/components/map-navigation-overlay/readme.md +30 -0
- package/src/components/menu/readme.md +86 -0
- package/src/components/menu-about/readme.md +31 -0
- package/src/components/menu-about-item/readme.md +21 -0
- package/src/components/menu-about-news/readme.md +34 -0
- package/src/components/menu-avatar/readme.md +30 -0
- package/src/components/menu-avatar-item/readme.md +29 -0
- package/src/components/menu-item/readme.md +26 -0
- package/src/components/menu-settings/readme.md +30 -0
- package/src/components/menu-settings-item/readme.md +21 -0
- package/src/components/message-bar/readme.md +31 -0
- package/src/components/modal/readme.md +67 -0
- package/src/components/modal-container/readme.md +29 -0
- package/src/components/my-component/readme.md +16 -0
- package/src/components/pill/readme.md +26 -0
- package/src/components/select/readme.md +37 -0
- package/src/components/select-item/readme.md +44 -0
- package/src/components/spinner/readme.md +22 -0
- package/src/components/split-button/readme.md +36 -0
- package/src/components/split-button-item/readme.md +29 -0
- package/src/components/tab-item/readme.md +28 -0
- package/src/components/tabs/readme.md +25 -0
- package/src/components/tile/readme.md +21 -0
- package/src/components/time-picker/readme.md +34 -0
- package/src/components/toast/readme.md +36 -0
- package/src/components/toggle/readme.md +35 -0
- package/src/components/tree/readme.md +32 -0
- package/src/components/tree-item/readme.md +31 -0
- package/src/components/upload/readme.md +51 -0
- package/src/components/validation-tooltip/readme.md +31 -0
- package/src/components/workflow-step/readme.md +28 -0
- package/src/components/workflow-steps/readme.md +33 -0
|
@@ -0,0 +1,827 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* SPDX-FileCopyrightText: 2022 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
|
+
|
|
10
|
+
/*
|
|
11
|
+
* Autogenerated please not edit directly
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
$classic-dark: (
|
|
15
|
+
color-alarm: #fe0137,
|
|
16
|
+
color-critical: #eb780a,
|
|
17
|
+
color-warning: #ffb900,
|
|
18
|
+
color-success: #40c200,
|
|
19
|
+
color-info: #266ce6,
|
|
20
|
+
color-neutral: #879bab,
|
|
21
|
+
color-1: #10181c,
|
|
22
|
+
color-2: #172126,
|
|
23
|
+
color-3: #293339,
|
|
24
|
+
color-4: #3c464b,
|
|
25
|
+
color-5: #555f69,
|
|
26
|
+
color-6: #6e7d89,
|
|
27
|
+
color-7: #879baa,
|
|
28
|
+
color-std-bdr: rgba(235, 240, 245, 0.6),
|
|
29
|
+
color-soft-bdr: rgba(235, 240, 245, 0.4),
|
|
30
|
+
color-weak-bdr: rgba(235, 240, 245, 0.15),
|
|
31
|
+
color-std-text: rgba(255, 255, 255, 0.85),
|
|
32
|
+
color-contrast-text: #fff,
|
|
33
|
+
color-soft-text: rgba(255, 255, 255, 0.6),
|
|
34
|
+
color-weak-text: rgba(255, 255, 255, 0.4),
|
|
35
|
+
color-inv-std-text: rgba(0, 0, 0, 0.75),
|
|
36
|
+
color-inv-contrast-text: #000,
|
|
37
|
+
color-inv-soft-text: rgba(0, 0, 0, 0.55),
|
|
38
|
+
color-inv-weak-text: rgba(0, 0, 0, 0.3),
|
|
39
|
+
color-lightbox: rgba(0, 0, 0, 0.55),
|
|
40
|
+
color-backdrop: rgba(16, 24, 28, 0.85),
|
|
41
|
+
color-input-focus: #00ffb9,
|
|
42
|
+
app-header--color: rgba(255, 255, 255, 0.85),
|
|
43
|
+
app-header--background: #555f69,
|
|
44
|
+
app-header--border-color: rgba(0, 0, 0, 0),
|
|
45
|
+
link-btn--border-color--hover: #41aaaa,
|
|
46
|
+
btn-secondary--background--disabled: rgba(255, 255, 255, 0.25),
|
|
47
|
+
btn-invisible-secondary--background--selected-active: rgba(113, 191, 191, 0.32),
|
|
48
|
+
btn-secondary--color--active: rgba(255, 255, 255, 0.75),
|
|
49
|
+
btn-primary--border-color--hover: rgba(255, 255, 255, 0),
|
|
50
|
+
btn-secondary--color: rgba(255, 255, 255, 0.75),
|
|
51
|
+
btn-invisible-secondary--color: rgba(255, 255, 255, 0.65),
|
|
52
|
+
btn-outline-secondary--background--disabled: rgba(0, 0, 0, 0),
|
|
53
|
+
btn-primary--background--active: #58b4b4,
|
|
54
|
+
btn-invisible-secondary--color--selected: #41aaaa,
|
|
55
|
+
btn-invisible-primary--color--hover: #41aaaa,
|
|
56
|
+
btn-outline-primary--color--hover: #41aaaa,
|
|
57
|
+
btn-outline-secondary--background: #10181c,
|
|
58
|
+
btn-primary--background--disabled: rgba(255, 255, 255, 0.25),
|
|
59
|
+
link-btn--border-color--active: #fff,
|
|
60
|
+
btn-invisible-primary--background: rgba(0, 0, 0, 0),
|
|
61
|
+
btn-outline-primary--background: #10181c,
|
|
62
|
+
btn-outline-secondary--border-color: #6e7d89,
|
|
63
|
+
btn-outline-secondary--border-color--disabled: rgba(255, 255, 255, 0.25),
|
|
64
|
+
btn-outline-secondary--border-color--active: #6e7d89,
|
|
65
|
+
btn-outline-secondary--border-color--hover: #6e7d89,
|
|
66
|
+
link-btn--color: #41aaaa,
|
|
67
|
+
btn-secondary--color--disabled: rgba(255, 255, 255, 0.4),
|
|
68
|
+
btn-primary--border-color--active: rgba(255, 255, 255, 0),
|
|
69
|
+
btn-invisible-secondary--color--hover: rgba(255, 255, 255, 0.85),
|
|
70
|
+
btn-invisible-secondary--color--selected-hover: #41aaaa,
|
|
71
|
+
btn-invisible-primary--color--active: #41aaaa,
|
|
72
|
+
btn-outline-primary--color--active: #41aaaa,
|
|
73
|
+
btn-invisible-secondary--background: rgba(0, 0, 0, 0),
|
|
74
|
+
btn-primary--background--hover: #4cafaf,
|
|
75
|
+
link-btn--color--visited: #41aaaa,
|
|
76
|
+
btn-invisible-primary--background--hover: rgba(255, 255, 255, 0.06),
|
|
77
|
+
btn-outline-primary--background--hover: #1e2529,
|
|
78
|
+
btn-outline-secondary--color: rgba(255, 255, 255, 0.85),
|
|
79
|
+
link-btn--color--hover: #41aaaa,
|
|
80
|
+
btn-secondary--background: #555f69,
|
|
81
|
+
btn-primary--background: #41aaaa,
|
|
82
|
+
btn-primary--color--hover: #000,
|
|
83
|
+
btn-primary--border-color--disabled: rgba(255, 255, 255, 0),
|
|
84
|
+
color-primary: #41aaaa,
|
|
85
|
+
btn-invisible-secondary--color--active: rgba(255, 255, 255, 0.85),
|
|
86
|
+
btn-invisible-secondary--color--selected-active: #41aaaa,
|
|
87
|
+
btn-invisible-primary--color--disabled: rgba(255, 255, 255, 0.4),
|
|
88
|
+
btn-invisible-secondary--background--hover: rgba(255, 255, 255, 0.06),
|
|
89
|
+
link-btn--border-color--visited: rgba(0, 0, 0, 0),
|
|
90
|
+
btn-invisible-primary--background--active: rgba(255, 255, 255, 0.12),
|
|
91
|
+
btn-outline-primary--background--active: #2d3437,
|
|
92
|
+
btn-outline-secondary--color--hover: rgba(255, 255, 255, 0.85),
|
|
93
|
+
link-btn--color--active: #fff,
|
|
94
|
+
btn-secondary--background--hover: #5f6871,
|
|
95
|
+
btn-primary--color--active: #000,
|
|
96
|
+
btn-invisible-secondary--color--disabled: rgba(255, 255, 255, 0.4),
|
|
97
|
+
btn-invisible-secondary--background--selected: rgba(50, 160, 160, 0.25),
|
|
98
|
+
btn-primary--border-color: rgba(255, 255, 255, 0),
|
|
99
|
+
btn-invisible-secondary--background--active: rgba(255, 255, 255, 0.12),
|
|
100
|
+
btn-outline-secondary--background--hover: #1e2529,
|
|
101
|
+
btn-primary--color: #000,
|
|
102
|
+
link-btn--border-color--disabled: rgba(0, 0, 0, 0),
|
|
103
|
+
btn-invisible-primary--background--disabled: rgba(0, 0, 0, 0),
|
|
104
|
+
btn-outline-primary--background--disabled: rgba(0, 0, 0, 0),
|
|
105
|
+
btn-outline-secondary--color--active: rgba(255, 255, 255, 0.85),
|
|
106
|
+
link-btn--border-color: rgba(0, 0, 0, 0),
|
|
107
|
+
btn-outline-primary--color--disabled: rgba(255, 255, 255, 0.4),
|
|
108
|
+
btn-secondary--background--active: #69727b,
|
|
109
|
+
btn-primary--color--disabled: rgba(255, 255, 255, 0.4),
|
|
110
|
+
btn-secondary--color--hover: rgba(255, 255, 255, 0.75),
|
|
111
|
+
btn-invisible-secondary--background--selected-hover: rgba(80, 171, 171, 0.28),
|
|
112
|
+
btn-invisible-secondary--background--disabled: rgba(0, 0, 0, 0),
|
|
113
|
+
btn-outline-secondary--background-active: #2d3437,
|
|
114
|
+
link-btn--color--disabled: rgba(255, 255, 255, 0.4),
|
|
115
|
+
btn-invisible-primary--color: #41aaaa,
|
|
116
|
+
btn-outline-primary--color: #41aaaa,
|
|
117
|
+
btn-outline-secondary--color--disabled: rgba(255, 255, 255, 0.4),
|
|
118
|
+
btn-group-base--background: #10181c,
|
|
119
|
+
btn-group-base--border-color: #41aaaa,
|
|
120
|
+
btn-group-item--background: rgba(0, 0, 0, 0),
|
|
121
|
+
btn-group-item--background--hover: rgba(255, 255, 255, 0.06),
|
|
122
|
+
btn-group-item--background--selected: #41aaaa,
|
|
123
|
+
btn-group-item--color: #41aaaa,
|
|
124
|
+
btn-group-item--color--hover: #41aaaa,
|
|
125
|
+
btn-group-item--color--selected: #000,
|
|
126
|
+
btn-group-item--border-color--selected: rgba(0, 0, 0, 0),
|
|
127
|
+
btn-group-item--border-color--hover: rgba(0, 0, 0, 0),
|
|
128
|
+
btn-group-item--border-color: rgba(0, 0, 0, 0),
|
|
129
|
+
checkbox-unchecked--background: #10181c,
|
|
130
|
+
checkbox-unchecked--border-color: rgba(235, 240, 245, 0.6),
|
|
131
|
+
checkbox-unchecked--background--hover: #20282c,
|
|
132
|
+
checkbox-unchecked--border-color--hover: rgba(235, 240, 245, 0.6),
|
|
133
|
+
checkbox-unchecked--background--active: #31383c,
|
|
134
|
+
checkbox-unchecked--border-color--active: rgba(235, 240, 245, 0.6),
|
|
135
|
+
checkbox-unchecked--background--disabled: rgba(0, 0, 0, 0),
|
|
136
|
+
checkbox-unchecked--border-color--disabled: rgba(255, 255, 255, 0.25),
|
|
137
|
+
checkbox-checked--background: #41aaaa,
|
|
138
|
+
checkbox-checked--border-color: rgba(0, 0, 0, 0),
|
|
139
|
+
checkbox-checked--color: #000,
|
|
140
|
+
checkbox-checked--background--hover: #4eb0b0,
|
|
141
|
+
checkbox-checked--border-color--hover: rgba(0, 0, 0, 0),
|
|
142
|
+
checkbox-checked--color--hover: #000,
|
|
143
|
+
checkbox-checked--background--active: #5bb6b6,
|
|
144
|
+
checkbox-checked--border-color--active: rgba(0, 0, 0, 0),
|
|
145
|
+
checkbox-checked--color--active: #000,
|
|
146
|
+
checkbox-checked--background--disabled: rgba(255, 255, 255, 0.25),
|
|
147
|
+
checkbox-checked--border-color--disabled: rgba(0, 0, 0, 0),
|
|
148
|
+
checkbox-checked--color--disabled: #000,
|
|
149
|
+
checkbox-mixed--background: #10181c,
|
|
150
|
+
checkbox-mixed--border-color: #41aaaa,
|
|
151
|
+
checkbox-mixed--color: #41aaaa,
|
|
152
|
+
checkbox-mixed--background--hover: #20282c,
|
|
153
|
+
checkbox-mixed--border-color--hover: #41aaaa,
|
|
154
|
+
checkbox-mixed--color--hover: #41aaaa,
|
|
155
|
+
checkbox-mixed--background--active: #31383c,
|
|
156
|
+
checkbox-mixed--border-color--active: #41aaaa,
|
|
157
|
+
checkbox-mixed--color--active: #41aaaa,
|
|
158
|
+
checkbox-mixed--background--disabled: rgba(0, 0, 0, 0),
|
|
159
|
+
checkbox-mixed--border-color--disabled: rgba(255, 255, 255, 0.25),
|
|
160
|
+
checkbox-mixed--color--disabled: rgba(255, 255, 255, 0.25),
|
|
161
|
+
checkbox-label--color: rgba(255, 255, 255, 0.85),
|
|
162
|
+
checkbox-label--color--disabled: rgba(255, 255, 255, 0.4),
|
|
163
|
+
ghost--background: rgba(255, 255, 255, 0),
|
|
164
|
+
ghost--background--hover: rgba(255, 255, 255, 0.07),
|
|
165
|
+
ghost--background--active: rgba(255, 255, 255, 0.14),
|
|
166
|
+
radiobtn-unchecked--background: #10181c,
|
|
167
|
+
radiobtn-unchecked--background--hover: #1e2529,
|
|
168
|
+
radiobtn-unchecked--background--active: #2d3437,
|
|
169
|
+
radiobtn-unchecked--background--disabled: #10181c,
|
|
170
|
+
radiobtn-unchecked--border-color: rgba(235, 240, 245, 0.6),
|
|
171
|
+
radiobtn-unchecked--border-color--hover: rgba(235, 240, 245, 0.6),
|
|
172
|
+
radiobtn-unchecked--border-color--active: rgba(235, 240, 245, 0.6),
|
|
173
|
+
radiobtn-unchecked--border-color--disabled: rgba(255, 255, 255, 0.25),
|
|
174
|
+
radiobtn-checked--background: #10181c,
|
|
175
|
+
radiobtn-checked--background--hover: #1e2529,
|
|
176
|
+
radiobtn-checked--background--active: #2d3437,
|
|
177
|
+
radiobtn-checked--background--disabled: #10181c,
|
|
178
|
+
radiobtn-checked--border-color: #41aaaa,
|
|
179
|
+
radiobtn-checked--border-color--hover: #41aaaa,
|
|
180
|
+
radiobtn-checked--border-color--active: #41aaaa,
|
|
181
|
+
radiobtn-checked--border-color--disabled: rgba(255, 255, 255, 0.25),
|
|
182
|
+
radiobtn-checked--color: #41aaaa,
|
|
183
|
+
radiobtn-checked--color--hover: #41aaaa,
|
|
184
|
+
radiobtn-checked--color--active: #41aaaa,
|
|
185
|
+
radiobtn-checked--color--disabled: rgba(255, 255, 255, 0.25),
|
|
186
|
+
radiobtn-label--color: rgba(255, 255, 255, 0.85),
|
|
187
|
+
radiobtn-label--color--disabled: rgba(255, 255, 255, 0.4),
|
|
188
|
+
nav--background: #3e4b51,
|
|
189
|
+
avatar-btn--background: rgba(0, 0, 0, 0),
|
|
190
|
+
avatar-btn--background--hover: rgba(255, 255, 255, 0.07),
|
|
191
|
+
avatar-btn--background--active: rgba(255, 255, 255, 0.14),
|
|
192
|
+
avatar-btn--color: rgba(255, 255, 255, 0.85),
|
|
193
|
+
avatar-btn--color--hover: rgba(255, 255, 255, 0.85),
|
|
194
|
+
avatar-btn--color--active: rgba(255, 255, 255, 0.85),
|
|
195
|
+
nav-item-primary--background: rgba(0, 0, 0, 0),
|
|
196
|
+
nav-item-primary--background--hover: rgba(255, 255, 255, 0.07),
|
|
197
|
+
nav-item-primary--background--active: rgba(255, 255, 255, 0.14),
|
|
198
|
+
nav-item-primary--background--selected: #293339,
|
|
199
|
+
nav-item-primary--border-color: rgba(0, 0, 0, 0),
|
|
200
|
+
nav-item-primary--color: rgba(255, 255, 255, 0.85),
|
|
201
|
+
nav-item-primary-icon--color: rgba(255, 255, 255, 0.85),
|
|
202
|
+
nav-item-primary--border-color--hover: rgba(0, 0, 0, 0),
|
|
203
|
+
nav-item-primary--border-color--active: rgba(0, 0, 0, 0),
|
|
204
|
+
nav-item-primary--border-color--selected: #41aaaa,
|
|
205
|
+
nav-item-primary-icon--color--hover: rgba(255, 255, 255, 0.85),
|
|
206
|
+
nav-item-primary-icon--color--active: rgba(255, 255, 255, 0.85),
|
|
207
|
+
nav-item-primary-icon--color--selected: rgba(255, 255, 255, 0.85),
|
|
208
|
+
nav-item-primary--color--selected: rgba(255, 255, 255, 0.85),
|
|
209
|
+
nav-item-primary--color--active: rgba(255, 255, 255, 0.85),
|
|
210
|
+
nav-item-primary--color--hover: rgba(255, 255, 255, 0.85),
|
|
211
|
+
nav-item-secondary--background: rgba(0, 0, 0, 0),
|
|
212
|
+
nav-item-secondary--background--hover: rgba(255, 255, 255, 0.07),
|
|
213
|
+
nav-item-secondary--background--active: rgba(255, 255, 255, 0.1),
|
|
214
|
+
nav-item-secondary--background--disabled: rgba(0, 0, 0, 0),
|
|
215
|
+
nav-item-secondary--background--selected: #10181c,
|
|
216
|
+
nav-item-secondary--border-color: rgba(0, 0, 0, 0),
|
|
217
|
+
nav-item-secondary--border-color--hover: rgba(0, 0, 0, 0),
|
|
218
|
+
nav-item-secondary--border-color--active: rgba(0, 0, 0, 0),
|
|
219
|
+
nav-item-secondary--border-color--disabled: rgba(0, 0, 0, 0),
|
|
220
|
+
nav-item-secondary--border-color--selected: #41aaaa,
|
|
221
|
+
nav-item-secondary--color: rgba(255, 255, 255, 0.85),
|
|
222
|
+
nav-item-secondary--color--hover: rgba(255, 255, 255, 0.85),
|
|
223
|
+
nav-item-secondary--color--active: rgba(255, 255, 255, 0.85),
|
|
224
|
+
nav-item-secondary--color--disabled: rgba(255, 255, 255, 0.4),
|
|
225
|
+
nav-item-secondary--color--selected: rgba(255, 255, 255, 0.85),
|
|
226
|
+
nav-item-secondary-icon--color: rgba(255, 255, 255, 0.85),
|
|
227
|
+
nav-item-secondary-icon--color--hover: rgba(255, 255, 255, 0.85),
|
|
228
|
+
nav-item-secondary-icon--color--active: rgba(255, 255, 255, 0.85),
|
|
229
|
+
nav-item-secondary-icon--color--disabled: rgba(255, 255, 255, 0.4),
|
|
230
|
+
nav-item-secondary-icon--color--selected: rgba(255, 255, 255, 0.85),
|
|
231
|
+
menu-btn--color: rgba(255, 255, 255, 0.85),
|
|
232
|
+
menu-btn--color--hover: rgba(255, 255, 255, 0.85),
|
|
233
|
+
menu-btn--color--active: rgba(255, 255, 255, 0.85),
|
|
234
|
+
menu-btn--background: rgba(0, 0, 0, 0),
|
|
235
|
+
menu-btn--background--hover: rgba(255, 255, 255, 0.06),
|
|
236
|
+
menu-btn--background--active: rgba(255, 255, 255, 0.12),
|
|
237
|
+
avatar--background: rgba(255, 255, 255, 0.3),
|
|
238
|
+
avatar--color: #fff,
|
|
239
|
+
input--color: rgba(255, 255, 255, 0.85),
|
|
240
|
+
input--color--disabled: rgba(255, 255, 255, 0.4),
|
|
241
|
+
input-hint--color: rgba(255, 255, 255, 0.6),
|
|
242
|
+
input--background: #10181c,
|
|
243
|
+
input--border-color: rgba(235, 240, 245, 0.6),
|
|
244
|
+
input--background--hover: #10181c,
|
|
245
|
+
input--border-color--hover: rgba(235, 240, 245, 0.6),
|
|
246
|
+
input--background--focus: #10181c,
|
|
247
|
+
input--border-color--focus: #41aaaa,
|
|
248
|
+
input--background--readonly: rgba(0, 0, 0, 0),
|
|
249
|
+
input--border-color--readonly: rgba(0, 0, 0, 0),
|
|
250
|
+
input--border-color-bottom--readonly: rgba(235, 240, 245, 0.4),
|
|
251
|
+
input--background--disabled: rgba(0, 0, 0, 0),
|
|
252
|
+
input--border-color--disabled: rgba(0, 0, 0, 0),
|
|
253
|
+
input--border-color-bottom--disabled: rgba(255, 255, 255, 0.25),
|
|
254
|
+
input-error--background: #310006,
|
|
255
|
+
input-error--border-color: #ff2640,
|
|
256
|
+
input-error-icon--color: #ff2640,
|
|
257
|
+
blind-base--background: #10181c,
|
|
258
|
+
blind-base--border-color: rgba(235, 240, 245, 0.15),
|
|
259
|
+
blind-header-closed--background: rgba(0, 0, 0, 0),
|
|
260
|
+
blind-header-closed--color: rgba(255, 255, 255, 0.85),
|
|
261
|
+
blind-header-icon-closed--color: rgba(255, 255, 255, 0.85),
|
|
262
|
+
blind-header-closed--background--hover: rgba(255, 255, 255, 0.07),
|
|
263
|
+
blind-header-closed--color--hover: rgba(255, 255, 255, 0.85),
|
|
264
|
+
blind-header-icon-closed--color--hover: rgba(255, 255, 255, 0.85),
|
|
265
|
+
blind-header-closed--background--active: rgba(255, 255, 255, 0.14),
|
|
266
|
+
blind-header-closed--color--active: rgba(255, 255, 255, 0.85),
|
|
267
|
+
blind-header-icon-closed--color--active: rgba(255, 255, 255, 0.85),
|
|
268
|
+
blind-header-open--background: rgba(0, 0, 0, 0),
|
|
269
|
+
blind-header-open--color: rgba(255, 255, 255, 0.85),
|
|
270
|
+
blind-header-icon-open--color: rgba(255, 255, 255, 0.85),
|
|
271
|
+
blind-header-open--background--hover: rgba(255, 255, 255, 0.07),
|
|
272
|
+
blind-header-open--color--hover: rgba(255, 255, 255, 0.85),
|
|
273
|
+
blind-header-icon-open--color--hover: rgba(255, 255, 255, 0.85),
|
|
274
|
+
blind-header-open--background--active: rgba(255, 255, 255, 0.14),
|
|
275
|
+
blind-header-open--color--active: rgba(255, 255, 255, 0.85),
|
|
276
|
+
blind-header-icon-open--color--active: rgba(255, 255, 255, 0.85),
|
|
277
|
+
breadcrumb-btn-last--color: rgba(255, 255, 255, 0.75),
|
|
278
|
+
breadcrumb-btn--background: rgba(135, 155, 170, 0.25),
|
|
279
|
+
breadcrumb-btn--background--hover: rgba(161, 180, 194, 0.3),
|
|
280
|
+
breadcrumb-btn--background--active: rgba(179, 192, 202, 0.36),
|
|
281
|
+
breadcrumb-btn--color: rgba(255, 255, 255, 0.85),
|
|
282
|
+
breadcrumb-btn--color--hover: rgba(255, 255, 255, 0.85),
|
|
283
|
+
breadcrumb-btn--color--active: rgba(255, 255, 255, 0.85),
|
|
284
|
+
breadcrumb-btn-arrow--color: rgba(255, 255, 255, 0.85),
|
|
285
|
+
breadcrumb-btn-arrow--color--hover: rgba(255, 255, 255, 0.85),
|
|
286
|
+
breadcrumb-btn-arrow--color--active: rgba(255, 255, 255, 0.85),
|
|
287
|
+
breadcrumb-ghost-last--color: rgba(255, 255, 255, 0.6),
|
|
288
|
+
breadcrumb-ghost--background: rgba(0, 0, 0, 0),
|
|
289
|
+
breadcrumb-ghost--background--hover: rgba(255, 255, 255, 0.07),
|
|
290
|
+
breadcrumb-ghost--background--active: rgba(255, 255, 255, 0.14),
|
|
291
|
+
breadcrumb-ghost--color: #41aaaa,
|
|
292
|
+
breadcrumb-ghost--color--hover: #41aaaa,
|
|
293
|
+
breadcrumb-ghost--color--active: #41aaaa,
|
|
294
|
+
breadcrumb-ghost-arrow--color: #41aaaa,
|
|
295
|
+
breadcrumb-ghost-arrow--color--hover: #41aaaa,
|
|
296
|
+
breadcrumb-ghost-arrow--color--active: #41aaaa,
|
|
297
|
+
btn-group-item--background--active: rgba(255, 255, 255, 0.12),
|
|
298
|
+
btn-group--item--border-color--active: rgba(0, 0, 0, 0),
|
|
299
|
+
btn-group-item--color--active: #41aaaa,
|
|
300
|
+
color-success--hover: #41a212,
|
|
301
|
+
color-success--active: #4fa924,
|
|
302
|
+
color-success--contrast: #000,
|
|
303
|
+
color-alarm--hover: #de123f,
|
|
304
|
+
color-alarm--active: #e0244e,
|
|
305
|
+
color-alarm--contrast: #fff,
|
|
306
|
+
color-critical--hover: #ec811b,
|
|
307
|
+
color-critical--active: #ed8b2c,
|
|
308
|
+
color-critical--contrast: #000,
|
|
309
|
+
color-warning--hover: #ffbd12,
|
|
310
|
+
color-warning--active: #ffc224,
|
|
311
|
+
color-warning--contrast: #000,
|
|
312
|
+
color-info--hover: #2d60b8,
|
|
313
|
+
color-info--active: #3d6cbd,
|
|
314
|
+
color-info--contrast: #fff,
|
|
315
|
+
color-neutral--hover: #8fa2b0,
|
|
316
|
+
color-neutral--active: #97a9b6,
|
|
317
|
+
color-neutral--contrast: #000,
|
|
318
|
+
color-primary--hover: #4eb0b0,
|
|
319
|
+
color-primary--active: #5bb6b6,
|
|
320
|
+
color-primary--contrast: #000,
|
|
321
|
+
chip-outline--background: #10181c,
|
|
322
|
+
chip-outline--background--active: #31383c,
|
|
323
|
+
chip-outline--color: rgba(255, 255, 255, 0.85),
|
|
324
|
+
chip-close-btn--background--hover: rgba(255, 255, 255, 0.07),
|
|
325
|
+
chip-close-btn--background: rgba(0, 0, 0, 0),
|
|
326
|
+
chip-close-btn--background--active: rgba(255, 255, 255, 0.14),
|
|
327
|
+
chip--background: #293339,
|
|
328
|
+
chip--background--hover: #384146,
|
|
329
|
+
chip--background--active: #474f54,
|
|
330
|
+
chip--color: #fff,
|
|
331
|
+
chip-close-btn--color: rgba(255, 255, 255, 0.85),
|
|
332
|
+
pill-outline--color: rgba(255, 255, 255, 0.85),
|
|
333
|
+
pill-outline--background: #10181c,
|
|
334
|
+
chip-primary--background: #41aaaa,
|
|
335
|
+
chip-primary--background--hover: #4eb0b0,
|
|
336
|
+
chip-primary--background--active: #5bb6b6,
|
|
337
|
+
chip-primary--color: #000,
|
|
338
|
+
chip-primary--color--hover: #000,
|
|
339
|
+
chip-primary--color--active: #000,
|
|
340
|
+
chip-primary-outline--background: #10181c,
|
|
341
|
+
chip-primary-outline--background--hover: #20282c,
|
|
342
|
+
chip-primary-outline--background--active: #31383c,
|
|
343
|
+
chip-primary-outline--background--display: #10181c,
|
|
344
|
+
chip-primary-outline--border-color: #41aaaa,
|
|
345
|
+
chip-primary-outline--border-color--hover: #41aaaa,
|
|
346
|
+
chip-primary-outline--border-color--active: #41aaaa,
|
|
347
|
+
chip-primary-outline--border-color--display: rgba(255, 255, 255, 0.85),
|
|
348
|
+
chip-primary-outline--color: #41aaaa,
|
|
349
|
+
chip-primary-outline--color--hover: #41aaaa,
|
|
350
|
+
chip-primary-outline--color--active: #41aaaa,
|
|
351
|
+
chip-primary-outline--color--display: rgba(255, 255, 255, 0.85),
|
|
352
|
+
app-header-logo--color: #fff,
|
|
353
|
+
chip-outline--background--hover: #20282c,
|
|
354
|
+
menu-header--color: rgba(255, 255, 255, 0.6),
|
|
355
|
+
menu-item--background: rgba(0, 0, 0, 0),
|
|
356
|
+
menu-item--background--hover: rgba(255, 255, 255, 0.07),
|
|
357
|
+
menu-item--background--active: rgba(255, 255, 255, 0.14),
|
|
358
|
+
menu-item--background--disabled: rgba(0, 0, 0, 0),
|
|
359
|
+
menu-item--color: rgba(255, 255, 255, 0.85),
|
|
360
|
+
menu-item--color--hover: rgba(255, 255, 255, 0.85),
|
|
361
|
+
menu-item--color--active: rgba(255, 255, 255, 0.85),
|
|
362
|
+
menu-item--color--disabled: rgba(255, 255, 255, 0.4),
|
|
363
|
+
menu-separator--background: rgba(235, 240, 245, 0.15),
|
|
364
|
+
menu--background: #10181c,
|
|
365
|
+
menu--border-color: rgba(235, 240, 245, 0.4),
|
|
366
|
+
menu-item-arrow--color: rgba(255, 255, 255, 0.85),
|
|
367
|
+
menu-item-arrow--color--hover: rgba(255, 255, 255, 0.85),
|
|
368
|
+
menu-item-arrow--color--active: rgba(255, 255, 255, 0.85),
|
|
369
|
+
menu-item-arrow--color--disabled: rgba(255, 255, 255, 0.4),
|
|
370
|
+
menu-item-check--color: rgba(255, 255, 255, 0.85),
|
|
371
|
+
menu-item-check--color--hover: rgba(255, 255, 255, 0.85),
|
|
372
|
+
menu-item-check--color--active: rgba(255, 255, 255, 0.85),
|
|
373
|
+
menu-item-check--color--disabled: rgba(255, 255, 255, 0.4),
|
|
374
|
+
select-list--background: #10181c,
|
|
375
|
+
select-list--border-color: rgba(235, 240, 245, 0.4),
|
|
376
|
+
select-list-item--background: rgba(0, 0, 0, 0),
|
|
377
|
+
select-list-item--background--hover: rgba(255, 255, 255, 0.07),
|
|
378
|
+
select-list-item--background--active: rgba(255, 255, 255, 0.14),
|
|
379
|
+
select-list-item--background--selected: rgba(50, 160, 160, 0.25),
|
|
380
|
+
select-list-item--background--disabled: rgba(0, 0, 0, 0),
|
|
381
|
+
select-list-item--color: rgba(255, 255, 255, 0.85),
|
|
382
|
+
select-list-item--color--hover: rgba(255, 255, 255, 0.85),
|
|
383
|
+
select-list-item--color--active: rgba(255, 255, 255, 0.85),
|
|
384
|
+
select-list-item--color--selected: rgba(255, 255, 255, 0.85),
|
|
385
|
+
select-list-item--color--disabled: rgba(255, 255, 255, 0.4),
|
|
386
|
+
select-list-item--background--selected-hover: rgba(104, 217, 217, 0.25),
|
|
387
|
+
select-list-item--background--selected-active: rgba(153, 230, 230, 0.3),
|
|
388
|
+
select-list-item--background--selected-disabled: rgba(0, 0, 0, 0),
|
|
389
|
+
select-list-item--color--selected-hover: rgba(255, 255, 255, 0.85),
|
|
390
|
+
select-list-item--color--selected-active: rgba(255, 255, 255, 0.85),
|
|
391
|
+
select-list-item--color--selected-disabled: rgba(255, 255, 255, 0.4),
|
|
392
|
+
select-list-item-check--color: rgba(255, 255, 255, 0.85),
|
|
393
|
+
select-list-item-check--color--hover: rgba(255, 255, 255, 0.85),
|
|
394
|
+
select-list-item-check--color--active: rgba(255, 255, 255, 0.85),
|
|
395
|
+
select-list-item-check--color--disabled: rgba(255, 255, 255, 0.4),
|
|
396
|
+
menu-item-icon--color: rgba(255, 255, 255, 0.85),
|
|
397
|
+
menu-item-icon--color--hover: rgba(255, 255, 255, 0.85),
|
|
398
|
+
menu-item-icon--color--active: rgba(255, 255, 255, 0.85),
|
|
399
|
+
menu-item-icon--color--disabled: rgba(255, 255, 255, 0.4),
|
|
400
|
+
tab--background: rgba(0, 0, 0, 0),
|
|
401
|
+
tab--background--hover: rgba(255, 255, 255, 0.07),
|
|
402
|
+
tab--background--active: rgba(255, 255, 255, 0.14),
|
|
403
|
+
tab--background--selected: rgba(0, 0, 0, 0),
|
|
404
|
+
tab--background--disabled: rgba(0, 0, 0, 0),
|
|
405
|
+
tab-indicator--background: rgba(255, 255, 255, 0),
|
|
406
|
+
tab-indicator--background--hover: #6e7d89,
|
|
407
|
+
tab-indicator--background--active: #6e7d89,
|
|
408
|
+
tab-indicator--background--selected: #41aaaa,
|
|
409
|
+
tab-indicator--background--disabled: rgba(255, 255, 255, 0),
|
|
410
|
+
animated-tab-indicator--background: rgba(255, 255, 255, 0),
|
|
411
|
+
animated-tab-indicator--background--hover: rgba(255, 255, 255, 0),
|
|
412
|
+
animated-tab-indicator--background--active: rgba(255, 255, 255, 0),
|
|
413
|
+
animated-tab-indicator--background--selected: #41aaaa,
|
|
414
|
+
animated-tab-indicator--background--disabled: rgba(255, 255, 255, 0),
|
|
415
|
+
tab--color: rgba(255, 255, 255, 0.6),
|
|
416
|
+
tab--color--hover: rgba(255, 255, 255, 0.6),
|
|
417
|
+
tab--color--active: rgba(255, 255, 255, 0.6),
|
|
418
|
+
tab--color--selected: #41aaaa,
|
|
419
|
+
tab--color--disabled: rgba(255, 255, 255, 0.4),
|
|
420
|
+
tab-icon--color: rgba(255, 255, 255, 0.6),
|
|
421
|
+
tab-icon--color--hover: rgba(255, 255, 255, 0.6),
|
|
422
|
+
tab-icon--color--active: rgba(255, 255, 255, 0.6),
|
|
423
|
+
tab-icon--color--selected: #41aaaa,
|
|
424
|
+
tab-icon--color--disabled: rgba(255, 255, 255, 0.4),
|
|
425
|
+
animated-tab-icon--color: rgba(255, 255, 255, 0.6),
|
|
426
|
+
animated-tab-icon--color--hover: rgba(255, 255, 255, 0.6),
|
|
427
|
+
animated-tab-icon--color--active: rgba(255, 255, 255, 0.6),
|
|
428
|
+
animated-tab-icon--color--selected: #000,
|
|
429
|
+
animated-tab-icon--color--disabled: rgba(255, 255, 255, 0.45),
|
|
430
|
+
animated-tab-circle--background: #10181c,
|
|
431
|
+
animated-tab-circle--background--hover: #1e2529,
|
|
432
|
+
animated-tab-circle--background--active: #2d3437,
|
|
433
|
+
animated-tab-circle--background--selected: #41aaaa,
|
|
434
|
+
animated-tab-circle--background--disabled: rgba(16, 24, 28, 0.6),
|
|
435
|
+
animated-tab-circle--border-color: rgba(235, 240, 245, 0.4),
|
|
436
|
+
animated-tab-circle--border-color--hover: rgba(235, 240, 245, 0.4),
|
|
437
|
+
animated-tab-circle--border-color--active: rgba(235, 240, 245, 0.4),
|
|
438
|
+
animated-tab-circle--border-color--selected: rgba(0, 0, 0, 0),
|
|
439
|
+
animated-tab-circle--border-color--disabled: rgba(235, 240, 245, 0.15),
|
|
440
|
+
tab-pill--border-color: rgba(235, 240, 245, 0.4),
|
|
441
|
+
tab-pill--border-color--hover: rgba(235, 240, 245, 0.4),
|
|
442
|
+
tab-pill--border-color--active: rgba(235, 240, 245, 0.4),
|
|
443
|
+
tab-pill--border-color--selected: #41aaaa,
|
|
444
|
+
tab-pill--border-color--disabled: rgba(235, 240, 245, 0.15),
|
|
445
|
+
switch-mixed--border-color--disabled: rgba(0, 0, 0, 0),
|
|
446
|
+
switch-off--background--disabled: rgba(255, 255, 255, 0.28),
|
|
447
|
+
switch-on--background--active: #172126,
|
|
448
|
+
switch-thumb-on--border-color--disabled: rgba(0, 0, 0, 0),
|
|
449
|
+
switch-thumb-on--border-color--active: #aad3d6,
|
|
450
|
+
switch-mixed--background--active: #172126,
|
|
451
|
+
switch-thumb-mixed--background: #10181c,
|
|
452
|
+
switch-thumb-mixed--background--active: #2d3437,
|
|
453
|
+
switch-mixed--background--disabled: rgba(255, 255, 255, 0.28),
|
|
454
|
+
switch-on--border-color--disabled: rgba(0, 0, 0, 0),
|
|
455
|
+
switch-thumb-on--background--hover: #4cafaf,
|
|
456
|
+
switch-off--background: #172126,
|
|
457
|
+
switch-thumb-off--background--disabled: #172126,
|
|
458
|
+
switch-mixed--border-color: #6b7378,
|
|
459
|
+
switch-mixed--background--hover: #172126,
|
|
460
|
+
switch-off--border-color--disabled: rgba(255, 255, 255, 0),
|
|
461
|
+
switch-mixed--border-color--active: #6b7378,
|
|
462
|
+
switch-thumb-on--border-color: #aad3d6,
|
|
463
|
+
switch-thumb-off--background: #10181c,
|
|
464
|
+
switch-thumb-mixed--border-color: #989ea2,
|
|
465
|
+
switch-thumb-mixed--border-color--disabled: #667884,
|
|
466
|
+
switch-thumb-mixed--border-color--hover: #989ea2,
|
|
467
|
+
switch-thumb-on--background--disabled: #a9bdd1,
|
|
468
|
+
switch-thumb-mixed--border-color--active: #989ea2,
|
|
469
|
+
switch-thumb-on--background: #41aaaa,
|
|
470
|
+
switch-mixed--border-color--hover: #6b7378,
|
|
471
|
+
switch-thumb-mixed--background--disabled: #172126,
|
|
472
|
+
switch-mixed--background: #172126,
|
|
473
|
+
switch-thumb-mixed--background--hover: #1e2529,
|
|
474
|
+
switch-on--background--disabled: rgba(255, 255, 255, 0.28),
|
|
475
|
+
switch-off--border-color: #6b7378,
|
|
476
|
+
switch-off--border-color--hover: #6b7378,
|
|
477
|
+
switch-on--background--hover: #172126,
|
|
478
|
+
switch-thumb-off--border-color--active: #989ea2,
|
|
479
|
+
switch-on--border-color--active: #6b7378,
|
|
480
|
+
switch-thumb-on--background--active: #58b4b4,
|
|
481
|
+
switch-off--background--hover: #172126,
|
|
482
|
+
switch-thumb-off--border-color--hover: #989ea2,
|
|
483
|
+
switch-thumb-off--background--active: #2d3437,
|
|
484
|
+
switch-off--background--active: #172126,
|
|
485
|
+
switch-on--border-color: #6b7378,
|
|
486
|
+
switch-thumb-off--border-color--disabled: #667884,
|
|
487
|
+
switch-thumb-off--background--hover: #1e2529,
|
|
488
|
+
switch-thumb-off--border-color: #989ea2,
|
|
489
|
+
switch-on--border-color--hover: #6b7378,
|
|
490
|
+
switch-off--border-color--active: #6b7378,
|
|
491
|
+
switch-thumb-on--border-color--hover: #aad3d6,
|
|
492
|
+
switch-on--background: #172126,
|
|
493
|
+
switch--color--hover: rgba(255, 255, 255, 0.85),
|
|
494
|
+
switch--color--active: rgba(255, 255, 255, 0.85),
|
|
495
|
+
switch--color--disabled: rgba(255, 255, 255, 0.45),
|
|
496
|
+
switch--color: rgba(255, 255, 255, 0.85),
|
|
497
|
+
map-navigation-logo--color: rgba(255, 255, 255, 0.85),
|
|
498
|
+
map-navigation-header--color: rgba(255, 255, 255, 0.85),
|
|
499
|
+
map-navigation--background: #293339,
|
|
500
|
+
map-navigation-separator--background: rgba(235, 240, 245, 0.4),
|
|
501
|
+
btn-invisible-primary--border-color: rgba(255, 255, 255, 0),
|
|
502
|
+
btn-invisible-primary--border-color--hover: rgba(255, 255, 255, 0),
|
|
503
|
+
btn-invisible-primary--border-color--active: rgba(255, 255, 255, 0),
|
|
504
|
+
btn-invisible-primary--border-color--disabled: rgba(255, 255, 255, 0),
|
|
505
|
+
btn-secondary--border-color: rgba(255, 255, 255, 0),
|
|
506
|
+
btn-secondary--border-color--hover: rgba(255, 255, 255, 0),
|
|
507
|
+
btn-secondary--border-color--active: rgba(255, 255, 255, 0),
|
|
508
|
+
btn-secondary--border-color--disabled: rgba(255, 255, 255, 0),
|
|
509
|
+
btn-invisible-secondary--border-color: rgba(255, 255, 255, 0),
|
|
510
|
+
btn-invisible-secondary--border-color--hover: rgba(255, 255, 255, 0),
|
|
511
|
+
btn-invisible-secondary--border-color--active: rgba(255, 255, 255, 0),
|
|
512
|
+
btn-invisible-secondary--border-color--disabled: rgba(255, 255, 255, 0),
|
|
513
|
+
btn-invisible-secondary--border-color--selected: rgba(255, 255, 255, 0),
|
|
514
|
+
btn-invisible-secondary--border-color--selected-hover: rgba(255, 255, 255, 0),
|
|
515
|
+
btn-invisible-secondary--border-color--selected-active: rgba(255, 255, 255, 0),
|
|
516
|
+
overlay--background: rgba(16, 24, 28, 0.85),
|
|
517
|
+
overlay-header--background: #293339,
|
|
518
|
+
overlay-header--color: rgba(255, 255, 255, 0.85),
|
|
519
|
+
nav-overlay-header--color: rgba(255, 255, 255, 0.85),
|
|
520
|
+
nav-overlay--background: rgba(16, 24, 28, 0.85),
|
|
521
|
+
color-alarm-10: rgba(220, 0, 49, 0.1),
|
|
522
|
+
color-alarm-40: rgba(220, 0, 49, 0.4),
|
|
523
|
+
color-critical-40: rgba(235, 120, 10, 0.4),
|
|
524
|
+
color-warning-10: rgba(255, 185, 0, 0.1),
|
|
525
|
+
color-warning-40: rgba(255, 185, 0, 0.4),
|
|
526
|
+
color-success-40: rgba(51, 155, 0, 0.4),
|
|
527
|
+
color-info-40: rgba(30, 84, 179, 0.4),
|
|
528
|
+
color-neutral-40: rgba(135, 155, 171, 0.4),
|
|
529
|
+
chart-tooltip-bdr: rgba(255, 255, 255, 0.2),
|
|
530
|
+
chart-ticks: rgba(255, 255, 255, 0.3),
|
|
531
|
+
chart-tooltip-fill: rgba(0, 0, 0, 0.8),
|
|
532
|
+
chart-grid-lines: rgba(255, 255, 255, 0.1),
|
|
533
|
+
chart-grid-fill: #10181c,
|
|
534
|
+
chart-axes: rgba(255, 255, 255, 0.3),
|
|
535
|
+
input-unit--color: rgba(255, 255, 255, 0.6),
|
|
536
|
+
input-search-icon--color: rgba(255, 255, 255, 0.85),
|
|
537
|
+
input-search-icon--color--hover: rgba(255, 255, 255, 0.85),
|
|
538
|
+
input-search-icon--color--focus: rgba(255, 255, 255, 0.85),
|
|
539
|
+
input-search-icon--color--disabled: rgba(255, 255, 255, 0.4),
|
|
540
|
+
input-gripper--color: rgba(235, 240, 245, 0.6),
|
|
541
|
+
color-alarm-text: #ff99af,
|
|
542
|
+
messagebar--background: #10181c,
|
|
543
|
+
messagebar--color: rgba(255, 255, 255, 0.85),
|
|
544
|
+
modal--border-color: rgba(235, 240, 245, 0.4),
|
|
545
|
+
modal--background: #10181c,
|
|
546
|
+
color-shadow-1: rgba(0, 0, 0, 0.6),
|
|
547
|
+
color-shadow-2: rgba(0, 0, 0, 0.6),
|
|
548
|
+
color-shadow-3: #000,
|
|
549
|
+
color-shadow-4: #000,
|
|
550
|
+
group-item--background: rgba(114, 167, 194, 0.2),
|
|
551
|
+
group-item--background--hover: rgba(153, 191, 211, 0.26),
|
|
552
|
+
group-item--background--active: rgba(177, 206, 221, 0.31),
|
|
553
|
+
group-item--background--selected: rgba(50, 160, 160, 0.25),
|
|
554
|
+
group-item--background--disabled: rgba(134, 161, 174, 0.1),
|
|
555
|
+
group-item--border-color: rgba(0, 0, 0, 0),
|
|
556
|
+
group-item--border-color--hover: rgba(0, 0, 0, 0),
|
|
557
|
+
group-item--border-color--active: rgba(0, 0, 0, 0),
|
|
558
|
+
group-item--border-color--selected: #41aaaa,
|
|
559
|
+
group-item--border-color--disabled: rgba(0, 0, 0, 0),
|
|
560
|
+
group-item-indicator--background: rgba(0, 0, 0, 0),
|
|
561
|
+
group-item-indicator--background--selected: #41aaaa,
|
|
562
|
+
group-item-indicator--background--subselected: #41aaaa,
|
|
563
|
+
group-node-closed--color: rgba(255, 255, 255, 0.85),
|
|
564
|
+
group-node-open--color: rgba(255, 255, 255, 0.85),
|
|
565
|
+
group-header--color: rgba(255, 255, 255, 0.85),
|
|
566
|
+
group-subheader--color: rgba(255, 255, 255, 0.85),
|
|
567
|
+
group-item-icon--color: rgba(255, 255, 255, 0.85),
|
|
568
|
+
group-item-text--color: rgba(255, 255, 255, 0.85),
|
|
569
|
+
group-item-subtext--color: rgba(255, 255, 255, 0.6),
|
|
570
|
+
group-item-icon--color--disabled: rgba(255, 255, 255, 0.4),
|
|
571
|
+
group-item-text--color--disabled: rgba(255, 255, 255, 0.4),
|
|
572
|
+
group-item-subtext--color--disabled: rgba(255, 255, 255, 0.4),
|
|
573
|
+
upload--background: #10181c,
|
|
574
|
+
upload--background--dragover: #10181c,
|
|
575
|
+
upload--background--checking: #10181c,
|
|
576
|
+
upload--background--disabled: #10181c,
|
|
577
|
+
upload--border-color: rgba(235, 240, 245, 0.4),
|
|
578
|
+
upload--border-color--dragover: #41aaaa,
|
|
579
|
+
upload--border-color--checking: rgba(235, 240, 245, 0.4),
|
|
580
|
+
upload--border-color--disabled: rgba(235, 240, 245, 0.4),
|
|
581
|
+
upload-text--color: rgba(255, 255, 255, 0.85),
|
|
582
|
+
upload-text--color--checking: rgba(255, 255, 255, 0.85),
|
|
583
|
+
upload-text--color--disabled: rgba(235, 240, 245, 0.3),
|
|
584
|
+
event-item--background: rgba(16, 24, 28, 0.2),
|
|
585
|
+
event-item--background--hover: #20282c,
|
|
586
|
+
event-item--background--active: #31383c,
|
|
587
|
+
event-item--background--selected: #152c2f,
|
|
588
|
+
event-item--background--disabled: rgba(16, 24, 28, 0.6),
|
|
589
|
+
event-item--border: rgba(235, 240, 245, 0.15),
|
|
590
|
+
event-item--border--hover: rgba(235, 240, 245, 0.15),
|
|
591
|
+
event-item--border--active: rgba(235, 240, 245, 0.15),
|
|
592
|
+
event-item--border--selected: #3fa8a8,
|
|
593
|
+
event-item--border--disabled: rgba(235, 240, 245, 0.15),
|
|
594
|
+
event-item-chevron--color: rgba(255, 255, 255, 0.6),
|
|
595
|
+
flip--color: rgba(255, 255, 255, 0.85),
|
|
596
|
+
flip--background: #10181c,
|
|
597
|
+
flip-footer--color: rgba(255, 255, 255, 0.85),
|
|
598
|
+
flip-footer--background: #10181c,
|
|
599
|
+
flip--border-color: rgba(235, 240, 245, 0.6),
|
|
600
|
+
kpi-display--background: rgba(255, 255, 255, 0),
|
|
601
|
+
kpi-display--background--hover: rgba(255, 255, 255, 0.07),
|
|
602
|
+
kpi-display--background--active: rgba(255, 255, 255, 0.14),
|
|
603
|
+
kpi-display-indicator--background: rgba(255, 255, 255, 0.3),
|
|
604
|
+
kpi-display-label--color: rgba(255, 255, 255, 0.6),
|
|
605
|
+
kpi-display-icon--color: rgba(255, 255, 255, 0.85),
|
|
606
|
+
kpi-display-value--color: rgba(255, 255, 255, 0.85),
|
|
607
|
+
kpi-display-units--color: rgba(255, 255, 255, 0.6),
|
|
608
|
+
scrollbar-track--background: #172126,
|
|
609
|
+
scrollbar-track--background--hover: #273135,
|
|
610
|
+
scrollbar-track--border: #10181c,
|
|
611
|
+
scrollbar-thumb--background: #555f69,
|
|
612
|
+
scrollbar-thumb--background--hover: #616a74,
|
|
613
|
+
input-extra--background--active: #232323,
|
|
614
|
+
input-extra--background--hover: #121212,
|
|
615
|
+
input-select-icon--color--active: rgba(255, 255, 255, 0.85),
|
|
616
|
+
select-list-item-hint--color: rgba(255, 255, 255, 0.6),
|
|
617
|
+
select-list-item-hint--color--hover: rgba(255, 255, 255, 0.6),
|
|
618
|
+
select-list-item-hint--color--active: rgba(255, 255, 255, 0.6),
|
|
619
|
+
datepicker-day--background: rgba(255, 255, 255, 0),
|
|
620
|
+
datepicker-day--background--hover: rgba(255, 255, 255, 0.07),
|
|
621
|
+
datepicker-day--background--active: rgba(255, 255, 255, 0.14),
|
|
622
|
+
datepicker-day--background--disabled: rgba(0, 0, 0, 0),
|
|
623
|
+
datepicker-day--border-color: rgba(0, 0, 0, 0),
|
|
624
|
+
datepicker-day--border-color--hover: rgba(0, 0, 0, 0),
|
|
625
|
+
datepicker-day--border-color--active: rgba(0, 0, 0, 0),
|
|
626
|
+
datepicker-day--border-color--disabled: rgba(0, 0, 0, 0),
|
|
627
|
+
datepicker-day--color: #41aaaa,
|
|
628
|
+
datepicker-day--color--hover: #41aaaa,
|
|
629
|
+
datepicker-day--color--active: #41aaaa,
|
|
630
|
+
datepicker-day--color--disabled: rgba(255, 255, 255, 0.4),
|
|
631
|
+
datepicker-day--background--selected: #00d4d4,
|
|
632
|
+
datepicker-day--background--selected-hover: #12d7d7,
|
|
633
|
+
datepicker-day--background--selected-active: #24dada,
|
|
634
|
+
datepicker-day--background--selected-disabled: rgba(0, 212, 212, 0.3),
|
|
635
|
+
datepicker-day--border-color--selected: rgba(0, 0, 0, 0),
|
|
636
|
+
datepicker-day--border-color--selected-hover: rgba(0, 0, 0, 0),
|
|
637
|
+
datepicker-day--border-color--selected-active: rgba(0, 0, 0, 0),
|
|
638
|
+
datepicker-day--border-color--selected-disabled: rgba(0, 0, 0, 0),
|
|
639
|
+
datepicker-day--color--selected: #000,
|
|
640
|
+
datepicker-day--color--selected-hover: #000,
|
|
641
|
+
datepicker-day--color--selected-active: #000,
|
|
642
|
+
datepicker-day--color--selected-disabled: rgba(255, 255, 255, 0.4),
|
|
643
|
+
datepicker-day--background--range: #41aaaa,
|
|
644
|
+
datepicker-day--background--range-hover: #4eb0b0,
|
|
645
|
+
datepicker-day--background--range-active: #5cb6b6,
|
|
646
|
+
datepicker-day--background--range-disabled: rgba(65, 170, 170, 0.2),
|
|
647
|
+
datepicker-day--border-color--range: rgba(0, 0, 0, 0),
|
|
648
|
+
datepicker-day--border-color--range-hover: rgba(0, 0, 0, 0),
|
|
649
|
+
datepicker-day--border-color--range-active: rgba(0, 0, 0, 0),
|
|
650
|
+
datepicker-day--border-color--range-disabled: rgba(0, 0, 0, 0),
|
|
651
|
+
datepicker-day--color--range: #000,
|
|
652
|
+
datepicker-day--color--range-hover: #000,
|
|
653
|
+
datepicker-day--color--range-active: #000,
|
|
654
|
+
datepicker-day--color--range-disabled: rgba(255, 255, 255, 0.4),
|
|
655
|
+
datepicker-today--background: rgba(255, 255, 255, 0),
|
|
656
|
+
datepicker-today--background--hover: rgba(255, 255, 255, 0.07),
|
|
657
|
+
datepicker-today--background--active: rgba(255, 255, 255, 0.14),
|
|
658
|
+
datepicker-today--background--disabled: rgba(0, 0, 0, 0),
|
|
659
|
+
datepicker-today--border-color: #41aaaa,
|
|
660
|
+
datepicker-today--border-color--hover: #41aaaa,
|
|
661
|
+
datepicker-today--border-color--active: #41aaaa,
|
|
662
|
+
datepicker-today--border-color--disabled: rgba(65, 170, 170, 0.45),
|
|
663
|
+
datepicker-today--color: #41aaaa,
|
|
664
|
+
datepicker-today--color--hover: #41aaaa,
|
|
665
|
+
datepicker-today--color--active: #41aaaa,
|
|
666
|
+
datepicker-today--color--disabled: rgba(255, 255, 255, 0.4),
|
|
667
|
+
datepicker-today--background--selected: #00d4d4,
|
|
668
|
+
datepicker-today--background--selected-hover: #12d7d7,
|
|
669
|
+
datepicker-today--background--selected-active: #24dada,
|
|
670
|
+
datepicker-today--background--selected-disabled: rgba(0, 212, 212, 0.3),
|
|
671
|
+
datepicker-today--border-color--selected: #41aaaa,
|
|
672
|
+
datepicker-today--border-color--selected-hover: #41aaaa,
|
|
673
|
+
datepicker-today--border-color--selected-active: #41aaaa,
|
|
674
|
+
datepicker-today--border-color--selected-disabled: rgba(65, 170, 170, 0.6),
|
|
675
|
+
datepicker-today--color--selected: #000,
|
|
676
|
+
datepicker-today--color--selected-hover: #000,
|
|
677
|
+
datepicker-today--color--selected-active: #000,
|
|
678
|
+
datepicker-today--color--selected-disabled: rgba(255, 255, 255, 0.4),
|
|
679
|
+
datepicker-today--background--range: #41aaaa,
|
|
680
|
+
datepicker-today--background--range-hover: #4eb0b0,
|
|
681
|
+
datepicker-today--background--range-active: #5cb6b6,
|
|
682
|
+
datepicker-today--background--range-disabled: rgba(65, 170, 170, 0.2),
|
|
683
|
+
datepicker-today--border-color--range: #41aaaa,
|
|
684
|
+
datepicker-today--border-color--range-hover: #0e777c,
|
|
685
|
+
datepicker-today--border-color--range-active: #41aaaa,
|
|
686
|
+
datepicker-today--border-color--range-disabled: rgba(65, 170, 170, 0.6),
|
|
687
|
+
datepicker-today--color--range: #000,
|
|
688
|
+
datepicker-today--color--range-hover: #000,
|
|
689
|
+
datepicker-today--color--range-active: #000,
|
|
690
|
+
datepicker-today--color--range-disabled: rgba(255, 255, 255, 0.4),
|
|
691
|
+
datepicker-extra--border-color: #10181c,
|
|
692
|
+
datepicker-weekday--color: rgba(255, 255, 255, 0.6),
|
|
693
|
+
datepicker-time-header--color: rgba(255, 255, 255, 0.85),
|
|
694
|
+
datepicker-cw--color: rgba(255, 255, 255, 0.6),
|
|
695
|
+
datepicker-separator--background: rgba(235, 240, 245, 0.15),
|
|
696
|
+
tootlip--background: #10181c,
|
|
697
|
+
tooltip--border-color: rgba(235, 240, 245, 0.15),
|
|
698
|
+
color-dynamic: #27d9d9,
|
|
699
|
+
tooltip-close--color: rgba(255, 255, 255, 0.6),
|
|
700
|
+
tooltip-close-btn--background: rgba(0, 0, 0, 0),
|
|
701
|
+
tooltip-close-btn--background--hover: rgba(255, 255, 255, 0.07),
|
|
702
|
+
tooltip-close-btn--background--active: rgba(255, 255, 255, 0.14),
|
|
703
|
+
tooltip--color: rgba(255, 255, 255, 0.85),
|
|
704
|
+
color-hyperlink: #41aaaa,
|
|
705
|
+
color-hyperlink--hover: #41aaaa,
|
|
706
|
+
color-hyperlink--active: #fff,
|
|
707
|
+
color-ghost--hover: rgba(255, 255, 255, 0.07),
|
|
708
|
+
color-ghost--active: rgba(255, 255, 255, 0.14),
|
|
709
|
+
toast--background: #10181c,
|
|
710
|
+
toast--border-color: rgba(235, 240, 245, 0.15),
|
|
711
|
+
toast--color: rgba(255, 255, 255, 0.85),
|
|
712
|
+
toast-timer-track--background: rgba(255, 255, 255, 0),
|
|
713
|
+
toast-timer-value--background: #6e7d89,
|
|
714
|
+
tree-item--background: rgba(0, 0, 0, 0),
|
|
715
|
+
tree-item--background--hover: rgba(255, 255, 255, 0.07),
|
|
716
|
+
tree-item--background--active: rgba(255, 255, 255, 0.14),
|
|
717
|
+
tree-item--background--selected: rgba(50, 160, 160, 0.25),
|
|
718
|
+
tree-item--background--selected-hover: rgba(97, 182, 182, 0.3),
|
|
719
|
+
tree-item--background--selected-active: rgba(131, 197, 197, 0.36),
|
|
720
|
+
tree-item-node-closed-icon--color: rgba(255, 255, 255, 0.85),
|
|
721
|
+
tree-item-node-open-icon--color: #41aaaa,
|
|
722
|
+
tree-item--color: rgba(255, 255, 255, 0.85),
|
|
723
|
+
tree-item-icon--color: rgba(255, 255, 255, 0.85),
|
|
724
|
+
tree-item-status--color: rgba(255, 255, 255, 0.6),
|
|
725
|
+
table--background: rgba(0, 0, 0, 0),
|
|
726
|
+
table--border-color: rgba(235, 240, 245, 0.15),
|
|
727
|
+
table--color: rgba(255, 255, 255, 0.85),
|
|
728
|
+
table-header-row--background: rgba(51, 74, 85, 0.2),
|
|
729
|
+
table-header-row--border-color: rgba(235, 240, 245, 0.15),
|
|
730
|
+
table-selection--border-color: #41aaaa,
|
|
731
|
+
table-header-cell--background: rgba(0, 0, 0, 0),
|
|
732
|
+
table-header-cell--background--hover: rgba(255, 255, 255, 0.07),
|
|
733
|
+
table-header-cell--background--active: rgba(255, 255, 255, 0.14),
|
|
734
|
+
table-header-cell--border-color: rgba(0, 0, 0, 0),
|
|
735
|
+
table-header-cell--border-color--hover: rgba(0, 0, 0, 0),
|
|
736
|
+
table-header-cell--border-color--active: rgba(0, 0, 0, 0),
|
|
737
|
+
table-header-cell--color: rgba(255, 255, 255, 0.85),
|
|
738
|
+
table-header-sort--color: #41aaaa,
|
|
739
|
+
table-header-filter--color: #41aaaa,
|
|
740
|
+
table-header-splitter--background: rgba(235, 240, 245, 0.4),
|
|
741
|
+
table-header-splitter--background--hover: #41aaaa,
|
|
742
|
+
table-group-splitter--background: rgba(235, 240, 245, 0.15),
|
|
743
|
+
table-group-splitter--background--hover: rgba(65, 170, 170, 0.85),
|
|
744
|
+
table-data-row--background: rgba(0, 0, 0, 0),
|
|
745
|
+
table-data-row--background--hover: rgba(255, 255, 255, 0.07),
|
|
746
|
+
table-data-row--background--active: rgba(255, 255, 255, 0.14),
|
|
747
|
+
table-data-row--background--selected: rgba(50, 160, 160, 0.25),
|
|
748
|
+
table-data-row--background--disabled: rgba(0, 0, 0, 0),
|
|
749
|
+
table-data-row--background--selected-hover: rgba(97, 182, 182, 0.3),
|
|
750
|
+
table-data-row--background--selected-active: rgba(131, 197, 197, 0.36),
|
|
751
|
+
table-data-row-alt--background: rgba(255, 255, 255, 0.04),
|
|
752
|
+
table-data-row-alt--background--hover: rgba(255, 255, 255, 0.11),
|
|
753
|
+
table-data-row-alt--background--active: rgba(255, 255, 255, 0.17),
|
|
754
|
+
table-data-row-alt--background--selected: rgba(79, 174, 174, 0.28),
|
|
755
|
+
table-data-row-alt--background--disabled: rgba(255, 255, 255, 0.04),
|
|
756
|
+
table-data-row-alt--background--selected-hover: rgba(116, 191, 191, 0.33),
|
|
757
|
+
table-data-row-alt--background--selected-active: rgba(144, 204, 204, 0.38),
|
|
758
|
+
table-data-row--border-color: rgba(235, 240, 245, 0.15),
|
|
759
|
+
table-data-cell--background: rgba(0, 0, 0, 0),
|
|
760
|
+
table-data-cell--background--hover: rgba(255, 255, 255, 0.07),
|
|
761
|
+
table-data-cell--background--active: rgba(255, 255, 255, 0.14),
|
|
762
|
+
table-data-cell--background--selected: rgba(50, 160, 160, 0.25),
|
|
763
|
+
table-data-cell--background--disabled: rgba(0, 0, 0, 0),
|
|
764
|
+
table-data-cell--background--selected-hover: rgba(97, 182, 182, 0.3),
|
|
765
|
+
table-data-cell--background--selected-active: rgba(131, 197, 197, 0.36),
|
|
766
|
+
table-data-cell--border-color: rgba(0, 0, 0, 0),
|
|
767
|
+
table-data-cell--color: rgba(255, 255, 255, 0.85),
|
|
768
|
+
table-data-cell--color-disabled: rgba(255, 255, 255, 0.4),
|
|
769
|
+
table-group-header-row--background: rgba(51, 74, 85, 0.2),
|
|
770
|
+
table-group-header-row--border-color: rgba(235, 240, 245, 0.15),
|
|
771
|
+
label--color: rgba(255, 255, 255, 0.6),
|
|
772
|
+
label--color--hover: rgba(255, 255, 255, 0.85),
|
|
773
|
+
label--color--active: rgba(255, 255, 255, 0.85),
|
|
774
|
+
label--color--focus: rgba(255, 255, 255, 0.85),
|
|
775
|
+
label--color--disabled: rgba(255, 255, 255, 0.4),
|
|
776
|
+
workflow-step--background: rgba(255, 255, 255, 0),
|
|
777
|
+
workflow-step--background--hover: rgba(255, 255, 255, 0.07),
|
|
778
|
+
workflow-step--background--active: rgba(255, 255, 255, 0.14),
|
|
779
|
+
workflow-step--background--selected: rgba(50, 160, 160, 0.25),
|
|
780
|
+
workflow-step--background--disabled: rgba(0, 0, 0, 0),
|
|
781
|
+
workflow-step--color: rgba(255, 255, 255, 0.85),
|
|
782
|
+
workflow-step-icon--background: #10181c,
|
|
783
|
+
workflow-step-icon-default--color: #879baa,
|
|
784
|
+
workflow-step-icon-default--color--selected: #41aaaa,
|
|
785
|
+
workflow-step-icon-default--color--disabled: rgba(255, 255, 255, 0.4),
|
|
786
|
+
workflow-step-icon-done--color: #41aaaa,
|
|
787
|
+
workflow-step-icon-done--color--selected: #41aaaa,
|
|
788
|
+
workflow-step-icon-done--color--disabled: rgba(255, 255, 255, 0.4),
|
|
789
|
+
workflow-step-icon-success--color--disabled: rgba(255, 255, 255, 0.4),
|
|
790
|
+
workflow-step-icon-warning--color--disabled: rgba(255, 255, 255, 0.4),
|
|
791
|
+
workflow-step-icon-error--color--disabled: rgba(255, 255, 255, 0.4),
|
|
792
|
+
chart-1: #00ebd5,
|
|
793
|
+
chart-1-40: rgba(0, 235, 213, 0.4),
|
|
794
|
+
chart-2-40: rgba(0, 215, 160, 0.4),
|
|
795
|
+
chart-2: #009e78,
|
|
796
|
+
chart-3-40: rgba(0, 213, 224, 0.4),
|
|
797
|
+
chart-3: #00d5e0,
|
|
798
|
+
chart-4-40: rgba(0, 197, 241, 0.4),
|
|
799
|
+
chart-4: #00c5f1,
|
|
800
|
+
chart-5-40: rgba(134, 172, 192, 0.4),
|
|
801
|
+
chart-5: #86acc0,
|
|
802
|
+
chart-6-40: rgba(66, 170, 255, 0.4),
|
|
803
|
+
chart-6: #42aaff,
|
|
804
|
+
chart-7-40: rgba(36, 115, 255, 0.4),
|
|
805
|
+
chart-7: #2473ff,
|
|
806
|
+
chart-8-40: rgba(117, 158, 255, 0.4),
|
|
807
|
+
chart-8: #759eff,
|
|
808
|
+
chart-9-40: rgba(126, 132, 255, 0.4),
|
|
809
|
+
chart-9: #7e84ff,
|
|
810
|
+
chart-10-40: rgba(147, 98, 255, 0.4),
|
|
811
|
+
chart-10: #9362ff,
|
|
812
|
+
chart-11-40: rgba(189, 97, 255, 0.4),
|
|
813
|
+
chart-11: #bd61ff,
|
|
814
|
+
chart-12-40: rgba(228, 70, 255, 0.4),
|
|
815
|
+
chart-12: #e446ff,
|
|
816
|
+
chart-13-40: rgba(243, 143, 194, 0.4),
|
|
817
|
+
chart-13: #f38fc2,
|
|
818
|
+
chart-14-40: rgba(239, 154, 154, 0.4),
|
|
819
|
+
chart-14: #ef9a9a,
|
|
820
|
+
chart-15-40: rgba(255, 177, 128, 0.4),
|
|
821
|
+
chart-15: #ffb180,
|
|
822
|
+
chart-16-40: rgba(186, 186, 157, 0.4),
|
|
823
|
+
chart-16: #baba9d,
|
|
824
|
+
chart-17-40: rgba(181, 189, 0, 0.4),
|
|
825
|
+
chart-17: #b5bd00,
|
|
826
|
+
|
|
827
|
+
);
|