@mittwald/flow-design-tokens 0.2.0-alpha.479 → 0.2.0-alpha.480
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
|
@@ -260,6 +260,7 @@
|
|
|
260
260
|
--counter-badge--height: 1.25rem;
|
|
261
261
|
--counter-badge--height-empty: 0.75rem;
|
|
262
262
|
--loading-spinner--transition-duration: 2000ms;
|
|
263
|
+
--loading-spinner--transition-duration-slow: 6000ms;
|
|
263
264
|
--notification--width: 355px;
|
|
264
265
|
--accent-box--background-color-green: #D8F5D6;
|
|
265
266
|
--accent-box--icon-color-green: #c4e3c1;
|
package/dist/variables.json
CHANGED
|
@@ -21611,6 +21611,23 @@
|
|
|
21611
21611
|
"transition-duration"
|
|
21612
21612
|
]
|
|
21613
21613
|
},
|
|
21614
|
+
"transition-duration-slow": {
|
|
21615
|
+
"value": "6000ms",
|
|
21616
|
+
"filePath": "src/status/loading-spinner.yml",
|
|
21617
|
+
"isSource": true,
|
|
21618
|
+
"original": {
|
|
21619
|
+
"value": "6000ms"
|
|
21620
|
+
},
|
|
21621
|
+
"name": "LoadingSpinnerTransitionDurationSlow",
|
|
21622
|
+
"attributes": {
|
|
21623
|
+
"category": "loading-spinner",
|
|
21624
|
+
"type": "transition-duration-slow"
|
|
21625
|
+
},
|
|
21626
|
+
"path": [
|
|
21627
|
+
"loading-spinner",
|
|
21628
|
+
"transition-duration-slow"
|
|
21629
|
+
]
|
|
21630
|
+
},
|
|
21614
21631
|
"color": {
|
|
21615
21632
|
"value": "#6D6D6D",
|
|
21616
21633
|
"filePath": "src/status/loading-spinner.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.480",
|
|
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": "cfa14942852037767740e6596a5b91c2f2d653f3"
|
|
28
28
|
}
|