reef-knot 0.3.0 → 0.4.0

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.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Lido
3
+ Copyright (c) 2022 Lido
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
21
+ SOFTWARE.
@@ -1,3 +1,5 @@
1
1
  export * from '@reef-knot/connect-wallet-modal';
2
2
  export * from '@reef-knot/web3-react';
3
+ export * as uiReact from '@reef-knot/ui-react';
4
+ export * as walletsIcons from '@reef-knot/wallets-icons';
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,OAAO,KAAK,OAAO,MAAM,qBAAqB,CAAC;AAC/C,OAAO,KAAK,YAAY,MAAM,0BAA0B,CAAC"}
package/dist/cjs/index.js CHANGED
@@ -4,9 +4,34 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var connectWalletModal = require('@reef-knot/connect-wallet-modal');
6
6
  var web3React = require('@reef-knot/web3-react');
7
+ var uiReact = require('@reef-knot/ui-react');
8
+ var walletsIcons = require('@reef-knot/wallets-icons');
7
9
 
10
+ function _interopNamespace(e) {
11
+ if (e && e.__esModule) return e;
12
+ var n = Object.create(null);
13
+ if (e) {
14
+ Object.keys(e).forEach(function (k) {
15
+ if (k !== 'default') {
16
+ var d = Object.getOwnPropertyDescriptor(e, k);
17
+ Object.defineProperty(n, k, d.get ? d : {
18
+ enumerable: true,
19
+ get: function () { return e[k]; }
20
+ });
21
+ }
22
+ });
23
+ }
24
+ n["default"] = e;
25
+ return Object.freeze(n);
26
+ }
8
27
 
28
+ var uiReact__namespace = /*#__PURE__*/_interopNamespace(uiReact);
29
+ var walletsIcons__namespace = /*#__PURE__*/_interopNamespace(walletsIcons);
9
30
 
31
+
32
+
33
+ exports.uiReact = uiReact__namespace;
34
+ exports.walletsIcons = walletsIcons__namespace;
10
35
  Object.keys(connectWalletModal).forEach(function (k) {
11
36
  if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
12
37
  enumerable: true,
@@ -1,3 +1,5 @@
1
1
  export * from '@reef-knot/connect-wallet-modal';
2
2
  export * from '@reef-knot/web3-react';
3
+ export * as uiReact from '@reef-knot/ui-react';
4
+ export * as walletsIcons from '@reef-knot/wallets-icons';
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,OAAO,KAAK,OAAO,MAAM,qBAAqB,CAAC;AAC/C,OAAO,KAAK,YAAY,MAAM,0BAA0B,CAAC"}
package/dist/esm/index.js CHANGED
@@ -1,2 +1,6 @@
1
1
  export * from '@reef-knot/connect-wallet-modal';
2
2
  export * from '@reef-knot/web3-react';
3
+ import * as uiReact from '@reef-knot/ui-react';
4
+ export { uiReact };
5
+ import * as walletsIcons from '@reef-knot/wallets-icons';
6
+ export { walletsIcons };
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "reef-knot",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
7
+ "files": [
8
+ "dist"
9
+ ],
7
10
  "license": "MIT",
8
11
  "publishConfig": {
9
12
  "registry": "https://registry.npmjs.org/",
@@ -14,7 +17,9 @@
14
17
  "dev": "dev=on rollup -c -w"
15
18
  },
16
19
  "dependencies": {
17
- "@reef-knot/connect-wallet-modal": "0.3.0",
18
- "@reef-knot/web3-react": "0.2.0"
20
+ "@reef-knot/connect-wallet-modal": "0.4.0",
21
+ "@reef-knot/web3-react": "0.2.0",
22
+ "@reef-knot/ui-react": "0.1.0",
23
+ "@reef-knot/wallets-icons": "0.2.0"
19
24
  }
20
25
  }
package/CHANGELOG.md DELETED
@@ -1,50 +0,0 @@
1
- # reef-knot
2
-
3
- ## 0.3.0
4
-
5
- ### Minor Changes
6
-
7
- - Add Metrics Events for clicks on wallets connection buttons
8
-
9
- ### Patch Changes
10
-
11
- - Updated dependencies
12
- - @reef-knot/connect-wallet-modal@0.3.0
13
-
14
- ## 0.2.0
15
-
16
- ### Minor Changes
17
-
18
- - Add Metrics Events support
19
-
20
- ### Patch Changes
21
-
22
- - Updated dependencies
23
- - @reef-knot/connect-wallet-modal@0.2.0
24
- - @reef-knot/web3-react@0.2.0
25
-
26
- ## 0.1.2
27
-
28
- ### Patch Changes
29
-
30
- - Fix subpackages versions in dependencies
31
-
32
- ## 0.1.1
33
-
34
- ### Patch Changes
35
-
36
- - Add explanation for Ledger direct connection error
37
- - Updated dependencies
38
- - @reef-knot/connect-wallet-modal@0.1.1
39
-
40
- ## 0.1.0
41
-
42
- ### Minor Changes
43
-
44
- - Support Trust Wallet browser extension
45
-
46
- ### Patch Changes
47
-
48
- - Updated dependencies
49
- - @reef-knot/connect-wallet-modal@0.1.0
50
- - @reef-knot/web3-react@0.1.0