@mittwald/flow-design-tokens 0.2.0-alpha.976 → 0.2.0-alpha.978
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/dist/css/all-dark.css +16 -3
- package/dist/css/all-light.css +16 -3
- package/dist/css/base.css +16 -3
- package/dist/css-layered/all-dark.css +16 -3
- package/dist/css-layered/all-light.css +16 -3
- package/dist/css-layered/base.css +16 -3
- package/dist/json/all-dark.json +310 -41
- package/dist/json/all-light.json +310 -41
- package/dist/json/base.json +310 -41
- package/package.json +2 -2
package/dist/css/all-dark.css
CHANGED
|
@@ -508,7 +508,13 @@
|
|
|
508
508
|
--link--icon-height-s: calc(var(--font-size-text--s) * 1.25);
|
|
509
509
|
--link--font-weight: var(--font-weight--bold);
|
|
510
510
|
--link--spacing: var(--size-rem--xs);
|
|
511
|
-
--
|
|
511
|
+
--tab-navigation--padding: var(--size-px--m);
|
|
512
|
+
--tab-navigation--font-weight--current: var(--font-weight--bold);
|
|
513
|
+
--tab-navigation--spacing: var(--size-rem--s);
|
|
514
|
+
--tabs--padding-y: var(--size-px--s);
|
|
515
|
+
--tabs--padding-x: var(--size-px--m);
|
|
516
|
+
--tabs--corner-radius: calc(var(--size-px--s) * 2 + var(--line-height-m));
|
|
517
|
+
--tabs--border-style: var(--border-style--default);
|
|
512
518
|
--tabs--font-weight--selected: var(--font-weight--bold);
|
|
513
519
|
--tabs--spacing: var(--size-rem--s);
|
|
514
520
|
--light-box--max-width: calc(100dvw - var(--size-px--xxl));
|
|
@@ -1005,6 +1011,8 @@
|
|
|
1005
1011
|
--link--color-light-static--default: var(--light-static--color--800);
|
|
1006
1012
|
--link--color-light-static--hover: var(--light-static--color--700);
|
|
1007
1013
|
--link--color-light-static--pressed: var(--light-static--color--600);
|
|
1014
|
+
--tab-navigation--background-color--current: var(--neutral--color--100);
|
|
1015
|
+
--tabs--border-width: var(--border-width--100);
|
|
1008
1016
|
--tabs--background-color--selected: var(--neutral--color--100);
|
|
1009
1017
|
--light-box--indicator-border-width: var(--border-width--200);
|
|
1010
1018
|
--light-box--content-color: var(--light-static--color--800);
|
|
@@ -1390,11 +1398,16 @@
|
|
|
1390
1398
|
--link--color-light--disabled: var(--disabled-plain-light-content-color);
|
|
1391
1399
|
--link--color-dark-static--disabled: var(--disabled-plain-dark-static-content-color);
|
|
1392
1400
|
--link--color-light-static--disabled: var(--disabled-plain-light-static-content-color);
|
|
1401
|
+
--tab-navigation--background-color--default: var(--neutral-soft-background-color--default);
|
|
1402
|
+
--tab-navigation--background-color--hover: var(--neutral-soft-background-color--hover);
|
|
1403
|
+
--tab-navigation--background-color--pressed: var(--neutral-soft-background-color--pressed);
|
|
1404
|
+
--tab-navigation--color: var(--neutral-soft-content-color);
|
|
1405
|
+
--tabs--border-color: var(--neutral-outline-border-color);
|
|
1393
1406
|
--tabs--background-color--default: var(--neutral-soft-background-color--default);
|
|
1394
1407
|
--tabs--background-color--hover: var(--neutral-soft-background-color--hover);
|
|
1395
1408
|
--tabs--background-color--pressed: var(--neutral-soft-background-color--pressed);
|
|
1396
|
-
--tabs--color: var(--neutral-soft-content-color);
|
|
1397
|
-
--tabs--disabled
|
|
1409
|
+
--tabs--color--default: var(--neutral-soft-content-color);
|
|
1410
|
+
--tabs--color--disabled: var(--disabled-soft-content-color);
|
|
1398
1411
|
--popover--box-shadow: var(--shadow--overlay);
|
|
1399
1412
|
--tooltip--box-shadow: var(--shadow--overlay);
|
|
1400
1413
|
--alert-badge--info-background-color: var(--info-soft-background-color--default);
|
package/dist/css/all-light.css
CHANGED
|
@@ -508,7 +508,13 @@
|
|
|
508
508
|
--link--icon-height-s: calc(var(--font-size-text--s) * 1.25);
|
|
509
509
|
--link--font-weight: var(--font-weight--bold);
|
|
510
510
|
--link--spacing: var(--size-rem--xs);
|
|
511
|
-
--
|
|
511
|
+
--tab-navigation--padding: var(--size-px--m);
|
|
512
|
+
--tab-navigation--font-weight--current: var(--font-weight--bold);
|
|
513
|
+
--tab-navigation--spacing: var(--size-rem--s);
|
|
514
|
+
--tabs--padding-y: var(--size-px--s);
|
|
515
|
+
--tabs--padding-x: var(--size-px--m);
|
|
516
|
+
--tabs--corner-radius: calc(var(--size-px--s) * 2 + var(--line-height-m));
|
|
517
|
+
--tabs--border-style: var(--border-style--default);
|
|
512
518
|
--tabs--font-weight--selected: var(--font-weight--bold);
|
|
513
519
|
--tabs--spacing: var(--size-rem--s);
|
|
514
520
|
--light-box--max-width: calc(100dvw - var(--size-px--xxl));
|
|
@@ -1005,6 +1011,8 @@
|
|
|
1005
1011
|
--link--color-light-static--default: var(--light-static--color--800);
|
|
1006
1012
|
--link--color-light-static--hover: var(--light-static--color--700);
|
|
1007
1013
|
--link--color-light-static--pressed: var(--light-static--color--600);
|
|
1014
|
+
--tab-navigation--background-color--current: var(--neutral--color--100);
|
|
1015
|
+
--tabs--border-width: var(--border-width--100);
|
|
1008
1016
|
--tabs--background-color--selected: var(--neutral--color--100);
|
|
1009
1017
|
--light-box--indicator-border-width: var(--border-width--200);
|
|
1010
1018
|
--light-box--content-color: var(--light-static--color--800);
|
|
@@ -1390,11 +1398,16 @@
|
|
|
1390
1398
|
--link--color-light--disabled: var(--disabled-plain-light-content-color);
|
|
1391
1399
|
--link--color-dark-static--disabled: var(--disabled-plain-dark-static-content-color);
|
|
1392
1400
|
--link--color-light-static--disabled: var(--disabled-plain-light-static-content-color);
|
|
1401
|
+
--tab-navigation--background-color--default: var(--neutral-soft-background-color--default);
|
|
1402
|
+
--tab-navigation--background-color--hover: var(--neutral-soft-background-color--hover);
|
|
1403
|
+
--tab-navigation--background-color--pressed: var(--neutral-soft-background-color--pressed);
|
|
1404
|
+
--tab-navigation--color: var(--neutral-soft-content-color);
|
|
1405
|
+
--tabs--border-color: var(--neutral-outline-border-color);
|
|
1393
1406
|
--tabs--background-color--default: var(--neutral-soft-background-color--default);
|
|
1394
1407
|
--tabs--background-color--hover: var(--neutral-soft-background-color--hover);
|
|
1395
1408
|
--tabs--background-color--pressed: var(--neutral-soft-background-color--pressed);
|
|
1396
|
-
--tabs--color: var(--neutral-soft-content-color);
|
|
1397
|
-
--tabs--disabled
|
|
1409
|
+
--tabs--color--default: var(--neutral-soft-content-color);
|
|
1410
|
+
--tabs--color--disabled: var(--disabled-soft-content-color);
|
|
1398
1411
|
--popover--box-shadow: var(--shadow--overlay);
|
|
1399
1412
|
--tooltip--box-shadow: var(--shadow--overlay);
|
|
1400
1413
|
--alert-badge--info-background-color: var(--info-soft-background-color--default);
|
package/dist/css/base.css
CHANGED
|
@@ -351,7 +351,13 @@
|
|
|
351
351
|
--link--icon-height-s: calc(var(--font-size-text--s) * 1.25);
|
|
352
352
|
--link--font-weight: var(--font-weight--bold);
|
|
353
353
|
--link--spacing: var(--size-rem--xs);
|
|
354
|
-
--
|
|
354
|
+
--tab-navigation--padding: var(--size-px--m);
|
|
355
|
+
--tab-navigation--font-weight--current: var(--font-weight--bold);
|
|
356
|
+
--tab-navigation--spacing: var(--size-rem--s);
|
|
357
|
+
--tabs--padding-y: var(--size-px--s);
|
|
358
|
+
--tabs--padding-x: var(--size-px--m);
|
|
359
|
+
--tabs--corner-radius: calc(var(--size-px--s) * 2 + var(--line-height-m));
|
|
360
|
+
--tabs--border-style: var(--border-style--default);
|
|
355
361
|
--tabs--font-weight--selected: var(--font-weight--bold);
|
|
356
362
|
--tabs--spacing: var(--size-rem--s);
|
|
357
363
|
--light-box--max-width: calc(100dvw - var(--size-px--xxl));
|
|
@@ -848,6 +854,8 @@
|
|
|
848
854
|
--link--color-light-static--default: var(--light-static--color--800);
|
|
849
855
|
--link--color-light-static--hover: var(--light-static--color--700);
|
|
850
856
|
--link--color-light-static--pressed: var(--light-static--color--600);
|
|
857
|
+
--tab-navigation--background-color--current: var(--neutral--color--100);
|
|
858
|
+
--tabs--border-width: var(--border-width--100);
|
|
851
859
|
--tabs--background-color--selected: var(--neutral--color--100);
|
|
852
860
|
--light-box--indicator-border-width: var(--border-width--200);
|
|
853
861
|
--light-box--content-color: var(--light-static--color--800);
|
|
@@ -1233,11 +1241,16 @@
|
|
|
1233
1241
|
--link--color-light--disabled: var(--disabled-plain-light-content-color);
|
|
1234
1242
|
--link--color-dark-static--disabled: var(--disabled-plain-dark-static-content-color);
|
|
1235
1243
|
--link--color-light-static--disabled: var(--disabled-plain-light-static-content-color);
|
|
1244
|
+
--tab-navigation--background-color--default: var(--neutral-soft-background-color--default);
|
|
1245
|
+
--tab-navigation--background-color--hover: var(--neutral-soft-background-color--hover);
|
|
1246
|
+
--tab-navigation--background-color--pressed: var(--neutral-soft-background-color--pressed);
|
|
1247
|
+
--tab-navigation--color: var(--neutral-soft-content-color);
|
|
1248
|
+
--tabs--border-color: var(--neutral-outline-border-color);
|
|
1236
1249
|
--tabs--background-color--default: var(--neutral-soft-background-color--default);
|
|
1237
1250
|
--tabs--background-color--hover: var(--neutral-soft-background-color--hover);
|
|
1238
1251
|
--tabs--background-color--pressed: var(--neutral-soft-background-color--pressed);
|
|
1239
|
-
--tabs--color: var(--neutral-soft-content-color);
|
|
1240
|
-
--tabs--disabled
|
|
1252
|
+
--tabs--color--default: var(--neutral-soft-content-color);
|
|
1253
|
+
--tabs--color--disabled: var(--disabled-soft-content-color);
|
|
1241
1254
|
--popover--box-shadow: var(--shadow--overlay);
|
|
1242
1255
|
--tooltip--box-shadow: var(--shadow--overlay);
|
|
1243
1256
|
--alert-badge--info-background-color: var(--info-soft-background-color--default);
|
|
@@ -509,7 +509,13 @@
|
|
|
509
509
|
--link--icon-height-s: calc(var(--font-size-text--s) * 1.25);
|
|
510
510
|
--link--font-weight: var(--font-weight--bold);
|
|
511
511
|
--link--spacing: var(--size-rem--xs);
|
|
512
|
-
--
|
|
512
|
+
--tab-navigation--padding: var(--size-px--m);
|
|
513
|
+
--tab-navigation--font-weight--current: var(--font-weight--bold);
|
|
514
|
+
--tab-navigation--spacing: var(--size-rem--s);
|
|
515
|
+
--tabs--padding-y: var(--size-px--s);
|
|
516
|
+
--tabs--padding-x: var(--size-px--m);
|
|
517
|
+
--tabs--corner-radius: calc(var(--size-px--s) * 2 + var(--line-height-m));
|
|
518
|
+
--tabs--border-style: var(--border-style--default);
|
|
513
519
|
--tabs--font-weight--selected: var(--font-weight--bold);
|
|
514
520
|
--tabs--spacing: var(--size-rem--s);
|
|
515
521
|
--light-box--max-width: calc(100dvw - var(--size-px--xxl));
|
|
@@ -1006,6 +1012,8 @@
|
|
|
1006
1012
|
--link--color-light-static--default: var(--light-static--color--800);
|
|
1007
1013
|
--link--color-light-static--hover: var(--light-static--color--700);
|
|
1008
1014
|
--link--color-light-static--pressed: var(--light-static--color--600);
|
|
1015
|
+
--tab-navigation--background-color--current: var(--neutral--color--100);
|
|
1016
|
+
--tabs--border-width: var(--border-width--100);
|
|
1009
1017
|
--tabs--background-color--selected: var(--neutral--color--100);
|
|
1010
1018
|
--light-box--indicator-border-width: var(--border-width--200);
|
|
1011
1019
|
--light-box--content-color: var(--light-static--color--800);
|
|
@@ -1391,11 +1399,16 @@
|
|
|
1391
1399
|
--link--color-light--disabled: var(--disabled-plain-light-content-color);
|
|
1392
1400
|
--link--color-dark-static--disabled: var(--disabled-plain-dark-static-content-color);
|
|
1393
1401
|
--link--color-light-static--disabled: var(--disabled-plain-light-static-content-color);
|
|
1402
|
+
--tab-navigation--background-color--default: var(--neutral-soft-background-color--default);
|
|
1403
|
+
--tab-navigation--background-color--hover: var(--neutral-soft-background-color--hover);
|
|
1404
|
+
--tab-navigation--background-color--pressed: var(--neutral-soft-background-color--pressed);
|
|
1405
|
+
--tab-navigation--color: var(--neutral-soft-content-color);
|
|
1406
|
+
--tabs--border-color: var(--neutral-outline-border-color);
|
|
1394
1407
|
--tabs--background-color--default: var(--neutral-soft-background-color--default);
|
|
1395
1408
|
--tabs--background-color--hover: var(--neutral-soft-background-color--hover);
|
|
1396
1409
|
--tabs--background-color--pressed: var(--neutral-soft-background-color--pressed);
|
|
1397
|
-
--tabs--color: var(--neutral-soft-content-color);
|
|
1398
|
-
--tabs--disabled
|
|
1410
|
+
--tabs--color--default: var(--neutral-soft-content-color);
|
|
1411
|
+
--tabs--color--disabled: var(--disabled-soft-content-color);
|
|
1399
1412
|
--popover--box-shadow: var(--shadow--overlay);
|
|
1400
1413
|
--tooltip--box-shadow: var(--shadow--overlay);
|
|
1401
1414
|
--alert-badge--info-background-color: var(--info-soft-background-color--default);
|
|
@@ -509,7 +509,13 @@
|
|
|
509
509
|
--link--icon-height-s: calc(var(--font-size-text--s) * 1.25);
|
|
510
510
|
--link--font-weight: var(--font-weight--bold);
|
|
511
511
|
--link--spacing: var(--size-rem--xs);
|
|
512
|
-
--
|
|
512
|
+
--tab-navigation--padding: var(--size-px--m);
|
|
513
|
+
--tab-navigation--font-weight--current: var(--font-weight--bold);
|
|
514
|
+
--tab-navigation--spacing: var(--size-rem--s);
|
|
515
|
+
--tabs--padding-y: var(--size-px--s);
|
|
516
|
+
--tabs--padding-x: var(--size-px--m);
|
|
517
|
+
--tabs--corner-radius: calc(var(--size-px--s) * 2 + var(--line-height-m));
|
|
518
|
+
--tabs--border-style: var(--border-style--default);
|
|
513
519
|
--tabs--font-weight--selected: var(--font-weight--bold);
|
|
514
520
|
--tabs--spacing: var(--size-rem--s);
|
|
515
521
|
--light-box--max-width: calc(100dvw - var(--size-px--xxl));
|
|
@@ -1006,6 +1012,8 @@
|
|
|
1006
1012
|
--link--color-light-static--default: var(--light-static--color--800);
|
|
1007
1013
|
--link--color-light-static--hover: var(--light-static--color--700);
|
|
1008
1014
|
--link--color-light-static--pressed: var(--light-static--color--600);
|
|
1015
|
+
--tab-navigation--background-color--current: var(--neutral--color--100);
|
|
1016
|
+
--tabs--border-width: var(--border-width--100);
|
|
1009
1017
|
--tabs--background-color--selected: var(--neutral--color--100);
|
|
1010
1018
|
--light-box--indicator-border-width: var(--border-width--200);
|
|
1011
1019
|
--light-box--content-color: var(--light-static--color--800);
|
|
@@ -1391,11 +1399,16 @@
|
|
|
1391
1399
|
--link--color-light--disabled: var(--disabled-plain-light-content-color);
|
|
1392
1400
|
--link--color-dark-static--disabled: var(--disabled-plain-dark-static-content-color);
|
|
1393
1401
|
--link--color-light-static--disabled: var(--disabled-plain-light-static-content-color);
|
|
1402
|
+
--tab-navigation--background-color--default: var(--neutral-soft-background-color--default);
|
|
1403
|
+
--tab-navigation--background-color--hover: var(--neutral-soft-background-color--hover);
|
|
1404
|
+
--tab-navigation--background-color--pressed: var(--neutral-soft-background-color--pressed);
|
|
1405
|
+
--tab-navigation--color: var(--neutral-soft-content-color);
|
|
1406
|
+
--tabs--border-color: var(--neutral-outline-border-color);
|
|
1394
1407
|
--tabs--background-color--default: var(--neutral-soft-background-color--default);
|
|
1395
1408
|
--tabs--background-color--hover: var(--neutral-soft-background-color--hover);
|
|
1396
1409
|
--tabs--background-color--pressed: var(--neutral-soft-background-color--pressed);
|
|
1397
|
-
--tabs--color: var(--neutral-soft-content-color);
|
|
1398
|
-
--tabs--disabled
|
|
1410
|
+
--tabs--color--default: var(--neutral-soft-content-color);
|
|
1411
|
+
--tabs--color--disabled: var(--disabled-soft-content-color);
|
|
1399
1412
|
--popover--box-shadow: var(--shadow--overlay);
|
|
1400
1413
|
--tooltip--box-shadow: var(--shadow--overlay);
|
|
1401
1414
|
--alert-badge--info-background-color: var(--info-soft-background-color--default);
|
|
@@ -352,7 +352,13 @@
|
|
|
352
352
|
--link--icon-height-s: calc(var(--font-size-text--s) * 1.25);
|
|
353
353
|
--link--font-weight: var(--font-weight--bold);
|
|
354
354
|
--link--spacing: var(--size-rem--xs);
|
|
355
|
-
--
|
|
355
|
+
--tab-navigation--padding: var(--size-px--m);
|
|
356
|
+
--tab-navigation--font-weight--current: var(--font-weight--bold);
|
|
357
|
+
--tab-navigation--spacing: var(--size-rem--s);
|
|
358
|
+
--tabs--padding-y: var(--size-px--s);
|
|
359
|
+
--tabs--padding-x: var(--size-px--m);
|
|
360
|
+
--tabs--corner-radius: calc(var(--size-px--s) * 2 + var(--line-height-m));
|
|
361
|
+
--tabs--border-style: var(--border-style--default);
|
|
356
362
|
--tabs--font-weight--selected: var(--font-weight--bold);
|
|
357
363
|
--tabs--spacing: var(--size-rem--s);
|
|
358
364
|
--light-box--max-width: calc(100dvw - var(--size-px--xxl));
|
|
@@ -849,6 +855,8 @@
|
|
|
849
855
|
--link--color-light-static--default: var(--light-static--color--800);
|
|
850
856
|
--link--color-light-static--hover: var(--light-static--color--700);
|
|
851
857
|
--link--color-light-static--pressed: var(--light-static--color--600);
|
|
858
|
+
--tab-navigation--background-color--current: var(--neutral--color--100);
|
|
859
|
+
--tabs--border-width: var(--border-width--100);
|
|
852
860
|
--tabs--background-color--selected: var(--neutral--color--100);
|
|
853
861
|
--light-box--indicator-border-width: var(--border-width--200);
|
|
854
862
|
--light-box--content-color: var(--light-static--color--800);
|
|
@@ -1234,11 +1242,16 @@
|
|
|
1234
1242
|
--link--color-light--disabled: var(--disabled-plain-light-content-color);
|
|
1235
1243
|
--link--color-dark-static--disabled: var(--disabled-plain-dark-static-content-color);
|
|
1236
1244
|
--link--color-light-static--disabled: var(--disabled-plain-light-static-content-color);
|
|
1245
|
+
--tab-navigation--background-color--default: var(--neutral-soft-background-color--default);
|
|
1246
|
+
--tab-navigation--background-color--hover: var(--neutral-soft-background-color--hover);
|
|
1247
|
+
--tab-navigation--background-color--pressed: var(--neutral-soft-background-color--pressed);
|
|
1248
|
+
--tab-navigation--color: var(--neutral-soft-content-color);
|
|
1249
|
+
--tabs--border-color: var(--neutral-outline-border-color);
|
|
1237
1250
|
--tabs--background-color--default: var(--neutral-soft-background-color--default);
|
|
1238
1251
|
--tabs--background-color--hover: var(--neutral-soft-background-color--hover);
|
|
1239
1252
|
--tabs--background-color--pressed: var(--neutral-soft-background-color--pressed);
|
|
1240
|
-
--tabs--color: var(--neutral-soft-content-color);
|
|
1241
|
-
--tabs--disabled
|
|
1253
|
+
--tabs--color--default: var(--neutral-soft-content-color);
|
|
1254
|
+
--tabs--color--disabled: var(--disabled-soft-content-color);
|
|
1242
1255
|
--popover--box-shadow: var(--shadow--overlay);
|
|
1243
1256
|
--tooltip--box-shadow: var(--shadow--overlay);
|
|
1244
1257
|
--alert-badge--info-background-color: var(--info-soft-background-color--default);
|
package/dist/json/all-dark.json
CHANGED
|
@@ -22223,24 +22223,287 @@
|
|
|
22223
22223
|
}
|
|
22224
22224
|
}
|
|
22225
22225
|
},
|
|
22226
|
-
"
|
|
22226
|
+
"tab-navigation": {
|
|
22227
22227
|
"padding": {
|
|
22228
|
-
"key": "{
|
|
22228
|
+
"key": "{tab-navigation.padding}",
|
|
22229
|
+
"value": "16px",
|
|
22230
|
+
"filePath": "src/navigation/tab-navigation.yml",
|
|
22231
|
+
"isSource": true,
|
|
22232
|
+
"original": {
|
|
22233
|
+
"value": "{size-px.m}",
|
|
22234
|
+
"key": "{tab-navigation.padding}"
|
|
22235
|
+
},
|
|
22236
|
+
"name": "TabNavigationPadding",
|
|
22237
|
+
"attributes": {
|
|
22238
|
+
"category": "tab-navigation",
|
|
22239
|
+
"type": "padding"
|
|
22240
|
+
},
|
|
22241
|
+
"path": [
|
|
22242
|
+
"tab-navigation",
|
|
22243
|
+
"padding"
|
|
22244
|
+
]
|
|
22245
|
+
},
|
|
22246
|
+
"background-color": {
|
|
22247
|
+
"default": {
|
|
22248
|
+
"key": "{tab-navigation.background-color.default}",
|
|
22249
|
+
"value": "#5E6C7A",
|
|
22250
|
+
"filePath": "src/navigation/tab-navigation.yml",
|
|
22251
|
+
"isSource": true,
|
|
22252
|
+
"original": {
|
|
22253
|
+
"value": "{neutral-soft-background-color.default}",
|
|
22254
|
+
"key": "{tab-navigation.background-color.default}"
|
|
22255
|
+
},
|
|
22256
|
+
"name": "TabNavigationBackgroundColorDefault",
|
|
22257
|
+
"attributes": {
|
|
22258
|
+
"category": "tab-navigation",
|
|
22259
|
+
"type": "background-color",
|
|
22260
|
+
"item": "default"
|
|
22261
|
+
},
|
|
22262
|
+
"path": [
|
|
22263
|
+
"tab-navigation",
|
|
22264
|
+
"background-color",
|
|
22265
|
+
"default"
|
|
22266
|
+
]
|
|
22267
|
+
},
|
|
22268
|
+
"hover": {
|
|
22269
|
+
"key": "{tab-navigation.background-color.hover}",
|
|
22270
|
+
"value": "#8FA1B4",
|
|
22271
|
+
"filePath": "src/navigation/tab-navigation.yml",
|
|
22272
|
+
"isSource": true,
|
|
22273
|
+
"original": {
|
|
22274
|
+
"value": "{neutral-soft-background-color.hover}",
|
|
22275
|
+
"key": "{tab-navigation.background-color.hover}"
|
|
22276
|
+
},
|
|
22277
|
+
"name": "TabNavigationBackgroundColorHover",
|
|
22278
|
+
"attributes": {
|
|
22279
|
+
"category": "tab-navigation",
|
|
22280
|
+
"type": "background-color",
|
|
22281
|
+
"item": "hover"
|
|
22282
|
+
},
|
|
22283
|
+
"path": [
|
|
22284
|
+
"tab-navigation",
|
|
22285
|
+
"background-color",
|
|
22286
|
+
"hover"
|
|
22287
|
+
]
|
|
22288
|
+
},
|
|
22289
|
+
"pressed": {
|
|
22290
|
+
"key": "{tab-navigation.background-color.pressed}",
|
|
22291
|
+
"value": "#B7C9DB",
|
|
22292
|
+
"filePath": "src/navigation/tab-navigation.yml",
|
|
22293
|
+
"isSource": true,
|
|
22294
|
+
"original": {
|
|
22295
|
+
"value": "{neutral-soft-background-color.pressed}",
|
|
22296
|
+
"key": "{tab-navigation.background-color.pressed}"
|
|
22297
|
+
},
|
|
22298
|
+
"name": "TabNavigationBackgroundColorPressed",
|
|
22299
|
+
"attributes": {
|
|
22300
|
+
"category": "tab-navigation",
|
|
22301
|
+
"type": "background-color",
|
|
22302
|
+
"item": "pressed"
|
|
22303
|
+
},
|
|
22304
|
+
"path": [
|
|
22305
|
+
"tab-navigation",
|
|
22306
|
+
"background-color",
|
|
22307
|
+
"pressed"
|
|
22308
|
+
]
|
|
22309
|
+
},
|
|
22310
|
+
"current": {
|
|
22311
|
+
"key": "{tab-navigation.background-color.current}",
|
|
22312
|
+
"value": "#1B1F24",
|
|
22313
|
+
"filePath": "src/navigation/tab-navigation.yml",
|
|
22314
|
+
"isSource": true,
|
|
22315
|
+
"original": {
|
|
22316
|
+
"value": "{neutral.color.100}",
|
|
22317
|
+
"key": "{tab-navigation.background-color.current}"
|
|
22318
|
+
},
|
|
22319
|
+
"name": "TabNavigationBackgroundColorCurrent",
|
|
22320
|
+
"attributes": {
|
|
22321
|
+
"category": "tab-navigation",
|
|
22322
|
+
"type": "background-color",
|
|
22323
|
+
"item": "current"
|
|
22324
|
+
},
|
|
22325
|
+
"path": [
|
|
22326
|
+
"tab-navigation",
|
|
22327
|
+
"background-color",
|
|
22328
|
+
"current"
|
|
22329
|
+
]
|
|
22330
|
+
}
|
|
22331
|
+
},
|
|
22332
|
+
"color": {
|
|
22333
|
+
"key": "{tab-navigation.color}",
|
|
22334
|
+
"value": "#FFFFFF",
|
|
22335
|
+
"filePath": "src/navigation/tab-navigation.yml",
|
|
22336
|
+
"isSource": true,
|
|
22337
|
+
"original": {
|
|
22338
|
+
"value": "{neutral-soft-content-color}",
|
|
22339
|
+
"key": "{tab-navigation.color}"
|
|
22340
|
+
},
|
|
22341
|
+
"name": "TabNavigationColor",
|
|
22342
|
+
"attributes": {
|
|
22343
|
+
"category": "tab-navigation",
|
|
22344
|
+
"type": "color"
|
|
22345
|
+
},
|
|
22346
|
+
"path": [
|
|
22347
|
+
"tab-navigation",
|
|
22348
|
+
"color"
|
|
22349
|
+
]
|
|
22350
|
+
},
|
|
22351
|
+
"font-weight": {
|
|
22352
|
+
"current": {
|
|
22353
|
+
"key": "{tab-navigation.font-weight.current}",
|
|
22354
|
+
"value": "bold",
|
|
22355
|
+
"filePath": "src/navigation/tab-navigation.yml",
|
|
22356
|
+
"isSource": true,
|
|
22357
|
+
"original": {
|
|
22358
|
+
"value": "{font-weight.bold}",
|
|
22359
|
+
"key": "{tab-navigation.font-weight.current}"
|
|
22360
|
+
},
|
|
22361
|
+
"name": "TabNavigationFontWeightCurrent",
|
|
22362
|
+
"attributes": {
|
|
22363
|
+
"category": "tab-navigation",
|
|
22364
|
+
"type": "font-weight",
|
|
22365
|
+
"item": "current"
|
|
22366
|
+
},
|
|
22367
|
+
"path": [
|
|
22368
|
+
"tab-navigation",
|
|
22369
|
+
"font-weight",
|
|
22370
|
+
"current"
|
|
22371
|
+
]
|
|
22372
|
+
}
|
|
22373
|
+
},
|
|
22374
|
+
"spacing": {
|
|
22375
|
+
"key": "{tab-navigation.spacing}",
|
|
22376
|
+
"value": "0.5rem",
|
|
22377
|
+
"filePath": "src/navigation/tab-navigation.yml",
|
|
22378
|
+
"isSource": true,
|
|
22379
|
+
"original": {
|
|
22380
|
+
"value": "{size-rem.s}",
|
|
22381
|
+
"key": "{tab-navigation.spacing}"
|
|
22382
|
+
},
|
|
22383
|
+
"name": "TabNavigationSpacing",
|
|
22384
|
+
"attributes": {
|
|
22385
|
+
"category": "tab-navigation",
|
|
22386
|
+
"type": "spacing"
|
|
22387
|
+
},
|
|
22388
|
+
"path": [
|
|
22389
|
+
"tab-navigation",
|
|
22390
|
+
"spacing"
|
|
22391
|
+
]
|
|
22392
|
+
}
|
|
22393
|
+
},
|
|
22394
|
+
"tabs": {
|
|
22395
|
+
"padding-y": {
|
|
22396
|
+
"key": "{tabs.padding-y}",
|
|
22397
|
+
"value": "8px",
|
|
22398
|
+
"filePath": "src/navigation/tabs.yml",
|
|
22399
|
+
"isSource": true,
|
|
22400
|
+
"original": {
|
|
22401
|
+
"value": "{size-px.s}",
|
|
22402
|
+
"key": "{tabs.padding-y}"
|
|
22403
|
+
},
|
|
22404
|
+
"name": "TabsPaddingY",
|
|
22405
|
+
"attributes": {
|
|
22406
|
+
"category": "tabs",
|
|
22407
|
+
"type": "padding-y"
|
|
22408
|
+
},
|
|
22409
|
+
"path": [
|
|
22410
|
+
"tabs",
|
|
22411
|
+
"padding-y"
|
|
22412
|
+
]
|
|
22413
|
+
},
|
|
22414
|
+
"padding-x": {
|
|
22415
|
+
"key": "{tabs.padding-x}",
|
|
22229
22416
|
"value": "16px",
|
|
22230
22417
|
"filePath": "src/navigation/tabs.yml",
|
|
22231
22418
|
"isSource": true,
|
|
22232
22419
|
"original": {
|
|
22233
22420
|
"value": "{size-px.m}",
|
|
22234
|
-
"key": "{tabs.padding}"
|
|
22421
|
+
"key": "{tabs.padding-x}"
|
|
22235
22422
|
},
|
|
22236
|
-
"name": "
|
|
22423
|
+
"name": "TabsPaddingX",
|
|
22237
22424
|
"attributes": {
|
|
22238
22425
|
"category": "tabs",
|
|
22239
|
-
"type": "padding"
|
|
22426
|
+
"type": "padding-x"
|
|
22240
22427
|
},
|
|
22241
22428
|
"path": [
|
|
22242
22429
|
"tabs",
|
|
22243
|
-
"padding"
|
|
22430
|
+
"padding-x"
|
|
22431
|
+
]
|
|
22432
|
+
},
|
|
22433
|
+
"corner-radius": {
|
|
22434
|
+
"key": "{tabs.corner-radius}",
|
|
22435
|
+
"value": "calc(8px * 2 + calc(1rem * 1.5))",
|
|
22436
|
+
"filePath": "src/navigation/tabs.yml",
|
|
22437
|
+
"isSource": true,
|
|
22438
|
+
"original": {
|
|
22439
|
+
"value": "calc({size-px.s} * 2 + {line-height-m})",
|
|
22440
|
+
"key": "{tabs.corner-radius}"
|
|
22441
|
+
},
|
|
22442
|
+
"name": "TabsCornerRadius",
|
|
22443
|
+
"attributes": {
|
|
22444
|
+
"category": "tabs",
|
|
22445
|
+
"type": "corner-radius"
|
|
22446
|
+
},
|
|
22447
|
+
"path": [
|
|
22448
|
+
"tabs",
|
|
22449
|
+
"corner-radius"
|
|
22450
|
+
]
|
|
22451
|
+
},
|
|
22452
|
+
"border-width": {
|
|
22453
|
+
"key": "{tabs.border-width}",
|
|
22454
|
+
"value": "1px",
|
|
22455
|
+
"filePath": "src/navigation/tabs.yml",
|
|
22456
|
+
"isSource": true,
|
|
22457
|
+
"original": {
|
|
22458
|
+
"value": "{border-width.100}",
|
|
22459
|
+
"key": "{tabs.border-width}"
|
|
22460
|
+
},
|
|
22461
|
+
"name": "TabsBorderWidth",
|
|
22462
|
+
"attributes": {
|
|
22463
|
+
"category": "tabs",
|
|
22464
|
+
"type": "border-width"
|
|
22465
|
+
},
|
|
22466
|
+
"path": [
|
|
22467
|
+
"tabs",
|
|
22468
|
+
"border-width"
|
|
22469
|
+
]
|
|
22470
|
+
},
|
|
22471
|
+
"border-style": {
|
|
22472
|
+
"key": "{tabs.border-style}",
|
|
22473
|
+
"value": "solid",
|
|
22474
|
+
"filePath": "src/navigation/tabs.yml",
|
|
22475
|
+
"isSource": true,
|
|
22476
|
+
"original": {
|
|
22477
|
+
"value": "{border-style.default}",
|
|
22478
|
+
"key": "{tabs.border-style}"
|
|
22479
|
+
},
|
|
22480
|
+
"name": "TabsBorderStyle",
|
|
22481
|
+
"attributes": {
|
|
22482
|
+
"category": "tabs",
|
|
22483
|
+
"type": "border-style"
|
|
22484
|
+
},
|
|
22485
|
+
"path": [
|
|
22486
|
+
"tabs",
|
|
22487
|
+
"border-style"
|
|
22488
|
+
]
|
|
22489
|
+
},
|
|
22490
|
+
"border-color": {
|
|
22491
|
+
"key": "{tabs.border-color}",
|
|
22492
|
+
"value": "#DCE9F7",
|
|
22493
|
+
"filePath": "src/navigation/tabs.yml",
|
|
22494
|
+
"isSource": true,
|
|
22495
|
+
"original": {
|
|
22496
|
+
"value": "{neutral-outline-border-color}",
|
|
22497
|
+
"key": "{tabs.border-color}"
|
|
22498
|
+
},
|
|
22499
|
+
"name": "TabsBorderColor",
|
|
22500
|
+
"attributes": {
|
|
22501
|
+
"category": "tabs",
|
|
22502
|
+
"type": "border-color"
|
|
22503
|
+
},
|
|
22504
|
+
"path": [
|
|
22505
|
+
"tabs",
|
|
22506
|
+
"border-color"
|
|
22244
22507
|
]
|
|
22245
22508
|
},
|
|
22246
22509
|
"background-color": {
|
|
@@ -22330,42 +22593,48 @@
|
|
|
22330
22593
|
}
|
|
22331
22594
|
},
|
|
22332
22595
|
"color": {
|
|
22333
|
-
"
|
|
22334
|
-
|
|
22335
|
-
|
|
22336
|
-
|
|
22337
|
-
|
|
22338
|
-
"
|
|
22339
|
-
|
|
22340
|
-
|
|
22341
|
-
|
|
22342
|
-
|
|
22343
|
-
"
|
|
22344
|
-
|
|
22345
|
-
|
|
22346
|
-
|
|
22347
|
-
|
|
22348
|
-
"
|
|
22349
|
-
|
|
22350
|
-
|
|
22351
|
-
|
|
22352
|
-
|
|
22353
|
-
"value": "#8FA1B4",
|
|
22354
|
-
"filePath": "src/navigation/tabs.yml",
|
|
22355
|
-
"isSource": true,
|
|
22356
|
-
"original": {
|
|
22357
|
-
"value": "{disabled-soft-content-color}",
|
|
22358
|
-
"key": "{tabs.disabled-color}"
|
|
22359
|
-
},
|
|
22360
|
-
"name": "TabsDisabledColor",
|
|
22361
|
-
"attributes": {
|
|
22362
|
-
"category": "tabs",
|
|
22363
|
-
"type": "disabled-color"
|
|
22596
|
+
"default": {
|
|
22597
|
+
"key": "{tabs.color.default}",
|
|
22598
|
+
"value": "#FFFFFF",
|
|
22599
|
+
"filePath": "src/navigation/tabs.yml",
|
|
22600
|
+
"isSource": true,
|
|
22601
|
+
"original": {
|
|
22602
|
+
"value": "{neutral-soft-content-color}",
|
|
22603
|
+
"key": "{tabs.color.default}"
|
|
22604
|
+
},
|
|
22605
|
+
"name": "TabsColorDefault",
|
|
22606
|
+
"attributes": {
|
|
22607
|
+
"category": "tabs",
|
|
22608
|
+
"type": "color",
|
|
22609
|
+
"item": "default"
|
|
22610
|
+
},
|
|
22611
|
+
"path": [
|
|
22612
|
+
"tabs",
|
|
22613
|
+
"color",
|
|
22614
|
+
"default"
|
|
22615
|
+
]
|
|
22364
22616
|
},
|
|
22365
|
-
"
|
|
22366
|
-
"tabs",
|
|
22367
|
-
"
|
|
22368
|
-
|
|
22617
|
+
"disabled": {
|
|
22618
|
+
"key": "{tabs.color.disabled}",
|
|
22619
|
+
"value": "#8FA1B4",
|
|
22620
|
+
"filePath": "src/navigation/tabs.yml",
|
|
22621
|
+
"isSource": true,
|
|
22622
|
+
"original": {
|
|
22623
|
+
"value": "{disabled-soft-content-color}",
|
|
22624
|
+
"key": "{tabs.color.disabled}"
|
|
22625
|
+
},
|
|
22626
|
+
"name": "TabsColorDisabled",
|
|
22627
|
+
"attributes": {
|
|
22628
|
+
"category": "tabs",
|
|
22629
|
+
"type": "color",
|
|
22630
|
+
"item": "disabled"
|
|
22631
|
+
},
|
|
22632
|
+
"path": [
|
|
22633
|
+
"tabs",
|
|
22634
|
+
"color",
|
|
22635
|
+
"disabled"
|
|
22636
|
+
]
|
|
22637
|
+
}
|
|
22369
22638
|
},
|
|
22370
22639
|
"font-weight": {
|
|
22371
22640
|
"selected": {
|