@mittwald/flow-design-tokens 0.1.0-alpha.90 → 0.1.0-alpha.91

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 Thu, 02 May 2024 06:54:16 GMT
3
+ * Generated on Thu, 02 May 2024 07:30:52 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -115,7 +115,6 @@
115
115
  --modal--size--m: 900px;
116
116
  --modal--size--s: 660px;
117
117
  --loading-spinner--transition-duration: 2000ms;
118
- --illustrated-message--max-width: 400px;
119
118
  --icon--size--l: 4rem;
120
119
  --icon--size--m: 1.5rem;
121
120
  --icon--size--s: 1rem;
@@ -474,7 +473,6 @@
474
473
  --primary-solid-background-color--default: var(--primary--color--800);
475
474
  --tooltip--color: var(--neutral--color--100);
476
475
  --tooltip--background-color: var(--neutral--color--900);
477
- --tab--corner-top-radius-current: var(--corner-radius--default);
478
476
  --tab--disabled-color: var(--neutral--color--600);
479
477
  --tab--background-color--selected: var(--neutral--color--100);
480
478
  --tab-list--background-color: var(--neutral--color--400);
@@ -503,6 +501,7 @@
503
501
  --layout-card--background-color: var(--neutral--color--100);
504
502
  --label--color--disabled: var(--neutral--color--600);
505
503
  --label--color--default: var(--neutral--color--800);
504
+ --label--line-height: var(--line-height--m);
506
505
  --inline-code--corner-radius: var(--corner-radius--default);
507
506
  --inline-code--line-height: var(--line-height--m);
508
507
  --inline-alert--border-x-start-width: var(--border-width--400);
@@ -670,5 +669,6 @@
670
669
  --button--accent-solid-background-color--hover: var(--success-solid-background-color--hover);
671
670
  --button--accent-solid-background-color--default: var(--success-solid-background-color--default);
672
671
  --button--pending-icon-color: var(--disabled-plain-content-accent-color);
672
+ --breadcrumb-item--color-inverse: var(--inverse-content-color);
673
673
  --breadcrumb-item--color: var(--content--color);
674
674
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.90",
3
+ "version": "0.1.0-alpha.91",
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",
@@ -20,5 +20,5 @@
20
20
  "nx": "^18.3.4",
21
21
  "style-dictionary": "^3.9.2"
22
22
  },
23
- "gitHead": "39e4066ae09adff2dcce14f2acfb66874f86f67d"
23
+ "gitHead": "97773fc7fa2e06f4ef7db9d9e54e3171511326c4"
24
24
  }