smart-editor-v3 1.6.2 → 1.6.3

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.
@@ -14454,7 +14454,7 @@ const cp = {
14454
14454
  });
14455
14455
  function s(u) {
14456
14456
  return u.type === "group" && u.value === "default" ? `${u.label}` : _e("div", { class: "smart-font-family-item" }, [
14457
- _e("span", { style: { fontFamily: u.value ?? void 0 } }, Ye(u.label)),
14457
+ _e("span", { style: { fontFamily: u.value === "default" ? "" : u.value } }, Ye(u.label)),
14458
14458
  !t(u.value ?? "") && _e("span", { class: "smart-font-family-unsupport", title: c("base.fontFamily.unsupport") }, "!")
14459
14459
  ]);
14460
14460
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "smart-editor-v3",
3
3
  "type": "module",
4
- "version": "1.6.2",
4
+ "version": "1.6.3",
5
5
  "exports": {
6
6
  ".": {
7
7
  "import": "./dist/smart-editor-package.js"