@nocobase/client 2.0.59 → 2.0.60

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.
package/es/index.mjs CHANGED
@@ -10045,7 +10045,7 @@ function addAppVersion(e, t) {
10045
10045
  addAppVersion((n = e.properties) == null ? void 0 : n[o], t);
10046
10046
  }), e;
10047
10047
  }
10048
- const name = "@nocobase/client", version = "2.0.59", license = "Apache-2.0", main = "lib/index.js", module = "es/index.mjs", types = "es/index.d.ts", dependencies = {
10048
+ const name = "@nocobase/client", version = "2.0.60", license = "Apache-2.0", main = "lib/index.js", module = "es/index.mjs", types = "es/index.d.ts", dependencies = {
10049
10049
  "@ahooksjs/use-url-state": "3.5.1",
10050
10050
  "@ant-design/cssinjs": "^1.11.1",
10051
10051
  "@ant-design/icons": "^5.6.1",
@@ -10068,10 +10068,10 @@ const name = "@nocobase/client", version = "2.0.59", license = "Apache-2.0", mai
10068
10068
  "@formily/reactive-react": "^2.2.27",
10069
10069
  "@formily/shared": "^2.2.27",
10070
10070
  "@formily/validator": "^2.2.27",
10071
- "@nocobase/evaluators": "2.0.59",
10072
- "@nocobase/flow-engine": "2.0.59",
10073
- "@nocobase/sdk": "2.0.59",
10074
- "@nocobase/utils": "2.0.59",
10071
+ "@nocobase/evaluators": "2.0.60",
10072
+ "@nocobase/flow-engine": "2.0.60",
10073
+ "@nocobase/sdk": "2.0.60",
10074
+ "@nocobase/utils": "2.0.60",
10075
10075
  "@tanstack/react-table": "^8.21.3",
10076
10076
  "@types/tabulator-tables": "^6.2.6",
10077
10077
  "acorn-jsx": "^5.3.2",
@@ -30686,7 +30686,7 @@ const useStyles$a = genStyleHook("nb-markdown", (e, { isDarkTheme: t }) => {
30686
30686
  }, t ? i : r)
30687
30687
  };
30688
30688
  }), parseMarkdown$1 = _.memoize((e) => L(void 0, null, function* () {
30689
- return e && (yield import("./md-BbvRKckr.mjs")).default.render(e);
30689
+ return e && (yield import("./md-oH2RssNY.mjs")).default.render(e);
30690
30690
  }));
30691
30691
  function useParseMarkdown$1(e) {
30692
30692
  const [t, o] = useState(""), [n, r] = useState(!0);
@@ -72470,7 +72470,7 @@ BlockGridModel.registerFlow({
72470
72470
  }
72471
72471
  });
72472
72472
  const parseMarkdown = _.memoize((e) => L(void 0, null, function* () {
72473
- return e && (yield import("./md-oH2RssNY.mjs")).default.render(e);
72473
+ return e && (yield import("./md-BbvRKckr.mjs")).default.render(e);
72474
72474
  }));
72475
72475
  function useParseMarkdown(e) {
72476
72476
  const [t, o] = useState(""), [n, r] = useState(!0);
@@ -105647,6 +105647,12 @@ const SettingsMenu = () => {
105647
105647
  line-height: 10px;
105648
105648
  font-size: 8px;
105649
105649
  }
105650
+ > .ant-badge-count-sm {
105651
+ min-width: 12px;
105652
+ }
105653
+ > .ant-badge-multiple-words {
105654
+ padding: 0 4px;
105655
+ }
105650
105656
  }
105651
105657
 
105652
105658
  &:hover {