@mittwald/flow-design-tokens 0.1.0-alpha.29 → 0.1.0-alpha.32

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, 12 Mar 2024 13:15:58 GMT
3
+ * Generated on Wed, 13 Mar 2024 10:45:03 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -270,9 +270,11 @@
270
270
  --checkbox--padding-x: var(--size-px--m);
271
271
  --checkbox--checkmark-to-text-spacing: var(--size-rem--m);
272
272
  --button--font-size-s: var(--font-size--s);
273
+ --button--text-to-icon-spacing-s: var(--size-rem--xs);
273
274
  --button--padding-s-squished-y: var(--size-px--xs);
274
275
  --button--padding-s-squished-x: var(--size-px--s);
275
276
  --button--padding-s: var(--size-px--xs);
277
+ --button--text-to-icon-spacing: var(--size-rem--s);
276
278
  --button--padding: var(--size-px--s);
277
279
  --button--padding-squished-y: var(--size-px--s);
278
280
  --button--padding-squished-x: var(--size-px--m);
@@ -421,6 +423,7 @@
421
423
  --navigation-item--icon-color--current: var(--info--color--800);
422
424
  --navigation-item--icon-color--default: var(--neutral--color--800);
423
425
  --navigation-item--color--current: var(--info--color--800);
426
+ --navigation-item--color--default: var(--neutral--color--1000);
424
427
  --navigation-item--corner-radius: var(--corner-radius--default);
425
428
  --link--line-height: var(--line-height--m);
426
429
  --layout-card--box-shadow: var(--shadow--content);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.29",
3
+ "version": "0.1.0-alpha.32",
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.0",
21
21
  "style-dictionary": "^3.9.2"
22
22
  },
23
- "gitHead": "dd152568d802cee8ac8b26c19151482ae4f261ff"
23
+ "gitHead": "f11e9783b056c8094e7ba9456c0e1c0fd0cdfc85"
24
24
  }