@mittwald/flow-design-tokens 0.2.0-alpha.164 → 0.2.0-alpha.166
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 +1 -1
- package/dist/variables.json +2 -2
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -261,7 +261,6 @@
|
|
|
261
261
|
--counter-badge--height-empty: 0.75rem;
|
|
262
262
|
--loading-spinner--transition-duration: 2000ms;
|
|
263
263
|
--notification--width: 355px;
|
|
264
|
-
--progress-bar--height--s: 0.375rem;
|
|
265
264
|
--accent-box--background-color-green: #D8F5D6;
|
|
266
265
|
--accent-box--icon-color-green: #c4e3c1;
|
|
267
266
|
--accent-box--icon-color-gradient: #002b7b14;
|
|
@@ -678,6 +677,7 @@
|
|
|
678
677
|
--progress-bar--spacing-x: var(--size-rem--m);
|
|
679
678
|
--progress-bar--spacing-bar-to-legend: var(--size-px--m);
|
|
680
679
|
--progress-bar--height--m: var(--size-rem--m);
|
|
680
|
+
--progress-bar--height--s: var(--size-rem--s);
|
|
681
681
|
--progress-bar--height--l: var(--size-rem--l);
|
|
682
682
|
--progress-bar--corner-radius: var(--size-rem--xs);
|
|
683
683
|
--accent-box--background-color-gradient: var(--color--gradient);
|
package/dist/variables.json
CHANGED
|
@@ -22102,11 +22102,11 @@
|
|
|
22102
22102
|
]
|
|
22103
22103
|
},
|
|
22104
22104
|
"s": {
|
|
22105
|
-
"value": "0.
|
|
22105
|
+
"value": "0.5rem",
|
|
22106
22106
|
"filePath": "src/status/progress-bar.yml",
|
|
22107
22107
|
"isSource": true,
|
|
22108
22108
|
"original": {
|
|
22109
|
-
"value": "
|
|
22109
|
+
"value": "{size-rem.s}"
|
|
22110
22110
|
},
|
|
22111
22111
|
"name": "ProgressBarHeightS",
|
|
22112
22112
|
"attributes": {
|
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.166",
|
|
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.3.3"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "f33379b5bd0a0f40818820c926264e2136ebbea5"
|
|
28
28
|
}
|