@mittwald/flow-design-tokens 0.2.0-alpha.28 → 0.2.0-alpha.30

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.
@@ -648,6 +648,7 @@
648
648
  --align--avatar-text--spacing: var(--size-rem--s);
649
649
  --align--input-button--spacing: var(--size-px--m);
650
650
  --align--text-copyButton--spacing: var(--size-rem--xs);
651
+ --align--icon-text--spacing: var(--size-rem--s);
651
652
  --column-layout--gap--s: var(--size-px--s);
652
653
  --column-layout--gap--m: var(--size-px--m);
653
654
  --column-layout--gap--l: var(--size-px--l);
@@ -21639,6 +21639,27 @@
21639
21639
  "spacing"
21640
21640
  ]
21641
21641
  }
21642
+ },
21643
+ "icon-text": {
21644
+ "spacing": {
21645
+ "value": "0.5rem",
21646
+ "filePath": "src/structure/align.yml",
21647
+ "isSource": true,
21648
+ "original": {
21649
+ "value": "{size-rem.s}"
21650
+ },
21651
+ "name": "AlignIconTextSpacing",
21652
+ "attributes": {
21653
+ "category": "align",
21654
+ "type": "icon-text",
21655
+ "item": "spacing"
21656
+ },
21657
+ "path": [
21658
+ "align",
21659
+ "icon-text",
21660
+ "spacing"
21661
+ ]
21662
+ }
21642
21663
  }
21643
21664
  },
21644
21665
  "column-layout": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.2.0-alpha.28",
3
+ "version": "0.2.0-alpha.30",
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",
@@ -19,10 +19,10 @@
19
19
  "devDependencies": {
20
20
  "@types/js-yaml": "^4.0.9",
21
21
  "js-yaml": "^4.1.0",
22
- "nx": "^20.4.0",
23
- "prettier": "^3.4.2",
22
+ "nx": "^20.4.2",
23
+ "prettier": "^3.5.0",
24
24
  "rimraf": "^6.0.1",
25
25
  "style-dictionary": "^4.3.2"
26
26
  },
27
- "gitHead": "62d6a35560fb3728c0073029445d5578f3c90030"
27
+ "gitHead": "c2d7f40e626d4c0a22617e568036e6d78e7a9358"
28
28
  }