@blocklet/discuss-kit-ux 1.6.61 → 1.6.62
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.
|
@@ -4,7 +4,7 @@ import { OnContentChangePlugin } from "@blocklet/editor/lib/ext/OnContentChangeP
|
|
|
4
4
|
import { CtrlsShortcutPlugin } from "@blocklet/editor/lib/ext/ShortcutPlugin";
|
|
5
5
|
import { SafeAreaPlugin } from "@blocklet/editor/lib/ext/SafeAreaPlugin";
|
|
6
6
|
import { lazy } from "react";
|
|
7
|
-
import { i as inferInitialEditorState, I as ImagePathFixerPlugin, V as VideoPathFixerPlugin, a as isEmptyContent, s as stringify, g as getExcerptSync } from "./index-
|
|
7
|
+
import { i as inferInitialEditorState, I as ImagePathFixerPlugin, V as VideoPathFixerPlugin, a as isEmptyContent, s as stringify, g as getExcerptSync } from "./index-NFPPoDc-.mjs";
|
|
8
8
|
import "@blocklet/labels";
|
|
9
9
|
import "@mui/material/styles";
|
|
10
10
|
import "@mui/material/Box";
|
|
@@ -400,7 +400,7 @@ const BlockletEditor$2 = lazy(() => import("@blocklet/editor"));
|
|
|
400
400
|
const Root$5 = styled(Box)`
|
|
401
401
|
position: relative;
|
|
402
402
|
.be-shell {
|
|
403
|
-
border: 1px solid #
|
|
403
|
+
border: 1px solid #ddd;
|
|
404
404
|
}
|
|
405
405
|
.be-editable,
|
|
406
406
|
.be-content {
|
|
@@ -2758,7 +2758,7 @@ function BlogItem({
|
|
|
2758
2758
|
...lineClamp2,
|
|
2759
2759
|
WebkitLineClamp: { xs: 2, md: 3 },
|
|
2760
2760
|
fontSize: { xs: 12, md: 14 },
|
|
2761
|
-
color: "
|
|
2761
|
+
color: "text.secondary"
|
|
2762
2762
|
},
|
|
2763
2763
|
children: [
|
|
2764
2764
|
item.excerpt,
|
|
@@ -4461,7 +4461,7 @@ function Pagination({ page, size = 20, total, onChange, routerMode = true, ...re
|
|
|
4461
4461
|
}
|
|
4462
4462
|
);
|
|
4463
4463
|
}
|
|
4464
|
-
const Editor = lazy(() => import("./editor-
|
|
4464
|
+
const Editor = lazy(() => import("./editor-EfzFR9YD.mjs"));
|
|
4465
4465
|
function LazyEditor(props) {
|
|
4466
4466
|
const fallback = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
4467
4467
|
/* @__PURE__ */ jsx(Skeleton, {}),
|
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from "@blocklet/labels";
|
|
2
|
-
import { K, j, N, A, h, a6, B, z, y, E, Q, O, T, W, o, C, q, v, x, _, $, aa, a1, H, J, D, a9, a8, G, c, b, a7, M, P, ah, n, m, a5, R, S, a2, k, X, Z, ab, ae, ad, af, ai, F, aj, l, p, r, t, d, a3, L, e, U, w, a0, a4, u, ag, ak, Y, ac, f } from "./index-
|
|
2
|
+
import { K, j, N, A, h, a6, B, z, y, E, Q, O, T, W, o, C, q, v, x, _, $, aa, a1, H, J, D, a9, a8, G, c, b, a7, M, P, ah, n, m, a5, R, S, a2, k, X, Z, ab, ae, ad, af, ai, F, aj, l, p, r, t, d, a3, L, e, U, w, a0, a4, u, ag, ak, Y, ac, f } from "./index-NFPPoDc-.mjs";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
5
5
|
import "@mui/material/Box";
|
package/dist/index.umd.js
CHANGED
|
@@ -340,7 +340,7 @@ var __publicField = (obj, key, value) => {
|
|
|
340
340
|
const Root$6 = Theme.styled(Box)`
|
|
341
341
|
position: relative;
|
|
342
342
|
.be-shell {
|
|
343
|
-
border: 1px solid #
|
|
343
|
+
border: 1px solid #ddd;
|
|
344
344
|
}
|
|
345
345
|
.be-editable,
|
|
346
346
|
.be-content {
|
|
@@ -2698,7 +2698,7 @@ var __publicField = (obj, key, value) => {
|
|
|
2698
2698
|
...lineClamp2,
|
|
2699
2699
|
WebkitLineClamp: { xs: 2, md: 3 },
|
|
2700
2700
|
fontSize: { xs: 12, md: 14 },
|
|
2701
|
-
color: "
|
|
2701
|
+
color: "text.secondary"
|
|
2702
2702
|
},
|
|
2703
2703
|
children: [
|
|
2704
2704
|
item.excerpt,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/discuss-kit-ux",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.62",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@arcblock/ws": "^1.18.108",
|
|
32
|
-
"@blocklet/editor": "1.6.
|
|
33
|
-
"@blocklet/labels": "1.6.
|
|
32
|
+
"@blocklet/editor": "1.6.62",
|
|
33
|
+
"@blocklet/labels": "1.6.62",
|
|
34
34
|
"@blocklet/uploader": "^0.0.63",
|
|
35
35
|
"@emotion/css": "^11.10.5",
|
|
36
36
|
"@emotion/react": "^11.10.5",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"resolutions": {
|
|
94
94
|
"react": "^18.2.0"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "a997942306e0faff4f3a362746b2d972ac6bb87f"
|
|
97
97
|
}
|