@mittwald/flow-design-tokens 0.1.0-alpha.30 → 0.1.0-alpha.32
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 +2 -1
- 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 Wed, 13 Mar 2024 10:45:03 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -423,6 +423,7 @@
|
|
|
423
423
|
--navigation-item--icon-color--current: var(--info--color--800);
|
|
424
424
|
--navigation-item--icon-color--default: var(--neutral--color--800);
|
|
425
425
|
--navigation-item--color--current: var(--info--color--800);
|
|
426
|
+
--navigation-item--color--default: var(--neutral--color--1000);
|
|
426
427
|
--navigation-item--corner-radius: var(--corner-radius--default);
|
|
427
428
|
--link--line-height: var(--line-height--m);
|
|
428
429
|
--layout-card--box-shadow: var(--shadow--content);
|
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.32",
|
|
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.1.0",
|
|
21
21
|
"style-dictionary": "^3.9.2"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "f11e9783b056c8094e7ba9456c0e1c0fd0cdfc85"
|
|
24
24
|
}
|