@abtnode/ux 1.16.49 → 1.16.50-beta-20250902-043619-201bcaed
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/appearance.js +2 -2
- package/package.json +10 -10
|
@@ -35,8 +35,8 @@ export default function BlockletAppearance() {
|
|
|
35
35
|
if (!inService) {
|
|
36
36
|
urlSearchParams.set('authKey', '__sst');
|
|
37
37
|
} else {
|
|
38
|
-
// 支持 themeBuilder 预览真实的
|
|
39
|
-
urlSearchParams.set('appUrl', window.
|
|
38
|
+
// 支持 themeBuilder 预览真实的 App 页面
|
|
39
|
+
urlSearchParams.set('appUrl', window.location.origin);
|
|
40
40
|
}
|
|
41
41
|
urlSearchParams.set('schemaKey', joinURL(window.location.origin, pathPrefix, `/api/theme?id=${encodeURIComponent(blocklet.meta.did)}`));
|
|
42
42
|
const sendThemeData = useCallback(() => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/ux",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.50-beta-20250902-043619-201bcaed",
|
|
4
4
|
"description": "UX components shared across abtnode packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@abtnode/auth": "1.16.
|
|
29
|
-
"@abtnode/constant": "1.16.
|
|
30
|
-
"@abtnode/docker-utils": "1.16.
|
|
31
|
-
"@abtnode/util": "1.16.
|
|
28
|
+
"@abtnode/auth": "1.16.50-beta-20250902-043619-201bcaed",
|
|
29
|
+
"@abtnode/constant": "1.16.50-beta-20250902-043619-201bcaed",
|
|
30
|
+
"@abtnode/docker-utils": "1.16.50-beta-20250902-043619-201bcaed",
|
|
31
|
+
"@abtnode/util": "1.16.50-beta-20250902-043619-201bcaed",
|
|
32
32
|
"@ahooksjs/use-url-state": "^3.5.1",
|
|
33
33
|
"@arcblock/did": "1.24.0",
|
|
34
34
|
"@arcblock/did-connect-react": "^3.1.33",
|
|
35
|
-
"@arcblock/did-ext": "^1.24.
|
|
35
|
+
"@arcblock/did-ext": "^1.24.6",
|
|
36
36
|
"@arcblock/did-motif": "^1.1.14",
|
|
37
37
|
"@arcblock/icons": "^3.1.33",
|
|
38
38
|
"@arcblock/nft-display": "^3.1.33",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"@arcblock/ux": "^3.1.33",
|
|
42
42
|
"@arcblock/validator": "1.24.0",
|
|
43
43
|
"@blocklet/aigne-hub": "^0.3.29",
|
|
44
|
-
"@blocklet/constant": "1.16.
|
|
44
|
+
"@blocklet/constant": "1.16.50-beta-20250902-043619-201bcaed",
|
|
45
45
|
"@blocklet/did-domain-react": "^0.5.32",
|
|
46
46
|
"@blocklet/did-space-react": "^1.1.19",
|
|
47
47
|
"@blocklet/error": "^0.2.5",
|
|
48
|
-
"@blocklet/js-sdk": "1.16.
|
|
48
|
+
"@blocklet/js-sdk": "1.16.50-beta-20250902-043619-201bcaed",
|
|
49
49
|
"@blocklet/launcher-layout": "^3.1.33",
|
|
50
50
|
"@blocklet/list": "^0.17.20",
|
|
51
|
-
"@blocklet/meta": "1.16.
|
|
51
|
+
"@blocklet/meta": "1.16.50-beta-20250902-043619-201bcaed",
|
|
52
52
|
"@blocklet/theme": "^3.1.33",
|
|
53
53
|
"@blocklet/ui-react": "^3.1.33",
|
|
54
54
|
"@blocklet/uploader": "^0.2.7",
|
|
@@ -128,5 +128,5 @@
|
|
|
128
128
|
"jest": "^29.7.0",
|
|
129
129
|
"jest-environment-jsdom": "^29.7.0"
|
|
130
130
|
},
|
|
131
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "303555dda4a22370d579651b10886d05688c5533"
|
|
132
132
|
}
|