@blocklet/ui-react 2.13.9 → 2.13.11
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.
|
@@ -155,7 +155,7 @@ export default function ThirdPartyLogin({ user }) {
|
|
|
155
155
|
behavior: "only-new",
|
|
156
156
|
action: "connect",
|
|
157
157
|
createMode: "connect",
|
|
158
|
-
createButtonText: "Add Passkey",
|
|
158
|
+
createButtonText: "Add New Passkey",
|
|
159
159
|
onSuccess: noop,
|
|
160
160
|
onError: noop,
|
|
161
161
|
dense: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/ui-react",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.11",
|
|
4
4
|
"description": "Some useful front-end web components that can be used in Blocklets.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@abtnode/constant": "^1.16.42",
|
|
36
36
|
"@abtnode/util": "^1.16.42",
|
|
37
|
-
"@arcblock/bridge": "^2.13.
|
|
38
|
-
"@arcblock/react-hooks": "^2.13.
|
|
37
|
+
"@arcblock/bridge": "^2.13.11",
|
|
38
|
+
"@arcblock/react-hooks": "^2.13.11",
|
|
39
39
|
"@arcblock/ws": "^1.20.1",
|
|
40
40
|
"@blocklet/constant": "^1.16.42",
|
|
41
41
|
"@blocklet/did-space-react": "^1.0.48",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"jest": "^29.7.0",
|
|
95
95
|
"unbuild": "^2.0.0"
|
|
96
96
|
},
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "32dc7f93255afb229ce70bc9a9777b378ae19c91"
|
|
98
98
|
}
|
|
@@ -178,7 +178,7 @@ export default function ThirdPartyLogin({ user }: { user: User }) {
|
|
|
178
178
|
behavior="only-new"
|
|
179
179
|
action="connect"
|
|
180
180
|
createMode="connect"
|
|
181
|
-
createButtonText="Add Passkey"
|
|
181
|
+
createButtonText="Add New Passkey"
|
|
182
182
|
onSuccess={noop}
|
|
183
183
|
onError={noop}
|
|
184
184
|
dense
|