@blocklet/pages-kit-inner-components 0.6.55 → 0.6.56
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/cjs/add-component.js +1 -1
- package/lib/cjs/chunks/{home-BKn7-Ncc.js → home-CxJudZ-U.js} +2 -2
- package/lib/cjs/chunks/{index-HSHOGLHs.js → index-79qE0mDH.js} +27 -27
- package/lib/cjs/chunks/{publish-button-CeewavTH.js → publish-button-DrD1Kp9x.js} +1 -1
- package/lib/cjs/home.js +1 -1
- package/lib/es/add-component.js +1 -1
- package/lib/es/chunks/{home-CmH9KpXZ.js → home-wfZyBMVs.js} +2 -2
- package/lib/es/chunks/{index-ni6tn8EL.js → index-D5PTMZdg.js} +405 -400
- package/lib/es/chunks/{publish-button-DdJy6U4r.js → publish-button-D7lFOwKk.js} +2 -2
- package/lib/es/home.js +2 -2
- package/package.json +5 -4
|
@@ -10,8 +10,8 @@ import { produce as De } from "immer";
|
|
|
10
10
|
import Z from "lodash/difference";
|
|
11
11
|
import { useState as D, useMemo as C, useCallback as O, useImperativeHandle as Oe, useEffect as E, useRef as Ae } from "react";
|
|
12
12
|
import { useAsync as je } from "react-use";
|
|
13
|
-
import { L as ve } from "./home-
|
|
14
|
-
import { p as Ce, g as Re } from "./index-
|
|
13
|
+
import { L as ve } from "./home-wfZyBMVs.js";
|
|
14
|
+
import { p as Ce, g as Re } from "./index-D5PTMZdg.js";
|
|
15
15
|
function ze(s) {
|
|
16
16
|
const [u, g] = D(!1);
|
|
17
17
|
return /* @__PURE__ */ t(
|
package/lib/es/home.js
CHANGED
|
@@ -21,8 +21,8 @@ import "react-helmet";
|
|
|
21
21
|
import "react-router-dom";
|
|
22
22
|
import "react-use";
|
|
23
23
|
import "ufo";
|
|
24
|
-
import "./chunks/index-
|
|
25
|
-
import { a as R, e as S, P as W, d as j, c as k, b as q, T as v, H as z } from "./chunks/home-
|
|
24
|
+
import "./chunks/index-D5PTMZdg.js";
|
|
25
|
+
import { a as R, e as S, P as W, d as j, c as k, b as q, T as v, H as z } from "./chunks/home-wfZyBMVs.js";
|
|
26
26
|
import "./chunks/session-Dx5M-1r2.js";
|
|
27
27
|
export {
|
|
28
28
|
R as HomeView,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit-inner-components",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.56",
|
|
4
4
|
"description": "Pages Kit inner components library",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -73,7 +73,8 @@
|
|
|
73
73
|
"@arcblock/did-connect-storage-nedb": "^1.8.0",
|
|
74
74
|
"@arcblock/react-hooks": "^3.1.21",
|
|
75
75
|
"@arcblock/ux": "^3.1.21",
|
|
76
|
-
"@blocklet/aigne-hub": "^0.3.
|
|
76
|
+
"@blocklet/aigne-hub": "^0.3.15",
|
|
77
|
+
"@blocklet/aigne-sdk": "^0.5.8",
|
|
77
78
|
"@blocklet/code-editor": "^0.5.6",
|
|
78
79
|
"@blocklet/embed": "^0.2.5",
|
|
79
80
|
"@blocklet/js-sdk": "^1.16.48",
|
|
@@ -203,8 +204,8 @@
|
|
|
203
204
|
"yaml": "^2.5.0",
|
|
204
205
|
"yjs": "^13.6.18",
|
|
205
206
|
"zustand": "^4.5.5",
|
|
206
|
-
"@blocklet/pages-kit": "^0.6.
|
|
207
|
-
"@blocklet/pages-kit-block-studio": "^0.6.
|
|
207
|
+
"@blocklet/pages-kit": "^0.6.56",
|
|
208
|
+
"@blocklet/pages-kit-block-studio": "^0.6.56"
|
|
208
209
|
},
|
|
209
210
|
"devDependencies": {
|
|
210
211
|
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
|