@mittwald/flow-design-tokens 0.1.0-alpha.41 → 0.1.0-alpha.50

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.
Files changed (2) hide show
  1. package/dist/variables.css +17 -1
  2. package/package.json +2 -2
@@ -1,9 +1,10 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Mar 2024 07:20:59 GMT
3
+ * Generated on Fri, 22 Mar 2024 12:22:12 GMT
4
4
  */
5
5
 
6
6
  :root {
7
+ --transition--duration--slow: 300ms;
7
8
  --transition--duration--default: 200ms;
8
9
  --size--none: 0rem;
9
10
  --size-px--xxl: 64px;
@@ -105,6 +106,10 @@
105
106
  --switch--track-width: 2.75rem;
106
107
  --switch--track-height: 1.5rem;
107
108
  --navigation-item--icon-to-text-spacing: 0.5em;
109
+ --modal--size--l: 1050px;
110
+ --modal--size--m: 900px;
111
+ --modal--size--s: 660px;
112
+ --modal--overlay-background-color: rgba(0, 0, 0, 0.3);
108
113
  --icon--size--l: 4rem;
109
114
  --icon--size--m: 1.5rem;
110
115
  --icon--size--s: 1rem;
@@ -225,6 +230,10 @@
225
230
  --navigation-item--padding-x: var(--size-px--s);
226
231
  --navigation-item--font-weight--current: var(--font-weight--bold);
227
232
  --navigation--item-to-item-spacing: var(--size-px--s);
233
+ --modal--button-group-border-style: var(--border-style--default);
234
+ --modal--button-group-padding: var(--size-rem--l);
235
+ --modal--padding-bottom: var(--size-px--xl);
236
+ --modal--padding: var(--size-px--l);
228
237
  --link--font-weight: var(--font-weight--bold);
229
238
  --link--font-size: var(--font-size--s);
230
239
  --layout-card--padding: var(--size-px--l);
@@ -260,6 +269,7 @@
260
269
  --heading--h1-font-size-mobile: var(--font-size--xl);
261
270
  --heading--h1-font-size: var(--font-size--xxl);
262
271
  --heading--font-weight: var(--font-weight--bold);
272
+ --heading--icon-to-text-spacing: var(--size-rem--s);
263
273
  --field-error--icon-to-text-spacing: var(--size-rem--s);
264
274
  --field-error--font-size: var(--font-size--s);
265
275
  --field-description--font-size: var(--font-size--s);
@@ -274,6 +284,7 @@
274
284
  --button--padding: var(--size-px--s);
275
285
  --button--padding-squished-y: var(--size-px--s);
276
286
  --button--padding-squished-x: var(--size-px--m);
287
+ --button-group--button-to-button-spacing: var(--size-rem--m);
277
288
  --avatar--size--l: var(--size-rem--xxl);
278
289
  --avatar--size--s: var(--size-rem--xl);
279
290
  --avatar--size--xs: var(--size-rem--l);
@@ -414,6 +425,11 @@
414
425
  --navigation-item--color--current: var(--info--color--800);
415
426
  --navigation-item--color--default: var(--neutral--color--1000);
416
427
  --navigation-item--corner-radius: var(--corner-radius--default);
428
+ --modal--button-group-border-top-width: var(--border-width--100);
429
+ --modal--button-group-border-color: var(--neutral--color--400);
430
+ --modal--button-group-background-color: var(--neutral--color--300);
431
+ --modal--background-color: var(--neutral--color--100);
432
+ --modal--corner-radius: var(--corner-radius--default);
417
433
  --link--line-height: var(--line-height--m);
418
434
  --layout-card--box-shadow: var(--shadow--content);
419
435
  --layout-card--corner-radius: var(--corner-radius--default);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.41",
3
+ "version": "0.1.0-alpha.50",
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.1.1",
21
21
  "style-dictionary": "^3.9.2"
22
22
  },
23
- "gitHead": "c6a35419df441f7b0865519427836eff2ee6d3ab"
23
+ "gitHead": "1101c1b89d5d2b2ed6c0e3ecab13e98cb4d24647"
24
24
  }