@mittwald/flow-design-tokens 0.1.0-alpha.336 → 0.1.0-alpha.337
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
|
@@ -663,6 +663,7 @@
|
|
|
663
663
|
--button--padding-x: var(--size-px--m);
|
|
664
664
|
--action-group--spacing--s: var(--size-px--s);
|
|
665
665
|
--action-group--spacing--m: var(--size-px--m);
|
|
666
|
+
--file-card--background-color--default: var(--neutral--color--100);
|
|
666
667
|
--file-card--border-width: var(--border-width--100);
|
|
667
668
|
--file-card--corner-radius: var(--corner-radius--default);
|
|
668
669
|
--table--background-color-accent: var(--neutral--color--300);
|
package/dist/variables.json
CHANGED
|
@@ -22309,6 +22309,25 @@
|
|
|
22309
22309
|
]
|
|
22310
22310
|
},
|
|
22311
22311
|
"background-color": {
|
|
22312
|
+
"default": {
|
|
22313
|
+
"value": "#FFFFFF",
|
|
22314
|
+
"filePath": "src/upload/file-card.yml",
|
|
22315
|
+
"isSource": true,
|
|
22316
|
+
"original": {
|
|
22317
|
+
"value": "{neutral.color.100}"
|
|
22318
|
+
},
|
|
22319
|
+
"name": "FileCardBackgroundColorDefault",
|
|
22320
|
+
"attributes": {
|
|
22321
|
+
"category": "file-card",
|
|
22322
|
+
"type": "background-color",
|
|
22323
|
+
"item": "default"
|
|
22324
|
+
},
|
|
22325
|
+
"path": [
|
|
22326
|
+
"file-card",
|
|
22327
|
+
"background-color",
|
|
22328
|
+
"default"
|
|
22329
|
+
]
|
|
22330
|
+
},
|
|
22312
22331
|
"hover": {
|
|
22313
22332
|
"value": "#E6E6E6",
|
|
22314
22333
|
"filePath": "src/upload/file-card.yml",
|
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.337",
|
|
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",
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"nx": "^20.0.0",
|
|
22
22
|
"style-dictionary": "^4.1.3"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "993e4460c66b448b88c5eba2ebd11614c6b68659"
|
|
25
25
|
}
|