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

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.
@@ -651,6 +651,7 @@
651
651
  --accordion--content-padding: var(--size-px--s);
652
652
  --align--avatar-text--spacing: var(--size-rem--s);
653
653
  --align--input-button--spacing: var(--size-px--m);
654
+ --align--text-copyButton--spacing: var(--size-rem--xs);
654
655
  --column-layout--content-to-content-spacing: var(--size-rem--m);
655
656
  --column-layout--gap--s: var(--size-px--s);
656
657
  --column-layout--gap--m: var(--size-px--m);
@@ -21619,6 +21619,27 @@
21619
21619
  "spacing"
21620
21620
  ]
21621
21621
  }
21622
+ },
21623
+ "text-copyButton": {
21624
+ "spacing": {
21625
+ "value": "0.25rem",
21626
+ "filePath": "src/structure/align.yml",
21627
+ "isSource": true,
21628
+ "original": {
21629
+ "value": "{size-rem.xs}"
21630
+ },
21631
+ "name": "AlignTextCopyButtonSpacing",
21632
+ "attributes": {
21633
+ "category": "align",
21634
+ "type": "text-copyButton",
21635
+ "item": "spacing"
21636
+ },
21637
+ "path": [
21638
+ "align",
21639
+ "text-copyButton",
21640
+ "spacing"
21641
+ ]
21642
+ }
21622
21643
  }
21623
21644
  },
21624
21645
  "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.365",
3
+ "version": "0.1.0-alpha.367",
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": "1f82fac8052c4c2f732c8eeb09e4fd5b23a0012b"
25
+ "gitHead": "2205b989f9b4e0d0637e8cd9d6b348f90d364d08"
26
26
  }