@mittwald/flow-design-tokens 0.1.0-alpha.69 → 0.1.0-alpha.73

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 16 Apr 2024 07:33:03 GMT
3
+ * Generated on Mon, 22 Apr 2024 07:58:30 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -333,8 +333,7 @@
333
333
  --avatar--size--l: var(--size-rem--xxl);
334
334
  --avatar--size--s: var(--size-rem--xl);
335
335
  --avatar--size--xs: var(--size-rem--l);
336
- --menu-item--disabled-color: var(--neutral--color--100);
337
- --menu-item--disabled-background-color: var(--neutral--color--400);
336
+ --menu-item--disabled-background-color: var(--disabled-plain-background-color);
338
337
  --menu-item--background-color--current: var(--info--color--100);
339
338
  --menu-item--background-color--hover: var(--info--color--100);
340
339
  --menu-item--icon-color--current: var(--info--color--800);
@@ -515,6 +514,7 @@
515
514
  --button--failed-icon-color: var(--danger--color--700);
516
515
  --button--succeeded-icon-color: var(--success--color--700);
517
516
  --button--corner-radius: var(--corner-radius--default);
517
+ --menu-item--disabled-color: var(--disabled-plain-content-color);
518
518
  --form-control--content-color--selected: var(--neutral-outline-content-color--selected);
519
519
  --form-control--content-color--disabled: var(--disabled-outline-content-color);
520
520
  --form-control--content-color--default: var(--neutral-outline-content-color--default);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.69",
3
+ "version": "0.1.0-alpha.73",
4
4
  "type": "module",
5
5
  "description": "The design tokens used in Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -17,8 +17,8 @@
17
17
  "devDependencies": {
18
18
  "@types/js-yaml": "^4.0.9",
19
19
  "js-yaml": "^4.1.0",
20
- "nx": "^18.2.4",
20
+ "nx": "^18.3.1",
21
21
  "style-dictionary": "^3.9.2"
22
22
  },
23
- "gitHead": "9b454d22808a3f87b88c11ecfa530d0ae18d7276"
23
+ "gitHead": "c0214f8aa933b331a088bf27b8d753142e778f5e"
24
24
  }