@univerjs/preset-docs-hyper-link 0.5.2 → 0.5.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.
@@ -1 +1 @@
1
- "use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/en-US"),s=e.Tools.deepMerge({},r);module.exports=s;
1
+ "use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/en-US"),s=e.merge({},r);module.exports=s;
@@ -1 +1 @@
1
- "use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/fa-IR"),s=e.Tools.deepMerge({},r);module.exports=s;
1
+ "use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/fa-IR"),s=e.merge({},r);module.exports=s;
@@ -1 +1 @@
1
- "use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/fr-FR"),s=e.Tools.deepMerge({},r);module.exports=s;
1
+ "use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/fr-FR"),s=e.merge({},r);module.exports=s;
@@ -1 +1 @@
1
- "use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/ru-RU"),s=e.Tools.deepMerge({},r);module.exports=s;
1
+ "use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/ru-RU"),s=e.merge({},r);module.exports=s;
@@ -1 +1 @@
1
- "use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/vi-VN"),s=e.Tools.deepMerge({},r);module.exports=s;
1
+ "use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/vi-VN"),s=e.merge({},r);module.exports=s;
@@ -1 +1 @@
1
- "use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/zh-CN"),s=e.Tools.deepMerge({},r);module.exports=s;
1
+ "use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/zh-CN"),s=e.merge({},r);module.exports=s;
@@ -1 +1 @@
1
- "use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/zh-TW"),s=e.Tools.deepMerge({},r);module.exports=s;
1
+ "use strict";const e=require("@univerjs/core"),r=require("@univerjs/docs-hyper-link-ui/locale/zh-TW"),s=e.merge({},r);module.exports=s;
@@ -1,9 +1,9 @@
1
- import { Tools as e } from "@univerjs/core";
2
- import o from "@univerjs/docs-hyper-link-ui/locale/en-US";
3
- const p = e.deepMerge(
1
+ import { merge as r } from "@univerjs/core";
2
+ import e from "@univerjs/docs-hyper-link-ui/locale/en-US";
3
+ const m = r(
4
4
  {},
5
- o
5
+ e
6
6
  );
7
7
  export {
8
- p as default
8
+ m as default
9
9
  };
@@ -1,9 +1,9 @@
1
- import { Tools as o } from "@univerjs/core";
2
- import e from "@univerjs/docs-hyper-link-ui/locale/fa-IR";
3
- const p = o.deepMerge(
1
+ import { merge as r } from "@univerjs/core";
2
+ import o from "@univerjs/docs-hyper-link-ui/locale/fa-IR";
3
+ const m = r(
4
4
  {},
5
- e
5
+ o
6
6
  );
7
7
  export {
8
- p as default
8
+ m as default
9
9
  };
@@ -1,9 +1,9 @@
1
- import { Tools as o } from "@univerjs/core";
2
- import r from "@univerjs/docs-hyper-link-ui/locale/fr-FR";
3
- const p = o.deepMerge(
1
+ import { merge as r } from "@univerjs/core";
2
+ import o from "@univerjs/docs-hyper-link-ui/locale/fr-FR";
3
+ const m = r(
4
4
  {},
5
- r
5
+ o
6
6
  );
7
7
  export {
8
- p as default
8
+ m as default
9
9
  };
@@ -1,9 +1,9 @@
1
- import { Tools as o } from "@univerjs/core";
2
- import r from "@univerjs/docs-hyper-link-ui/locale/ru-RU";
3
- const p = o.deepMerge(
1
+ import { merge as r } from "@univerjs/core";
2
+ import o from "@univerjs/docs-hyper-link-ui/locale/ru-RU";
3
+ const m = r(
4
4
  {},
5
- r
5
+ o
6
6
  );
7
7
  export {
8
- p as default
8
+ m as default
9
9
  };
@@ -1,9 +1,9 @@
1
- import { Tools as o } from "@univerjs/core";
2
- import e from "@univerjs/docs-hyper-link-ui/locale/vi-VN";
3
- const p = o.deepMerge(
1
+ import { merge as r } from "@univerjs/core";
2
+ import o from "@univerjs/docs-hyper-link-ui/locale/vi-VN";
3
+ const m = r(
4
4
  {},
5
- e
5
+ o
6
6
  );
7
7
  export {
8
- p as default
8
+ m as default
9
9
  };
@@ -1,9 +1,9 @@
1
- import { Tools as o } from "@univerjs/core";
2
- import e from "@univerjs/docs-hyper-link-ui/locale/zh-CN";
3
- const p = o.deepMerge(
1
+ import { merge as r } from "@univerjs/core";
2
+ import o from "@univerjs/docs-hyper-link-ui/locale/zh-CN";
3
+ const m = r(
4
4
  {},
5
- e
5
+ o
6
6
  );
7
7
  export {
8
- p as default
8
+ m as default
9
9
  };
@@ -1,9 +1,9 @@
1
- import { Tools as o } from "@univerjs/core";
2
- import e from "@univerjs/docs-hyper-link-ui/locale/zh-TW";
3
- const p = o.deepMerge(
1
+ import { merge as r } from "@univerjs/core";
2
+ import o from "@univerjs/docs-hyper-link-ui/locale/zh-TW";
3
+ const m = r(
4
4
  {},
5
- e
5
+ o
6
6
  );
7
7
  export {
8
- p as default
8
+ m as default
9
9
  };
package/lib/index.css CHANGED
@@ -1 +1 @@
1
- *,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(63 131 248 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(63 131 248 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*{scrollbar-color:initial;scrollbar-width:initial}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.univer-docs-link-edit{border-radius:12px;border:1px solid rgb(var(--grey-200));background:rgb(var(--color-white));box-shadow:var(--box-shadow-base);padding:20px 24px;width:328px;box-sizing:border-box}.univer-docs-link-edit-title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:24px;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:16px;color:rgb(var(--color-black))}.univer-docs-link-edit-close{width:16px;height:16px;font-size:16px;color:rgb(var(--grey-600));cursor:pointer}.univer-docs-link-edit-buttons{display:flex;flex-direction:row;justify-content:flex-end}.univer-docs-link-edit-button{margin-left:12px}.univer-doc-link{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px;box-shadow:var(--box-shadow-base);border-radius:8px;border:1px solid rgb(var(--grey-200));background:rgb(var(--color-white));max-width:328px;box-sizing:border-box;overflow:hidden}.univer-doc-link-type{height:20px;width:20px;font-size:16px;margin-right:8px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;color:rgb(var(--color-black))}.univer-doc-link-content{height:24px;display:flex;flex-direction:row;align-items:center;font-size:13px;line-height:20px;color:rgb(var(--blue-500));cursor:pointer;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.univer-doc-link-content-error{color:rgb(var(--grey-500))}.univer-doc-link-url{flex:1;overflow:hidden;text-overflow:ellipsis}.univer-doc-link-operations{display:flex;flex-direction:row;justify-content:center;align-items:center;height:24px;flex-basis:auto;flex-grow:0;flex-shrink:0}.univer-doc-link-operation{width:24px;height:24px;margin-left:8px;font-size:16px;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;border-radius:4px}.univer-doc-link-operation-error{color:rgb(var(--grey-500))}.univer-doc-link-operation:hover{background:#ccc}
1
+ .univer-docs-link-edit{border-radius:12px;border:1px solid rgb(var(--grey-200));background:rgb(var(--color-white));box-shadow:var(--box-shadow-base);padding:20px 24px;width:328px;box-sizing:border-box}.univer-docs-link-edit-title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:24px;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:16px;color:rgb(var(--color-black))}.univer-docs-link-edit-close{width:16px;height:16px;font-size:16px;color:rgb(var(--grey-600));cursor:pointer}.univer-docs-link-edit-buttons{display:flex;flex-direction:row;justify-content:flex-end}.univer-docs-link-edit-button{margin-left:12px}.univer-doc-link{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px;box-shadow:var(--box-shadow-base);border-radius:8px;border:1px solid rgb(var(--grey-200));background:rgb(var(--color-white));max-width:328px;box-sizing:border-box;overflow:hidden}.univer-doc-link-type{height:20px;width:20px;font-size:16px;margin-right:8px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;color:rgb(var(--color-black))}.univer-doc-link-content{height:24px;display:flex;flex-direction:row;align-items:center;font-size:13px;line-height:20px;color:rgb(var(--blue-500));cursor:pointer;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.univer-doc-link-content-error{color:rgb(var(--grey-500))}.univer-doc-link-url{flex:1;overflow:hidden;text-overflow:ellipsis}.univer-doc-link-operations{display:flex;flex-direction:row;justify-content:center;align-items:center;height:24px;flex-basis:auto;flex-grow:0;flex-shrink:0}.univer-doc-link-operation{width:24px;height:24px;margin-left:8px;font-size:16px;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;border-radius:4px}.univer-doc-link-operation-error{color:rgb(var(--grey-500))}.univer-doc-link-operation:hover{background:#ccc}
@@ -3,4 +3,4 @@
3
3
 
4
4
 
5
5
  // locale/en-US
6
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/en-US")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/en-US"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkEnUS=n(e.UniverCore,e.UniverDocsHyperLinkUiEnUS))})(this,function(e,n){"use strict";return e.Tools.deepMerge({},n)});
6
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/en-US")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/en-US"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkEnUS=n(e.UniverCore,e.UniverDocsHyperLinkUiEnUS))})(this,function(e,n){"use strict";return e.merge({},n)});
@@ -3,4 +3,4 @@
3
3
 
4
4
 
5
5
  // locale/fa-IR
6
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/fa-IR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/fa-IR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkFaIR=i(e.UniverCore,e.UniverDocsHyperLinkUiFaIR))})(this,function(e,i){"use strict";return e.Tools.deepMerge({},i)});
6
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/fa-IR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/fa-IR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkFaIR=i(e.UniverCore,e.UniverDocsHyperLinkUiFaIR))})(this,function(e,i){"use strict";return e.merge({},i)});
@@ -3,4 +3,4 @@
3
3
 
4
4
 
5
5
  // locale/fr-FR
6
- (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/fr-FR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/fr-FR"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkFrFR=r(e.UniverCore,e.UniverDocsHyperLinkUiFrFR))})(this,function(e,r){"use strict";return e.Tools.deepMerge({},r)});
6
+ (function(e,r){typeof exports=="object"&&typeof module<"u"?module.exports=r(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/fr-FR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/fr-FR"],r):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkFrFR=r(e.UniverCore,e.UniverDocsHyperLinkUiFrFR))})(this,function(e,r){"use strict";return e.merge({},r)});
@@ -3,4 +3,4 @@
3
3
 
4
4
 
5
5
  // locale/ru-RU
6
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/ru-RU")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/ru-RU"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkRuRU=i(e.UniverCore,e.UniverDocsHyperLinkUiRuRU))})(this,function(e,i){"use strict";return e.Tools.deepMerge({},i)});
6
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/ru-RU")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/ru-RU"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkRuRU=i(e.UniverCore,e.UniverDocsHyperLinkUiRuRU))})(this,function(e,i){"use strict";return e.merge({},i)});
@@ -3,4 +3,4 @@
3
3
 
4
4
 
5
5
  // locale/vi-VN
6
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/vi-VN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/vi-VN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkViVN=i(e.UniverCore,e.UniverDocsHyperLinkUiViVN))})(this,function(e,i){"use strict";return e.Tools.deepMerge({},i)});
6
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/vi-VN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/vi-VN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkViVN=i(e.UniverCore,e.UniverDocsHyperLinkUiViVN))})(this,function(e,i){"use strict";return e.merge({},i)});
@@ -3,4 +3,4 @@
3
3
 
4
4
 
5
5
  // locale/zh-CN
6
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/zh-CN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkZhCN=i(e.UniverCore,e.UniverDocsHyperLinkUiZhCN))})(this,function(e,i){"use strict";return e.Tools.deepMerge({},i)});
6
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/zh-CN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkZhCN=i(e.UniverCore,e.UniverDocsHyperLinkUiZhCN))})(this,function(e,i){"use strict";return e.merge({},i)});
@@ -3,4 +3,4 @@
3
3
 
4
4
 
5
5
  // locale/zh-TW
6
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/zh-TW"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkZhTW=i(e.UniverCore,e.UniverDocsHyperLinkUiZhTW))})(this,function(e,i){"use strict";return e.Tools.deepMerge({},i)});
6
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/docs-hyper-link-ui/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/docs-hyper-link-ui/locale/zh-TW"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsHyperLinkZhTW=i(e.UniverCore,e.UniverDocsHyperLinkUiZhTW))})(this,function(e,i){"use strict";return e.merge({},i)});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-docs-hyper-link",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -57,13 +57,13 @@
57
57
  "rxjs": ">=7.0.0"
58
58
  },
59
59
  "dependencies": {
60
- "@univerjs/docs-hyper-link": "0.5.2",
61
- "@univerjs/docs-hyper-link-ui": "0.5.2"
60
+ "@univerjs/docs-hyper-link": "0.5.3",
61
+ "@univerjs/docs-hyper-link-ui": "0.5.3"
62
62
  },
63
63
  "devDependencies": {
64
- "@univerjs/core": "0.5.2",
64
+ "@univerjs/core": "0.5.3",
65
65
  "typescript": "^5.7.2",
66
- "@univerjs-infra/shared": "0.5.2"
66
+ "@univerjs-infra/shared": "0.5.3"
67
67
  },
68
68
  "scripts": {
69
69
  "prebuild:preset": "tsx prepare.ts",