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

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.
@@ -498,7 +498,7 @@
498
498
  --header-navigation--spacing: var(--size-rem--m);
499
499
  --header-navigation--corner-radius-round: var(--corner-radius--round);
500
500
  --header-navigation--font-weight-current: var(--font-weight--bold);
501
- --link--font-size: var(--font-size-text--s);
501
+ --link--icon-height: calc(var(--font-size-text--m) * 1.25);
502
502
  --link--font-weight: var(--font-weight--bold);
503
503
  --link--spacing: var(--size-rem--xs);
504
504
  --link--color-dark--default: var(--dark--color--800);
@@ -16270,38 +16270,38 @@
16270
16270
  }
16271
16271
  },
16272
16272
  "link": {
16273
- "font-size": {
16274
- "value": "0.875rem",
16273
+ "line-height": {
16274
+ "value": "calc(1rem * 1.5)",
16275
16275
  "filePath": "src/navigation/link.yml",
16276
16276
  "isSource": true,
16277
16277
  "original": {
16278
- "value": "{font-size-text.s}"
16278
+ "value": "{line-height.m}"
16279
16279
  },
16280
- "name": "LinkFontSize",
16280
+ "name": "LinkLineHeight",
16281
16281
  "attributes": {
16282
16282
  "category": "link",
16283
- "type": "font-size"
16283
+ "type": "line-height"
16284
16284
  },
16285
16285
  "path": [
16286
16286
  "link",
16287
- "font-size"
16287
+ "line-height"
16288
16288
  ]
16289
16289
  },
16290
- "line-height": {
16291
- "value": "calc(1rem * 1.5)",
16290
+ "icon-height": {
16291
+ "value": "calc(1rem * 1.25)",
16292
16292
  "filePath": "src/navigation/link.yml",
16293
16293
  "isSource": true,
16294
16294
  "original": {
16295
- "value": "{line-height.m}"
16295
+ "value": "calc({font-size-text.m} * 1.25)"
16296
16296
  },
16297
- "name": "LinkLineHeight",
16297
+ "name": "LinkIconHeight",
16298
16298
  "attributes": {
16299
16299
  "category": "link",
16300
- "type": "line-height"
16300
+ "type": "icon-height"
16301
16301
  },
16302
16302
  "path": [
16303
16303
  "link",
16304
- "line-height"
16304
+ "icon-height"
16305
16305
  ]
16306
16306
  },
16307
16307
  "font-weight": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.409",
3
+ "version": "0.1.0-alpha.410",
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": "933e6ada1c7d278da9f7a113e3244cc88f936f6f"
25
+ "gitHead": "f8fbb5a515ca8cc7e774cefdb459a7d886f43e73"
26
26
  }