@entur/icons 5.0.1-RC.0 → 5.0.1-RC.2

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,14 @@
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-RC.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@5.0.1-RC.1...@entur/icons@5.0.1-RC.2) (2022-11-22)
7
+
8
+ **Note:** Version bump only for package @entur/icons
9
+
10
+ ## [5.0.1-RC.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@5.0.1-RC.0...@entur/icons@5.0.1-RC.1) (2022-11-21)
11
+
12
+ **Note:** Version bump only for package @entur/icons
13
+
6
14
  ## [5.0.1-RC.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@5.0.1-alpha.1...@entur/icons@5.0.1-RC.0) (2022-11-21)
7
15
 
8
16
  **Note:** Version bump only for package @entur/icons
package/dist/index.esm.js CHANGED
@@ -1,20 +1,17 @@
1
1
  import { createElement } from 'react';
2
2
 
3
3
  function _extends() {
4
- _extends = Object.assign || function (target) {
4
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
5
5
  for (var i = 1; i < arguments.length; i++) {
6
6
  var source = arguments[i];
7
-
8
7
  for (var key in source) {
9
8
  if (Object.prototype.hasOwnProperty.call(source, key)) {
10
9
  target[key] = source[key];
11
10
  }
12
11
  }
13
12
  }
14
-
15
13
  return target;
16
14
  };
17
-
18
15
  return _extends.apply(this, arguments);
19
16
  }
20
17
 
@@ -1733,6 +1730,7 @@ function VyIcon(props) {
1733
1730
 
1734
1731
  function ZvippIcon(props) {
1735
1732
  return /*#__PURE__*/createElement("svg", _extends({}, props, {
1733
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
1736
1734
  viewBox: "0 0 16 16",
1737
1735
  width: props.width || props.size || '1em',
1738
1736
  height: props.height || props.size || '1em',
@@ -4333,12 +4331,11 @@ function RSSIcon(props) {
4333
4331
  }));
4334
4332
  }
4335
4333
 
4336
- console.warn("Design system warning: ReportsIcon is deprecated! Use CopyIcon instead.");
4337
- /**
4338
- * @deprecated This icon is deprecated
4339
- */
4340
-
4341
4334
  function ReportsIcon(props) {
4335
+ console.warn("Design system warning: ReportsIcon is deprecated! Use CopyIcon instead.");
4336
+ /**
4337
+ * @deprecated This icon is deprecated
4338
+ */
4342
4339
  return /*#__PURE__*/createElement("svg", _extends({}, props, {
4343
4340
  viewBox: "0 0 16 16",
4344
4341
  width: props.width || props.size || '1em',
@@ -2,20 +2,17 @@ import { createElement } from 'react';
2
2
  import Svg, { Path, G, Circle, Defs, ClipPath, Use } from 'react-native-svg';
3
3
 
4
4
  function _extends() {
5
- _extends = Object.assign || function (target) {
5
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
6
6
  for (var i = 1; i < arguments.length; i++) {
7
7
  var source = arguments[i];
8
-
9
8
  for (var key in source) {
10
9
  if (Object.prototype.hasOwnProperty.call(source, key)) {
11
10
  target[key] = source[key];
12
11
  }
13
12
  }
14
13
  }
15
-
16
14
  return target;
17
15
  };
18
-
19
16
  return _extends.apply(this, arguments);
20
17
  }
21
18
 
@@ -1568,6 +1565,7 @@ function VyIcon(props) {
1568
1565
 
1569
1566
  function ZvippIcon(props) {
1570
1567
  return /*#__PURE__*/createElement(Svg, _extends({}, props, {
1568
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
1571
1569
  viewBox: "0 0 16 16",
1572
1570
  width: props.width || props.size || 16,
1573
1571
  height: props.height || props.size || 16,
package/dist/index.js CHANGED
@@ -5,20 +5,17 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var React = require('react');
6
6
 
7
7
  function _extends() {
8
- _extends = Object.assign || function (target) {
8
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
9
9
  for (var i = 1; i < arguments.length; i++) {
10
10
  var source = arguments[i];
11
-
12
11
  for (var key in source) {
13
12
  if (Object.prototype.hasOwnProperty.call(source, key)) {
14
13
  target[key] = source[key];
15
14
  }
16
15
  }
17
16
  }
18
-
19
17
  return target;
20
18
  };
21
-
22
19
  return _extends.apply(this, arguments);
23
20
  }
24
21
 
@@ -1737,6 +1734,7 @@ function VyIcon(props) {
1737
1734
 
1738
1735
  function ZvippIcon(props) {
1739
1736
  return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
1737
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
1740
1738
  viewBox: "0 0 16 16",
1741
1739
  width: props.width || props.size || '1em',
1742
1740
  height: props.height || props.size || '1em',
@@ -4337,12 +4335,11 @@ function RSSIcon(props) {
4337
4335
  }));
4338
4336
  }
4339
4337
 
4340
- console.warn("Design system warning: ReportsIcon is deprecated! Use CopyIcon instead.");
4341
- /**
4342
- * @deprecated This icon is deprecated
4343
- */
4344
-
4345
4338
  function ReportsIcon(props) {
4339
+ console.warn("Design system warning: ReportsIcon is deprecated! Use CopyIcon instead.");
4340
+ /**
4341
+ * @deprecated This icon is deprecated
4342
+ */
4346
4343
  return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
4347
4344
  viewBox: "0 0 16 16",
4348
4345
  width: props.width || props.size || '1em',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/icons",
3
- "version": "5.0.1-RC.0",
3
+ "version": "5.0.1-RC.2",
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.5.0-RC.0"
49
+ "@entur/utils": "^0.5.0-RC.2"
50
50
  },
51
- "gitHead": "eb50f5092d80dcdfe5c35bdcd7970e9af29e620a"
51
+ "gitHead": "c994dd720e55fc4652ef5f05d7235d61b6bbfbf9"
52
52
  }