@mittwald/flow-design-tokens 0.2.0-alpha.995 → 0.2.0-alpha.997
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 +8 -0
- package/dist/css/all-light.css +8 -0
- package/dist/css/base.css +8 -0
- package/dist/css-layered/all-dark.css +8 -0
- package/dist/css-layered/all-light.css +8 -0
- package/dist/css-layered/base.css +8 -0
- package/dist/json/all-dark.json +152 -0
- package/dist/json/all-light.json +152 -0
- package/dist/json/base.json +152 -0
- package/package.json +2 -2
package/dist/css/all-dark.css
CHANGED
|
@@ -427,6 +427,9 @@
|
|
|
427
427
|
--decorative--lilac-content-color: var(--color--bright-lilac--1000);
|
|
428
428
|
--heading--icon-to-text-spacing: var(--size-rem--s);
|
|
429
429
|
--heading--font-weight: var(--font-weight--bold);
|
|
430
|
+
--icon--violet-color: var(--color--soft-contrast-violet--800);
|
|
431
|
+
--icon--teal-color: var(--color--super-teal--800);
|
|
432
|
+
--icon--lilac-color: var(--color--bright-lilac--800);
|
|
430
433
|
--illustrated-message--padding: var(--size-px--m);
|
|
431
434
|
--illustrated-message--spacing: var(--size-rem--m);
|
|
432
435
|
--image--border-style: var(--border-style--default);
|
|
@@ -945,6 +948,7 @@
|
|
|
945
948
|
--icon--danger-color: var(--danger--color--900);
|
|
946
949
|
--icon--success-color: var(--success--color--900);
|
|
947
950
|
--icon--unavailable-color: var(--unavailable--color--800);
|
|
951
|
+
--icon--blue-color: var(--primary--color--1000);
|
|
948
952
|
--illustrated-message--danger-content-color: var(--danger--color--900);
|
|
949
953
|
--illustrated-message--unavailable-content-color: var(--unavailable--color--800);
|
|
950
954
|
--image--corner-radius: var(--corner-radius--m);
|
|
@@ -1305,6 +1309,10 @@
|
|
|
1305
1309
|
--heading--color-light: var(--light-plain-content-color);
|
|
1306
1310
|
--heading--color-dark-static: var(--dark-static-plain-content-color);
|
|
1307
1311
|
--heading--color-light-static: var(--light-static-plain-content-color);
|
|
1312
|
+
--icon--dark-color: var(--dark-plain-content-color);
|
|
1313
|
+
--icon--light-color: var(--light-plain-content-color);
|
|
1314
|
+
--icon--dark-static-color: var(--dark-static-plain-content-color);
|
|
1315
|
+
--icon--light-static-color: var(--light-static-plain-content-color);
|
|
1308
1316
|
--illustrated-message--content-color: var(--heading--color);
|
|
1309
1317
|
--illustrated-message--dark-content-color: var(--dark-plain-content-color);
|
|
1310
1318
|
--illustrated-message--light-content-color: var(--light-plain-content-color);
|
package/dist/css/all-light.css
CHANGED
|
@@ -427,6 +427,9 @@
|
|
|
427
427
|
--decorative--lilac-content-color: var(--color--bright-lilac--1000);
|
|
428
428
|
--heading--icon-to-text-spacing: var(--size-rem--s);
|
|
429
429
|
--heading--font-weight: var(--font-weight--bold);
|
|
430
|
+
--icon--violet-color: var(--color--soft-contrast-violet--800);
|
|
431
|
+
--icon--teal-color: var(--color--super-teal--800);
|
|
432
|
+
--icon--lilac-color: var(--color--bright-lilac--800);
|
|
430
433
|
--illustrated-message--padding: var(--size-px--m);
|
|
431
434
|
--illustrated-message--spacing: var(--size-rem--m);
|
|
432
435
|
--image--border-style: var(--border-style--default);
|
|
@@ -945,6 +948,7 @@
|
|
|
945
948
|
--icon--danger-color: var(--danger--color--900);
|
|
946
949
|
--icon--success-color: var(--success--color--900);
|
|
947
950
|
--icon--unavailable-color: var(--unavailable--color--800);
|
|
951
|
+
--icon--blue-color: var(--primary--color--1000);
|
|
948
952
|
--illustrated-message--danger-content-color: var(--danger--color--900);
|
|
949
953
|
--illustrated-message--unavailable-content-color: var(--unavailable--color--800);
|
|
950
954
|
--image--corner-radius: var(--corner-radius--m);
|
|
@@ -1305,6 +1309,10 @@
|
|
|
1305
1309
|
--heading--color-light: var(--light-plain-content-color);
|
|
1306
1310
|
--heading--color-dark-static: var(--dark-static-plain-content-color);
|
|
1307
1311
|
--heading--color-light-static: var(--light-static-plain-content-color);
|
|
1312
|
+
--icon--dark-color: var(--dark-plain-content-color);
|
|
1313
|
+
--icon--light-color: var(--light-plain-content-color);
|
|
1314
|
+
--icon--dark-static-color: var(--dark-static-plain-content-color);
|
|
1315
|
+
--icon--light-static-color: var(--light-static-plain-content-color);
|
|
1308
1316
|
--illustrated-message--content-color: var(--heading--color);
|
|
1309
1317
|
--illustrated-message--dark-content-color: var(--dark-plain-content-color);
|
|
1310
1318
|
--illustrated-message--light-content-color: var(--light-plain-content-color);
|
package/dist/css/base.css
CHANGED
|
@@ -270,6 +270,9 @@
|
|
|
270
270
|
--decorative--lilac-content-color: var(--color--bright-lilac--1000);
|
|
271
271
|
--heading--icon-to-text-spacing: var(--size-rem--s);
|
|
272
272
|
--heading--font-weight: var(--font-weight--bold);
|
|
273
|
+
--icon--violet-color: var(--color--soft-contrast-violet--800);
|
|
274
|
+
--icon--teal-color: var(--color--super-teal--800);
|
|
275
|
+
--icon--lilac-color: var(--color--bright-lilac--800);
|
|
273
276
|
--illustrated-message--padding: var(--size-px--m);
|
|
274
277
|
--illustrated-message--spacing: var(--size-rem--m);
|
|
275
278
|
--image--border-style: var(--border-style--default);
|
|
@@ -788,6 +791,7 @@
|
|
|
788
791
|
--icon--danger-color: var(--danger--color--900);
|
|
789
792
|
--icon--success-color: var(--success--color--900);
|
|
790
793
|
--icon--unavailable-color: var(--unavailable--color--800);
|
|
794
|
+
--icon--blue-color: var(--primary--color--1000);
|
|
791
795
|
--illustrated-message--danger-content-color: var(--danger--color--900);
|
|
792
796
|
--illustrated-message--unavailable-content-color: var(--unavailable--color--800);
|
|
793
797
|
--image--corner-radius: var(--corner-radius--m);
|
|
@@ -1148,6 +1152,10 @@
|
|
|
1148
1152
|
--heading--color-light: var(--light-plain-content-color);
|
|
1149
1153
|
--heading--color-dark-static: var(--dark-static-plain-content-color);
|
|
1150
1154
|
--heading--color-light-static: var(--light-static-plain-content-color);
|
|
1155
|
+
--icon--dark-color: var(--dark-plain-content-color);
|
|
1156
|
+
--icon--light-color: var(--light-plain-content-color);
|
|
1157
|
+
--icon--dark-static-color: var(--dark-static-plain-content-color);
|
|
1158
|
+
--icon--light-static-color: var(--light-static-plain-content-color);
|
|
1151
1159
|
--illustrated-message--content-color: var(--heading--color);
|
|
1152
1160
|
--illustrated-message--dark-content-color: var(--dark-plain-content-color);
|
|
1153
1161
|
--illustrated-message--light-content-color: var(--light-plain-content-color);
|
|
@@ -428,6 +428,9 @@
|
|
|
428
428
|
--decorative--lilac-content-color: var(--color--bright-lilac--1000);
|
|
429
429
|
--heading--icon-to-text-spacing: var(--size-rem--s);
|
|
430
430
|
--heading--font-weight: var(--font-weight--bold);
|
|
431
|
+
--icon--violet-color: var(--color--soft-contrast-violet--800);
|
|
432
|
+
--icon--teal-color: var(--color--super-teal--800);
|
|
433
|
+
--icon--lilac-color: var(--color--bright-lilac--800);
|
|
431
434
|
--illustrated-message--padding: var(--size-px--m);
|
|
432
435
|
--illustrated-message--spacing: var(--size-rem--m);
|
|
433
436
|
--image--border-style: var(--border-style--default);
|
|
@@ -946,6 +949,7 @@
|
|
|
946
949
|
--icon--danger-color: var(--danger--color--900);
|
|
947
950
|
--icon--success-color: var(--success--color--900);
|
|
948
951
|
--icon--unavailable-color: var(--unavailable--color--800);
|
|
952
|
+
--icon--blue-color: var(--primary--color--1000);
|
|
949
953
|
--illustrated-message--danger-content-color: var(--danger--color--900);
|
|
950
954
|
--illustrated-message--unavailable-content-color: var(--unavailable--color--800);
|
|
951
955
|
--image--corner-radius: var(--corner-radius--m);
|
|
@@ -1306,6 +1310,10 @@
|
|
|
1306
1310
|
--heading--color-light: var(--light-plain-content-color);
|
|
1307
1311
|
--heading--color-dark-static: var(--dark-static-plain-content-color);
|
|
1308
1312
|
--heading--color-light-static: var(--light-static-plain-content-color);
|
|
1313
|
+
--icon--dark-color: var(--dark-plain-content-color);
|
|
1314
|
+
--icon--light-color: var(--light-plain-content-color);
|
|
1315
|
+
--icon--dark-static-color: var(--dark-static-plain-content-color);
|
|
1316
|
+
--icon--light-static-color: var(--light-static-plain-content-color);
|
|
1309
1317
|
--illustrated-message--content-color: var(--heading--color);
|
|
1310
1318
|
--illustrated-message--dark-content-color: var(--dark-plain-content-color);
|
|
1311
1319
|
--illustrated-message--light-content-color: var(--light-plain-content-color);
|
|
@@ -428,6 +428,9 @@
|
|
|
428
428
|
--decorative--lilac-content-color: var(--color--bright-lilac--1000);
|
|
429
429
|
--heading--icon-to-text-spacing: var(--size-rem--s);
|
|
430
430
|
--heading--font-weight: var(--font-weight--bold);
|
|
431
|
+
--icon--violet-color: var(--color--soft-contrast-violet--800);
|
|
432
|
+
--icon--teal-color: var(--color--super-teal--800);
|
|
433
|
+
--icon--lilac-color: var(--color--bright-lilac--800);
|
|
431
434
|
--illustrated-message--padding: var(--size-px--m);
|
|
432
435
|
--illustrated-message--spacing: var(--size-rem--m);
|
|
433
436
|
--image--border-style: var(--border-style--default);
|
|
@@ -946,6 +949,7 @@
|
|
|
946
949
|
--icon--danger-color: var(--danger--color--900);
|
|
947
950
|
--icon--success-color: var(--success--color--900);
|
|
948
951
|
--icon--unavailable-color: var(--unavailable--color--800);
|
|
952
|
+
--icon--blue-color: var(--primary--color--1000);
|
|
949
953
|
--illustrated-message--danger-content-color: var(--danger--color--900);
|
|
950
954
|
--illustrated-message--unavailable-content-color: var(--unavailable--color--800);
|
|
951
955
|
--image--corner-radius: var(--corner-radius--m);
|
|
@@ -1306,6 +1310,10 @@
|
|
|
1306
1310
|
--heading--color-light: var(--light-plain-content-color);
|
|
1307
1311
|
--heading--color-dark-static: var(--dark-static-plain-content-color);
|
|
1308
1312
|
--heading--color-light-static: var(--light-static-plain-content-color);
|
|
1313
|
+
--icon--dark-color: var(--dark-plain-content-color);
|
|
1314
|
+
--icon--light-color: var(--light-plain-content-color);
|
|
1315
|
+
--icon--dark-static-color: var(--dark-static-plain-content-color);
|
|
1316
|
+
--icon--light-static-color: var(--light-static-plain-content-color);
|
|
1309
1317
|
--illustrated-message--content-color: var(--heading--color);
|
|
1310
1318
|
--illustrated-message--dark-content-color: var(--dark-plain-content-color);
|
|
1311
1319
|
--illustrated-message--light-content-color: var(--light-plain-content-color);
|
|
@@ -271,6 +271,9 @@
|
|
|
271
271
|
--decorative--lilac-content-color: var(--color--bright-lilac--1000);
|
|
272
272
|
--heading--icon-to-text-spacing: var(--size-rem--s);
|
|
273
273
|
--heading--font-weight: var(--font-weight--bold);
|
|
274
|
+
--icon--violet-color: var(--color--soft-contrast-violet--800);
|
|
275
|
+
--icon--teal-color: var(--color--super-teal--800);
|
|
276
|
+
--icon--lilac-color: var(--color--bright-lilac--800);
|
|
274
277
|
--illustrated-message--padding: var(--size-px--m);
|
|
275
278
|
--illustrated-message--spacing: var(--size-rem--m);
|
|
276
279
|
--image--border-style: var(--border-style--default);
|
|
@@ -789,6 +792,7 @@
|
|
|
789
792
|
--icon--danger-color: var(--danger--color--900);
|
|
790
793
|
--icon--success-color: var(--success--color--900);
|
|
791
794
|
--icon--unavailable-color: var(--unavailable--color--800);
|
|
795
|
+
--icon--blue-color: var(--primary--color--1000);
|
|
792
796
|
--illustrated-message--danger-content-color: var(--danger--color--900);
|
|
793
797
|
--illustrated-message--unavailable-content-color: var(--unavailable--color--800);
|
|
794
798
|
--image--corner-radius: var(--corner-radius--m);
|
|
@@ -1149,6 +1153,10 @@
|
|
|
1149
1153
|
--heading--color-light: var(--light-plain-content-color);
|
|
1150
1154
|
--heading--color-dark-static: var(--dark-static-plain-content-color);
|
|
1151
1155
|
--heading--color-light-static: var(--light-static-plain-content-color);
|
|
1156
|
+
--icon--dark-color: var(--dark-plain-content-color);
|
|
1157
|
+
--icon--light-color: var(--light-plain-content-color);
|
|
1158
|
+
--icon--dark-static-color: var(--dark-static-plain-content-color);
|
|
1159
|
+
--icon--light-static-color: var(--light-static-plain-content-color);
|
|
1152
1160
|
--illustrated-message--content-color: var(--heading--color);
|
|
1153
1161
|
--illustrated-message--dark-content-color: var(--dark-plain-content-color);
|
|
1154
1162
|
--illustrated-message--light-content-color: var(--light-plain-content-color);
|
package/dist/json/all-dark.json
CHANGED
|
@@ -16782,6 +16782,158 @@
|
|
|
16782
16782
|
"icon",
|
|
16783
16783
|
"unavailable-color"
|
|
16784
16784
|
]
|
|
16785
|
+
},
|
|
16786
|
+
"blue-color": {
|
|
16787
|
+
"key": "{icon.blue-color}",
|
|
16788
|
+
"value": "#E0EBFF",
|
|
16789
|
+
"filePath": "src/content/icon.yml",
|
|
16790
|
+
"isSource": true,
|
|
16791
|
+
"original": {
|
|
16792
|
+
"value": "{primary.color.1000}",
|
|
16793
|
+
"key": "{icon.blue-color}"
|
|
16794
|
+
},
|
|
16795
|
+
"name": "IconBlueColor",
|
|
16796
|
+
"attributes": {
|
|
16797
|
+
"category": "icon",
|
|
16798
|
+
"type": "blue-color"
|
|
16799
|
+
},
|
|
16800
|
+
"path": [
|
|
16801
|
+
"icon",
|
|
16802
|
+
"blue-color"
|
|
16803
|
+
]
|
|
16804
|
+
},
|
|
16805
|
+
"violet-color": {
|
|
16806
|
+
"key": "{icon.violet-color}",
|
|
16807
|
+
"value": "#C2B9F8",
|
|
16808
|
+
"filePath": "src/content/icon.yml",
|
|
16809
|
+
"isSource": true,
|
|
16810
|
+
"original": {
|
|
16811
|
+
"value": "{color.soft-contrast-violet.800}",
|
|
16812
|
+
"key": "{icon.violet-color}"
|
|
16813
|
+
},
|
|
16814
|
+
"name": "IconVioletColor",
|
|
16815
|
+
"attributes": {
|
|
16816
|
+
"category": "icon",
|
|
16817
|
+
"type": "violet-color"
|
|
16818
|
+
},
|
|
16819
|
+
"path": [
|
|
16820
|
+
"icon",
|
|
16821
|
+
"violet-color"
|
|
16822
|
+
]
|
|
16823
|
+
},
|
|
16824
|
+
"teal-color": {
|
|
16825
|
+
"key": "{icon.teal-color}",
|
|
16826
|
+
"value": "#5eedff",
|
|
16827
|
+
"filePath": "src/content/icon.yml",
|
|
16828
|
+
"isSource": true,
|
|
16829
|
+
"original": {
|
|
16830
|
+
"value": "{color.super-teal.800}",
|
|
16831
|
+
"key": "{icon.teal-color}"
|
|
16832
|
+
},
|
|
16833
|
+
"name": "IconTealColor",
|
|
16834
|
+
"attributes": {
|
|
16835
|
+
"category": "icon",
|
|
16836
|
+
"type": "teal-color"
|
|
16837
|
+
},
|
|
16838
|
+
"path": [
|
|
16839
|
+
"icon",
|
|
16840
|
+
"teal-color"
|
|
16841
|
+
]
|
|
16842
|
+
},
|
|
16843
|
+
"lilac-color": {
|
|
16844
|
+
"key": "{icon.lilac-color}",
|
|
16845
|
+
"value": "#ebb6ff",
|
|
16846
|
+
"filePath": "src/content/icon.yml",
|
|
16847
|
+
"isSource": true,
|
|
16848
|
+
"original": {
|
|
16849
|
+
"value": "{color.bright-lilac.800}",
|
|
16850
|
+
"key": "{icon.lilac-color}"
|
|
16851
|
+
},
|
|
16852
|
+
"name": "IconLilacColor",
|
|
16853
|
+
"attributes": {
|
|
16854
|
+
"category": "icon",
|
|
16855
|
+
"type": "lilac-color"
|
|
16856
|
+
},
|
|
16857
|
+
"path": [
|
|
16858
|
+
"icon",
|
|
16859
|
+
"lilac-color"
|
|
16860
|
+
]
|
|
16861
|
+
},
|
|
16862
|
+
"dark-color": {
|
|
16863
|
+
"key": "{icon.dark-color}",
|
|
16864
|
+
"value": "rgb(255 255 255 / 100%)",
|
|
16865
|
+
"filePath": "src/content/icon.yml",
|
|
16866
|
+
"isSource": true,
|
|
16867
|
+
"original": {
|
|
16868
|
+
"value": "{dark-plain-content-color}",
|
|
16869
|
+
"key": "{icon.dark-color}"
|
|
16870
|
+
},
|
|
16871
|
+
"name": "IconDarkColor",
|
|
16872
|
+
"attributes": {
|
|
16873
|
+
"category": "icon",
|
|
16874
|
+
"type": "dark-color"
|
|
16875
|
+
},
|
|
16876
|
+
"path": [
|
|
16877
|
+
"icon",
|
|
16878
|
+
"dark-color"
|
|
16879
|
+
]
|
|
16880
|
+
},
|
|
16881
|
+
"light-color": {
|
|
16882
|
+
"key": "{icon.light-color}",
|
|
16883
|
+
"value": "rgb(0 0 0 / 100%)",
|
|
16884
|
+
"filePath": "src/content/icon.yml",
|
|
16885
|
+
"isSource": true,
|
|
16886
|
+
"original": {
|
|
16887
|
+
"value": "{light-plain-content-color}",
|
|
16888
|
+
"key": "{icon.light-color}"
|
|
16889
|
+
},
|
|
16890
|
+
"name": "IconLightColor",
|
|
16891
|
+
"attributes": {
|
|
16892
|
+
"category": "icon",
|
|
16893
|
+
"type": "light-color"
|
|
16894
|
+
},
|
|
16895
|
+
"path": [
|
|
16896
|
+
"icon",
|
|
16897
|
+
"light-color"
|
|
16898
|
+
]
|
|
16899
|
+
},
|
|
16900
|
+
"dark-static-color": {
|
|
16901
|
+
"key": "{icon.dark-static-color}",
|
|
16902
|
+
"value": "rgb(0 0 0 / 100%)",
|
|
16903
|
+
"filePath": "src/content/icon.yml",
|
|
16904
|
+
"isSource": true,
|
|
16905
|
+
"original": {
|
|
16906
|
+
"value": "{dark-static-plain-content-color}",
|
|
16907
|
+
"key": "{icon.dark-static-color}"
|
|
16908
|
+
},
|
|
16909
|
+
"name": "IconDarkStaticColor",
|
|
16910
|
+
"attributes": {
|
|
16911
|
+
"category": "icon",
|
|
16912
|
+
"type": "dark-static-color"
|
|
16913
|
+
},
|
|
16914
|
+
"path": [
|
|
16915
|
+
"icon",
|
|
16916
|
+
"dark-static-color"
|
|
16917
|
+
]
|
|
16918
|
+
},
|
|
16919
|
+
"light-static-color": {
|
|
16920
|
+
"key": "{icon.light-static-color}",
|
|
16921
|
+
"value": "rgb(255 255 255 / 100%)",
|
|
16922
|
+
"filePath": "src/content/icon.yml",
|
|
16923
|
+
"isSource": true,
|
|
16924
|
+
"original": {
|
|
16925
|
+
"value": "{light-static-plain-content-color}",
|
|
16926
|
+
"key": "{icon.light-static-color}"
|
|
16927
|
+
},
|
|
16928
|
+
"name": "IconLightStaticColor",
|
|
16929
|
+
"attributes": {
|
|
16930
|
+
"category": "icon",
|
|
16931
|
+
"type": "light-static-color"
|
|
16932
|
+
},
|
|
16933
|
+
"path": [
|
|
16934
|
+
"icon",
|
|
16935
|
+
"light-static-color"
|
|
16936
|
+
]
|
|
16785
16937
|
}
|
|
16786
16938
|
},
|
|
16787
16939
|
"illustrated-message": {
|
package/dist/json/all-light.json
CHANGED
|
@@ -16782,6 +16782,158 @@
|
|
|
16782
16782
|
"icon",
|
|
16783
16783
|
"unavailable-color"
|
|
16784
16784
|
]
|
|
16785
|
+
},
|
|
16786
|
+
"blue-color": {
|
|
16787
|
+
"key": "{icon.blue-color}",
|
|
16788
|
+
"value": "#002A7B",
|
|
16789
|
+
"filePath": "src/content/icon.yml",
|
|
16790
|
+
"isSource": true,
|
|
16791
|
+
"original": {
|
|
16792
|
+
"value": "{primary.color.1000}",
|
|
16793
|
+
"key": "{icon.blue-color}"
|
|
16794
|
+
},
|
|
16795
|
+
"name": "IconBlueColor",
|
|
16796
|
+
"attributes": {
|
|
16797
|
+
"category": "icon",
|
|
16798
|
+
"type": "blue-color"
|
|
16799
|
+
},
|
|
16800
|
+
"path": [
|
|
16801
|
+
"icon",
|
|
16802
|
+
"blue-color"
|
|
16803
|
+
]
|
|
16804
|
+
},
|
|
16805
|
+
"violet-color": {
|
|
16806
|
+
"key": "{icon.violet-color}",
|
|
16807
|
+
"value": "#715DEE",
|
|
16808
|
+
"filePath": "src/content/icon.yml",
|
|
16809
|
+
"isSource": true,
|
|
16810
|
+
"original": {
|
|
16811
|
+
"value": "{color.soft-contrast-violet.800}",
|
|
16812
|
+
"key": "{icon.violet-color}"
|
|
16813
|
+
},
|
|
16814
|
+
"name": "IconVioletColor",
|
|
16815
|
+
"attributes": {
|
|
16816
|
+
"category": "icon",
|
|
16817
|
+
"type": "violet-color"
|
|
16818
|
+
},
|
|
16819
|
+
"path": [
|
|
16820
|
+
"icon",
|
|
16821
|
+
"violet-color"
|
|
16822
|
+
]
|
|
16823
|
+
},
|
|
16824
|
+
"teal-color": {
|
|
16825
|
+
"key": "{icon.teal-color}",
|
|
16826
|
+
"value": "#008696",
|
|
16827
|
+
"filePath": "src/content/icon.yml",
|
|
16828
|
+
"isSource": true,
|
|
16829
|
+
"original": {
|
|
16830
|
+
"value": "{color.super-teal.800}",
|
|
16831
|
+
"key": "{icon.teal-color}"
|
|
16832
|
+
},
|
|
16833
|
+
"name": "IconTealColor",
|
|
16834
|
+
"attributes": {
|
|
16835
|
+
"category": "icon",
|
|
16836
|
+
"type": "teal-color"
|
|
16837
|
+
},
|
|
16838
|
+
"path": [
|
|
16839
|
+
"icon",
|
|
16840
|
+
"teal-color"
|
|
16841
|
+
]
|
|
16842
|
+
},
|
|
16843
|
+
"lilac-color": {
|
|
16844
|
+
"key": "{icon.lilac-color}",
|
|
16845
|
+
"value": "#bc08ff",
|
|
16846
|
+
"filePath": "src/content/icon.yml",
|
|
16847
|
+
"isSource": true,
|
|
16848
|
+
"original": {
|
|
16849
|
+
"value": "{color.bright-lilac.800}",
|
|
16850
|
+
"key": "{icon.lilac-color}"
|
|
16851
|
+
},
|
|
16852
|
+
"name": "IconLilacColor",
|
|
16853
|
+
"attributes": {
|
|
16854
|
+
"category": "icon",
|
|
16855
|
+
"type": "lilac-color"
|
|
16856
|
+
},
|
|
16857
|
+
"path": [
|
|
16858
|
+
"icon",
|
|
16859
|
+
"lilac-color"
|
|
16860
|
+
]
|
|
16861
|
+
},
|
|
16862
|
+
"dark-color": {
|
|
16863
|
+
"key": "{icon.dark-color}",
|
|
16864
|
+
"value": "rgb(0 0 0 / 100%)",
|
|
16865
|
+
"filePath": "src/content/icon.yml",
|
|
16866
|
+
"isSource": true,
|
|
16867
|
+
"original": {
|
|
16868
|
+
"value": "{dark-plain-content-color}",
|
|
16869
|
+
"key": "{icon.dark-color}"
|
|
16870
|
+
},
|
|
16871
|
+
"name": "IconDarkColor",
|
|
16872
|
+
"attributes": {
|
|
16873
|
+
"category": "icon",
|
|
16874
|
+
"type": "dark-color"
|
|
16875
|
+
},
|
|
16876
|
+
"path": [
|
|
16877
|
+
"icon",
|
|
16878
|
+
"dark-color"
|
|
16879
|
+
]
|
|
16880
|
+
},
|
|
16881
|
+
"light-color": {
|
|
16882
|
+
"key": "{icon.light-color}",
|
|
16883
|
+
"value": "rgb(255 255 255 / 100%)",
|
|
16884
|
+
"filePath": "src/content/icon.yml",
|
|
16885
|
+
"isSource": true,
|
|
16886
|
+
"original": {
|
|
16887
|
+
"value": "{light-plain-content-color}",
|
|
16888
|
+
"key": "{icon.light-color}"
|
|
16889
|
+
},
|
|
16890
|
+
"name": "IconLightColor",
|
|
16891
|
+
"attributes": {
|
|
16892
|
+
"category": "icon",
|
|
16893
|
+
"type": "light-color"
|
|
16894
|
+
},
|
|
16895
|
+
"path": [
|
|
16896
|
+
"icon",
|
|
16897
|
+
"light-color"
|
|
16898
|
+
]
|
|
16899
|
+
},
|
|
16900
|
+
"dark-static-color": {
|
|
16901
|
+
"key": "{icon.dark-static-color}",
|
|
16902
|
+
"value": "rgb(0 0 0 / 100%)",
|
|
16903
|
+
"filePath": "src/content/icon.yml",
|
|
16904
|
+
"isSource": true,
|
|
16905
|
+
"original": {
|
|
16906
|
+
"value": "{dark-static-plain-content-color}",
|
|
16907
|
+
"key": "{icon.dark-static-color}"
|
|
16908
|
+
},
|
|
16909
|
+
"name": "IconDarkStaticColor",
|
|
16910
|
+
"attributes": {
|
|
16911
|
+
"category": "icon",
|
|
16912
|
+
"type": "dark-static-color"
|
|
16913
|
+
},
|
|
16914
|
+
"path": [
|
|
16915
|
+
"icon",
|
|
16916
|
+
"dark-static-color"
|
|
16917
|
+
]
|
|
16918
|
+
},
|
|
16919
|
+
"light-static-color": {
|
|
16920
|
+
"key": "{icon.light-static-color}",
|
|
16921
|
+
"value": "rgb(255 255 255 / 100%)",
|
|
16922
|
+
"filePath": "src/content/icon.yml",
|
|
16923
|
+
"isSource": true,
|
|
16924
|
+
"original": {
|
|
16925
|
+
"value": "{light-static-plain-content-color}",
|
|
16926
|
+
"key": "{icon.light-static-color}"
|
|
16927
|
+
},
|
|
16928
|
+
"name": "IconLightStaticColor",
|
|
16929
|
+
"attributes": {
|
|
16930
|
+
"category": "icon",
|
|
16931
|
+
"type": "light-static-color"
|
|
16932
|
+
},
|
|
16933
|
+
"path": [
|
|
16934
|
+
"icon",
|
|
16935
|
+
"light-static-color"
|
|
16936
|
+
]
|
|
16785
16937
|
}
|
|
16786
16938
|
},
|
|
16787
16939
|
"illustrated-message": {
|
package/dist/json/base.json
CHANGED
|
@@ -13459,6 +13459,158 @@
|
|
|
13459
13459
|
"icon",
|
|
13460
13460
|
"unavailable-color"
|
|
13461
13461
|
]
|
|
13462
|
+
},
|
|
13463
|
+
"blue-color": {
|
|
13464
|
+
"key": "{icon.blue-color}",
|
|
13465
|
+
"value": "#002A7B",
|
|
13466
|
+
"filePath": "src/content/icon.yml",
|
|
13467
|
+
"isSource": true,
|
|
13468
|
+
"original": {
|
|
13469
|
+
"value": "{primary.color.1000}",
|
|
13470
|
+
"key": "{icon.blue-color}"
|
|
13471
|
+
},
|
|
13472
|
+
"name": "IconBlueColor",
|
|
13473
|
+
"attributes": {
|
|
13474
|
+
"category": "icon",
|
|
13475
|
+
"type": "blue-color"
|
|
13476
|
+
},
|
|
13477
|
+
"path": [
|
|
13478
|
+
"icon",
|
|
13479
|
+
"blue-color"
|
|
13480
|
+
]
|
|
13481
|
+
},
|
|
13482
|
+
"violet-color": {
|
|
13483
|
+
"key": "{icon.violet-color}",
|
|
13484
|
+
"value": "#715DEE",
|
|
13485
|
+
"filePath": "src/content/icon.yml",
|
|
13486
|
+
"isSource": true,
|
|
13487
|
+
"original": {
|
|
13488
|
+
"value": "{color.soft-contrast-violet.800}",
|
|
13489
|
+
"key": "{icon.violet-color}"
|
|
13490
|
+
},
|
|
13491
|
+
"name": "IconVioletColor",
|
|
13492
|
+
"attributes": {
|
|
13493
|
+
"category": "icon",
|
|
13494
|
+
"type": "violet-color"
|
|
13495
|
+
},
|
|
13496
|
+
"path": [
|
|
13497
|
+
"icon",
|
|
13498
|
+
"violet-color"
|
|
13499
|
+
]
|
|
13500
|
+
},
|
|
13501
|
+
"teal-color": {
|
|
13502
|
+
"key": "{icon.teal-color}",
|
|
13503
|
+
"value": "#008696",
|
|
13504
|
+
"filePath": "src/content/icon.yml",
|
|
13505
|
+
"isSource": true,
|
|
13506
|
+
"original": {
|
|
13507
|
+
"value": "{color.super-teal.800}",
|
|
13508
|
+
"key": "{icon.teal-color}"
|
|
13509
|
+
},
|
|
13510
|
+
"name": "IconTealColor",
|
|
13511
|
+
"attributes": {
|
|
13512
|
+
"category": "icon",
|
|
13513
|
+
"type": "teal-color"
|
|
13514
|
+
},
|
|
13515
|
+
"path": [
|
|
13516
|
+
"icon",
|
|
13517
|
+
"teal-color"
|
|
13518
|
+
]
|
|
13519
|
+
},
|
|
13520
|
+
"lilac-color": {
|
|
13521
|
+
"key": "{icon.lilac-color}",
|
|
13522
|
+
"value": "#bc08ff",
|
|
13523
|
+
"filePath": "src/content/icon.yml",
|
|
13524
|
+
"isSource": true,
|
|
13525
|
+
"original": {
|
|
13526
|
+
"value": "{color.bright-lilac.800}",
|
|
13527
|
+
"key": "{icon.lilac-color}"
|
|
13528
|
+
},
|
|
13529
|
+
"name": "IconLilacColor",
|
|
13530
|
+
"attributes": {
|
|
13531
|
+
"category": "icon",
|
|
13532
|
+
"type": "lilac-color"
|
|
13533
|
+
},
|
|
13534
|
+
"path": [
|
|
13535
|
+
"icon",
|
|
13536
|
+
"lilac-color"
|
|
13537
|
+
]
|
|
13538
|
+
},
|
|
13539
|
+
"dark-color": {
|
|
13540
|
+
"key": "{icon.dark-color}",
|
|
13541
|
+
"value": "rgb(0 0 0 / 100%)",
|
|
13542
|
+
"filePath": "src/content/icon.yml",
|
|
13543
|
+
"isSource": true,
|
|
13544
|
+
"original": {
|
|
13545
|
+
"value": "{dark-plain-content-color}",
|
|
13546
|
+
"key": "{icon.dark-color}"
|
|
13547
|
+
},
|
|
13548
|
+
"name": "IconDarkColor",
|
|
13549
|
+
"attributes": {
|
|
13550
|
+
"category": "icon",
|
|
13551
|
+
"type": "dark-color"
|
|
13552
|
+
},
|
|
13553
|
+
"path": [
|
|
13554
|
+
"icon",
|
|
13555
|
+
"dark-color"
|
|
13556
|
+
]
|
|
13557
|
+
},
|
|
13558
|
+
"light-color": {
|
|
13559
|
+
"key": "{icon.light-color}",
|
|
13560
|
+
"value": "rgb(255 255 255 / 100%)",
|
|
13561
|
+
"filePath": "src/content/icon.yml",
|
|
13562
|
+
"isSource": true,
|
|
13563
|
+
"original": {
|
|
13564
|
+
"value": "{light-plain-content-color}",
|
|
13565
|
+
"key": "{icon.light-color}"
|
|
13566
|
+
},
|
|
13567
|
+
"name": "IconLightColor",
|
|
13568
|
+
"attributes": {
|
|
13569
|
+
"category": "icon",
|
|
13570
|
+
"type": "light-color"
|
|
13571
|
+
},
|
|
13572
|
+
"path": [
|
|
13573
|
+
"icon",
|
|
13574
|
+
"light-color"
|
|
13575
|
+
]
|
|
13576
|
+
},
|
|
13577
|
+
"dark-static-color": {
|
|
13578
|
+
"key": "{icon.dark-static-color}",
|
|
13579
|
+
"value": "rgb(0 0 0 / 100%)",
|
|
13580
|
+
"filePath": "src/content/icon.yml",
|
|
13581
|
+
"isSource": true,
|
|
13582
|
+
"original": {
|
|
13583
|
+
"value": "{dark-static-plain-content-color}",
|
|
13584
|
+
"key": "{icon.dark-static-color}"
|
|
13585
|
+
},
|
|
13586
|
+
"name": "IconDarkStaticColor",
|
|
13587
|
+
"attributes": {
|
|
13588
|
+
"category": "icon",
|
|
13589
|
+
"type": "dark-static-color"
|
|
13590
|
+
},
|
|
13591
|
+
"path": [
|
|
13592
|
+
"icon",
|
|
13593
|
+
"dark-static-color"
|
|
13594
|
+
]
|
|
13595
|
+
},
|
|
13596
|
+
"light-static-color": {
|
|
13597
|
+
"key": "{icon.light-static-color}",
|
|
13598
|
+
"value": "rgb(255 255 255 / 100%)",
|
|
13599
|
+
"filePath": "src/content/icon.yml",
|
|
13600
|
+
"isSource": true,
|
|
13601
|
+
"original": {
|
|
13602
|
+
"value": "{light-static-plain-content-color}",
|
|
13603
|
+
"key": "{icon.light-static-color}"
|
|
13604
|
+
},
|
|
13605
|
+
"name": "IconLightStaticColor",
|
|
13606
|
+
"attributes": {
|
|
13607
|
+
"category": "icon",
|
|
13608
|
+
"type": "light-static-color"
|
|
13609
|
+
},
|
|
13610
|
+
"path": [
|
|
13611
|
+
"icon",
|
|
13612
|
+
"light-static-color"
|
|
13613
|
+
]
|
|
13462
13614
|
}
|
|
13463
13615
|
},
|
|
13464
13616
|
"illustrated-message": {
|
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.997",
|
|
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",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"rimraf": "^6.1.3",
|
|
30
30
|
"style-dictionary": "^5.4.4"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "241af9b8fc8ed6b45ba7b2fa6f99d54d50dc021d"
|
|
33
33
|
}
|