@mittwald/flow-design-tokens 0.2.0-alpha.634 → 0.2.0-alpha.635

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.
@@ -945,6 +945,7 @@
945
945
  --heading--color: var(--primary--color--1000);
946
946
  --heading--color-dark: var(--dark-plain-content-color);
947
947
  --heading--color-light: var(--light-plain-content-color);
948
+ --heading--color-danger: var(--danger--color--900);
948
949
  --icon--color: var(--neutral--color--800);
949
950
  --illustrated-message--primary-content-color: var(--primary--color--1000);
950
951
  --illustrated-message--danger-content-color: var(--danger--color--900);
@@ -15185,6 +15185,25 @@
15185
15185
  "color-light"
15186
15186
  ]
15187
15187
  },
15188
+ "color-danger": {
15189
+ "key": "{heading.color-danger}",
15190
+ "value": "#B4193A",
15191
+ "filePath": "src/content/heading.yml",
15192
+ "isSource": true,
15193
+ "original": {
15194
+ "value": "{danger.color.900}",
15195
+ "key": "{heading.color-danger}"
15196
+ },
15197
+ "name": "HeadingColorDanger",
15198
+ "attributes": {
15199
+ "category": "heading",
15200
+ "type": "color-danger"
15201
+ },
15202
+ "path": [
15203
+ "heading",
15204
+ "color-danger"
15205
+ ]
15206
+ },
15188
15207
  "icon-to-text-spacing": {
15189
15208
  "key": "{heading.icon-to-text-spacing}",
15190
15209
  "value": "0.5rem",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.2.0-alpha.634",
3
+ "version": "0.2.0-alpha.635",
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.1.2",
25
25
  "style-dictionary": "^5.1.1"
26
26
  },
27
- "gitHead": "f9aa1a16d281441ed2909a1d05eb952a529e4fcf"
27
+ "gitHead": "a53be1ef3b0e108a8c40e22771dbc112a2d8c764"
28
28
  }