@elliemae/ds-app-picker 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 +1 -3
- package/dist/cjs/index.js.map +3 -3
- package/dist/esm/index.js +1 -3
- package/dist/esm/index.js.map +3 -3
- package/dist/types/index.d.ts +0 -1
- package/package.json +11 -11
package/dist/cjs/index.js
CHANGED
|
@@ -32,12 +32,10 @@ __export(src_exports, {
|
|
|
32
32
|
DSAppPicker: () => import_DSAppPicker.DSAppPicker,
|
|
33
33
|
DSAppPickerDataTestIds: () => import_DSAppPickerDefinitions.DSAppPickerDataTestIds,
|
|
34
34
|
DSAppPickerName: () => import_DSAppPickerDefinitions.DSAppPickerName,
|
|
35
|
-
DSAppPickerSlots: () => import_DSAppPickerDefinitions.DSAppPickerSlots
|
|
36
|
-
default: () => import_DSAppPicker2.default
|
|
35
|
+
DSAppPickerSlots: () => import_DSAppPickerDefinitions.DSAppPickerSlots
|
|
37
36
|
});
|
|
38
37
|
module.exports = __toCommonJS(src_exports);
|
|
39
38
|
var React = __toESM(require("react"));
|
|
40
39
|
var import_DSAppPicker = require("./DSAppPicker.js");
|
|
41
40
|
var import_DSAppPickerDefinitions = require("./DSAppPickerDefinitions.js");
|
|
42
|
-
var import_DSAppPicker2 = __toESM(require("./DSAppPicker.js"));
|
|
43
41
|
//# 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": ["export { DSAppPicker, AppPickerWithSchema } from './DSAppPicker.js';\nexport { DSAppPickerName, DSAppPickerSlots, DSAppPickerDataTestIds } from './DSAppPickerDefinitions.js';\nexport type { DSAppPickerT } from './react-desc-prop-types.js';\n
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;
|
|
6
|
-
"names": [
|
|
4
|
+
"sourcesContent": ["export { DSAppPicker, AppPickerWithSchema } from './DSAppPicker.js';\nexport { DSAppPickerName, DSAppPickerSlots, DSAppPickerDataTestIds } from './DSAppPickerDefinitions.js';\nexport type { DSAppPickerT } from './react-desc-prop-types.js';\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,yBAAiD;AACjD,oCAA0E;",
|
|
6
|
+
"names": []
|
|
7
7
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { DSAppPicker, AppPickerWithSchema } from "./DSAppPicker.js";
|
|
3
3
|
import { DSAppPickerName, DSAppPickerSlots, DSAppPickerDataTestIds } from "./DSAppPickerDefinitions.js";
|
|
4
|
-
import { default as default2 } from "./DSAppPicker.js";
|
|
5
4
|
export {
|
|
6
5
|
AppPickerWithSchema,
|
|
7
6
|
DSAppPicker,
|
|
8
7
|
DSAppPickerDataTestIds,
|
|
9
8
|
DSAppPickerName,
|
|
10
|
-
DSAppPickerSlots
|
|
11
|
-
default2 as default
|
|
9
|
+
DSAppPickerSlots
|
|
12
10
|
};
|
|
13
11
|
//# sourceMappingURL=index.js.map
|
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", "export { DSAppPicker, AppPickerWithSchema } from './DSAppPicker.js';\nexport { DSAppPickerName, DSAppPickerSlots, DSAppPickerDataTestIds } from './DSAppPickerDefinitions.js';\nexport type { DSAppPickerT } from './react-desc-prop-types.js';\n
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,aAAa,2BAA2B;AACjD,SAAS,iBAAiB,kBAAkB,8BAA8B;
|
|
6
|
-
"names": [
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export { DSAppPicker, AppPickerWithSchema } from './DSAppPicker.js';\nexport { DSAppPickerName, DSAppPickerSlots, DSAppPickerDataTestIds } from './DSAppPickerDefinitions.js';\nexport type { DSAppPickerT } from './react-desc-prop-types.js';\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,aAAa,2BAA2B;AACjD,SAAS,iBAAiB,kBAAkB,8BAA8B;",
|
|
6
|
+
"names": []
|
|
7
7
|
}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
export { DSAppPicker, AppPickerWithSchema } from './DSAppPicker.js';
|
|
2
2
|
export { DSAppPickerName, DSAppPickerSlots, DSAppPickerDataTestIds } from './DSAppPickerDefinitions.js';
|
|
3
3
|
export type { DSAppPickerT } from './react-desc-prop-types.js';
|
|
4
|
-
export { default } from './DSAppPicker.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-app-picker",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.33.0-next.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - App Picker",
|
|
6
6
|
"files": [
|
|
@@ -59,20 +59,20 @@
|
|
|
59
59
|
"indent": 4
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@elliemae/ds-button-v2": "3.
|
|
63
|
-
"@elliemae/ds-
|
|
64
|
-
"@elliemae/ds-
|
|
65
|
-
"@elliemae/ds-
|
|
66
|
-
"@elliemae/ds-
|
|
67
|
-
"@elliemae/ds-
|
|
68
|
-
"@elliemae/ds-
|
|
69
|
-
"@elliemae/ds-
|
|
70
|
-
"@elliemae/ds-
|
|
62
|
+
"@elliemae/ds-button-v2": "3.33.0-next.1",
|
|
63
|
+
"@elliemae/ds-props-helpers": "3.33.0-next.1",
|
|
64
|
+
"@elliemae/ds-system": "3.33.0-next.1",
|
|
65
|
+
"@elliemae/ds-utilities": "3.33.0-next.1",
|
|
66
|
+
"@elliemae/ds-grid": "3.33.0-next.1",
|
|
67
|
+
"@elliemae/ds-chip": "3.33.0-next.1",
|
|
68
|
+
"@elliemae/ds-hooks-focus-trap": "3.33.0-next.1",
|
|
69
|
+
"@elliemae/ds-popover": "3.33.0-next.1",
|
|
70
|
+
"@elliemae/ds-icons": "3.33.0-next.1"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
74
74
|
"styled-components": "~5.3.9",
|
|
75
|
-
"@elliemae/ds-monorepo-devops": "3.
|
|
75
|
+
"@elliemae/ds-monorepo-devops": "3.33.0-next.1"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"lodash": "^4.17.21",
|