@mittwald/flow-design-tokens 0.2.0-alpha.641 → 0.2.0-alpha.643
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 +9 -7
- package/dist/variables.json +156 -118
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -577,6 +577,7 @@
|
|
|
577
577
|
--tooltip--tip-size: var(--size-px--s);
|
|
578
578
|
--shadow--content: rgba(0, 0, 0, 0.1) 0 var(--size-px--xs) var(--size-px--s);
|
|
579
579
|
--shadow--overlay: rgba(0, 0, 0, 0.14) 0 var(--size-px--m) var(--size-px--l);
|
|
580
|
+
--alert-text--spacing: var(--size-rem--xs);
|
|
580
581
|
--alert--padding: var(--size-px--m);
|
|
581
582
|
--alert--border-style: var(--border-style--default);
|
|
582
583
|
--alert--heading-to-content-spacing: var(--size-rem--s);
|
|
@@ -670,7 +671,6 @@
|
|
|
670
671
|
--counter-badge--font-weight: var(--font-weight--bold);
|
|
671
672
|
--counter-badge--padding-inline: var(--size-rem--xs);
|
|
672
673
|
--counter-badge--border-style: var(--border-style--default);
|
|
673
|
-
--inline-alert--spacing: var(--size-rem--xs);
|
|
674
674
|
--notification-provider--window-to-provider-spacing: var(--size-px--xl);
|
|
675
675
|
--notification-provider--notification-to-notification-spacing: var(--size-px--m);
|
|
676
676
|
--notification--padding: var(--size-px--s);
|
|
@@ -946,9 +946,12 @@
|
|
|
946
946
|
--heading--color-dark: var(--dark-plain-content-color);
|
|
947
947
|
--heading--color-light: var(--light-plain-content-color);
|
|
948
948
|
--heading--color-danger: var(--danger--color--900);
|
|
949
|
+
--heading--color-unavailable: var(--neutral--color--900);
|
|
949
950
|
--icon--color: var(--neutral--color--800);
|
|
951
|
+
--icon--unavailable-color: var(--neutral--color--900);
|
|
950
952
|
--illustrated-message--primary-content-color: var(--primary--color--1000);
|
|
951
953
|
--illustrated-message--danger-content-color: var(--danger--color--900);
|
|
954
|
+
--illustrated-message--unavailable-content-color: var(--neutral--color--900);
|
|
952
955
|
--illustrated-message--dark-content-color: var(--dark-plain-content-color);
|
|
953
956
|
--illustrated-message--light-content-color: var(--light-plain-content-color);
|
|
954
957
|
--image--corner-radius: var(--corner-radius--default);
|
|
@@ -1027,6 +1030,7 @@
|
|
|
1027
1030
|
--tooltip--background-color: var(--neutral--color--900);
|
|
1028
1031
|
--tooltip--box-shadow: var(--shadow--overlay);
|
|
1029
1032
|
--tooltip--header-corner-radius: var(--corner-radius--default);
|
|
1033
|
+
--alert-text--unavailable-color: var(--neutral--color--900);
|
|
1030
1034
|
--alert--corner-radius: var(--corner-radius--default);
|
|
1031
1035
|
--alert--border-width: var(--border-width--100);
|
|
1032
1036
|
--alert--border-x-start-width: var(--border-width--400);
|
|
@@ -1217,7 +1221,6 @@
|
|
|
1217
1221
|
--icon--warning-color: var(--warning-outline-content-color);
|
|
1218
1222
|
--icon--danger-color: var(--danger-outline-content-color);
|
|
1219
1223
|
--icon--success-color: var(--success-outline-content-color);
|
|
1220
|
-
--icon--unavailable-color: var(--neutral-outline-content-color);
|
|
1221
1224
|
--image--border-color: var(--neutral-outline-border-color);
|
|
1222
1225
|
--label--color--disabled: var(--disabled-plain-content-color);
|
|
1223
1226
|
--text--color--disabled: var(--disabled-plain-content-color);
|
|
@@ -1270,6 +1273,10 @@
|
|
|
1270
1273
|
--alert-badge--danger-background-color: var(--danger-soft-background-color--default);
|
|
1271
1274
|
--alert-badge--danger-content-color: var(--danger-soft-content-color--default);
|
|
1272
1275
|
--alert-badge--danger-border-color: var(--danger-outline-border-color);
|
|
1276
|
+
--alert-text--info-color: var(--info-outline-content-color);
|
|
1277
|
+
--alert-text--warning-color: var(--warning-outline-content-color);
|
|
1278
|
+
--alert-text--danger-color: var(--danger-outline-content-color);
|
|
1279
|
+
--alert-text--success-color: var(--success-outline-content-color);
|
|
1273
1280
|
--alert--info-border-color: var(--info-outline-border-color);
|
|
1274
1281
|
--alert--info-heading-color: var(--info-outline-content-color);
|
|
1275
1282
|
--alert--warning-border-color: var(--warning-outline-border-color);
|
|
@@ -1296,11 +1303,6 @@
|
|
|
1296
1303
|
--badge--disabled-scope-content-color: var(--disabled-solid-content-color);
|
|
1297
1304
|
--counter-badge--background-color: var(--success-solid-background-color--default);
|
|
1298
1305
|
--counter-badge--content-color: var(--success-solid-content-color);
|
|
1299
|
-
--inline-alert--info-color: var(--info-outline-content-color);
|
|
1300
|
-
--inline-alert--warning-color: var(--warning-outline-content-color);
|
|
1301
|
-
--inline-alert--danger-color: var(--danger-outline-content-color);
|
|
1302
|
-
--inline-alert--success-color: var(--success-outline-content-color);
|
|
1303
|
-
--inline-alert--unavailable-color: var(--neutral-outline-content-color);
|
|
1304
1306
|
--loading-spinner--color: var(--icon--color);
|
|
1305
1307
|
--notification--info-border-color: var(--info-outline-border-color);
|
|
1306
1308
|
--notification--info-heading-color: var(--info-outline-content-color);
|
package/dist/variables.json
CHANGED
|
@@ -15204,6 +15204,25 @@
|
|
|
15204
15204
|
"color-danger"
|
|
15205
15205
|
]
|
|
15206
15206
|
},
|
|
15207
|
+
"color-unavailable": {
|
|
15208
|
+
"key": "{heading.color-unavailable}",
|
|
15209
|
+
"value": "#464646",
|
|
15210
|
+
"filePath": "src/content/heading.yml",
|
|
15211
|
+
"isSource": true,
|
|
15212
|
+
"original": {
|
|
15213
|
+
"value": "{neutral.color.900}",
|
|
15214
|
+
"key": "{heading.color-unavailable}"
|
|
15215
|
+
},
|
|
15216
|
+
"name": "HeadingColorUnavailable",
|
|
15217
|
+
"attributes": {
|
|
15218
|
+
"category": "heading",
|
|
15219
|
+
"type": "color-unavailable"
|
|
15220
|
+
},
|
|
15221
|
+
"path": [
|
|
15222
|
+
"heading",
|
|
15223
|
+
"color-unavailable"
|
|
15224
|
+
]
|
|
15225
|
+
},
|
|
15207
15226
|
"icon-to-text-spacing": {
|
|
15208
15227
|
"key": "{heading.icon-to-text-spacing}",
|
|
15209
15228
|
"value": "0.5rem",
|
|
@@ -15406,11 +15425,11 @@
|
|
|
15406
15425
|
},
|
|
15407
15426
|
"unavailable-color": {
|
|
15408
15427
|
"key": "{icon.unavailable-color}",
|
|
15409
|
-
"value": "#
|
|
15428
|
+
"value": "#464646",
|
|
15410
15429
|
"filePath": "src/content/icon.yml",
|
|
15411
15430
|
"isSource": true,
|
|
15412
15431
|
"original": {
|
|
15413
|
-
"value": "{neutral
|
|
15432
|
+
"value": "{neutral.color.900}",
|
|
15414
15433
|
"key": "{icon.unavailable-color}"
|
|
15415
15434
|
},
|
|
15416
15435
|
"name": "IconUnavailableColor",
|
|
@@ -15501,6 +15520,25 @@
|
|
|
15501
15520
|
"danger-content-color"
|
|
15502
15521
|
]
|
|
15503
15522
|
},
|
|
15523
|
+
"unavailable-content-color": {
|
|
15524
|
+
"key": "{illustrated-message.unavailable-content-color}",
|
|
15525
|
+
"value": "#464646",
|
|
15526
|
+
"filePath": "src/content/illustrated-message.yml",
|
|
15527
|
+
"isSource": true,
|
|
15528
|
+
"original": {
|
|
15529
|
+
"value": "{neutral.color.900}",
|
|
15530
|
+
"key": "{illustrated-message.unavailable-content-color}"
|
|
15531
|
+
},
|
|
15532
|
+
"name": "IllustratedMessageUnavailableContentColor",
|
|
15533
|
+
"attributes": {
|
|
15534
|
+
"category": "illustrated-message",
|
|
15535
|
+
"type": "unavailable-content-color"
|
|
15536
|
+
},
|
|
15537
|
+
"path": [
|
|
15538
|
+
"illustrated-message",
|
|
15539
|
+
"unavailable-content-color"
|
|
15540
|
+
]
|
|
15541
|
+
},
|
|
15504
15542
|
"dark-content-color": {
|
|
15505
15543
|
"key": "{illustrated-message.dark-content-color}",
|
|
15506
15544
|
"value": "rgb(0 0 0 / 100%)",
|
|
@@ -21118,6 +21156,122 @@
|
|
|
21118
21156
|
]
|
|
21119
21157
|
}
|
|
21120
21158
|
},
|
|
21159
|
+
"alert-text": {
|
|
21160
|
+
"spacing": {
|
|
21161
|
+
"key": "{alert-text.spacing}",
|
|
21162
|
+
"value": "0.25rem",
|
|
21163
|
+
"filePath": "src/status/alert-text.yml",
|
|
21164
|
+
"isSource": true,
|
|
21165
|
+
"original": {
|
|
21166
|
+
"value": "{size-rem.xs}",
|
|
21167
|
+
"key": "{alert-text.spacing}"
|
|
21168
|
+
},
|
|
21169
|
+
"name": "AlertTextSpacing",
|
|
21170
|
+
"attributes": {
|
|
21171
|
+
"category": "alert-text",
|
|
21172
|
+
"type": "spacing"
|
|
21173
|
+
},
|
|
21174
|
+
"path": [
|
|
21175
|
+
"alert-text",
|
|
21176
|
+
"spacing"
|
|
21177
|
+
]
|
|
21178
|
+
},
|
|
21179
|
+
"info-color": {
|
|
21180
|
+
"key": "{alert-text.info-color}",
|
|
21181
|
+
"value": "#003FB8",
|
|
21182
|
+
"filePath": "src/status/alert-text.yml",
|
|
21183
|
+
"isSource": true,
|
|
21184
|
+
"original": {
|
|
21185
|
+
"value": "{info-outline-content-color}",
|
|
21186
|
+
"key": "{alert-text.info-color}"
|
|
21187
|
+
},
|
|
21188
|
+
"name": "AlertTextInfoColor",
|
|
21189
|
+
"attributes": {
|
|
21190
|
+
"category": "alert-text",
|
|
21191
|
+
"type": "info-color"
|
|
21192
|
+
},
|
|
21193
|
+
"path": [
|
|
21194
|
+
"alert-text",
|
|
21195
|
+
"info-color"
|
|
21196
|
+
]
|
|
21197
|
+
},
|
|
21198
|
+
"warning-color": {
|
|
21199
|
+
"key": "{alert-text.warning-color}",
|
|
21200
|
+
"value": "#C25200",
|
|
21201
|
+
"filePath": "src/status/alert-text.yml",
|
|
21202
|
+
"isSource": true,
|
|
21203
|
+
"original": {
|
|
21204
|
+
"value": "{warning-outline-content-color}",
|
|
21205
|
+
"key": "{alert-text.warning-color}"
|
|
21206
|
+
},
|
|
21207
|
+
"name": "AlertTextWarningColor",
|
|
21208
|
+
"attributes": {
|
|
21209
|
+
"category": "alert-text",
|
|
21210
|
+
"type": "warning-color"
|
|
21211
|
+
},
|
|
21212
|
+
"path": [
|
|
21213
|
+
"alert-text",
|
|
21214
|
+
"warning-color"
|
|
21215
|
+
]
|
|
21216
|
+
},
|
|
21217
|
+
"danger-color": {
|
|
21218
|
+
"key": "{alert-text.danger-color}",
|
|
21219
|
+
"value": "#B4193A",
|
|
21220
|
+
"filePath": "src/status/alert-text.yml",
|
|
21221
|
+
"isSource": true,
|
|
21222
|
+
"original": {
|
|
21223
|
+
"value": "{danger-outline-content-color}",
|
|
21224
|
+
"key": "{alert-text.danger-color}"
|
|
21225
|
+
},
|
|
21226
|
+
"name": "AlertTextDangerColor",
|
|
21227
|
+
"attributes": {
|
|
21228
|
+
"category": "alert-text",
|
|
21229
|
+
"type": "danger-color"
|
|
21230
|
+
},
|
|
21231
|
+
"path": [
|
|
21232
|
+
"alert-text",
|
|
21233
|
+
"danger-color"
|
|
21234
|
+
]
|
|
21235
|
+
},
|
|
21236
|
+
"success-color": {
|
|
21237
|
+
"key": "{alert-text.success-color}",
|
|
21238
|
+
"value": "#005F42",
|
|
21239
|
+
"filePath": "src/status/alert-text.yml",
|
|
21240
|
+
"isSource": true,
|
|
21241
|
+
"original": {
|
|
21242
|
+
"value": "{success-outline-content-color}",
|
|
21243
|
+
"key": "{alert-text.success-color}"
|
|
21244
|
+
},
|
|
21245
|
+
"name": "AlertTextSuccessColor",
|
|
21246
|
+
"attributes": {
|
|
21247
|
+
"category": "alert-text",
|
|
21248
|
+
"type": "success-color"
|
|
21249
|
+
},
|
|
21250
|
+
"path": [
|
|
21251
|
+
"alert-text",
|
|
21252
|
+
"success-color"
|
|
21253
|
+
]
|
|
21254
|
+
},
|
|
21255
|
+
"unavailable-color": {
|
|
21256
|
+
"key": "{alert-text.unavailable-color}",
|
|
21257
|
+
"value": "#464646",
|
|
21258
|
+
"filePath": "src/status/alert-text.yml",
|
|
21259
|
+
"isSource": true,
|
|
21260
|
+
"original": {
|
|
21261
|
+
"value": "{neutral.color.900}",
|
|
21262
|
+
"key": "{alert-text.unavailable-color}"
|
|
21263
|
+
},
|
|
21264
|
+
"name": "AlertTextUnavailableColor",
|
|
21265
|
+
"attributes": {
|
|
21266
|
+
"category": "alert-text",
|
|
21267
|
+
"type": "unavailable-color"
|
|
21268
|
+
},
|
|
21269
|
+
"path": [
|
|
21270
|
+
"alert-text",
|
|
21271
|
+
"unavailable-color"
|
|
21272
|
+
]
|
|
21273
|
+
}
|
|
21274
|
+
},
|
|
21121
21275
|
"alert": {
|
|
21122
21276
|
"padding": {
|
|
21123
21277
|
"key": "{alert.padding}",
|
|
@@ -23900,122 +24054,6 @@
|
|
|
23900
24054
|
]
|
|
23901
24055
|
}
|
|
23902
24056
|
},
|
|
23903
|
-
"inline-alert": {
|
|
23904
|
-
"spacing": {
|
|
23905
|
-
"key": "{inline-alert.spacing}",
|
|
23906
|
-
"value": "0.25rem",
|
|
23907
|
-
"filePath": "src/status/inline-alert.yml",
|
|
23908
|
-
"isSource": true,
|
|
23909
|
-
"original": {
|
|
23910
|
-
"value": "{size-rem.xs}",
|
|
23911
|
-
"key": "{inline-alert.spacing}"
|
|
23912
|
-
},
|
|
23913
|
-
"name": "InlineAlertSpacing",
|
|
23914
|
-
"attributes": {
|
|
23915
|
-
"category": "inline-alert",
|
|
23916
|
-
"type": "spacing"
|
|
23917
|
-
},
|
|
23918
|
-
"path": [
|
|
23919
|
-
"inline-alert",
|
|
23920
|
-
"spacing"
|
|
23921
|
-
]
|
|
23922
|
-
},
|
|
23923
|
-
"info-color": {
|
|
23924
|
-
"key": "{inline-alert.info-color}",
|
|
23925
|
-
"value": "#003FB8",
|
|
23926
|
-
"filePath": "src/status/inline-alert.yml",
|
|
23927
|
-
"isSource": true,
|
|
23928
|
-
"original": {
|
|
23929
|
-
"value": "{info-outline-content-color}",
|
|
23930
|
-
"key": "{inline-alert.info-color}"
|
|
23931
|
-
},
|
|
23932
|
-
"name": "InlineAlertInfoColor",
|
|
23933
|
-
"attributes": {
|
|
23934
|
-
"category": "inline-alert",
|
|
23935
|
-
"type": "info-color"
|
|
23936
|
-
},
|
|
23937
|
-
"path": [
|
|
23938
|
-
"inline-alert",
|
|
23939
|
-
"info-color"
|
|
23940
|
-
]
|
|
23941
|
-
},
|
|
23942
|
-
"warning-color": {
|
|
23943
|
-
"key": "{inline-alert.warning-color}",
|
|
23944
|
-
"value": "#C25200",
|
|
23945
|
-
"filePath": "src/status/inline-alert.yml",
|
|
23946
|
-
"isSource": true,
|
|
23947
|
-
"original": {
|
|
23948
|
-
"value": "{warning-outline-content-color}",
|
|
23949
|
-
"key": "{inline-alert.warning-color}"
|
|
23950
|
-
},
|
|
23951
|
-
"name": "InlineAlertWarningColor",
|
|
23952
|
-
"attributes": {
|
|
23953
|
-
"category": "inline-alert",
|
|
23954
|
-
"type": "warning-color"
|
|
23955
|
-
},
|
|
23956
|
-
"path": [
|
|
23957
|
-
"inline-alert",
|
|
23958
|
-
"warning-color"
|
|
23959
|
-
]
|
|
23960
|
-
},
|
|
23961
|
-
"danger-color": {
|
|
23962
|
-
"key": "{inline-alert.danger-color}",
|
|
23963
|
-
"value": "#B4193A",
|
|
23964
|
-
"filePath": "src/status/inline-alert.yml",
|
|
23965
|
-
"isSource": true,
|
|
23966
|
-
"original": {
|
|
23967
|
-
"value": "{danger-outline-content-color}",
|
|
23968
|
-
"key": "{inline-alert.danger-color}"
|
|
23969
|
-
},
|
|
23970
|
-
"name": "InlineAlertDangerColor",
|
|
23971
|
-
"attributes": {
|
|
23972
|
-
"category": "inline-alert",
|
|
23973
|
-
"type": "danger-color"
|
|
23974
|
-
},
|
|
23975
|
-
"path": [
|
|
23976
|
-
"inline-alert",
|
|
23977
|
-
"danger-color"
|
|
23978
|
-
]
|
|
23979
|
-
},
|
|
23980
|
-
"success-color": {
|
|
23981
|
-
"key": "{inline-alert.success-color}",
|
|
23982
|
-
"value": "#005F42",
|
|
23983
|
-
"filePath": "src/status/inline-alert.yml",
|
|
23984
|
-
"isSource": true,
|
|
23985
|
-
"original": {
|
|
23986
|
-
"value": "{success-outline-content-color}",
|
|
23987
|
-
"key": "{inline-alert.success-color}"
|
|
23988
|
-
},
|
|
23989
|
-
"name": "InlineAlertSuccessColor",
|
|
23990
|
-
"attributes": {
|
|
23991
|
-
"category": "inline-alert",
|
|
23992
|
-
"type": "success-color"
|
|
23993
|
-
},
|
|
23994
|
-
"path": [
|
|
23995
|
-
"inline-alert",
|
|
23996
|
-
"success-color"
|
|
23997
|
-
]
|
|
23998
|
-
},
|
|
23999
|
-
"unavailable-color": {
|
|
24000
|
-
"key": "{inline-alert.unavailable-color}",
|
|
24001
|
-
"value": "#222222",
|
|
24002
|
-
"filePath": "src/status/inline-alert.yml",
|
|
24003
|
-
"isSource": true,
|
|
24004
|
-
"original": {
|
|
24005
|
-
"value": "{neutral-outline-content-color}",
|
|
24006
|
-
"key": "{inline-alert.unavailable-color}"
|
|
24007
|
-
},
|
|
24008
|
-
"name": "InlineAlertUnavailableColor",
|
|
24009
|
-
"attributes": {
|
|
24010
|
-
"category": "inline-alert",
|
|
24011
|
-
"type": "unavailable-color"
|
|
24012
|
-
},
|
|
24013
|
-
"path": [
|
|
24014
|
-
"inline-alert",
|
|
24015
|
-
"unavailable-color"
|
|
24016
|
-
]
|
|
24017
|
-
}
|
|
24018
|
-
},
|
|
24019
24057
|
"loading-spinner": {
|
|
24020
24058
|
"transition-duration": {
|
|
24021
24059
|
"key": "{loading-spinner.transition-duration}",
|
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.643",
|
|
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.1.1"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "be0f6c4974e8d2bb6b41ff7e97d9cfc631d5c8cf"
|
|
28
28
|
}
|