@blocklet/discuss-kit-ux 1.6.249 → 1.6.251

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-B4ARcakL.mjs";
7
+ import { i as inferInitialEditorState, I as ImagePathFixerPlugin, V as VideoPathFixerPlugin, a as isEmptyContent, s as stringify, g as getExcerptSync } from "./index-DgTXQw5U.mjs";
8
8
  const BlockletEditor = lazy(() => import("@blocklet/editor"));
9
9
  const Root = styled(Box)`
10
10
  .be-editable,
@@ -6187,7 +6187,7 @@ function ChatListInWallet({ sx, ...rest }) {
6187
6187
  onClose: () => navigateToChatList(),
6188
6188
  onOpen: () => {
6189
6189
  },
6190
- children: /* @__PURE__ */ jsx(Box$1, { sx: { width: 1 }, children: /* @__PURE__ */ jsx(Outlet, {}) })
6190
+ children: /* @__PURE__ */ jsx(Box$1, { sx: { width: 1, height: 1 }, children: /* @__PURE__ */ jsx(Outlet, {}) })
6191
6191
  }
6192
6192
  )
6193
6193
  ]
@@ -6486,7 +6486,7 @@ function Pagination({
6486
6486
  }
6487
6487
  );
6488
6488
  }
6489
- const Editor = lazy(() => import("./editor-BHV8m65L.mjs"));
6489
+ const Editor = lazy(() => import("./editor--hs9MIdY.mjs"));
6490
6490
  function LazyEditor(props) {
6491
6491
  const fallback = /* @__PURE__ */ jsxs(Box, { sx: { px: 3 }, children: [
6492
6492
  /* @__PURE__ */ jsx(Skeleton, {}),
package/dist/index.es.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export * from "@blocklet/labels";
2
- import { T, n, W, A, m, ad, B, F, K, J, L, ap, Y, X, $, Z, _, a1, w, C, x, y, E, a5, a6, ah, a8, O, Q, ac, D, ag, af, H, G, b, k, ae, M, P, ao, v, q, R, S, a9, aq, o, a2, a4, ai, al, ak, am, ar, N, as, l, f, p, r, j, t, h, aa, U, c, a0, z, a7, ab, u, an, d, at, a3, aj, e } from "./index-B4ARcakL.mjs";
2
+ import { T, n, W, A, m, ad, B, F, K, J, L, ap, Y, X, $, Z, _, a1, w, C, x, y, E, a5, a6, ah, a8, O, Q, ac, D, ag, af, H, G, b, k, ae, M, P, ao, v, q, R, S, a9, aq, o, a2, a4, ai, al, ak, am, ar, N, as, l, f, p, r, j, t, h, aa, U, c, a0, z, a7, ab, u, an, d, at, a3, aj, e } from "./index-DgTXQw5U.mjs";
3
3
  import "react/jsx-runtime";
4
4
  import "react";
5
5
  import "@mui/material/Box";
package/dist/index.umd.js CHANGED
@@ -6117,7 +6117,7 @@ var __publicField = (obj, key, value) => {
6117
6117
  onClose: () => navigateToChatList(),
6118
6118
  onOpen: () => {
6119
6119
  },
6120
- children: /* @__PURE__ */ jsxRuntime.jsx(Box, { sx: { width: 1 }, children: /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Outlet, {}) })
6120
+ children: /* @__PURE__ */ jsxRuntime.jsx(Box, { sx: { width: 1, height: 1 }, children: /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Outlet, {}) })
6121
6121
  }
6122
6122
  )
6123
6123
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/discuss-kit-ux",
3
- "version": "1.6.249",
3
+ "version": "1.6.251",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -30,8 +30,8 @@
30
30
  "dependencies": {
31
31
  "@arcblock/bridge": "^2.9.77",
32
32
  "@arcblock/ws": "^1.18.116",
33
- "@blocklet/editor": "1.6.249",
34
- "@blocklet/labels": "1.6.249",
33
+ "@blocklet/editor": "1.6.251",
34
+ "@blocklet/labels": "1.6.251",
35
35
  "@blocklet/uploader": "^0.1.2",
36
36
  "@emotion/css": "^11.10.5",
37
37
  "@emotion/react": "^11.10.5",
@@ -98,5 +98,5 @@
98
98
  "resolutions": {
99
99
  "react": "^18.2.0"
100
100
  },
101
- "gitHead": "f751ad2aafb6e37c2069c490659c8323d1e409b1"
101
+ "gitHead": "a7b51cedff1557770db2a6d0cc2db96eb554ad61"
102
102
  }