@mittwald/flow-design-tokens 0.1.0-alpha.420 → 0.1.0-alpha.422

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.
@@ -649,6 +649,7 @@
649
649
  --align--input-button--spacing: var(--size-px--m);
650
650
  --align--text-copyButton--spacing: var(--size-rem--xs);
651
651
  --align--icon-text--spacing: var(--size-rem--s);
652
+ --align--text-contextualHelp--spacing: var(--size-rem--xs);
652
653
  --column-layout--gap--s: var(--size-px--s);
653
654
  --column-layout--gap--m: var(--size-px--m);
654
655
  --column-layout--gap--l: var(--size-px--l);
@@ -21660,6 +21660,27 @@
21660
21660
  "spacing"
21661
21661
  ]
21662
21662
  }
21663
+ },
21664
+ "text-contextualHelp": {
21665
+ "spacing": {
21666
+ "value": "0.25rem",
21667
+ "filePath": "src/structure/align.yml",
21668
+ "isSource": true,
21669
+ "original": {
21670
+ "value": "{size-rem.xs}"
21671
+ },
21672
+ "name": "AlignTextContextualHelpSpacing",
21673
+ "attributes": {
21674
+ "category": "align",
21675
+ "type": "text-contextualHelp",
21676
+ "item": "spacing"
21677
+ },
21678
+ "path": [
21679
+ "align",
21680
+ "text-contextualHelp",
21681
+ "spacing"
21682
+ ]
21683
+ }
21663
21684
  }
21664
21685
  },
21665
21686
  "column-layout": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.420",
3
+ "version": "0.1.0-alpha.422",
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",
@@ -22,5 +22,5 @@
22
22
  "prettier": "^3.4.1",
23
23
  "style-dictionary": "^4.2.0"
24
24
  },
25
- "gitHead": "194f7486f370f7dd0d0051ecbe50ab126fec46cd"
25
+ "gitHead": "3141032e1b503684253c1c16c5314e5b751d9090"
26
26
  }