@tronweb3/tronwallet-adapter-react-ui 1.1.8 → 1.1.9

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/LICENSE CHANGED
@@ -1,5 +1,5 @@
1
1
  The MIT License (MIT)
2
- Copyright (c) 2022-Present, tronprotocol
2
+ Copyright (c) 2022-Present, web3-geek
3
3
 
4
4
  Permission is hereby granted, free of charge, to any person obtaining a copy
5
5
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -139,7 +139,7 @@ Button with multiple functions including:
139
139
  - Copy address
140
140
 
141
141
  It's recommended to use this component to connect wallet easily.
142
- ![example](https://raw.githubusercontent.com/tronprotocol/tronwallet-adapter/main/docs/action-button.gif)
142
+ ![example](./action-button.gif)
143
143
 
144
144
  ### Props
145
145
 
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- export declare function WalletModalProvider({ children, ...props }: any): JSX.Element;
1
+ import React from 'react';
2
+ export declare function WalletModalProvider({ children, ...props }: any): React.JSX.Element;
3
3
  //# sourceMappingURL=WalletModalProvider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WalletModalProvider.d.ts","sourceRoot":"","sources":["../../src/WalletModalProvider.tsx"],"names":[],"mappings":";AAIA,wBAAgB,mBAAmB,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,eAa9D"}
1
+ {"version":3,"file":"WalletModalProvider.d.ts","sourceRoot":"","sources":["../../src/WalletModalProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,wBAAgB,mBAAmB,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,qBAa9D"}
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@tronweb3/tronwallet-adapter-react-ui",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "A set of out-of-the-box components to make it easy to interact with Tron wallets.",
5
5
  "keywords": [
6
6
  "TRON",
7
7
  "TronWeb",
8
8
  "adapter"
9
9
  ],
10
- "author": "tronprotocol",
10
+ "author": "web3-geek",
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://github.com/tronprotocol/tronwallet-adapter"
13
+ "url": "https://github.com/web3-geek/tronwallet-adapter"
14
14
  },
15
15
  "license": "MIT",
16
16
  "type": "module",
@@ -44,15 +44,15 @@
44
44
  "react-dom": "*"
45
45
  },
46
46
  "dependencies": {
47
- "@tronweb3/tronwallet-abstract-adapter": "^1.1.6",
48
- "@tronweb3/tronwallet-adapter-react-hooks": "^1.1.7"
47
+ "@tronweb3/tronwallet-adapter-react-hooks": "^1.1.8",
48
+ "@tronweb3/tronwallet-abstract-adapter": "^1.1.7"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@testing-library/jest-dom": "^5.16.5",
52
- "@testing-library/react": "^13.4.0",
52
+ "@testing-library/react": "^16.0.0",
53
53
  "@testing-library/user-event": "^13.5.0",
54
54
  "@types/jest": "^27.5.2",
55
- "@types/react": "^18.0.26",
55
+ "@types/react": "^18.3.3",
56
56
  "@types/react-dom": "^18.0.0",
57
57
  "@types/testing-library__jest-dom": "^5.14.5",
58
58
  "jest": "^29.3.1",
@@ -61,7 +61,7 @@
61
61
  "react": "^18.0.0",
62
62
  "react-dom": "^18.0.0",
63
63
  "shx": "^0.3.4",
64
- "@tronweb3/tronwallet-adapter-tronlink": "^1.1.9"
64
+ "@tronweb3/tronwallet-adapter-tronlink": "^1.1.10"
65
65
  },
66
66
  "scripts": {
67
67
  "clean": "shx mkdir -p lib && shx rm -rf lib",