@elliemae/ds-icons 2.0.0-alpha.9 → 2.0.0-next.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/cjs/AlertsDetail.js +6 -4
- package/esm/AlertsDetail.js +6 -4
- package/package.json +2 -2
package/cjs/AlertsDetail.js
CHANGED
|
@@ -15,7 +15,7 @@ var _objectWithoutProperties__default = /*#__PURE__*/_interopDefaultLegacy(_obje
|
|
|
15
15
|
|
|
16
16
|
var _path;
|
|
17
17
|
|
|
18
|
-
const _excluded = ["containerProps", "size", "color", "className", "style", "innerRef"];
|
|
18
|
+
const _excluded = ["containerProps", "size", "color", "className", "style", "innerRef", "title"];
|
|
19
19
|
|
|
20
20
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
21
21
|
|
|
@@ -28,7 +28,8 @@ function SvgIcon(props) {
|
|
|
28
28
|
color,
|
|
29
29
|
className = '',
|
|
30
30
|
style = {},
|
|
31
|
-
innerRef
|
|
31
|
+
innerRef,
|
|
32
|
+
title
|
|
32
33
|
} = props,
|
|
33
34
|
rest = _objectWithoutProperties__default["default"](props, _excluded);
|
|
34
35
|
|
|
@@ -57,8 +58,9 @@ function SvgIcon(props) {
|
|
|
57
58
|
height
|
|
58
59
|
},
|
|
59
60
|
fill: fill,
|
|
60
|
-
viewBox: "0 0 24 24"
|
|
61
|
-
|
|
61
|
+
viewBox: "0 0 24 24",
|
|
62
|
+
role: "img"
|
|
63
|
+
}, void 0, title && /*#__PURE__*/_jsx__default["default"]("title", {}, void 0, title), /*#__PURE__*/_jsx__default["default"]("g", {
|
|
62
64
|
fillRule: "evenodd",
|
|
63
65
|
stroke: "none",
|
|
64
66
|
strokeWidth: "1"
|
package/esm/AlertsDetail.js
CHANGED
|
@@ -7,7 +7,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
7
7
|
|
|
8
8
|
var _path;
|
|
9
9
|
|
|
10
|
-
const _excluded = ["containerProps", "size", "color", "className", "style", "innerRef"];
|
|
10
|
+
const _excluded = ["containerProps", "size", "color", "className", "style", "innerRef", "title"];
|
|
11
11
|
|
|
12
12
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
13
13
|
|
|
@@ -20,7 +20,8 @@ function SvgIcon(props) {
|
|
|
20
20
|
color,
|
|
21
21
|
className = '',
|
|
22
22
|
style = {},
|
|
23
|
-
innerRef
|
|
23
|
+
innerRef,
|
|
24
|
+
title
|
|
24
25
|
} = props,
|
|
25
26
|
rest = _objectWithoutProperties(props, _excluded);
|
|
26
27
|
|
|
@@ -49,8 +50,9 @@ function SvgIcon(props) {
|
|
|
49
50
|
height
|
|
50
51
|
},
|
|
51
52
|
fill: fill,
|
|
52
|
-
viewBox: "0 0 24 24"
|
|
53
|
-
|
|
53
|
+
viewBox: "0 0 24 24",
|
|
54
|
+
role: "img"
|
|
55
|
+
}, void 0, title && /*#__PURE__*/_jsx("title", {}, void 0, title), /*#__PURE__*/_jsx("g", {
|
|
54
56
|
fillRule: "evenodd",
|
|
55
57
|
stroke: "none",
|
|
56
58
|
strokeWidth: "1"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-icons",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-next.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Icons",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -1553,7 +1553,7 @@
|
|
|
1553
1553
|
"dev": "cross-env NODE_ENV=development && node ../../scripts/build/build.js -w"
|
|
1554
1554
|
},
|
|
1555
1555
|
"dependencies": {
|
|
1556
|
-
"@elliemae/ds-classnames": "2.0.0-
|
|
1556
|
+
"@elliemae/ds-classnames": "2.0.0-next.0",
|
|
1557
1557
|
"react-desc": "^4.1.3"
|
|
1558
1558
|
},
|
|
1559
1559
|
"peerDependencies": {
|