@arcblock/did-connect-react 3.2.2 → 3.2.4

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.
@@ -7,7 +7,8 @@
7
7
  "README.md",
8
8
  "src/index.js"
9
9
  ],
10
- "parentId": ""
10
+ "parentId": "",
11
+ "icon": "lucide:book"
11
12
  },
12
13
  {
13
14
  "title": "Getting Started",
@@ -19,7 +20,8 @@
19
20
  "src/Connect/index.jsx",
20
21
  "src/Button/index.jsx"
21
22
  ],
22
- "parentId": ""
23
+ "parentId": "",
24
+ "icon": "lucide:rocket"
23
25
  },
24
26
  {
25
27
  "title": "Core Components",
@@ -29,7 +31,8 @@
29
31
  "src/Session/index.jsx",
30
32
  "src/Connect/index.jsx"
31
33
  ],
32
- "parentId": ""
34
+ "parentId": "",
35
+ "icon": "lucide:component"
33
36
  },
34
37
  {
35
38
  "title": "Session Management (SessionProvider)",
@@ -67,7 +70,8 @@
67
70
  "src/OAuth/context.jsx",
68
71
  "src/Passkey/context.jsx"
69
72
  ],
70
- "parentId": ""
73
+ "parentId": "",
74
+ "icon": "lucide:hook"
71
75
  },
72
76
  {
73
77
  "title": "useConnect",
@@ -111,7 +115,8 @@
111
115
  "src/Button/index.jsx",
112
116
  "src/Logo/index.jsx"
113
117
  ],
114
- "parentId": ""
118
+ "parentId": "",
119
+ "icon": "lucide:layout-template"
115
120
  },
116
121
  {
117
122
  "title": "Avatar",
@@ -160,7 +165,8 @@
160
165
  "src/utils.js",
161
166
  "src/error.js"
162
167
  ],
163
- "parentId": ""
168
+ "parentId": "",
169
+ "icon": "lucide:sliders-horizontal"
164
170
  },
165
171
  {
166
172
  "title": "Authentication Methods",
@@ -192,6 +198,7 @@
192
198
  "sourceIds": [
193
199
  "src/types.d.ts"
194
200
  ],
195
- "parentId": ""
201
+ "parentId": "",
202
+ "icon": "lucide:code"
196
203
  }
197
204
  ]
@@ -1,4 +1,4 @@
1
- const o = "3.2.2", s = {
1
+ const o = "3.2.4", s = {
2
2
  version: o
3
3
  };
4
4
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/did-connect-react",
3
- "version": "3.2.2",
3
+ "version": "3.2.4",
4
4
  "description": "Client side library to work with DID Connect by ArcBlock.",
5
5
  "keywords": [
6
6
  "react",
@@ -32,10 +32,10 @@
32
32
  "url": "https://github.com/ArcBlock/ux/issues"
33
33
  },
34
34
  "dependencies": {
35
- "@arcblock/bridge": "3.2.2",
35
+ "@arcblock/bridge": "3.2.4",
36
36
  "@arcblock/did": "^1.27.3",
37
- "@arcblock/icons": "3.2.2",
38
- "@arcblock/react-hooks": "3.2.2",
37
+ "@arcblock/icons": "3.2.4",
38
+ "@arcblock/react-hooks": "3.2.4",
39
39
  "@arcblock/ws": "^1.27.3",
40
40
  "@fontsource/lexend": "^5.2.9",
41
41
  "@iconify-icons/logos": "^1.2.36",
@@ -80,5 +80,5 @@
80
80
  "eslint-plugin-react-hooks": "^4.6.2",
81
81
  "jest": "^29.7.0"
82
82
  },
83
- "gitHead": "d6da30f57d7f5f855462aa75b4189fb8be48fecc"
83
+ "gitHead": "75c7e540161356c3b4d7a35322b85cd5d09c872e"
84
84
  }