@elliemae/ds-icons 3.6.0-rc.7 → 3.7.0-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/dist/cjs/AddV2.js +1 -1
- package/dist/cjs/AddV2.js.map +2 -2
- package/dist/cjs/SubtractV2.js +1 -1
- package/dist/cjs/SubtractV2.js.map +2 -2
- package/dist/esm/AddV2.js +1 -1
- package/dist/esm/AddV2.js.map +2 -2
- package/dist/esm/SubtractV2.js +1 -1
- package/dist/esm/SubtractV2.js.map +2 -2
- package/package.json +4 -4
package/dist/cjs/AddV2.js
CHANGED
|
@@ -34,7 +34,7 @@ function AddV2(props) {
|
|
|
34
34
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_SvgIcon.SvgIcon, {
|
|
35
35
|
...props,
|
|
36
36
|
viewBox: "0 0 20 20",
|
|
37
|
-
paths: ["M 16.5
|
|
37
|
+
paths: ["M 16.5 9.5 H 10.5 V 3.5 H 9.5 V 9.5 H 3.5 V 10.5 H 9.5 V 16.5 H 10.5 V 10.5 H 16.5 Z"]
|
|
38
38
|
});
|
|
39
39
|
}
|
|
40
40
|
var AddV2_default = AddV2;
|
package/dist/cjs/AddV2.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/AddV2.tsx", "../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["/* eslint-disable react/prop-types */\nimport React from 'react';\nimport { SvgIcon } from './utils/SvgIcon';\n\nfunction AddV2(props) {\n return (\n <SvgIcon\n {...props}\n viewBox=\"0 0 20 20\"\n paths={['M 16.5
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB;AAEA,qBAAwB;AAExB,SAAS,MAAM,OAAO;AACpB,SACE,4CAAC;AAAA,IACE,GAAG;AAAA,IACJ,SAAQ;AAAA,IACR,OAAO,CAAC,
|
|
4
|
+
"sourcesContent": ["/* eslint-disable react/prop-types */\nimport React from 'react';\nimport { SvgIcon } from './utils/SvgIcon';\n\nfunction AddV2(props) {\n return (\n <SvgIcon\n {...props}\n viewBox=\"0 0 20 20\"\n paths={['M 16.5 9.5 H 10.5 V 3.5 H 9.5 V 9.5 H 3.5 V 10.5 H 9.5 V 16.5 H 10.5 V 10.5 H 16.5 Z']}\n />\n );\n}\n\nexport default AddV2;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB;AAEA,qBAAwB;AAExB,SAAS,MAAM,OAAO;AACpB,SACE,4CAAC;AAAA,IACE,GAAG;AAAA,IACJ,SAAQ;AAAA,IACR,OAAO,CAAC,sFAAsF;AAAA,GAChG;AAEJ;AAEA,IAAO,gBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/cjs/SubtractV2.js
CHANGED
|
@@ -30,7 +30,7 @@ module.exports = __toCommonJS(SubtractV2_exports);
|
|
|
30
30
|
var React = __toESM(require("react"));
|
|
31
31
|
var import_createIcon = require("./utils/createIcon");
|
|
32
32
|
var SubtractV2_default = (0, import_createIcon.createIcon)({
|
|
33
|
-
paths: ["M 3.5
|
|
33
|
+
paths: ["M 3.5 9.5 H 16.5 V 10.5 H 3.5 V 9.5 Z"],
|
|
34
34
|
height: 20,
|
|
35
35
|
width: 20
|
|
36
36
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/SubtractV2.tsx", "../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["import { createIcon } from './utils/createIcon';\n\nexport default createIcon({\n paths: ['M 3.5 9.5 H 16.5 V 10.5 H 3.5 V 9.5 Z'],\n height: 20,\n width: 20,\n});\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAA2B;AAE3B,IAAO,yBAAQ,8BAAW;AAAA,EACxB,OAAO,CAAC,uCAAuC;AAAA,EAC/C,QAAQ;AAAA,EACR,OAAO;AACT,CAAC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/esm/AddV2.js
CHANGED
|
@@ -5,7 +5,7 @@ function AddV2(props) {
|
|
|
5
5
|
return /* @__PURE__ */ jsx(SvgIcon, {
|
|
6
6
|
...props,
|
|
7
7
|
viewBox: "0 0 20 20",
|
|
8
|
-
paths: ["M 16.5
|
|
8
|
+
paths: ["M 16.5 9.5 H 10.5 V 3.5 H 9.5 V 9.5 H 3.5 V 10.5 H 9.5 V 16.5 H 10.5 V 10.5 H 16.5 Z"]
|
|
9
9
|
});
|
|
10
10
|
}
|
|
11
11
|
var AddV2_default = AddV2;
|
package/dist/esm/AddV2.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../scripts/build/transpile/react-shim.js", "../../src/AddV2.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "/* eslint-disable react/prop-types */\nimport React from 'react';\nimport { SvgIcon } from './utils/SvgIcon';\n\nfunction AddV2(props) {\n return (\n <SvgIcon\n {...props}\n viewBox=\"0 0 20 20\"\n paths={['M 16.5
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACAvB;AAEA,SAAS,eAAe;AAExB,SAAS,MAAM,OAAO;AACpB,SACE,oBAAC;AAAA,IACE,GAAG;AAAA,IACJ,SAAQ;AAAA,IACR,OAAO,CAAC,
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "/* eslint-disable react/prop-types */\nimport React from 'react';\nimport { SvgIcon } from './utils/SvgIcon';\n\nfunction AddV2(props) {\n return (\n <SvgIcon\n {...props}\n viewBox=\"0 0 20 20\"\n paths={['M 16.5 9.5 H 10.5 V 3.5 H 9.5 V 9.5 H 3.5 V 10.5 H 9.5 V 16.5 H 10.5 V 10.5 H 16.5 Z']}\n />\n );\n}\n\nexport default AddV2;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACAvB;AAEA,SAAS,eAAe;AAExB,SAAS,MAAM,OAAO;AACpB,SACE,oBAAC;AAAA,IACE,GAAG;AAAA,IACJ,SAAQ;AAAA,IACR,OAAO,CAAC,sFAAsF;AAAA,GAChG;AAEJ;AAEA,IAAO,gBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/esm/SubtractV2.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../scripts/build/transpile/react-shim.js", "../../src/SubtractV2.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { createIcon } from './utils/createIcon';\n\nexport default createIcon({\n paths: ['M 3.5 9.5 H 16.5 V 10.5 H 3.5 V 9.5 Z'],\n height: 20,\n width: 20,\n});\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,kBAAkB;AAE3B,IAAO,qBAAQ,WAAW;AAAA,EACxB,OAAO,CAAC,uCAAuC;AAAA,EAC/C,QAAQ;AAAA,EACR,OAAO;AACT,CAAC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.0-rc.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Icons",
|
|
6
6
|
"files": [
|
|
@@ -1571,9 +1571,9 @@
|
|
|
1571
1571
|
"indent": 4
|
|
1572
1572
|
},
|
|
1573
1573
|
"dependencies": {
|
|
1574
|
-
"@elliemae/ds-classnames": "3.
|
|
1575
|
-
"@elliemae/ds-system": "3.
|
|
1576
|
-
"@elliemae/ds-utilities": "3.
|
|
1574
|
+
"@elliemae/ds-classnames": "3.7.0-rc.2",
|
|
1575
|
+
"@elliemae/ds-system": "3.7.0-rc.2",
|
|
1576
|
+
"@elliemae/ds-utilities": "3.7.0-rc.2"
|
|
1577
1577
|
},
|
|
1578
1578
|
"peerDependencies": {
|
|
1579
1579
|
"lodash": "^4.17.21",
|