@blocklet/discuss-kit-ux 1.5.206 → 1.5.207

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-bd354394.mjs";
7
+ import { i as inferInitialEditorState, I as ImagePathFixerPlugin, V as VideoPathFixerPlugin, a as isEmptyContent, s as stringify, g as getExcerptSync } from "./index-f1140202.mjs";
8
8
  import "@blocklet/labels";
9
9
  import "@mui/material/styles";
10
10
  import "@mui/material/Box";
@@ -2704,7 +2704,7 @@ function BlogItem({
2704
2704
  {
2705
2705
  component: Link,
2706
2706
  target: itemLinkTarget,
2707
- to: blogPath(`/${locale}/tags/${id2}`),
2707
+ to: `/tags/${locale}/${id2}`,
2708
2708
  sx: { textDecoration: "none", color: "inherit" },
2709
2709
  children: /* @__PURE__ */ jsx(Chip$1, { label: name, variant: "filled", size: "small", sx: { borderRadius: 1 } }, id2)
2710
2710
  },
@@ -4345,7 +4345,7 @@ function Pagination({ page, size = 20, total, onChange, routerMode = true, ...re
4345
4345
  }
4346
4346
  );
4347
4347
  }
4348
- const Editor = lazy(() => import("./editor-81317fe7.mjs"));
4348
+ const Editor = lazy(() => import("./editor-ee6248bc.mjs"));
4349
4349
  function LazyEditor(props) {
4350
4350
  const fallback = /* @__PURE__ */ jsxs(Fragment, { children: [
4351
4351
  /* @__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-bd354394.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-f1140202.mjs";
3
3
  import "react/jsx-runtime";
4
4
  import "react";
5
5
  import "@mui/material/Box";
package/dist/index.umd.js CHANGED
@@ -2648,7 +2648,7 @@ var __publicField = (obj, key, value) => {
2648
2648
  {
2649
2649
  component: reactRouterDom.Link,
2650
2650
  target: itemLinkTarget,
2651
- to: blogPath(`/${locale}/tags/${id2}`),
2651
+ to: `/tags/${locale}/${id2}`,
2652
2652
  sx: { textDecoration: "none", color: "inherit" },
2653
2653
  children: /* @__PURE__ */ jsxRuntime.jsx(material.Chip, { label: name, variant: "filled", size: "small", sx: { borderRadius: 1 } }, id2)
2654
2654
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/discuss-kit-ux",
3
- "version": "1.5.206",
3
+ "version": "1.5.207",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@arcblock/ws": "^1.18.103",
32
- "@blocklet/editor": "1.5.206",
33
- "@blocklet/labels": "1.5.206",
32
+ "@blocklet/editor": "1.5.207",
33
+ "@blocklet/labels": "1.5.207",
34
34
  "@blocklet/uploader": "^0.0.51",
35
35
  "@emotion/css": "^11.10.5",
36
36
  "@emotion/react": "^11.10.5",
@@ -92,5 +92,5 @@
92
92
  "resolutions": {
93
93
  "react": "^18.2.0"
94
94
  },
95
- "gitHead": "b1e32a632c1586a64b8b2693bccdf4413e6480c7"
95
+ "gitHead": "70060ef9ab396fa0194c336ff3302d62f8581146"
96
96
  }