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