@mittwald/flow-design-tokens 0.1.0-alpha.363 → 0.1.0-alpha.365

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.
@@ -650,6 +650,7 @@
650
650
  --accordion--header-padding-y: var(--size-px--xs);
651
651
  --accordion--content-padding: var(--size-px--s);
652
652
  --align--avatar-text--spacing: var(--size-rem--s);
653
+ --align--input-button--spacing: var(--size-px--m);
653
654
  --column-layout--content-to-content-spacing: var(--size-rem--m);
654
655
  --column-layout--gap--s: var(--size-px--s);
655
656
  --column-layout--gap--m: var(--size-px--m);
@@ -21598,6 +21598,27 @@
21598
21598
  "spacing"
21599
21599
  ]
21600
21600
  }
21601
+ },
21602
+ "input-button": {
21603
+ "spacing": {
21604
+ "value": "16px",
21605
+ "filePath": "src/structure/align.yml",
21606
+ "isSource": true,
21607
+ "original": {
21608
+ "value": "{size-px.m}"
21609
+ },
21610
+ "name": "AlignInputButtonSpacing",
21611
+ "attributes": {
21612
+ "category": "align",
21613
+ "type": "input-button",
21614
+ "item": "spacing"
21615
+ },
21616
+ "path": [
21617
+ "align",
21618
+ "input-button",
21619
+ "spacing"
21620
+ ]
21621
+ }
21601
21622
  }
21602
21623
  },
21603
21624
  "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.363",
3
+ "version": "0.1.0-alpha.365",
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": "36b0fb16c668814fba89c1c6fd4a61f492768a27"
25
+ "gitHead": "1f82fac8052c4c2f732c8eeb09e4fd5b23a0012b"
26
26
  }