@mittwald/flow-design-tokens 0.1.0-alpha.56 → 0.1.0-alpha.58
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 +4 -6
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 08 Apr 2024 11:20:12 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
--switch--label-to-track-spacing: var(--size-rem--s);
|
|
221
221
|
--status-badge--icon-to-text-spacing: var(--size-rem--xs);
|
|
222
222
|
--status-badge--padding-x: var(--size-rem--s);
|
|
223
|
-
--status-badge--padding-y: var(--size-rem--
|
|
223
|
+
--status-badge--padding-y: var(--size-rem--xxs);
|
|
224
224
|
--status-badge--font-weight: var(--font-weight--bold);
|
|
225
225
|
--status-badge--font-size: var(--font-size--s);
|
|
226
226
|
--segmented-button--text-to-text-spacing: var(--size-rem--xs);
|
|
@@ -241,10 +241,8 @@
|
|
|
241
241
|
--list-item--content-to-content-spacing: var(--size-px--m);
|
|
242
242
|
--list-item--border-style: var(--border-style--default);
|
|
243
243
|
--list-item--padding: var(--size-px--s);
|
|
244
|
-
--list--
|
|
245
|
-
--list--
|
|
246
|
-
--list--buttons-to-badges-spacing: var(--size-px--m);
|
|
247
|
-
--list--button-to-button-spacing: var(--size-px--s);
|
|
244
|
+
--list--block-to-block-spacing: var(--size-px--m);
|
|
245
|
+
--list--content-to-content-spacing: var(--size-px--s);
|
|
248
246
|
--link--text-to-icon-spacing: var(--size-rem--xs);
|
|
249
247
|
--link--font-weight: var(--font-weight--bold);
|
|
250
248
|
--link--font-size: var(--font-size--s);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-design-tokens",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.58",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The design tokens used in Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"nx": "^18.2.1",
|
|
21
21
|
"style-dictionary": "^3.9.2"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "3f41276e27e57519c1df5196ce44bd10f849016d"
|
|
24
24
|
}
|