@mittwald/flow-design-tokens 0.1.0-alpha.332 → 0.1.0-alpha.333
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
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
--menu-item--padding-x: var(--size-px--s);
|
|
646
646
|
--menu-item--font-weight--current: var(--font-weight--bold);
|
|
647
647
|
--menu--separator-to-item-spacing: var(--size-px--s);
|
|
648
|
-
--menu--label-to-group-spacing: var(--size-px--
|
|
648
|
+
--menu--label-to-group-spacing: var(--size-px--xs);
|
|
649
649
|
--menu--group-to-group-spacing: var(--size-px--m);
|
|
650
650
|
--menu--item-to-item-spacing: var(--size-px--xs);
|
|
651
651
|
--image-button--hover-icon-color: var(--color--gray--100);
|
package/dist/variables.json
CHANGED
|
@@ -4413,11 +4413,11 @@
|
|
|
4413
4413
|
]
|
|
4414
4414
|
},
|
|
4415
4415
|
"label-to-group-spacing": {
|
|
4416
|
-
"value": "
|
|
4416
|
+
"value": "4px",
|
|
4417
4417
|
"filePath": "src/actions/menu-item.yml",
|
|
4418
4418
|
"isSource": true,
|
|
4419
4419
|
"original": {
|
|
4420
|
-
"value": "{size-px.
|
|
4420
|
+
"value": "{size-px.xs}"
|
|
4421
4421
|
},
|
|
4422
4422
|
"name": "MenuLabelToGroupSpacing",
|
|
4423
4423
|
"attributes": {
|
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.333",
|
|
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",
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"nx": "^20.0.0",
|
|
22
22
|
"style-dictionary": "^4.1.3"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "b08cd7b3dc356a44d1f5d86a8e62eff0055501ef"
|
|
25
25
|
}
|