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

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 Mon, 29 Apr 2024 11:47:15 GMT
3
+ * Generated on Thu, 02 May 2024 06:54:16 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -110,10 +110,10 @@
110
110
  --switch--track-height: 1.5rem;
111
111
  --progress-bar--bar-height-small: 0.375rem;
112
112
  --popover--min-width: 200px;
113
+ --overlay--background-color: rgba(0, 0, 0, 0.3);
113
114
  --modal--size--l: 1050px;
114
115
  --modal--size--m: 900px;
115
116
  --modal--size--s: 660px;
116
- --modal--overlay-background-color: rgba(0, 0, 0, 0.3);
117
117
  --loading-spinner--transition-duration: 2000ms;
118
118
  --illustrated-message--max-width: 400px;
119
119
  --icon--size--l: 4rem;
@@ -255,6 +255,7 @@
255
255
  --progress-bar--font-size: var(--font-size--m);
256
256
  --popover--padding: var(--size-px--s);
257
257
  --popover--corner-radius: var(--size-px--xs);
258
+ --off-canvas--padding: var(--size-px--l);
258
259
  --modal--button-group-border-style: var(--border-style--default);
259
260
  --modal--button-group-padding: var(--size-rem--l);
260
261
  --modal--padding-bottom: var(--size-px--xl);
@@ -486,6 +487,8 @@
486
487
  --progress-bar--bar-border-width: var(--border-width--100);
487
488
  --popover--background-color: var(--neutral--color--100);
488
489
  --popover--box-shadow: var(--shadow--overlay);
490
+ --off-canvas--background-color: var(--neutral--color--100);
491
+ --off-canvas--corner-radius: var(--corner-radius--default);
489
492
  --modal--button-group-border-top-width: var(--border-width--100);
490
493
  --modal--button-group-border-color: var(--neutral--color--400);
491
494
  --modal--button-group-background-color: var(--neutral--color--300);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.88",
3
+ "version": "0.1.0-alpha.90",
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": "6f1532fda39982aecc8b9247b3e364a426692564"
23
+ "gitHead": "39e4066ae09adff2dcce14f2acfb66874f86f67d"
24
24
  }