@elliemae/ds-imagelibrarymodal 3.70.0-next.8 → 3.70.0-rc.0

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.
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -16,6 +16,6 @@ declare const DSImageLibraryModal: ({ containerProps, confirmLabel, disableDoubl
16
16
  createdDate: string;
17
17
  }[] | undefined;
18
18
  onSelect?: (() => null) | undefined;
19
- }) => import("react/jsx-runtime.js").JSX.Element;
19
+ }) => import("react").JSX.Element;
20
20
  export { DSImageLibraryModal };
21
21
  export default DSImageLibraryModal;
@@ -9,10 +9,10 @@ export default class ImageLibraryModalImpl extends React.PureComponent {
9
9
  getUser(selected: any): any;
10
10
  handleElementClick: (e: any, image: any) => void;
11
11
  preventSpacebarScroll(): void;
12
- drawDiv(className: any, content: any): import("react/jsx-runtime").JSX.Element;
13
- drawLabel(className: any, label: any, value: any): import("react/jsx-runtime").JSX.Element;
12
+ drawDiv(className: any, content: any): React.JSX.Element;
13
+ drawLabel(className: any, label: any, value: any): React.JSX.Element;
14
14
  renderElements: () => any;
15
- renderSpinner: () => import("react/jsx-runtime").JSX.Element;
16
- renderError: () => import("react/jsx-runtime").JSX.Element;
17
- render(): import("react/jsx-runtime").JSX.Element;
15
+ renderSpinner: () => React.JSX.Element;
16
+ renderError: () => React.JSX.Element;
17
+ render(): React.JSX.Element;
18
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-imagelibrarymodal",
3
- "version": "3.70.0-next.8",
3
+ "version": "3.70.0-rc.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Image Library Modal",
6
6
  "files": [
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "https://git.elliemae.io/platform-ui/dimsum.git"
25
+ "url": "https://github.com/intcx/PLATFORM-UI.dimsum.git"
26
26
  },
27
27
  "engines": {
28
28
  "pnpm": ">=9",
@@ -39,17 +39,17 @@
39
39
  "@elliemae/ds-legacy-modal": "1.0.16",
40
40
  "@elliemae/ds-legacy-spinner": "1.0.16",
41
41
  "react-loading-image": "~0.5.0",
42
- "@elliemae/ds-icon": "3.70.0-next.8",
43
- "@elliemae/ds-icons": "3.70.0-next.8",
44
- "@elliemae/ds-shared": "3.70.0-next.8"
42
+ "@elliemae/ds-icon": "3.70.0-rc.0",
43
+ "@elliemae/ds-shared": "3.70.0-rc.0",
44
+ "@elliemae/ds-icons": "3.70.0-rc.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "jest": "^30.0.0",
48
- "styled-components": "~5.3.9",
49
- "@elliemae/ds-monorepo-devops": "3.70.0-next.8"
48
+ "styled-components": "~5.3.11",
49
+ "@elliemae/ds-monorepo-devops": "3.70.0-rc.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "lodash-es": "^4.17.21",
52
+ "lodash-es": "^4.18.1",
53
53
  "react": "^18.3.1",
54
54
  "react-dom": "^18.3.1"
55
55
  },
@@ -65,4 +65,4 @@
65
65
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
66
66
  "checkDeps": "exit 0 | echo"
67
67
  }
68
- }
68
+ }