@lumx/core 2.0.1 → 2.1.0-alpha-css-test2

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.
Files changed (38) hide show
  1. package/css/_retro-compat-v2.css +117 -0
  2. package/css/design-tokens.css +768 -92
  3. package/css/material.css +56 -57
  4. package/js/constants/design-tokens.js +3406 -414
  5. package/js/constants/design-tokens.min.js +1 -1
  6. package/js/constants/design-tokens.min.js.map +1 -1
  7. package/js/constants/design-tokens.ts +3386 -394
  8. package/lumx.css +1 -1
  9. package/lumx.min.css +1 -1
  10. package/package.json +2 -2
  11. package/scss/_design-tokens.scss +1670 -224
  12. package/scss/_retro-compat-v2.scss +95 -0
  13. package/scss/components/button/_index.scss +6 -42
  14. package/scss/components/button/_mixins.scss +144 -29
  15. package/scss/components/checkbox/_mixins.scss +9 -9
  16. package/scss/components/chip/_index.scss +2 -2
  17. package/scss/components/chip/_mixins.scss +2 -2
  18. package/scss/components/image-block/_index.scss +4 -5
  19. package/scss/components/input-helper/_mixins.scss +3 -3
  20. package/scss/components/input-label/_mixins.scss +3 -3
  21. package/scss/components/progress/_index.scss +2 -2
  22. package/scss/components/radio-button/_mixins.scss +12 -12
  23. package/scss/components/select/_index.scss +99 -10
  24. package/scss/components/select/_mixins.scss +6 -1
  25. package/scss/components/skeleton/_index.scss +2 -2
  26. package/scss/components/switch/_mixins.scss +15 -15
  27. package/scss/components/tabs/_index.scss +27 -55
  28. package/scss/components/tabs/_mixins.scss +66 -31
  29. package/scss/components/text-field/_index.scss +114 -9
  30. package/scss/components/text-field/_mixins.scss +42 -66
  31. package/scss/components/thumbnail/_variables.scss +5 -0
  32. package/scss/components/user-block/_index.scss +2 -9
  33. package/scss/core/base/_variables.scss +1 -0
  34. package/scss/core/state/_mixins.scss +11 -7
  35. package/scss/core/typography/_index.scss +9 -2
  36. package/scss/core/typography/_mixins.scss +13 -4
  37. package/scss/core/typography/_variables.scss +2 -1
  38. package/scss/lumx.scss +4 -0
@@ -1,106 +1,730 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 06 May 2021 08:43:34 GMT
3
+ * Generated on Thu, 23 Sep 2021 06:47:16 GMT
4
4
  */
5
5
 
6
6
  :root {
7
- --lumx-button-font-weight: 700;
8
- --lumx-button-text-transform: none;
9
- --lumx-button-variant-icon-border-radius: 4px;
10
- --lumx-button-size-m-font-size: 14px;
11
- --lumx-button-size-s-font-size: 12px;
12
- --lumx-checkbox-wrapper-size: 20px;
13
- --lumx-checkbox-control-size: 16px;
14
- --lumx-chip-size-m-height: 36px;
15
- --lumx-chip-size-m-border-radius: 18px;
16
- --lumx-chip-size-m-padding-vertical: 16px;
17
- --lumx-chip-size-s-height: 24px;
18
- --lumx-chip-size-s-border-radius: 12px;
19
- --lumx-chip-size-s-padding-vertical: 12px;
20
- --lumx-input-helper-font-size: 12px;
21
- --lumx-input-helper-font-weight: 400;
22
- --lumx-input-helper-line-height: 16px;
23
- --lumx-input-label-font-size: 14px;
24
- --lumx-input-label-font-weight: 400;
25
- --lumx-input-label-line-height: 20px;
26
- --lumx-radio-button-wrapper-size: 20px;
27
- --lumx-radio-button-control-size: 16px;
28
- --lumx-radio-button-indicator-size: 8px;
29
- --lumx-switch-wrapper-width: 30px;
30
- --lumx-switch-wrapper-height: 20px;
31
- --lumx-switch-control-width: 30px;
32
- --lumx-switch-control-height: 16px;
33
- --lumx-switch-indicator-size: 8px;
34
- --lumx-switch-indicator-offset: 4px;
35
- --lumx-text-field-padding-top: 0;
36
- --lumx-text-field-padding-bottom: 0;
37
- --lumx-text-field-header-margin-bottom: 8px;
38
- --lumx-text-field-label-font-size: 14px;
39
- --lumx-text-field-label-font-weight: 400;
40
- --lumx-text-field-label-line-height: 20px;
41
- --lumx-text-field-wrapper-min-height: 36px;
42
- --lumx-text-field-wrapper-border-radius: 4px;
43
- --lumx-text-field-wrapper-padding-vertical: 8px;
44
- --lumx-text-field-wrapper-padding-horizontal: 12px;
45
- --lumx-text-field-state-default-border-top-width: 1px;
46
- --lumx-text-field-state-default-border-right-width: 1px;
47
- --lumx-text-field-state-default-border-bottom-width: 1px;
48
- --lumx-text-field-state-default-border-left-width: 1px;
49
- --lumx-text-field-state-default-theme-light-background-color: rgba(
7
+ --lumx-button-height: 36px;
8
+ --lumx-button-border-radius: var(--lumx-border-radius);
9
+ --lumx-button-emphasis-high-state-default-padding-horizontal: 16px;
10
+ --lumx-button-emphasis-high-state-default-border-width: 0;
11
+ --lumx-button-emphasis-high-state-default-theme-light-background-color: var(--lumx-color-primary-N);
12
+ --lumx-button-emphasis-high-state-default-theme-light-color: #fff; /* Neutral light color */
13
+ --lumx-button-emphasis-high-state-default-theme-light-border-color: transparent;
14
+ --lumx-button-emphasis-high-state-default-theme-dark-background-color: #fff; /* Neutral light color */
15
+ --lumx-button-emphasis-high-state-default-theme-dark-color: var(--lumx-color-primary-N);
16
+ --lumx-button-emphasis-high-state-default-theme-dark-border-color: transparent;
17
+ --lumx-button-emphasis-high-state-hover-padding-horizontal: 16px;
18
+ --lumx-button-emphasis-high-state-hover-border-width: 0;
19
+ --lumx-button-emphasis-high-state-hover-theme-light-background-color: var(--lumx-color-primary-D1);
20
+ --lumx-button-emphasis-high-state-hover-theme-light-color: #fff; /* Neutral light color */
21
+ --lumx-button-emphasis-high-state-hover-theme-light-border-color: transparent;
22
+ --lumx-button-emphasis-high-state-hover-theme-dark-background-color: rgba(
23
+ 255,
24
+ 255,
25
+ 255,
26
+ 0.9
27
+ ); /* Base light color with 90% opacity */
28
+ --lumx-button-emphasis-high-state-hover-theme-dark-color: var(--lumx-color-primary-N);
29
+ --lumx-button-emphasis-high-state-hover-theme-dark-border-color: transparent;
30
+ --lumx-button-emphasis-high-state-active-padding-horizontal: 16px;
31
+ --lumx-button-emphasis-high-state-active-border-width: 0;
32
+ --lumx-button-emphasis-high-state-active-theme-light-background-color: var(--lumx-color-primary-D2);
33
+ --lumx-button-emphasis-high-state-active-theme-light-color: #fff; /* Neutral light color */
34
+ --lumx-button-emphasis-high-state-active-theme-light-border-color: transparent;
35
+ --lumx-button-emphasis-high-state-active-theme-dark-background-color: rgba(
36
+ 255,
37
+ 255,
38
+ 255,
39
+ 0.8
40
+ ); /* Base light color with 80% opacity */
41
+ --lumx-button-emphasis-high-state-active-theme-dark-color: var(--lumx-color-primary-N);
42
+ --lumx-button-emphasis-high-state-active-theme-dark-border-color: transparent;
43
+ --lumx-button-emphasis-medium-state-default-padding-horizontal: 16px;
44
+ --lumx-button-emphasis-medium-state-default-border-width: 0;
45
+ --lumx-button-emphasis-medium-state-default-theme-light-background-color: rgba(
46
+ 0,
47
+ 0,
48
+ 0,
49
+ 0.12
50
+ ); /* Base dark color with 12% opacity */
51
+ --lumx-button-emphasis-medium-state-default-theme-light-color: rgba(0, 0, 0, 0.87); /* Neutral dark color */
52
+ --lumx-button-emphasis-medium-state-default-theme-light-border-color: transparent;
53
+ --lumx-button-emphasis-medium-state-default-theme-dark-background-color: rgba(
54
+ 255,
55
+ 255,
56
+ 255,
57
+ 0.2
58
+ ); /* Base light color with 20% opacity */
59
+ --lumx-button-emphasis-medium-state-default-theme-dark-color: #fff; /* Neutral light color */
60
+ --lumx-button-emphasis-medium-state-default-theme-dark-border-color: transparent;
61
+ --lumx-button-emphasis-medium-state-hover-padding-horizontal: 16px;
62
+ --lumx-button-emphasis-medium-state-hover-border-width: 0;
63
+ --lumx-button-emphasis-medium-state-hover-theme-light-background-color: rgba(
64
+ 0,
65
+ 0,
66
+ 0,
67
+ 0.2
68
+ ); /* Base dark color with 20% opacity */
69
+ --lumx-button-emphasis-medium-state-hover-theme-light-color: rgba(0, 0, 0, 0.87); /* Neutral dark color */
70
+ --lumx-button-emphasis-medium-state-hover-theme-light-border-color: transparent;
71
+ --lumx-button-emphasis-medium-state-hover-theme-dark-background-color: rgba(
72
+ 255,
73
+ 255,
74
+ 255,
75
+ 0.4
76
+ ); /* Base light color with 40% opacity */
77
+ --lumx-button-emphasis-medium-state-hover-theme-dark-color: #fff; /* Neutral light color */
78
+ --lumx-button-emphasis-medium-state-hover-theme-dark-border-color: transparent;
79
+ --lumx-button-emphasis-medium-state-active-padding-horizontal: 16px;
80
+ --lumx-button-emphasis-medium-state-active-border-width: 0;
81
+ --lumx-button-emphasis-medium-state-active-theme-light-background-color: rgba(
82
+ 0,
83
+ 0,
84
+ 0,
85
+ 0.38
86
+ ); /* Base dark color with 38% opacity */
87
+ --lumx-button-emphasis-medium-state-active-theme-light-color: rgba(0, 0, 0, 0.87); /* Neutral dark color */
88
+ --lumx-button-emphasis-medium-state-active-theme-light-border-color: transparent;
89
+ --lumx-button-emphasis-medium-state-active-theme-dark-background-color: rgba(
90
+ 255,
91
+ 255,
92
+ 255,
93
+ 0.6
94
+ ); /* Base light color with 60% opacity */
95
+ --lumx-button-emphasis-medium-state-active-theme-dark-color: #fff; /* Neutral light color */
96
+ --lumx-button-emphasis-medium-state-active-theme-dark-border-color: transparent;
97
+ --lumx-button-emphasis-low-state-default-padding-horizontal: 8px;
98
+ --lumx-button-emphasis-low-state-default-border-width: 0;
99
+ --lumx-button-emphasis-low-state-default-theme-light-background-color: transparent;
100
+ --lumx-button-emphasis-low-state-default-theme-light-color: rgba(0, 0, 0, 0.87); /* Neutral dark color */
101
+ --lumx-button-emphasis-low-state-default-theme-light-border-color: transparent;
102
+ --lumx-button-emphasis-low-state-default-theme-dark-background-color: transparent;
103
+ --lumx-button-emphasis-low-state-default-theme-dark-color: #fff; /* Neutral light color */
104
+ --lumx-button-emphasis-low-state-default-theme-dark-border-color: transparent;
105
+ --lumx-button-emphasis-low-state-hover-padding-horizontal: 8px;
106
+ --lumx-button-emphasis-low-state-hover-border-width: 0;
107
+ --lumx-button-emphasis-low-state-hover-theme-light-background-color: rgba(
108
+ 0,
109
+ 0,
110
+ 0,
111
+ 0.12
112
+ ); /* Base dark color with 12% opacity */
113
+ --lumx-button-emphasis-low-state-hover-theme-light-color: rgba(0, 0, 0, 0.87); /* Neutral dark color */
114
+ --lumx-button-emphasis-low-state-hover-theme-light-border-color: transparent;
115
+ --lumx-button-emphasis-low-state-hover-theme-dark-background-color: rgba(
116
+ 255,
117
+ 255,
118
+ 255,
119
+ 0.2
120
+ ); /* Base light color with 20% opacity */
121
+ --lumx-button-emphasis-low-state-hover-theme-dark-color: #fff; /* Neutral light color */
122
+ --lumx-button-emphasis-low-state-hover-theme-dark-border-color: transparent;
123
+ --lumx-button-emphasis-low-state-active-padding-horizontal: 8px;
124
+ --lumx-button-emphasis-low-state-active-border-width: 0;
125
+ --lumx-button-emphasis-low-state-active-theme-light-background-color: rgba(
126
+ 0,
127
+ 0,
128
+ 0,
129
+ 0.2
130
+ ); /* Base dark color with 20% opacity */
131
+ --lumx-button-emphasis-low-state-active-theme-light-color: rgba(0, 0, 0, 0.87); /* Neutral dark color */
132
+ --lumx-button-emphasis-low-state-active-theme-light-border-color: transparent;
133
+ --lumx-button-emphasis-low-state-active-theme-dark-background-color: rgba(
134
+ 255,
135
+ 255,
136
+ 255,
137
+ 0.4
138
+ ); /* Base light color with 40% opacity */
139
+ --lumx-button-emphasis-low-state-active-theme-dark-color: #fff; /* Neutral light color */
140
+ --lumx-button-emphasis-low-state-active-theme-dark-border-color: transparent;
141
+ --lumx-button-emphasis-selected-state-default-padding-horizontal: 16px;
142
+ --lumx-button-emphasis-selected-state-default-border-width: 0;
143
+ --lumx-button-emphasis-selected-state-default-theme-light-background-color: var(--lumx-color-primary-L5);
144
+ --lumx-button-emphasis-selected-state-default-theme-light-color: var(--lumx-color-primary-D2);
145
+ --lumx-button-emphasis-selected-state-default-theme-light-border-color: transparent;
146
+ --lumx-button-emphasis-selected-state-default-theme-dark-background-color: rgba(
147
+ 255,
148
+ 255,
149
+ 255,
150
+ 0.6
151
+ ); /* Base light color with 60% opacity */
152
+ --lumx-button-emphasis-selected-state-default-theme-dark-color: #fff; /* Neutral light color */
153
+ --lumx-button-emphasis-selected-state-default-theme-dark-border-color: transparent;
154
+ --lumx-button-emphasis-selected-state-hover-padding-horizontal: 16px;
155
+ --lumx-button-emphasis-selected-state-hover-border-width: 0;
156
+ --lumx-button-emphasis-selected-state-hover-theme-light-background-color: var(--lumx-color-primary-L4);
157
+ --lumx-button-emphasis-selected-state-hover-theme-light-color: var(--lumx-color-primary-D2);
158
+ --lumx-button-emphasis-selected-state-hover-theme-light-border-color: transparent;
159
+ --lumx-button-emphasis-selected-state-hover-theme-dark-background-color: rgba(
160
+ 255,
161
+ 255,
162
+ 255,
163
+ 0.4
164
+ ); /* Base light color with 40% opacity */
165
+ --lumx-button-emphasis-selected-state-hover-theme-dark-color: #fff; /* Neutral light color */
166
+ --lumx-button-emphasis-selected-state-hover-theme-dark-border-color: transparent;
167
+ --lumx-button-emphasis-selected-state-active-padding-horizontal: 16px;
168
+ --lumx-button-emphasis-selected-state-active-border-width: 0;
169
+ --lumx-button-emphasis-selected-state-active-theme-light-background-color: var(--lumx-color-primary-L3);
170
+ --lumx-button-emphasis-selected-state-active-theme-light-color: var(--lumx-color-primary-D2);
171
+ --lumx-button-emphasis-selected-state-active-theme-light-border-color: transparent;
172
+ --lumx-button-emphasis-selected-state-active-theme-dark-background-color: rgba(
173
+ 255,
174
+ 255,
175
+ 255,
176
+ 0.2
177
+ ); /* Base light color with 20% opacity */
178
+ --lumx-button-emphasis-selected-state-active-theme-dark-color: #fff; /* Neutral light color */
179
+ --lumx-button-emphasis-selected-state-active-theme-dark-border-color: transparent;
180
+ --lumx-material-button-text-transform: none;
181
+ --lumx-material-checkbox-wrapper-size: 20px;
182
+ --lumx-material-checkbox-control-size: 16px;
183
+ --lumx-material-chip-size-m-height: 36px;
184
+ --lumx-material-chip-size-m-border-radius: 18px;
185
+ --lumx-material-chip-size-m-padding-vertical: 16px;
186
+ --lumx-material-chip-size-s-height: 24px;
187
+ --lumx-material-chip-size-s-border-radius: 12px;
188
+ --lumx-material-chip-size-s-padding-vertical: 12px;
189
+ --lumx-material-input-helper-font-size: 12px;
190
+ --lumx-material-input-helper-font-weight: var(--lumx-typography-font-weight-regular);
191
+ --lumx-material-input-helper-line-height: 16px;
192
+ --lumx-material-input-label-font-size: 14px;
193
+ --lumx-material-input-label-font-weight: var(--lumx-typography-font-weight-regular);
194
+ --lumx-material-input-label-line-height: 20px;
195
+ --lumx-material-progress-bounce: block;
196
+ --lumx-material-progress-rotate: none;
197
+ --lumx-material-radio-button-wrapper-size: 20px;
198
+ --lumx-material-radio-button-control-size: 16px;
199
+ --lumx-material-radio-button-indicator-size: 8px;
200
+ --lumx-material-switch-wrapper-width: 30px;
201
+ --lumx-material-switch-wrapper-height: 20px;
202
+ --lumx-material-switch-control-width: 30px;
203
+ --lumx-material-switch-control-height: 16px;
204
+ --lumx-material-switch-indicator-size: 8px;
205
+ --lumx-material-switch-indicator-offset: 4px;
206
+ --lumx-material-text-field-padding-top: 0;
207
+ --lumx-material-text-field-padding-bottom: 0;
208
+ --lumx-material-text-field-header-wrapper-margin-bottom: 8px;
209
+ --lumx-material-text-field-header-label-font-size: 14px;
210
+ --lumx-material-text-field-header-label-font-weight: var(--lumx-typography-font-weight-regular);
211
+ --lumx-material-text-field-header-label-line-height: 20px;
212
+ --lumx-material-text-field-input-content-font-size: 14px;
213
+ --lumx-material-text-field-input-content-font-weight: var(--lumx-typography-font-weight-regular);
214
+ --lumx-material-text-field-input-content-line-height: 20px;
215
+ --lumx-navigation-item-padding-horizontal: 8px;
216
+ --lumx-navigation-item-min-height: 36px;
217
+ --lumx-navigation-item-border-radius: var(--lumx-border-radius);
218
+ --lumx-navigation-item-emphasis-low-state-default-border-top-width: 0;
219
+ --lumx-navigation-item-emphasis-low-state-default-border-right-width: 0;
220
+ --lumx-navigation-item-emphasis-low-state-default-border-bottom-width: 0;
221
+ --lumx-navigation-item-emphasis-low-state-default-border-left-width: 0;
222
+ --lumx-navigation-item-emphasis-low-state-default-theme-light-background-color: transparent;
223
+ --lumx-navigation-item-emphasis-low-state-default-theme-light-border-color: rgba(
224
+ 0,
225
+ 0,
226
+ 0,
227
+ 0.12
228
+ ); /* Base dark color with 12% opacity */
229
+ --lumx-navigation-item-emphasis-low-state-default-theme-light-icon-color: rgba(
230
+ 0,
231
+ 0,
232
+ 0,
233
+ 0.87
234
+ ); /* Neutral dark color */
235
+ --lumx-navigation-item-emphasis-low-state-default-theme-light-label-color: rgba(
236
+ 0,
237
+ 0,
238
+ 0,
239
+ 0.87
240
+ ); /* Neutral dark color */
241
+ --lumx-navigation-item-emphasis-low-state-default-theme-light-chevron-background-color: transparent;
242
+ --lumx-navigation-item-emphasis-low-state-default-theme-light-chevron-color: rgba(
243
+ 0,
244
+ 0,
245
+ 0,
246
+ 0.87
247
+ ); /* Neutral dark color */
248
+ --lumx-navigation-item-emphasis-low-state-default-theme-dark-background-color: transparent;
249
+ --lumx-navigation-item-emphasis-low-state-default-theme-dark-border-color: rgba(
250
+ 255,
251
+ 255,
252
+ 255,
253
+ 0.2
254
+ ); /* Base light color with 20% opacity */
255
+ --lumx-navigation-item-emphasis-low-state-default-theme-dark-icon-color: #fff; /* Neutral light color */
256
+ --lumx-navigation-item-emphasis-low-state-default-theme-dark-label-color: #fff; /* Neutral light color */
257
+ --lumx-navigation-item-emphasis-low-state-default-theme-dark-chevron-background-color: transparent;
258
+ --lumx-navigation-item-emphasis-low-state-default-theme-dark-chevron-color: #fff; /* Neutral light color */
259
+ --lumx-navigation-item-emphasis-low-state-hover-border-top-width: 0;
260
+ --lumx-navigation-item-emphasis-low-state-hover-border-right-width: 0;
261
+ --lumx-navigation-item-emphasis-low-state-hover-border-bottom-width: 0;
262
+ --lumx-navigation-item-emphasis-low-state-hover-border-left-width: 0;
263
+ --lumx-navigation-item-emphasis-low-state-hover-theme-light-background-color: rgba(
264
+ 0,
265
+ 0,
266
+ 0,
267
+ 0.12
268
+ ); /* Base dark color with 12% opacity */
269
+ --lumx-navigation-item-emphasis-low-state-hover-theme-light-border-color: rgba(
270
+ 0,
271
+ 0,
272
+ 0,
273
+ 0.12
274
+ ); /* Base dark color with 12% opacity */
275
+ --lumx-navigation-item-emphasis-low-state-hover-theme-light-icon-color: rgba(
276
+ 0,
277
+ 0,
278
+ 0,
279
+ 0.87
280
+ ); /* Neutral dark color */
281
+ --lumx-navigation-item-emphasis-low-state-hover-theme-light-label-color: rgba(
282
+ 0,
283
+ 0,
284
+ 0,
285
+ 0.87
286
+ ); /* Neutral dark color */
287
+ --lumx-navigation-item-emphasis-low-state-hover-theme-light-chevron-background-color: rgba(
288
+ 0,
289
+ 0,
290
+ 0,
291
+ 0.12
292
+ ); /* Base dark color with 12% opacity */
293
+ --lumx-navigation-item-emphasis-low-state-hover-theme-light-chevron-color: rgba(
294
+ 0,
295
+ 0,
296
+ 0,
297
+ 0.87
298
+ ); /* Neutral dark color */
299
+ --lumx-navigation-item-emphasis-low-state-hover-theme-dark-background-color: rgba(
300
+ 255,
301
+ 255,
302
+ 255,
303
+ 0.2
304
+ ); /* Base light color with 20% opacity */
305
+ --lumx-navigation-item-emphasis-low-state-hover-theme-dark-border-color: rgba(
306
+ 255,
307
+ 255,
308
+ 255,
309
+ 0.2
310
+ ); /* Base light color with 20% opacity */
311
+ --lumx-navigation-item-emphasis-low-state-hover-theme-dark-icon-color: #fff; /* Neutral light color */
312
+ --lumx-navigation-item-emphasis-low-state-hover-theme-dark-label-color: #fff; /* Neutral light color */
313
+ --lumx-navigation-item-emphasis-low-state-hover-theme-dark-chevron-background-color: rgba(
314
+ 255,
315
+ 255,
316
+ 255,
317
+ 0.2
318
+ ); /* Base light color with 20% opacity */
319
+ --lumx-navigation-item-emphasis-low-state-hover-theme-dark-chevron-color: #fff; /* Neutral light color */
320
+ --lumx-navigation-item-emphasis-low-state-active-border-top-width: 0;
321
+ --lumx-navigation-item-emphasis-low-state-active-border-right-width: 0;
322
+ --lumx-navigation-item-emphasis-low-state-active-border-bottom-width: 0;
323
+ --lumx-navigation-item-emphasis-low-state-active-border-left-width: 0;
324
+ --lumx-navigation-item-emphasis-low-state-active-theme-light-background-color: rgba(
325
+ 0,
326
+ 0,
327
+ 0,
328
+ 0.2
329
+ ); /* Base dark color with 20% opacity */
330
+ --lumx-navigation-item-emphasis-low-state-active-theme-light-border-color: rgba(
331
+ 0,
332
+ 0,
333
+ 0,
334
+ 0.12
335
+ ); /* Base dark color with 12% opacity */
336
+ --lumx-navigation-item-emphasis-low-state-active-theme-light-icon-color: rgba(
337
+ 0,
338
+ 0,
339
+ 0,
340
+ 0.87
341
+ ); /* Neutral dark color */
342
+ --lumx-navigation-item-emphasis-low-state-active-theme-light-label-color: rgba(
343
+ 0,
344
+ 0,
345
+ 0,
346
+ 0.87
347
+ ); /* Neutral dark color */
348
+ --lumx-navigation-item-emphasis-low-state-active-theme-light-chevron-background-color: rgba(
349
+ 0,
350
+ 0,
351
+ 0,
352
+ 0.2
353
+ ); /* Base dark color with 20% opacity */
354
+ --lumx-navigation-item-emphasis-low-state-active-theme-light-chevron-color: rgba(
355
+ 0,
356
+ 0,
357
+ 0,
358
+ 0.87
359
+ ); /* Neutral dark color */
360
+ --lumx-navigation-item-emphasis-low-state-active-theme-dark-background-color: rgba(
361
+ 255,
362
+ 255,
363
+ 255,
364
+ 0.4
365
+ ); /* Base light color with 40% opacity */
366
+ --lumx-navigation-item-emphasis-low-state-active-theme-dark-border-color: rgba(
367
+ 255,
368
+ 255,
369
+ 255,
370
+ 0.2
371
+ ); /* Base light color with 20% opacity */
372
+ --lumx-navigation-item-emphasis-low-state-active-theme-dark-icon-color: #fff; /* Neutral light color */
373
+ --lumx-navigation-item-emphasis-low-state-active-theme-dark-label-color: #fff; /* Neutral light color */
374
+ --lumx-navigation-item-emphasis-low-state-active-theme-dark-chevron-background-color: rgba(
375
+ 255,
376
+ 255,
377
+ 255,
378
+ 0.4
379
+ ); /* Base light color with 40% opacity */
380
+ --lumx-navigation-item-emphasis-low-state-active-theme-dark-chevron-color: #fff; /* Neutral light color */
381
+ --lumx-navigation-item-emphasis-selected-state-default-border-top-width: 0;
382
+ --lumx-navigation-item-emphasis-selected-state-default-border-right-width: 0;
383
+ --lumx-navigation-item-emphasis-selected-state-default-border-bottom-width: 0;
384
+ --lumx-navigation-item-emphasis-selected-state-default-border-left-width: 0;
385
+ --lumx-navigation-item-emphasis-selected-state-default-theme-light-background-color: var(--lumx-color-primary-L5);
386
+ --lumx-navigation-item-emphasis-selected-state-default-theme-light-border-color: var(--lumx-color-primary-N);
387
+ --lumx-navigation-item-emphasis-selected-state-default-theme-light-icon-color: var(--lumx-color-primary-D2);
388
+ --lumx-navigation-item-emphasis-selected-state-default-theme-light-label-color: var(--lumx-color-primary-D2);
389
+ --lumx-navigation-item-emphasis-selected-state-default-theme-light-chevron-background-color: transparent;
390
+ --lumx-navigation-item-emphasis-selected-state-default-theme-light-chevron-color: var(--lumx-color-primary-D2);
391
+ --lumx-navigation-item-emphasis-selected-state-default-theme-dark-background-color: rgba(
392
+ 255,
393
+ 255,
394
+ 255,
395
+ 0.6
396
+ ); /* Base light color with 60% opacity */
397
+ --lumx-navigation-item-emphasis-selected-state-default-theme-dark-border-color: rgba(
398
+ 255,
399
+ 255,
400
+ 255,
401
+ 0.2
402
+ ); /* Base light color with 20% opacity */
403
+ --lumx-navigation-item-emphasis-selected-state-default-theme-dark-icon-color: #fff; /* Neutral light color */
404
+ --lumx-navigation-item-emphasis-selected-state-default-theme-dark-label-color: #fff; /* Neutral light color */
405
+ --lumx-navigation-item-emphasis-selected-state-default-theme-dark-chevron-background-color: transparent;
406
+ --lumx-navigation-item-emphasis-selected-state-default-theme-dark-chevron-color: #fff; /* Neutral light color */
407
+ --lumx-navigation-item-emphasis-selected-state-hover-border-top-width: 0;
408
+ --lumx-navigation-item-emphasis-selected-state-hover-border-right-width: 0;
409
+ --lumx-navigation-item-emphasis-selected-state-hover-border-bottom-width: 0;
410
+ --lumx-navigation-item-emphasis-selected-state-hover-border-left-width: 0;
411
+ --lumx-navigation-item-emphasis-selected-state-hover-theme-light-background-color: var(--lumx-color-primary-L4);
412
+ --lumx-navigation-item-emphasis-selected-state-hover-theme-light-border-color: var(--lumx-color-primary-N);
413
+ --lumx-navigation-item-emphasis-selected-state-hover-theme-light-icon-color: var(--lumx-color-primary-D2);
414
+ --lumx-navigation-item-emphasis-selected-state-hover-theme-light-label-color: var(--lumx-color-primary-D2);
415
+ --lumx-navigation-item-emphasis-selected-state-hover-theme-light-chevron-background-color: var(
416
+ --lumx-color-primary-L4
417
+ );
418
+ --lumx-navigation-item-emphasis-selected-state-hover-theme-light-chevron-color: var(--lumx-color-primary-D2);
419
+ --lumx-navigation-item-emphasis-selected-state-hover-theme-dark-background-color: rgba(
420
+ 255,
421
+ 255,
422
+ 255,
423
+ 0.4
424
+ ); /* Base light color with 40% opacity */
425
+ --lumx-navigation-item-emphasis-selected-state-hover-theme-dark-border-color: rgba(
426
+ 255,
427
+ 255,
428
+ 255,
429
+ 0.2
430
+ ); /* Base light color with 20% opacity */
431
+ --lumx-navigation-item-emphasis-selected-state-hover-theme-dark-icon-color: #fff; /* Neutral light color */
432
+ --lumx-navigation-item-emphasis-selected-state-hover-theme-dark-label-color: #fff; /* Neutral light color */
433
+ --lumx-navigation-item-emphasis-selected-state-hover-theme-dark-chevron-background-color: rgba(
434
+ 255,
435
+ 255,
436
+ 255,
437
+ 0.4
438
+ ); /* Base light color with 40% opacity */
439
+ --lumx-navigation-item-emphasis-selected-state-hover-theme-dark-chevron-color: #fff; /* Neutral light color */
440
+ --lumx-navigation-item-emphasis-selected-state-active-border-top-width: 0;
441
+ --lumx-navigation-item-emphasis-selected-state-active-border-right-width: 0;
442
+ --lumx-navigation-item-emphasis-selected-state-active-border-bottom-width: 0;
443
+ --lumx-navigation-item-emphasis-selected-state-active-border-left-width: 0;
444
+ --lumx-navigation-item-emphasis-selected-state-active-theme-light-background-color: var(--lumx-color-primary-L3);
445
+ --lumx-navigation-item-emphasis-selected-state-active-theme-light-border-color: var(--lumx-color-primary-N);
446
+ --lumx-navigation-item-emphasis-selected-state-active-theme-light-icon-color: var(--lumx-color-primary-D2);
447
+ --lumx-navigation-item-emphasis-selected-state-active-theme-light-label-color: var(--lumx-color-primary-D2);
448
+ --lumx-navigation-item-emphasis-selected-state-active-theme-light-chevron-background-color: var(
449
+ --lumx-color-primary-L3
450
+ );
451
+ --lumx-navigation-item-emphasis-selected-state-active-theme-light-chevron-color: var(--lumx-color-primary-D2);
452
+ --lumx-navigation-item-emphasis-selected-state-active-theme-dark-background-color: rgba(
453
+ 255,
454
+ 255,
455
+ 255,
456
+ 0.2
457
+ ); /* Base light color with 20% opacity */
458
+ --lumx-navigation-item-emphasis-selected-state-active-theme-dark-border-color: rgba(
459
+ 255,
460
+ 255,
461
+ 255,
462
+ 0.2
463
+ ); /* Base light color with 20% opacity */
464
+ --lumx-navigation-item-emphasis-selected-state-active-theme-dark-icon-color: #fff; /* Neutral light color */
465
+ --lumx-navigation-item-emphasis-selected-state-active-theme-dark-label-color: #fff; /* Neutral light color */
466
+ --lumx-navigation-item-emphasis-selected-state-active-theme-dark-chevron-background-color: rgba(
467
+ 255,
468
+ 255,
469
+ 255,
470
+ 0.2
471
+ ); /* Base light color with 20% opacity */
472
+ --lumx-navigation-item-emphasis-selected-state-active-theme-dark-chevron-color: #fff; /* Neutral light color */
473
+ --lumx-tabs-link-height: 48px;
474
+ --lumx-tabs-link-border-radius: 0;
475
+ --lumx-tabs-link-emphasis-low-state-default-border-top-width: 0;
476
+ --lumx-tabs-link-emphasis-low-state-default-border-right-width: 0;
477
+ --lumx-tabs-link-emphasis-low-state-default-border-bottom-width: 2px;
478
+ --lumx-tabs-link-emphasis-low-state-default-border-left-width: 0;
479
+ --lumx-tabs-link-emphasis-low-state-default-theme-light-background-color: transparent;
480
+ --lumx-tabs-link-emphasis-low-state-default-theme-light-color: rgba(0, 0, 0, 0.87); /* Neutral dark color */
481
+ --lumx-tabs-link-emphasis-low-state-default-theme-light-border-color: rgba(
482
+ 0,
483
+ 0,
484
+ 0,
485
+ 0.12
486
+ ); /* Base dark color with 12% opacity */
487
+ --lumx-tabs-link-emphasis-low-state-default-theme-dark-background-color: transparent;
488
+ --lumx-tabs-link-emphasis-low-state-default-theme-dark-color: #fff; /* Neutral light color */
489
+ --lumx-tabs-link-emphasis-low-state-default-theme-dark-border-color: rgba(
490
+ 255,
491
+ 255,
492
+ 255,
493
+ 0.2
494
+ ); /* Base light color with 20% opacity */
495
+ --lumx-tabs-link-emphasis-low-state-hover-border-top-width: 0;
496
+ --lumx-tabs-link-emphasis-low-state-hover-border-right-width: 0;
497
+ --lumx-tabs-link-emphasis-low-state-hover-border-bottom-width: 2px;
498
+ --lumx-tabs-link-emphasis-low-state-hover-border-left-width: 0;
499
+ --lumx-tabs-link-emphasis-low-state-hover-theme-light-background-color: rgba(
500
+ 0,
501
+ 0,
502
+ 0,
503
+ 0.12
504
+ ); /* Base dark color with 12% opacity */
505
+ --lumx-tabs-link-emphasis-low-state-hover-theme-light-color: rgba(0, 0, 0, 0.87); /* Neutral dark color */
506
+ --lumx-tabs-link-emphasis-low-state-hover-theme-light-border-color: rgba(
507
+ 0,
508
+ 0,
509
+ 0,
510
+ 0.12
511
+ ); /* Base dark color with 12% opacity */
512
+ --lumx-tabs-link-emphasis-low-state-hover-theme-dark-background-color: rgba(
513
+ 255,
514
+ 255,
515
+ 255,
516
+ 0.2
517
+ ); /* Base light color with 20% opacity */
518
+ --lumx-tabs-link-emphasis-low-state-hover-theme-dark-color: #fff; /* Neutral light color */
519
+ --lumx-tabs-link-emphasis-low-state-hover-theme-dark-border-color: rgba(
520
+ 255,
521
+ 255,
522
+ 255,
523
+ 0.2
524
+ ); /* Base light color with 20% opacity */
525
+ --lumx-tabs-link-emphasis-low-state-active-border-top-width: 0;
526
+ --lumx-tabs-link-emphasis-low-state-active-border-right-width: 0;
527
+ --lumx-tabs-link-emphasis-low-state-active-border-bottom-width: 2px;
528
+ --lumx-tabs-link-emphasis-low-state-active-border-left-width: 0;
529
+ --lumx-tabs-link-emphasis-low-state-active-theme-light-background-color: rgba(
530
+ 0,
531
+ 0,
532
+ 0,
533
+ 0.2
534
+ ); /* Base dark color with 20% opacity */
535
+ --lumx-tabs-link-emphasis-low-state-active-theme-light-color: rgba(0, 0, 0, 0.87); /* Neutral dark color */
536
+ --lumx-tabs-link-emphasis-low-state-active-theme-light-border-color: rgba(
537
+ 0,
538
+ 0,
539
+ 0,
540
+ 0.12
541
+ ); /* Base dark color with 12% opacity */
542
+ --lumx-tabs-link-emphasis-low-state-active-theme-dark-background-color: rgba(
543
+ 255,
544
+ 255,
545
+ 255,
546
+ 0.4
547
+ ); /* Base light color with 40% opacity */
548
+ --lumx-tabs-link-emphasis-low-state-active-theme-dark-color: #fff; /* Neutral light color */
549
+ --lumx-tabs-link-emphasis-low-state-active-theme-dark-border-color: rgba(
550
+ 255,
551
+ 255,
552
+ 255,
553
+ 0.2
554
+ ); /* Base light color with 20% opacity */
555
+ --lumx-tabs-link-emphasis-selected-state-default-border-top-width: 0;
556
+ --lumx-tabs-link-emphasis-selected-state-default-border-right-width: 0;
557
+ --lumx-tabs-link-emphasis-selected-state-default-border-bottom-width: 2px;
558
+ --lumx-tabs-link-emphasis-selected-state-default-border-left-width: 0;
559
+ --lumx-tabs-link-emphasis-selected-state-default-theme-light-background-color: transparent;
560
+ --lumx-tabs-link-emphasis-selected-state-default-theme-light-color: rgba(0, 0, 0, 0.87); /* Neutral dark color */
561
+ --lumx-tabs-link-emphasis-selected-state-default-theme-light-border-color: var(--lumx-color-primary-N);
562
+ --lumx-tabs-link-emphasis-selected-state-default-theme-dark-background-color: transparent;
563
+ --lumx-tabs-link-emphasis-selected-state-default-theme-dark-color: #fff; /* Neutral light color */
564
+ --lumx-tabs-link-emphasis-selected-state-default-theme-dark-border-color: #fff; /* Neutral light color */
565
+ --lumx-tabs-link-emphasis-selected-state-hover-border-top-width: 0;
566
+ --lumx-tabs-link-emphasis-selected-state-hover-border-right-width: 0;
567
+ --lumx-tabs-link-emphasis-selected-state-hover-border-bottom-width: 2px;
568
+ --lumx-tabs-link-emphasis-selected-state-hover-border-left-width: 0;
569
+ --lumx-tabs-link-emphasis-selected-state-hover-theme-light-background-color: rgba(
570
+ 0,
571
+ 0,
572
+ 0,
573
+ 0.12
574
+ ); /* Base dark color with 12% opacity */
575
+ --lumx-tabs-link-emphasis-selected-state-hover-theme-light-color: rgba(0, 0, 0, 0.87); /* Neutral dark color */
576
+ --lumx-tabs-link-emphasis-selected-state-hover-theme-light-border-color: var(--lumx-color-primary-N);
577
+ --lumx-tabs-link-emphasis-selected-state-hover-theme-dark-background-color: rgba(
578
+ 255,
579
+ 255,
580
+ 255,
581
+ 0.2
582
+ ); /* Base light color with 20% opacity */
583
+ --lumx-tabs-link-emphasis-selected-state-hover-theme-dark-color: #fff; /* Neutral light color */
584
+ --lumx-tabs-link-emphasis-selected-state-hover-theme-dark-border-color: #fff; /* Neutral light color */
585
+ --lumx-tabs-link-emphasis-selected-state-active-border-top-width: 0;
586
+ --lumx-tabs-link-emphasis-selected-state-active-border-right-width: 0;
587
+ --lumx-tabs-link-emphasis-selected-state-active-border-bottom-width: 2px;
588
+ --lumx-tabs-link-emphasis-selected-state-active-border-left-width: 0;
589
+ --lumx-tabs-link-emphasis-selected-state-active-theme-light-background-color: rgba(
590
+ 0,
591
+ 0,
592
+ 0,
593
+ 0.2
594
+ ); /* Base dark color with 20% opacity */
595
+ --lumx-tabs-link-emphasis-selected-state-active-theme-light-color: rgba(0, 0, 0, 0.87); /* Neutral dark color */
596
+ --lumx-tabs-link-emphasis-selected-state-active-theme-light-border-color: var(--lumx-color-primary-N);
597
+ --lumx-tabs-link-emphasis-selected-state-active-theme-dark-background-color: rgba(
598
+ 255,
599
+ 255,
600
+ 255,
601
+ 0.4
602
+ ); /* Base light color with 40% opacity */
603
+ --lumx-tabs-link-emphasis-selected-state-active-theme-dark-color: #fff; /* Neutral light color */
604
+ --lumx-tabs-link-emphasis-selected-state-active-theme-dark-border-color: #fff; /* Neutral light color */
605
+ --lumx-text-field-input-min-height: 36px;
606
+ --lumx-text-field-input-padding-horizontal: 12px;
607
+ --lumx-text-field-input-border-radius: 4px;
608
+ --lumx-text-field-state-default-input-border-top-width: 1px;
609
+ --lumx-text-field-state-default-input-border-right-width: 1px;
610
+ --lumx-text-field-state-default-input-border-bottom-width: 1px;
611
+ --lumx-text-field-state-default-input-border-left-width: 1px;
612
+ --lumx-text-field-state-default-theme-light-header-label-color: rgba(0, 0, 0, 0.87); /* Neutral dark color */
613
+ --lumx-text-field-state-default-theme-light-input-background-color: rgba(
50
614
  0,
51
615
  0,
52
616
  0,
53
617
  0.05
54
618
  ); /* Base dark color with 5% opacity */
55
- --lumx-text-field-state-default-theme-light-border-color: rgba(0, 0, 0, 0.2); /* Base dark color with 20% opacity */
56
- --lumx-text-field-state-default-theme-dark-background-color: rgba(
619
+ --lumx-text-field-state-default-theme-light-input-border-color: rgba(
620
+ 0,
621
+ 0,
622
+ 0,
623
+ 0.2
624
+ ); /* Base dark color with 20% opacity */
625
+ --lumx-text-field-state-default-theme-light-input-content-color: rgba(0, 0, 0, 0.87); /* Neutral dark color */
626
+ --lumx-text-field-state-default-theme-light-input-placeholder-color: rgba(
627
+ 0,
628
+ 0,
629
+ 0,
630
+ 0.54
631
+ ); /* Base dark color with 54% opacity */
632
+ --lumx-text-field-state-default-theme-dark-header-label-color: #fff; /* Neutral light color */
633
+ --lumx-text-field-state-default-theme-dark-input-background-color: rgba(
57
634
  255,
58
635
  255,
59
636
  255,
60
637
  0.1
61
638
  ); /* Base light color with 10% opacity */
62
- --lumx-text-field-state-default-theme-dark-border-color: rgba(
639
+ --lumx-text-field-state-default-theme-dark-input-border-color: rgba(
63
640
  255,
64
641
  255,
65
642
  255,
66
643
  0.4
67
644
  ); /* Base light color with 40% opacity */
68
- --lumx-text-field-state-hover-theme-light-background-color: rgba(
645
+ --lumx-text-field-state-default-theme-dark-input-content-color: #fff; /* Neutral light color */
646
+ --lumx-text-field-state-default-theme-dark-input-placeholder-color: rgba(
647
+ 255,
648
+ 255,
649
+ 255,
650
+ 0.8
651
+ ); /* Base light color with 80% opacity */
652
+ --lumx-text-field-state-hover-input-border-top-width: 1px;
653
+ --lumx-text-field-state-hover-input-border-right-width: 1px;
654
+ --lumx-text-field-state-hover-input-border-bottom-width: 1px;
655
+ --lumx-text-field-state-hover-input-border-left-width: 1px;
656
+ --lumx-text-field-state-hover-theme-light-input-background-color: rgba(
69
657
  0,
70
658
  0,
71
659
  0,
72
660
  0.12
73
661
  ); /* Base dark color with 12% opacity */
74
- --lumx-text-field-state-hover-theme-dark-background-color: rgba(
662
+ --lumx-text-field-state-hover-theme-light-input-border-color: rgba(
663
+ 0,
664
+ 0,
665
+ 0,
666
+ 0.2
667
+ ); /* Base dark color with 20% opacity */
668
+ --lumx-text-field-state-hover-theme-light-input-content-color: rgba(0, 0, 0, 0.87); /* Neutral dark color */
669
+ --lumx-text-field-state-hover-theme-light-input-placeholder-color: rgba(
670
+ 0,
671
+ 0,
672
+ 0,
673
+ 0.54
674
+ ); /* Base dark color with 54% opacity */
675
+ --lumx-text-field-state-hover-theme-dark-input-background-color: rgba(
75
676
  255,
76
677
  255,
77
678
  255,
78
679
  0.2
79
680
  ); /* Base light color with 20% opacity */
80
- --lumx-text-field-state-focus-border-top-width: 2px;
81
- --lumx-text-field-state-focus-border-right-width: 2px;
82
- --lumx-text-field-state-focus-border-bottom-width: 2px;
83
- --lumx-text-field-state-focus-border-left-width: 2px;
84
- --lumx-text-field-state-focus-theme-light-background-color: #fff; /* Neutral light color */
85
- --lumx-text-field-state-focus-theme-light-border-color: rgba(
681
+ --lumx-text-field-state-hover-theme-dark-input-border-color: rgba(
682
+ 255,
683
+ 255,
684
+ 255,
685
+ 0.4
686
+ ); /* Base light color with 40% opacity */
687
+ --lumx-text-field-state-hover-theme-dark-input-content-color: #fff; /* Neutral light color */
688
+ --lumx-text-field-state-hover-theme-dark-input-placeholder-color: rgba(
689
+ 255,
690
+ 255,
691
+ 255,
692
+ 0.8
693
+ ); /* Base light color with 80% opacity */
694
+ --lumx-text-field-state-focus-input-border-top-width: 2px;
695
+ --lumx-text-field-state-focus-input-border-right-width: 2px;
696
+ --lumx-text-field-state-focus-input-border-bottom-width: 2px;
697
+ --lumx-text-field-state-focus-input-border-left-width: 2px;
698
+ --lumx-text-field-state-focus-theme-light-header-label-color: rgba(0, 0, 0, 0.87); /* Neutral dark color */
699
+ --lumx-text-field-state-focus-theme-light-input-background-color: #fff; /* Neutral light color */
700
+ --lumx-text-field-state-focus-theme-light-input-border-color: rgba(
86
701
  33,
87
702
  150,
88
703
  243,
89
704
  0.6
90
705
  ); /* Base blue color with 60% opacity */
91
- --lumx-text-field-state-focus-theme-dark-background-color: transparent;
92
- --lumx-text-field-state-focus-theme-dark-border-color: rgba(
706
+ --lumx-text-field-state-focus-theme-light-input-content-color: rgba(0, 0, 0, 0.87); /* Neutral dark color */
707
+ --lumx-text-field-state-focus-theme-light-input-placeholder-color: rgba(
708
+ 0,
709
+ 0,
710
+ 0,
711
+ 0.54
712
+ ); /* Base dark color with 54% opacity */
713
+ --lumx-text-field-state-focus-theme-dark-header-label-color: #fff; /* Neutral light color */
714
+ --lumx-text-field-state-focus-theme-dark-input-background-color: transparent;
715
+ --lumx-text-field-state-focus-theme-dark-input-border-color: rgba(
716
+ 255,
717
+ 255,
718
+ 255,
719
+ 0.8
720
+ ); /* Base light color with 80% opacity */
721
+ --lumx-text-field-state-focus-theme-dark-input-content-color: #fff; /* Neutral light color */
722
+ --lumx-text-field-state-focus-theme-dark-input-placeholder-color: rgba(
93
723
  255,
94
724
  255,
95
725
  255,
96
726
  0.8
97
727
  ); /* Base light color with 80% opacity */
98
- --lumx-text-field-input-icon-size: 20px;
99
- --lumx-text-field-input-font-size: 14px;
100
- --lumx-text-field-input-font-weight: 400;
101
- --lumx-text-field-input-line-height: 20px;
102
- --lumx-text-field-input-validity-size: 14px;
103
- --lumx-text-field-input-clear-size: 24px;
104
728
  --lumx-border-radius: 4px;
105
729
  --lumx-color-dark-N: rgba(0, 0, 0, 0.87); /* Neutral dark color */
106
730
  --lumx-color-dark-L1: rgba(0, 0, 0, 0.8); /* Base dark color with 80% opacity */
@@ -209,8 +833,6 @@
209
833
  --lumx-color-orange-L4: rgba(255, 179, 0, 0.4); /* Base yellow color with 40% opacity */
210
834
  --lumx-color-orange-L5: rgba(255, 179, 0, 0.2); /* Base yellow color with 20% opacity */
211
835
  --lumx-color-orange-L6: rgba(255, 179, 0, 0.1); /* Base yellow color with 10% opacity */
212
- --lumx-progress-bounce: block;
213
- --lumx-progress-rotate: none;
214
836
  --lumx-size-xxs: 14px;
215
837
  --lumx-size-xs: 20px;
216
838
  --lumx-size-s: 24px;
@@ -225,31 +847,85 @@
225
847
  --lumx-spacing-unit-huge: 24px;
226
848
  --lumx-typography-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
227
849
  'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
228
- --lumx-typography-style-display1-font-size: 34px;
229
- --lumx-typography-style-display1-font-weight: 700;
230
- --lumx-typography-style-display1-line-height: 40px;
231
- --lumx-typography-style-headline-font-size: 24px;
232
- --lumx-typography-style-headline-font-weight: 700;
233
- --lumx-typography-style-headline-line-height: 32px;
234
- --lumx-typography-style-title-font-size: 20px;
235
- --lumx-typography-style-title-font-weight: 700;
236
- --lumx-typography-style-title-line-height: 30px;
237
- --lumx-typography-style-subtitle2-font-size: 16px;
238
- --lumx-typography-style-subtitle2-font-weight: 700;
239
- --lumx-typography-style-subtitle2-line-height: 24px;
240
- --lumx-typography-style-subtitle1-font-size: 14px;
241
- --lumx-typography-style-subtitle1-font-weight: 700;
242
- --lumx-typography-style-subtitle1-line-height: 20px;
243
- --lumx-typography-style-body2-font-size: 16px;
244
- --lumx-typography-style-body2-font-weight: 400;
245
- --lumx-typography-style-body2-line-height: 24px;
246
- --lumx-typography-style-body1-font-size: 14px;
247
- --lumx-typography-style-body1-font-weight: 400;
248
- --lumx-typography-style-body1-line-height: 20px;
249
- --lumx-typography-style-caption-font-size: 12px;
250
- --lumx-typography-style-caption-font-weight: 400;
251
- --lumx-typography-style-caption-line-height: 16px;
252
- --lumx-typography-style-overline-font-size: 10px;
253
- --lumx-typography-style-overline-font-weight: 700;
254
- --lumx-typography-style-overline-line-height: 12px;
850
+ --lumx-typography-font-weight-regular: 400;
851
+ --lumx-typography-font-weight-bold: 700;
852
+ --lumx-typography-font-weight-light: 300;
853
+ --lumx-typography-interface-display1-font-size: 34px;
854
+ --lumx-typography-interface-display1-font-weight: var(--lumx-typography-font-weight-bold);
855
+ --lumx-typography-interface-display1-line-height: 40px;
856
+ --lumx-typography-interface-headline-font-size: 24px;
857
+ --lumx-typography-interface-headline-font-weight: var(--lumx-typography-font-weight-bold);
858
+ --lumx-typography-interface-headline-line-height: 32px;
859
+ --lumx-typography-interface-title-font-size: 20px;
860
+ --lumx-typography-interface-title-font-weight: var(--lumx-typography-font-weight-bold);
861
+ --lumx-typography-interface-title-line-height: 30px;
862
+ --lumx-typography-interface-subtitle2-font-size: 16px;
863
+ --lumx-typography-interface-subtitle2-font-weight: var(--lumx-typography-font-weight-bold);
864
+ --lumx-typography-interface-subtitle2-line-height: 24px;
865
+ --lumx-typography-interface-subtitle1-font-size: 14px;
866
+ --lumx-typography-interface-subtitle1-font-weight: var(--lumx-typography-font-weight-bold);
867
+ --lumx-typography-interface-subtitle1-line-height: 20px;
868
+ --lumx-typography-interface-body2-font-size: 16px;
869
+ --lumx-typography-interface-body2-font-weight: var(--lumx-typography-font-weight-regular);
870
+ --lumx-typography-interface-body2-line-height: 24px;
871
+ --lumx-typography-interface-body1-font-size: 14px;
872
+ --lumx-typography-interface-body1-font-weight: var(--lumx-typography-font-weight-regular);
873
+ --lumx-typography-interface-body1-line-height: 20px;
874
+ --lumx-typography-interface-caption-font-size: 12px;
875
+ --lumx-typography-interface-caption-font-weight: var(--lumx-typography-font-weight-regular);
876
+ --lumx-typography-interface-caption-line-height: 16px;
877
+ --lumx-typography-interface-overline-font-size: 10px;
878
+ --lumx-typography-interface-overline-font-weight: var(--lumx-typography-font-weight-bold);
879
+ --lumx-typography-interface-overline-line-height: 12px;
880
+ --lumx-typography-custom-title1-font-family: var(--lumx-typography-font-family);
881
+ --lumx-typography-custom-title1-font-size: 40px;
882
+ --lumx-typography-custom-title1-font-weight: var(--lumx-typography-font-weight-bold);
883
+ --lumx-typography-custom-title1-line-height: 50px;
884
+ --lumx-typography-custom-title2-font-family: var(--lumx-typography-font-family);
885
+ --lumx-typography-custom-title2-font-size: 30px;
886
+ --lumx-typography-custom-title2-font-weight: var(--lumx-typography-font-weight-bold);
887
+ --lumx-typography-custom-title2-line-height: 40px;
888
+ --lumx-typography-custom-title3-font-family: var(--lumx-typography-font-family);
889
+ --lumx-typography-custom-title3-font-size: 24px;
890
+ --lumx-typography-custom-title3-font-weight: var(--lumx-typography-font-weight-bold);
891
+ --lumx-typography-custom-title3-line-height: 32px;
892
+ --lumx-typography-custom-title4-font-family: var(--lumx-typography-font-family);
893
+ --lumx-typography-custom-title4-font-size: 20px;
894
+ --lumx-typography-custom-title4-font-weight: var(--lumx-typography-font-weight-bold);
895
+ --lumx-typography-custom-title4-line-height: 30px;
896
+ --lumx-typography-custom-title5-font-family: var(--lumx-typography-font-family);
897
+ --lumx-typography-custom-title5-font-size: 16px;
898
+ --lumx-typography-custom-title5-font-weight: var(--lumx-typography-font-weight-bold);
899
+ --lumx-typography-custom-title5-line-height: 24px;
900
+ --lumx-typography-custom-title6-font-family: var(--lumx-typography-font-family);
901
+ --lumx-typography-custom-title6-font-size: 14px;
902
+ --lumx-typography-custom-title6-font-weight: var(--lumx-typography-font-weight-bold);
903
+ --lumx-typography-custom-title6-line-height: 20px;
904
+ --lumx-typography-custom-intro-font-family: var(--lumx-typography-font-family);
905
+ --lumx-typography-custom-intro-font-size: 18px;
906
+ --lumx-typography-custom-intro-font-weight: var(--lumx-typography-font-weight-bold);
907
+ --lumx-typography-custom-intro-line-height: 30px;
908
+ --lumx-typography-custom-body-large-font-family: var(--lumx-typography-font-family);
909
+ --lumx-typography-custom-body-large-font-size: 16px;
910
+ --lumx-typography-custom-body-large-font-weight: var(--lumx-typography-font-weight-regular);
911
+ --lumx-typography-custom-body-large-line-height: 24px;
912
+ --lumx-typography-custom-body-font-family: var(--lumx-typography-font-family);
913
+ --lumx-typography-custom-body-font-size: 14px;
914
+ --lumx-typography-custom-body-font-weight: var(--lumx-typography-font-weight-regular);
915
+ --lumx-typography-custom-body-line-height: 20px;
916
+ --lumx-typography-custom-quote-font-family: var(--lumx-typography-font-family);
917
+ --lumx-typography-custom-quote-font-size: 16px;
918
+ --lumx-typography-custom-quote-font-weight: var(--lumx-typography-font-weight-light);
919
+ --lumx-typography-custom-quote-font-style: italic;
920
+ --lumx-typography-custom-quote-line-height: 24px;
921
+ --lumx-typography-custom-publish-info-font-family: var(--lumx-typography-font-family);
922
+ --lumx-typography-custom-publish-info-font-size: 14px;
923
+ --lumx-typography-custom-publish-info-font-weight: var(--lumx-typography-font-weight-regular);
924
+ --lumx-typography-custom-publish-info-line-height: 20px;
925
+ --lumx-typography-custom-button-size-m-font-family: var(--lumx-typography-font-family);
926
+ --lumx-typography-custom-button-size-m-font-size: 14px;
927
+ --lumx-typography-custom-button-size-m-font-weight: var(--lumx-typography-font-weight-bold);
928
+ --lumx-typography-custom-button-size-s-font-family: var(--lumx-typography-font-family);
929
+ --lumx-typography-custom-button-size-s-font-size: 12px;
930
+ --lumx-typography-custom-button-size-s-font-weight: var(--lumx-typography-font-weight-bold);
255
931
  }