@mittwald/flow-design-tokens 0.2.0-alpha.776 → 0.2.0-alpha.778
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/variables.css +52 -12
- package/dist/variables.json +886 -90
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -305,6 +305,17 @@
|
|
|
305
305
|
--neutral--color--900: var(--color--gray--900);
|
|
306
306
|
--neutral--color--1000: var(--color--gray--1000);
|
|
307
307
|
--neutral--color--1100: var(--color--gray--1100);
|
|
308
|
+
--unavailable--color--100: var(--color--gray--100);
|
|
309
|
+
--unavailable--color--200: var(--color--gray--200);
|
|
310
|
+
--unavailable--color--300: var(--color--gray--300);
|
|
311
|
+
--unavailable--color--400: var(--color--gray--400);
|
|
312
|
+
--unavailable--color--500: var(--color--gray--500);
|
|
313
|
+
--unavailable--color--600: var(--color--gray--600);
|
|
314
|
+
--unavailable--color--700: var(--color--gray--700);
|
|
315
|
+
--unavailable--color--800: var(--color--gray--800);
|
|
316
|
+
--unavailable--color--900: var(--color--gray--900);
|
|
317
|
+
--unavailable--color--1000: var(--color--gray--1000);
|
|
318
|
+
--unavailable--color--1100: var(--color--gray--1100);
|
|
308
319
|
--danger--color--100: var(--color--amaranth-red--100);
|
|
309
320
|
--danger--color--200: var(--color--amaranth-red--200);
|
|
310
321
|
--danger--color--300: var(--color--amaranth-red--300);
|
|
@@ -369,6 +380,8 @@
|
|
|
369
380
|
--success-outline-background-color--default: var(--color--transparent);
|
|
370
381
|
--warning-outline-background-color--default: var(--color--transparent);
|
|
371
382
|
--warning-plain-background-color--default: var(--color--transparent);
|
|
383
|
+
--unavailable-plain-background-color--default: var(--color--transparent);
|
|
384
|
+
--unavailable-outline-background-color--default: var(--color--transparent);
|
|
372
385
|
--neutral-plain-background-color--default: var(--color--transparent);
|
|
373
386
|
--neutral-outline-background-color--default: var(--color--transparent);
|
|
374
387
|
--disabled-plain-background-color: var(--color--transparent);
|
|
@@ -785,6 +798,22 @@
|
|
|
785
798
|
--warning-plain-background-color--hover: var(--warning--color--100);
|
|
786
799
|
--warning-plain-background-color--pressed: var(--warning--color--200);
|
|
787
800
|
--warning-plain-content-color: var(--warning--color--800);
|
|
801
|
+
--unavailable-solid-background-color--default: var(--unavailable--color--800);
|
|
802
|
+
--unavailable-solid-background-color--hover: var(--unavailable--color--900);
|
|
803
|
+
--unavailable-solid-background-color--pressed: var(--unavailable--color--1000);
|
|
804
|
+
--unavailable-solid-content-color: var(--neutral--color--100);
|
|
805
|
+
--unavailable-plain-background-color--hover: var(--unavailable--color--300);
|
|
806
|
+
--unavailable-plain-background-color--pressed: var(--unavailable--color--400);
|
|
807
|
+
--unavailable-plain-content-color: var(--unavailable--color--800);
|
|
808
|
+
--unavailable-outline-background-color--hover: var(--unavailable--color--300);
|
|
809
|
+
--unavailable-outline-background-color--pressed: var(--unavailable--color--400);
|
|
810
|
+
--unavailable-outline-content-color: var(--unavailable--color--900);
|
|
811
|
+
--unavailable-outline-border-color: var(--unavailable--color--800);
|
|
812
|
+
--unavailable-soft-background-color--default: var(--unavailable--color--300);
|
|
813
|
+
--unavailable-soft-background-color--hover: var(--unavailable--color--400);
|
|
814
|
+
--unavailable-soft-background-color--pressed: var(--unavailable--color--500);
|
|
815
|
+
--unavailable-soft-content-color--default: var(--unavailable--color--900);
|
|
816
|
+
--unavailable-soft-content-color--pressed: var(--unavailable--color--1000);
|
|
788
817
|
--neutral-solid-background-color--default: var(--neutral--color--800);
|
|
789
818
|
--neutral-solid-background-color--hover: var(--neutral--color--900);
|
|
790
819
|
--neutral-solid-background-color--pressed: var(--neutral--color--1000);
|
|
@@ -904,17 +933,22 @@
|
|
|
904
933
|
--avatar--warning-status-background-color: var(--warning--color--200);
|
|
905
934
|
--avatar--danger-status-background-color: var(--danger--color--200);
|
|
906
935
|
--avatar--success-status-background-color: var(--success--color--200);
|
|
936
|
+
--avatar--unavailable-status-background-color: var(--unavailable--color--400);
|
|
907
937
|
--code-block--corner-radius: var(--corner-radius--default);
|
|
908
938
|
--code-block--border-width: var(--border-width--100);
|
|
909
939
|
--code-block--background-color: var(--neutral--color--200);
|
|
910
940
|
--heading--color: var(--primary--color--1000);
|
|
911
941
|
--heading--color-danger: var(--danger--color--900);
|
|
912
|
-
--heading--color-unavailable: var(--
|
|
942
|
+
--heading--color-unavailable: var(--unavailable--color--900);
|
|
913
943
|
--icon--color: var(--neutral--color--800);
|
|
914
|
-
--icon--
|
|
944
|
+
--icon--info-color: var(--info--color--900);
|
|
945
|
+
--icon--warning-color: var(--warning--color--900);
|
|
946
|
+
--icon--danger-color: var(--danger--color--900);
|
|
947
|
+
--icon--success-color: var(--success--color--900);
|
|
948
|
+
--icon--unavailable-color: var(--unavailable--color--900);
|
|
915
949
|
--illustrated-message--primary-content-color: var(--primary--color--1000);
|
|
916
950
|
--illustrated-message--danger-content-color: var(--danger--color--900);
|
|
917
|
-
--illustrated-message--unavailable-content-color: var(--
|
|
951
|
+
--illustrated-message--unavailable-content-color: var(--unavailable--color--900);
|
|
918
952
|
--image--corner-radius: var(--corner-radius--default);
|
|
919
953
|
--image--border-width: var(--border-width--100);
|
|
920
954
|
--inline-code--corner-radius: var(--corner-radius--default);
|
|
@@ -1007,7 +1041,11 @@
|
|
|
1007
1041
|
--tooltip--background-color: var(--neutral--color--900);
|
|
1008
1042
|
--tooltip--box-shadow: var(--shadow--overlay);
|
|
1009
1043
|
--tooltip--header-corner-radius: var(--corner-radius--default);
|
|
1010
|
-
--alert-text--
|
|
1044
|
+
--alert-text--info-color: var(--info--color--900);
|
|
1045
|
+
--alert-text--warning-color: var(--warning--color--900);
|
|
1046
|
+
--alert-text--danger-color: var(--danger--color--900);
|
|
1047
|
+
--alert-text--success-color: var(--success--color--900);
|
|
1048
|
+
--alert-text--unavailable-color: var(--unavailable--color--900);
|
|
1011
1049
|
--alert--corner-radius: var(--corner-radius--default);
|
|
1012
1050
|
--alert--border-width: var(--border-width--100);
|
|
1013
1051
|
--alert--border-x-start-width: var(--border-width--400);
|
|
@@ -1049,6 +1087,7 @@
|
|
|
1049
1087
|
--notification--warning-background-color--default: var(--neutral--color--100);
|
|
1050
1088
|
--notification--danger-background-color--default: var(--neutral--color--100);
|
|
1051
1089
|
--notification--success-background-color--default: var(--neutral--color--100);
|
|
1090
|
+
--notification--unavailable-background-color--default: var(--neutral--color--100);
|
|
1052
1091
|
--progress-bar--border-width: var(--border-width--100);
|
|
1053
1092
|
--progress-bar--background-color: var(--neutral--color--300);
|
|
1054
1093
|
--accent-box--background-color-neutral: var(--neutral--color--300);
|
|
@@ -1338,10 +1377,6 @@
|
|
|
1338
1377
|
--heading--color-light: var(--light-plain-content-color);
|
|
1339
1378
|
--heading--color-dark-static: var(--dark-static-plain-content-color);
|
|
1340
1379
|
--heading--color-light-static: var(--light-static-plain-content-color);
|
|
1341
|
-
--icon--info-color: var(--info-outline-content-color);
|
|
1342
|
-
--icon--warning-color: var(--warning-outline-content-color);
|
|
1343
|
-
--icon--danger-color: var(--danger-outline-content-color);
|
|
1344
|
-
--icon--success-color: var(--success-outline-content-color);
|
|
1345
1380
|
--illustrated-message--dark-content-color: var(--dark-plain-content-color);
|
|
1346
1381
|
--illustrated-message--light-content-color: var(--light-plain-content-color);
|
|
1347
1382
|
--image--border-color: var(--neutral-outline-border-color);
|
|
@@ -1434,10 +1469,9 @@
|
|
|
1434
1469
|
--alert-badge--danger-background-color: var(--danger-soft-background-color--default);
|
|
1435
1470
|
--alert-badge--danger-content-color: var(--danger-soft-content-color--default);
|
|
1436
1471
|
--alert-badge--danger-border-color: var(--danger-outline-border-color);
|
|
1437
|
-
--alert-
|
|
1438
|
-
--alert-
|
|
1439
|
-
--alert-
|
|
1440
|
-
--alert-text--success-color: var(--success-outline-content-color);
|
|
1472
|
+
--alert-badge--unavailable-background-color: var(--unavailable-soft-background-color--default);
|
|
1473
|
+
--alert-badge--unavailable-content-color: var(--unavailable-soft-content-color--default);
|
|
1474
|
+
--alert-badge--unavailable-border-color: var(--unavailable-outline-border-color);
|
|
1441
1475
|
--alert--info-border-color: var(--info-outline-border-color);
|
|
1442
1476
|
--alert--info-heading-color: var(--info-outline-content-color);
|
|
1443
1477
|
--alert--warning-border-color: var(--warning-outline-border-color);
|
|
@@ -1446,6 +1480,8 @@
|
|
|
1446
1480
|
--alert--danger-heading-color: var(--danger-outline-content-color);
|
|
1447
1481
|
--alert--success-border-color: var(--success-outline-border-color);
|
|
1448
1482
|
--alert--success-heading-color: var(--success-outline-content-color);
|
|
1483
|
+
--alert--unavailable-border-color: var(--unavailable-outline-border-color);
|
|
1484
|
+
--alert--unavailable-heading-color: var(--unavailable-outline-content-color);
|
|
1449
1485
|
--badge--disabled-border-color: var(--disabled-outline-border-color);
|
|
1450
1486
|
--badge--disabled-background-color: var(--disabled-outline-background-color);
|
|
1451
1487
|
--badge--disabled-content-color: var(--disabled-outline-content-color);
|
|
@@ -1494,6 +1530,10 @@
|
|
|
1494
1530
|
--notification--success-heading-color: var(--success-outline-content-color);
|
|
1495
1531
|
--notification--success-background-color--hover: var(--success-outline-background-color--hover);
|
|
1496
1532
|
--notification--success-background-color--pressed: var(--success-outline-background-color--pressed);
|
|
1533
|
+
--notification--unavailable-border-color: var(--unavailable-outline-border-color);
|
|
1534
|
+
--notification--unavailable-heading-color: var(--unavailable-outline-content-color);
|
|
1535
|
+
--notification--unavailable-background-color--hover: var(--unavailable-outline-background-color--hover);
|
|
1536
|
+
--notification--unavailable-background-color--pressed: var(--unavailable-outline-background-color--pressed);
|
|
1497
1537
|
--progress-bar--border-color: var(--neutral-outline-border-color);
|
|
1498
1538
|
--progress-bar--info-fill-background-color: var(--info-solid-background-color--default);
|
|
1499
1539
|
--progress-bar--success-fill-background-color: var(--success-solid-background-color--default);
|
package/dist/variables.json
CHANGED
|
@@ -7976,6 +7976,241 @@
|
|
|
7976
7976
|
}
|
|
7977
7977
|
}
|
|
7978
7978
|
},
|
|
7979
|
+
"unavailable": {
|
|
7980
|
+
"color": {
|
|
7981
|
+
"100": {
|
|
7982
|
+
"key": "{unavailable.color.100}",
|
|
7983
|
+
"value": "#FFFFFF",
|
|
7984
|
+
"filePath": "src/color-aliases.yml",
|
|
7985
|
+
"isSource": true,
|
|
7986
|
+
"original": {
|
|
7987
|
+
"value": "{color.gray.100}",
|
|
7988
|
+
"key": "{unavailable.color.100}"
|
|
7989
|
+
},
|
|
7990
|
+
"name": "UnavailableColor100",
|
|
7991
|
+
"attributes": {
|
|
7992
|
+
"category": "unavailable",
|
|
7993
|
+
"type": "color",
|
|
7994
|
+
"item": "100"
|
|
7995
|
+
},
|
|
7996
|
+
"path": [
|
|
7997
|
+
"unavailable",
|
|
7998
|
+
"color",
|
|
7999
|
+
"100"
|
|
8000
|
+
]
|
|
8001
|
+
},
|
|
8002
|
+
"200": {
|
|
8003
|
+
"key": "{unavailable.color.200}",
|
|
8004
|
+
"value": "#FDFDFD",
|
|
8005
|
+
"filePath": "src/color-aliases.yml",
|
|
8006
|
+
"isSource": true,
|
|
8007
|
+
"original": {
|
|
8008
|
+
"value": "{color.gray.200}",
|
|
8009
|
+
"key": "{unavailable.color.200}"
|
|
8010
|
+
},
|
|
8011
|
+
"name": "UnavailableColor200",
|
|
8012
|
+
"attributes": {
|
|
8013
|
+
"category": "unavailable",
|
|
8014
|
+
"type": "color",
|
|
8015
|
+
"item": "200"
|
|
8016
|
+
},
|
|
8017
|
+
"path": [
|
|
8018
|
+
"unavailable",
|
|
8019
|
+
"color",
|
|
8020
|
+
"200"
|
|
8021
|
+
]
|
|
8022
|
+
},
|
|
8023
|
+
"300": {
|
|
8024
|
+
"key": "{unavailable.color.300}",
|
|
8025
|
+
"value": "#F8F8F8",
|
|
8026
|
+
"filePath": "src/color-aliases.yml",
|
|
8027
|
+
"isSource": true,
|
|
8028
|
+
"original": {
|
|
8029
|
+
"value": "{color.gray.300}",
|
|
8030
|
+
"key": "{unavailable.color.300}"
|
|
8031
|
+
},
|
|
8032
|
+
"name": "UnavailableColor300",
|
|
8033
|
+
"attributes": {
|
|
8034
|
+
"category": "unavailable",
|
|
8035
|
+
"type": "color",
|
|
8036
|
+
"item": "300"
|
|
8037
|
+
},
|
|
8038
|
+
"path": [
|
|
8039
|
+
"unavailable",
|
|
8040
|
+
"color",
|
|
8041
|
+
"300"
|
|
8042
|
+
]
|
|
8043
|
+
},
|
|
8044
|
+
"400": {
|
|
8045
|
+
"key": "{unavailable.color.400}",
|
|
8046
|
+
"value": "#E6E6E6",
|
|
8047
|
+
"filePath": "src/color-aliases.yml",
|
|
8048
|
+
"isSource": true,
|
|
8049
|
+
"original": {
|
|
8050
|
+
"value": "{color.gray.400}",
|
|
8051
|
+
"key": "{unavailable.color.400}"
|
|
8052
|
+
},
|
|
8053
|
+
"name": "UnavailableColor400",
|
|
8054
|
+
"attributes": {
|
|
8055
|
+
"category": "unavailable",
|
|
8056
|
+
"type": "color",
|
|
8057
|
+
"item": "400"
|
|
8058
|
+
},
|
|
8059
|
+
"path": [
|
|
8060
|
+
"unavailable",
|
|
8061
|
+
"color",
|
|
8062
|
+
"400"
|
|
8063
|
+
]
|
|
8064
|
+
},
|
|
8065
|
+
"500": {
|
|
8066
|
+
"key": "{unavailable.color.500}",
|
|
8067
|
+
"value": "#D5D5D5",
|
|
8068
|
+
"filePath": "src/color-aliases.yml",
|
|
8069
|
+
"isSource": true,
|
|
8070
|
+
"original": {
|
|
8071
|
+
"value": "{color.gray.500}",
|
|
8072
|
+
"key": "{unavailable.color.500}"
|
|
8073
|
+
},
|
|
8074
|
+
"name": "UnavailableColor500",
|
|
8075
|
+
"attributes": {
|
|
8076
|
+
"category": "unavailable",
|
|
8077
|
+
"type": "color",
|
|
8078
|
+
"item": "500"
|
|
8079
|
+
},
|
|
8080
|
+
"path": [
|
|
8081
|
+
"unavailable",
|
|
8082
|
+
"color",
|
|
8083
|
+
"500"
|
|
8084
|
+
]
|
|
8085
|
+
},
|
|
8086
|
+
"600": {
|
|
8087
|
+
"key": "{unavailable.color.600}",
|
|
8088
|
+
"value": "#B1B1B1",
|
|
8089
|
+
"filePath": "src/color-aliases.yml",
|
|
8090
|
+
"isSource": true,
|
|
8091
|
+
"original": {
|
|
8092
|
+
"value": "{color.gray.600}",
|
|
8093
|
+
"key": "{unavailable.color.600}"
|
|
8094
|
+
},
|
|
8095
|
+
"name": "UnavailableColor600",
|
|
8096
|
+
"attributes": {
|
|
8097
|
+
"category": "unavailable",
|
|
8098
|
+
"type": "color",
|
|
8099
|
+
"item": "600"
|
|
8100
|
+
},
|
|
8101
|
+
"path": [
|
|
8102
|
+
"unavailable",
|
|
8103
|
+
"color",
|
|
8104
|
+
"600"
|
|
8105
|
+
]
|
|
8106
|
+
},
|
|
8107
|
+
"700": {
|
|
8108
|
+
"key": "{unavailable.color.700}",
|
|
8109
|
+
"value": "#909090",
|
|
8110
|
+
"filePath": "src/color-aliases.yml",
|
|
8111
|
+
"isSource": true,
|
|
8112
|
+
"original": {
|
|
8113
|
+
"value": "{color.gray.700}",
|
|
8114
|
+
"key": "{unavailable.color.700}"
|
|
8115
|
+
},
|
|
8116
|
+
"name": "UnavailableColor700",
|
|
8117
|
+
"attributes": {
|
|
8118
|
+
"category": "unavailable",
|
|
8119
|
+
"type": "color",
|
|
8120
|
+
"item": "700"
|
|
8121
|
+
},
|
|
8122
|
+
"path": [
|
|
8123
|
+
"unavailable",
|
|
8124
|
+
"color",
|
|
8125
|
+
"700"
|
|
8126
|
+
]
|
|
8127
|
+
},
|
|
8128
|
+
"800": {
|
|
8129
|
+
"key": "{unavailable.color.800}",
|
|
8130
|
+
"value": "#6D6D6D",
|
|
8131
|
+
"filePath": "src/color-aliases.yml",
|
|
8132
|
+
"isSource": true,
|
|
8133
|
+
"original": {
|
|
8134
|
+
"value": "{color.gray.800}",
|
|
8135
|
+
"key": "{unavailable.color.800}"
|
|
8136
|
+
},
|
|
8137
|
+
"name": "UnavailableColor800",
|
|
8138
|
+
"attributes": {
|
|
8139
|
+
"category": "unavailable",
|
|
8140
|
+
"type": "color",
|
|
8141
|
+
"item": "800"
|
|
8142
|
+
},
|
|
8143
|
+
"path": [
|
|
8144
|
+
"unavailable",
|
|
8145
|
+
"color",
|
|
8146
|
+
"800"
|
|
8147
|
+
]
|
|
8148
|
+
},
|
|
8149
|
+
"900": {
|
|
8150
|
+
"key": "{unavailable.color.900}",
|
|
8151
|
+
"value": "#464646",
|
|
8152
|
+
"filePath": "src/color-aliases.yml",
|
|
8153
|
+
"isSource": true,
|
|
8154
|
+
"original": {
|
|
8155
|
+
"value": "{color.gray.900}",
|
|
8156
|
+
"key": "{unavailable.color.900}"
|
|
8157
|
+
},
|
|
8158
|
+
"name": "UnavailableColor900",
|
|
8159
|
+
"attributes": {
|
|
8160
|
+
"category": "unavailable",
|
|
8161
|
+
"type": "color",
|
|
8162
|
+
"item": "900"
|
|
8163
|
+
},
|
|
8164
|
+
"path": [
|
|
8165
|
+
"unavailable",
|
|
8166
|
+
"color",
|
|
8167
|
+
"900"
|
|
8168
|
+
]
|
|
8169
|
+
},
|
|
8170
|
+
"1000": {
|
|
8171
|
+
"key": "{unavailable.color.1000}",
|
|
8172
|
+
"value": "#222222",
|
|
8173
|
+
"filePath": "src/color-aliases.yml",
|
|
8174
|
+
"isSource": true,
|
|
8175
|
+
"original": {
|
|
8176
|
+
"value": "{color.gray.1000}",
|
|
8177
|
+
"key": "{unavailable.color.1000}"
|
|
8178
|
+
},
|
|
8179
|
+
"name": "UnavailableColor1000",
|
|
8180
|
+
"attributes": {
|
|
8181
|
+
"category": "unavailable",
|
|
8182
|
+
"type": "color",
|
|
8183
|
+
"item": "1000"
|
|
8184
|
+
},
|
|
8185
|
+
"path": [
|
|
8186
|
+
"unavailable",
|
|
8187
|
+
"color",
|
|
8188
|
+
"1000"
|
|
8189
|
+
]
|
|
8190
|
+
},
|
|
8191
|
+
"1100": {
|
|
8192
|
+
"key": "{unavailable.color.1100}",
|
|
8193
|
+
"value": "#000000",
|
|
8194
|
+
"filePath": "src/color-aliases.yml",
|
|
8195
|
+
"isSource": true,
|
|
8196
|
+
"original": {
|
|
8197
|
+
"value": "{color.gray.1100}",
|
|
8198
|
+
"key": "{unavailable.color.1100}"
|
|
8199
|
+
},
|
|
8200
|
+
"name": "UnavailableColor1100",
|
|
8201
|
+
"attributes": {
|
|
8202
|
+
"category": "unavailable",
|
|
8203
|
+
"type": "color",
|
|
8204
|
+
"item": "1100"
|
|
8205
|
+
},
|
|
8206
|
+
"path": [
|
|
8207
|
+
"unavailable",
|
|
8208
|
+
"color",
|
|
8209
|
+
"1100"
|
|
8210
|
+
]
|
|
8211
|
+
}
|
|
8212
|
+
}
|
|
8213
|
+
},
|
|
7979
8214
|
"danger": {
|
|
7980
8215
|
"color": {
|
|
7981
8216
|
"100": {
|
|
@@ -10724,136 +10959,480 @@
|
|
|
10724
10959
|
"filePath": "src/color-aliases.yml",
|
|
10725
10960
|
"isSource": true,
|
|
10726
10961
|
"original": {
|
|
10727
|
-
"value": "{warning.color.300}",
|
|
10728
|
-
"key": "{warning-soft-background-color.pressed}"
|
|
10962
|
+
"value": "{warning.color.300}",
|
|
10963
|
+
"key": "{warning-soft-background-color.pressed}"
|
|
10964
|
+
},
|
|
10965
|
+
"name": "WarningSoftBackgroundColorPressed",
|
|
10966
|
+
"attributes": {
|
|
10967
|
+
"category": "warning-soft-background-color",
|
|
10968
|
+
"type": "pressed"
|
|
10969
|
+
},
|
|
10970
|
+
"path": [
|
|
10971
|
+
"warning-soft-background-color",
|
|
10972
|
+
"pressed"
|
|
10973
|
+
]
|
|
10974
|
+
}
|
|
10975
|
+
},
|
|
10976
|
+
"warning-soft-content-color": {
|
|
10977
|
+
"default": {
|
|
10978
|
+
"key": "{warning-soft-content-color.default}",
|
|
10979
|
+
"value": "#C25200",
|
|
10980
|
+
"filePath": "src/color-aliases.yml",
|
|
10981
|
+
"isSource": true,
|
|
10982
|
+
"original": {
|
|
10983
|
+
"value": "{warning.color.900}",
|
|
10984
|
+
"key": "{warning-soft-content-color.default}"
|
|
10985
|
+
},
|
|
10986
|
+
"name": "WarningSoftContentColorDefault",
|
|
10987
|
+
"attributes": {
|
|
10988
|
+
"category": "warning-soft-content-color",
|
|
10989
|
+
"type": "default"
|
|
10990
|
+
},
|
|
10991
|
+
"path": [
|
|
10992
|
+
"warning-soft-content-color",
|
|
10993
|
+
"default"
|
|
10994
|
+
]
|
|
10995
|
+
},
|
|
10996
|
+
"pressed": {
|
|
10997
|
+
"key": "{warning-soft-content-color.pressed}",
|
|
10998
|
+
"value": "#8F3D00",
|
|
10999
|
+
"filePath": "src/color-aliases.yml",
|
|
11000
|
+
"isSource": true,
|
|
11001
|
+
"original": {
|
|
11002
|
+
"value": "{warning.color.1000}",
|
|
11003
|
+
"key": "{warning-soft-content-color.pressed}"
|
|
11004
|
+
},
|
|
11005
|
+
"name": "WarningSoftContentColorPressed",
|
|
11006
|
+
"attributes": {
|
|
11007
|
+
"category": "warning-soft-content-color",
|
|
11008
|
+
"type": "pressed"
|
|
11009
|
+
},
|
|
11010
|
+
"path": [
|
|
11011
|
+
"warning-soft-content-color",
|
|
11012
|
+
"pressed"
|
|
11013
|
+
]
|
|
11014
|
+
}
|
|
11015
|
+
},
|
|
11016
|
+
"warning-plain-background-color": {
|
|
11017
|
+
"default": {
|
|
11018
|
+
"key": "{warning-plain-background-color.default}",
|
|
11019
|
+
"value": "transparent",
|
|
11020
|
+
"filePath": "src/color-aliases.yml",
|
|
11021
|
+
"isSource": true,
|
|
11022
|
+
"original": {
|
|
11023
|
+
"value": "{color.transparent}",
|
|
11024
|
+
"key": "{warning-plain-background-color.default}"
|
|
11025
|
+
},
|
|
11026
|
+
"name": "WarningPlainBackgroundColorDefault",
|
|
11027
|
+
"attributes": {
|
|
11028
|
+
"category": "warning-plain-background-color",
|
|
11029
|
+
"type": "default"
|
|
11030
|
+
},
|
|
11031
|
+
"path": [
|
|
11032
|
+
"warning-plain-background-color",
|
|
11033
|
+
"default"
|
|
11034
|
+
]
|
|
11035
|
+
},
|
|
11036
|
+
"hover": {
|
|
11037
|
+
"key": "{warning-plain-background-color.hover}",
|
|
11038
|
+
"value": "#FFF4EB",
|
|
11039
|
+
"filePath": "src/color-aliases.yml",
|
|
11040
|
+
"isSource": true,
|
|
11041
|
+
"original": {
|
|
11042
|
+
"value": "{warning.color.100}",
|
|
11043
|
+
"key": "{warning-plain-background-color.hover}"
|
|
11044
|
+
},
|
|
11045
|
+
"name": "WarningPlainBackgroundColorHover",
|
|
11046
|
+
"attributes": {
|
|
11047
|
+
"category": "warning-plain-background-color",
|
|
11048
|
+
"type": "hover"
|
|
11049
|
+
},
|
|
11050
|
+
"path": [
|
|
11051
|
+
"warning-plain-background-color",
|
|
11052
|
+
"hover"
|
|
11053
|
+
]
|
|
11054
|
+
},
|
|
11055
|
+
"pressed": {
|
|
11056
|
+
"key": "{warning-plain-background-color.pressed}",
|
|
11057
|
+
"value": "#FFEBDC",
|
|
11058
|
+
"filePath": "src/color-aliases.yml",
|
|
11059
|
+
"isSource": true,
|
|
11060
|
+
"original": {
|
|
11061
|
+
"value": "{warning.color.200}",
|
|
11062
|
+
"key": "{warning-plain-background-color.pressed}"
|
|
11063
|
+
},
|
|
11064
|
+
"name": "WarningPlainBackgroundColorPressed",
|
|
11065
|
+
"attributes": {
|
|
11066
|
+
"category": "warning-plain-background-color",
|
|
11067
|
+
"type": "pressed"
|
|
11068
|
+
},
|
|
11069
|
+
"path": [
|
|
11070
|
+
"warning-plain-background-color",
|
|
11071
|
+
"pressed"
|
|
11072
|
+
]
|
|
11073
|
+
}
|
|
11074
|
+
},
|
|
11075
|
+
"warning-plain-content-color": {
|
|
11076
|
+
"key": "{warning-plain-content-color}",
|
|
11077
|
+
"value": "#F56800",
|
|
11078
|
+
"filePath": "src/color-aliases.yml",
|
|
11079
|
+
"isSource": true,
|
|
11080
|
+
"original": {
|
|
11081
|
+
"value": "{warning.color.800}",
|
|
11082
|
+
"key": "{warning-plain-content-color}"
|
|
11083
|
+
},
|
|
11084
|
+
"name": "WarningPlainContentColor",
|
|
11085
|
+
"attributes": {
|
|
11086
|
+
"category": "warning-plain-content-color"
|
|
11087
|
+
},
|
|
11088
|
+
"path": [
|
|
11089
|
+
"warning-plain-content-color"
|
|
11090
|
+
]
|
|
11091
|
+
},
|
|
11092
|
+
"unavailable-solid-background-color": {
|
|
11093
|
+
"default": {
|
|
11094
|
+
"key": "{unavailable-solid-background-color.default}",
|
|
11095
|
+
"value": "#6D6D6D",
|
|
11096
|
+
"filePath": "src/color-aliases.yml",
|
|
11097
|
+
"isSource": true,
|
|
11098
|
+
"original": {
|
|
11099
|
+
"value": "{unavailable.color.800}",
|
|
11100
|
+
"key": "{unavailable-solid-background-color.default}"
|
|
11101
|
+
},
|
|
11102
|
+
"name": "UnavailableSolidBackgroundColorDefault",
|
|
11103
|
+
"attributes": {
|
|
11104
|
+
"category": "unavailable-solid-background-color",
|
|
11105
|
+
"type": "default"
|
|
11106
|
+
},
|
|
11107
|
+
"path": [
|
|
11108
|
+
"unavailable-solid-background-color",
|
|
11109
|
+
"default"
|
|
11110
|
+
]
|
|
11111
|
+
},
|
|
11112
|
+
"hover": {
|
|
11113
|
+
"key": "{unavailable-solid-background-color.hover}",
|
|
11114
|
+
"value": "#464646",
|
|
11115
|
+
"filePath": "src/color-aliases.yml",
|
|
11116
|
+
"isSource": true,
|
|
11117
|
+
"original": {
|
|
11118
|
+
"value": "{unavailable.color.900}",
|
|
11119
|
+
"key": "{unavailable-solid-background-color.hover}"
|
|
11120
|
+
},
|
|
11121
|
+
"name": "UnavailableSolidBackgroundColorHover",
|
|
11122
|
+
"attributes": {
|
|
11123
|
+
"category": "unavailable-solid-background-color",
|
|
11124
|
+
"type": "hover"
|
|
11125
|
+
},
|
|
11126
|
+
"path": [
|
|
11127
|
+
"unavailable-solid-background-color",
|
|
11128
|
+
"hover"
|
|
11129
|
+
]
|
|
11130
|
+
},
|
|
11131
|
+
"pressed": {
|
|
11132
|
+
"key": "{unavailable-solid-background-color.pressed}",
|
|
11133
|
+
"value": "#222222",
|
|
11134
|
+
"filePath": "src/color-aliases.yml",
|
|
11135
|
+
"isSource": true,
|
|
11136
|
+
"original": {
|
|
11137
|
+
"value": "{unavailable.color.1000}",
|
|
11138
|
+
"key": "{unavailable-solid-background-color.pressed}"
|
|
11139
|
+
},
|
|
11140
|
+
"name": "UnavailableSolidBackgroundColorPressed",
|
|
11141
|
+
"attributes": {
|
|
11142
|
+
"category": "unavailable-solid-background-color",
|
|
11143
|
+
"type": "pressed"
|
|
11144
|
+
},
|
|
11145
|
+
"path": [
|
|
11146
|
+
"unavailable-solid-background-color",
|
|
11147
|
+
"pressed"
|
|
11148
|
+
]
|
|
11149
|
+
}
|
|
11150
|
+
},
|
|
11151
|
+
"unavailable-solid-content-color": {
|
|
11152
|
+
"key": "{unavailable-solid-content-color}",
|
|
11153
|
+
"value": "#FFFFFF",
|
|
11154
|
+
"filePath": "src/color-aliases.yml",
|
|
11155
|
+
"isSource": true,
|
|
11156
|
+
"original": {
|
|
11157
|
+
"value": "{neutral.color.100}",
|
|
11158
|
+
"key": "{unavailable-solid-content-color}"
|
|
11159
|
+
},
|
|
11160
|
+
"name": "UnavailableSolidContentColor",
|
|
11161
|
+
"attributes": {
|
|
11162
|
+
"category": "unavailable-solid-content-color"
|
|
11163
|
+
},
|
|
11164
|
+
"path": [
|
|
11165
|
+
"unavailable-solid-content-color"
|
|
11166
|
+
]
|
|
11167
|
+
},
|
|
11168
|
+
"unavailable-plain-background-color": {
|
|
11169
|
+
"default": {
|
|
11170
|
+
"key": "{unavailable-plain-background-color.default}",
|
|
11171
|
+
"value": "transparent",
|
|
11172
|
+
"filePath": "src/color-aliases.yml",
|
|
11173
|
+
"isSource": true,
|
|
11174
|
+
"original": {
|
|
11175
|
+
"value": "{color.transparent}",
|
|
11176
|
+
"key": "{unavailable-plain-background-color.default}"
|
|
11177
|
+
},
|
|
11178
|
+
"name": "UnavailablePlainBackgroundColorDefault",
|
|
11179
|
+
"attributes": {
|
|
11180
|
+
"category": "unavailable-plain-background-color",
|
|
11181
|
+
"type": "default"
|
|
11182
|
+
},
|
|
11183
|
+
"path": [
|
|
11184
|
+
"unavailable-plain-background-color",
|
|
11185
|
+
"default"
|
|
11186
|
+
]
|
|
11187
|
+
},
|
|
11188
|
+
"hover": {
|
|
11189
|
+
"key": "{unavailable-plain-background-color.hover}",
|
|
11190
|
+
"value": "#F8F8F8",
|
|
11191
|
+
"filePath": "src/color-aliases.yml",
|
|
11192
|
+
"isSource": true,
|
|
11193
|
+
"original": {
|
|
11194
|
+
"value": "{unavailable.color.300}",
|
|
11195
|
+
"key": "{unavailable-plain-background-color.hover}"
|
|
11196
|
+
},
|
|
11197
|
+
"name": "UnavailablePlainBackgroundColorHover",
|
|
11198
|
+
"attributes": {
|
|
11199
|
+
"category": "unavailable-plain-background-color",
|
|
11200
|
+
"type": "hover"
|
|
11201
|
+
},
|
|
11202
|
+
"path": [
|
|
11203
|
+
"unavailable-plain-background-color",
|
|
11204
|
+
"hover"
|
|
11205
|
+
]
|
|
11206
|
+
},
|
|
11207
|
+
"pressed": {
|
|
11208
|
+
"key": "{unavailable-plain-background-color.pressed}",
|
|
11209
|
+
"value": "#E6E6E6",
|
|
11210
|
+
"filePath": "src/color-aliases.yml",
|
|
11211
|
+
"isSource": true,
|
|
11212
|
+
"original": {
|
|
11213
|
+
"value": "{unavailable.color.400}",
|
|
11214
|
+
"key": "{unavailable-plain-background-color.pressed}"
|
|
11215
|
+
},
|
|
11216
|
+
"name": "UnavailablePlainBackgroundColorPressed",
|
|
11217
|
+
"attributes": {
|
|
11218
|
+
"category": "unavailable-plain-background-color",
|
|
11219
|
+
"type": "pressed"
|
|
11220
|
+
},
|
|
11221
|
+
"path": [
|
|
11222
|
+
"unavailable-plain-background-color",
|
|
11223
|
+
"pressed"
|
|
11224
|
+
]
|
|
11225
|
+
}
|
|
11226
|
+
},
|
|
11227
|
+
"unavailable-plain-content-color": {
|
|
11228
|
+
"key": "{unavailable-plain-content-color}",
|
|
11229
|
+
"value": "#6D6D6D",
|
|
11230
|
+
"filePath": "src/color-aliases.yml",
|
|
11231
|
+
"isSource": true,
|
|
11232
|
+
"original": {
|
|
11233
|
+
"value": "{unavailable.color.800}",
|
|
11234
|
+
"key": "{unavailable-plain-content-color}"
|
|
11235
|
+
},
|
|
11236
|
+
"name": "UnavailablePlainContentColor",
|
|
11237
|
+
"attributes": {
|
|
11238
|
+
"category": "unavailable-plain-content-color"
|
|
11239
|
+
},
|
|
11240
|
+
"path": [
|
|
11241
|
+
"unavailable-plain-content-color"
|
|
11242
|
+
]
|
|
11243
|
+
},
|
|
11244
|
+
"unavailable-outline-background-color": {
|
|
11245
|
+
"default": {
|
|
11246
|
+
"key": "{unavailable-outline-background-color.default}",
|
|
11247
|
+
"value": "transparent",
|
|
11248
|
+
"filePath": "src/color-aliases.yml",
|
|
11249
|
+
"isSource": true,
|
|
11250
|
+
"original": {
|
|
11251
|
+
"value": "{color.transparent}",
|
|
11252
|
+
"key": "{unavailable-outline-background-color.default}"
|
|
11253
|
+
},
|
|
11254
|
+
"name": "UnavailableOutlineBackgroundColorDefault",
|
|
11255
|
+
"attributes": {
|
|
11256
|
+
"category": "unavailable-outline-background-color",
|
|
11257
|
+
"type": "default"
|
|
11258
|
+
},
|
|
11259
|
+
"path": [
|
|
11260
|
+
"unavailable-outline-background-color",
|
|
11261
|
+
"default"
|
|
11262
|
+
]
|
|
11263
|
+
},
|
|
11264
|
+
"hover": {
|
|
11265
|
+
"key": "{unavailable-outline-background-color.hover}",
|
|
11266
|
+
"value": "#F8F8F8",
|
|
11267
|
+
"filePath": "src/color-aliases.yml",
|
|
11268
|
+
"isSource": true,
|
|
11269
|
+
"original": {
|
|
11270
|
+
"value": "{unavailable.color.300}",
|
|
11271
|
+
"key": "{unavailable-outline-background-color.hover}"
|
|
11272
|
+
},
|
|
11273
|
+
"name": "UnavailableOutlineBackgroundColorHover",
|
|
11274
|
+
"attributes": {
|
|
11275
|
+
"category": "unavailable-outline-background-color",
|
|
11276
|
+
"type": "hover"
|
|
11277
|
+
},
|
|
11278
|
+
"path": [
|
|
11279
|
+
"unavailable-outline-background-color",
|
|
11280
|
+
"hover"
|
|
11281
|
+
]
|
|
11282
|
+
},
|
|
11283
|
+
"pressed": {
|
|
11284
|
+
"key": "{unavailable-outline-background-color.pressed}",
|
|
11285
|
+
"value": "#E6E6E6",
|
|
11286
|
+
"filePath": "src/color-aliases.yml",
|
|
11287
|
+
"isSource": true,
|
|
11288
|
+
"original": {
|
|
11289
|
+
"value": "{unavailable.color.400}",
|
|
11290
|
+
"key": "{unavailable-outline-background-color.pressed}"
|
|
11291
|
+
},
|
|
11292
|
+
"name": "UnavailableOutlineBackgroundColorPressed",
|
|
11293
|
+
"attributes": {
|
|
11294
|
+
"category": "unavailable-outline-background-color",
|
|
11295
|
+
"type": "pressed"
|
|
11296
|
+
},
|
|
11297
|
+
"path": [
|
|
11298
|
+
"unavailable-outline-background-color",
|
|
11299
|
+
"pressed"
|
|
11300
|
+
]
|
|
11301
|
+
}
|
|
11302
|
+
},
|
|
11303
|
+
"unavailable-outline-content-color": {
|
|
11304
|
+
"key": "{unavailable-outline-content-color}",
|
|
11305
|
+
"value": "#464646",
|
|
11306
|
+
"filePath": "src/color-aliases.yml",
|
|
11307
|
+
"isSource": true,
|
|
11308
|
+
"original": {
|
|
11309
|
+
"value": "{unavailable.color.900}",
|
|
11310
|
+
"key": "{unavailable-outline-content-color}"
|
|
11311
|
+
},
|
|
11312
|
+
"name": "UnavailableOutlineContentColor",
|
|
11313
|
+
"attributes": {
|
|
11314
|
+
"category": "unavailable-outline-content-color"
|
|
11315
|
+
},
|
|
11316
|
+
"path": [
|
|
11317
|
+
"unavailable-outline-content-color"
|
|
11318
|
+
]
|
|
11319
|
+
},
|
|
11320
|
+
"unavailable-outline-border-color": {
|
|
11321
|
+
"key": "{unavailable-outline-border-color}",
|
|
11322
|
+
"value": "#6D6D6D",
|
|
11323
|
+
"filePath": "src/color-aliases.yml",
|
|
11324
|
+
"isSource": true,
|
|
11325
|
+
"original": {
|
|
11326
|
+
"value": "{unavailable.color.800}",
|
|
11327
|
+
"key": "{unavailable-outline-border-color}"
|
|
11328
|
+
},
|
|
11329
|
+
"name": "UnavailableOutlineBorderColor",
|
|
11330
|
+
"attributes": {
|
|
11331
|
+
"category": "unavailable-outline-border-color"
|
|
11332
|
+
},
|
|
11333
|
+
"path": [
|
|
11334
|
+
"unavailable-outline-border-color"
|
|
11335
|
+
]
|
|
11336
|
+
},
|
|
11337
|
+
"unavailable-soft-background-color": {
|
|
11338
|
+
"default": {
|
|
11339
|
+
"key": "{unavailable-soft-background-color.default}",
|
|
11340
|
+
"value": "#F8F8F8",
|
|
11341
|
+
"filePath": "src/color-aliases.yml",
|
|
11342
|
+
"isSource": true,
|
|
11343
|
+
"original": {
|
|
11344
|
+
"value": "{unavailable.color.300}",
|
|
11345
|
+
"key": "{unavailable-soft-background-color.default}"
|
|
10729
11346
|
},
|
|
10730
|
-
"name": "
|
|
11347
|
+
"name": "UnavailableSoftBackgroundColorDefault",
|
|
10731
11348
|
"attributes": {
|
|
10732
|
-
"category": "
|
|
10733
|
-
"type": "
|
|
11349
|
+
"category": "unavailable-soft-background-color",
|
|
11350
|
+
"type": "default"
|
|
10734
11351
|
},
|
|
10735
11352
|
"path": [
|
|
10736
|
-
"
|
|
10737
|
-
"
|
|
11353
|
+
"unavailable-soft-background-color",
|
|
11354
|
+
"default"
|
|
10738
11355
|
]
|
|
10739
|
-
}
|
|
10740
|
-
|
|
10741
|
-
|
|
10742
|
-
|
|
10743
|
-
"key": "{warning-soft-content-color.default}",
|
|
10744
|
-
"value": "#C25200",
|
|
11356
|
+
},
|
|
11357
|
+
"hover": {
|
|
11358
|
+
"key": "{unavailable-soft-background-color.hover}",
|
|
11359
|
+
"value": "#E6E6E6",
|
|
10745
11360
|
"filePath": "src/color-aliases.yml",
|
|
10746
11361
|
"isSource": true,
|
|
10747
11362
|
"original": {
|
|
10748
|
-
"value": "{
|
|
10749
|
-
"key": "{
|
|
11363
|
+
"value": "{unavailable.color.400}",
|
|
11364
|
+
"key": "{unavailable-soft-background-color.hover}"
|
|
10750
11365
|
},
|
|
10751
|
-
"name": "
|
|
11366
|
+
"name": "UnavailableSoftBackgroundColorHover",
|
|
10752
11367
|
"attributes": {
|
|
10753
|
-
"category": "
|
|
10754
|
-
"type": "
|
|
11368
|
+
"category": "unavailable-soft-background-color",
|
|
11369
|
+
"type": "hover"
|
|
10755
11370
|
},
|
|
10756
11371
|
"path": [
|
|
10757
|
-
"
|
|
10758
|
-
"
|
|
11372
|
+
"unavailable-soft-background-color",
|
|
11373
|
+
"hover"
|
|
10759
11374
|
]
|
|
10760
11375
|
},
|
|
10761
11376
|
"pressed": {
|
|
10762
|
-
"key": "{
|
|
10763
|
-
"value": "#
|
|
11377
|
+
"key": "{unavailable-soft-background-color.pressed}",
|
|
11378
|
+
"value": "#D5D5D5",
|
|
10764
11379
|
"filePath": "src/color-aliases.yml",
|
|
10765
11380
|
"isSource": true,
|
|
10766
11381
|
"original": {
|
|
10767
|
-
"value": "{
|
|
10768
|
-
"key": "{
|
|
11382
|
+
"value": "{unavailable.color.500}",
|
|
11383
|
+
"key": "{unavailable-soft-background-color.pressed}"
|
|
10769
11384
|
},
|
|
10770
|
-
"name": "
|
|
11385
|
+
"name": "UnavailableSoftBackgroundColorPressed",
|
|
10771
11386
|
"attributes": {
|
|
10772
|
-
"category": "
|
|
11387
|
+
"category": "unavailable-soft-background-color",
|
|
10773
11388
|
"type": "pressed"
|
|
10774
11389
|
},
|
|
10775
11390
|
"path": [
|
|
10776
|
-
"
|
|
11391
|
+
"unavailable-soft-background-color",
|
|
10777
11392
|
"pressed"
|
|
10778
11393
|
]
|
|
10779
11394
|
}
|
|
10780
11395
|
},
|
|
10781
|
-
"
|
|
11396
|
+
"unavailable-soft-content-color": {
|
|
10782
11397
|
"default": {
|
|
10783
|
-
"key": "{
|
|
10784
|
-
"value": "
|
|
11398
|
+
"key": "{unavailable-soft-content-color.default}",
|
|
11399
|
+
"value": "#464646",
|
|
10785
11400
|
"filePath": "src/color-aliases.yml",
|
|
10786
11401
|
"isSource": true,
|
|
10787
11402
|
"original": {
|
|
10788
|
-
"value": "{color.
|
|
10789
|
-
"key": "{
|
|
11403
|
+
"value": "{unavailable.color.900}",
|
|
11404
|
+
"key": "{unavailable-soft-content-color.default}"
|
|
10790
11405
|
},
|
|
10791
|
-
"name": "
|
|
11406
|
+
"name": "UnavailableSoftContentColorDefault",
|
|
10792
11407
|
"attributes": {
|
|
10793
|
-
"category": "
|
|
11408
|
+
"category": "unavailable-soft-content-color",
|
|
10794
11409
|
"type": "default"
|
|
10795
11410
|
},
|
|
10796
11411
|
"path": [
|
|
10797
|
-
"
|
|
11412
|
+
"unavailable-soft-content-color",
|
|
10798
11413
|
"default"
|
|
10799
11414
|
]
|
|
10800
11415
|
},
|
|
10801
|
-
"hover": {
|
|
10802
|
-
"key": "{warning-plain-background-color.hover}",
|
|
10803
|
-
"value": "#FFF4EB",
|
|
10804
|
-
"filePath": "src/color-aliases.yml",
|
|
10805
|
-
"isSource": true,
|
|
10806
|
-
"original": {
|
|
10807
|
-
"value": "{warning.color.100}",
|
|
10808
|
-
"key": "{warning-plain-background-color.hover}"
|
|
10809
|
-
},
|
|
10810
|
-
"name": "WarningPlainBackgroundColorHover",
|
|
10811
|
-
"attributes": {
|
|
10812
|
-
"category": "warning-plain-background-color",
|
|
10813
|
-
"type": "hover"
|
|
10814
|
-
},
|
|
10815
|
-
"path": [
|
|
10816
|
-
"warning-plain-background-color",
|
|
10817
|
-
"hover"
|
|
10818
|
-
]
|
|
10819
|
-
},
|
|
10820
11416
|
"pressed": {
|
|
10821
|
-
"key": "{
|
|
10822
|
-
"value": "#
|
|
11417
|
+
"key": "{unavailable-soft-content-color.pressed}",
|
|
11418
|
+
"value": "#222222",
|
|
10823
11419
|
"filePath": "src/color-aliases.yml",
|
|
10824
11420
|
"isSource": true,
|
|
10825
11421
|
"original": {
|
|
10826
|
-
"value": "{
|
|
10827
|
-
"key": "{
|
|
11422
|
+
"value": "{unavailable.color.1000}",
|
|
11423
|
+
"key": "{unavailable-soft-content-color.pressed}"
|
|
10828
11424
|
},
|
|
10829
|
-
"name": "
|
|
11425
|
+
"name": "UnavailableSoftContentColorPressed",
|
|
10830
11426
|
"attributes": {
|
|
10831
|
-
"category": "
|
|
11427
|
+
"category": "unavailable-soft-content-color",
|
|
10832
11428
|
"type": "pressed"
|
|
10833
11429
|
},
|
|
10834
11430
|
"path": [
|
|
10835
|
-
"
|
|
11431
|
+
"unavailable-soft-content-color",
|
|
10836
11432
|
"pressed"
|
|
10837
11433
|
]
|
|
10838
11434
|
}
|
|
10839
11435
|
},
|
|
10840
|
-
"warning-plain-content-color": {
|
|
10841
|
-
"key": "{warning-plain-content-color}",
|
|
10842
|
-
"value": "#F56800",
|
|
10843
|
-
"filePath": "src/color-aliases.yml",
|
|
10844
|
-
"isSource": true,
|
|
10845
|
-
"original": {
|
|
10846
|
-
"value": "{warning.color.800}",
|
|
10847
|
-
"key": "{warning-plain-content-color}"
|
|
10848
|
-
},
|
|
10849
|
-
"name": "WarningPlainContentColor",
|
|
10850
|
-
"attributes": {
|
|
10851
|
-
"category": "warning-plain-content-color"
|
|
10852
|
-
},
|
|
10853
|
-
"path": [
|
|
10854
|
-
"warning-plain-content-color"
|
|
10855
|
-
]
|
|
10856
|
-
},
|
|
10857
11436
|
"neutral-solid-background-color": {
|
|
10858
11437
|
"default": {
|
|
10859
11438
|
"key": "{neutral-solid-background-color.default}",
|
|
@@ -16740,6 +17319,25 @@
|
|
|
16740
17319
|
"avatar",
|
|
16741
17320
|
"success-status-background-color"
|
|
16742
17321
|
]
|
|
17322
|
+
},
|
|
17323
|
+
"unavailable-status-background-color": {
|
|
17324
|
+
"key": "{avatar.unavailable-status-background-color}",
|
|
17325
|
+
"value": "#E6E6E6",
|
|
17326
|
+
"filePath": "src/content/avatar.yml",
|
|
17327
|
+
"isSource": true,
|
|
17328
|
+
"original": {
|
|
17329
|
+
"value": "{unavailable.color.400}",
|
|
17330
|
+
"key": "{avatar.unavailable-status-background-color}"
|
|
17331
|
+
},
|
|
17332
|
+
"name": "AvatarUnavailableStatusBackgroundColor",
|
|
17333
|
+
"attributes": {
|
|
17334
|
+
"category": "avatar",
|
|
17335
|
+
"type": "unavailable-status-background-color"
|
|
17336
|
+
},
|
|
17337
|
+
"path": [
|
|
17338
|
+
"avatar",
|
|
17339
|
+
"unavailable-status-background-color"
|
|
17340
|
+
]
|
|
16743
17341
|
}
|
|
16744
17342
|
},
|
|
16745
17343
|
"code-block": {
|
|
@@ -17380,7 +17978,7 @@
|
|
|
17380
17978
|
"filePath": "src/content/heading.yml",
|
|
17381
17979
|
"isSource": true,
|
|
17382
17980
|
"original": {
|
|
17383
|
-
"value": "{
|
|
17981
|
+
"value": "{unavailable.color.900}",
|
|
17384
17982
|
"key": "{heading.color-unavailable}"
|
|
17385
17983
|
},
|
|
17386
17984
|
"name": "HeadingColorUnavailable",
|
|
@@ -17523,7 +18121,7 @@
|
|
|
17523
18121
|
"filePath": "src/content/icon.yml",
|
|
17524
18122
|
"isSource": true,
|
|
17525
18123
|
"original": {
|
|
17526
|
-
"value": "{info
|
|
18124
|
+
"value": "{info.color.900}",
|
|
17527
18125
|
"key": "{icon.info-color}"
|
|
17528
18126
|
},
|
|
17529
18127
|
"name": "IconInfoColor",
|
|
@@ -17542,7 +18140,7 @@
|
|
|
17542
18140
|
"filePath": "src/content/icon.yml",
|
|
17543
18141
|
"isSource": true,
|
|
17544
18142
|
"original": {
|
|
17545
|
-
"value": "{warning
|
|
18143
|
+
"value": "{warning.color.900}",
|
|
17546
18144
|
"key": "{icon.warning-color}"
|
|
17547
18145
|
},
|
|
17548
18146
|
"name": "IconWarningColor",
|
|
@@ -17561,7 +18159,7 @@
|
|
|
17561
18159
|
"filePath": "src/content/icon.yml",
|
|
17562
18160
|
"isSource": true,
|
|
17563
18161
|
"original": {
|
|
17564
|
-
"value": "{danger
|
|
18162
|
+
"value": "{danger.color.900}",
|
|
17565
18163
|
"key": "{icon.danger-color}"
|
|
17566
18164
|
},
|
|
17567
18165
|
"name": "IconDangerColor",
|
|
@@ -17580,7 +18178,7 @@
|
|
|
17580
18178
|
"filePath": "src/content/icon.yml",
|
|
17581
18179
|
"isSource": true,
|
|
17582
18180
|
"original": {
|
|
17583
|
-
"value": "{success
|
|
18181
|
+
"value": "{success.color.900}",
|
|
17584
18182
|
"key": "{icon.success-color}"
|
|
17585
18183
|
},
|
|
17586
18184
|
"name": "IconSuccessColor",
|
|
@@ -17599,7 +18197,7 @@
|
|
|
17599
18197
|
"filePath": "src/content/icon.yml",
|
|
17600
18198
|
"isSource": true,
|
|
17601
18199
|
"original": {
|
|
17602
|
-
"value": "{
|
|
18200
|
+
"value": "{unavailable.color.900}",
|
|
17603
18201
|
"key": "{icon.unavailable-color}"
|
|
17604
18202
|
},
|
|
17605
18203
|
"name": "IconUnavailableColor",
|
|
@@ -17696,7 +18294,7 @@
|
|
|
17696
18294
|
"filePath": "src/content/illustrated-message.yml",
|
|
17697
18295
|
"isSource": true,
|
|
17698
18296
|
"original": {
|
|
17699
|
-
"value": "{
|
|
18297
|
+
"value": "{unavailable.color.900}",
|
|
17700
18298
|
"key": "{illustrated-message.unavailable-content-color}"
|
|
17701
18299
|
},
|
|
17702
18300
|
"name": "IllustratedMessageUnavailableContentColor",
|
|
@@ -24413,6 +25011,63 @@
|
|
|
24413
25011
|
"alert-badge",
|
|
24414
25012
|
"danger-border-color"
|
|
24415
25013
|
]
|
|
25014
|
+
},
|
|
25015
|
+
"unavailable-background-color": {
|
|
25016
|
+
"key": "{alert-badge.unavailable-background-color}",
|
|
25017
|
+
"value": "#F8F8F8",
|
|
25018
|
+
"filePath": "src/status/alert-badge.yml",
|
|
25019
|
+
"isSource": true,
|
|
25020
|
+
"original": {
|
|
25021
|
+
"value": "{unavailable-soft-background-color.default}",
|
|
25022
|
+
"key": "{alert-badge.unavailable-background-color}"
|
|
25023
|
+
},
|
|
25024
|
+
"name": "AlertBadgeUnavailableBackgroundColor",
|
|
25025
|
+
"attributes": {
|
|
25026
|
+
"category": "alert-badge",
|
|
25027
|
+
"type": "unavailable-background-color"
|
|
25028
|
+
},
|
|
25029
|
+
"path": [
|
|
25030
|
+
"alert-badge",
|
|
25031
|
+
"unavailable-background-color"
|
|
25032
|
+
]
|
|
25033
|
+
},
|
|
25034
|
+
"unavailable-content-color": {
|
|
25035
|
+
"key": "{alert-badge.unavailable-content-color}",
|
|
25036
|
+
"value": "#464646",
|
|
25037
|
+
"filePath": "src/status/alert-badge.yml",
|
|
25038
|
+
"isSource": true,
|
|
25039
|
+
"original": {
|
|
25040
|
+
"value": "{unavailable-soft-content-color.default}",
|
|
25041
|
+
"key": "{alert-badge.unavailable-content-color}"
|
|
25042
|
+
},
|
|
25043
|
+
"name": "AlertBadgeUnavailableContentColor",
|
|
25044
|
+
"attributes": {
|
|
25045
|
+
"category": "alert-badge",
|
|
25046
|
+
"type": "unavailable-content-color"
|
|
25047
|
+
},
|
|
25048
|
+
"path": [
|
|
25049
|
+
"alert-badge",
|
|
25050
|
+
"unavailable-content-color"
|
|
25051
|
+
]
|
|
25052
|
+
},
|
|
25053
|
+
"unavailable-border-color": {
|
|
25054
|
+
"key": "{alert-badge.unavailable-border-color}",
|
|
25055
|
+
"value": "#6D6D6D",
|
|
25056
|
+
"filePath": "src/status/alert-badge.yml",
|
|
25057
|
+
"isSource": true,
|
|
25058
|
+
"original": {
|
|
25059
|
+
"value": "{unavailable-outline-border-color}",
|
|
25060
|
+
"key": "{alert-badge.unavailable-border-color}"
|
|
25061
|
+
},
|
|
25062
|
+
"name": "AlertBadgeUnavailableBorderColor",
|
|
25063
|
+
"attributes": {
|
|
25064
|
+
"category": "alert-badge",
|
|
25065
|
+
"type": "unavailable-border-color"
|
|
25066
|
+
},
|
|
25067
|
+
"path": [
|
|
25068
|
+
"alert-badge",
|
|
25069
|
+
"unavailable-border-color"
|
|
25070
|
+
]
|
|
24416
25071
|
}
|
|
24417
25072
|
},
|
|
24418
25073
|
"alert-text": {
|
|
@@ -24441,7 +25096,7 @@
|
|
|
24441
25096
|
"filePath": "src/status/alert-text.yml",
|
|
24442
25097
|
"isSource": true,
|
|
24443
25098
|
"original": {
|
|
24444
|
-
"value": "{info
|
|
25099
|
+
"value": "{info.color.900}",
|
|
24445
25100
|
"key": "{alert-text.info-color}"
|
|
24446
25101
|
},
|
|
24447
25102
|
"name": "AlertTextInfoColor",
|
|
@@ -24460,7 +25115,7 @@
|
|
|
24460
25115
|
"filePath": "src/status/alert-text.yml",
|
|
24461
25116
|
"isSource": true,
|
|
24462
25117
|
"original": {
|
|
24463
|
-
"value": "{warning
|
|
25118
|
+
"value": "{warning.color.900}",
|
|
24464
25119
|
"key": "{alert-text.warning-color}"
|
|
24465
25120
|
},
|
|
24466
25121
|
"name": "AlertTextWarningColor",
|
|
@@ -24479,7 +25134,7 @@
|
|
|
24479
25134
|
"filePath": "src/status/alert-text.yml",
|
|
24480
25135
|
"isSource": true,
|
|
24481
25136
|
"original": {
|
|
24482
|
-
"value": "{danger
|
|
25137
|
+
"value": "{danger.color.900}",
|
|
24483
25138
|
"key": "{alert-text.danger-color}"
|
|
24484
25139
|
},
|
|
24485
25140
|
"name": "AlertTextDangerColor",
|
|
@@ -24498,7 +25153,7 @@
|
|
|
24498
25153
|
"filePath": "src/status/alert-text.yml",
|
|
24499
25154
|
"isSource": true,
|
|
24500
25155
|
"original": {
|
|
24501
|
-
"value": "{success
|
|
25156
|
+
"value": "{success.color.900}",
|
|
24502
25157
|
"key": "{alert-text.success-color}"
|
|
24503
25158
|
},
|
|
24504
25159
|
"name": "AlertTextSuccessColor",
|
|
@@ -24517,7 +25172,7 @@
|
|
|
24517
25172
|
"filePath": "src/status/alert-text.yml",
|
|
24518
25173
|
"isSource": true,
|
|
24519
25174
|
"original": {
|
|
24520
|
-
"value": "{
|
|
25175
|
+
"value": "{unavailable.color.900}",
|
|
24521
25176
|
"key": "{alert-text.unavailable-color}"
|
|
24522
25177
|
},
|
|
24523
25178
|
"name": "AlertTextUnavailableColor",
|
|
@@ -24835,6 +25490,44 @@
|
|
|
24835
25490
|
"alert",
|
|
24836
25491
|
"success-heading-color"
|
|
24837
25492
|
]
|
|
25493
|
+
},
|
|
25494
|
+
"unavailable-border-color": {
|
|
25495
|
+
"key": "{alert.unavailable-border-color}",
|
|
25496
|
+
"value": "#6D6D6D",
|
|
25497
|
+
"filePath": "src/status/alert.yml",
|
|
25498
|
+
"isSource": true,
|
|
25499
|
+
"original": {
|
|
25500
|
+
"value": "{unavailable-outline-border-color}",
|
|
25501
|
+
"key": "{alert.unavailable-border-color}"
|
|
25502
|
+
},
|
|
25503
|
+
"name": "AlertUnavailableBorderColor",
|
|
25504
|
+
"attributes": {
|
|
25505
|
+
"category": "alert",
|
|
25506
|
+
"type": "unavailable-border-color"
|
|
25507
|
+
},
|
|
25508
|
+
"path": [
|
|
25509
|
+
"alert",
|
|
25510
|
+
"unavailable-border-color"
|
|
25511
|
+
]
|
|
25512
|
+
},
|
|
25513
|
+
"unavailable-heading-color": {
|
|
25514
|
+
"key": "{alert.unavailable-heading-color}",
|
|
25515
|
+
"value": "#464646",
|
|
25516
|
+
"filePath": "src/status/alert.yml",
|
|
25517
|
+
"isSource": true,
|
|
25518
|
+
"original": {
|
|
25519
|
+
"value": "{unavailable-outline-content-color}",
|
|
25520
|
+
"key": "{alert.unavailable-heading-color}"
|
|
25521
|
+
},
|
|
25522
|
+
"name": "AlertUnavailableHeadingColor",
|
|
25523
|
+
"attributes": {
|
|
25524
|
+
"category": "alert",
|
|
25525
|
+
"type": "unavailable-heading-color"
|
|
25526
|
+
},
|
|
25527
|
+
"path": [
|
|
25528
|
+
"alert",
|
|
25529
|
+
"unavailable-heading-color"
|
|
25530
|
+
]
|
|
24838
25531
|
}
|
|
24839
25532
|
},
|
|
24840
25533
|
"badge": {
|
|
@@ -28593,6 +29286,109 @@
|
|
|
28593
29286
|
"pressed"
|
|
28594
29287
|
]
|
|
28595
29288
|
}
|
|
29289
|
+
},
|
|
29290
|
+
"unavailable-border-color": {
|
|
29291
|
+
"key": "{notification.unavailable-border-color}",
|
|
29292
|
+
"value": "#6D6D6D",
|
|
29293
|
+
"filePath": "src/status/notification.yml",
|
|
29294
|
+
"isSource": true,
|
|
29295
|
+
"original": {
|
|
29296
|
+
"value": "{unavailable-outline-border-color}",
|
|
29297
|
+
"key": "{notification.unavailable-border-color}"
|
|
29298
|
+
},
|
|
29299
|
+
"name": "NotificationUnavailableBorderColor",
|
|
29300
|
+
"attributes": {
|
|
29301
|
+
"category": "notification",
|
|
29302
|
+
"type": "unavailable-border-color"
|
|
29303
|
+
},
|
|
29304
|
+
"path": [
|
|
29305
|
+
"notification",
|
|
29306
|
+
"unavailable-border-color"
|
|
29307
|
+
]
|
|
29308
|
+
},
|
|
29309
|
+
"unavailable-heading-color": {
|
|
29310
|
+
"key": "{notification.unavailable-heading-color}",
|
|
29311
|
+
"value": "#464646",
|
|
29312
|
+
"filePath": "src/status/notification.yml",
|
|
29313
|
+
"isSource": true,
|
|
29314
|
+
"original": {
|
|
29315
|
+
"value": "{unavailable-outline-content-color}",
|
|
29316
|
+
"key": "{notification.unavailable-heading-color}"
|
|
29317
|
+
},
|
|
29318
|
+
"name": "NotificationUnavailableHeadingColor",
|
|
29319
|
+
"attributes": {
|
|
29320
|
+
"category": "notification",
|
|
29321
|
+
"type": "unavailable-heading-color"
|
|
29322
|
+
},
|
|
29323
|
+
"path": [
|
|
29324
|
+
"notification",
|
|
29325
|
+
"unavailable-heading-color"
|
|
29326
|
+
]
|
|
29327
|
+
},
|
|
29328
|
+
"unavailable-background-color": {
|
|
29329
|
+
"default": {
|
|
29330
|
+
"key": "{notification.unavailable-background-color.default}",
|
|
29331
|
+
"value": "#FFFFFF",
|
|
29332
|
+
"filePath": "src/status/notification.yml",
|
|
29333
|
+
"isSource": true,
|
|
29334
|
+
"original": {
|
|
29335
|
+
"value": "{neutral.color.100}",
|
|
29336
|
+
"key": "{notification.unavailable-background-color.default}"
|
|
29337
|
+
},
|
|
29338
|
+
"name": "NotificationUnavailableBackgroundColorDefault",
|
|
29339
|
+
"attributes": {
|
|
29340
|
+
"category": "notification",
|
|
29341
|
+
"type": "unavailable-background-color",
|
|
29342
|
+
"item": "default"
|
|
29343
|
+
},
|
|
29344
|
+
"path": [
|
|
29345
|
+
"notification",
|
|
29346
|
+
"unavailable-background-color",
|
|
29347
|
+
"default"
|
|
29348
|
+
]
|
|
29349
|
+
},
|
|
29350
|
+
"hover": {
|
|
29351
|
+
"key": "{notification.unavailable-background-color.hover}",
|
|
29352
|
+
"value": "#F8F8F8",
|
|
29353
|
+
"filePath": "src/status/notification.yml",
|
|
29354
|
+
"isSource": true,
|
|
29355
|
+
"original": {
|
|
29356
|
+
"value": "{unavailable-outline-background-color.hover}",
|
|
29357
|
+
"key": "{notification.unavailable-background-color.hover}"
|
|
29358
|
+
},
|
|
29359
|
+
"name": "NotificationUnavailableBackgroundColorHover",
|
|
29360
|
+
"attributes": {
|
|
29361
|
+
"category": "notification",
|
|
29362
|
+
"type": "unavailable-background-color",
|
|
29363
|
+
"item": "hover"
|
|
29364
|
+
},
|
|
29365
|
+
"path": [
|
|
29366
|
+
"notification",
|
|
29367
|
+
"unavailable-background-color",
|
|
29368
|
+
"hover"
|
|
29369
|
+
]
|
|
29370
|
+
},
|
|
29371
|
+
"pressed": {
|
|
29372
|
+
"key": "{notification.unavailable-background-color.pressed}",
|
|
29373
|
+
"value": "#E6E6E6",
|
|
29374
|
+
"filePath": "src/status/notification.yml",
|
|
29375
|
+
"isSource": true,
|
|
29376
|
+
"original": {
|
|
29377
|
+
"value": "{unavailable-outline-background-color.pressed}",
|
|
29378
|
+
"key": "{notification.unavailable-background-color.pressed}"
|
|
29379
|
+
},
|
|
29380
|
+
"name": "NotificationUnavailableBackgroundColorPressed",
|
|
29381
|
+
"attributes": {
|
|
29382
|
+
"category": "notification",
|
|
29383
|
+
"type": "unavailable-background-color",
|
|
29384
|
+
"item": "pressed"
|
|
29385
|
+
},
|
|
29386
|
+
"path": [
|
|
29387
|
+
"notification",
|
|
29388
|
+
"unavailable-background-color",
|
|
29389
|
+
"pressed"
|
|
29390
|
+
]
|
|
29391
|
+
}
|
|
28596
29392
|
}
|
|
28597
29393
|
},
|
|
28598
29394
|
"password-creation-field": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-design-tokens",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.778",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The design tokens used in Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://github.com/mittwald/flow/tree/main/packages/design-tokens",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"rimraf": "^6.1.2",
|
|
25
25
|
"style-dictionary": "^5.2.0"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "4342a7cd485ab133ff20aedd8bbe8c7e1b3543c3"
|
|
28
28
|
}
|