@ledgerhq/connect-kit 1.1.0-beta.1 → 1.1.0-beta.2

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/CHANGELOG.md CHANGED
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## 1.1.0-beta.2 - 2023-06-19
11
+ ### Changed
12
+ - Internal improvements.
13
+
10
14
  ## 1.1.0-beta.1 - 2023-06-19
11
15
  ### Added
12
16
  - Support for WalletConnect v2.
@@ -1,5 +1,6 @@
1
1
  import { ReactElement } from "react";
2
2
  export declare let setIsModalOpen: (isModalOpen: boolean) => void;
3
+ export declare let isModalOpen: Function;
3
4
  export interface ModalProps {
4
5
  isOpen?: boolean;
5
6
  onClose?: Function;