@mittwald/flow-design-tokens 0.1.0-alpha.375 → 0.1.0-alpha.376

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.
@@ -401,6 +401,7 @@
401
401
  --avatar--size--l: var(--size-rem--xxl);
402
402
  --code--font-size: var(--font-size-text--s);
403
403
  --code--padding-x: var(--size-px--xs);
404
+ --code--padding-y: var(--size-px--xxs);
404
405
  --code--padding: var(--size-px--m);
405
406
  --code--spacing: var(--size-px--m);
406
407
  --decorative--blue-background-color: var(--color--hosting-blue--200);
@@ -10937,6 +10937,23 @@
10937
10937
  "padding-x"
10938
10938
  ]
10939
10939
  },
10940
+ "padding-y": {
10941
+ "value": "2px",
10942
+ "filePath": "src/content/code.yml",
10943
+ "isSource": true,
10944
+ "original": {
10945
+ "value": "{size-px.xxs}"
10946
+ },
10947
+ "name": "CodePaddingY",
10948
+ "attributes": {
10949
+ "category": "code",
10950
+ "type": "padding-y"
10951
+ },
10952
+ "path": [
10953
+ "code",
10954
+ "padding-y"
10955
+ ]
10956
+ },
10940
10957
  "padding": {
10941
10958
  "value": "16px",
10942
10959
  "filePath": "src/content/code.yml",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.375",
3
+ "version": "0.1.0-alpha.376",
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": "91eb170385731ff0eaa7abeb9c5fdb041723a642"
25
+ "gitHead": "bdbc5bf93751378a978926ed63e38e1492d3d80c"
26
26
  }