@mittwald/flow-design-tokens 0.2.0-alpha.347 → 0.2.0-alpha.349

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.
@@ -965,6 +965,7 @@
965
965
  --cartesian-grid--stroke-width: var(--border-width--100);
966
966
  --donut-chart--background-color: var(--neutral--color--300);
967
967
  --legend-item--marker--corner-radius: var(--corner-radius--default);
968
+ --line--border-width: var(--border-width--200);
968
969
  --focus--outline-color: var(--primary--color--800);
969
970
  --focus--secondary-outline-color: var(--neutral--color--100);
970
971
  --focus--outline-width: var(--border-width--200);
@@ -15077,6 +15077,25 @@
15077
15077
  }
15078
15078
  }
15079
15079
  },
15080
+ "line": {
15081
+ "border-width": {
15082
+ "value": "2px",
15083
+ "filePath": "src/dataVisualisation/line.yml",
15084
+ "isSource": true,
15085
+ "original": {
15086
+ "value": "{border-width.200}"
15087
+ },
15088
+ "name": "LineBorderWidth",
15089
+ "attributes": {
15090
+ "category": "line",
15091
+ "type": "border-width"
15092
+ },
15093
+ "path": [
15094
+ "line",
15095
+ "border-width"
15096
+ ]
15097
+ }
15098
+ },
15080
15099
  "focus": {
15081
15100
  "outline-color": {
15082
15101
  "value": "#0054F5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.2.0-alpha.347",
3
+ "version": "0.2.0-alpha.349",
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.4.0"
26
26
  },
27
- "gitHead": "7f736c92b997f9ee4f067cb374b8e8edacd7baa5"
27
+ "gitHead": "5da11d008d04cd5c566ced501d59cd3024a109f8"
28
28
  }