@abtnode/ux 1.16.23-beta-aeb9f5bd → 1.16.23-beta-7b5b0175

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.
@@ -55,7 +55,8 @@ function useGetInstallComponentByUrl({
55
55
  useEffect(() => {
56
56
  if (installDid.current && window.opener) {
57
57
  window.opener.postMessage({
58
- blocklet
58
+ blocklet,
59
+ kind: 'component-installer'
59
60
  }, window.blocklet?.appUrl);
60
61
  }
61
62
  }, [blocklet]);
@@ -64,7 +64,8 @@ function useGetInstallComponentByUrl() {
64
64
  if (installDid.current && window.opener) {
65
65
  var _window$blocklet;
66
66
  window.opener.postMessage({
67
- blocklet
67
+ blocklet,
68
+ kind: 'component-installer'
68
69
  }, (_window$blocklet = window.blocklet) === null || _window$blocklet === void 0 ? void 0 : _window$blocklet.appUrl);
69
70
  }
70
71
  }, [blocklet]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/ux",
3
- "version": "1.16.23-beta-aeb9f5bd",
3
+ "version": "1.16.23-beta-7b5b0175",
4
4
  "description": "UX components shared across abtnode packages",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -27,32 +27,32 @@
27
27
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@abtnode/auth": "1.16.23-beta-aeb9f5bd",
31
- "@abtnode/constant": "1.16.23-beta-aeb9f5bd",
32
- "@abtnode/util": "1.16.23-beta-aeb9f5bd",
30
+ "@abtnode/auth": "1.16.23-beta-7b5b0175",
31
+ "@abtnode/constant": "1.16.23-beta-7b5b0175",
32
+ "@abtnode/util": "1.16.23-beta-7b5b0175",
33
33
  "@ahooksjs/use-url-state": "^3.5.1",
34
34
  "@arcblock/did": "^1.18.108",
35
- "@arcblock/did-connect": "^2.9.14",
35
+ "@arcblock/did-connect": "^2.9.15",
36
36
  "@arcblock/did-motif": "^1.1.13",
37
- "@arcblock/icons": "^2.9.14",
38
- "@arcblock/nft-display": "2.9.14",
39
- "@arcblock/react-hooks": "^2.9.14",
40
- "@arcblock/terminal": "^2.9.14",
41
- "@arcblock/ux": "^2.9.14",
42
- "@blocklet/constant": "1.16.23-beta-aeb9f5bd",
37
+ "@arcblock/icons": "^2.9.15",
38
+ "@arcblock/nft-display": "2.9.15",
39
+ "@arcblock/react-hooks": "^2.9.15",
40
+ "@arcblock/terminal": "^2.9.15",
41
+ "@arcblock/ux": "^2.9.15",
42
+ "@blocklet/constant": "1.16.23-beta-7b5b0175",
43
43
  "@blocklet/launcher-layout": "2.2.51",
44
- "@blocklet/list": "^0.12.65",
45
- "@blocklet/meta": "1.16.23-beta-aeb9f5bd",
46
- "@blocklet/ui-react": "^2.9.14",
44
+ "@blocklet/list": "^0.12.66",
45
+ "@blocklet/meta": "1.16.23-beta-7b5b0175",
46
+ "@blocklet/ui-react": "^2.9.15",
47
47
  "@blocklet/uploader": "^0.0.65",
48
48
  "@emotion/react": "^11.10.4",
49
49
  "@emotion/styled": "^11.10.4",
50
50
  "@iconify/react": "^4.0.0",
51
51
  "@material-table/core": "^0.2.62",
52
- "@mui/icons-material": "^5.15.5",
53
- "@mui/lab": "5.0.0-alpha.161",
54
- "@mui/material": "^5.15.5",
55
- "@mui/styles": "^5.15.5",
52
+ "@mui/icons-material": "^5.15.6",
53
+ "@mui/lab": "5.0.0-alpha.162",
54
+ "@mui/material": "^5.15.6",
55
+ "@mui/styles": "^5.15.6",
56
56
  "@mui/x-date-pickers": "^6.19.0",
57
57
  "@ocap/client": "1.18.108",
58
58
  "@uiw/react-markdown-preview": "4.0.6",
@@ -104,7 +104,7 @@
104
104
  "jest": "^29.7.0",
105
105
  "jest-environment-jsdom": "^29.7.0"
106
106
  },
107
- "gitHead": "418cacd970d373aecc8706f8992e57369d394577",
107
+ "gitHead": "d1386002a4a10a65bf53cfca9754ea077c1d5983",
108
108
  "exports": {
109
109
  ".": {
110
110
  "import": "./es/index.js",