@lumx/core 3.1.4 → 3.2.0
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/css/design-tokens.css +532 -538
- package/js/constants/design-tokens.js +28 -17
- package/js/constants/design-tokens.min.js +1 -1
- package/js/constants/design-tokens.min.js.map +1 -1
- package/js/constants/design-tokens.ts +22 -17
- package/lumx.css +1 -1
- package/lumx.min.css +1 -1
- package/package.json +1 -1
- package/scss/_components.scss +1 -0
- package/scss/_design-tokens.scss +1079 -1107
- package/scss/components/navigation/_index.scss +234 -0
- package/scss/components/navigation/_mixins.scss +23 -0
- package/scss/lumx.scss +1 -0
package/scss/_design-tokens.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed,
|
|
3
|
+
* Generated on Wed, 22 Mar 2023 12:12:52 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
$lumx-button-height: 36px !default;
|
|
@@ -179,25 +179,19 @@ $lumx-navigation-item-emphasis-low-state-active-theme-light-background-color: va
|
|
|
179
179
|
$lumx-navigation-item-emphasis-low-state-active-theme-light-border-color: var(--lumx-color-dark-L5) !default;
|
|
180
180
|
$lumx-navigation-item-emphasis-low-state-active-theme-light-icon-color: var(--lumx-color-dark-L1) !default;
|
|
181
181
|
$lumx-navigation-item-emphasis-low-state-active-theme-light-label-color: var(--lumx-color-dark-N) !default;
|
|
182
|
-
$lumx-navigation-item-emphasis-low-state-active-theme-light-chevron-background-color: var(
|
|
183
|
-
--lumx-color-dark-L4
|
|
184
|
-
) !default;
|
|
182
|
+
$lumx-navigation-item-emphasis-low-state-active-theme-light-chevron-background-color: var(--lumx-color-dark-L4) !default;
|
|
185
183
|
$lumx-navigation-item-emphasis-low-state-active-theme-light-chevron-color: var(--lumx-color-dark-L1) !default;
|
|
186
184
|
$lumx-navigation-item-emphasis-low-state-active-theme-dark-background-color: var(--lumx-color-light-L4) !default;
|
|
187
185
|
$lumx-navigation-item-emphasis-low-state-active-theme-dark-border-color: var(--lumx-color-light-L5) !default;
|
|
188
186
|
$lumx-navigation-item-emphasis-low-state-active-theme-dark-icon-color: var(--lumx-color-light-N) !default;
|
|
189
187
|
$lumx-navigation-item-emphasis-low-state-active-theme-dark-label-color: var(--lumx-color-light-N) !default;
|
|
190
|
-
$lumx-navigation-item-emphasis-low-state-active-theme-dark-chevron-background-color: var(
|
|
191
|
-
--lumx-color-light-L4
|
|
192
|
-
) !default;
|
|
188
|
+
$lumx-navigation-item-emphasis-low-state-active-theme-dark-chevron-background-color: var(--lumx-color-light-L4) !default;
|
|
193
189
|
$lumx-navigation-item-emphasis-low-state-active-theme-dark-chevron-color: var(--lumx-color-light-N) !default;
|
|
194
190
|
$lumx-navigation-item-emphasis-selected-state-default-border-top-width: 0 !default;
|
|
195
191
|
$lumx-navigation-item-emphasis-selected-state-default-border-right-width: 0 !default;
|
|
196
192
|
$lumx-navigation-item-emphasis-selected-state-default-border-bottom-width: 0 !default;
|
|
197
193
|
$lumx-navigation-item-emphasis-selected-state-default-border-left-width: 0 !default;
|
|
198
|
-
$lumx-navigation-item-emphasis-selected-state-default-theme-light-background-color: var(
|
|
199
|
-
--lumx-color-primary-L5
|
|
200
|
-
) !default;
|
|
194
|
+
$lumx-navigation-item-emphasis-selected-state-default-theme-light-background-color: var(--lumx-color-primary-L5) !default;
|
|
201
195
|
$lumx-navigation-item-emphasis-selected-state-default-theme-light-border-color: var(--lumx-color-primary-N) !default;
|
|
202
196
|
$lumx-navigation-item-emphasis-selected-state-default-theme-light-icon-color: var(--lumx-color-primary-D2) !default;
|
|
203
197
|
$lumx-navigation-item-emphasis-selected-state-default-theme-light-label-color: var(--lumx-color-primary-D2) !default;
|
|
@@ -217,39 +211,29 @@ $lumx-navigation-item-emphasis-selected-state-hover-theme-light-background-color
|
|
|
217
211
|
$lumx-navigation-item-emphasis-selected-state-hover-theme-light-border-color: var(--lumx-color-primary-N) !default;
|
|
218
212
|
$lumx-navigation-item-emphasis-selected-state-hover-theme-light-icon-color: var(--lumx-color-primary-D2) !default;
|
|
219
213
|
$lumx-navigation-item-emphasis-selected-state-hover-theme-light-label-color: var(--lumx-color-primary-D2) !default;
|
|
220
|
-
$lumx-navigation-item-emphasis-selected-state-hover-theme-light-chevron-background-color: var(
|
|
221
|
-
--lumx-color-primary-L4
|
|
222
|
-
) !default;
|
|
214
|
+
$lumx-navigation-item-emphasis-selected-state-hover-theme-light-chevron-background-color: var(--lumx-color-primary-L4) !default;
|
|
223
215
|
$lumx-navigation-item-emphasis-selected-state-hover-theme-light-chevron-color: var(--lumx-color-primary-D2) !default;
|
|
224
216
|
$lumx-navigation-item-emphasis-selected-state-hover-theme-dark-background-color: var(--lumx-color-light-L4) !default;
|
|
225
217
|
$lumx-navigation-item-emphasis-selected-state-hover-theme-dark-border-color: var(--lumx-color-light-L5) !default;
|
|
226
218
|
$lumx-navigation-item-emphasis-selected-state-hover-theme-dark-icon-color: var(--lumx-color-light-N) !default;
|
|
227
219
|
$lumx-navigation-item-emphasis-selected-state-hover-theme-dark-label-color: var(--lumx-color-light-N) !default;
|
|
228
|
-
$lumx-navigation-item-emphasis-selected-state-hover-theme-dark-chevron-background-color: var(
|
|
229
|
-
--lumx-color-light-L4
|
|
230
|
-
) !default;
|
|
220
|
+
$lumx-navigation-item-emphasis-selected-state-hover-theme-dark-chevron-background-color: var(--lumx-color-light-L4) !default;
|
|
231
221
|
$lumx-navigation-item-emphasis-selected-state-hover-theme-dark-chevron-color: var(--lumx-color-light-N) !default;
|
|
232
222
|
$lumx-navigation-item-emphasis-selected-state-active-border-top-width: 0 !default;
|
|
233
223
|
$lumx-navigation-item-emphasis-selected-state-active-border-right-width: 0 !default;
|
|
234
224
|
$lumx-navigation-item-emphasis-selected-state-active-border-bottom-width: 0 !default;
|
|
235
225
|
$lumx-navigation-item-emphasis-selected-state-active-border-left-width: 0 !default;
|
|
236
|
-
$lumx-navigation-item-emphasis-selected-state-active-theme-light-background-color: var(
|
|
237
|
-
--lumx-color-primary-L3
|
|
238
|
-
) !default;
|
|
226
|
+
$lumx-navigation-item-emphasis-selected-state-active-theme-light-background-color: var(--lumx-color-primary-L3) !default;
|
|
239
227
|
$lumx-navigation-item-emphasis-selected-state-active-theme-light-border-color: var(--lumx-color-primary-N) !default;
|
|
240
228
|
$lumx-navigation-item-emphasis-selected-state-active-theme-light-icon-color: var(--lumx-color-primary-D2) !default;
|
|
241
229
|
$lumx-navigation-item-emphasis-selected-state-active-theme-light-label-color: var(--lumx-color-primary-D2) !default;
|
|
242
|
-
$lumx-navigation-item-emphasis-selected-state-active-theme-light-chevron-background-color: var(
|
|
243
|
-
--lumx-color-primary-L3
|
|
244
|
-
) !default;
|
|
230
|
+
$lumx-navigation-item-emphasis-selected-state-active-theme-light-chevron-background-color: var(--lumx-color-primary-L3) !default;
|
|
245
231
|
$lumx-navigation-item-emphasis-selected-state-active-theme-light-chevron-color: var(--lumx-color-primary-D2) !default;
|
|
246
232
|
$lumx-navigation-item-emphasis-selected-state-active-theme-dark-background-color: var(--lumx-color-light-L5) !default;
|
|
247
233
|
$lumx-navigation-item-emphasis-selected-state-active-theme-dark-border-color: var(--lumx-color-light-L5) !default;
|
|
248
234
|
$lumx-navigation-item-emphasis-selected-state-active-theme-dark-icon-color: var(--lumx-color-light-N) !default;
|
|
249
235
|
$lumx-navigation-item-emphasis-selected-state-active-theme-dark-label-color: var(--lumx-color-light-N) !default;
|
|
250
|
-
$lumx-navigation-item-emphasis-selected-state-active-theme-dark-chevron-background-color: var(
|
|
251
|
-
--lumx-color-light-L5
|
|
252
|
-
) !default;
|
|
236
|
+
$lumx-navigation-item-emphasis-selected-state-active-theme-dark-chevron-background-color: var(--lumx-color-light-L5) !default;
|
|
253
237
|
$lumx-navigation-item-emphasis-selected-state-active-theme-dark-chevron-color: var(--lumx-color-light-N) !default;
|
|
254
238
|
$lumx-tabs-link-height: 48px !default;
|
|
255
239
|
$lumx-tabs-link-border-radius: 0 !default;
|
|
@@ -359,63 +343,63 @@ $lumx-text-field-state-focus-theme-dark-input-border-color: var(--lumx-color-lig
|
|
|
359
343
|
$lumx-text-field-state-focus-theme-dark-input-content-color: var(--lumx-color-light-N) !default;
|
|
360
344
|
$lumx-text-field-state-focus-theme-dark-input-placeholder-color: var(--lumx-color-light-L2) !default;
|
|
361
345
|
$lumx-border-radius: 4px !default;
|
|
362
|
-
$lumx-color-dark-N:
|
|
363
|
-
$lumx-color-dark-L1:
|
|
364
|
-
$lumx-color-dark-L2:
|
|
365
|
-
$lumx-color-dark-L3:
|
|
366
|
-
$lumx-color-dark-L4:
|
|
367
|
-
$lumx-color-dark-L5:
|
|
368
|
-
$lumx-color-dark-L6:
|
|
369
|
-
$lumx-color-light-N: rgb(255
|
|
370
|
-
$lumx-color-light-L1:
|
|
371
|
-
$lumx-color-light-L2:
|
|
372
|
-
$lumx-color-light-L3:
|
|
373
|
-
$lumx-color-light-L4:
|
|
374
|
-
$lumx-color-light-L5:
|
|
375
|
-
$lumx-color-light-L6:
|
|
376
|
-
$lumx-color-blue-D2: rgb(21
|
|
377
|
-
$lumx-color-blue-D1: rgb(24
|
|
378
|
-
$lumx-color-blue-N: rgb(36
|
|
379
|
-
$lumx-color-blue-L1:
|
|
380
|
-
$lumx-color-blue-L2:
|
|
381
|
-
$lumx-color-blue-L3:
|
|
382
|
-
$lumx-color-blue-L4:
|
|
383
|
-
$lumx-color-blue-L5:
|
|
384
|
-
$lumx-color-blue-L6:
|
|
385
|
-
$lumx-color-green-D2: rgb(26
|
|
386
|
-
$lumx-color-green-D1: rgb(23
|
|
387
|
-
$lumx-color-green-N: rgb(19
|
|
388
|
-
$lumx-color-green-L1:
|
|
389
|
-
$lumx-color-green-L2:
|
|
390
|
-
$lumx-color-green-L3:
|
|
391
|
-
$lumx-color-green-L4:
|
|
392
|
-
$lumx-color-green-L5:
|
|
393
|
-
$lumx-color-green-L6:
|
|
394
|
-
$lumx-color-yellow-D2: rgb(255
|
|
395
|
-
$lumx-color-yellow-D1: rgb(255
|
|
396
|
-
$lumx-color-yellow-N: rgb(255
|
|
397
|
-
$lumx-color-yellow-L1:
|
|
398
|
-
$lumx-color-yellow-L2:
|
|
399
|
-
$lumx-color-yellow-L3:
|
|
400
|
-
$lumx-color-yellow-L4:
|
|
401
|
-
$lumx-color-yellow-L5:
|
|
402
|
-
$lumx-color-yellow-L6:
|
|
403
|
-
$lumx-color-red-D2: rgb(190
|
|
404
|
-
$lumx-color-red-D1: rgb(212
|
|
405
|
-
$lumx-color-red-N: rgb(223
|
|
406
|
-
$lumx-color-red-L1:
|
|
407
|
-
$lumx-color-red-L2:
|
|
408
|
-
$lumx-color-red-L3:
|
|
409
|
-
$lumx-color-red-L4:
|
|
410
|
-
$lumx-color-red-L5:
|
|
411
|
-
$lumx-color-red-L6:
|
|
412
|
-
$lumx-color-grey-N: rgb(117
|
|
413
|
-
$lumx-color-grey-L1:
|
|
414
|
-
$lumx-color-grey-L2:
|
|
415
|
-
$lumx-color-grey-L3:
|
|
416
|
-
$lumx-color-grey-L4:
|
|
417
|
-
$lumx-color-grey-L5:
|
|
418
|
-
$lumx-color-grey-L6:
|
|
346
|
+
$lumx-color-dark-N: rgb(0 0 0 / 0.87) !default; // Neutral dark color
|
|
347
|
+
$lumx-color-dark-L1: rgb(0 0 0 / 0.7) !default; // Base dark color with 70% opacity
|
|
348
|
+
$lumx-color-dark-L2: rgb(0 0 0 / 0.6) !default; // Base dark color with 60% opacity
|
|
349
|
+
$lumx-color-dark-L3: rgb(0 0 0 / 0.38) !default; // Base dark color with 38% opacity
|
|
350
|
+
$lumx-color-dark-L4: rgb(0 0 0 / 0.2) !default; // Base dark color with 20% opacity
|
|
351
|
+
$lumx-color-dark-L5: rgb(0 0 0 / 0.12) !default; // Base dark color with 12% opacity
|
|
352
|
+
$lumx-color-dark-L6: rgb(0 0 0 / 0.03) !default; // Base dark color with 3% opacity
|
|
353
|
+
$lumx-color-light-N: rgb(255 255 255) !default; // Neutral light color
|
|
354
|
+
$lumx-color-light-L1: rgb(255 255 255 / 0.9) !default; // Base light color with 90% opacity
|
|
355
|
+
$lumx-color-light-L2: rgb(255 255 255 / 0.8) !default; // Base light color with 80% opacity
|
|
356
|
+
$lumx-color-light-L3: rgb(255 255 255 / 0.6) !default; // Base light color with 60% opacity
|
|
357
|
+
$lumx-color-light-L4: rgb(255 255 255 / 0.4) !default; // Base light color with 40% opacity
|
|
358
|
+
$lumx-color-light-L5: rgb(255 255 255 / 0.2) !default; // Base light color with 20% opacity
|
|
359
|
+
$lumx-color-light-L6: rgb(255 255 255 / 0.1) !default; // Base light color with 10% opacity
|
|
360
|
+
$lumx-color-blue-D2: rgb(21 70 193) !default; // Darkest blue color
|
|
361
|
+
$lumx-color-blue-D1: rgb(24 78 216) !default; // Dark blue color
|
|
362
|
+
$lumx-color-blue-N: rgb(36 91 231) !default; // Neutral blue color
|
|
363
|
+
$lumx-color-blue-L1: rgb(36 91 231 / 0.8) !default; // Base blue color with 80% opacity
|
|
364
|
+
$lumx-color-blue-L2: rgb(36 91 231 / 0.6) !default; // Base blue color with 60% opacity
|
|
365
|
+
$lumx-color-blue-L3: rgb(36 91 231 / 0.4) !default; // Base blue color with 40% opacity
|
|
366
|
+
$lumx-color-blue-L4: rgb(36 91 231 / 0.2) !default; // Base blue color with 20% opacity
|
|
367
|
+
$lumx-color-blue-L5: rgb(36 91 231 / 0.1) !default; // Base blue color with 10% opacity
|
|
368
|
+
$lumx-color-blue-L6: rgb(36 91 231 / 0.05) !default; // Base blue color with 5% opacity
|
|
369
|
+
$lumx-color-green-D2: rgb(26 110 89) !default; // Darkest green color
|
|
370
|
+
$lumx-color-green-D1: rgb(23 122 97) !default; // Dark green color
|
|
371
|
+
$lumx-color-green-N: rgb(19 134 105) !default; // Neutral green color
|
|
372
|
+
$lumx-color-green-L1: rgb(19 134 105 / 0.8) !default; // Base green color with 80% opacity
|
|
373
|
+
$lumx-color-green-L2: rgb(19 134 105 / 0.6) !default; // Base green color with 60% opacity
|
|
374
|
+
$lumx-color-green-L3: rgb(19 134 105 / 0.4) !default; // Base green color with 40% opacity
|
|
375
|
+
$lumx-color-green-L4: rgb(19 134 105 / 0.2) !default; // Base green color with 20% opacity
|
|
376
|
+
$lumx-color-green-L5: rgb(19 134 105 / 0.1) !default; // Base green color with 10% opacity
|
|
377
|
+
$lumx-color-green-L6: rgb(19 134 105 / 0.05) !default; // Base green color with 5% opacity
|
|
378
|
+
$lumx-color-yellow-D2: rgb(255 161 37) !default; // Darkest yellow color
|
|
379
|
+
$lumx-color-yellow-D1: rgb(255 179 37) !default; // Dark yellow color
|
|
380
|
+
$lumx-color-yellow-N: rgb(255 196 37) !default; // Neutral yellow color
|
|
381
|
+
$lumx-color-yellow-L1: rgb(255 196 37 / 0.9) !default; // Base yellow color with 80% opacity
|
|
382
|
+
$lumx-color-yellow-L2: rgb(255 196 37 / 0.8) !default; // Base yellow color with 70% opacity
|
|
383
|
+
$lumx-color-yellow-L3: rgb(255 196 37 / 0.6) !default; // Base yellow color with 60% opacity
|
|
384
|
+
$lumx-color-yellow-L4: rgb(255 196 37 / 0.48) !default; // Base yellow color with 40% opacity
|
|
385
|
+
$lumx-color-yellow-L5: rgb(255 196 37 / 0.24) !default; // Base yellow color with 20% opacity
|
|
386
|
+
$lumx-color-yellow-L6: rgb(255 196 37 / 0.12) !default; // Base yellow color with 10% opacity
|
|
387
|
+
$lumx-color-red-D2: rgb(190 30 70) !default; // Darkest red color
|
|
388
|
+
$lumx-color-red-D1: rgb(212 33 72) !default; // Dark red color
|
|
389
|
+
$lumx-color-red-N: rgb(223 48 80) !default; // Neutral red color
|
|
390
|
+
$lumx-color-red-L1: rgb(223 48 80 / 0.8) !default; // Base red color with 80% opacity
|
|
391
|
+
$lumx-color-red-L2: rgb(223 48 80 / 0.6) !default; // Base red color with 60% opacity
|
|
392
|
+
$lumx-color-red-L3: rgb(223 48 80 / 0.4) !default; // Base red color with 40% opacity
|
|
393
|
+
$lumx-color-red-L4: rgb(223 48 80 / 0.2) !default; // Base red color with 20% opacity
|
|
394
|
+
$lumx-color-red-L5: rgb(223 48 80 / 0.1) !default; // Base red color with 10% opacity
|
|
395
|
+
$lumx-color-red-L6: rgb(223 48 80 / 0.05) !default; // Base red color with 5% opacity
|
|
396
|
+
$lumx-color-grey-N: rgb(117 117 117) !default; // Neutral grey color
|
|
397
|
+
$lumx-color-grey-L1: rgb(117 117 117 / 0.8) !default; // Base grey color with 80% opacity
|
|
398
|
+
$lumx-color-grey-L2: rgb(117 117 117 / 0.6) !default; // Base grey color with 60% opacity
|
|
399
|
+
$lumx-color-grey-L3: rgb(117 117 117 / 0.4) !default; // Base grey color with 40% opacity
|
|
400
|
+
$lumx-color-grey-L4: rgb(117 117 117 / 0.2) !default; // Base grey color with 20% opacity
|
|
401
|
+
$lumx-color-grey-L5: rgb(117 117 117 / 0.1) !default; // Base grey color with 10% opacity
|
|
402
|
+
$lumx-color-grey-L6: rgb(117 117 117 / 0.05) !default; // Base grey color with 5% opacity
|
|
419
403
|
$lumx-color-primary-D2: var(--lumx-color-primary-D2) !default; // Darkest blue color
|
|
420
404
|
$lumx-color-primary-D1: var(--lumx-color-primary-D1) !default; // Dark blue color
|
|
421
405
|
$lumx-color-primary-N: var(--lumx-color-primary-N) !default; // Neutral blue color
|
|
@@ -443,29 +427,29 @@ $lumx-color-accent-L3: var(--lumx-color-accent-L3) !default; // Base green color
|
|
|
443
427
|
$lumx-color-accent-L4: var(--lumx-color-accent-L4) !default; // Base green color with 20% opacity
|
|
444
428
|
$lumx-color-accent-L5: var(--lumx-color-accent-L5) !default; // Base green color with 10% opacity
|
|
445
429
|
$lumx-color-accent-L6: var(--lumx-color-accent-L6) !default; // Base green color with 5% opacity
|
|
446
|
-
$lumx-color-black-N:
|
|
447
|
-
$lumx-color-black-L1:
|
|
448
|
-
$lumx-color-black-L2:
|
|
449
|
-
$lumx-color-black-L3:
|
|
450
|
-
$lumx-color-black-L4:
|
|
451
|
-
$lumx-color-black-L5:
|
|
452
|
-
$lumx-color-black-L6:
|
|
453
|
-
$lumx-color-white-N: rgb(255
|
|
454
|
-
$lumx-color-white-L1:
|
|
455
|
-
$lumx-color-white-L2:
|
|
456
|
-
$lumx-color-white-L3:
|
|
457
|
-
$lumx-color-white-L4:
|
|
458
|
-
$lumx-color-white-L5:
|
|
459
|
-
$lumx-color-white-L6:
|
|
460
|
-
$lumx-color-orange-D2: rgb(255
|
|
461
|
-
$lumx-color-orange-D1: rgb(255
|
|
462
|
-
$lumx-color-orange-N: rgb(255
|
|
463
|
-
$lumx-color-orange-L1:
|
|
464
|
-
$lumx-color-orange-L2:
|
|
465
|
-
$lumx-color-orange-L3:
|
|
466
|
-
$lumx-color-orange-L4:
|
|
467
|
-
$lumx-color-orange-L5:
|
|
468
|
-
$lumx-color-orange-L6:
|
|
430
|
+
$lumx-color-black-N: rgb(0 0 0 / 0.87) !default; // Neutral dark color
|
|
431
|
+
$lumx-color-black-L1: rgb(0 0 0 / 0.7) !default; // Base dark color with 70% opacity
|
|
432
|
+
$lumx-color-black-L2: rgb(0 0 0 / 0.6) !default; // Base dark color with 60% opacity
|
|
433
|
+
$lumx-color-black-L3: rgb(0 0 0 / 0.38) !default; // Base dark color with 38% opacity
|
|
434
|
+
$lumx-color-black-L4: rgb(0 0 0 / 0.2) !default; // Base dark color with 20% opacity
|
|
435
|
+
$lumx-color-black-L5: rgb(0 0 0 / 0.12) !default; // Base dark color with 12% opacity
|
|
436
|
+
$lumx-color-black-L6: rgb(0 0 0 / 0.03) !default; // Base dark color with 3% opacity
|
|
437
|
+
$lumx-color-white-N: rgb(255 255 255) !default; // Neutral light color
|
|
438
|
+
$lumx-color-white-L1: rgb(255 255 255 / 0.9) !default; // Base light color with 90% opacity
|
|
439
|
+
$lumx-color-white-L2: rgb(255 255 255 / 0.8) !default; // Base light color with 80% opacity
|
|
440
|
+
$lumx-color-white-L3: rgb(255 255 255 / 0.6) !default; // Base light color with 60% opacity
|
|
441
|
+
$lumx-color-white-L4: rgb(255 255 255 / 0.4) !default; // Base light color with 40% opacity
|
|
442
|
+
$lumx-color-white-L5: rgb(255 255 255 / 0.2) !default; // Base light color with 20% opacity
|
|
443
|
+
$lumx-color-white-L6: rgb(255 255 255 / 0.1) !default; // Base light color with 10% opacity
|
|
444
|
+
$lumx-color-orange-D2: rgb(255 161 37) !default; // Darkest yellow color
|
|
445
|
+
$lumx-color-orange-D1: rgb(255 179 37) !default; // Dark yellow color
|
|
446
|
+
$lumx-color-orange-N: rgb(255 196 37) !default; // Neutral yellow color
|
|
447
|
+
$lumx-color-orange-L1: rgb(255 196 37 / 0.9) !default; // Base yellow color with 80% opacity
|
|
448
|
+
$lumx-color-orange-L2: rgb(255 196 37 / 0.8) !default; // Base yellow color with 70% opacity
|
|
449
|
+
$lumx-color-orange-L3: rgb(255 196 37 / 0.6) !default; // Base yellow color with 60% opacity
|
|
450
|
+
$lumx-color-orange-L4: rgb(255 196 37 / 0.48) !default; // Base yellow color with 40% opacity
|
|
451
|
+
$lumx-color-orange-L5: rgb(255 196 37 / 0.24) !default; // Base yellow color with 20% opacity
|
|
452
|
+
$lumx-color-orange-L6: rgb(255 196 37 / 0.12) !default; // Base yellow color with 10% opacity
|
|
469
453
|
$lumx-size-xxs: 14px !default;
|
|
470
454
|
$lumx-size-xs: 20px !default;
|
|
471
455
|
$lumx-size-s: 24px !default;
|
|
@@ -478,8 +462,7 @@ $lumx-spacing-unit-regular: 8px !default;
|
|
|
478
462
|
$lumx-spacing-unit-medium: 12px !default;
|
|
479
463
|
$lumx-spacing-unit-big: 16px !default;
|
|
480
464
|
$lumx-spacing-unit-huge: 24px !default;
|
|
481
|
-
$lumx-typography-font-family: -apple-system,
|
|
482
|
-
'Droid Sans', 'Helvetica Neue', sans-serif !default;
|
|
465
|
+
$lumx-typography-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !default;
|
|
483
466
|
$lumx-typography-font-weight-regular: 400 !default;
|
|
484
467
|
$lumx-typography-font-weight-bold: 700 !default;
|
|
485
468
|
$lumx-typography-font-weight-light: 300 !default;
|
|
@@ -548,1120 +531,1109 @@ $lumx-typography-custom-button-size-m-font-size: 14px !default;
|
|
|
548
531
|
$lumx-typography-custom-button-size-m-font-weight: var(--lumx-typography-font-weight-bold) !default;
|
|
549
532
|
$lumx-typography-custom-button-size-s-font-size: 12px !default;
|
|
550
533
|
$lumx-typography-custom-button-size-s-font-weight: var(--lumx-typography-font-weight-bold) !default;
|
|
551
|
-
|
|
534
|
+
$lumx-typography-custom-navigation-item-font-size: 14px !default;
|
|
535
|
+
$lumx-typography-custom-navigation-item-font-weight: var(--lumx-typography-font-weight-bold) !default;
|
|
536
|
+
$lumx-typography-custom-navigation-item-line-height: 20px !default;
|
|
552
537
|
$lumx-design-tokens: (
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
),
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
),
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
)
|
|
538
|
+
"button": (
|
|
539
|
+
"height": $lumx-button-height,
|
|
540
|
+
"border-radius": $lumx-button-border-radius,
|
|
541
|
+
"emphasis-high": (
|
|
542
|
+
"state-default": (
|
|
543
|
+
"padding": (
|
|
544
|
+
"horizontal": $lumx-button-emphasis-high-state-default-padding-horizontal
|
|
545
|
+
),
|
|
546
|
+
"border-width": $lumx-button-emphasis-high-state-default-border-width,
|
|
547
|
+
"theme-light": (
|
|
548
|
+
"background-color": $lumx-button-emphasis-high-state-default-theme-light-background-color,
|
|
549
|
+
"color": $lumx-button-emphasis-high-state-default-theme-light-color,
|
|
550
|
+
"border-color": $lumx-button-emphasis-high-state-default-theme-light-border-color
|
|
551
|
+
),
|
|
552
|
+
"theme-dark": (
|
|
553
|
+
"background-color": $lumx-button-emphasis-high-state-default-theme-dark-background-color,
|
|
554
|
+
"color": $lumx-button-emphasis-high-state-default-theme-dark-color,
|
|
555
|
+
"border-color": $lumx-button-emphasis-high-state-default-theme-dark-border-color
|
|
556
|
+
)
|
|
572
557
|
),
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
),
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
),
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
)
|
|
588
|
-
),
|
|
589
|
-
'state-active': (
|
|
590
|
-
'padding': (
|
|
591
|
-
'horizontal': $lumx-button-emphasis-high-state-active-padding-horizontal,
|
|
592
|
-
),
|
|
593
|
-
'border-width': $lumx-button-emphasis-high-state-active-border-width,
|
|
594
|
-
'theme-light': (
|
|
595
|
-
'background-color': $lumx-button-emphasis-high-state-active-theme-light-background-color,
|
|
596
|
-
'color': $lumx-button-emphasis-high-state-active-theme-light-color,
|
|
597
|
-
'border-color': $lumx-button-emphasis-high-state-active-theme-light-border-color,
|
|
598
|
-
),
|
|
599
|
-
'theme-dark': (
|
|
600
|
-
'background-color': $lumx-button-emphasis-high-state-active-theme-dark-background-color,
|
|
601
|
-
'color': $lumx-button-emphasis-high-state-active-theme-dark-color,
|
|
602
|
-
'border-color': $lumx-button-emphasis-high-state-active-theme-dark-border-color,
|
|
603
|
-
),
|
|
558
|
+
"state-hover": (
|
|
559
|
+
"padding": (
|
|
560
|
+
"horizontal": $lumx-button-emphasis-high-state-hover-padding-horizontal
|
|
561
|
+
),
|
|
562
|
+
"border-width": $lumx-button-emphasis-high-state-hover-border-width,
|
|
563
|
+
"theme-light": (
|
|
564
|
+
"background-color": $lumx-button-emphasis-high-state-hover-theme-light-background-color,
|
|
565
|
+
"color": $lumx-button-emphasis-high-state-hover-theme-light-color,
|
|
566
|
+
"border-color": $lumx-button-emphasis-high-state-hover-theme-light-border-color
|
|
567
|
+
),
|
|
568
|
+
"theme-dark": (
|
|
569
|
+
"background-color": $lumx-button-emphasis-high-state-hover-theme-dark-background-color,
|
|
570
|
+
"color": $lumx-button-emphasis-high-state-hover-theme-dark-color,
|
|
571
|
+
"border-color": $lumx-button-emphasis-high-state-hover-theme-dark-border-color
|
|
572
|
+
)
|
|
604
573
|
),
|
|
574
|
+
"state-active": (
|
|
575
|
+
"padding": (
|
|
576
|
+
"horizontal": $lumx-button-emphasis-high-state-active-padding-horizontal
|
|
577
|
+
),
|
|
578
|
+
"border-width": $lumx-button-emphasis-high-state-active-border-width,
|
|
579
|
+
"theme-light": (
|
|
580
|
+
"background-color": $lumx-button-emphasis-high-state-active-theme-light-background-color,
|
|
581
|
+
"color": $lumx-button-emphasis-high-state-active-theme-light-color,
|
|
582
|
+
"border-color": $lumx-button-emphasis-high-state-active-theme-light-border-color
|
|
583
|
+
),
|
|
584
|
+
"theme-dark": (
|
|
585
|
+
"background-color": $lumx-button-emphasis-high-state-active-theme-dark-background-color,
|
|
586
|
+
"color": $lumx-button-emphasis-high-state-active-theme-dark-color,
|
|
587
|
+
"border-color": $lumx-button-emphasis-high-state-active-theme-dark-border-color
|
|
588
|
+
)
|
|
589
|
+
)
|
|
605
590
|
),
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
),
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
),
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
)
|
|
591
|
+
"emphasis-medium": (
|
|
592
|
+
"state-default": (
|
|
593
|
+
"padding": (
|
|
594
|
+
"horizontal": $lumx-button-emphasis-medium-state-default-padding-horizontal
|
|
595
|
+
),
|
|
596
|
+
"border-width": $lumx-button-emphasis-medium-state-default-border-width,
|
|
597
|
+
"theme-light": (
|
|
598
|
+
"background-color": $lumx-button-emphasis-medium-state-default-theme-light-background-color,
|
|
599
|
+
"color": $lumx-button-emphasis-medium-state-default-theme-light-color,
|
|
600
|
+
"border-color": $lumx-button-emphasis-medium-state-default-theme-light-border-color
|
|
601
|
+
),
|
|
602
|
+
"theme-dark": (
|
|
603
|
+
"background-color": $lumx-button-emphasis-medium-state-default-theme-dark-background-color,
|
|
604
|
+
"color": $lumx-button-emphasis-medium-state-default-theme-dark-color,
|
|
605
|
+
"border-color": $lumx-button-emphasis-medium-state-default-theme-dark-border-color
|
|
606
|
+
)
|
|
622
607
|
),
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
),
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
),
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
)
|
|
638
|
-
),
|
|
639
|
-
'state-active': (
|
|
640
|
-
'padding': (
|
|
641
|
-
'horizontal': $lumx-button-emphasis-medium-state-active-padding-horizontal,
|
|
642
|
-
),
|
|
643
|
-
'border-width': $lumx-button-emphasis-medium-state-active-border-width,
|
|
644
|
-
'theme-light': (
|
|
645
|
-
'background-color': $lumx-button-emphasis-medium-state-active-theme-light-background-color,
|
|
646
|
-
'color': $lumx-button-emphasis-medium-state-active-theme-light-color,
|
|
647
|
-
'border-color': $lumx-button-emphasis-medium-state-active-theme-light-border-color,
|
|
648
|
-
),
|
|
649
|
-
'theme-dark': (
|
|
650
|
-
'background-color': $lumx-button-emphasis-medium-state-active-theme-dark-background-color,
|
|
651
|
-
'color': $lumx-button-emphasis-medium-state-active-theme-dark-color,
|
|
652
|
-
'border-color': $lumx-button-emphasis-medium-state-active-theme-dark-border-color,
|
|
653
|
-
),
|
|
608
|
+
"state-hover": (
|
|
609
|
+
"padding": (
|
|
610
|
+
"horizontal": $lumx-button-emphasis-medium-state-hover-padding-horizontal
|
|
611
|
+
),
|
|
612
|
+
"border-width": $lumx-button-emphasis-medium-state-hover-border-width,
|
|
613
|
+
"theme-light": (
|
|
614
|
+
"background-color": $lumx-button-emphasis-medium-state-hover-theme-light-background-color,
|
|
615
|
+
"color": $lumx-button-emphasis-medium-state-hover-theme-light-color,
|
|
616
|
+
"border-color": $lumx-button-emphasis-medium-state-hover-theme-light-border-color
|
|
617
|
+
),
|
|
618
|
+
"theme-dark": (
|
|
619
|
+
"background-color": $lumx-button-emphasis-medium-state-hover-theme-dark-background-color,
|
|
620
|
+
"color": $lumx-button-emphasis-medium-state-hover-theme-dark-color,
|
|
621
|
+
"border-color": $lumx-button-emphasis-medium-state-hover-theme-dark-border-color
|
|
622
|
+
)
|
|
654
623
|
),
|
|
624
|
+
"state-active": (
|
|
625
|
+
"padding": (
|
|
626
|
+
"horizontal": $lumx-button-emphasis-medium-state-active-padding-horizontal
|
|
627
|
+
),
|
|
628
|
+
"border-width": $lumx-button-emphasis-medium-state-active-border-width,
|
|
629
|
+
"theme-light": (
|
|
630
|
+
"background-color": $lumx-button-emphasis-medium-state-active-theme-light-background-color,
|
|
631
|
+
"color": $lumx-button-emphasis-medium-state-active-theme-light-color,
|
|
632
|
+
"border-color": $lumx-button-emphasis-medium-state-active-theme-light-border-color
|
|
633
|
+
),
|
|
634
|
+
"theme-dark": (
|
|
635
|
+
"background-color": $lumx-button-emphasis-medium-state-active-theme-dark-background-color,
|
|
636
|
+
"color": $lumx-button-emphasis-medium-state-active-theme-dark-color,
|
|
637
|
+
"border-color": $lumx-button-emphasis-medium-state-active-theme-dark-border-color
|
|
638
|
+
)
|
|
639
|
+
)
|
|
655
640
|
),
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
),
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
),
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
)
|
|
672
|
-
),
|
|
673
|
-
'state-hover': (
|
|
674
|
-
'padding': (
|
|
675
|
-
'horizontal': $lumx-button-emphasis-low-state-hover-padding-horizontal,
|
|
676
|
-
),
|
|
677
|
-
'border-width': $lumx-button-emphasis-low-state-hover-border-width,
|
|
678
|
-
'theme-light': (
|
|
679
|
-
'background-color': $lumx-button-emphasis-low-state-hover-theme-light-background-color,
|
|
680
|
-
'color': $lumx-button-emphasis-low-state-hover-theme-light-color,
|
|
681
|
-
'border-color': $lumx-button-emphasis-low-state-hover-theme-light-border-color,
|
|
682
|
-
),
|
|
683
|
-
'theme-dark': (
|
|
684
|
-
'background-color': $lumx-button-emphasis-low-state-hover-theme-dark-background-color,
|
|
685
|
-
'color': $lumx-button-emphasis-low-state-hover-theme-dark-color,
|
|
686
|
-
'border-color': $lumx-button-emphasis-low-state-hover-theme-dark-border-color,
|
|
687
|
-
),
|
|
641
|
+
"emphasis-low": (
|
|
642
|
+
"state-default": (
|
|
643
|
+
"padding": (
|
|
644
|
+
"horizontal": $lumx-button-emphasis-low-state-default-padding-horizontal
|
|
645
|
+
),
|
|
646
|
+
"border-width": $lumx-button-emphasis-low-state-default-border-width,
|
|
647
|
+
"theme-light": (
|
|
648
|
+
"background-color": $lumx-button-emphasis-low-state-default-theme-light-background-color,
|
|
649
|
+
"color": $lumx-button-emphasis-low-state-default-theme-light-color,
|
|
650
|
+
"border-color": $lumx-button-emphasis-low-state-default-theme-light-border-color
|
|
651
|
+
),
|
|
652
|
+
"theme-dark": (
|
|
653
|
+
"background-color": $lumx-button-emphasis-low-state-default-theme-dark-background-color,
|
|
654
|
+
"color": $lumx-button-emphasis-low-state-default-theme-dark-color,
|
|
655
|
+
"border-color": $lumx-button-emphasis-low-state-default-theme-dark-border-color
|
|
656
|
+
)
|
|
688
657
|
),
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
),
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
),
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
)
|
|
658
|
+
"state-hover": (
|
|
659
|
+
"padding": (
|
|
660
|
+
"horizontal": $lumx-button-emphasis-low-state-hover-padding-horizontal
|
|
661
|
+
),
|
|
662
|
+
"border-width": $lumx-button-emphasis-low-state-hover-border-width,
|
|
663
|
+
"theme-light": (
|
|
664
|
+
"background-color": $lumx-button-emphasis-low-state-hover-theme-light-background-color,
|
|
665
|
+
"color": $lumx-button-emphasis-low-state-hover-theme-light-color,
|
|
666
|
+
"border-color": $lumx-button-emphasis-low-state-hover-theme-light-border-color
|
|
667
|
+
),
|
|
668
|
+
"theme-dark": (
|
|
669
|
+
"background-color": $lumx-button-emphasis-low-state-hover-theme-dark-background-color,
|
|
670
|
+
"color": $lumx-button-emphasis-low-state-hover-theme-dark-color,
|
|
671
|
+
"border-color": $lumx-button-emphasis-low-state-hover-theme-dark-border-color
|
|
672
|
+
)
|
|
704
673
|
),
|
|
674
|
+
"state-active": (
|
|
675
|
+
"padding": (
|
|
676
|
+
"horizontal": $lumx-button-emphasis-low-state-active-padding-horizontal
|
|
677
|
+
),
|
|
678
|
+
"border-width": $lumx-button-emphasis-low-state-active-border-width,
|
|
679
|
+
"theme-light": (
|
|
680
|
+
"background-color": $lumx-button-emphasis-low-state-active-theme-light-background-color,
|
|
681
|
+
"color": $lumx-button-emphasis-low-state-active-theme-light-color,
|
|
682
|
+
"border-color": $lumx-button-emphasis-low-state-active-theme-light-border-color
|
|
683
|
+
),
|
|
684
|
+
"theme-dark": (
|
|
685
|
+
"background-color": $lumx-button-emphasis-low-state-active-theme-dark-background-color,
|
|
686
|
+
"color": $lumx-button-emphasis-low-state-active-theme-dark-color,
|
|
687
|
+
"border-color": $lumx-button-emphasis-low-state-active-theme-dark-border-color
|
|
688
|
+
)
|
|
689
|
+
)
|
|
705
690
|
),
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
),
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
),
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
)
|
|
691
|
+
"emphasis-selected": (
|
|
692
|
+
"state-default": (
|
|
693
|
+
"padding": (
|
|
694
|
+
"horizontal": $lumx-button-emphasis-selected-state-default-padding-horizontal
|
|
695
|
+
),
|
|
696
|
+
"border-width": $lumx-button-emphasis-selected-state-default-border-width,
|
|
697
|
+
"theme-light": (
|
|
698
|
+
"background-color": $lumx-button-emphasis-selected-state-default-theme-light-background-color,
|
|
699
|
+
"color": $lumx-button-emphasis-selected-state-default-theme-light-color,
|
|
700
|
+
"border-color": $lumx-button-emphasis-selected-state-default-theme-light-border-color
|
|
701
|
+
),
|
|
702
|
+
"theme-dark": (
|
|
703
|
+
"background-color": $lumx-button-emphasis-selected-state-default-theme-dark-background-color,
|
|
704
|
+
"color": $lumx-button-emphasis-selected-state-default-theme-dark-color,
|
|
705
|
+
"border-color": $lumx-button-emphasis-selected-state-default-theme-dark-border-color
|
|
706
|
+
)
|
|
722
707
|
),
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
),
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
),
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
)
|
|
708
|
+
"state-hover": (
|
|
709
|
+
"padding": (
|
|
710
|
+
"horizontal": $lumx-button-emphasis-selected-state-hover-padding-horizontal
|
|
711
|
+
),
|
|
712
|
+
"border-width": $lumx-button-emphasis-selected-state-hover-border-width,
|
|
713
|
+
"theme-light": (
|
|
714
|
+
"background-color": $lumx-button-emphasis-selected-state-hover-theme-light-background-color,
|
|
715
|
+
"color": $lumx-button-emphasis-selected-state-hover-theme-light-color,
|
|
716
|
+
"border-color": $lumx-button-emphasis-selected-state-hover-theme-light-border-color
|
|
717
|
+
),
|
|
718
|
+
"theme-dark": (
|
|
719
|
+
"background-color": $lumx-button-emphasis-selected-state-hover-theme-dark-background-color,
|
|
720
|
+
"color": $lumx-button-emphasis-selected-state-hover-theme-dark-color,
|
|
721
|
+
"border-color": $lumx-button-emphasis-selected-state-hover-theme-dark-border-color
|
|
722
|
+
)
|
|
738
723
|
),
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
),
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
),
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
)
|
|
754
|
-
)
|
|
755
|
-
)
|
|
724
|
+
"state-active": (
|
|
725
|
+
"padding": (
|
|
726
|
+
"horizontal": $lumx-button-emphasis-selected-state-active-padding-horizontal
|
|
727
|
+
),
|
|
728
|
+
"border-width": $lumx-button-emphasis-selected-state-active-border-width,
|
|
729
|
+
"theme-light": (
|
|
730
|
+
"background-color": $lumx-button-emphasis-selected-state-active-theme-light-background-color,
|
|
731
|
+
"color": $lumx-button-emphasis-selected-state-active-theme-light-color,
|
|
732
|
+
"border-color": $lumx-button-emphasis-selected-state-active-theme-light-border-color
|
|
733
|
+
),
|
|
734
|
+
"theme-dark": (
|
|
735
|
+
"background-color": $lumx-button-emphasis-selected-state-active-theme-dark-background-color,
|
|
736
|
+
"color": $lumx-button-emphasis-selected-state-active-theme-dark-color,
|
|
737
|
+
"border-color": $lumx-button-emphasis-selected-state-active-theme-dark-border-color
|
|
738
|
+
)
|
|
739
|
+
)
|
|
740
|
+
)
|
|
756
741
|
),
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
742
|
+
"material": (
|
|
743
|
+
"button": (
|
|
744
|
+
"text-transform": $lumx-material-button-text-transform,
|
|
745
|
+
"variant-icon-border-radius": (
|
|
746
|
+
)
|
|
761
747
|
),
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
748
|
+
"checkbox": (
|
|
749
|
+
"wrapper-size": $lumx-material-checkbox-wrapper-size,
|
|
750
|
+
"control-size": $lumx-material-checkbox-control-size
|
|
765
751
|
),
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
),
|
|
772
|
-
'size-s': (
|
|
773
|
-
'height': $lumx-material-chip-size-s-height,
|
|
774
|
-
'border-radius': $lumx-material-chip-size-s-border-radius,
|
|
775
|
-
'padding-vertical': $lumx-material-chip-size-s-padding-vertical,
|
|
752
|
+
"chip": (
|
|
753
|
+
"size-m": (
|
|
754
|
+
"height": $lumx-material-chip-size-m-height,
|
|
755
|
+
"border-radius": $lumx-material-chip-size-m-border-radius,
|
|
756
|
+
"padding-vertical": $lumx-material-chip-size-m-padding-vertical
|
|
776
757
|
),
|
|
758
|
+
"size-s": (
|
|
759
|
+
"height": $lumx-material-chip-size-s-height,
|
|
760
|
+
"border-radius": $lumx-material-chip-size-s-border-radius,
|
|
761
|
+
"padding-vertical": $lumx-material-chip-size-s-padding-vertical
|
|
762
|
+
)
|
|
777
763
|
),
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
764
|
+
"input-helper": (
|
|
765
|
+
"font-size": $lumx-material-input-helper-font-size,
|
|
766
|
+
"font-weight": $lumx-material-input-helper-font-weight,
|
|
767
|
+
"line-height": $lumx-material-input-helper-line-height
|
|
782
768
|
),
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
769
|
+
"input-label": (
|
|
770
|
+
"font-size": $lumx-material-input-label-font-size,
|
|
771
|
+
"font-weight": $lumx-material-input-label-font-weight,
|
|
772
|
+
"line-height": $lumx-material-input-label-line-height
|
|
787
773
|
),
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
774
|
+
"progress": (
|
|
775
|
+
"bounce": $lumx-material-progress-bounce,
|
|
776
|
+
"rotate": $lumx-material-progress-rotate
|
|
791
777
|
),
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
778
|
+
"radio-button": (
|
|
779
|
+
"wrapper-size": $lumx-material-radio-button-wrapper-size,
|
|
780
|
+
"control-size": $lumx-material-radio-button-control-size,
|
|
781
|
+
"indicator-size": $lumx-material-radio-button-indicator-size
|
|
796
782
|
),
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
783
|
+
"switch": (
|
|
784
|
+
"wrapper": (
|
|
785
|
+
"width": $lumx-material-switch-wrapper-width,
|
|
786
|
+
"height": $lumx-material-switch-wrapper-height
|
|
801
787
|
),
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
),
|
|
806
|
-
'indicator': (
|
|
807
|
-
'size': $lumx-material-switch-indicator-size,
|
|
808
|
-
'offset': $lumx-material-switch-indicator-offset,
|
|
788
|
+
"control": (
|
|
789
|
+
"width": $lumx-material-switch-control-width,
|
|
790
|
+
"height": $lumx-material-switch-control-height
|
|
809
791
|
),
|
|
792
|
+
"indicator": (
|
|
793
|
+
"size": $lumx-material-switch-indicator-size,
|
|
794
|
+
"offset": $lumx-material-switch-indicator-offset
|
|
795
|
+
)
|
|
810
796
|
),
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
797
|
+
"text-field": (
|
|
798
|
+
"padding": (
|
|
799
|
+
"top": $lumx-material-text-field-padding-top,
|
|
800
|
+
"bottom": $lumx-material-text-field-padding-bottom
|
|
815
801
|
),
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
),
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
)
|
|
825
|
-
),
|
|
826
|
-
'input': (
|
|
827
|
-
'content': (
|
|
828
|
-
'font-size': $lumx-material-text-field-input-content-font-size,
|
|
829
|
-
'font-weight': $lumx-material-text-field-input-content-font-weight,
|
|
830
|
-
'line-height': $lumx-material-text-field-input-content-line-height,
|
|
831
|
-
),
|
|
802
|
+
"header": (
|
|
803
|
+
"wrapper": (
|
|
804
|
+
"margin-bottom": $lumx-material-text-field-header-wrapper-margin-bottom
|
|
805
|
+
),
|
|
806
|
+
"label": (
|
|
807
|
+
"font-size": $lumx-material-text-field-header-label-font-size,
|
|
808
|
+
"font-weight": $lumx-material-text-field-header-label-font-weight,
|
|
809
|
+
"line-height": $lumx-material-text-field-header-label-line-height
|
|
810
|
+
)
|
|
832
811
|
),
|
|
833
|
-
|
|
812
|
+
"input": (
|
|
813
|
+
"content": (
|
|
814
|
+
"font-size": $lumx-material-text-field-input-content-font-size,
|
|
815
|
+
"font-weight": $lumx-material-text-field-input-content-font-weight,
|
|
816
|
+
"line-height": $lumx-material-text-field-input-content-line-height
|
|
817
|
+
)
|
|
818
|
+
)
|
|
819
|
+
)
|
|
834
820
|
),
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
821
|
+
"navigation": (
|
|
822
|
+
"item": (
|
|
823
|
+
"padding": (
|
|
824
|
+
"horizontal": $lumx-navigation-item-padding-horizontal
|
|
839
825
|
),
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
),
|
|
848
|
-
'right': (
|
|
849
|
-
'width': $lumx-navigation-item-emphasis-low-state-default-border-right-width,
|
|
826
|
+
"min-height": $lumx-navigation-item-min-height,
|
|
827
|
+
"border-radius": $lumx-navigation-item-border-radius,
|
|
828
|
+
"emphasis-low": (
|
|
829
|
+
"state-default": (
|
|
830
|
+
"border": (
|
|
831
|
+
"top": (
|
|
832
|
+
"width": $lumx-navigation-item-emphasis-low-state-default-border-top-width
|
|
850
833
|
),
|
|
851
|
-
|
|
852
|
-
|
|
834
|
+
"right": (
|
|
835
|
+
"width": $lumx-navigation-item-emphasis-low-state-default-border-right-width
|
|
853
836
|
),
|
|
854
|
-
|
|
855
|
-
|
|
837
|
+
"bottom": (
|
|
838
|
+
"width": $lumx-navigation-item-emphasis-low-state-default-border-bottom-width
|
|
856
839
|
),
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
)
|
|
877
|
-
),
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
840
|
+
"left": (
|
|
841
|
+
"width": $lumx-navigation-item-emphasis-low-state-default-border-left-width
|
|
842
|
+
)
|
|
843
|
+
),
|
|
844
|
+
"theme-light": (
|
|
845
|
+
"background-color": $lumx-navigation-item-emphasis-low-state-default-theme-light-background-color,
|
|
846
|
+
"border-color": $lumx-navigation-item-emphasis-low-state-default-theme-light-border-color,
|
|
847
|
+
"icon-color": $lumx-navigation-item-emphasis-low-state-default-theme-light-icon-color,
|
|
848
|
+
"label-color": $lumx-navigation-item-emphasis-low-state-default-theme-light-label-color,
|
|
849
|
+
"chevron-background-color": $lumx-navigation-item-emphasis-low-state-default-theme-light-chevron-background-color,
|
|
850
|
+
"chevron-color": $lumx-navigation-item-emphasis-low-state-default-theme-light-chevron-color
|
|
851
|
+
),
|
|
852
|
+
"theme-dark": (
|
|
853
|
+
"background-color": $lumx-navigation-item-emphasis-low-state-default-theme-dark-background-color,
|
|
854
|
+
"border-color": $lumx-navigation-item-emphasis-low-state-default-theme-dark-border-color,
|
|
855
|
+
"icon-color": $lumx-navigation-item-emphasis-low-state-default-theme-dark-icon-color,
|
|
856
|
+
"label-color": $lumx-navigation-item-emphasis-low-state-default-theme-dark-label-color,
|
|
857
|
+
"chevron-background-color": $lumx-navigation-item-emphasis-low-state-default-theme-dark-chevron-background-color,
|
|
858
|
+
"chevron-color": $lumx-navigation-item-emphasis-low-state-default-theme-dark-chevron-color
|
|
859
|
+
)
|
|
860
|
+
),
|
|
861
|
+
"state-hover": (
|
|
862
|
+
"border": (
|
|
863
|
+
"top": (
|
|
864
|
+
"width": $lumx-navigation-item-emphasis-low-state-hover-border-top-width
|
|
882
865
|
),
|
|
883
|
-
|
|
884
|
-
|
|
866
|
+
"right": (
|
|
867
|
+
"width": $lumx-navigation-item-emphasis-low-state-hover-border-right-width
|
|
885
868
|
),
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
),
|
|
889
|
-
'left': (
|
|
890
|
-
'width': $lumx-navigation-item-emphasis-low-state-hover-border-left-width,
|
|
891
|
-
),
|
|
892
|
-
),
|
|
893
|
-
'theme-light': (
|
|
894
|
-
'background-color': $lumx-navigation-item-emphasis-low-state-hover-theme-light-background-color,
|
|
895
|
-
'border-color': $lumx-navigation-item-emphasis-low-state-hover-theme-light-border-color,
|
|
896
|
-
'icon-color': $lumx-navigation-item-emphasis-low-state-hover-theme-light-icon-color,
|
|
897
|
-
'label-color': $lumx-navigation-item-emphasis-low-state-hover-theme-light-label-color,
|
|
898
|
-
'chevron-background-color':
|
|
899
|
-
$lumx-navigation-item-emphasis-low-state-hover-theme-light-chevron-background-color,
|
|
900
|
-
'chevron-color': $lumx-navigation-item-emphasis-low-state-hover-theme-light-chevron-color,
|
|
901
|
-
),
|
|
902
|
-
'theme-dark': (
|
|
903
|
-
'background-color': $lumx-navigation-item-emphasis-low-state-hover-theme-dark-background-color,
|
|
904
|
-
'border-color': $lumx-navigation-item-emphasis-low-state-hover-theme-dark-border-color,
|
|
905
|
-
'icon-color': $lumx-navigation-item-emphasis-low-state-hover-theme-dark-icon-color,
|
|
906
|
-
'label-color': $lumx-navigation-item-emphasis-low-state-hover-theme-dark-label-color,
|
|
907
|
-
'chevron-background-color':
|
|
908
|
-
$lumx-navigation-item-emphasis-low-state-hover-theme-dark-chevron-background-color,
|
|
909
|
-
'chevron-color': $lumx-navigation-item-emphasis-low-state-hover-theme-dark-chevron-color,
|
|
910
|
-
),
|
|
911
|
-
),
|
|
912
|
-
'state-active': (
|
|
913
|
-
'border': (
|
|
914
|
-
'top': (
|
|
915
|
-
'width': $lumx-navigation-item-emphasis-low-state-active-border-top-width,
|
|
869
|
+
"bottom": (
|
|
870
|
+
"width": $lumx-navigation-item-emphasis-low-state-hover-border-bottom-width
|
|
916
871
|
),
|
|
917
|
-
|
|
918
|
-
|
|
872
|
+
"left": (
|
|
873
|
+
"width": $lumx-navigation-item-emphasis-low-state-hover-border-left-width
|
|
874
|
+
)
|
|
875
|
+
),
|
|
876
|
+
"theme-light": (
|
|
877
|
+
"background-color": $lumx-navigation-item-emphasis-low-state-hover-theme-light-background-color,
|
|
878
|
+
"border-color": $lumx-navigation-item-emphasis-low-state-hover-theme-light-border-color,
|
|
879
|
+
"icon-color": $lumx-navigation-item-emphasis-low-state-hover-theme-light-icon-color,
|
|
880
|
+
"label-color": $lumx-navigation-item-emphasis-low-state-hover-theme-light-label-color,
|
|
881
|
+
"chevron-background-color": $lumx-navigation-item-emphasis-low-state-hover-theme-light-chevron-background-color,
|
|
882
|
+
"chevron-color": $lumx-navigation-item-emphasis-low-state-hover-theme-light-chevron-color
|
|
883
|
+
),
|
|
884
|
+
"theme-dark": (
|
|
885
|
+
"background-color": $lumx-navigation-item-emphasis-low-state-hover-theme-dark-background-color,
|
|
886
|
+
"border-color": $lumx-navigation-item-emphasis-low-state-hover-theme-dark-border-color,
|
|
887
|
+
"icon-color": $lumx-navigation-item-emphasis-low-state-hover-theme-dark-icon-color,
|
|
888
|
+
"label-color": $lumx-navigation-item-emphasis-low-state-hover-theme-dark-label-color,
|
|
889
|
+
"chevron-background-color": $lumx-navigation-item-emphasis-low-state-hover-theme-dark-chevron-background-color,
|
|
890
|
+
"chevron-color": $lumx-navigation-item-emphasis-low-state-hover-theme-dark-chevron-color
|
|
891
|
+
)
|
|
892
|
+
),
|
|
893
|
+
"state-active": (
|
|
894
|
+
"border": (
|
|
895
|
+
"top": (
|
|
896
|
+
"width": $lumx-navigation-item-emphasis-low-state-active-border-top-width
|
|
919
897
|
),
|
|
920
|
-
|
|
921
|
-
|
|
898
|
+
"right": (
|
|
899
|
+
"width": $lumx-navigation-item-emphasis-low-state-active-border-right-width
|
|
922
900
|
),
|
|
923
|
-
|
|
924
|
-
|
|
901
|
+
"bottom": (
|
|
902
|
+
"width": $lumx-navigation-item-emphasis-low-state-active-border-bottom-width
|
|
925
903
|
),
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
904
|
+
"left": (
|
|
905
|
+
"width": $lumx-navigation-item-emphasis-low-state-active-border-left-width
|
|
906
|
+
)
|
|
907
|
+
),
|
|
908
|
+
"theme-light": (
|
|
909
|
+
"background-color": $lumx-navigation-item-emphasis-low-state-active-theme-light-background-color,
|
|
910
|
+
"border-color": $lumx-navigation-item-emphasis-low-state-active-theme-light-border-color,
|
|
911
|
+
"icon-color": $lumx-navigation-item-emphasis-low-state-active-theme-light-icon-color,
|
|
912
|
+
"label-color": $lumx-navigation-item-emphasis-low-state-active-theme-light-label-color,
|
|
913
|
+
"chevron-background-color": $lumx-navigation-item-emphasis-low-state-active-theme-light-chevron-background-color,
|
|
914
|
+
"chevron-color": $lumx-navigation-item-emphasis-low-state-active-theme-light-chevron-color
|
|
915
|
+
),
|
|
916
|
+
"theme-dark": (
|
|
917
|
+
"background-color": $lumx-navigation-item-emphasis-low-state-active-theme-dark-background-color,
|
|
918
|
+
"border-color": $lumx-navigation-item-emphasis-low-state-active-theme-dark-border-color,
|
|
919
|
+
"icon-color": $lumx-navigation-item-emphasis-low-state-active-theme-dark-icon-color,
|
|
920
|
+
"label-color": $lumx-navigation-item-emphasis-low-state-active-theme-dark-label-color,
|
|
921
|
+
"chevron-background-color": $lumx-navigation-item-emphasis-low-state-active-theme-dark-chevron-background-color,
|
|
922
|
+
"chevron-color": $lumx-navigation-item-emphasis-low-state-active-theme-dark-chevron-color
|
|
923
|
+
)
|
|
924
|
+
)
|
|
946
925
|
),
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
),
|
|
953
|
-
'right': (
|
|
954
|
-
'width': $lumx-navigation-item-emphasis-selected-state-default-border-right-width,
|
|
926
|
+
"emphasis-selected": (
|
|
927
|
+
"state-default": (
|
|
928
|
+
"border": (
|
|
929
|
+
"top": (
|
|
930
|
+
"width": $lumx-navigation-item-emphasis-selected-state-default-border-top-width
|
|
955
931
|
),
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
),
|
|
959
|
-
'left': (
|
|
960
|
-
'width': $lumx-navigation-item-emphasis-selected-state-default-border-left-width,
|
|
961
|
-
),
|
|
962
|
-
),
|
|
963
|
-
'theme-light': (
|
|
964
|
-
'background-color':
|
|
965
|
-
$lumx-navigation-item-emphasis-selected-state-default-theme-light-background-color,
|
|
966
|
-
'border-color': $lumx-navigation-item-emphasis-selected-state-default-theme-light-border-color,
|
|
967
|
-
'icon-color': $lumx-navigation-item-emphasis-selected-state-default-theme-light-icon-color,
|
|
968
|
-
'label-color': $lumx-navigation-item-emphasis-selected-state-default-theme-light-label-color,
|
|
969
|
-
'chevron-background-color':
|
|
970
|
-
$lumx-navigation-item-emphasis-selected-state-default-theme-light-chevron-background-color,
|
|
971
|
-
'chevron-color': $lumx-navigation-item-emphasis-selected-state-default-theme-light-chevron-color,
|
|
972
|
-
),
|
|
973
|
-
'theme-dark': (
|
|
974
|
-
'background-color':
|
|
975
|
-
$lumx-navigation-item-emphasis-selected-state-default-theme-dark-background-color,
|
|
976
|
-
'border-color': $lumx-navigation-item-emphasis-selected-state-default-theme-dark-border-color,
|
|
977
|
-
'icon-color': $lumx-navigation-item-emphasis-selected-state-default-theme-dark-icon-color,
|
|
978
|
-
'label-color': $lumx-navigation-item-emphasis-selected-state-default-theme-dark-label-color,
|
|
979
|
-
'chevron-background-color':
|
|
980
|
-
$lumx-navigation-item-emphasis-selected-state-default-theme-dark-chevron-background-color,
|
|
981
|
-
'chevron-color': $lumx-navigation-item-emphasis-selected-state-default-theme-dark-chevron-color,
|
|
982
|
-
),
|
|
983
|
-
),
|
|
984
|
-
'state-hover': (
|
|
985
|
-
'border': (
|
|
986
|
-
'top': (
|
|
987
|
-
'width': $lumx-navigation-item-emphasis-selected-state-hover-border-top-width,
|
|
932
|
+
"right": (
|
|
933
|
+
"width": $lumx-navigation-item-emphasis-selected-state-default-border-right-width
|
|
988
934
|
),
|
|
989
|
-
|
|
990
|
-
|
|
935
|
+
"bottom": (
|
|
936
|
+
"width": $lumx-navigation-item-emphasis-selected-state-default-border-bottom-width
|
|
991
937
|
),
|
|
992
|
-
|
|
993
|
-
|
|
938
|
+
"left": (
|
|
939
|
+
"width": $lumx-navigation-item-emphasis-selected-state-default-border-left-width
|
|
940
|
+
)
|
|
941
|
+
),
|
|
942
|
+
"theme-light": (
|
|
943
|
+
"background-color": $lumx-navigation-item-emphasis-selected-state-default-theme-light-background-color,
|
|
944
|
+
"border-color": $lumx-navigation-item-emphasis-selected-state-default-theme-light-border-color,
|
|
945
|
+
"icon-color": $lumx-navigation-item-emphasis-selected-state-default-theme-light-icon-color,
|
|
946
|
+
"label-color": $lumx-navigation-item-emphasis-selected-state-default-theme-light-label-color,
|
|
947
|
+
"chevron-background-color": $lumx-navigation-item-emphasis-selected-state-default-theme-light-chevron-background-color,
|
|
948
|
+
"chevron-color": $lumx-navigation-item-emphasis-selected-state-default-theme-light-chevron-color
|
|
949
|
+
),
|
|
950
|
+
"theme-dark": (
|
|
951
|
+
"background-color": $lumx-navigation-item-emphasis-selected-state-default-theme-dark-background-color,
|
|
952
|
+
"border-color": $lumx-navigation-item-emphasis-selected-state-default-theme-dark-border-color,
|
|
953
|
+
"icon-color": $lumx-navigation-item-emphasis-selected-state-default-theme-dark-icon-color,
|
|
954
|
+
"label-color": $lumx-navigation-item-emphasis-selected-state-default-theme-dark-label-color,
|
|
955
|
+
"chevron-background-color": $lumx-navigation-item-emphasis-selected-state-default-theme-dark-chevron-background-color,
|
|
956
|
+
"chevron-color": $lumx-navigation-item-emphasis-selected-state-default-theme-dark-chevron-color
|
|
957
|
+
)
|
|
958
|
+
),
|
|
959
|
+
"state-hover": (
|
|
960
|
+
"border": (
|
|
961
|
+
"top": (
|
|
962
|
+
"width": $lumx-navigation-item-emphasis-selected-state-hover-border-top-width
|
|
994
963
|
),
|
|
995
|
-
|
|
996
|
-
|
|
964
|
+
"right": (
|
|
965
|
+
"width": $lumx-navigation-item-emphasis-selected-state-hover-border-right-width
|
|
997
966
|
),
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
'background-color':
|
|
1001
|
-
$lumx-navigation-item-emphasis-selected-state-hover-theme-light-background-color,
|
|
1002
|
-
'border-color': $lumx-navigation-item-emphasis-selected-state-hover-theme-light-border-color,
|
|
1003
|
-
'icon-color': $lumx-navigation-item-emphasis-selected-state-hover-theme-light-icon-color,
|
|
1004
|
-
'label-color': $lumx-navigation-item-emphasis-selected-state-hover-theme-light-label-color,
|
|
1005
|
-
'chevron-background-color':
|
|
1006
|
-
$lumx-navigation-item-emphasis-selected-state-hover-theme-light-chevron-background-color,
|
|
1007
|
-
'chevron-color': $lumx-navigation-item-emphasis-selected-state-hover-theme-light-chevron-color,
|
|
1008
|
-
),
|
|
1009
|
-
'theme-dark': (
|
|
1010
|
-
'background-color':
|
|
1011
|
-
$lumx-navigation-item-emphasis-selected-state-hover-theme-dark-background-color,
|
|
1012
|
-
'border-color': $lumx-navigation-item-emphasis-selected-state-hover-theme-dark-border-color,
|
|
1013
|
-
'icon-color': $lumx-navigation-item-emphasis-selected-state-hover-theme-dark-icon-color,
|
|
1014
|
-
'label-color': $lumx-navigation-item-emphasis-selected-state-hover-theme-dark-label-color,
|
|
1015
|
-
'chevron-background-color':
|
|
1016
|
-
$lumx-navigation-item-emphasis-selected-state-hover-theme-dark-chevron-background-color,
|
|
1017
|
-
'chevron-color': $lumx-navigation-item-emphasis-selected-state-hover-theme-dark-chevron-color,
|
|
1018
|
-
),
|
|
1019
|
-
),
|
|
1020
|
-
'state-active': (
|
|
1021
|
-
'border': (
|
|
1022
|
-
'top': (
|
|
1023
|
-
'width': $lumx-navigation-item-emphasis-selected-state-active-border-top-width,
|
|
967
|
+
"bottom": (
|
|
968
|
+
"width": $lumx-navigation-item-emphasis-selected-state-hover-border-bottom-width
|
|
1024
969
|
),
|
|
1025
|
-
|
|
1026
|
-
|
|
970
|
+
"left": (
|
|
971
|
+
"width": $lumx-navigation-item-emphasis-selected-state-hover-border-left-width
|
|
972
|
+
)
|
|
973
|
+
),
|
|
974
|
+
"theme-light": (
|
|
975
|
+
"background-color": $lumx-navigation-item-emphasis-selected-state-hover-theme-light-background-color,
|
|
976
|
+
"border-color": $lumx-navigation-item-emphasis-selected-state-hover-theme-light-border-color,
|
|
977
|
+
"icon-color": $lumx-navigation-item-emphasis-selected-state-hover-theme-light-icon-color,
|
|
978
|
+
"label-color": $lumx-navigation-item-emphasis-selected-state-hover-theme-light-label-color,
|
|
979
|
+
"chevron-background-color": $lumx-navigation-item-emphasis-selected-state-hover-theme-light-chevron-background-color,
|
|
980
|
+
"chevron-color": $lumx-navigation-item-emphasis-selected-state-hover-theme-light-chevron-color
|
|
981
|
+
),
|
|
982
|
+
"theme-dark": (
|
|
983
|
+
"background-color": $lumx-navigation-item-emphasis-selected-state-hover-theme-dark-background-color,
|
|
984
|
+
"border-color": $lumx-navigation-item-emphasis-selected-state-hover-theme-dark-border-color,
|
|
985
|
+
"icon-color": $lumx-navigation-item-emphasis-selected-state-hover-theme-dark-icon-color,
|
|
986
|
+
"label-color": $lumx-navigation-item-emphasis-selected-state-hover-theme-dark-label-color,
|
|
987
|
+
"chevron-background-color": $lumx-navigation-item-emphasis-selected-state-hover-theme-dark-chevron-background-color,
|
|
988
|
+
"chevron-color": $lumx-navigation-item-emphasis-selected-state-hover-theme-dark-chevron-color
|
|
989
|
+
)
|
|
990
|
+
),
|
|
991
|
+
"state-active": (
|
|
992
|
+
"border": (
|
|
993
|
+
"top": (
|
|
994
|
+
"width": $lumx-navigation-item-emphasis-selected-state-active-border-top-width
|
|
1027
995
|
),
|
|
1028
|
-
|
|
1029
|
-
|
|
996
|
+
"right": (
|
|
997
|
+
"width": $lumx-navigation-item-emphasis-selected-state-active-border-right-width
|
|
1030
998
|
),
|
|
1031
|
-
|
|
1032
|
-
|
|
999
|
+
"bottom": (
|
|
1000
|
+
"width": $lumx-navigation-item-emphasis-selected-state-active-border-bottom-width
|
|
1033
1001
|
),
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
),
|
|
1002
|
+
"left": (
|
|
1003
|
+
"width": $lumx-navigation-item-emphasis-selected-state-active-border-left-width
|
|
1004
|
+
)
|
|
1005
|
+
),
|
|
1006
|
+
"theme-light": (
|
|
1007
|
+
"background-color": $lumx-navigation-item-emphasis-selected-state-active-theme-light-background-color,
|
|
1008
|
+
"border-color": $lumx-navigation-item-emphasis-selected-state-active-theme-light-border-color,
|
|
1009
|
+
"icon-color": $lumx-navigation-item-emphasis-selected-state-active-theme-light-icon-color,
|
|
1010
|
+
"label-color": $lumx-navigation-item-emphasis-selected-state-active-theme-light-label-color,
|
|
1011
|
+
"chevron-background-color": $lumx-navigation-item-emphasis-selected-state-active-theme-light-chevron-background-color,
|
|
1012
|
+
"chevron-color": $lumx-navigation-item-emphasis-selected-state-active-theme-light-chevron-color
|
|
1013
|
+
),
|
|
1014
|
+
"theme-dark": (
|
|
1015
|
+
"background-color": $lumx-navigation-item-emphasis-selected-state-active-theme-dark-background-color,
|
|
1016
|
+
"border-color": $lumx-navigation-item-emphasis-selected-state-active-theme-dark-border-color,
|
|
1017
|
+
"icon-color": $lumx-navigation-item-emphasis-selected-state-active-theme-dark-icon-color,
|
|
1018
|
+
"label-color": $lumx-navigation-item-emphasis-selected-state-active-theme-dark-label-color,
|
|
1019
|
+
"chevron-background-color": $lumx-navigation-item-emphasis-selected-state-active-theme-dark-chevron-background-color,
|
|
1020
|
+
"chevron-color": $lumx-navigation-item-emphasis-selected-state-active-theme-dark-chevron-color
|
|
1021
|
+
)
|
|
1022
|
+
)
|
|
1023
|
+
)
|
|
1024
|
+
)
|
|
1058
1025
|
),
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1026
|
+
"tabs": (
|
|
1027
|
+
"link": (
|
|
1028
|
+
"height": $lumx-tabs-link-height,
|
|
1029
|
+
"border-radius": $lumx-tabs-link-border-radius,
|
|
1030
|
+
"emphasis-low": (
|
|
1031
|
+
"state-default": (
|
|
1032
|
+
"border": (
|
|
1033
|
+
"top": (
|
|
1034
|
+
"width": $lumx-tabs-link-emphasis-low-state-default-border-top-width
|
|
1068
1035
|
),
|
|
1069
|
-
|
|
1070
|
-
|
|
1036
|
+
"right": (
|
|
1037
|
+
"width": $lumx-tabs-link-emphasis-low-state-default-border-right-width
|
|
1071
1038
|
),
|
|
1072
|
-
|
|
1073
|
-
|
|
1039
|
+
"bottom": (
|
|
1040
|
+
"width": $lumx-tabs-link-emphasis-low-state-default-border-bottom-width
|
|
1074
1041
|
),
|
|
1075
|
-
|
|
1076
|
-
|
|
1042
|
+
"left": (
|
|
1043
|
+
"width": $lumx-tabs-link-emphasis-low-state-default-border-left-width
|
|
1044
|
+
)
|
|
1045
|
+
),
|
|
1046
|
+
"theme-light": (
|
|
1047
|
+
"background-color": $lumx-tabs-link-emphasis-low-state-default-theme-light-background-color,
|
|
1048
|
+
"color": $lumx-tabs-link-emphasis-low-state-default-theme-light-color,
|
|
1049
|
+
"border-color": $lumx-tabs-link-emphasis-low-state-default-theme-light-border-color
|
|
1050
|
+
),
|
|
1051
|
+
"theme-dark": (
|
|
1052
|
+
"background-color": $lumx-tabs-link-emphasis-low-state-default-theme-dark-background-color,
|
|
1053
|
+
"color": $lumx-tabs-link-emphasis-low-state-default-theme-dark-color,
|
|
1054
|
+
"border-color": $lumx-tabs-link-emphasis-low-state-default-theme-dark-border-color
|
|
1055
|
+
)
|
|
1056
|
+
),
|
|
1057
|
+
"state-hover": (
|
|
1058
|
+
"border": (
|
|
1059
|
+
"top": (
|
|
1060
|
+
"width": $lumx-tabs-link-emphasis-low-state-hover-border-top-width
|
|
1077
1061
|
),
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
'background-color': $lumx-tabs-link-emphasis-low-state-default-theme-light-background-color,
|
|
1081
|
-
'color': $lumx-tabs-link-emphasis-low-state-default-theme-light-color,
|
|
1082
|
-
'border-color': $lumx-tabs-link-emphasis-low-state-default-theme-light-border-color,
|
|
1083
|
-
),
|
|
1084
|
-
'theme-dark': (
|
|
1085
|
-
'background-color': $lumx-tabs-link-emphasis-low-state-default-theme-dark-background-color,
|
|
1086
|
-
'color': $lumx-tabs-link-emphasis-low-state-default-theme-dark-color,
|
|
1087
|
-
'border-color': $lumx-tabs-link-emphasis-low-state-default-theme-dark-border-color,
|
|
1088
|
-
),
|
|
1089
|
-
),
|
|
1090
|
-
'state-hover': (
|
|
1091
|
-
'border': (
|
|
1092
|
-
'top': (
|
|
1093
|
-
'width': $lumx-tabs-link-emphasis-low-state-hover-border-top-width,
|
|
1094
|
-
),
|
|
1095
|
-
'right': (
|
|
1096
|
-
'width': $lumx-tabs-link-emphasis-low-state-hover-border-right-width,
|
|
1097
|
-
),
|
|
1098
|
-
'bottom': (
|
|
1099
|
-
'width': $lumx-tabs-link-emphasis-low-state-hover-border-bottom-width,
|
|
1062
|
+
"right": (
|
|
1063
|
+
"width": $lumx-tabs-link-emphasis-low-state-hover-border-right-width
|
|
1100
1064
|
),
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
),
|
|
1104
|
-
),
|
|
1105
|
-
'theme-light': (
|
|
1106
|
-
'background-color': $lumx-tabs-link-emphasis-low-state-hover-theme-light-background-color,
|
|
1107
|
-
'color': $lumx-tabs-link-emphasis-low-state-hover-theme-light-color,
|
|
1108
|
-
'border-color': $lumx-tabs-link-emphasis-low-state-hover-theme-light-border-color,
|
|
1109
|
-
),
|
|
1110
|
-
'theme-dark': (
|
|
1111
|
-
'background-color': $lumx-tabs-link-emphasis-low-state-hover-theme-dark-background-color,
|
|
1112
|
-
'color': $lumx-tabs-link-emphasis-low-state-hover-theme-dark-color,
|
|
1113
|
-
'border-color': $lumx-tabs-link-emphasis-low-state-hover-theme-dark-border-color,
|
|
1114
|
-
),
|
|
1115
|
-
),
|
|
1116
|
-
'state-active': (
|
|
1117
|
-
'border': (
|
|
1118
|
-
'top': (
|
|
1119
|
-
'width': $lumx-tabs-link-emphasis-low-state-active-border-top-width,
|
|
1065
|
+
"bottom": (
|
|
1066
|
+
"width": $lumx-tabs-link-emphasis-low-state-hover-border-bottom-width
|
|
1120
1067
|
),
|
|
1121
|
-
|
|
1122
|
-
|
|
1068
|
+
"left": (
|
|
1069
|
+
"width": $lumx-tabs-link-emphasis-low-state-hover-border-left-width
|
|
1070
|
+
)
|
|
1071
|
+
),
|
|
1072
|
+
"theme-light": (
|
|
1073
|
+
"background-color": $lumx-tabs-link-emphasis-low-state-hover-theme-light-background-color,
|
|
1074
|
+
"color": $lumx-tabs-link-emphasis-low-state-hover-theme-light-color,
|
|
1075
|
+
"border-color": $lumx-tabs-link-emphasis-low-state-hover-theme-light-border-color
|
|
1076
|
+
),
|
|
1077
|
+
"theme-dark": (
|
|
1078
|
+
"background-color": $lumx-tabs-link-emphasis-low-state-hover-theme-dark-background-color,
|
|
1079
|
+
"color": $lumx-tabs-link-emphasis-low-state-hover-theme-dark-color,
|
|
1080
|
+
"border-color": $lumx-tabs-link-emphasis-low-state-hover-theme-dark-border-color
|
|
1081
|
+
)
|
|
1082
|
+
),
|
|
1083
|
+
"state-active": (
|
|
1084
|
+
"border": (
|
|
1085
|
+
"top": (
|
|
1086
|
+
"width": $lumx-tabs-link-emphasis-low-state-active-border-top-width
|
|
1123
1087
|
),
|
|
1124
|
-
|
|
1125
|
-
|
|
1088
|
+
"right": (
|
|
1089
|
+
"width": $lumx-tabs-link-emphasis-low-state-active-border-right-width
|
|
1126
1090
|
),
|
|
1127
|
-
|
|
1128
|
-
|
|
1091
|
+
"bottom": (
|
|
1092
|
+
"width": $lumx-tabs-link-emphasis-low-state-active-border-bottom-width
|
|
1129
1093
|
),
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1094
|
+
"left": (
|
|
1095
|
+
"width": $lumx-tabs-link-emphasis-low-state-active-border-left-width
|
|
1096
|
+
)
|
|
1097
|
+
),
|
|
1098
|
+
"theme-light": (
|
|
1099
|
+
"background-color": $lumx-tabs-link-emphasis-low-state-active-theme-light-background-color,
|
|
1100
|
+
"color": $lumx-tabs-link-emphasis-low-state-active-theme-light-color,
|
|
1101
|
+
"border-color": $lumx-tabs-link-emphasis-low-state-active-theme-light-border-color
|
|
1102
|
+
),
|
|
1103
|
+
"theme-dark": (
|
|
1104
|
+
"background-color": $lumx-tabs-link-emphasis-low-state-active-theme-dark-background-color,
|
|
1105
|
+
"color": $lumx-tabs-link-emphasis-low-state-active-theme-dark-color,
|
|
1106
|
+
"border-color": $lumx-tabs-link-emphasis-low-state-active-theme-dark-border-color
|
|
1107
|
+
)
|
|
1108
|
+
)
|
|
1142
1109
|
),
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
),
|
|
1149
|
-
'right': (
|
|
1150
|
-
'width': $lumx-tabs-link-emphasis-selected-state-default-border-right-width,
|
|
1151
|
-
),
|
|
1152
|
-
'bottom': (
|
|
1153
|
-
'width': $lumx-tabs-link-emphasis-selected-state-default-border-bottom-width,
|
|
1110
|
+
"emphasis-selected": (
|
|
1111
|
+
"state-default": (
|
|
1112
|
+
"border": (
|
|
1113
|
+
"top": (
|
|
1114
|
+
"width": $lumx-tabs-link-emphasis-selected-state-default-border-top-width
|
|
1154
1115
|
),
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
),
|
|
1158
|
-
),
|
|
1159
|
-
'theme-light': (
|
|
1160
|
-
'background-color': $lumx-tabs-link-emphasis-selected-state-default-theme-light-background-color,
|
|
1161
|
-
'color': $lumx-tabs-link-emphasis-selected-state-default-theme-light-color,
|
|
1162
|
-
'border-color': $lumx-tabs-link-emphasis-selected-state-default-theme-light-border-color,
|
|
1163
|
-
),
|
|
1164
|
-
'theme-dark': (
|
|
1165
|
-
'background-color': $lumx-tabs-link-emphasis-selected-state-default-theme-dark-background-color,
|
|
1166
|
-
'color': $lumx-tabs-link-emphasis-selected-state-default-theme-dark-color,
|
|
1167
|
-
'border-color': $lumx-tabs-link-emphasis-selected-state-default-theme-dark-border-color,
|
|
1168
|
-
),
|
|
1169
|
-
),
|
|
1170
|
-
'state-hover': (
|
|
1171
|
-
'border': (
|
|
1172
|
-
'top': (
|
|
1173
|
-
'width': $lumx-tabs-link-emphasis-selected-state-hover-border-top-width,
|
|
1116
|
+
"right": (
|
|
1117
|
+
"width": $lumx-tabs-link-emphasis-selected-state-default-border-right-width
|
|
1174
1118
|
),
|
|
1175
|
-
|
|
1176
|
-
|
|
1119
|
+
"bottom": (
|
|
1120
|
+
"width": $lumx-tabs-link-emphasis-selected-state-default-border-bottom-width
|
|
1177
1121
|
),
|
|
1178
|
-
|
|
1179
|
-
|
|
1122
|
+
"left": (
|
|
1123
|
+
"width": $lumx-tabs-link-emphasis-selected-state-default-border-left-width
|
|
1124
|
+
)
|
|
1125
|
+
),
|
|
1126
|
+
"theme-light": (
|
|
1127
|
+
"background-color": $lumx-tabs-link-emphasis-selected-state-default-theme-light-background-color,
|
|
1128
|
+
"color": $lumx-tabs-link-emphasis-selected-state-default-theme-light-color,
|
|
1129
|
+
"border-color": $lumx-tabs-link-emphasis-selected-state-default-theme-light-border-color
|
|
1130
|
+
),
|
|
1131
|
+
"theme-dark": (
|
|
1132
|
+
"background-color": $lumx-tabs-link-emphasis-selected-state-default-theme-dark-background-color,
|
|
1133
|
+
"color": $lumx-tabs-link-emphasis-selected-state-default-theme-dark-color,
|
|
1134
|
+
"border-color": $lumx-tabs-link-emphasis-selected-state-default-theme-dark-border-color
|
|
1135
|
+
)
|
|
1136
|
+
),
|
|
1137
|
+
"state-hover": (
|
|
1138
|
+
"border": (
|
|
1139
|
+
"top": (
|
|
1140
|
+
"width": $lumx-tabs-link-emphasis-selected-state-hover-border-top-width
|
|
1180
1141
|
),
|
|
1181
|
-
|
|
1182
|
-
|
|
1142
|
+
"right": (
|
|
1143
|
+
"width": $lumx-tabs-link-emphasis-selected-state-hover-border-right-width
|
|
1183
1144
|
),
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
'background-color': $lumx-tabs-link-emphasis-selected-state-hover-theme-light-background-color,
|
|
1187
|
-
'color': $lumx-tabs-link-emphasis-selected-state-hover-theme-light-color,
|
|
1188
|
-
'border-color': $lumx-tabs-link-emphasis-selected-state-hover-theme-light-border-color,
|
|
1189
|
-
),
|
|
1190
|
-
'theme-dark': (
|
|
1191
|
-
'background-color': $lumx-tabs-link-emphasis-selected-state-hover-theme-dark-background-color,
|
|
1192
|
-
'color': $lumx-tabs-link-emphasis-selected-state-hover-theme-dark-color,
|
|
1193
|
-
'border-color': $lumx-tabs-link-emphasis-selected-state-hover-theme-dark-border-color,
|
|
1194
|
-
),
|
|
1195
|
-
),
|
|
1196
|
-
'state-active': (
|
|
1197
|
-
'border': (
|
|
1198
|
-
'top': (
|
|
1199
|
-
'width': $lumx-tabs-link-emphasis-selected-state-active-border-top-width,
|
|
1145
|
+
"bottom": (
|
|
1146
|
+
"width": $lumx-tabs-link-emphasis-selected-state-hover-border-bottom-width
|
|
1200
1147
|
),
|
|
1201
|
-
|
|
1202
|
-
|
|
1148
|
+
"left": (
|
|
1149
|
+
"width": $lumx-tabs-link-emphasis-selected-state-hover-border-left-width
|
|
1150
|
+
)
|
|
1151
|
+
),
|
|
1152
|
+
"theme-light": (
|
|
1153
|
+
"background-color": $lumx-tabs-link-emphasis-selected-state-hover-theme-light-background-color,
|
|
1154
|
+
"color": $lumx-tabs-link-emphasis-selected-state-hover-theme-light-color,
|
|
1155
|
+
"border-color": $lumx-tabs-link-emphasis-selected-state-hover-theme-light-border-color
|
|
1156
|
+
),
|
|
1157
|
+
"theme-dark": (
|
|
1158
|
+
"background-color": $lumx-tabs-link-emphasis-selected-state-hover-theme-dark-background-color,
|
|
1159
|
+
"color": $lumx-tabs-link-emphasis-selected-state-hover-theme-dark-color,
|
|
1160
|
+
"border-color": $lumx-tabs-link-emphasis-selected-state-hover-theme-dark-border-color
|
|
1161
|
+
)
|
|
1162
|
+
),
|
|
1163
|
+
"state-active": (
|
|
1164
|
+
"border": (
|
|
1165
|
+
"top": (
|
|
1166
|
+
"width": $lumx-tabs-link-emphasis-selected-state-active-border-top-width
|
|
1203
1167
|
),
|
|
1204
|
-
|
|
1205
|
-
|
|
1168
|
+
"right": (
|
|
1169
|
+
"width": $lumx-tabs-link-emphasis-selected-state-active-border-right-width
|
|
1206
1170
|
),
|
|
1207
|
-
|
|
1208
|
-
|
|
1171
|
+
"bottom": (
|
|
1172
|
+
"width": $lumx-tabs-link-emphasis-selected-state-active-border-bottom-width
|
|
1209
1173
|
),
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1174
|
+
"left": (
|
|
1175
|
+
"width": $lumx-tabs-link-emphasis-selected-state-active-border-left-width
|
|
1176
|
+
)
|
|
1177
|
+
),
|
|
1178
|
+
"theme-light": (
|
|
1179
|
+
"background-color": $lumx-tabs-link-emphasis-selected-state-active-theme-light-background-color,
|
|
1180
|
+
"color": $lumx-tabs-link-emphasis-selected-state-active-theme-light-color,
|
|
1181
|
+
"border-color": $lumx-tabs-link-emphasis-selected-state-active-theme-light-border-color
|
|
1182
|
+
),
|
|
1183
|
+
"theme-dark": (
|
|
1184
|
+
"background-color": $lumx-tabs-link-emphasis-selected-state-active-theme-dark-background-color,
|
|
1185
|
+
"color": $lumx-tabs-link-emphasis-selected-state-active-theme-dark-color,
|
|
1186
|
+
"border-color": $lumx-tabs-link-emphasis-selected-state-active-theme-dark-border-color
|
|
1187
|
+
)
|
|
1188
|
+
)
|
|
1189
|
+
)
|
|
1190
|
+
)
|
|
1224
1191
|
),
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1192
|
+
"text-field": (
|
|
1193
|
+
"input": (
|
|
1194
|
+
"min-height": $lumx-text-field-input-min-height,
|
|
1195
|
+
"padding": (
|
|
1196
|
+
"horizontal": $lumx-text-field-input-padding-horizontal
|
|
1230
1197
|
),
|
|
1231
|
-
|
|
1198
|
+
"border-radius": $lumx-text-field-input-border-radius
|
|
1232
1199
|
),
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
),
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
),
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
),
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
)
|
|
1248
|
-
)
|
|
1200
|
+
"state-default": (
|
|
1201
|
+
"input": (
|
|
1202
|
+
"border": (
|
|
1203
|
+
"top": (
|
|
1204
|
+
"width": $lumx-text-field-state-default-input-border-top-width
|
|
1205
|
+
),
|
|
1206
|
+
"right": (
|
|
1207
|
+
"width": $lumx-text-field-state-default-input-border-right-width
|
|
1208
|
+
),
|
|
1209
|
+
"bottom": (
|
|
1210
|
+
"width": $lumx-text-field-state-default-input-border-bottom-width
|
|
1211
|
+
),
|
|
1212
|
+
"left": (
|
|
1213
|
+
"width": $lumx-text-field-state-default-input-border-left-width
|
|
1214
|
+
)
|
|
1215
|
+
)
|
|
1249
1216
|
),
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
)
|
|
1255
|
-
),
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
),
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
)
|
|
1265
|
-
)
|
|
1266
|
-
),
|
|
1267
|
-
'theme-dark': (
|
|
1268
|
-
'header': (
|
|
1269
|
-
'label': (
|
|
1270
|
-
'color': $lumx-text-field-state-default-theme-dark-header-label-color,
|
|
1271
|
-
),
|
|
1272
|
-
),
|
|
1273
|
-
'input': (
|
|
1274
|
-
'background-color': $lumx-text-field-state-default-theme-dark-input-background-color,
|
|
1275
|
-
'border-color': $lumx-text-field-state-default-theme-dark-input-border-color,
|
|
1276
|
-
'content': (
|
|
1277
|
-
'color': $lumx-text-field-state-default-theme-dark-input-content-color,
|
|
1278
|
-
),
|
|
1279
|
-
'placeholder': (
|
|
1280
|
-
'color': $lumx-text-field-state-default-theme-dark-input-placeholder-color,
|
|
1281
|
-
),
|
|
1282
|
-
),
|
|
1217
|
+
"theme-light": (
|
|
1218
|
+
"header": (
|
|
1219
|
+
"label": (
|
|
1220
|
+
"color": $lumx-text-field-state-default-theme-light-header-label-color
|
|
1221
|
+
)
|
|
1222
|
+
),
|
|
1223
|
+
"input": (
|
|
1224
|
+
"background-color": $lumx-text-field-state-default-theme-light-input-background-color,
|
|
1225
|
+
"border-color": $lumx-text-field-state-default-theme-light-input-border-color,
|
|
1226
|
+
"content": (
|
|
1227
|
+
"color": $lumx-text-field-state-default-theme-light-input-content-color
|
|
1228
|
+
),
|
|
1229
|
+
"placeholder": (
|
|
1230
|
+
"color": $lumx-text-field-state-default-theme-light-input-placeholder-color
|
|
1231
|
+
)
|
|
1232
|
+
)
|
|
1283
1233
|
),
|
|
1234
|
+
"theme-dark": (
|
|
1235
|
+
"header": (
|
|
1236
|
+
"label": (
|
|
1237
|
+
"color": $lumx-text-field-state-default-theme-dark-header-label-color
|
|
1238
|
+
)
|
|
1239
|
+
),
|
|
1240
|
+
"input": (
|
|
1241
|
+
"background-color": $lumx-text-field-state-default-theme-dark-input-background-color,
|
|
1242
|
+
"border-color": $lumx-text-field-state-default-theme-dark-input-border-color,
|
|
1243
|
+
"content": (
|
|
1244
|
+
"color": $lumx-text-field-state-default-theme-dark-input-content-color
|
|
1245
|
+
),
|
|
1246
|
+
"placeholder": (
|
|
1247
|
+
"color": $lumx-text-field-state-default-theme-dark-input-placeholder-color
|
|
1248
|
+
)
|
|
1249
|
+
)
|
|
1250
|
+
)
|
|
1284
1251
|
),
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
),
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
),
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
),
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
)
|
|
1300
|
-
)
|
|
1301
|
-
),
|
|
1302
|
-
'theme-light': (
|
|
1303
|
-
'header': (
|
|
1304
|
-
'label': (
|
|
1305
|
-
'color': $lumx-text-field-state-hover-theme-light-header-label-color,
|
|
1306
|
-
),
|
|
1307
|
-
),
|
|
1308
|
-
'input': (
|
|
1309
|
-
'background-color': $lumx-text-field-state-hover-theme-light-input-background-color,
|
|
1310
|
-
'border-color': $lumx-text-field-state-hover-theme-light-input-border-color,
|
|
1311
|
-
'content': (
|
|
1312
|
-
'color': $lumx-text-field-state-hover-theme-light-input-content-color,
|
|
1313
|
-
),
|
|
1314
|
-
'placeholder': (
|
|
1315
|
-
'color': $lumx-text-field-state-hover-theme-light-input-placeholder-color,
|
|
1316
|
-
),
|
|
1317
|
-
),
|
|
1252
|
+
"state-hover": (
|
|
1253
|
+
"input": (
|
|
1254
|
+
"border": (
|
|
1255
|
+
"top": (
|
|
1256
|
+
"width": $lumx-text-field-state-hover-input-border-top-width
|
|
1257
|
+
),
|
|
1258
|
+
"right": (
|
|
1259
|
+
"width": $lumx-text-field-state-hover-input-border-right-width
|
|
1260
|
+
),
|
|
1261
|
+
"bottom": (
|
|
1262
|
+
"width": $lumx-text-field-state-hover-input-border-bottom-width
|
|
1263
|
+
),
|
|
1264
|
+
"left": (
|
|
1265
|
+
"width": $lumx-text-field-state-hover-input-border-left-width
|
|
1266
|
+
)
|
|
1267
|
+
)
|
|
1318
1268
|
),
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
)
|
|
1324
|
-
),
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
),
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
)
|
|
1334
|
-
)
|
|
1269
|
+
"theme-light": (
|
|
1270
|
+
"header": (
|
|
1271
|
+
"label": (
|
|
1272
|
+
"color": $lumx-text-field-state-hover-theme-light-header-label-color
|
|
1273
|
+
)
|
|
1274
|
+
),
|
|
1275
|
+
"input": (
|
|
1276
|
+
"background-color": $lumx-text-field-state-hover-theme-light-input-background-color,
|
|
1277
|
+
"border-color": $lumx-text-field-state-hover-theme-light-input-border-color,
|
|
1278
|
+
"content": (
|
|
1279
|
+
"color": $lumx-text-field-state-hover-theme-light-input-content-color
|
|
1280
|
+
),
|
|
1281
|
+
"placeholder": (
|
|
1282
|
+
"color": $lumx-text-field-state-hover-theme-light-input-placeholder-color
|
|
1283
|
+
)
|
|
1284
|
+
)
|
|
1335
1285
|
),
|
|
1286
|
+
"theme-dark": (
|
|
1287
|
+
"header": (
|
|
1288
|
+
"label": (
|
|
1289
|
+
"color": $lumx-text-field-state-hover-theme-dark-header-label-color
|
|
1290
|
+
)
|
|
1291
|
+
),
|
|
1292
|
+
"input": (
|
|
1293
|
+
"background-color": $lumx-text-field-state-hover-theme-dark-input-background-color,
|
|
1294
|
+
"border-color": $lumx-text-field-state-hover-theme-dark-input-border-color,
|
|
1295
|
+
"content": (
|
|
1296
|
+
"color": $lumx-text-field-state-hover-theme-dark-input-content-color
|
|
1297
|
+
),
|
|
1298
|
+
"placeholder": (
|
|
1299
|
+
"color": $lumx-text-field-state-hover-theme-dark-input-placeholder-color
|
|
1300
|
+
)
|
|
1301
|
+
)
|
|
1302
|
+
)
|
|
1336
1303
|
),
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
),
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
),
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
),
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
)
|
|
1352
|
-
)
|
|
1304
|
+
"state-focus": (
|
|
1305
|
+
"input": (
|
|
1306
|
+
"border": (
|
|
1307
|
+
"top": (
|
|
1308
|
+
"width": $lumx-text-field-state-focus-input-border-top-width
|
|
1309
|
+
),
|
|
1310
|
+
"right": (
|
|
1311
|
+
"width": $lumx-text-field-state-focus-input-border-right-width
|
|
1312
|
+
),
|
|
1313
|
+
"bottom": (
|
|
1314
|
+
"width": $lumx-text-field-state-focus-input-border-bottom-width
|
|
1315
|
+
),
|
|
1316
|
+
"left": (
|
|
1317
|
+
"width": $lumx-text-field-state-focus-input-border-left-width
|
|
1318
|
+
)
|
|
1319
|
+
)
|
|
1353
1320
|
),
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
)
|
|
1359
|
-
),
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
),
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
)
|
|
1369
|
-
)
|
|
1370
|
-
),
|
|
1371
|
-
'theme-dark': (
|
|
1372
|
-
'header': (
|
|
1373
|
-
'label': (
|
|
1374
|
-
'color': $lumx-text-field-state-focus-theme-dark-header-label-color,
|
|
1375
|
-
),
|
|
1376
|
-
),
|
|
1377
|
-
'input': (
|
|
1378
|
-
'background-color': $lumx-text-field-state-focus-theme-dark-input-background-color,
|
|
1379
|
-
'border-color': $lumx-text-field-state-focus-theme-dark-input-border-color,
|
|
1380
|
-
'content': (
|
|
1381
|
-
'color': $lumx-text-field-state-focus-theme-dark-input-content-color,
|
|
1382
|
-
),
|
|
1383
|
-
'placeholder': (
|
|
1384
|
-
'color': $lumx-text-field-state-focus-theme-dark-input-placeholder-color,
|
|
1385
|
-
),
|
|
1386
|
-
),
|
|
1321
|
+
"theme-light": (
|
|
1322
|
+
"header": (
|
|
1323
|
+
"label": (
|
|
1324
|
+
"color": $lumx-text-field-state-focus-theme-light-header-label-color
|
|
1325
|
+
)
|
|
1326
|
+
),
|
|
1327
|
+
"input": (
|
|
1328
|
+
"background-color": $lumx-text-field-state-focus-theme-light-input-background-color,
|
|
1329
|
+
"border-color": $lumx-text-field-state-focus-theme-light-input-border-color,
|
|
1330
|
+
"content": (
|
|
1331
|
+
"color": $lumx-text-field-state-focus-theme-light-input-content-color
|
|
1332
|
+
),
|
|
1333
|
+
"placeholder": (
|
|
1334
|
+
"color": $lumx-text-field-state-focus-theme-light-input-placeholder-color
|
|
1335
|
+
)
|
|
1336
|
+
)
|
|
1387
1337
|
),
|
|
1388
|
-
|
|
1338
|
+
"theme-dark": (
|
|
1339
|
+
"header": (
|
|
1340
|
+
"label": (
|
|
1341
|
+
"color": $lumx-text-field-state-focus-theme-dark-header-label-color
|
|
1342
|
+
)
|
|
1343
|
+
),
|
|
1344
|
+
"input": (
|
|
1345
|
+
"background-color": $lumx-text-field-state-focus-theme-dark-input-background-color,
|
|
1346
|
+
"border-color": $lumx-text-field-state-focus-theme-dark-input-border-color,
|
|
1347
|
+
"content": (
|
|
1348
|
+
"color": $lumx-text-field-state-focus-theme-dark-input-content-color
|
|
1349
|
+
),
|
|
1350
|
+
"placeholder": (
|
|
1351
|
+
"color": $lumx-text-field-state-focus-theme-dark-input-placeholder-color
|
|
1352
|
+
)
|
|
1353
|
+
)
|
|
1354
|
+
)
|
|
1355
|
+
)
|
|
1389
1356
|
),
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
),
|
|
1401
|
-
'light': (
|
|
1402
|
-
'N': $lumx-color-light-N,
|
|
1403
|
-
'L1': $lumx-color-light-L1,
|
|
1404
|
-
'L2': $lumx-color-light-L2,
|
|
1405
|
-
'L3': $lumx-color-light-L3,
|
|
1406
|
-
'L4': $lumx-color-light-L4,
|
|
1407
|
-
'L5': $lumx-color-light-L5,
|
|
1408
|
-
'L6': $lumx-color-light-L6,
|
|
1357
|
+
"border-radius": $lumx-border-radius,
|
|
1358
|
+
"color": (
|
|
1359
|
+
"dark": (
|
|
1360
|
+
"N": $lumx-color-dark-N,
|
|
1361
|
+
"L1": $lumx-color-dark-L1,
|
|
1362
|
+
"L2": $lumx-color-dark-L2,
|
|
1363
|
+
"L3": $lumx-color-dark-L3,
|
|
1364
|
+
"L4": $lumx-color-dark-L4,
|
|
1365
|
+
"L5": $lumx-color-dark-L5,
|
|
1366
|
+
"L6": $lumx-color-dark-L6
|
|
1409
1367
|
),
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
'L5': $lumx-color-blue-L5,
|
|
1419
|
-
'L6': $lumx-color-blue-L6,
|
|
1368
|
+
"light": (
|
|
1369
|
+
"N": $lumx-color-light-N,
|
|
1370
|
+
"L1": $lumx-color-light-L1,
|
|
1371
|
+
"L2": $lumx-color-light-L2,
|
|
1372
|
+
"L3": $lumx-color-light-L3,
|
|
1373
|
+
"L4": $lumx-color-light-L4,
|
|
1374
|
+
"L5": $lumx-color-light-L5,
|
|
1375
|
+
"L6": $lumx-color-light-L6
|
|
1420
1376
|
),
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1377
|
+
"blue": (
|
|
1378
|
+
"D2": $lumx-color-blue-D2,
|
|
1379
|
+
"D1": $lumx-color-blue-D1,
|
|
1380
|
+
"N": $lumx-color-blue-N,
|
|
1381
|
+
"L1": $lumx-color-blue-L1,
|
|
1382
|
+
"L2": $lumx-color-blue-L2,
|
|
1383
|
+
"L3": $lumx-color-blue-L3,
|
|
1384
|
+
"L4": $lumx-color-blue-L4,
|
|
1385
|
+
"L5": $lumx-color-blue-L5,
|
|
1386
|
+
"L6": $lumx-color-blue-L6
|
|
1431
1387
|
),
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1388
|
+
"green": (
|
|
1389
|
+
"D2": $lumx-color-green-D2,
|
|
1390
|
+
"D1": $lumx-color-green-D1,
|
|
1391
|
+
"N": $lumx-color-green-N,
|
|
1392
|
+
"L1": $lumx-color-green-L1,
|
|
1393
|
+
"L2": $lumx-color-green-L2,
|
|
1394
|
+
"L3": $lumx-color-green-L3,
|
|
1395
|
+
"L4": $lumx-color-green-L4,
|
|
1396
|
+
"L5": $lumx-color-green-L5,
|
|
1397
|
+
"L6": $lumx-color-green-L6
|
|
1442
1398
|
),
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1399
|
+
"yellow": (
|
|
1400
|
+
"D2": $lumx-color-yellow-D2,
|
|
1401
|
+
"D1": $lumx-color-yellow-D1,
|
|
1402
|
+
"N": $lumx-color-yellow-N,
|
|
1403
|
+
"L1": $lumx-color-yellow-L1,
|
|
1404
|
+
"L2": $lumx-color-yellow-L2,
|
|
1405
|
+
"L3": $lumx-color-yellow-L3,
|
|
1406
|
+
"L4": $lumx-color-yellow-L4,
|
|
1407
|
+
"L5": $lumx-color-yellow-L5,
|
|
1408
|
+
"L6": $lumx-color-yellow-L6
|
|
1453
1409
|
),
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1410
|
+
"red": (
|
|
1411
|
+
"D2": $lumx-color-red-D2,
|
|
1412
|
+
"D1": $lumx-color-red-D1,
|
|
1413
|
+
"N": $lumx-color-red-N,
|
|
1414
|
+
"L1": $lumx-color-red-L1,
|
|
1415
|
+
"L2": $lumx-color-red-L2,
|
|
1416
|
+
"L3": $lumx-color-red-L3,
|
|
1417
|
+
"L4": $lumx-color-red-L4,
|
|
1418
|
+
"L5": $lumx-color-red-L5,
|
|
1419
|
+
"L6": $lumx-color-red-L6
|
|
1462
1420
|
),
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
'L5': $lumx-color-primary-L5,
|
|
1472
|
-
'L6': $lumx-color-primary-L6,
|
|
1421
|
+
"grey": (
|
|
1422
|
+
"N": $lumx-color-grey-N,
|
|
1423
|
+
"L1": $lumx-color-grey-L1,
|
|
1424
|
+
"L2": $lumx-color-grey-L2,
|
|
1425
|
+
"L3": $lumx-color-grey-L3,
|
|
1426
|
+
"L4": $lumx-color-grey-L4,
|
|
1427
|
+
"L5": $lumx-color-grey-L5,
|
|
1428
|
+
"L6": $lumx-color-grey-L6
|
|
1473
1429
|
),
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1430
|
+
"primary": (
|
|
1431
|
+
"D2": $lumx-color-primary-D2,
|
|
1432
|
+
"D1": $lumx-color-primary-D1,
|
|
1433
|
+
"N": $lumx-color-primary-N,
|
|
1434
|
+
"L1": $lumx-color-primary-L1,
|
|
1435
|
+
"L2": $lumx-color-primary-L2,
|
|
1436
|
+
"L3": $lumx-color-primary-L3,
|
|
1437
|
+
"L4": $lumx-color-primary-L4,
|
|
1438
|
+
"L5": $lumx-color-primary-L5,
|
|
1439
|
+
"L6": $lumx-color-primary-L6
|
|
1484
1440
|
),
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1441
|
+
"secondary": (
|
|
1442
|
+
"D2": $lumx-color-secondary-D2,
|
|
1443
|
+
"D1": $lumx-color-secondary-D1,
|
|
1444
|
+
"N": $lumx-color-secondary-N,
|
|
1445
|
+
"L1": $lumx-color-secondary-L1,
|
|
1446
|
+
"L2": $lumx-color-secondary-L2,
|
|
1447
|
+
"L3": $lumx-color-secondary-L3,
|
|
1448
|
+
"L4": $lumx-color-secondary-L4,
|
|
1449
|
+
"L5": $lumx-color-secondary-L5,
|
|
1450
|
+
"L6": $lumx-color-secondary-L6
|
|
1495
1451
|
),
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1452
|
+
"accent": (
|
|
1453
|
+
"D2": $lumx-color-accent-D2,
|
|
1454
|
+
"D1": $lumx-color-accent-D1,
|
|
1455
|
+
"N": $lumx-color-accent-N,
|
|
1456
|
+
"L1": $lumx-color-accent-L1,
|
|
1457
|
+
"L2": $lumx-color-accent-L2,
|
|
1458
|
+
"L3": $lumx-color-accent-L3,
|
|
1459
|
+
"L4": $lumx-color-accent-L4,
|
|
1460
|
+
"L5": $lumx-color-accent-L5,
|
|
1461
|
+
"L6": $lumx-color-accent-L6
|
|
1504
1462
|
),
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1463
|
+
"black": (
|
|
1464
|
+
"N": $lumx-color-black-N,
|
|
1465
|
+
"L1": $lumx-color-black-L1,
|
|
1466
|
+
"L2": $lumx-color-black-L2,
|
|
1467
|
+
"L3": $lumx-color-black-L3,
|
|
1468
|
+
"L4": $lumx-color-black-L4,
|
|
1469
|
+
"L5": $lumx-color-black-L5,
|
|
1470
|
+
"L6": $lumx-color-black-L6
|
|
1513
1471
|
),
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
'L5': $lumx-color-orange-L5,
|
|
1523
|
-
'L6': $lumx-color-orange-L6,
|
|
1472
|
+
"white": (
|
|
1473
|
+
"N": $lumx-color-white-N,
|
|
1474
|
+
"L1": $lumx-color-white-L1,
|
|
1475
|
+
"L2": $lumx-color-white-L2,
|
|
1476
|
+
"L3": $lumx-color-white-L3,
|
|
1477
|
+
"L4": $lumx-color-white-L4,
|
|
1478
|
+
"L5": $lumx-color-white-L5,
|
|
1479
|
+
"L6": $lumx-color-white-L6
|
|
1524
1480
|
),
|
|
1481
|
+
"orange": (
|
|
1482
|
+
"D2": $lumx-color-orange-D2,
|
|
1483
|
+
"D1": $lumx-color-orange-D1,
|
|
1484
|
+
"N": $lumx-color-orange-N,
|
|
1485
|
+
"L1": $lumx-color-orange-L1,
|
|
1486
|
+
"L2": $lumx-color-orange-L2,
|
|
1487
|
+
"L3": $lumx-color-orange-L3,
|
|
1488
|
+
"L4": $lumx-color-orange-L4,
|
|
1489
|
+
"L5": $lumx-color-orange-L5,
|
|
1490
|
+
"L6": $lumx-color-orange-L6
|
|
1491
|
+
)
|
|
1525
1492
|
),
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1493
|
+
"size": (
|
|
1494
|
+
"xxs": $lumx-size-xxs,
|
|
1495
|
+
"xs": $lumx-size-xs,
|
|
1496
|
+
"s": $lumx-size-s,
|
|
1497
|
+
"m": $lumx-size-m,
|
|
1498
|
+
"l": $lumx-size-l,
|
|
1499
|
+
"xl": $lumx-size-xl,
|
|
1500
|
+
"xxl": $lumx-size-xxl
|
|
1534
1501
|
),
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
)
|
|
1502
|
+
"spacing": (
|
|
1503
|
+
"unit": (
|
|
1504
|
+
"tiny": $lumx-spacing-unit-tiny,
|
|
1505
|
+
"regular": $lumx-spacing-unit-regular,
|
|
1506
|
+
"medium": $lumx-spacing-unit-medium,
|
|
1507
|
+
"big": $lumx-spacing-unit-big,
|
|
1508
|
+
"huge": $lumx-spacing-unit-huge
|
|
1509
|
+
)
|
|
1543
1510
|
),
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1511
|
+
"typography": (
|
|
1512
|
+
"font-family": $lumx-typography-font-family,
|
|
1513
|
+
"font-weight": (
|
|
1514
|
+
"regular": $lumx-typography-font-weight-regular,
|
|
1515
|
+
"bold": $lumx-typography-font-weight-bold,
|
|
1516
|
+
"light": $lumx-typography-font-weight-light
|
|
1550
1517
|
),
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1518
|
+
"interface": (
|
|
1519
|
+
"display1": (
|
|
1520
|
+
"font-size": $lumx-typography-interface-display1-font-size,
|
|
1521
|
+
"font-weight": $lumx-typography-interface-display1-font-weight,
|
|
1522
|
+
"line-height": $lumx-typography-interface-display1-line-height
|
|
1556
1523
|
),
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1524
|
+
"headline": (
|
|
1525
|
+
"font-size": $lumx-typography-interface-headline-font-size,
|
|
1526
|
+
"font-weight": $lumx-typography-interface-headline-font-weight,
|
|
1527
|
+
"line-height": $lumx-typography-interface-headline-line-height
|
|
1561
1528
|
),
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1529
|
+
"title": (
|
|
1530
|
+
"font-size": $lumx-typography-interface-title-font-size,
|
|
1531
|
+
"font-weight": $lumx-typography-interface-title-font-weight,
|
|
1532
|
+
"line-height": $lumx-typography-interface-title-line-height
|
|
1566
1533
|
),
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1534
|
+
"subtitle2": (
|
|
1535
|
+
"font-size": $lumx-typography-interface-subtitle2-font-size,
|
|
1536
|
+
"font-weight": $lumx-typography-interface-subtitle2-font-weight,
|
|
1537
|
+
"line-height": $lumx-typography-interface-subtitle2-line-height
|
|
1571
1538
|
),
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1539
|
+
"subtitle1": (
|
|
1540
|
+
"font-size": $lumx-typography-interface-subtitle1-font-size,
|
|
1541
|
+
"font-weight": $lumx-typography-interface-subtitle1-font-weight,
|
|
1542
|
+
"line-height": $lumx-typography-interface-subtitle1-line-height
|
|
1576
1543
|
),
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1544
|
+
"body2": (
|
|
1545
|
+
"font-size": $lumx-typography-interface-body2-font-size,
|
|
1546
|
+
"font-weight": $lumx-typography-interface-body2-font-weight,
|
|
1547
|
+
"line-height": $lumx-typography-interface-body2-line-height
|
|
1581
1548
|
),
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1549
|
+
"body1": (
|
|
1550
|
+
"font-size": $lumx-typography-interface-body1-font-size,
|
|
1551
|
+
"font-weight": $lumx-typography-interface-body1-font-weight,
|
|
1552
|
+
"line-height": $lumx-typography-interface-body1-line-height
|
|
1586
1553
|
),
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
),
|
|
1592
|
-
'overline': (
|
|
1593
|
-
'font-size': $lumx-typography-interface-overline-font-size,
|
|
1594
|
-
'font-weight': $lumx-typography-interface-overline-font-weight,
|
|
1595
|
-
'line-height': $lumx-typography-interface-overline-line-height,
|
|
1554
|
+
"caption": (
|
|
1555
|
+
"font-size": $lumx-typography-interface-caption-font-size,
|
|
1556
|
+
"font-weight": $lumx-typography-interface-caption-font-weight,
|
|
1557
|
+
"line-height": $lumx-typography-interface-caption-line-height
|
|
1596
1558
|
),
|
|
1559
|
+
"overline": (
|
|
1560
|
+
"font-size": $lumx-typography-interface-overline-font-size,
|
|
1561
|
+
"font-weight": $lumx-typography-interface-overline-font-weight,
|
|
1562
|
+
"line-height": $lumx-typography-interface-overline-line-height
|
|
1563
|
+
)
|
|
1597
1564
|
),
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1565
|
+
"custom": (
|
|
1566
|
+
"title1": (
|
|
1567
|
+
"font-size": $lumx-typography-custom-title1-font-size,
|
|
1568
|
+
"font-weight": $lumx-typography-custom-title1-font-weight,
|
|
1569
|
+
"line-height": $lumx-typography-custom-title1-line-height
|
|
1603
1570
|
),
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1571
|
+
"title2": (
|
|
1572
|
+
"font-size": $lumx-typography-custom-title2-font-size,
|
|
1573
|
+
"font-weight": $lumx-typography-custom-title2-font-weight,
|
|
1574
|
+
"line-height": $lumx-typography-custom-title2-line-height
|
|
1608
1575
|
),
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1576
|
+
"title3": (
|
|
1577
|
+
"font-size": $lumx-typography-custom-title3-font-size,
|
|
1578
|
+
"font-weight": $lumx-typography-custom-title3-font-weight,
|
|
1579
|
+
"line-height": $lumx-typography-custom-title3-line-height
|
|
1613
1580
|
),
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1581
|
+
"title4": (
|
|
1582
|
+
"font-size": $lumx-typography-custom-title4-font-size,
|
|
1583
|
+
"font-weight": $lumx-typography-custom-title4-font-weight,
|
|
1584
|
+
"line-height": $lumx-typography-custom-title4-line-height
|
|
1618
1585
|
),
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1586
|
+
"title5": (
|
|
1587
|
+
"font-size": $lumx-typography-custom-title5-font-size,
|
|
1588
|
+
"font-weight": $lumx-typography-custom-title5-font-weight,
|
|
1589
|
+
"line-height": $lumx-typography-custom-title5-line-height
|
|
1623
1590
|
),
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1591
|
+
"title6": (
|
|
1592
|
+
"font-size": $lumx-typography-custom-title6-font-size,
|
|
1593
|
+
"font-weight": $lumx-typography-custom-title6-font-weight,
|
|
1594
|
+
"line-height": $lumx-typography-custom-title6-line-height
|
|
1628
1595
|
),
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1596
|
+
"intro": (
|
|
1597
|
+
"font-size": $lumx-typography-custom-intro-font-size,
|
|
1598
|
+
"font-weight": $lumx-typography-custom-intro-font-weight,
|
|
1599
|
+
"line-height": $lumx-typography-custom-intro-line-height
|
|
1633
1600
|
),
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1601
|
+
"body-large": (
|
|
1602
|
+
"font-size": $lumx-typography-custom-body-large-font-size,
|
|
1603
|
+
"font-weight": $lumx-typography-custom-body-large-font-weight,
|
|
1604
|
+
"line-height": $lumx-typography-custom-body-large-line-height
|
|
1638
1605
|
),
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1606
|
+
"body": (
|
|
1607
|
+
"font-size": $lumx-typography-custom-body-font-size,
|
|
1608
|
+
"font-weight": $lumx-typography-custom-body-font-weight,
|
|
1609
|
+
"line-height": $lumx-typography-custom-body-line-height
|
|
1643
1610
|
),
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1611
|
+
"quote": (
|
|
1612
|
+
"font-size": $lumx-typography-custom-quote-font-size,
|
|
1613
|
+
"font-weight": $lumx-typography-custom-quote-font-weight,
|
|
1614
|
+
"font-style": $lumx-typography-custom-quote-font-style,
|
|
1615
|
+
"line-height": $lumx-typography-custom-quote-line-height
|
|
1649
1616
|
),
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1617
|
+
"publish-info": (
|
|
1618
|
+
"font-size": $lumx-typography-custom-publish-info-font-size,
|
|
1619
|
+
"font-weight": $lumx-typography-custom-publish-info-font-weight,
|
|
1620
|
+
"line-height": $lumx-typography-custom-publish-info-line-height
|
|
1654
1621
|
),
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
),
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
)
|
|
1622
|
+
"button": (
|
|
1623
|
+
"size-m": (
|
|
1624
|
+
"font-size": $lumx-typography-custom-button-size-m-font-size,
|
|
1625
|
+
"font-weight": $lumx-typography-custom-button-size-m-font-weight
|
|
1626
|
+
),
|
|
1627
|
+
"size-s": (
|
|
1628
|
+
"font-size": $lumx-typography-custom-button-size-s-font-size,
|
|
1629
|
+
"font-weight": $lumx-typography-custom-button-size-s-font-weight
|
|
1630
|
+
)
|
|
1664
1631
|
),
|
|
1665
|
-
|
|
1666
|
-
|
|
1632
|
+
"navigation-item": (
|
|
1633
|
+
"font-size": $lumx-typography-custom-navigation-item-font-size,
|
|
1634
|
+
"font-weight": $lumx-typography-custom-navigation-item-font-weight,
|
|
1635
|
+
"line-height": $lumx-typography-custom-navigation-item-line-height
|
|
1636
|
+
)
|
|
1637
|
+
)
|
|
1638
|
+
)
|
|
1667
1639
|
) !default;
|