@mittwald/flow-design-tokens 0.1.0-alpha.323 → 0.1.0-alpha.325
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
|
@@ -1097,6 +1097,7 @@
|
|
|
1097
1097
|
--menu-item--disabled-color: var(--disabled-plain-content-color);
|
|
1098
1098
|
--menu-item--background-color--current: var(--primary-plain-background-color--pressed);
|
|
1099
1099
|
--menu-item--background-color--hover: var(--primary-plain-background-color--hover);
|
|
1100
|
+
--menu-item--icon-color--disabled: var(--disabled-plain-content-color);
|
|
1100
1101
|
--button--danger-outline-border-color--disabled: var(--disabled-outline-border-color);
|
|
1101
1102
|
--button--danger-outline-border-color--default: var(--danger-outline-border-color);
|
|
1102
1103
|
--button--danger-outline-content-color--disabled: var(--disabled-outline-content-color);
|
package/dist/variables.json
CHANGED
|
@@ -4519,6 +4519,25 @@
|
|
|
4519
4519
|
"default"
|
|
4520
4520
|
]
|
|
4521
4521
|
},
|
|
4522
|
+
"disabled": {
|
|
4523
|
+
"value": "#E6E6E6",
|
|
4524
|
+
"filePath": "src/actions/menu-item.yml",
|
|
4525
|
+
"isSource": true,
|
|
4526
|
+
"original": {
|
|
4527
|
+
"value": "{disabled-plain-content-color}"
|
|
4528
|
+
},
|
|
4529
|
+
"name": "MenuItemIconColorDisabled",
|
|
4530
|
+
"attributes": {
|
|
4531
|
+
"category": "menu-item",
|
|
4532
|
+
"type": "icon-color",
|
|
4533
|
+
"item": "disabled"
|
|
4534
|
+
},
|
|
4535
|
+
"path": [
|
|
4536
|
+
"menu-item",
|
|
4537
|
+
"icon-color",
|
|
4538
|
+
"disabled"
|
|
4539
|
+
]
|
|
4540
|
+
},
|
|
4522
4541
|
"current": {
|
|
4523
4542
|
"value": "#0054F5",
|
|
4524
4543
|
"filePath": "src/actions/menu-item.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.325",
|
|
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": "b6bad8ddac2530277cc78807c408eecc5685ce5f"
|
|
25
25
|
}
|