@mittwald/flow-design-tokens 0.1.0-alpha.351 → 0.1.0-alpha.352

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.
@@ -476,6 +476,7 @@
476
476
  --line-height--s: calc(var(--font-size-text--s) * 1.5);
477
477
  --line-height--m: calc(var(--font-size-text--m) * 1.5);
478
478
  --focus--outline-offset: var(--size-px--xxs);
479
+ --markdown--spacing: var(--size-rem--m);
479
480
  --labeled-value--value-to-action-spacing: var(--size-rem--xs);
480
481
  --labeled-value--label-to-value-spacing: var(--size-rem--xxs);
481
482
  --label--spacing: var(--size-rem--xs);
@@ -13529,6 +13529,25 @@
13529
13529
  ]
13530
13530
  }
13531
13531
  },
13532
+ "markdown": {
13533
+ "spacing": {
13534
+ "value": "1rem",
13535
+ "filePath": "src/content/markdown.yml",
13536
+ "isSource": true,
13537
+ "original": {
13538
+ "value": "{size-rem.m}"
13539
+ },
13540
+ "name": "MarkdownSpacing",
13541
+ "attributes": {
13542
+ "category": "markdown",
13543
+ "type": "spacing"
13544
+ },
13545
+ "path": [
13546
+ "markdown",
13547
+ "spacing"
13548
+ ]
13549
+ }
13550
+ },
13532
13551
  "text": {
13533
13552
  "color": {
13534
13553
  "default": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.351",
3
+ "version": "0.1.0-alpha.352",
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": "08797fddb7d0ba116332f4b7f46a409e48b48af5"
24
+ "gitHead": "13fbaba57ead5d7ad58e3d0f7c7515e08f4501c5"
25
25
  }