@elliemae/ds-icon 3.35.0 → 3.36.0-next.1

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 CHANGED
@@ -28,16 +28,14 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
  var src_exports = {};
30
30
  __export(src_exports, {
31
- DSIconColors: () => import_DSIconColor2.default,
32
- DSIconSizes: () => import_DSIconSize2.default,
31
+ DSIconColors: () => import_DSIconColor.default,
32
+ DSIconSizes: () => import_DSIconSize.default,
33
33
  default: () => src_default
34
34
  });
35
35
  module.exports = __toCommonJS(src_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 import_DSIconColor2 = __toESM(require("./DSIconColor.js"));
40
- var import_DSIconSize2 = __toESM(require("./DSIconSize.js"));
41
39
  var src_default = {
42
40
  DSIconColors: import_DSIconColor.default,
43
41
  DSIconSizes: import_DSIconSize.default
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["import DSIconColors from './DSIconColor.js';\nimport DSIconSizes from './DSIconSize.js';\n\nexport { default as DSIconColors } from './DSIconColor.js';\nexport { default as DSIconSizes } from './DSIconSize.js';\n\nexport default {\n DSIconColors,\n DSIconSizes,\n};\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,yBAAyB;AACzB,wBAAwB;AAExB,IAAAA,sBAAwC;AACxC,IAAAC,qBAAuC;AAEvC,IAAO,cAAQ;AAAA,EACb,iCAAAC;AAAA,EACA,+BAAAC;AACF;",
6
- "names": ["import_DSIconColor", "import_DSIconSize", "DSIconColors", "DSIconSizes"]
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,cAAQ;AAAA,EACb,iCAAAC;AAAA,EACA,+BAAAC;AACF;",
6
+ "names": ["DSIconColors", "DSIconSizes", "DSIconColors", "DSIconSizes"]
7
7
  }
package/dist/esm/index.js CHANGED
@@ -1,15 +1,13 @@
1
1
  import * as React from "react";
2
2
  import DSIconColors from "./DSIconColor.js";
3
3
  import DSIconSizes from "./DSIconSize.js";
4
- import { default as default2 } from "./DSIconColor.js";
5
- import { default as default3 } from "./DSIconSize.js";
6
4
  var src_default = {
7
5
  DSIconColors,
8
6
  DSIconSizes
9
7
  };
10
8
  export {
11
- default2 as DSIconColors,
12
- default3 as DSIconSizes,
9
+ DSIconColors,
10
+ DSIconSizes,
13
11
  src_default as default
14
12
  };
15
13
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import DSIconColors from './DSIconColor.js';\nimport DSIconSizes from './DSIconSize.js';\n\nexport { default as DSIconColors } from './DSIconColor.js';\nexport { default as DSIconSizes } from './DSIconSize.js';\n\nexport default {\n DSIconColors,\n DSIconSizes,\n};\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACAvB,OAAO,kBAAkB;AACzB,OAAO,iBAAiB;AAExB,SAAoB,WAAXA,gBAA+B;AACxC,SAAoB,WAAXA,gBAA8B;AAEvC,IAAO,cAAQ;AAAA,EACb;AAAA,EACA;AACF;",
6
- "names": ["default"]
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,cAAQ;AAAA,EACb;AAAA,EACA;AACF;",
6
+ "names": []
7
7
  }
@@ -1,5 +1,6 @@
1
- export { default as DSIconColors } from './DSIconColor.js';
2
- export { default as DSIconSizes } from './DSIconSize.js';
1
+ import DSIconColors from './DSIconColor.js';
2
+ import DSIconSizes from './DSIconSize.js';
3
+ export { DSIconColors, DSIconSizes };
3
4
  declare const _default: {
4
5
  DSIconColors: {
5
6
  NEUTRAL: ["neutral", "900"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-icon",
3
- "version": "3.35.0",
3
+ "version": "3.36.0-next.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Icon",
6
6
  "files": [
@@ -50,7 +50,7 @@
50
50
  "devDependencies": {
51
51
  "@elliemae/pui-cli": "~9.0.0-next.31",
52
52
  "styled-components": "~5.3.9",
53
- "@elliemae/ds-monorepo-devops": "3.35.0"
53
+ "@elliemae/ds-monorepo-devops": "3.36.0-next.1"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "react": "~17.0.2",