@ledgerhq/connect-kit
Advanced tools
Comparing version 1.0.16 to 1.0.17-beta.0
@@ -10,2 +10,4 @@ # Changelog | ||
## 1.0.17-beta.0 - 2023-06-19 | ||
## 1.0.16 - 2023-04-04 | ||
@@ -12,0 +14,0 @@ ### Changed |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { ModalProps } from "../Modal/Modal"; | ||
@@ -7,3 +6,3 @@ export type ConnectWithLedgerLiveModalProps = { | ||
} & ModalProps; | ||
declare const ConnectWithLedgerLiveModal: ({ isDesktop, uri, onClose, }: ConnectWithLedgerLiveModalProps) => JSX.Element; | ||
declare const ConnectWithLedgerLiveModal: ({ isDesktop, uri, onClose, }: ConnectWithLedgerLiveModalProps) => import("react/jsx-runtime").JSX.Element; | ||
export default ConnectWithLedgerLiveModal; |
@@ -1,5 +0,4 @@ | ||
/// <reference types="react" /> | ||
import { ModalProps } from "../Modal/Modal"; | ||
export type ExtensionUnavailableModalProps = ModalProps; | ||
declare const ExtensionUnavailableModal: ({ onClose, }: ExtensionUnavailableModalProps) => JSX.Element; | ||
declare const ExtensionUnavailableModal: ({ onClose, }: ExtensionUnavailableModalProps) => import("react/jsx-runtime").JSX.Element; | ||
export default ExtensionUnavailableModal; |
@@ -8,3 +8,3 @@ import { ReactElement } from "react"; | ||
} | ||
export declare const Modal: ({ onClose, children }: ModalProps) => JSX.Element | null; | ||
export declare const Modal: ({ onClose, children }: ModalProps) => import("react/jsx-runtime").JSX.Element | null; | ||
export default Modal; |
@@ -1,3 +0,2 @@ | ||
/// <reference types="react" /> | ||
declare const PlatformNotSupportedModal: () => JSX.Element; | ||
declare const PlatformNotSupportedModal: () => import("react/jsx-runtime").JSX.Element; | ||
export default PlatformNotSupportedModal; |
{ | ||
"name": "@ledgerhq/connect-kit", | ||
"version": "1.0.16", | ||
"version": "1.0.17-beta.0", | ||
"description": "A library for dApps to integrate with the Ledger Extension and Ledger Live", | ||
@@ -5,0 +5,0 @@ "author": "Hugo Lopes", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1762222
2188
2