@entur/icons 5.4.0 → 5.4.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 +4 -0
- package/dist/index.esm.js +2 -5
- package/dist/index.esm.native.js +2 -4
- package/dist/index.js +2 -5
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.4.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@5.4.0...@entur/icons@5.4.1) (2023-01-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @entur/icons
|
|
9
|
+
|
|
6
10
|
# [5.4.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@5.2.1...@entur/icons@5.4.0) (2022-12-09)
|
|
7
11
|
|
|
8
12
|
### Features
|
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
|
|
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
|
|
|
@@ -1779,6 +1776,7 @@ function VyIcon(props) {
|
|
|
1779
1776
|
|
|
1780
1777
|
function ZvippIcon(props) {
|
|
1781
1778
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
1779
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1782
1780
|
viewBox: "0 0 16 16",
|
|
1783
1781
|
width: props.width || props.size || '1em',
|
|
1784
1782
|
height: props.height || props.size || '1em',
|
|
@@ -4505,7 +4503,6 @@ function RSSIcon(props) {
|
|
|
4505
4503
|
}
|
|
4506
4504
|
|
|
4507
4505
|
/** @deprecated ReportsIcon is deprecated; use CopyIcon instead */
|
|
4508
|
-
|
|
4509
4506
|
function ReportsIcon(props) {
|
|
4510
4507
|
console.warn('Design system warning: ReportsIcon is deprecated; use CopyIcon instead');
|
|
4511
4508
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
package/dist/index.esm.native.js
CHANGED
|
@@ -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
|
|
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
|
|
|
@@ -1610,6 +1607,7 @@ function VyIcon(props) {
|
|
|
1610
1607
|
|
|
1611
1608
|
function ZvippIcon(props) {
|
|
1612
1609
|
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
1610
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1613
1611
|
viewBox: "0 0 16 16",
|
|
1614
1612
|
width: props.width || props.size || 16,
|
|
1615
1613
|
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
|
|
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
|
|
|
@@ -1783,6 +1780,7 @@ function VyIcon(props) {
|
|
|
1783
1780
|
|
|
1784
1781
|
function ZvippIcon(props) {
|
|
1785
1782
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
1783
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1786
1784
|
viewBox: "0 0 16 16",
|
|
1787
1785
|
width: props.width || props.size || '1em',
|
|
1788
1786
|
height: props.height || props.size || '1em',
|
|
@@ -4509,7 +4507,6 @@ function RSSIcon(props) {
|
|
|
4509
4507
|
}
|
|
4510
4508
|
|
|
4511
4509
|
/** @deprecated ReportsIcon is deprecated; use CopyIcon instead */
|
|
4512
|
-
|
|
4513
4510
|
function ReportsIcon(props) {
|
|
4514
4511
|
console.warn('Design system warning: ReportsIcon is deprecated; use CopyIcon instead');
|
|
4515
4512
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/icons",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"rollup": "2.6.1"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@entur/tokens": "^3.4.
|
|
49
|
-
"@entur/utils": "^0.
|
|
48
|
+
"@entur/tokens": "^3.4.4",
|
|
49
|
+
"@entur/utils": "^0.5.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "36772ae4f2d8375622acff19736c07d15435cb95"
|
|
52
52
|
}
|