@elliemae/ds-backdrop 3.32.2-next.1 → 3.33.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,11 +28,9 @@ 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
- DSBackdrop: () => import_Backdrop2.default,
32
- default: () => import_Backdrop.default
31
+ DSBackdrop: () => import_Backdrop.default
33
32
  });
34
33
  module.exports = __toCommonJS(src_exports);
35
34
  var React = __toESM(require("react"));
36
35
  var import_Backdrop = __toESM(require("./Backdrop.js"));
37
- var import_Backdrop2 = __toESM(require("./Backdrop.js"));
38
36
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export { default } from './Backdrop.js';\nexport { default as DSBackdrop } from './Backdrop.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,sBAAwB;AACxB,IAAAA,mBAAsC;",
6
- "names": ["import_Backdrop"]
4
+ "sourcesContent": ["export { default as DSBackdrop } from './Backdrop.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,sBAAsC;",
6
+ "names": []
7
7
  }
package/dist/esm/index.js CHANGED
@@ -1,8 +1,6 @@
1
1
  import * as React from "react";
2
2
  import { default as default2 } from "./Backdrop.js";
3
- import { default as default3 } from "./Backdrop.js";
4
3
  export {
5
- default3 as DSBackdrop,
6
- default2 as default
4
+ default2 as DSBackdrop
7
5
  };
8
6
  //# 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", "export { default } from './Backdrop.js';\nexport { default as DSBackdrop } from './Backdrop.js';\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,WAAAA,gBAAe;AACxB,SAAoB,WAAXA,gBAA6B;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export { default as DSBackdrop } from './Backdrop.js';\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAoB,WAAXA,gBAA6B;",
6
6
  "names": ["default"]
7
7
  }
@@ -1,2 +1 @@
1
- export { default } from './Backdrop.js';
2
1
  export { default as DSBackdrop } from './Backdrop.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-backdrop",
3
- "version": "3.32.2-next.1",
3
+ "version": "3.33.0-next.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Backdrop",
6
6
  "files": [
@@ -39,14 +39,14 @@
39
39
  "indent": 4
40
40
  },
41
41
  "dependencies": {
42
- "@elliemae/ds-props-helpers": "3.32.2-next.1",
43
- "@elliemae/ds-system": "3.32.2-next.1",
44
- "@elliemae/ds-utilities": "3.32.2-next.1"
42
+ "@elliemae/ds-props-helpers": "3.33.0-next.1",
43
+ "@elliemae/ds-system": "3.33.0-next.1",
44
+ "@elliemae/ds-utilities": "3.33.0-next.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@elliemae/pui-cli": "~9.0.0-next.31",
48
48
  "styled-components": "~5.3.9",
49
- "@elliemae/ds-monorepo-devops": "3.32.2-next.1"
49
+ "@elliemae/ds-monorepo-devops": "3.33.0-next.1"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "^17.0.2",