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

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 07:20:59 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);
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.41",
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": "c6a35419df441f7b0865519427836eff2ee6d3ab"
24
24
  }