@mittwald/flow-design-tokens 0.1.0-alpha.293 → 0.1.0-alpha.295

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.
@@ -295,6 +295,7 @@
295
295
  --segmented-button--text-to-text-spacing: var(--size-rem--xs);
296
296
  --section-header--heading-to-actions-spacing: var(--size-rem--m);
297
297
  --section-header--action-to-action-spacing: var(--size-rem--s);
298
+ --section--sub-heading-spacing: var(--size-rem--s);
298
299
  --section--content-to-content-spacing: var(--size-rem--m);
299
300
  --section--section-to-section-spacing: var(--size-rem--xl);
300
301
  --section--border-style: var(--border-style--default);
@@ -19172,6 +19172,23 @@
19172
19172
  "section",
19173
19173
  "content-to-content-spacing"
19174
19174
  ]
19175
+ },
19176
+ "sub-heading-spacing": {
19177
+ "value": "0.5rem",
19178
+ "filePath": "src/components/section.yml",
19179
+ "isSource": true,
19180
+ "original": {
19181
+ "value": "{size-rem.s}"
19182
+ },
19183
+ "name": "SectionSubHeadingSpacing",
19184
+ "attributes": {
19185
+ "category": "section",
19186
+ "type": "sub-heading-spacing"
19187
+ },
19188
+ "path": [
19189
+ "section",
19190
+ "sub-heading-spacing"
19191
+ ]
19175
19192
  }
19176
19193
  },
19177
19194
  "section-header": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.293",
3
+ "version": "0.1.0-alpha.295",
4
4
  "type": "module",
5
5
  "description": "The design tokens used in Flow, mittwald’s design system",
6
6
  "homepage": "https://github.com/mittwald/flow/tree/main/packages/design-tokens",
@@ -21,5 +21,5 @@
21
21
  "nx": "^20.0.0",
22
22
  "style-dictionary": "^4.1.3"
23
23
  },
24
- "gitHead": "104a51648a71fe890dda71e3efa6833b6f80bb59"
24
+ "gitHead": "8d1239ed0cf3354451cdc8b8207a1f9678887a1a"
25
25
  }