@mittwald/flow-design-tokens 0.2.0-alpha.41 → 0.2.0-alpha.43

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.
@@ -443,13 +443,13 @@
443
443
  --labeled-value--label-to-value-spacing: var(--size-rem--xxs);
444
444
  --labeled-value--value-to-action-spacing: var(--size-rem--xs);
445
445
  --markdown--spacing: var(--size-rem--m);
446
+ --message-thread--spacing: var(--size-rem--l);
446
447
  --message--padding-y: var(--size-px--s);
447
448
  --message--padding-x: var(--size-px--m);
448
449
  --message--spacing-y: var(--size-rem--s);
449
450
  --message--spacing-x: var(--size-rem--m);
450
451
  --message--background-color-responder: var(--color--gray--400);
451
452
  --message--background-color-sender: var(--color--hosting-blue--200);
452
- --message-thread--spacing: var(--size-rem--l);
453
453
  --text--blockquote-border-style: var(--border-style--default);
454
454
  --text--blockquote-padding: var(--size-rem--s);
455
455
  --text--list-padding: var(--size-rem--l);
@@ -877,6 +877,7 @@
877
877
  --disabled-outline-border-color: var(--neutral--color--400);
878
878
  --disabled-soft-background-color: var(--neutral--color--300);
879
879
  --disabled-soft-content-color: var(--neutral--color--500);
880
+ --avatar-stack--border-width: var(--border-width--200);
880
881
  --code--line-height: var(--line-height--m);
881
882
  --code--corner-radius: var(--corner-radius--default);
882
883
  --code--light-background-color: var(--light-soft-background-color--default);
@@ -11122,6 +11122,25 @@
11122
11122
  ]
11123
11123
  }
11124
11124
  },
11125
+ "avatar-stack": {
11126
+ "border-width": {
11127
+ "value": "2px",
11128
+ "filePath": "src/content/avatar-stack.yml",
11129
+ "isSource": true,
11130
+ "original": {
11131
+ "value": "{border-width.200}"
11132
+ },
11133
+ "name": "AvatarStackBorderWidth",
11134
+ "attributes": {
11135
+ "category": "avatar-stack",
11136
+ "type": "border-width"
11137
+ },
11138
+ "path": [
11139
+ "avatar-stack",
11140
+ "border-width"
11141
+ ]
11142
+ }
11143
+ },
11125
11144
  "avatar": {
11126
11145
  "size": {
11127
11146
  "xs": {
@@ -13599,6 +13618,25 @@
13599
13618
  ]
13600
13619
  }
13601
13620
  },
13621
+ "message-thread": {
13622
+ "spacing": {
13623
+ "value": "1.5rem",
13624
+ "filePath": "src/content/message-thread.yml",
13625
+ "isSource": true,
13626
+ "original": {
13627
+ "value": "{size-rem.l}"
13628
+ },
13629
+ "name": "MessageThreadSpacing",
13630
+ "attributes": {
13631
+ "category": "message-thread",
13632
+ "type": "spacing"
13633
+ },
13634
+ "path": [
13635
+ "message-thread",
13636
+ "spacing"
13637
+ ]
13638
+ }
13639
+ },
13602
13640
  "message": {
13603
13641
  "corner-radius": {
13604
13642
  "value": "4px",
@@ -13720,25 +13758,6 @@
13720
13758
  ]
13721
13759
  }
13722
13760
  },
13723
- "message-thread": {
13724
- "spacing": {
13725
- "value": "1.5rem",
13726
- "filePath": "src/content/messageThread.yml",
13727
- "isSource": true,
13728
- "original": {
13729
- "value": "{size-rem.l}"
13730
- },
13731
- "name": "MessageThreadSpacing",
13732
- "attributes": {
13733
- "category": "message-thread",
13734
- "type": "spacing"
13735
- },
13736
- "path": [
13737
- "message-thread",
13738
- "spacing"
13739
- ]
13740
- }
13741
- },
13742
13761
  "text": {
13743
13762
  "color": {
13744
13763
  "default": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.2.0-alpha.41",
3
+ "version": "0.2.0-alpha.43",
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",
@@ -24,5 +24,5 @@
24
24
  "rimraf": "^6.0.1",
25
25
  "style-dictionary": "^4.3.3"
26
26
  },
27
- "gitHead": "7ba077584e5d333b91062a1803d69c42edc28829"
27
+ "gitHead": "6bddfcbd4de5466d3977b55710298843e075ade0"
28
28
  }