gearboxdownloadmodal 8.3.3 → 8.3.5

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.
@@ -30,6 +30,7 @@ interface CardProps {
30
30
  setCdnModal: any;
31
31
  generateCDN: any;
32
32
  cdnUrl: string;
33
+ selectedVersionIds?: string[];
33
34
  }
34
35
  declare const Card: FC<CardProps>;
35
36
  export default Card;
@@ -1,2 +1,2 @@
1
- declare const UrlConfirmModal: ({ onClose, iosLink, googleLink, buttonType, handleCopyLink, download, }: any) => import("react/jsx-runtime").JSX.Element;
1
+ declare const UrlConfirmModal: ({ onClose, iosLink, googleLink, buttonType, handleCopyLink, download, typeOfProduct, }: any) => import("react/jsx-runtime").JSX.Element;
2
2
  export default UrlConfirmModal;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gearboxdownloadmodal",
3
3
  "private": false,
4
- "version": "8.3.3",
4
+ "version": "8.3.5",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.esm.js",