@blocklet/discuss-kit-ux 1.6.84 → 1.6.86
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-9vwtO_IV.mjs";
|
|
8
8
|
import "@blocklet/labels";
|
|
9
9
|
import "@mui/material/styles";
|
|
10
10
|
import "@mui/material/Box";
|
|
@@ -1855,7 +1855,7 @@ function Confirm({
|
|
|
1855
1855
|
return actionsArr;
|
|
1856
1856
|
};
|
|
1857
1857
|
return /* @__PURE__ */ jsxs(Dialog$1, { fullScreen, onClose: handleCancel, maxWidth: "md", ...rest, open, children: [
|
|
1858
|
-
/* @__PURE__ */ jsx(DialogTitle, { children: title }),
|
|
1858
|
+
/* @__PURE__ */ jsx(DialogTitle, { variant: "h4", children: title }),
|
|
1859
1859
|
/* @__PURE__ */ jsx(DialogContent, { sx: { minWidth: { xs: "initial", md: 400 } }, children: renderDesc() }),
|
|
1860
1860
|
/* @__PURE__ */ jsx(DialogActions, { children: renderActions() })
|
|
1861
1861
|
] });
|
|
@@ -4494,7 +4494,7 @@ function Pagination({ page, size = 20, total, onChange, routerMode = true, ...re
|
|
|
4494
4494
|
}
|
|
4495
4495
|
);
|
|
4496
4496
|
}
|
|
4497
|
-
const Editor = lazy(() => import("./editor-
|
|
4497
|
+
const Editor = lazy(() => import("./editor-QNrA3UUD.mjs"));
|
|
4498
4498
|
function LazyEditor(props) {
|
|
4499
4499
|
const fallback = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
4500
4500
|
/* @__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-9vwtO_IV.mjs";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
5
5
|
import "@mui/material/Box";
|
package/dist/index.umd.js
CHANGED
|
@@ -1795,7 +1795,7 @@ var __publicField = (obj, key, value) => {
|
|
|
1795
1795
|
return actionsArr;
|
|
1796
1796
|
};
|
|
1797
1797
|
return /* @__PURE__ */ jsxRuntime.jsxs(material.Dialog, { fullScreen, onClose: handleCancel, maxWidth: "md", ...rest, open, children: [
|
|
1798
|
-
/* @__PURE__ */ jsxRuntime.jsx(material.DialogTitle, { children: title }),
|
|
1798
|
+
/* @__PURE__ */ jsxRuntime.jsx(material.DialogTitle, { variant: "h4", children: title }),
|
|
1799
1799
|
/* @__PURE__ */ jsxRuntime.jsx(material.DialogContent, { sx: { minWidth: { xs: "initial", md: 400 } }, children: renderDesc() }),
|
|
1800
1800
|
/* @__PURE__ */ jsxRuntime.jsx(material.DialogActions, { children: renderActions() })
|
|
1801
1801
|
] });
|
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.86",
|
|
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.86",
|
|
33
|
+
"@blocklet/labels": "1.6.86",
|
|
34
34
|
"@blocklet/uploader": "^0.0.65",
|
|
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": "4a7fb600951cb18aff9b774a3198635de72256e7"
|
|
97
97
|
}
|