@mittwald/flow-design-tokens 0.1.0-alpha.375 → 0.1.0-alpha.377
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 +17 -0
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -401,6 +401,7 @@
|
|
|
401
401
|
--avatar--size--l: var(--size-rem--xxl);
|
|
402
402
|
--code--font-size: var(--font-size-text--s);
|
|
403
403
|
--code--padding-x: var(--size-px--xs);
|
|
404
|
+
--code--padding-y: var(--size-px--xxs);
|
|
404
405
|
--code--padding: var(--size-px--m);
|
|
405
406
|
--code--spacing: var(--size-px--m);
|
|
406
407
|
--decorative--blue-background-color: var(--color--hosting-blue--200);
|
package/dist/variables.json
CHANGED
|
@@ -10937,6 +10937,23 @@
|
|
|
10937
10937
|
"padding-x"
|
|
10938
10938
|
]
|
|
10939
10939
|
},
|
|
10940
|
+
"padding-y": {
|
|
10941
|
+
"value": "2px",
|
|
10942
|
+
"filePath": "src/content/code.yml",
|
|
10943
|
+
"isSource": true,
|
|
10944
|
+
"original": {
|
|
10945
|
+
"value": "{size-px.xxs}"
|
|
10946
|
+
},
|
|
10947
|
+
"name": "CodePaddingY",
|
|
10948
|
+
"attributes": {
|
|
10949
|
+
"category": "code",
|
|
10950
|
+
"type": "padding-y"
|
|
10951
|
+
},
|
|
10952
|
+
"path": [
|
|
10953
|
+
"code",
|
|
10954
|
+
"padding-y"
|
|
10955
|
+
]
|
|
10956
|
+
},
|
|
10940
10957
|
"padding": {
|
|
10941
10958
|
"value": "16px",
|
|
10942
10959
|
"filePath": "src/content/code.yml",
|
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.377",
|
|
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": "43ad5b5cf93b32fecbc32e64da45beedca57a088"
|
|
26
26
|
}
|