@dynamic-labs/wallet-book 0.17.0-RC.30 → 0.17.0-RC.32

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
@@ -1,4 +1,25 @@
1
1
 
2
+ ## [0.17.0-RC.32](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.0-RC.31...v0.17.0-RC.32) (2023-06-09)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * missing walletlist when filter finds no wallets ([#2289](https://github.com/dynamic-labs/DynamicAuth/issues/2289)) ([a7708d3](https://github.com/dynamic-labs/DynamicAuth/commit/a7708d3eab9609daa4c860555f5804f280958da5))
8
+
9
+ ## [0.17.0-RC.31](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.0-RC.30...v0.17.0-RC.31) (2023-06-09)
10
+
11
+
12
+ ### Features
13
+
14
+ * add fake dapper mobile metadata so that it appears on mobile ([#2288](https://github.com/dynamic-labs/DynamicAuth/issues/2288)) ([ea98462](https://github.com/dynamic-labs/DynamicAuth/commit/ea98462e762d3fa032e2e40f17d2e3679146b3ae))
15
+ * pass variant to social icon getter ([#2277](https://github.com/dynamic-labs/DynamicAuth/issues/2277)) ([b1492ed](https://github.com/dynamic-labs/DynamicAuth/commit/b1492eda50eb80fbfee1aa968771f338694ef7e6))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * don't remove network config from ls if there's a connected wallet ([#2280](https://github.com/dynamic-labs/DynamicAuth/issues/2280)) ([0703dfc](https://github.com/dynamic-labs/DynamicAuth/commit/0703dfc099f86a0802e83a27849b6953e1ddca31))
21
+ * **use-wallets-connection-state:** load connected state when wallets are present ([#2285](https://github.com/dynamic-labs/DynamicAuth/issues/2285)) ([7fb72dc](https://github.com/dynamic-labs/DynamicAuth/commit/7fb72dc8fe1404cd76e68bb3f0de9efa78634525))
22
+
2
23
  ## [0.17.0-RC.30](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.0-RC.29...v0.17.0-RC.30) (2023-06-08)
3
24
 
4
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wallet-book",
3
- "version": "0.17.0-RC.30",
3
+ "version": "0.17.0-RC.32",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dynamic-labs/DynamicAuth.git",
@@ -29,6 +29,6 @@
29
29
  "react-dom": "^17.0.2 || ^18.0.0"
30
30
  },
31
31
  "dependencies": {
32
- "@dynamic-labs/logger": "0.17.0-RC.30"
32
+ "@dynamic-labs/logger": "0.17.0-RC.32"
33
33
  }
34
34
  }
@@ -1,12 +1,4 @@
1
1
  export declare const walletConnectSourceData: Record<string, {
2
- id: string;
3
- metadata: {
4
- shortName: string | null;
5
- colors: {
6
- primary: string | null;
7
- secondary: string | null;
8
- };
9
- };
10
2
  chains: string[];
11
3
  desktop: {
12
4
  native: string | null;
@@ -34,6 +26,7 @@ export declare const walletConnectSourceData: Record<string, {
34
26
  app_type: string;
35
27
  description: string | null;
36
28
  homepage: string;
29
+ id: string;
37
30
  image_id: string;
38
31
  image_url: {
39
32
  lg: string;
@@ -44,13 +37,20 @@ export declare const walletConnectSourceData: Record<string, {
44
37
  injected_id: string;
45
38
  namespace: string;
46
39
  }[] | null;
40
+ metadata: {
41
+ shortName: string | null;
42
+ colors: {
43
+ primary: string | null;
44
+ secondary: string | null;
45
+ };
46
+ };
47
47
  slug: string;
48
48
  supported_standards: {
49
- url: string;
50
49
  id: string;
51
- title: string;
52
50
  standard_id: number;
53
51
  standard_prefix: string;
52
+ title: string;
53
+ url: string;
54
54
  }[];
55
55
  updatedAt: string;
56
56
  versions: string[];
package/wallet-book.cjs CHANGED
@@ -7256,6 +7256,10 @@ var wallets = {
7256
7256
  primaryColor: "#762FBE",
7257
7257
  spriteId: "dapper"
7258
7258
  },
7259
+ mobile: {
7260
+ android: "fake-to-get-dapper-to-appear",
7261
+ ios: "fake-to-get-dapper-to-appear"
7262
+ },
7259
7263
  name: "Dapper"
7260
7264
  },
7261
7265
  exodusevm: {
package/wallet-book.js CHANGED
@@ -7252,6 +7252,10 @@ var wallets = {
7252
7252
  primaryColor: "#762FBE",
7253
7253
  spriteId: "dapper"
7254
7254
  },
7255
+ mobile: {
7256
+ android: "fake-to-get-dapper-to-appear",
7257
+ ios: "fake-to-get-dapper-to-appear"
7258
+ },
7255
7259
  name: "Dapper"
7256
7260
  },
7257
7261
  exodusevm: {