@mittwald/flow-design-tokens 0.2.0-alpha.826 → 0.2.0-alpha.828
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
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
--progress-bar--height--s: var(--size-rem--s);
|
|
633
633
|
--progress-bar--height--l: var(--size-rem--l);
|
|
634
634
|
--progress-bar--corner-radius: var(--size-rem--xs);
|
|
635
|
-
--accent-box--background-color-blue: var(--color--hosting-blue--
|
|
635
|
+
--accent-box--background-color-blue: var(--color--hosting-blue--100);
|
|
636
636
|
--accent-box--background-color-teal: var(--color--super-teal--200);
|
|
637
637
|
--accent-box--background-color-lilac: var(--color--bright-lilac--200);
|
|
638
638
|
--accent-box--background-color-violet: var(--color--soft-contrast-violet--200);
|
package/dist/variables.json
CHANGED
|
@@ -29919,11 +29919,11 @@
|
|
|
29919
29919
|
},
|
|
29920
29920
|
"background-color-blue": {
|
|
29921
29921
|
"key": "{accent-box.background-color-blue}",
|
|
29922
|
-
"value": "#
|
|
29922
|
+
"value": "#F0F5FF",
|
|
29923
29923
|
"filePath": "src/structure/accent-box.yml",
|
|
29924
29924
|
"isSource": true,
|
|
29925
29925
|
"original": {
|
|
29926
|
-
"value": "{color.hosting-blue.
|
|
29926
|
+
"value": "{color.hosting-blue.100}",
|
|
29927
29927
|
"key": "{accent-box.background-color-blue}"
|
|
29928
29928
|
},
|
|
29929
29929
|
"name": "AccentBoxBackgroundColorBlue",
|
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.828",
|
|
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.1.2",
|
|
25
25
|
"style-dictionary": "^5.2.0"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "97a524f798734697417b7e9c76aab9186b312cb6"
|
|
28
28
|
}
|