@blocklet/discuss-kit-ux 1.6.80 → 1.6.81

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-GBSsS-kJ.mjs";
7
+ import { i as inferInitialEditorState, I as ImagePathFixerPlugin, V as VideoPathFixerPlugin, a as isEmptyContent, s as stringify, g as getExcerptSync } from "./index-o1UiKu9O.mjs";
8
8
  import "@blocklet/labels";
9
9
  import "@mui/material/styles";
10
10
  import "@mui/material/Box";
@@ -491,7 +491,7 @@ const Input = ({
491
491
  ...editorConfig,
492
492
  ...inSmallView && {
493
493
  toolbar: {
494
- items: ["block", "font-size", "italic", "bold", "underline", ...((_a2 = editorConfig == null ? void 0 : editorConfig.toolbar) == null ? void 0 : _a2.items) || []]
494
+ items: ["block", "font-size", "italic", "bold", "underline", "media", ...((_a2 = editorConfig == null ? void 0 : editorConfig.toolbar) == null ? void 0 : _a2.items) || []]
495
495
  }
496
496
  }
497
497
  };
@@ -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-XEL58tBE.mjs"));
4497
+ const Editor = lazy(() => import("./editor-4e5skJ36.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-GBSsS-kJ.mjs";
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-o1UiKu9O.mjs";
3
3
  import "react/jsx-runtime";
4
4
  import "react";
5
5
  import "@mui/material/Box";
package/dist/index.umd.js CHANGED
@@ -431,7 +431,7 @@ var __publicField = (obj, key, value) => {
431
431
  ...editorConfig,
432
432
  ...inSmallView && {
433
433
  toolbar: {
434
- items: ["block", "font-size", "italic", "bold", "underline", ...((_a2 = editorConfig == null ? void 0 : editorConfig.toolbar) == null ? void 0 : _a2.items) || []]
434
+ items: ["block", "font-size", "italic", "bold", "underline", "media", ...((_a2 = editorConfig == null ? void 0 : editorConfig.toolbar) == null ? void 0 : _a2.items) || []]
435
435
  }
436
436
  }
437
437
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/discuss-kit-ux",
3
- "version": "1.6.80",
3
+ "version": "1.6.81",
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.80",
33
- "@blocklet/labels": "1.6.80",
32
+ "@blocklet/editor": "1.6.81",
33
+ "@blocklet/labels": "1.6.81",
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": "3cebeed310feedeaf2d8752b827ce0c7d1e10322"
96
+ "gitHead": "09d7662ada42a241831c026fb3132745ba62ad0d"
97
97
  }