@mittwald/flow-design-tokens 0.1.0-alpha.37 → 0.1.0-alpha.43

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, 18 Mar 2024 08:47:35 GMT
3
+ * Generated on Tue, 19 Mar 2024 14:28:08 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -211,6 +211,7 @@
211
211
  --status-badge--padding-y: var(--size-rem--xs);
212
212
  --status-badge--font-weight: var(--font-weight--bold);
213
213
  --status-badge--font-size: var(--font-size--s);
214
+ --section--heading-to-header-content-spacing: var(--size-rem--m);
214
215
  --section--content-to-content-spacing: var(--size-rem--m);
215
216
  --section--section-to-section-spacing: var(--size-rem--xl);
216
217
  --section--border-style: var(--border-style--default);
@@ -259,6 +260,7 @@
259
260
  --heading--h1-font-size-mobile: var(--font-size--xl);
260
261
  --heading--h1-font-size: var(--font-size--xxl);
261
262
  --heading--font-weight: var(--font-weight--bold);
263
+ --heading--icon-to-text-spacing: var(--size-rem--s);
262
264
  --field-error--icon-to-text-spacing: var(--size-rem--s);
263
265
  --field-error--font-size: var(--font-size--s);
264
266
  --field-description--font-size: var(--font-size--s);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.37",
3
+ "version": "0.1.0-alpha.43",
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": "9ae9c821ac5e0acf8dc7bbc675254993ba76b987"
23
+ "gitHead": "0acb34aa9700998da745b421b7cf2b8624023890"
24
24
  }