@entur/icons 5.0.0 → 5.0.1-alpha.1

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/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.1-alpha.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@5.0.1-alpha.0...@entur/icons@5.0.1-alpha.1) (2022-10-26)
7
+
8
+ **Note:** Version bump only for package @entur/icons
9
+
10
+ ## [5.0.1-alpha.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@5.0.0...@entur/icons@5.0.1-alpha.0) (2022-10-20)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **unsorted icon:** fix error in unsorted icon svg file ([2dbe52b](https://bitbucket.org/enturas/design-system/commits/2dbe52b0b7b039c8bd0b2f133bf2ef84bd3e16e6))
15
+
6
16
  # [5.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.3.3...@entur/icons@5.0.0) (2022-10-12)
7
17
 
8
18
  ### Bug Fixes
package/dist/index.esm.js CHANGED
@@ -371,7 +371,7 @@ function UnsortedIcon(props) {
371
371
  }), /*#__PURE__*/createElement("path", {
372
372
  fill: "currentColor",
373
373
  fillRule: "evenodd",
374
- d: "M8.6 11.7V4.3l2.1 2.1.9-.9-3.2-3.2v-.1c-.3-.2-.6-.1-.8.1L4.4 5.5l.9.9 2.1-2.1v7.4L5.3 9.6l-.9.9 3.2 3.2.1.1c.2.2.6.2.8-.1l3.2-3.2-.9-.9-2.2 2.1z",
374
+ d: "M8.7 11.8V4.3l2.1 2.1.9-.9-3.2-3.2-.1-.1c-.2-.1-.6-.1-.8.1L4.4 5.5l.9.9 2.1-2.1v7.5L5.3 9.7l-.9.9 3.2 3.2.1.1c.2.1.6.1.8-.1l3.2-3.2-.9-.9-2.1 2.1z",
375
375
  clipRule: "evenodd"
376
376
  }));
377
377
  }
@@ -328,7 +328,7 @@ function UnsortedIcon(props) {
328
328
  }), /*#__PURE__*/createElement(Path, {
329
329
  fill: "currentColor",
330
330
  fillRule: "evenodd",
331
- d: "M8.6 11.7V4.3l2.1 2.1.9-.9-3.2-3.2v-.1c-.3-.2-.6-.1-.8.1L4.4 5.5l.9.9 2.1-2.1v7.4L5.3 9.6l-.9.9 3.2 3.2.1.1c.2.2.6.2.8-.1l3.2-3.2-.9-.9-2.2 2.1z",
331
+ d: "M8.7 11.8V4.3l2.1 2.1.9-.9-3.2-3.2-.1-.1c-.2-.1-.6-.1-.8.1L4.4 5.5l.9.9 2.1-2.1v7.5L5.3 9.7l-.9.9 3.2 3.2.1.1c.2.1.6.1.8-.1l3.2-3.2-.9-.9-2.1 2.1z",
332
332
  clipRule: "evenodd"
333
333
  }));
334
334
  }
package/dist/index.js CHANGED
@@ -375,7 +375,7 @@ function UnsortedIcon(props) {
375
375
  }), /*#__PURE__*/React.createElement("path", {
376
376
  fill: "currentColor",
377
377
  fillRule: "evenodd",
378
- d: "M8.6 11.7V4.3l2.1 2.1.9-.9-3.2-3.2v-.1c-.3-.2-.6-.1-.8.1L4.4 5.5l.9.9 2.1-2.1v7.4L5.3 9.6l-.9.9 3.2 3.2.1.1c.2.2.6.2.8-.1l3.2-3.2-.9-.9-2.2 2.1z",
378
+ d: "M8.7 11.8V4.3l2.1 2.1.9-.9-3.2-3.2-.1-.1c-.2-.1-.6-.1-.8.1L4.4 5.5l.9.9 2.1-2.1v7.5L5.3 9.7l-.9.9 3.2 3.2.1.1c.2.1.6.1.8-.1l3.2-3.2-.9-.9-2.1 2.1z",
379
379
  clipRule: "evenodd"
380
380
  }));
381
381
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/icons",
3
- "version": "5.0.0",
3
+ "version": "5.0.1-alpha.1",
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
  },
47
47
  "dependencies": {
48
48
  "@entur/tokens": "^3.4.1",
49
- "@entur/utils": "^0.4.5"
49
+ "@entur/utils": "^0.5.0-alpha.0"
50
50
  },
51
- "gitHead": "e6da59550f3ace8e356155d60ce72d480aa17d51"
51
+ "gitHead": "8e5d6c63d180d5b3a7b2d0c6c4cdbb8ecb8af8f4"
52
52
  }