@blocklet/pages-kit-inner-components 0.6.36 → 0.6.38
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-C6w76oIG.js → home-DnAiAqUA.js} +2 -2
- package/lib/cjs/chunks/{index-DDXPTdvW.js → index-DwXFWtCu.js} +7 -7
- package/lib/cjs/chunks/{publish-button-DjVJAqts.js → publish-button-CxPaQCVl.js} +1 -1
- package/lib/cjs/home.js +1 -1
- package/lib/cjs/theme.js +1 -1
- package/lib/es/add-component.js +1 -1
- package/lib/es/chunks/{home-CCiZOODL.js → home-1FD52b5s.js} +2 -2
- package/lib/es/chunks/{index-B6GyWmgC.js → index-DBTbT9nm.js} +205 -199
- package/lib/es/chunks/{publish-button-BTcQPSRb.js → publish-button-Dd-8JzPl.js} +2 -2
- package/lib/es/home.js +2 -2
- package/lib/es/theme.js +10 -6
- package/package.json +15 -15
|
@@ -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-1FD52b5s.js";
|
|
14
|
+
import { p as Ce, g as Re } from "./index-DBTbT9nm.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, P as S, d as W, c as j, b as k, T as q, H as v } from "./chunks/home-
|
|
24
|
+
import "./chunks/index-DBTbT9nm.js";
|
|
25
|
+
import { a as R, P as S, d as W, c as j, b as k, T as q, H as v } from "./chunks/home-1FD52b5s.js";
|
|
26
26
|
import "./chunks/session-C72Dq8zg.js";
|
|
27
27
|
export {
|
|
28
28
|
R as HomeView,
|
package/lib/es/theme.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { ConfigProvider as c } from "@arcblock/ux/lib/Config";
|
|
3
|
-
import { Icon as
|
|
4
|
-
import
|
|
5
|
-
import { listItemIconClasses as y, switchClasses as
|
|
3
|
+
import { Icon as $ } from "@iconify-icon/react";
|
|
4
|
+
import h from "@iconify-icons/tabler/chevron-down";
|
|
5
|
+
import { listItemIconClasses as y, switchClasses as g, svgIconClasses as s, sliderClasses as o, outlinedInputClasses as m, inputBaseClasses as t, filledInputClasses as u, inputLabelClasses as i, inputClasses as l, selectClasses as S, autocompleteClasses as p, Box as z } from "@mui/material";
|
|
6
6
|
import { useMemo as v } from "react";
|
|
7
7
|
import { useLocation as M } from "react-router-dom";
|
|
8
8
|
import { S as I } from "./chunks/session-C72Dq8zg.js";
|
|
@@ -23,7 +23,7 @@ const n = window.blocklet?.prefix || "/", O = n.endsWith("/") ? `${n}admin` : `$
|
|
|
23
23
|
}
|
|
24
24
|
};
|
|
25
25
|
function x(e) {
|
|
26
|
-
return /* @__PURE__ */ a(z, { ...e, component:
|
|
26
|
+
return /* @__PURE__ */ a(z, { ...e, component: $, icon: h });
|
|
27
27
|
}
|
|
28
28
|
const T = {
|
|
29
29
|
typography: {
|
|
@@ -112,7 +112,7 @@ const T = {
|
|
|
112
112
|
height: 28,
|
|
113
113
|
width: 48,
|
|
114
114
|
padding: 8,
|
|
115
|
-
[`&.${
|
|
115
|
+
[`&.${g.sizeSmall}`]: {
|
|
116
116
|
height: 26,
|
|
117
117
|
width: 40,
|
|
118
118
|
padding: 8
|
|
@@ -177,7 +177,7 @@ const T = {
|
|
|
177
177
|
[`&.${t.hiddenLabel}`]: {
|
|
178
178
|
mt: 0,
|
|
179
179
|
pt: 0,
|
|
180
|
-
[`.${
|
|
180
|
+
[`.${S.select}.${l.input}:focus`]: {
|
|
181
181
|
bgcolor: "transparent"
|
|
182
182
|
}
|
|
183
183
|
}
|
|
@@ -294,6 +294,10 @@ const T = {
|
|
|
294
294
|
},
|
|
295
295
|
"@media (hover: none)": {
|
|
296
296
|
bgcolor: e.palette.grey[100]
|
|
297
|
+
},
|
|
298
|
+
// disabled
|
|
299
|
+
"&.Mui-disabled": {
|
|
300
|
+
bgcolor: e.palette.grey[100]
|
|
297
301
|
}
|
|
298
302
|
})
|
|
299
303
|
}
|
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.38",
|
|
4
4
|
"description": "Pages Kit inner components library",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -69,22 +69,22 @@
|
|
|
69
69
|
"url": "git+https://github.com/blocklet/pages-kit.git"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@arcblock/did-auth": "^1.21.
|
|
72
|
+
"@arcblock/did-auth": "^1.21.1",
|
|
73
73
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
74
|
-
"@arcblock/did-connect": "^3.0.
|
|
75
|
-
"@arcblock/react-hooks": "^3.0.
|
|
76
|
-
"@arcblock/ux": "^3.0.
|
|
77
|
-
"@blocklet/ai-runtime": "^0.4.
|
|
74
|
+
"@arcblock/did-connect": "^3.0.41",
|
|
75
|
+
"@arcblock/react-hooks": "^3.0.41",
|
|
76
|
+
"@arcblock/ux": "^3.0.41",
|
|
77
|
+
"@blocklet/ai-runtime": "^0.4.279",
|
|
78
78
|
"@blocklet/aigne-hub": "^0.2.24",
|
|
79
|
-
"@blocklet/code-editor": "^0.4.
|
|
79
|
+
"@blocklet/code-editor": "^0.4.279",
|
|
80
80
|
"@blocklet/embed": "^0.2.5",
|
|
81
81
|
"@blocklet/js-sdk": "^1.16.46",
|
|
82
82
|
"@blocklet/logger": "1.16.44",
|
|
83
|
-
"@blocklet/quickjs": "^0.4.
|
|
83
|
+
"@blocklet/quickjs": "^0.4.279",
|
|
84
84
|
"@blocklet/sdk": "^1.16.46",
|
|
85
|
-
"@blocklet/studio-ui": "^0.4.
|
|
85
|
+
"@blocklet/studio-ui": "^0.4.279",
|
|
86
86
|
"@blocklet/tracker": "^1.16.46",
|
|
87
|
-
"@blocklet/ui-react": "^3.0.
|
|
87
|
+
"@blocklet/ui-react": "^3.0.41",
|
|
88
88
|
"@blocklet/uploader": "^0.2.5",
|
|
89
89
|
"@blocklet/uploader-server": "^0.2.3",
|
|
90
90
|
"@emotion/cache": "^11.14.0",
|
|
@@ -105,9 +105,9 @@
|
|
|
105
105
|
"@mui/styles": "^5.16.14",
|
|
106
106
|
"@mui/utils": "^7.1.1",
|
|
107
107
|
"@mui/x-date-pickers": "^8.6.0",
|
|
108
|
-
"@ocap/client": "^1.21.
|
|
109
|
-
"@ocap/mcrypto": "^1.21.
|
|
110
|
-
"@ocap/wallet": "^1.21.
|
|
108
|
+
"@ocap/client": "^1.21.1",
|
|
109
|
+
"@ocap/mcrypto": "^1.21.1",
|
|
110
|
+
"@ocap/wallet": "^1.21.1",
|
|
111
111
|
"@reactivedata/reactive": "^0.2.2",
|
|
112
112
|
"@syncedstore/core": "^0.6.0",
|
|
113
113
|
"@syncedstore/react": "^0.6.0",
|
|
@@ -203,8 +203,8 @@
|
|
|
203
203
|
"yaml": "^2.5.0",
|
|
204
204
|
"yjs": "^13.6.18",
|
|
205
205
|
"zustand": "^4.5.5",
|
|
206
|
-
"@blocklet/pages-kit": "^0.6.
|
|
207
|
-
"@blocklet/pages-kit-block-studio": "^0.6.
|
|
206
|
+
"@blocklet/pages-kit": "^0.6.38",
|
|
207
|
+
"@blocklet/pages-kit-block-studio": "^0.6.38"
|
|
208
208
|
},
|
|
209
209
|
"devDependencies": {
|
|
210
210
|
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
|