@elliemae/ds-backdrop 3.70.0-next.16 → 3.70.0-next.18
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 +3 -1
- package/dist/cjs/index.js.map +3 -3
- package/dist/esm/index.js +3 -1
- package/dist/esm/index.js.map +2 -2
- package/dist/types/index.d.ts +1 -0
- package/package.json +4 -4
package/dist/cjs/index.js
CHANGED
|
@@ -28,9 +28,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
29
|
var index_exports = {};
|
|
30
30
|
__export(index_exports, {
|
|
31
|
-
DSBackdrop: () => import_Backdrop.default
|
|
31
|
+
DSBackdrop: () => import_Backdrop.default,
|
|
32
|
+
DSBackdropWithSchema: () => import_Backdrop2.DSBackdropWithSchema
|
|
32
33
|
});
|
|
33
34
|
module.exports = __toCommonJS(index_exports);
|
|
34
35
|
var React = __toESM(require("react"));
|
|
35
36
|
var import_Backdrop = __toESM(require("./Backdrop.js"));
|
|
37
|
+
var import_Backdrop2 = require("./Backdrop.js");
|
|
36
38
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -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 DSBackdrop from './Backdrop.js';\nexport { DSBackdrop };\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,oCAAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,sBAAuB;",
|
|
6
|
-
"names": ["DSBackdrop"]
|
|
4
|
+
"sourcesContent": ["import DSBackdrop from './Backdrop.js';\nexport { DSBackdrop };\nexport { DSBackdropWithSchema } from './Backdrop.js';\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,oCAAAA;AAAA,EAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,sBAAuB;AAEvB,IAAAC,mBAAqC;",
|
|
6
|
+
"names": ["DSBackdrop", "import_Backdrop"]
|
|
7
7
|
}
|
package/dist/esm/index.js
CHANGED
package/dist/esm/index.js.map
CHANGED
|
@@ -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 DSBackdrop from './Backdrop.js';\nexport { DSBackdrop };\n"],
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACAvB,OAAO,gBAAgB;",
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import DSBackdrop from './Backdrop.js';\nexport { DSBackdrop };\nexport { DSBackdropWithSchema } from './Backdrop.js';\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACAvB,OAAO,gBAAgB;AAEvB,SAAS,4BAA4B;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-backdrop",
|
|
3
|
-
"version": "3.70.0-next.
|
|
3
|
+
"version": "3.70.0-next.18",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Backdrop",
|
|
6
6
|
"files": [
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"indent": 4
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@elliemae/ds-props-helpers": "3.70.0-next.
|
|
40
|
-
"@elliemae/ds-system": "3.70.0-next.
|
|
39
|
+
"@elliemae/ds-props-helpers": "3.70.0-next.18",
|
|
40
|
+
"@elliemae/ds-system": "3.70.0-next.18"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"jest": "^30.0.0",
|
|
44
44
|
"styled-components": "~5.3.9",
|
|
45
|
-
"@elliemae/ds-monorepo-devops": "3.70.0-next.
|
|
45
|
+
"@elliemae/ds-monorepo-devops": "3.70.0-next.18"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"react": "^18.3.1",
|