@elliemae/ds-imagelibrarymodal 3.17.0-next.2 → 3.17.0-next.20

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  declare const DSImageLibraryModal: {
4
3
  ({ containerProps, confirmLabel, disableDoubleClick, isOpen, modalTitle, modalType, rejectLabel, shouldCloseOnOverlayClick, size, imagesData, onSelect, ...rest }: {
@@ -8,7 +7,7 @@ declare const DSImageLibraryModal: {
8
7
  disableDoubleClick?: boolean | undefined;
9
8
  isOpen?: boolean | undefined;
10
9
  modalTitle?: string | undefined;
11
- modalType?: unknown;
10
+ modalType?: string | undefined;
12
11
  rejectLabel?: string | undefined;
13
12
  shouldCloseOnOverlayClick?: boolean | undefined;
14
13
  size?: string | undefined;
@@ -19,7 +18,7 @@ declare const DSImageLibraryModal: {
19
18
  createdDate: string;
20
19
  }[] | undefined;
21
20
  onSelect?: (() => null) | undefined;
22
- }): JSX.Element;
21
+ }): import("react/jsx-runtime.js").JSX.Element;
23
22
  /** Inherits DSModal props */
24
23
  propTypes: {
25
24
  containerProps: PropTypes.Requireable<PropTypes.InferProps<{}>>;
@@ -7,10 +7,10 @@ export default class ImageLibraryModalImpl extends React.PureComponent {
7
7
  getUser(selected: any): any;
8
8
  handleElementClick: (e: any, image: any) => void;
9
9
  preventSpacebarScroll(): void;
10
- drawDiv(className: any, content: any): JSX.Element;
11
- drawLabel(className: any, label: any, value: any): JSX.Element;
10
+ drawDiv(className: any, content: any): import("react/jsx-runtime").JSX.Element;
11
+ drawLabel(className: any, label: any, value: any): import("react/jsx-runtime").JSX.Element;
12
12
  renderElements: () => any;
13
- renderSpinner: () => JSX.Element;
14
- renderError: () => JSX.Element;
15
- render(): JSX.Element;
13
+ renderSpinner: () => import("react/jsx-runtime").JSX.Element;
14
+ renderError: () => import("react/jsx-runtime").JSX.Element;
15
+ render(): import("react/jsx-runtime").JSX.Element;
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-imagelibrarymodal",
3
- "version": "3.17.0-next.2",
3
+ "version": "3.17.0-next.20",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Image Library Modal",
6
6
  "files": [
@@ -45,12 +45,11 @@
45
45
  "dependencies": {
46
46
  "prop-types": "~15.8.1",
47
47
  "react-loading-image": "~0.5.0",
48
- "@elliemae/ds-icon": "3.17.0-next.2",
49
- "@elliemae/ds-shared": "3.17.0-next.2",
50
- "@elliemae/ds-icons": "3.17.0-next.2",
51
- "@elliemae/ds-modal": "3.17.0-next.2",
52
- "@elliemae/ds-spinner": "3.17.0-next.2",
53
- "@elliemae/ds-props-helpers": "3.17.0-next.2"
48
+ "@elliemae/ds-icon": "3.17.0-next.20",
49
+ "@elliemae/ds-modal": "3.17.0-next.20",
50
+ "@elliemae/ds-icons": "3.17.0-next.20",
51
+ "@elliemae/ds-spinner": "3.17.0-next.20",
52
+ "@elliemae/ds-shared": "3.17.0-next.20"
54
53
  },
55
54
  "peerDependencies": {
56
55
  "lodash": "^4.17.21",