@mittwald/flow-design-tokens 0.1.0-alpha.378 → 0.1.0-alpha.380
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 -0
- package/dist/variables.json +19 -0
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -657,6 +657,7 @@
|
|
|
657
657
|
--column-layout--gap--s: var(--size-px--s);
|
|
658
658
|
--column-layout--gap--m: var(--size-px--m);
|
|
659
659
|
--column-layout--gap--l: var(--size-px--l);
|
|
660
|
+
--column-layout--gap--xl: var(--size-px--xl);
|
|
660
661
|
--layout-card--padding: var(--size-px--xl);
|
|
661
662
|
--list--content-to-content-spacing: var(--size-px--s);
|
|
662
663
|
--list--block-to-block-spacing: var(--size-px--m);
|
package/dist/variables.json
CHANGED
|
@@ -21734,6 +21734,25 @@
|
|
|
21734
21734
|
"gap",
|
|
21735
21735
|
"l"
|
|
21736
21736
|
]
|
|
21737
|
+
},
|
|
21738
|
+
"xl": {
|
|
21739
|
+
"value": "32px",
|
|
21740
|
+
"filePath": "src/structure/column-layout.yml",
|
|
21741
|
+
"isSource": true,
|
|
21742
|
+
"original": {
|
|
21743
|
+
"value": "{size-px.xl}"
|
|
21744
|
+
},
|
|
21745
|
+
"name": "ColumnLayoutGapXl",
|
|
21746
|
+
"attributes": {
|
|
21747
|
+
"category": "column-layout",
|
|
21748
|
+
"type": "gap",
|
|
21749
|
+
"item": "xl"
|
|
21750
|
+
},
|
|
21751
|
+
"path": [
|
|
21752
|
+
"column-layout",
|
|
21753
|
+
"gap",
|
|
21754
|
+
"xl"
|
|
21755
|
+
]
|
|
21737
21756
|
}
|
|
21738
21757
|
}
|
|
21739
21758
|
},
|
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.380",
|
|
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",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"prettier": "^3.4.1",
|
|
23
23
|
"style-dictionary": "^4.2.0"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "eda0a079a103ae21af4e5c3c467646b62806ae4f"
|
|
26
26
|
}
|