@mittwald/flow-design-tokens 0.2.0-alpha.224 → 0.2.0-alpha.225
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 +2 -0
- package/dist/variables.json +36 -0
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -670,6 +670,7 @@
|
|
|
670
670
|
--notification--heading-to-text-spacing: var(--size-rem--xs);
|
|
671
671
|
--notification--spacing: var(--size-rem--s);
|
|
672
672
|
--notification--font-size: var(--font-size-text--s);
|
|
673
|
+
--password-creation-field--rule-to-rule-spacing: var(--size-px--s);
|
|
673
674
|
--progress-bar--font-size: var(--font-size-text--m);
|
|
674
675
|
--progress-bar--font-size-s: var(--font-size-text--s);
|
|
675
676
|
--progress-bar--value-font-weight: var(--font-weight--bold);
|
|
@@ -1302,6 +1303,7 @@
|
|
|
1302
1303
|
--progress-bar--success-fill-background-color: var(--success-solid-background-color--default);
|
|
1303
1304
|
--progress-bar--warning-fill-background-color: var(--warning-solid-background-color--default);
|
|
1304
1305
|
--progress-bar--danger-fill-background-color: var(--danger-solid-background-color--default);
|
|
1306
|
+
--progress-bar--indeterminate-fill-background-color: var(--neutral-solid-background-color--default);
|
|
1305
1307
|
--accordion--border-color: var(--neutral-outline-border-color);
|
|
1306
1308
|
--list-item--border-color: var(--neutral-outline-border-color);
|
|
1307
1309
|
--separator--color: var(--neutral-outline-border-color);
|
package/dist/variables.json
CHANGED
|
@@ -21978,6 +21978,25 @@
|
|
|
21978
21978
|
}
|
|
21979
21979
|
}
|
|
21980
21980
|
},
|
|
21981
|
+
"password-creation-field": {
|
|
21982
|
+
"rule-to-rule-spacing": {
|
|
21983
|
+
"value": "8px",
|
|
21984
|
+
"filePath": "src/status/password-creation-field.yml",
|
|
21985
|
+
"isSource": true,
|
|
21986
|
+
"original": {
|
|
21987
|
+
"value": "{size-px.s}"
|
|
21988
|
+
},
|
|
21989
|
+
"name": "PasswordCreationFieldRuleToRuleSpacing",
|
|
21990
|
+
"attributes": {
|
|
21991
|
+
"category": "password-creation-field",
|
|
21992
|
+
"type": "rule-to-rule-spacing"
|
|
21993
|
+
},
|
|
21994
|
+
"path": [
|
|
21995
|
+
"password-creation-field",
|
|
21996
|
+
"rule-to-rule-spacing"
|
|
21997
|
+
]
|
|
21998
|
+
}
|
|
21999
|
+
},
|
|
21981
22000
|
"progress-bar": {
|
|
21982
22001
|
"font-size": {
|
|
21983
22002
|
"value": "1rem",
|
|
@@ -22275,6 +22294,23 @@
|
|
|
22275
22294
|
"progress-bar",
|
|
22276
22295
|
"danger-fill-background-color"
|
|
22277
22296
|
]
|
|
22297
|
+
},
|
|
22298
|
+
"indeterminate-fill-background-color": {
|
|
22299
|
+
"value": "#6D6D6D",
|
|
22300
|
+
"filePath": "src/status/progress-bar.yml",
|
|
22301
|
+
"isSource": true,
|
|
22302
|
+
"original": {
|
|
22303
|
+
"value": "{neutral-solid-background-color.default}"
|
|
22304
|
+
},
|
|
22305
|
+
"name": "ProgressBarIndeterminateFillBackgroundColor",
|
|
22306
|
+
"attributes": {
|
|
22307
|
+
"category": "progress-bar",
|
|
22308
|
+
"type": "indeterminate-fill-background-color"
|
|
22309
|
+
},
|
|
22310
|
+
"path": [
|
|
22311
|
+
"progress-bar",
|
|
22312
|
+
"indeterminate-fill-background-color"
|
|
22313
|
+
]
|
|
22278
22314
|
}
|
|
22279
22315
|
},
|
|
22280
22316
|
"accent-box": {
|
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.225",
|
|
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.0.1",
|
|
25
25
|
"style-dictionary": "^4.4.0"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "b6961dc2ad56f4ef57842c1b06c71a6bd6897976"
|
|
28
28
|
}
|