@abtnode/ux 1.16.14-beta-a898bfcb → 1.16.14-beta-d802cd3c
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/lib/blocklet/audit-logs.js +23 -4
- package/lib/blocklet/config-navigation.js +20 -6
- package/lib/blocklet/log.js +49 -5
- package/lib/blocklet/oauth/federated-detail-dialog.js +183 -0
- package/lib/blocklet/oauth/federated-invite-dialog.js +93 -0
- package/lib/blocklet/oauth/federated-join-dialog.js +120 -0
- package/lib/blocklet/oauth/federated-site-list.js +318 -0
- package/lib/blocklet/oauth/federated.js +92 -0
- package/lib/blocklet/oauth/index.js +9 -0
- package/lib/card-selector.js +8 -5
- package/lib/contexts/audit-log.js +17 -3
- package/lib/hooks/blocklet.js +2 -3
- package/lib/hooks/confirm.js +106 -0
- package/lib/invitation/invitation-passport.js +12 -26
- package/lib/invitation/invitation.js +3 -0
- package/lib/locales/en.js +49 -2
- package/lib/locales/zh.js +49 -2
- package/lib/logs/log-terminal.js +15 -6
- package/lib/lost-passport.js +1 -0
- package/lib/schema-form/passport-input.js +3 -2
- package/lib/team/members/index.js +9 -3
- package/lib/team/members/member.js +4 -1
- package/lib/team/members/passports.js +7 -5
- package/lib/team/passports/color.js +3 -2
- package/lib/team/passports/index.js +24 -15
- package/lib/team/passports/trusted-factories.js +0 -1
- package/package.json +20 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/ux",
|
|
3
|
-
"version": "1.16.14-beta-
|
|
3
|
+
"version": "1.16.14-beta-d802cd3c",
|
|
4
4
|
"description": "UX components shared across abtnode packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,22 +23,23 @@
|
|
|
23
23
|
"author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@abtnode/auth": "1.16.14-beta-
|
|
27
|
-
"@abtnode/constant": "1.16.14-beta-
|
|
28
|
-
"@abtnode/util": "1.16.14-beta-
|
|
26
|
+
"@abtnode/auth": "1.16.14-beta-d802cd3c",
|
|
27
|
+
"@abtnode/constant": "1.16.14-beta-d802cd3c",
|
|
28
|
+
"@abtnode/util": "1.16.14-beta-d802cd3c",
|
|
29
29
|
"@ahooksjs/use-url-state": "^3.5.1",
|
|
30
|
-
"@arcblock/did": "^1.18.
|
|
31
|
-
"@arcblock/did-connect": "^2.5.
|
|
32
|
-
"@arcblock/did-motif": "^1.1.
|
|
33
|
-
"@arcblock/icons": "^2.5.
|
|
34
|
-
"@arcblock/
|
|
35
|
-
"@arcblock/
|
|
36
|
-
"@arcblock/
|
|
37
|
-
"@
|
|
38
|
-
"@blocklet/
|
|
39
|
-
"@blocklet/
|
|
40
|
-
"@blocklet/
|
|
41
|
-
"@blocklet/
|
|
30
|
+
"@arcblock/did": "^1.18.87",
|
|
31
|
+
"@arcblock/did-connect": "^2.5.60",
|
|
32
|
+
"@arcblock/did-motif": "^1.1.13",
|
|
33
|
+
"@arcblock/icons": "^2.5.60",
|
|
34
|
+
"@arcblock/nft-display": "2.5.60",
|
|
35
|
+
"@arcblock/react-hooks": "^2.5.60",
|
|
36
|
+
"@arcblock/terminal": "^2.5.60",
|
|
37
|
+
"@arcblock/ux": "^2.5.60",
|
|
38
|
+
"@blocklet/constant": "1.16.14-beta-d802cd3c",
|
|
39
|
+
"@blocklet/launcher-layout": "2.1.46",
|
|
40
|
+
"@blocklet/list": "^0.12.8",
|
|
41
|
+
"@blocklet/meta": "1.16.14-beta-d802cd3c",
|
|
42
|
+
"@blocklet/ui-react": "^2.5.60",
|
|
42
43
|
"@emotion/react": "^11.10.4",
|
|
43
44
|
"@emotion/styled": "^11.10.4",
|
|
44
45
|
"@iconify/react": "^4.0.0",
|
|
@@ -48,11 +49,12 @@
|
|
|
48
49
|
"@mui/material": "^5.10.8",
|
|
49
50
|
"@mui/styles": "^5.10.8",
|
|
50
51
|
"@mui/x-date-pickers": "^6.9.0",
|
|
51
|
-
"@ocap/client": "1.18.
|
|
52
|
+
"@ocap/client": "1.18.87",
|
|
52
53
|
"@uiw/react-markdown-preview": "4.0.6",
|
|
53
54
|
"ahooks": "^3.7.1",
|
|
54
55
|
"axios": "^0.27.2",
|
|
55
56
|
"classnames": "^2.3.2",
|
|
57
|
+
"copy-to-clipboard": "^3.3.3",
|
|
56
58
|
"date-fns": "^2.30.0",
|
|
57
59
|
"dsbridge": "3.1.4",
|
|
58
60
|
"file-saver": "^2.0.5",
|
|
@@ -95,5 +97,5 @@
|
|
|
95
97
|
"@babel/preset-react": "^7.18.6",
|
|
96
98
|
"babel-plugin-inline-react-svg": "^1.1.2"
|
|
97
99
|
},
|
|
98
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "f8e2dcefd8d6876e5dedee833ac976b4a0496b20"
|
|
99
101
|
}
|