@ledgerhq/connect-kit 1.0.11 → 1.0.12

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ledgerhq/connect-kit",
3
- "version": "1.0.11",
4
- "description": "A library for dapps to integrate with Ledger Connect and Ledger Live",
3
+ "version": "1.0.12",
4
+ "description": "A library for dApps to integrate with the Ledger Extension and Ledger Live",
5
5
  "author": "Hugo Lopes",
6
6
  "license": "MIT",
7
7
  "main": "dist/umd/index.js",
@@ -10,7 +10,7 @@
10
10
  "dist"
11
11
  ],
12
12
  "types": "dist/index.d.ts",
13
- "homepage": "https://get-connect.ledger.com",
13
+ "homepage": "https://ledger.com",
14
14
  "repository": {
15
15
  "type": "git",
16
16
  "url": "https://github.com/LedgerHQ/connect-kit",
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import { VariantOptions } from "../Modal/Modal.styles";
3
- declare const NeedALedgerCard: ({ variant }: VariantOptions) => JSX.Element;
4
- export default NeedALedgerCard;
@@ -1,8 +0,0 @@
1
- export declare const CustomBackground: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const ContentWrapper: import("styled-components").StyledComponent<"div", any, {
3
- textAlign?: "center" | "inherit" | undefined;
4
- }, never>;
5
- export declare const BuyNowButton: import("styled-components").StyledComponent<"button", any, {
6
- variant: string;
7
- extraMargin?: boolean | undefined;
8
- }, never>;
@@ -1 +0,0 @@
1
- export { default } from "./NeedALedgerSection";