@mittwald/flow-design-tokens 0.2.0-alpha.501 → 0.2.0-alpha.502
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 +0 -1
- package/dist/variables.json +0 -17
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -935,7 +935,6 @@
|
|
|
935
935
|
--avatar--warning-status-background-color: var(--warning--color--200);
|
|
936
936
|
--avatar--danger-status-background-color: var(--danger--color--200);
|
|
937
937
|
--avatar--success-status-background-color: var(--success--color--200);
|
|
938
|
-
--code--line-height: var(--line-height--m);
|
|
939
938
|
--code--corner-radius: var(--corner-radius--default);
|
|
940
939
|
--code--light-background-color: var(--light-soft-background-color--default);
|
|
941
940
|
--code--light-content-color: var(--light-soft-content-color);
|
package/dist/variables.json
CHANGED
|
@@ -11834,23 +11834,6 @@
|
|
|
11834
11834
|
"font-size"
|
|
11835
11835
|
]
|
|
11836
11836
|
},
|
|
11837
|
-
"line-height": {
|
|
11838
|
-
"value": "calc(1rem * 1.5)",
|
|
11839
|
-
"filePath": "src/content/code.yml",
|
|
11840
|
-
"isSource": true,
|
|
11841
|
-
"original": {
|
|
11842
|
-
"value": "{line-height.m}"
|
|
11843
|
-
},
|
|
11844
|
-
"name": "CodeLineHeight",
|
|
11845
|
-
"attributes": {
|
|
11846
|
-
"category": "code",
|
|
11847
|
-
"type": "line-height"
|
|
11848
|
-
},
|
|
11849
|
-
"path": [
|
|
11850
|
-
"code",
|
|
11851
|
-
"line-height"
|
|
11852
|
-
]
|
|
11853
|
-
},
|
|
11854
11837
|
"padding-x": {
|
|
11855
11838
|
"value": "4px",
|
|
11856
11839
|
"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.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.502",
|
|
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.4.0"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "ed4bf0d0da36e9b2f366a9fa80a135243bd2d63b"
|
|
28
28
|
}
|