@mittwald/flow-design-tokens 0.2.0-alpha.476 → 0.2.0-alpha.478
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
|
@@ -264,6 +264,7 @@
|
|
|
264
264
|
--accent-box--background-color-green: #D8F5D6;
|
|
265
265
|
--accent-box--icon-color-green: #c4e3c1;
|
|
266
266
|
--accent-box--icon-color-gradient: #002b7b14;
|
|
267
|
+
--transition--duration--fast: 200ms;
|
|
267
268
|
--transition--duration--default: 300ms;
|
|
268
269
|
--transition--duration--slow: 400ms;
|
|
269
270
|
--action-group--spacing--m: var(--size-px--m);
|
package/dist/variables.json
CHANGED
|
@@ -23764,6 +23764,25 @@
|
|
|
23764
23764
|
},
|
|
23765
23765
|
"transition": {
|
|
23766
23766
|
"duration": {
|
|
23767
|
+
"fast": {
|
|
23768
|
+
"value": "200ms",
|
|
23769
|
+
"filePath": "src/transition.yml",
|
|
23770
|
+
"isSource": true,
|
|
23771
|
+
"original": {
|
|
23772
|
+
"value": "200ms"
|
|
23773
|
+
},
|
|
23774
|
+
"name": "TransitionDurationFast",
|
|
23775
|
+
"attributes": {
|
|
23776
|
+
"category": "transition",
|
|
23777
|
+
"type": "duration",
|
|
23778
|
+
"item": "fast"
|
|
23779
|
+
},
|
|
23780
|
+
"path": [
|
|
23781
|
+
"transition",
|
|
23782
|
+
"duration",
|
|
23783
|
+
"fast"
|
|
23784
|
+
]
|
|
23785
|
+
},
|
|
23767
23786
|
"default": {
|
|
23768
23787
|
"value": "300ms",
|
|
23769
23788
|
"filePath": "src/transition.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.478",
|
|
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": "4d4812e32300b0727b83e43888c0224062618e9f"
|
|
28
28
|
}
|