@entur/icons 6.13.0 → 6.13.1-RC.0

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.
package/dist/index.esm.js CHANGED
@@ -3243,7 +3243,7 @@ function TaxiIcon(props) {
3243
3243
  height: props.height || props.size || '1em',
3244
3244
  className: (!props.color ? 'eds-icon eds-icon__taxi ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
3245
3245
  inline: undefined,
3246
- color: props.color || '#926f07'
3246
+ color: props.color || '#3d3e40'
3247
3247
  }), /*#__PURE__*/React.createElement("path", {
3248
3248
  fill: "currentColor",
3249
3249
  fillRule: "evenodd",
package/dist/index.js CHANGED
@@ -3267,7 +3267,7 @@ function TaxiIcon(props) {
3267
3267
  height: props.height || props.size || '1em',
3268
3268
  className: (!props.color ? 'eds-icon eds-icon__taxi ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
3269
3269
  inline: undefined,
3270
- color: props.color || '#926f07'
3270
+ color: props.color || '#3d3e40'
3271
3271
  }), /*#__PURE__*/React__namespace.createElement("path", {
3272
3272
  fill: "currentColor",
3273
3273
  fillRule: "evenodd",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/icons",
3
- "version": "6.13.0",
3
+ "version": "6.13.1-RC.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -46,7 +46,7 @@
46
46
  "rollup": "^2.66.0"
47
47
  },
48
48
  "dependencies": {
49
- "@entur/tokens": "^3.11.1"
49
+ "@entur/tokens": "^3.11.2-RC.0"
50
50
  },
51
- "gitHead": "298374e622bca3ae3bbb7226bdd94890be5f82c8"
51
+ "gitHead": "ffc1bbef705504dd4e8df8abccc435dd01513ce3"
52
52
  }