@mittwald/flow-design-tokens 0.1.0-alpha.277 → 0.1.0-alpha.278

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.
@@ -242,7 +242,6 @@
242
242
  --popover--padding: var(--size-px--m);
243
243
  --popover--corner-radius: var(--size-px--xs);
244
244
  --notification--font-size: var(--font-size--s);
245
- --notification--icon-to-heading-spacing: var(--size-rem--s);
246
245
  --notification--heading-to-text-spacing: var(--size-rem--xs);
247
246
  --notification--border-style: var(--border-style--default);
248
247
  --notification--padding: var(--size-px--s);
@@ -418,7 +417,6 @@
418
417
  --avatar--size--xs: var(--size-rem--l);
419
418
  --alert--heading-font-size: var(--font-size--m);
420
419
  --alert--content-to-content-spacing: var(--size-rem--s);
421
- --alert--icon-to-heading-spacing: var(--size-rem--s);
422
420
  --alert--heading-to-content-spacing: var(--size-rem--xs);
423
421
  --alert--border-style: var(--border-style--default);
424
422
  --alert--padding: var(--size-px--m);
@@ -7136,23 +7136,6 @@
7136
7136
  "heading-to-content-spacing"
7137
7137
  ]
7138
7138
  },
7139
- "icon-to-heading-spacing": {
7140
- "value": "0.5rem",
7141
- "filePath": "src/components/alert.yml",
7142
- "isSource": true,
7143
- "original": {
7144
- "value": "{size-rem.s}"
7145
- },
7146
- "name": "AlertIconToHeadingSpacing",
7147
- "attributes": {
7148
- "category": "alert",
7149
- "type": "icon-to-heading-spacing"
7150
- },
7151
- "path": [
7152
- "alert",
7153
- "icon-to-heading-spacing"
7154
- ]
7155
- },
7156
7139
  "content-to-content-spacing": {
7157
7140
  "value": "0.5rem",
7158
7141
  "filePath": "src/components/alert.yml",
@@ -16646,23 +16629,6 @@
16646
16629
  "heading-to-text-spacing"
16647
16630
  ]
16648
16631
  },
16649
- "icon-to-heading-spacing": {
16650
- "value": "0.5rem",
16651
- "filePath": "src/components/notification.yml",
16652
- "isSource": true,
16653
- "original": {
16654
- "value": "{size-rem.s}"
16655
- },
16656
- "name": "NotificationIconToHeadingSpacing",
16657
- "attributes": {
16658
- "category": "notification",
16659
- "type": "icon-to-heading-spacing"
16660
- },
16661
- "path": [
16662
- "notification",
16663
- "icon-to-heading-spacing"
16664
- ]
16665
- },
16666
16632
  "font-size": {
16667
16633
  "value": "0.875rem",
16668
16634
  "filePath": "src/components/notification.yml",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.277",
3
+ "version": "0.1.0-alpha.278",
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",
@@ -21,5 +21,5 @@
21
21
  "nx": "^20.0.0",
22
22
  "style-dictionary": "^4.1.3"
23
23
  },
24
- "gitHead": "a0c7af734768c4d7d241c61de37de45d39d53199"
24
+ "gitHead": "c80e66c4fe0c32743e37513c5afee7290688301c"
25
25
  }