@mittwald/flow-design-tokens 0.1.0-alpha.407 → 0.1.0-alpha.409

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.
@@ -448,6 +448,7 @@
448
448
  --message--spacing-x: var(--size-rem--m);
449
449
  --message--background-color-responder: var(--color--gray--400);
450
450
  --message--background-color-sender: var(--color--hosting-blue--200);
451
+ --message-thread--spacing: var(--size-rem--l);
451
452
  --text--blockquote-border-style: var(--border-style--default);
452
453
  --text--blockquote-padding: var(--size-rem--s);
453
454
  --text--list-padding: var(--size-rem--l);
@@ -13650,6 +13650,25 @@
13650
13650
  ]
13651
13651
  }
13652
13652
  },
13653
+ "message-thread": {
13654
+ "spacing": {
13655
+ "value": "1.5rem",
13656
+ "filePath": "src/content/messageThread.yml",
13657
+ "isSource": true,
13658
+ "original": {
13659
+ "value": "{size-rem.l}"
13660
+ },
13661
+ "name": "MessageThreadSpacing",
13662
+ "attributes": {
13663
+ "category": "message-thread",
13664
+ "type": "spacing"
13665
+ },
13666
+ "path": [
13667
+ "message-thread",
13668
+ "spacing"
13669
+ ]
13670
+ }
13671
+ },
13653
13672
  "text": {
13654
13673
  "color": {
13655
13674
  "default": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.407",
3
+ "version": "0.1.0-alpha.409",
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": "45e34d42d00400445e8fbccfc5bf79682bd00a03"
25
+ "gitHead": "933e6ada1c7d278da9f7a113e3244cc88f936f6f"
26
26
  }