@siemens/ix 3.0.0-alpha.1 → 3.0.0-alpha.3
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/ix-pagination.js +2 -2
- package/components/ix-select-item.js +1 -1
- package/components/ix-select.js +1 -1
- package/components/{p-BtKhV-Qs.js → p-BUgeMHDy.js} +4 -4
- package/components/p-BUgeMHDy.js.map +1 -0
- package/components/{p-D0LOAFeZ.js → p-CNFJ8TIs.js} +3 -3
- package/components/{p-D0LOAFeZ.js.map → p-CNFJ8TIs.js.map} +1 -1
- package/components/p-Dn_WjwtW.js.map +1 -1
- package/components/package.json +2 -1
- package/dist/cjs/index-DIFIjYrm.js.map +1 -1
- package/dist/cjs/ix-filter-chip.ix-select-item.entry.cjs.js.map +1 -1
- package/dist/cjs/ix-filter-chip_2.cjs.entry.js +2 -2
- package/dist/cjs/ix-filter-chip_2.cjs.entry.js.map +1 -1
- package/dist/collection/components/select-item/select-item.js +2 -2
- package/dist/collection/components/select-item/select-item.js.map +1 -1
- package/dist/collection/tests/utils/test/page.js.map +1 -1
- package/dist/esm/index-CrTP-icT.js.map +1 -1
- package/dist/esm/ix-filter-chip.ix-select-item.entry.js.map +1 -1
- package/dist/esm/ix-filter-chip_2.entry.js +2 -2
- package/dist/esm/ix-filter-chip_2.entry.js.map +1 -1
- package/dist/siemens-ix/ix-filter-chip.ix-select-item.entry.esm.js.map +1 -1
- package/dist/siemens-ix/p-CrTP-icT.js.map +1 -1
- package/dist/siemens-ix/{p-0818f6af.entry.js → p-ff85bd49.entry.js} +2 -2
- package/dist/siemens-ix/p-ff85bd49.entry.js.map +1 -0
- package/dist/siemens-ix/siemens-ix-core.css +1 -1
- package/dist/siemens-ix/siemens-ix.esm.js +1 -1
- package/dist/siemens-ix/theme/classic-dark.css +1 -1
- package/dist/siemens-ix/theme/classic-light.css +1 -1
- package/dist/types/tests/utils/test/page.d.ts +0 -5
- package/hydrate/index.d.ts +259 -0
- package/hydrate/index.js +45609 -0
- package/hydrate/index.mjs +45603 -0
- package/hydrate/package.json +12 -0
- package/package.json +47 -11
- package/components/p-BtKhV-Qs.js.map +0 -1
- package/dist/siemens-ix/p-0818f6af.entry.js.map +0 -1
- package/dist/siemens-ix/theme/legacy-classic-dark.css +0 -1
- package/dist/siemens-ix/theme/legacy-classic-light.css +0 -1
- package/scss/theme/legacy-classic-dark/_border.scss +0 -35
- package/scss/theme/legacy-classic-dark/_borderRadius.scss +0 -24
- package/scss/theme/legacy-classic-dark/_borderWidth.scss +0 -18
- package/scss/theme/legacy-classic-dark/_boxShadow.scss +0 -19
- package/scss/theme/legacy-classic-dark/_color.scss +0 -864
- package/scss/theme/legacy-classic-dark/_fontFamilies.scss +0 -9
- package/scss/theme/legacy-classic-dark/_fontSizes.scss +0 -24
- package/scss/theme/legacy-classic-dark/_fontWeights.scss +0 -10
- package/scss/theme/legacy-classic-dark/_index.scss +0 -23
- package/scss/theme/legacy-classic-dark/_letterSpacing.scss +0 -13
- package/scss/theme/legacy-classic-dark/_lineHeights.scss +0 -21
- package/scss/theme/legacy-classic-dark/_other.scss +0 -16
- package/scss/theme/legacy-classic-dark/_sizing.scss +0 -28
- package/scss/theme/legacy-classic-dark/_spacing.scss +0 -21
- package/scss/theme/legacy-classic-dark/_typography.scss +0 -46
- package/scss/theme/legacy-classic-light/_border.scss +0 -35
- package/scss/theme/legacy-classic-light/_borderRadius.scss +0 -24
- package/scss/theme/legacy-classic-light/_borderWidth.scss +0 -18
- package/scss/theme/legacy-classic-light/_boxShadow.scss +0 -19
- package/scss/theme/legacy-classic-light/_color.scss +0 -864
- package/scss/theme/legacy-classic-light/_fontFamilies.scss +0 -9
- package/scss/theme/legacy-classic-light/_fontSizes.scss +0 -24
- package/scss/theme/legacy-classic-light/_fontWeights.scss +0 -10
- package/scss/theme/legacy-classic-light/_index.scss +0 -23
- package/scss/theme/legacy-classic-light/_letterSpacing.scss +0 -13
- package/scss/theme/legacy-classic-light/_lineHeights.scss +0 -21
- package/scss/theme/legacy-classic-light/_other.scss +0 -16
- package/scss/theme/legacy-classic-light/_sizing.scss +0 -28
- package/scss/theme/legacy-classic-light/_spacing.scss +0 -21
- package/scss/theme/legacy-classic-light/_typography.scss +0 -46
|
@@ -1,864 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* COPYRIGHT (c) Siemens AG 2018-2023 ALL RIGHTS RESERVED.
|
|
3
|
-
*/
|
|
4
|
-
:root {
|
|
5
|
-
.theme-legacy-classic-dark {
|
|
6
|
-
--theme-color-ghost: #ffffff00;
|
|
7
|
-
--theme-color-ghost--hover: #ffffff12;
|
|
8
|
-
--theme-color-ghost--active: #ffffff24;
|
|
9
|
-
--theme-color-primary: #41aaaa;
|
|
10
|
-
--theme-color-primary--contrast: #000000;
|
|
11
|
-
--theme-color-primary--hover: #4eb0b0;
|
|
12
|
-
--theme-color-primary--active: #5bb6b6;
|
|
13
|
-
--theme-color-dynamic: #41aaaa;
|
|
14
|
-
--theme-color-secondary: #10181c;
|
|
15
|
-
--theme-color-secondary--hover: #1e2529;
|
|
16
|
-
--theme-color-secondary--active: #2d3437;
|
|
17
|
-
--theme-color-component-1: #879baa40;
|
|
18
|
-
--theme-color-component-1--hover: #a1b4c24d;
|
|
19
|
-
--theme-color-component-1--active: #b3c0ca5c;
|
|
20
|
-
--theme-color-component-2: #ffffff47;
|
|
21
|
-
--theme-color-component-3: #ffffff33;
|
|
22
|
-
--theme-color-component-4: #ffffff40;
|
|
23
|
-
--theme-color-component-5: #152c2f;
|
|
24
|
-
--theme-color-component-6: #8d8da0;
|
|
25
|
-
--theme-color-component-7--hover: #277d7d47;
|
|
26
|
-
--theme-color-component-7: #32a0a040;
|
|
27
|
-
--theme-color-component-7--active: #216b6b52;
|
|
28
|
-
--theme-color-component-error: #310006;
|
|
29
|
-
--theme-color-component-info: #041c48;
|
|
30
|
-
--theme-color-component-8: #3e4b51;
|
|
31
|
-
--theme-color-ghost--selected: #32a0a040;
|
|
32
|
-
--theme-color-ghost--selected-hover: #61b6b64d;
|
|
33
|
-
--theme-color-ghost--selected-active: #83c5c55c;
|
|
34
|
-
--theme-color-ghost-primary--active: #ffffff24;
|
|
35
|
-
--theme-color-ghost-primary--hover: #ffffff12;
|
|
36
|
-
--theme-color-ghost-alt: #ffffff0a;
|
|
37
|
-
--theme-color-ghost-alt--hover: #ffffff1c;
|
|
38
|
-
--theme-color-ghost-alt--active: #ffffff2b;
|
|
39
|
-
--theme-color-ghost-alt--selected: #4faeae47;
|
|
40
|
-
--theme-color-ghost-alt--selected-hover: #74bfbf54;
|
|
41
|
-
--theme-color-ghost-alt--selected-active: #90cccc54;
|
|
42
|
-
--theme-color-primary--disabled: #0079934d;
|
|
43
|
-
--theme-color-dynamic--hover: #4eb0b0;
|
|
44
|
-
--theme-color-dynamic--active: #5bb6b6;
|
|
45
|
-
--theme-color-dynamic-alt: #00c2c2;
|
|
46
|
-
--theme-color-dynamic-alt--hover: #12c6c6;
|
|
47
|
-
--theme-color-dynamic-alt--active: #24caca;
|
|
48
|
-
--theme-color-component-8--hover: #001f39;
|
|
49
|
-
--theme-color-component-9: #00d4d4;
|
|
50
|
-
--theme-color-component-9--hover: #12d7d7;
|
|
51
|
-
--theme-color-component-9--active: #24dada;
|
|
52
|
-
--theme-color-component-9--disabled: #00d4d44d;
|
|
53
|
-
--theme-color-component-10: #41aaaa;
|
|
54
|
-
--theme-color-component-10--hover: #4eb0b0;
|
|
55
|
-
--theme-color-component-10--active: #5cb6b6;
|
|
56
|
-
--theme-color-component-10--disabled: #41aaaa33;
|
|
57
|
-
--theme-color-1--hover: #21282c;
|
|
58
|
-
--theme-color-1--active: #31383c;
|
|
59
|
-
--theme-color-component-11: #ced9e233;
|
|
60
|
-
--theme-color-0: #00000000;
|
|
61
|
-
--theme-color-1: #10181c;
|
|
62
|
-
--theme-color-2: #172126;
|
|
63
|
-
--theme-color-3: #293339;
|
|
64
|
-
--theme-color-4: #3c464b;
|
|
65
|
-
--theme-color-5: #555f69;
|
|
66
|
-
--theme-color-6: #6e7d89;
|
|
67
|
-
--theme-color-7: #879baa;
|
|
68
|
-
--theme-color-8: #555f69;
|
|
69
|
-
--theme-color-std-bdr: #ebf0f599;
|
|
70
|
-
--theme-color-soft-bdr: #ebf0f566;
|
|
71
|
-
--theme-color-weak-bdr: #ebf0f526;
|
|
72
|
-
--theme-color-x-weak-bdr: #ebf0f51a;
|
|
73
|
-
--theme-color-focus-bdr: #199fff;
|
|
74
|
-
--theme-color-contrast-bdr: #ffffff;
|
|
75
|
-
--theme-color-alarm: #fe0137;
|
|
76
|
-
--theme-color-alarm--hover: #de123f;
|
|
77
|
-
--theme-color-alarm--active: #e0244e;
|
|
78
|
-
--theme-color-alarm--contrast: #ffffff;
|
|
79
|
-
--theme-color-alarm-40: #fe013766;
|
|
80
|
-
--theme-color-alarm-10: #fe01371a;
|
|
81
|
-
--theme-color-warning: #ffb900;
|
|
82
|
-
--theme-color-warning--hover: #ffbd12;
|
|
83
|
-
--theme-color-warning--active: #ffc224;
|
|
84
|
-
--theme-color-warning--contrast: #000000;
|
|
85
|
-
--theme-color-warning-40: #ffb90066;
|
|
86
|
-
--theme-color-warning-10: #ffb9001a;
|
|
87
|
-
--theme-color-critical: #eb780a;
|
|
88
|
-
--theme-color-critical--hover: #ec811b;
|
|
89
|
-
--theme-color-critical--active: #ed8b2c;
|
|
90
|
-
--theme-color-critical--contrast: #000000;
|
|
91
|
-
--theme-color-critical-40: #eb780a66;
|
|
92
|
-
--theme-color-success: #40c200;
|
|
93
|
-
--theme-color-success--hover: #41a212;
|
|
94
|
-
--theme-color-success--active: #4fa924;
|
|
95
|
-
--theme-color-success--contrast: #000000;
|
|
96
|
-
--theme-color-success-40: #40c20066;
|
|
97
|
-
--theme-color-info: #266ce6;
|
|
98
|
-
--theme-color-info--hover: #2d60b8;
|
|
99
|
-
--theme-color-info--active: #3d6cbd;
|
|
100
|
-
--theme-color-info--contrast: #ffffff;
|
|
101
|
-
--theme-color-info-40: #266ce666;
|
|
102
|
-
--theme-color-neutral: #879bab;
|
|
103
|
-
--theme-color-neutral--hover: #8fa2b0;
|
|
104
|
-
--theme-color-neutral--active: #97a9b6;
|
|
105
|
-
--theme-color-neutral--contrast: #000000;
|
|
106
|
-
--theme-color-neutral-40: #879bab66;
|
|
107
|
-
--theme-color-contrast-text: #ffffff;
|
|
108
|
-
--theme-color-std-text: #ffffffd9;
|
|
109
|
-
--theme-color-soft-text: #ffffff99;
|
|
110
|
-
--theme-color-weak-text: #ffffff66;
|
|
111
|
-
--theme-color-inv-contrast-text: #000000;
|
|
112
|
-
--theme-color-inv-std-text: #000000bf;
|
|
113
|
-
--theme-color-inv-soft-text: #0000008c;
|
|
114
|
-
--theme-color-inv-weak-text: #0000004d;
|
|
115
|
-
--theme-color-alarm-text: #ff99af;
|
|
116
|
-
--theme-color-shadow-1: #00000099;
|
|
117
|
-
--theme-color-shadow-2: #000000;
|
|
118
|
-
--theme-color-shadow-3: rgba(0,0,0,0.12);
|
|
119
|
-
--theme-color-lightbox: #0000008c;
|
|
120
|
-
--theme-color-backdrop: #10181cd9;
|
|
121
|
-
--theme-color-backdrop-3: #10181cd9;
|
|
122
|
-
--theme-color-logo: #ffffff;
|
|
123
|
-
--theme-chart-1: #00ebd5;
|
|
124
|
-
--theme-chart-1-40: #00ebd566;
|
|
125
|
-
--theme-chart-2: #009e78;
|
|
126
|
-
--theme-chart-2-40: #009e7866;
|
|
127
|
-
--theme-chart-3: #00d5e0;
|
|
128
|
-
--theme-chart-3-40: #00d5e066;
|
|
129
|
-
--theme-chart-4: #00c5f1;
|
|
130
|
-
--theme-chart-4-40: #00c5f166;
|
|
131
|
-
--theme-chart-5: #86acc0;
|
|
132
|
-
--theme-chart-5-40: #86acc066;
|
|
133
|
-
--theme-chart-6: #42aaff;
|
|
134
|
-
--theme-chart-6-40: #42aaff66;
|
|
135
|
-
--theme-chart-7: #2473ff;
|
|
136
|
-
--theme-chart-7-40: #2473ff66;
|
|
137
|
-
--theme-chart-8: #759eff;
|
|
138
|
-
--theme-chart-8-40: #759eff66;
|
|
139
|
-
--theme-chart-9: #7e84ff;
|
|
140
|
-
--theme-chart-9-40: #7e84ff66;
|
|
141
|
-
--theme-chart-10: #9362ff;
|
|
142
|
-
--theme-chart-10-40: #9362ff66;
|
|
143
|
-
--theme-chart-11: #bd61ff;
|
|
144
|
-
--theme-chart-11-40: #bd61ff66;
|
|
145
|
-
--theme-chart-12: #e446ff;
|
|
146
|
-
--theme-chart-12-40: #e446ff66;
|
|
147
|
-
--theme-chart-13: #f38fc2;
|
|
148
|
-
--theme-chart-13-40: #f38fc266;
|
|
149
|
-
--theme-chart-14: #ef9a9a;
|
|
150
|
-
--theme-chart-14-40: #ef9a9a66;
|
|
151
|
-
--theme-chart-15: #ffb180;
|
|
152
|
-
--theme-chart-15-40: #ffb18066;
|
|
153
|
-
--theme-chart-16: #baba9d;
|
|
154
|
-
--theme-chart-16-40: #baba9d66;
|
|
155
|
-
--theme-chart-17: #b5bd00;
|
|
156
|
-
--theme-chart-17-40: #b5bd0066;
|
|
157
|
-
--theme-chart-axes: #ffffff4d;
|
|
158
|
-
--theme-chart-grid-lines: #ffffff1a;
|
|
159
|
-
--theme-chart-grid-fill: #10181c;
|
|
160
|
-
--theme-chart-ticks: #ffffff4d;
|
|
161
|
-
--theme-chart-tooltip-fill: #000000cc;
|
|
162
|
-
--theme-chart-tooltip-bdr: #ffffff33;
|
|
163
|
-
--theme-workflow-step--color--disabled: var(--theme-color-weak-text);
|
|
164
|
-
--theme-app-header--color: var(--theme-color-std-text);
|
|
165
|
-
--theme-app-header--background: var(--theme-color-8);
|
|
166
|
-
--theme-app-header--border-color: var(--theme-color-0);
|
|
167
|
-
--theme-app-header-logo--color: var(--theme-color-logo);
|
|
168
|
-
--theme-btn-primary--background: var(--theme-color-primary);
|
|
169
|
-
--theme-btn-primary--background--hover: var(--theme-color-primary--hover);
|
|
170
|
-
--theme-btn-primary--background--active: var(--theme-color-primary--active);
|
|
171
|
-
--theme-btn-primary--background--disabled: var(--theme-color-component-4);
|
|
172
|
-
--theme-btn-primary--color: var(--theme-color-primary--contrast);
|
|
173
|
-
--theme-btn-primary--color--hover: var(--theme-color-primary--contrast);
|
|
174
|
-
--theme-btn-primary--color--active: var(--theme-color-primary--contrast);
|
|
175
|
-
--theme-btn-primary--color--disabled: var(--theme-color-inv-std-text);
|
|
176
|
-
--theme-btn-outline-primary--background: var(--theme-color-secondary);
|
|
177
|
-
--theme-btn-outline-primary--background--hover: var(--theme-color-secondary--hover);
|
|
178
|
-
--theme-btn-outline-primary--background--active: var(--theme-color-secondary--active);
|
|
179
|
-
--theme-btn-outline-primary--background--disabled: var(--theme-color-ghost);
|
|
180
|
-
--theme-btn-outline-primary--color: var(--theme-color-primary);
|
|
181
|
-
--theme-btn-outline-primary--color--hover: var(--theme-color-primary);
|
|
182
|
-
--theme-btn-outline-primary--color--active: var(--theme-color-primary);
|
|
183
|
-
--theme-btn-outline-primary--color--disabled: var(--theme-color-weak-text);
|
|
184
|
-
--theme-btn-primary--border-color: var(--theme-color-ghost);
|
|
185
|
-
--theme-btn-primary--border-color--hover: var(--theme-color-ghost);
|
|
186
|
-
--theme-btn-primary--border-color--active: var(--theme-color-ghost);
|
|
187
|
-
--theme-btn-primary--border-color--disabled: var(--theme-color-ghost);
|
|
188
|
-
--theme-btn-invisible-primary--background: var(--theme-color-ghost);
|
|
189
|
-
--theme-btn-invisible-primary--background--hover: var(--theme-color-ghost-primary--hover);
|
|
190
|
-
--theme-btn-invisible-primary--background--active: var(--theme-color-ghost-primary--active);
|
|
191
|
-
--theme-btn-invisible-primary--background--disabled: var(--theme-color-ghost);
|
|
192
|
-
--theme-btn-invisible-primary--color: var(--theme-color-primary);
|
|
193
|
-
--theme-btn-invisible-primary--color--hover: var(--theme-color-primary);
|
|
194
|
-
--theme-btn-invisible-primary--color--active: var(--theme-color-primary);
|
|
195
|
-
--theme-btn-invisible-primary--color--disabled: var(--theme-color-weak-text);
|
|
196
|
-
--theme-btn-secondary--background: var(--theme-color-component-1);
|
|
197
|
-
--theme-btn-secondary--background--hover: var(--theme-color-component-1--hover);
|
|
198
|
-
--theme-btn-secondary--background--active: var(--theme-color-component-1--active);
|
|
199
|
-
--theme-btn-secondary--background--disabled: var(--theme-color-component-4);
|
|
200
|
-
--theme-btn-secondary--color: var(--theme-color-std-text);
|
|
201
|
-
--theme-btn-secondary--color--hover: var(--theme-color-std-text);
|
|
202
|
-
--theme-btn-secondary--color--active: var(--theme-color-std-text);
|
|
203
|
-
--theme-btn-secondary--color--disabled: var(--theme-color-weak-text);
|
|
204
|
-
--theme-btn-outline-secondary--background: var(--theme-color-secondary);
|
|
205
|
-
--theme-btn-outline-secondary--background--hover: var(--theme-color-secondary--hover);
|
|
206
|
-
--theme-btn-outline-secondary--background--active: var(--theme-color-secondary--active);
|
|
207
|
-
--theme-btn-outline-secondary--background--disabled: var(--theme-color-ghost);
|
|
208
|
-
--theme-btn-outline-secondary--border-color: var(--theme-color-6);
|
|
209
|
-
--theme-btn-outline-secondary--border-color--hover: var(--theme-color-6);
|
|
210
|
-
--theme-btn-outline-secondary--border-color--active: var(--theme-color-6);
|
|
211
|
-
--theme-btn-outline-secondary--border-color--disabled: var(--theme-color-component-4);
|
|
212
|
-
--theme-btn-outline-secondary--color: var(--theme-color-soft-text);
|
|
213
|
-
--theme-btn-outline-secondary--color--hover: var(--theme-color-std-text);
|
|
214
|
-
--theme-btn-outline-secondary--color--active: var(--theme-color-std-text);
|
|
215
|
-
--theme-btn-outline-secondary--color--disabled: var(--theme-color-weak-text);
|
|
216
|
-
--theme-btn-invisible-secondary--background: var(--theme-color-ghost);
|
|
217
|
-
--theme-btn-invisible-secondary--background--hover: var(--theme-color-ghost--hover);
|
|
218
|
-
--theme-btn-invisible-secondary--background--active: var(--theme-color-ghost--active);
|
|
219
|
-
--theme-btn-invisible-secondary--color: var(--theme-color-std-text);
|
|
220
|
-
--theme-btn-invisible-secondary--color--hover: var(--theme-color-std-text);
|
|
221
|
-
--theme-btn-invisible-secondary--color--active: var(--theme-color-std-text);
|
|
222
|
-
--theme-btn-invisible-secondary--color--disabled: var(--theme-color-weak-text);
|
|
223
|
-
--theme-btn-invisible-secondary--color--selected: var(--theme-color-primary);
|
|
224
|
-
--theme-btn-invisible-secondary--color--selected-hover: var(--theme-color-primary);
|
|
225
|
-
--theme-btn-invisible-secondary--color--selected-active: var(--theme-color-primary);
|
|
226
|
-
--theme-btn-invisible-secondary--background--selected: var(--theme-color-component-7);
|
|
227
|
-
--theme-btn-invisible-secondary--background--selected-hover: var(--theme-color-component-7--hover);
|
|
228
|
-
--theme-btn-invisible-secondary--background--selected-active: var(--theme-color-component-7--active);
|
|
229
|
-
--theme-link-btn--color: var(--theme-color-primary);
|
|
230
|
-
--theme-link-btn--color--hover: var(--theme-color-primary);
|
|
231
|
-
--theme-link-btn--color--active: var(--theme-color-contrast-text);
|
|
232
|
-
--theme-link-btn--border-color: var(--theme-color-ghost);
|
|
233
|
-
--theme-link-btn--border-color--hover: var(--theme-color-ghost);
|
|
234
|
-
--theme-link-btn--border-color--active: var(--theme-color-ghost);
|
|
235
|
-
--theme-link-btn--color--visited: var(--theme-color-primary);
|
|
236
|
-
--theme-link-btn--border-color--visited: var(--theme-color-ghost);
|
|
237
|
-
--theme-link-btn--border-color--disabled: var(--theme-color-ghost);
|
|
238
|
-
--theme-link-btn--color--disabled: var(--theme-color-weak-text);
|
|
239
|
-
--theme-checkbox-unchecked--background: var(--theme-color-secondary);
|
|
240
|
-
--theme-checkbox-unchecked--border-color: var(--theme-color-std-bdr);
|
|
241
|
-
--theme-checkbox-unchecked--background--hover: var(--theme-color-secondary--hover);
|
|
242
|
-
--theme-checkbox-unchecked--background--active: var(--theme-color-secondary--active);
|
|
243
|
-
--theme-checkbox-unchecked--border-color--hover: var(--theme-color-std-bdr);
|
|
244
|
-
--theme-checkbox-unchecked--border-color--active: var(--theme-color-std-bdr);
|
|
245
|
-
--theme-checkbox-unchecked--background--disabled: var(--theme-color-ghost);
|
|
246
|
-
--theme-checkbox-unchecked--border-color--disabled: var(--theme-color-weak-bdr);
|
|
247
|
-
--theme-checkbox-checked--background: var(--theme-color-primary);
|
|
248
|
-
--theme-checkbox-checked--border-color: var(--theme-color-0);
|
|
249
|
-
--theme-checkbox-checked--color: var(--theme-color-primary--contrast);
|
|
250
|
-
--theme-checkbox-checked--background--hover: var(--theme-color-primary--hover);
|
|
251
|
-
--theme-checkbox-checked--border-color--hover: var(--theme-color-0);
|
|
252
|
-
--theme-checkbox-checked--color--hover: var(--theme-color-primary--contrast);
|
|
253
|
-
--theme-checkbox-checked--background--active: var(--theme-color-primary--active);
|
|
254
|
-
--theme-checkbox-checked--border-color--active: var(--theme-color-0);
|
|
255
|
-
--theme-checkbox-checked--color--active: var(--theme-color-primary--contrast);
|
|
256
|
-
--theme-checkbox-checked--background--disabled: var(--theme-color-component-4);
|
|
257
|
-
--theme-checkbox-checked--border-color--disabled: var(--theme-color-0);
|
|
258
|
-
--theme-checkbox-checked--color--disabled: var(--theme-color-primary--contrast);
|
|
259
|
-
--theme-checkbox-mixed--background: var(--theme-color-secondary);
|
|
260
|
-
--theme-checkbox-mixed--border-color: var(--theme-color-primary);
|
|
261
|
-
--theme-checkbox-mixed--color: var(--theme-color-primary);
|
|
262
|
-
--theme-checkbox-mixed--background--hover: var(--theme-color-secondary--hover);
|
|
263
|
-
--theme-checkbox-mixed--border-color--hover: var(--theme-color-primary);
|
|
264
|
-
--theme-checkbox-mixed--color--hover: var(--theme-color-primary);
|
|
265
|
-
--theme-checkbox-mixed--background--active: var(--theme-color-secondary--active);
|
|
266
|
-
--theme-checkbox-mixed--border-color--active: var(--theme-color-primary);
|
|
267
|
-
--theme-checkbox-mixed--color--active: var(--theme-color-primary);
|
|
268
|
-
--theme-checkbox-mixed--background--disabled: var(--theme-color-ghost);
|
|
269
|
-
--theme-checkbox-mixed--border-color--disabled: var(--theme-color-component-4);
|
|
270
|
-
--theme-checkbox-mixed--color--disabled: var(--theme-color-component-4);
|
|
271
|
-
--theme-checkbox-label--color: var(--theme-color-std-text);
|
|
272
|
-
--theme-checkbox-label--color--disabled: var(--theme-color-weak-text);
|
|
273
|
-
--theme-radiobtn-unchecked--background: var(--theme-color-secondary);
|
|
274
|
-
--theme-radiobtn-unchecked--border-color: var(--theme-color-std-bdr);
|
|
275
|
-
--theme-radiobtn-unchecked--border-color--hover: var(--theme-color-std-bdr);
|
|
276
|
-
--theme-radiobtn-unchecked--border-color--active: var(--theme-color-std-bdr);
|
|
277
|
-
--theme-radiobtn-unchecked--border-color--disabled: var(--theme-color-component-4);
|
|
278
|
-
--theme-radiobtn-unchecked--background--hover: var(--theme-color-secondary--hover);
|
|
279
|
-
--theme-radiobtn-unchecked--background--active: var(--theme-color-secondary--active);
|
|
280
|
-
--theme-radiobtn-unchecked--background--disabled: var(--theme-color-ghost);
|
|
281
|
-
--theme-radiobtn-checked--color: var(--theme-color-primary);
|
|
282
|
-
--theme-radiobtn-checked--color--active: var(--theme-color-primary);
|
|
283
|
-
--theme-radiobtn-checked--color--disabled: var(--theme-color-component-4);
|
|
284
|
-
--theme-radiobtn-label--color: var(--theme-color-std-text);
|
|
285
|
-
--theme-radiobtn-label--color--disabled: var(--theme-color-weak-text);
|
|
286
|
-
--theme-radiobtn-checked--background: var(--theme-color-secondary);
|
|
287
|
-
--theme-radiobtn-checked--background--hover: var(--theme-color-secondary--hover);
|
|
288
|
-
--theme-radiobtn-checked--background--active: var(--theme-color-secondary--active);
|
|
289
|
-
--theme-radiobtn-checked--background--disabled: var(--theme-color-ghost);
|
|
290
|
-
--theme-radiobtn-checked--border-color: var(--theme-color-primary);
|
|
291
|
-
--theme-radiobtn-checked--border-color--hover: var(--theme-color-primary);
|
|
292
|
-
--theme-radiobtn-checked--border-color--active: var(--theme-color-primary);
|
|
293
|
-
--theme-radiobtn-checked--border-color--disabled: var(--theme-color-component-4);
|
|
294
|
-
--theme-nav--background: var(--theme-color-component-8);
|
|
295
|
-
--theme-avatar-btn--background: var(--theme-color-ghost);
|
|
296
|
-
--theme-avatar-btn--background--hover: var(--theme-color-ghost--hover);
|
|
297
|
-
--theme-avatar-btn--background--active: var(--theme-color-ghost--active);
|
|
298
|
-
--theme-avatar-btn--color: var(--theme-color-std-text);
|
|
299
|
-
--theme-avatar-btn--color--hover: var(--theme-color-std-text);
|
|
300
|
-
--theme-avatar-btn--color--active: var(--theme-color-std-text);
|
|
301
|
-
--theme-menu-btn--color: var(--theme-color-std-text);
|
|
302
|
-
--theme-menu-btn--color--hover: var(--theme-color-std-text);
|
|
303
|
-
--theme-menu-btn--color--active: var(--theme-color-std-text);
|
|
304
|
-
--theme-menu-btn--background: var(--theme-color-ghost);
|
|
305
|
-
--theme-menu-btn--background--hover: var(--theme-color-ghost--hover);
|
|
306
|
-
--theme-menu-btn--background--active: var(--theme-color-ghost--active);
|
|
307
|
-
--theme-nav-item-primary--background: var(--theme-color-ghost);
|
|
308
|
-
--theme-nav-item-primary--background--hover: var(--theme-color-ghost--hover);
|
|
309
|
-
--theme-nav-item-primary--background--active: var(--theme-color-ghost--active);
|
|
310
|
-
--theme-nav-item-primary--background--selected: var(--theme-color-3);
|
|
311
|
-
--theme-nav-item-primary--border-color: var(--theme-color-0);
|
|
312
|
-
--theme-nav-item-primary--border-color--hover: var(--theme-color-0);
|
|
313
|
-
--theme-nav-item-primary--border-color--active: var(--theme-color-0);
|
|
314
|
-
--theme-nav-item-primary--border-color--selected: var(--theme-color-primary);
|
|
315
|
-
--theme-nav-item-primary--color: var(--theme-color-std-text);
|
|
316
|
-
--theme-nav-item-primary--color--hover: var(--theme-color-std-text);
|
|
317
|
-
--theme-nav-item-primary--color--active: var(--theme-color-std-text);
|
|
318
|
-
--theme-nav-item-primary--color--selected: var(--theme-color-std-text);
|
|
319
|
-
--theme-nav-item-primary-icon--color: var(--theme-color-std-text);
|
|
320
|
-
--theme-nav-item-primary-icon--color--hover: var(--theme-color-std-text);
|
|
321
|
-
--theme-nav-item-primary-icon--color--active: var(--theme-color-std-text);
|
|
322
|
-
--theme-nav-item-primary-icon--color--selected: var(--theme-color-std-text);
|
|
323
|
-
--theme-nav-item-secondary--background: var(--theme-color-ghost);
|
|
324
|
-
--theme-nav-item-secondary--background--hover: var(--theme-color-ghost--hover);
|
|
325
|
-
--theme-nav-item-secondary--background--active: var(--theme-color-ghost--active);
|
|
326
|
-
--theme-nav-item-secondary--background--disabled: var(--theme-color-0);
|
|
327
|
-
--theme-nav-item-secondary--background--selected: var(--theme-color-1);
|
|
328
|
-
--theme-nav-item-secondary--border-color: var(--theme-color-0);
|
|
329
|
-
--theme-nav-item-secondary--border-color--hover: var(--theme-color-0);
|
|
330
|
-
--theme-nav-item-secondary--border-color--active: var(--theme-color-0);
|
|
331
|
-
--theme-nav-item-secondary--border-color--disabled: var(--theme-color-0);
|
|
332
|
-
--theme-nav-item-secondary--border-color--selected: var(--theme-color-primary);
|
|
333
|
-
--theme-nav-item-secondary--color: var(--theme-color-std-text);
|
|
334
|
-
--theme-nav-item-secondary--color--hover: var(--theme-color-std-text);
|
|
335
|
-
--theme-nav-item-secondary--color--active: var(--theme-color-std-text);
|
|
336
|
-
--theme-nav-item-secondary--color--disabled: var(--theme-color-weak-text);
|
|
337
|
-
--theme-nav-item-secondary--color--selected: var(--theme-color-std-text);
|
|
338
|
-
--theme-nav-item-secondary-icon--color: var(--theme-color-std-text);
|
|
339
|
-
--theme-nav-item-secondary-icon--color--hover: var(--theme-color-std-text);
|
|
340
|
-
--theme-nav-item-secondary-icon--color--active: var(--theme-color-std-text);
|
|
341
|
-
--theme-nav-item-secondary-icon--color--selected: var(--theme-color-std-text);
|
|
342
|
-
--theme-nav-item-secondary-icon--color--disabled: var(--theme-color-weak-text);
|
|
343
|
-
--theme-avatar--background: var(--theme-color-component-3);
|
|
344
|
-
--theme-input--border-color: var(--theme-color-std-bdr);
|
|
345
|
-
--theme-input--border-color--autofill: var(--theme-color-std-bdr);
|
|
346
|
-
--theme-input--background: var(--theme-color-1);
|
|
347
|
-
--theme-input--background--autofill: var(--theme-color-component-info);
|
|
348
|
-
--theme-input--border-color-bottom--readonly: var(--theme-color-soft-bdr);
|
|
349
|
-
--theme-input-error--background: var(--theme-color-component-error);
|
|
350
|
-
--theme-input--color--disabled: var(--theme-color-weak-text);
|
|
351
|
-
--theme-input--color: var(--theme-color-std-text);
|
|
352
|
-
--theme-input--color--autofill: var(--theme-color-std-text);
|
|
353
|
-
--theme-input--background--hover: var(--theme-color-1);
|
|
354
|
-
--theme-input--border-color--hover: var(--theme-color-std-bdr);
|
|
355
|
-
--theme-input--background--focus: var(--theme-color-1);
|
|
356
|
-
--theme-input--border-color--focus: var(--theme-color-primary);
|
|
357
|
-
--theme-input--background--readonly: var(--theme-color-0);
|
|
358
|
-
--theme-input--border-color--readonly: var(--theme-color-0);
|
|
359
|
-
--theme-input--background--disabled: var(--theme-color-0);
|
|
360
|
-
--theme-input--border-color--disabled: var(--theme-color-0);
|
|
361
|
-
--theme-input--border-color-bottom--disabled: var(--theme-color-weak-bdr);
|
|
362
|
-
--theme-input-error--border-color: var(--theme-color-alarm);
|
|
363
|
-
--theme-input-error-icon--color: var(--theme-color-alarm);
|
|
364
|
-
--theme-blind-base--border-color: var(--theme-color-weak-bdr);
|
|
365
|
-
--theme-blind-base--background: var(--theme-color-1);
|
|
366
|
-
--theme-blind-header-closed--background: var(--theme-color-ghost);
|
|
367
|
-
--theme-blind-header-closed--background--hover: var(--theme-color-ghost--hover);
|
|
368
|
-
--theme-blind-header-closed--background--active: var(--theme-color-ghost--active);
|
|
369
|
-
--theme-blind-header-open--background: var(--theme-color-ghost);
|
|
370
|
-
--theme-blind-header-open--background--hover: var(--theme-color-ghost--hover);
|
|
371
|
-
--theme-blind-header-open--background--active: var(--theme-color-ghost--active);
|
|
372
|
-
--theme-blind-header-open--color--active: var(--theme-color-std-text);
|
|
373
|
-
--theme-blind-header-icon-open--color--active: var(--theme-color-std-text);
|
|
374
|
-
--theme-blind-header-icon-open--color--hover: var(--theme-color-std-text);
|
|
375
|
-
--theme-blind-header-open--color--hover: var(--theme-color-std-text);
|
|
376
|
-
--theme-blind-header-icon-open--color: var(--theme-color-std-text);
|
|
377
|
-
--theme-blind-header-open--color: var(--theme-color-std-text);
|
|
378
|
-
--theme-blind-header-icon-closed--color: var(--theme-color-std-text);
|
|
379
|
-
--theme-blind-header-icon-closed--color--active: var(--theme-color-std-text);
|
|
380
|
-
--theme-blind-header-icon-closed--color--hover: var(--theme-color-std-text);
|
|
381
|
-
--theme-blind-header-closed--color: var(--theme-color-std-text);
|
|
382
|
-
--theme-blind-header-closed--color--active: var(--theme-color-std-text);
|
|
383
|
-
--theme-blind-header-closed--color--hover: var(--theme-color-std-text);
|
|
384
|
-
--theme-breadcrumb-btn--background: var(--theme-color-component-1);
|
|
385
|
-
--theme-breadcrumb-btn--background--hover: var(--theme-color-component-1--hover);
|
|
386
|
-
--theme-breadcrumb-btn--background--active: var(--theme-color-component-1--active);
|
|
387
|
-
--theme-breadcrumb-btn--color: var(--theme-color-std-text);
|
|
388
|
-
--theme-breadcrumb-btn--color--hover: var(--theme-color-std-text);
|
|
389
|
-
--theme-breadcrumb-btn--color--active: var(--theme-color-std-text);
|
|
390
|
-
--theme-breadcrumb-btn-arrow--color: var(--theme-color-std-text);
|
|
391
|
-
--theme-breadcrumb-btn-arrow--color--hover: var(--theme-color-std-text);
|
|
392
|
-
--theme-breadcrumb-btn-arrow--color--active: var(--theme-color-std-text);
|
|
393
|
-
--theme-breadcrumb-btn-last--color: var(--theme-color-std-text);
|
|
394
|
-
--theme-breadcrumb-ghost--color: var(--theme-color-primary);
|
|
395
|
-
--theme-breadcrumb-ghost--color--hover: var(--theme-color-primary);
|
|
396
|
-
--theme-breadcrumb-ghost--color--active: var(--theme-color-primary);
|
|
397
|
-
--theme-breadcrumb-ghost-arrow--color: var(--theme-color-primary);
|
|
398
|
-
--theme-breadcrumb-ghost-arrow--color--hover: var(--theme-color-primary);
|
|
399
|
-
--theme-breadcrumb-ghost-arrow--color--active: var(--theme-color-primary);
|
|
400
|
-
--theme-breadcrumb-ghost--background: var(--theme-color-ghost);
|
|
401
|
-
--theme-breadcrumb-ghost--background--hover: var(--theme-color-ghost--hover);
|
|
402
|
-
--theme-breadcrumb-ghost--background--active: var(--theme-color-ghost--active);
|
|
403
|
-
--theme-breadcrumb-ghost-last--color: var(--theme-color-soft-text);
|
|
404
|
-
--theme-avatar--color: var(--theme-color-contrast-text);
|
|
405
|
-
--theme-chip-close-btn--background--hover: var(--theme-color-ghost--hover);
|
|
406
|
-
--theme-chip-close-btn--background--active: var(--theme-color-ghost--active);
|
|
407
|
-
--theme-chip-close-btn--color: var(--theme-color-std-text);
|
|
408
|
-
--theme-chip-outline--color: var(--theme-color-std-text);
|
|
409
|
-
--theme-chip-outline--background: var(--theme-color-1);
|
|
410
|
-
--theme-chip-outline--background--hover: var(--theme-color-1--hover);
|
|
411
|
-
--theme-chip-outline--background--active: var(--theme-color-1--active);
|
|
412
|
-
--theme-chip--background: var(--theme-color-component-1);
|
|
413
|
-
--theme-chip--background--hover: var(--theme-color-component-1--hover);
|
|
414
|
-
--theme-chip--background--active: var(--theme-color-component-1--active);
|
|
415
|
-
--theme-chip--color: var(--theme-color-contrast-text);
|
|
416
|
-
--theme-chip-close-btn--background: var(--theme-color-ghost);
|
|
417
|
-
--theme-pill-outline--color: var(--theme-color-std-text);
|
|
418
|
-
--theme-pill-outline--background: var(--theme-color-1);
|
|
419
|
-
--theme-chip-primary-outline--background: var(--theme-color-secondary);
|
|
420
|
-
--theme-chip-primary-outline--background--hover: var(--theme-color-secondary--hover);
|
|
421
|
-
--theme-chip-primary-outline--background--active: var(--theme-color-secondary--active);
|
|
422
|
-
--theme-chip-primary-outline--border-color: var(--theme-color-primary);
|
|
423
|
-
--theme-chip-primary-outline--border-color--hover: var(--theme-color-primary);
|
|
424
|
-
--theme-chip-primary-outline--border-color--active: var(--theme-color-primary);
|
|
425
|
-
--theme-chip-primary-outline--color: var(--theme-color-primary);
|
|
426
|
-
--theme-chip-primary-outline--color--hover: var(--theme-color-primary);
|
|
427
|
-
--theme-chip-primary-outline--color--active: var(--theme-color-primary);
|
|
428
|
-
--theme-chip-primary--background: var(--theme-color-primary);
|
|
429
|
-
--theme-chip-primary--background--hover: var(--theme-color-primary--hover);
|
|
430
|
-
--theme-chip-primary--background--active: var(--theme-color-primary--active);
|
|
431
|
-
--theme-chip-primary--color: var(--theme-color-primary--contrast);
|
|
432
|
-
--theme-chip-primary--color--hover: var(--theme-color-primary--contrast);
|
|
433
|
-
--theme-chip-primary--color--active: var(--theme-color-primary--contrast);
|
|
434
|
-
--theme-chip-primary-outline--background--display: var(--theme-color-secondary);
|
|
435
|
-
--theme-chip-primary-outline--border-color--display: var(--theme-color-primary);
|
|
436
|
-
--theme-chip-primary-outline--color--display: var(--theme-color-std-text);
|
|
437
|
-
--theme-switch-off--background: var(--theme-color-component-3);
|
|
438
|
-
--theme-menu--background: var(--theme-color-1);
|
|
439
|
-
--theme-menu--border-color: var(--theme-color-soft-bdr);
|
|
440
|
-
--theme-menu-header--color: var(--theme-color-soft-text);
|
|
441
|
-
--theme-menu-item--background: var(--theme-color-ghost);
|
|
442
|
-
--theme-menu-item--background--hover: var(--theme-color-ghost--hover);
|
|
443
|
-
--theme-menu-item--background--active: var(--theme-color-ghost--active);
|
|
444
|
-
--theme-menu-item--background--disabled: var(--theme-color-ghost);
|
|
445
|
-
--theme-menu-item--color: var(--theme-color-std-text);
|
|
446
|
-
--theme-menu-item--color--hover: var(--theme-color-std-text);
|
|
447
|
-
--theme-menu-item--color--active: var(--theme-color-std-text);
|
|
448
|
-
--theme-menu-item--color--disabled: var(--theme-color-weak-text);
|
|
449
|
-
--theme-menu-item-icon--color: var(--theme-color-soft-text);
|
|
450
|
-
--theme-menu-item-icon--color--hover: var(--theme-color-std-text);
|
|
451
|
-
--theme-menu-item-icon--color--active: var(--theme-color-std-text);
|
|
452
|
-
--theme-menu-item-icon--color--disabled: var(--theme-color-weak-text);
|
|
453
|
-
--theme-menu-item-arrow--color: var(--theme-color-std-text);
|
|
454
|
-
--theme-menu-item-arrow--color--hover: var(--theme-color-std-text);
|
|
455
|
-
--theme-menu-item-arrow--color--active: var(--theme-color-std-text);
|
|
456
|
-
--theme-menu-item-arrow--color--disabled: var(--theme-color-weak-text);
|
|
457
|
-
--theme-menu-item-check--color: var(--theme-color-std-text);
|
|
458
|
-
--theme-menu-item-check--color--hover: var(--theme-color-std-text);
|
|
459
|
-
--theme-menu-item-check--color--active: var(--theme-color-std-text);
|
|
460
|
-
--theme-menu-item-check--color--disabled: var(--theme-color-weak-text);
|
|
461
|
-
--theme-select-list-item--background: var(--theme-color-ghost);
|
|
462
|
-
--theme-select-list-item--background--hover: var(--theme-color-ghost--hover);
|
|
463
|
-
--theme-select-list-item--background--active: var(--theme-color-ghost--active);
|
|
464
|
-
--theme-select-list-item--background--disabled: var(--theme-color-ghost);
|
|
465
|
-
--theme-select-list-item--background--selected: var(--theme-color-ghost--selected);
|
|
466
|
-
--theme-select-list-item--background--selected-hover: var(--theme-color-ghost--selected-hover);
|
|
467
|
-
--theme-select-list-item--background--selected-active: var(--theme-color-ghost--selected-active);
|
|
468
|
-
--theme-select-list-item--background--selected-disabled: var(--theme-color-ghost);
|
|
469
|
-
--theme-select-list-item--color: var(--theme-color-std-text);
|
|
470
|
-
--theme-select-list-item--color--hover: var(--theme-color-std-text);
|
|
471
|
-
--theme-select-list-item--color--active: var(--theme-color-std-text);
|
|
472
|
-
--theme-select-list-item--color--disabled: var(--theme-color-weak-text);
|
|
473
|
-
--theme-select-list-item--color--selected: var(--theme-color-std-text);
|
|
474
|
-
--theme-select-list-item--color--selected-hover: var(--theme-color-std-text);
|
|
475
|
-
--theme-select-list-item--color--selected-active: var(--theme-color-std-text);
|
|
476
|
-
--theme-select-list-item--color--selected-disabled: var(--theme-color-weak-text);
|
|
477
|
-
--theme-select-list-item-check--color: var(--theme-color-std-text);
|
|
478
|
-
--theme-select-list-item-check--color--hover: var(--theme-color-std-text);
|
|
479
|
-
--theme-select-list-item-check--color--active: var(--theme-color-std-text);
|
|
480
|
-
--theme-select-list-item-check--color--disabled: var(--theme-color-weak-text);
|
|
481
|
-
--theme-select-list--background: var(--theme-color-1);
|
|
482
|
-
--theme-select-list--border-color: var(--theme-color-soft-bdr);
|
|
483
|
-
--theme-tab--background: var(--theme-color-ghost);
|
|
484
|
-
--theme-tab--background--hover: var(--theme-color-ghost--hover);
|
|
485
|
-
--theme-tab--background--active: var(--theme-color-ghost--active);
|
|
486
|
-
--theme-tab--background--selected: var(--theme-color-ghost);
|
|
487
|
-
--theme-tab--background--disabled: var(--theme-color-ghost);
|
|
488
|
-
--theme-tab-indicator--background: var(--theme-color-0);
|
|
489
|
-
--theme-tab-indicator--background--hover: var(--theme-color-6);
|
|
490
|
-
--theme-tab-indicator--background--active: var(--theme-color-6);
|
|
491
|
-
--theme-tab-indicator--background--selected: var(--theme-color-primary);
|
|
492
|
-
--theme-tab-indicator--background--disabled: var(--theme-color-0);
|
|
493
|
-
--theme-animated-tab-indicator--background: var(--theme-color-0);
|
|
494
|
-
--theme-animated-tab-indicator--background--hover: var(--theme-color-0);
|
|
495
|
-
--theme-animated-tab-indicator--background--active: var(--theme-color-0);
|
|
496
|
-
--theme-animated-tab-indicator--background--selected: var(--theme-color-primary);
|
|
497
|
-
--theme-tab--color: var(--theme-color-soft-text);
|
|
498
|
-
--theme-tab--color--hover: var(--theme-color-soft-text);
|
|
499
|
-
--theme-tab--color--active: var(--theme-color-soft-text);
|
|
500
|
-
--theme-tab--color--selected: var(--theme-color-primary);
|
|
501
|
-
--theme-tab--color--disabled: var(--theme-color-weak-text);
|
|
502
|
-
--theme-tab-icon--color: var(--theme-color-soft-text);
|
|
503
|
-
--theme-tab-icon--color--hover: var(--theme-color-soft-text);
|
|
504
|
-
--theme-tab-icon--color--active: var(--theme-color-soft-text);
|
|
505
|
-
--theme-tab-icon--color--selected: var(--theme-color-primary);
|
|
506
|
-
--theme-tab-icon--color--disabled: var(--theme-color-weak-text);
|
|
507
|
-
--theme-animated-tab-icon--color: var(--theme-color-soft-text);
|
|
508
|
-
--theme-animated-tab-icon--color--hover: var(--theme-color-soft-text);
|
|
509
|
-
--theme-animated-tab-icon--color--active: var(--theme-color-soft-text);
|
|
510
|
-
--theme-animated-tab-icon--color--selected: var(--theme-color-primary--contrast);
|
|
511
|
-
--theme-animated-tab-icon--color--disabled: var(--theme-color-weak-text);
|
|
512
|
-
--theme-animated-tab-circle--background: var(--theme-color-1);
|
|
513
|
-
--theme-animated-tab-circle--background--hover: var(--theme-color-1--hover);
|
|
514
|
-
--theme-animated-tab-circle--background--active: var(--theme-color-1--active);
|
|
515
|
-
--theme-animated-tab-circle--background--selected: var(--theme-color-primary);
|
|
516
|
-
--theme-animated-tab-circle--background--disabled: var(--theme-color-0);
|
|
517
|
-
--theme-animated-tab-circle--border-color: var(--theme-color-soft-bdr);
|
|
518
|
-
--theme-animated-tab-circle--border-color--hover: var(--theme-color-soft-bdr);
|
|
519
|
-
--theme-animated-tab-circle--border-color--active: var(--theme-color-soft-bdr);
|
|
520
|
-
--theme-animated-tab-circle--border-color--selected: var(--theme-color-0);
|
|
521
|
-
--theme-animated-tab-circle--border-color--disabled: var(--theme-color-weak-bdr);
|
|
522
|
-
--theme-tab-pill--border-color: var(--theme-color-std-bdr);
|
|
523
|
-
--theme-tab-pill--border-color--hover: var(--theme-color-std-bdr);
|
|
524
|
-
--theme-tab-pill--border-color--active: var(--theme-color-std-bdr);
|
|
525
|
-
--theme-tab-pill--border-color--selected: var(--theme-color-primary);
|
|
526
|
-
--theme-tab-pill--border-color--disabled: var(--theme-color-weak-bdr);
|
|
527
|
-
--theme-input-unit--color: var(--theme-color-soft-text);
|
|
528
|
-
--theme-input-gripper--color: var(--theme-color-weak-bdr);
|
|
529
|
-
--theme-input-gripper--color--hover: var(--theme-color-weak-bdr);
|
|
530
|
-
--theme-input-gripper--color--focus: var(--theme-color-weak-bdr);
|
|
531
|
-
--theme-input-search-icon--color: var(--theme-color-std-text);
|
|
532
|
-
--theme-input-search-icon--color--hover: var(--theme-color-std-text);
|
|
533
|
-
--theme-input-search-icon--color--focus: var(--theme-color-std-text);
|
|
534
|
-
--theme-input-search-icon--color--disabled: var(--theme-color-weak-text);
|
|
535
|
-
--theme-input-select-icon--color: var(--theme-color-soft-text);
|
|
536
|
-
--theme-input-select-icon--color--hover: var(--theme-color-std-text);
|
|
537
|
-
--theme-input-select-icon--color--active: var(--theme-color-std-text);
|
|
538
|
-
--theme-switch-off--background--hover: var(--theme-color-component-4);
|
|
539
|
-
--theme-switch-off--background--active: var(--theme-color-component-3);
|
|
540
|
-
--theme-switch-off--background--disabled: var(--theme-color-component-2);
|
|
541
|
-
--theme-switch-on--background: var(--theme-color-dynamic);
|
|
542
|
-
--theme-switch-on--background--hover: var(--theme-color-dynamic--hover);
|
|
543
|
-
--theme-switch-on--background--active: var(--theme-color-dynamic--active);
|
|
544
|
-
--theme-switch-on--background--disabled: var(--theme-color-component-2);
|
|
545
|
-
--theme-switch-mixed--background: var(--theme-color-component-3);
|
|
546
|
-
--theme-switch-mixed--background--hover: var(--theme-color-component-4);
|
|
547
|
-
--theme-switch-mixed--background--active: var(--theme-color-component-3);
|
|
548
|
-
--theme-switch-mixed--background--disabled: var(--theme-color-component-2);
|
|
549
|
-
--theme-switch-off--border-color: var(--theme-color-0);
|
|
550
|
-
--theme-switch-off--border-color--hover: var(--theme-color-0);
|
|
551
|
-
--theme-switch-off--border-color--active: var(--theme-color-0);
|
|
552
|
-
--theme-switch-off--border-color--disabled: var(--theme-color-0);
|
|
553
|
-
--theme-switch-on--border-color: var(--theme-color-0);
|
|
554
|
-
--theme-switch-on--border-color--hover: var(--theme-color-0);
|
|
555
|
-
--theme-switch-on--border-color--active: var(--theme-color-0);
|
|
556
|
-
--theme-switch-on--border-color--disabled: var(--theme-color-0);
|
|
557
|
-
--theme-switch-mixed--border-color: var(--theme-color-0);
|
|
558
|
-
--theme-switch-mixed--border-color--hover: var(--theme-color-0);
|
|
559
|
-
--theme-switch-mixed--border-color--active: var(--theme-color-0);
|
|
560
|
-
--theme-switch-mixed--border-color--disabled: var(--theme-color-0);
|
|
561
|
-
--theme-switch-thumb-off--background: var(--theme-color-1);
|
|
562
|
-
--theme-switch-thumb-off--background--hover: var(--theme-color-1);
|
|
563
|
-
--theme-switch-thumb-off--background--active: var(--theme-color-1);
|
|
564
|
-
--theme-switch-thumb-off--background--disabled: var(--theme-color-component-3);
|
|
565
|
-
--theme-switch-thumb-on--background: var(--theme-color-1);
|
|
566
|
-
--theme-switch-thumb-on--background--hover: var(--theme-color-1);
|
|
567
|
-
--theme-switch-thumb-on--background--active: var(--theme-color-1);
|
|
568
|
-
--theme-switch-thumb-on--background--disabled: var(--theme-color-component-3);
|
|
569
|
-
--theme-switch-thumb-mixed--background: var(--theme-color-1);
|
|
570
|
-
--theme-switch-thumb-mixed--background--hover: var(--theme-color-1);
|
|
571
|
-
--theme-switch-thumb-mixed--background--active: var(--theme-color-1);
|
|
572
|
-
--theme-switch-thumb-mixed--background--disabled: var(--theme-color-component-3);
|
|
573
|
-
--theme-switch-thumb-off--border-color: var(--theme-color-0);
|
|
574
|
-
--theme-switch-thumb-off--border-color--hover: var(--theme-color-0);
|
|
575
|
-
--theme-switch-thumb-off--border-color--active: var(--theme-color-0);
|
|
576
|
-
--theme-switch-thumb-off--border-color--disabled: var(--theme-color-0);
|
|
577
|
-
--theme-switch-thumb-on--border-color: var(--theme-color-0);
|
|
578
|
-
--theme-switch-thumb-on--border-color--hover: var(--theme-color-0);
|
|
579
|
-
--theme-switch-thumb-on--border-color--active: var(--theme-color-0);
|
|
580
|
-
--theme-switch-thumb-on--border-color--disabled: var(--theme-color-0);
|
|
581
|
-
--theme-switch-thumb-mixed--border-color: var(--theme-color-0);
|
|
582
|
-
--theme-switch-thumb-mixed--border-color--hover: var(--theme-color-0);
|
|
583
|
-
--theme-switch-thumb-mixed--border-color--active: var(--theme-color-0);
|
|
584
|
-
--theme-switch-thumb-mixed--border-color--disabled: var(--theme-color-0);
|
|
585
|
-
--theme-switch--color: var(--theme-color-std-text);
|
|
586
|
-
--theme-switch--color--hover: var(--theme-color-std-text);
|
|
587
|
-
--theme-switch--color--active: var(--theme-color-std-text);
|
|
588
|
-
--theme-switch--color--disabled: var(--theme-color-weak-text);
|
|
589
|
-
--theme-messagebar--color: var(--theme-color-std-text);
|
|
590
|
-
--theme-messagebar--background: var(--theme-color-1);
|
|
591
|
-
--theme-scrollbar-track--background: var(--theme-color-2);
|
|
592
|
-
--theme-scrollbar-track--border: var(--theme-color-1);
|
|
593
|
-
--theme-scrollbar-thumb--background: var(--theme-color-5);
|
|
594
|
-
--theme-scrollbar-track--background--hover: var(--theme-color-3);
|
|
595
|
-
--theme-scrollbar-thumb--background--hover: var(--theme-color-6);
|
|
596
|
-
--theme-modal--background: var(--theme-color-1);
|
|
597
|
-
--theme-modal--border-color: var(--theme-color-soft-bdr);
|
|
598
|
-
--theme-datepicker-day--background: var(--theme-color-ghost);
|
|
599
|
-
--theme-datepicker-day--background--hover: var(--theme-color-ghost--hover);
|
|
600
|
-
--theme-datepicker-day--background--active: var(--theme-color-ghost--active);
|
|
601
|
-
--theme-datepicker-day--background--disabled: var(--theme-color-ghost);
|
|
602
|
-
--theme-datepicker-day--background--selected: var(--theme-color-component-9);
|
|
603
|
-
--theme-datepicker-day--background--selected-hover: var(--theme-color-component-9--hover);
|
|
604
|
-
--theme-datepicker-day--background--selected-active: var(--theme-color-component-9--active);
|
|
605
|
-
--theme-datepicker-day--background--selected-disabled: var(--theme-color-component-9--disabled);
|
|
606
|
-
--theme-datepicker-day--background--range: var(--theme-color-component-10);
|
|
607
|
-
--theme-datepicker-day--background--range-hover: var(--theme-color-component-10--hover);
|
|
608
|
-
--theme-datepicker-day--background--range-active: var(--theme-color-component-10--active);
|
|
609
|
-
--theme-datepicker-day--background--range-disabled: var(--theme-color-component-10--disabled);
|
|
610
|
-
--theme-btn-invisible-primary--border-color: var(--theme-color-0);
|
|
611
|
-
--theme-btn-invisible-primary--border-color--hover: var(--theme-color-0);
|
|
612
|
-
--theme-btn-invisible-primary--border-color--active: var(--theme-color-0);
|
|
613
|
-
--theme-btn-invisible-primary--border-color--disabled: var(--theme-color-0);
|
|
614
|
-
--theme-btn-secondary--border-color: var(--theme-color-0);
|
|
615
|
-
--theme-btn-secondary--border-color--hover: var(--theme-color-0);
|
|
616
|
-
--theme-btn-secondary--border-color--active: var(--theme-color-0);
|
|
617
|
-
--theme-btn-secondary--border-color--disabled: var(--theme-color-0);
|
|
618
|
-
--theme-btn-invisible-secondary--border-color: var(--theme-color-0);
|
|
619
|
-
--theme-btn-invisible-secondary--border-color--hover: var(--theme-color-0);
|
|
620
|
-
--theme-btn-invisible-secondary--border-color--active: var(--theme-color-0);
|
|
621
|
-
--theme-btn-invisible-secondary--border-color--disabled: var(--theme-color-0);
|
|
622
|
-
--theme-map-navigation-logo--color: var(--theme-color-std-text);
|
|
623
|
-
--theme-map-navigation-header--color: var(--theme-color-std-text);
|
|
624
|
-
--theme-map-navigation-separator--background: var(--theme-color-soft-bdr);
|
|
625
|
-
--theme-map-navigation--background: var(--theme-color-3);
|
|
626
|
-
--theme-btn-invisible-secondary--border-color--selected: var(--theme-color-0);
|
|
627
|
-
--theme-btn-invisible-secondary--border-color--selected-hover: var(--theme-color-0);
|
|
628
|
-
--theme-btn-invisible-secondary--border-color--selected-active: var(--theme-color-0);
|
|
629
|
-
--theme-overlay-header--background: var(--theme-color-3);
|
|
630
|
-
--theme-overlay-header--color: var(--theme-color-std-text);
|
|
631
|
-
--theme-nav-overlay--background: var(--theme-color-backdrop);
|
|
632
|
-
--theme-nav-overlay-header--color: var(--theme-color-std-text);
|
|
633
|
-
--theme-event-item--background: var(--theme-color-secondary);
|
|
634
|
-
--theme-event-item--background--disabled: var(--theme-color-component-2);
|
|
635
|
-
--theme-event-item--border--hover: var(--theme-color-weak-bdr);
|
|
636
|
-
--theme-event-item--border: var(--theme-color-weak-bdr);
|
|
637
|
-
--theme-event-item--border--active: var(--theme-color-weak-bdr);
|
|
638
|
-
--theme-event-item--border--selected: var(--theme-color-dynamic);
|
|
639
|
-
--theme-event-item--background--hover: var(--theme-color-secondary--hover);
|
|
640
|
-
--theme-event-item--border--disabled: var(--theme-color-component-2);
|
|
641
|
-
--theme-event-item--background--active: var(--theme-color-secondary--active);
|
|
642
|
-
--theme-event-item--background--selected: var(--theme-color-component-5);
|
|
643
|
-
--theme-event-item-chevron--color: var(--theme-color-soft-text);
|
|
644
|
-
--theme-flip--color: var(--theme-color-std-text);
|
|
645
|
-
--theme-flip--background: var(--theme-color-1);
|
|
646
|
-
--theme-flip--border-color: var(--theme-color-soft-bdr);
|
|
647
|
-
--theme-flip-footer--background: var(--theme-color-1);
|
|
648
|
-
--theme-flip-footer--color: var(--theme-color-std-text);
|
|
649
|
-
--theme-kpi-display--background: var(--theme-color-ghost);
|
|
650
|
-
--theme-kpi-display--background--hover: var(--theme-color-ghost--hover);
|
|
651
|
-
--theme-kpi-display--background--active: var(--theme-color-ghost--active);
|
|
652
|
-
--theme-kpi-display-indicator--background: var(--theme-color-component-4);
|
|
653
|
-
--theme-kpi-display-label--color: var(--theme-color-soft-text);
|
|
654
|
-
--theme-kpi-display-icon--color: var(--theme-color-std-text);
|
|
655
|
-
--theme-kpi-display-value: var(--theme-color-std-text);
|
|
656
|
-
--theme-kpi-display-units: var(--theme-color-soft-text);
|
|
657
|
-
--theme-table-data-row-alt--background: var(--theme-color-ghost-alt);
|
|
658
|
-
--theme-group-item--background: var(--theme-color-component-1);
|
|
659
|
-
--theme-group-item--background--hover: var(--theme-color-component-1--hover);
|
|
660
|
-
--theme-group-item--background--active: var(--theme-color-component-1--active);
|
|
661
|
-
--theme-group-item--background--selected: var(--theme-color-ghost--selected);
|
|
662
|
-
--theme-group-item--background--disabled: var(--theme-color-component-1);
|
|
663
|
-
--theme-group-item--border-color: var(--theme-color-0);
|
|
664
|
-
--theme-group-item--border-color--hover: var(--theme-color-0);
|
|
665
|
-
--theme-group-item--border-color--active: var(--theme-color-0);
|
|
666
|
-
--theme-group-item--border-color--selected: var(--theme-color-primary);
|
|
667
|
-
--theme-group-item--border-color--disabled: var(--theme-color-0);
|
|
668
|
-
--theme-group-item-indicator--background: var(--theme-color-0);
|
|
669
|
-
--theme-group-item-indicator--background--selected: var(--theme-color-primary);
|
|
670
|
-
--theme-group-item-indicator--background--subselected: var(--theme-color-primary);
|
|
671
|
-
--theme-group-node-closed--color: var(--theme-color-std-text);
|
|
672
|
-
--theme-group-node-open--color: var(--theme-color-std-text);
|
|
673
|
-
--theme-group-header--color: var(--theme-color-std-text);
|
|
674
|
-
--theme-group-subheader--color: var(--theme-color-std-text);
|
|
675
|
-
--theme-group-item-icon--color: var(--theme-color-std-text);
|
|
676
|
-
--theme-group-item-text--color: var(--theme-color-std-text);
|
|
677
|
-
--theme-group-item-subtext--color: var(--theme-color-soft-text);
|
|
678
|
-
--theme-group-item-icon--color--disabled: var(--theme-color-weak-text);
|
|
679
|
-
--theme-group-item-text--color--disabled: var(--theme-color-weak-text);
|
|
680
|
-
--theme-group-item-subtext--color--disabled: var(--theme-color-weak-text);
|
|
681
|
-
--theme-upload--background: var(--theme-color-1);
|
|
682
|
-
--theme-upload--background--dragover: var(--theme-color-1);
|
|
683
|
-
--theme-upload--border-color: var(--theme-color-soft-bdr);
|
|
684
|
-
--theme-upload--border-color--dragover: var(--theme-color-primary);
|
|
685
|
-
--theme-upload--background--checking: var(--theme-color-1);
|
|
686
|
-
--theme-upload--background--disabled: var(--theme-color-0);
|
|
687
|
-
--theme-upload--border-color--checking: var(--theme-color-soft-bdr);
|
|
688
|
-
--theme-upload--border-color--disabled: var(--theme-color-soft-bdr);
|
|
689
|
-
--theme-upload-text--color: var(--theme-color-std-text);
|
|
690
|
-
--theme-upload-text--color--checking: var(--theme-color-std-text);
|
|
691
|
-
--theme-upload-text--color--disabled: var(--theme-color-weak-text);
|
|
692
|
-
--theme-input-extra--background--active: var(--theme-color-secondary--active);
|
|
693
|
-
--theme-input-extra--background--hover: var(--theme-color-secondary--hover);
|
|
694
|
-
--theme-btn-outline-primary--border-color: var(--theme-color-primary);
|
|
695
|
-
--theme-btn-outline-primary--border-color--hover: var(--theme-color-primary);
|
|
696
|
-
--theme-btn-outline-primary--border-color--active: var(--theme-color-primary);
|
|
697
|
-
--theme-btn-outline-primary--border-color--disabled: var(--theme-color-component-4);
|
|
698
|
-
--theme-btn-invisible-secondary--background--disabled: var(--theme-color-ghost);
|
|
699
|
-
--theme-ghost--background: var(--theme-color-ghost);
|
|
700
|
-
--theme-ghost--background--hover: var(--theme-color-ghost--hover);
|
|
701
|
-
--theme-ghost--background--active: var(--theme-color-ghost--active);
|
|
702
|
-
--theme-radiobtn-checked--color--hover: var(--theme-color-dynamic);
|
|
703
|
-
--theme-input-hint--color: var(--theme-color-soft-text);
|
|
704
|
-
--theme-menu-separator--background: var(--theme-color-weak-bdr);
|
|
705
|
-
--theme-select-list-item-hint--color: var(--theme-color-soft-text);
|
|
706
|
-
--theme-select-list-item-hint--color--hover: var(--theme-color-soft-text);
|
|
707
|
-
--theme-select-list-item-hint--color--active: var(--theme-color-soft-text);
|
|
708
|
-
--theme-toast-timer-track--background: var(--theme-color-0);
|
|
709
|
-
--theme-toast-timer-value--background: var(--theme-color-6);
|
|
710
|
-
--theme-toast--background: var(--theme-color-1);
|
|
711
|
-
--theme-toast--border-color: var(--theme-color-weak-bdr);
|
|
712
|
-
--theme-toast--color: var(--theme-color-std-text);
|
|
713
|
-
--theme-datepicker-day--border-color: var(--theme-color-0);
|
|
714
|
-
--theme-datepicker-day--border-color--hover: var(--theme-color-0);
|
|
715
|
-
--theme-datepicker-day--border-color--active: var(--theme-color-0);
|
|
716
|
-
--theme-datepicker-day--border-color--disabled: var(--theme-color-0);
|
|
717
|
-
--theme-datepicker-day--color: var(--theme-color-primary);
|
|
718
|
-
--theme-datepicker-day--color--hover: var(--theme-color-primary);
|
|
719
|
-
--theme-datepicker-day--color--active: var(--theme-color-primary);
|
|
720
|
-
--theme-datepicker-day--color--disabled: var(--theme-color-weak-text);
|
|
721
|
-
--theme-datepicker-day--border-color--selected: var(--theme-color-0);
|
|
722
|
-
--theme-datepicker-day--border-color--selected-hover: var(--theme-color-0);
|
|
723
|
-
--theme-datepicker-day--border-color--selected-active: var(--theme-color-0);
|
|
724
|
-
--theme-datepicker-day--border-color--selected-disabled: var(--theme-color-0);
|
|
725
|
-
--theme-datepicker-day--color--selected: var(--theme-color-primary--contrast);
|
|
726
|
-
--theme-datepicker-day--color--selected-hover: var(--theme-color-primary--contrast);
|
|
727
|
-
--theme-datepicker-day--color--selected-active: var(--theme-color-primary--contrast);
|
|
728
|
-
--theme-datepicker-day--color--selected-disabled: var(--theme-color-weak-text);
|
|
729
|
-
--theme-datepicker-day--border-color--range: var(--theme-color-0);
|
|
730
|
-
--theme-datepicker-day--border-color--range-hover: var(--theme-color-0);
|
|
731
|
-
--theme-datepicker-day--border-color--range-active: var(--theme-color-0);
|
|
732
|
-
--theme-datepicker-day--border-color--range-disabled: var(--theme-color-0);
|
|
733
|
-
--theme-datepicker-day--color--range: var(--theme-color-primary--contrast);
|
|
734
|
-
--theme-datepicker-day--color--range-hover: var(--theme-color-primary--contrast);
|
|
735
|
-
--theme-datepicker-day--color--range-active: var(--theme-color-primary--contrast);
|
|
736
|
-
--theme-datepicker-day--color--range-disabled: var(--theme-color-weak-text);
|
|
737
|
-
--theme-datepicker-today--background: var(--theme-color-ghost);
|
|
738
|
-
--theme-datepicker-today--background--hover: var(--theme-color-ghost--hover);
|
|
739
|
-
--theme-datepicker-today--background--active: var(--theme-color-ghost--active);
|
|
740
|
-
--theme-datepicker-today--background--disabled: var(--theme-color-ghost);
|
|
741
|
-
--theme-datepicker-today--border-color: var(--theme-color-primary);
|
|
742
|
-
--theme-datepicker-today--border-color--hover: var(--theme-color-primary);
|
|
743
|
-
--theme-datepicker-today--border-color--active: var(--theme-color-primary);
|
|
744
|
-
--theme-datepicker-today--border-color--disabled: var(--theme-color-primary--disabled);
|
|
745
|
-
--theme-datepicker-today--color: var(--theme-color-primary);
|
|
746
|
-
--theme-datepicker-today--color--hover: var(--theme-color-primary);
|
|
747
|
-
--theme-datepicker-today--color--active: var(--theme-color-primary);
|
|
748
|
-
--theme-datepicker-today--color--disabled: var(--theme-color-weak-text);
|
|
749
|
-
--theme-datepicker-today--background--selected: var(--theme-color-component-9);
|
|
750
|
-
--theme-datepicker-today--background--selected-hover: var(--theme-color-component-9--hover);
|
|
751
|
-
--theme-datepicker-today--background--selected-active: var(--theme-color-component-9--active);
|
|
752
|
-
--theme-datepicker-today--background--selected-disabled: var(--theme-color-component-9--disabled);
|
|
753
|
-
--theme-datepicker-today--border-color--selected: var(--theme-color-primary);
|
|
754
|
-
--theme-datepicker-today--border-color--selected-hover: var(--theme-color-primary);
|
|
755
|
-
--theme-datepicker-today--border-color--selected-active: var(--theme-color-primary);
|
|
756
|
-
--theme-datepicker-today--border-color--selected-disabled: var(--theme-color-primary--disabled);
|
|
757
|
-
--theme-datepicker-today--color--selected: var(--theme-color-primary--contrast);
|
|
758
|
-
--theme-datepicker-today--color--selected-hover: var(--theme-color-primary--contrast);
|
|
759
|
-
--theme-datepicker-today--color--selected-active: var(--theme-color-primary--contrast);
|
|
760
|
-
--theme-datepicker-today--color--selected-disabled: var(--theme-color-weak-text);
|
|
761
|
-
--theme-datepicker-today--background--range: var(--theme-color-component-10);
|
|
762
|
-
--theme-datepicker-today--background--range-hover: var(--theme-color-component-10--hover);
|
|
763
|
-
--theme-datepicker-today--background--range-active: var(--theme-color-component-10--active);
|
|
764
|
-
--theme-datepicker-today--background--range-disabled: var(--theme-color-component-10--disabled);
|
|
765
|
-
--theme-datepicker-today--border-color--range: var(--theme-color-primary);
|
|
766
|
-
--theme-datepicker-today--border-color--range-hover: var(--theme-color-primary);
|
|
767
|
-
--theme-datepicker-today--border-color--range-active: var(--theme-color-primary);
|
|
768
|
-
--theme-datepicker-today--border-color--range-disabled: var(--theme-color-primary--disabled);
|
|
769
|
-
--theme-datepicker-today--color--range: var(--theme-color-primary--contrast);
|
|
770
|
-
--theme-datepicker-today--color--range-hover: var(--theme-color-primary--contrast);
|
|
771
|
-
--theme-datepicker-today--color--range-active: var(--theme-color-primary--contrast);
|
|
772
|
-
--theme-datepicker-today--color--range-disabled: var(--theme-color-weak-text);
|
|
773
|
-
--theme-datepicker-separator--background: var(--theme-color-x-weak-bdr);
|
|
774
|
-
--theme-datepicker-weekday--color: var(--theme-color-soft-text);
|
|
775
|
-
--theme-datepicker-cw--color: var(--theme-color-soft-text);
|
|
776
|
-
--theme-datepicker-time-header: var(--theme-color-std-text);
|
|
777
|
-
--theme-datepicker-extra--border-color: var(--theme-color-1);
|
|
778
|
-
--theme-overlay--background: var(--theme-color-backdrop);
|
|
779
|
-
--theme-tree-item--background: var(--theme-color-ghost);
|
|
780
|
-
--theme-tree-item--background--hover: var(--theme-color-ghost--hover);
|
|
781
|
-
--theme-tree-item--background--active: var(--theme-color-ghost--active);
|
|
782
|
-
--theme-tree-item--background--selected: var(--theme-color-ghost--selected);
|
|
783
|
-
--theme-tree-item--background--selected-hover: var(--theme-color-ghost--selected-hover);
|
|
784
|
-
--theme-tree-item--background--selected-active: var(--theme-color-ghost--selected-active);
|
|
785
|
-
--theme-tree-item-node-closed-icon--color: var(--theme-color-std-text);
|
|
786
|
-
--theme-tree-item-node-open-icon--color: var(--theme-color-dynamic);
|
|
787
|
-
--theme-tree-item--color: var(--theme-color-std-text);
|
|
788
|
-
--theme-tree-item-icon: var(--theme-color-std-text);
|
|
789
|
-
--theme-tree-item-status--color: var(--theme-color-soft-text);
|
|
790
|
-
--theme-workflow-step--background: var(--theme-color-ghost);
|
|
791
|
-
--theme-workflow-step--background--hover: var(--theme-color-ghost--hover);
|
|
792
|
-
--theme-workflow-step--background--active: var(--theme-color-ghost--active);
|
|
793
|
-
--theme-workflow-step--background--selected: var(--theme-color-ghost--selected);
|
|
794
|
-
--theme-workflow-step--background--disabled: var(--theme-color-ghost);
|
|
795
|
-
--theme-workflow-step--color: var(--theme-color-std-text);
|
|
796
|
-
--theme-workflow-step-icon--background: var(--theme-color-1);
|
|
797
|
-
--theme-workflow-step-icon-default--color: var(--theme-color-neutral);
|
|
798
|
-
--theme-workflow-step-icon-default--color--selected: var(--theme-color-primary);
|
|
799
|
-
--theme-workflow-step-icon-default--color--disabled: var(--theme-color-weak-text);
|
|
800
|
-
--theme-workflow-step-icon-done--color: var(--theme-color-primary);
|
|
801
|
-
--theme-workflow-step-icon-done--color--selected: var(--theme-color-primary);
|
|
802
|
-
--theme-workflow-step-icon-done--color--disabled: var(--theme-color-weak-text);
|
|
803
|
-
--theme-workflow-step-icon-success--color--disabled: var(--theme-color-weak-text);
|
|
804
|
-
--theme-workflow-step-icon-warning--color--disabled: var(--theme-color-weak-text);
|
|
805
|
-
--theme-workflow-step-icon-error--color--disabled: var(--theme-color-weak-text);
|
|
806
|
-
--theme-tootlip--background: var(--theme-color-1);
|
|
807
|
-
--theme-tooltip--border-color: var(--theme-color-0);
|
|
808
|
-
--theme-tooltip--color: var(--theme-color-std-text);
|
|
809
|
-
--theme-tooltip-close--color: var(--theme-color-soft-text);
|
|
810
|
-
--theme-tooltip-close-btn--background: var(--theme-color-ghost);
|
|
811
|
-
--theme-tooltip-close-btn--background--hover: var(--theme-color-ghost--hover);
|
|
812
|
-
--theme-tooltip-close-btn--background--active: var(--theme-color-ghost--active);
|
|
813
|
-
--theme-table--background: var(--theme-color-0);
|
|
814
|
-
--theme-table--border-color: var(--theme-color-weak-bdr);
|
|
815
|
-
--theme-table--color: var(--theme-color-std-text);
|
|
816
|
-
--theme-table-header-row--background: var(--theme-color-component-11);
|
|
817
|
-
--theme-table-header-row--border-color: var(--theme-color-weak-bdr);
|
|
818
|
-
--theme-table-header-cell--background: var(--theme-color-ghost);
|
|
819
|
-
--theme-table-header-cell--background--hover: var(--theme-color-ghost--hover);
|
|
820
|
-
--theme-table-header-cell--background--active: var(--theme-color-ghost--active);
|
|
821
|
-
--theme-table-header-cell--border-color: var(--theme-color-0);
|
|
822
|
-
--theme-table-header-cell--border-color--hover: var(--theme-color-0);
|
|
823
|
-
--theme-table-header-cell--border-color--active: var(--theme-color-0);
|
|
824
|
-
--theme-table-header-cell--color: var(--theme-color-std-text);
|
|
825
|
-
--theme-table-header-filter--color: var(--theme-color-primary);
|
|
826
|
-
--theme-table-header-sort--color: var(--theme-color-primary);
|
|
827
|
-
--theme-table-header-splitter--background: var(--theme-color-soft-bdr);
|
|
828
|
-
--theme-table-header-splitter--background--hover: var(--theme-color-dynamic);
|
|
829
|
-
--theme-table-data-row--background: var(--theme-color-ghost);
|
|
830
|
-
--theme-table-data-row--background--hover: var(--theme-color-ghost--hover);
|
|
831
|
-
--theme-table-data-row--background--active: var(--theme-color-ghost--active);
|
|
832
|
-
--theme-table-data-row--background--selected: var(--theme-color-ghost--selected);
|
|
833
|
-
--theme-table-data-row--background--disabled: var(--theme-color-ghost);
|
|
834
|
-
--theme-table-data-row--background--selected-hover: var(--theme-color-ghost--selected-hover);
|
|
835
|
-
--theme-table-data-row--background--selected-active: var(--theme-color-ghost--selected-active);
|
|
836
|
-
--theme-table-data-row--border-color: var(--theme-color-weak-bdr);
|
|
837
|
-
--theme-table-data-cell--border-color: var(--theme-color-0);
|
|
838
|
-
--theme-table-data-cell--background: var(--theme-color-ghost);
|
|
839
|
-
--theme-table-data-cell--background--hover: var(--theme-color-ghost--hover);
|
|
840
|
-
--theme-table-data-cell--background--active: var(--theme-color-ghost--active);
|
|
841
|
-
--theme-table-data-cell--background--selected: var(--theme-color-ghost--selected);
|
|
842
|
-
--theme-table-data-cell--background--disabled: var(--theme-color-ghost);
|
|
843
|
-
--theme-table-data-cell--background--selected-hover: var(--theme-color-ghost--selected-hover);
|
|
844
|
-
--theme-table-data-cell--background--selected-active: var(--theme-color-ghost--selected-active);
|
|
845
|
-
--theme-table-data-cell--color: var(--theme-color-std-text);
|
|
846
|
-
--theme-table-data-cell--color-disabled: var(--theme-color-weak-text);
|
|
847
|
-
--theme-table-data-row-alt--background--hover: var(--theme-color-ghost-alt--hover);
|
|
848
|
-
--theme-table-data-row-alt--background--active: var(--theme-color-ghost-alt--active);
|
|
849
|
-
--theme-table-data-row-alt--background--selected: var(--theme-color-ghost-alt--selected);
|
|
850
|
-
--theme-table-data-row-alt--background--disabled: var(--theme-color-ghost-alt);
|
|
851
|
-
--theme-table-data-row-alt--background--selected-hover: var(--theme-color-ghost-alt--selected-hover);
|
|
852
|
-
--theme-table-data-row-alt--background--selected-active: var(--theme-color-ghost-alt--selected-active);
|
|
853
|
-
--theme-table-group-splitter--background: var(--theme-color-x-weak-bdr);
|
|
854
|
-
--theme-table-group-splitter--background--hover: var(--theme-color-dynamic);
|
|
855
|
-
--theme-table-group-header-row--background: var(--theme-color-component-11);
|
|
856
|
-
--theme-table-group-header-row--border-color: var(--theme-color-weak-bdr);
|
|
857
|
-
--theme-label--color: var(--theme-color-soft-text);
|
|
858
|
-
--theme-label--color--hover: var(--theme-color-std-text);
|
|
859
|
-
--theme-label--color--active: var(--theme-color-std-text);
|
|
860
|
-
--theme-label--color--focus: var(--theme-color-std-text);
|
|
861
|
-
--theme-label--color--disabled: var(--theme-color-weak-text);
|
|
862
|
-
--theme-table-selection--border-color: var(--theme-color-0);
|
|
863
|
-
}
|
|
864
|
-
}
|