@elliemae/ds-icon 3.51.0-rc.8 → 3.51.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/dist/cjs/index.js +5 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -26,17 +26,17 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var index_exports = {};
|
|
30
|
+
__export(index_exports, {
|
|
31
31
|
DSIconColors: () => import_DSIconColor.default,
|
|
32
32
|
DSIconSizes: () => import_DSIconSize.default,
|
|
33
|
-
default: () =>
|
|
33
|
+
default: () => index_default
|
|
34
34
|
});
|
|
35
|
-
module.exports = __toCommonJS(
|
|
35
|
+
module.exports = __toCommonJS(index_exports);
|
|
36
36
|
var React = __toESM(require("react"));
|
|
37
37
|
var import_DSIconColor = __toESM(require("./DSIconColor.js"));
|
|
38
38
|
var import_DSIconSize = __toESM(require("./DSIconSize.js"));
|
|
39
|
-
var
|
|
39
|
+
var index_default = {
|
|
40
40
|
DSIconColors: import_DSIconColor.default,
|
|
41
41
|
DSIconSizes: import_DSIconSize.default
|
|
42
42
|
};
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
4
|
"sourcesContent": ["import DSIconColors from './DSIconColor.js';\nimport DSIconSizes from './DSIconSize.js';\n\nexport { DSIconColors, DSIconSizes };\n\nexport default {\n DSIconColors,\n DSIconSizes,\n};\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,yCAAAA;AAAA,EAAA,qCAAAC;AAAA,EAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,yBAAyB;AACzB,wBAAwB;AAIxB,IAAO,
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,yCAAAA;AAAA,EAAA,qCAAAC;AAAA,EAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,yBAAyB;AACzB,wBAAwB;AAIxB,IAAO,gBAAQ;AAAA,EACb,iCAAAC;AAAA,EACA,+BAAAC;AACF;",
|
|
6
6
|
"names": ["DSIconColors", "DSIconSizes", "DSIconColors", "DSIconSizes"]
|
|
7
7
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import DSIconColors from "./DSIconColor.js";
|
|
3
3
|
import DSIconSizes from "./DSIconSize.js";
|
|
4
|
-
var
|
|
4
|
+
var index_default = {
|
|
5
5
|
DSIconColors,
|
|
6
6
|
DSIconSizes
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
9
|
DSIconColors,
|
|
10
10
|
DSIconSizes,
|
|
11
|
-
|
|
11
|
+
index_default as default
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
|
|
4
4
|
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import DSIconColors from './DSIconColor.js';\nimport DSIconSizes from './DSIconSize.js';\n\nexport { DSIconColors, DSIconSizes };\n\nexport default {\n DSIconColors,\n DSIconSizes,\n};\n"],
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACAvB,OAAO,kBAAkB;AACzB,OAAO,iBAAiB;AAIxB,IAAO,
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACAvB,OAAO,kBAAkB;AACzB,OAAO,iBAAiB;AAIxB,IAAO,gBAAQ;AAAA,EACb;AAAA,EACA;AACF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-icon",
|
|
3
|
-
"version": "3.51.0
|
|
3
|
+
"version": "3.51.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Icon",
|
|
6
6
|
"files": [
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@elliemae/pui-cli": "9.0.0-next.55",
|
|
44
44
|
"jest": "~29.7.0",
|
|
45
45
|
"styled-components": "~5.3.9",
|
|
46
|
-
"@elliemae/ds-monorepo-devops": "3.51.0
|
|
46
|
+
"@elliemae/ds-monorepo-devops": "3.51.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"react": "^18.3.1",
|