@abtnode/ux 1.16.25-beta-fe54d1bc → 1.16.25-beta-4f765cf3

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.
@@ -47,7 +47,7 @@ export function useBlocklet({
47
47
  getIP,
48
48
  useLocaleContext,
49
49
  disableSubscription,
50
- getOptionalComponents
50
+ getOptionalComponents = false
51
51
  }) {
52
52
  const {
53
53
  t,
@@ -63,7 +63,7 @@ function useBlocklet(_ref) {
63
63
  getIP,
64
64
  useLocaleContext,
65
65
  disableSubscription,
66
- getOptionalComponents
66
+ getOptionalComponents = false
67
67
  } = _ref;
68
68
  const {
69
69
  t,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/ux",
3
- "version": "1.16.25-beta-fe54d1bc",
3
+ "version": "1.16.25-beta-4f765cf3",
4
4
  "description": "UX components shared across abtnode packages",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -28,9 +28,9 @@
28
28
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@abtnode/auth": "1.16.25-beta-fe54d1bc",
32
- "@abtnode/constant": "1.16.25-beta-fe54d1bc",
33
- "@abtnode/util": "1.16.25-beta-fe54d1bc",
31
+ "@abtnode/auth": "1.16.25-beta-4f765cf3",
32
+ "@abtnode/constant": "1.16.25-beta-4f765cf3",
33
+ "@abtnode/util": "1.16.25-beta-4f765cf3",
34
34
  "@ahooksjs/use-url-state": "^3.5.1",
35
35
  "@arcblock/did": "^1.18.113",
36
36
  "@arcblock/did-connect": "^2.9.42",
@@ -40,10 +40,10 @@
40
40
  "@arcblock/react-hooks": "^2.9.42",
41
41
  "@arcblock/terminal": "^2.9.42",
42
42
  "@arcblock/ux": "^2.9.42",
43
- "@blocklet/constant": "1.16.25-beta-fe54d1bc",
43
+ "@blocklet/constant": "1.16.25-beta-4f765cf3",
44
44
  "@blocklet/launcher-layout": "2.2.54",
45
45
  "@blocklet/list": "^0.12.74",
46
- "@blocklet/meta": "1.16.25-beta-fe54d1bc",
46
+ "@blocklet/meta": "1.16.25-beta-4f765cf3",
47
47
  "@blocklet/ui-react": "^2.9.42",
48
48
  "@blocklet/uploader": "^0.0.74",
49
49
  "@emotion/react": "^11.10.4",
@@ -106,7 +106,7 @@
106
106
  "jest": "^29.7.0",
107
107
  "jest-environment-jsdom": "^29.7.0"
108
108
  },
109
- "gitHead": "e9411b6ee3c482554c76fe91796560abeb0e56ad",
109
+ "gitHead": "7783a4bf883bb44b4266651b04008ef65bf6c2ce",
110
110
  "exports": {
111
111
  ".": {
112
112
  "import": "./es/index.js",