@univerjs/docs-hyper-link-ui 0.5.5-nightly.202501211606 → 0.5.5

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,4 +1,4 @@
1
- const enUS = {
1
+ const l = {
2
2
  docLink: {
3
3
  edit: {
4
4
  confirm: "Confirm",
@@ -22,5 +22,5 @@ const enUS = {
22
22
  }
23
23
  };
24
24
  export {
25
- enUS as default
25
+ l as default
26
26
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const e = {
2
2
  docLink: {
3
3
  edit: {
4
4
  confirm: "تایید",
@@ -22,5 +22,5 @@ const locale = {
22
22
  }
23
23
  };
24
24
  export {
25
- locale as default
25
+ e as default
26
26
  };
@@ -1,4 +1,4 @@
1
- const frFR = {
1
+ const e = {
2
2
  docLink: {
3
3
  edit: {
4
4
  confirm: "Confirmer",
@@ -22,5 +22,5 @@ const frFR = {
22
22
  }
23
23
  };
24
24
  export {
25
- frFR as default
25
+ e as default
26
26
  };
@@ -1,4 +1,4 @@
1
- const ruRU = {
1
+ const e = {
2
2
  docLink: {
3
3
  edit: {
4
4
  confirm: "Подтвердить",
@@ -22,5 +22,5 @@ const ruRU = {
22
22
  }
23
23
  };
24
24
  export {
25
- ruRU as default
25
+ e as default
26
26
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const n = {
2
2
  docLink: {
3
3
  edit: {
4
4
  confirm: "Xác nhận",
@@ -22,5 +22,5 @@ const locale = {
22
22
  }
23
23
  };
24
24
  export {
25
- locale as default
25
+ n as default
26
26
  };
@@ -1,4 +1,4 @@
1
- const zhCN = {
1
+ const e = {
2
2
  docLink: {
3
3
  edit: {
4
4
  confirm: "确认",
@@ -22,5 +22,5 @@ const zhCN = {
22
22
  }
23
23
  };
24
24
  export {
25
- zhCN as default
25
+ e as default
26
26
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const e = {
2
2
  docLink: {
3
3
  edit: {
4
4
  confirm: "確認",
@@ -22,5 +22,5 @@ const locale = {
22
22
  }
23
23
  };
24
24
  export {
25
- locale as default
25
+ e as default
26
26
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/docs-hyper-link-ui",
3
- "version": "0.5.5-nightly.202501211606",
3
+ "version": "0.5.5",
4
4
  "private": false,
5
5
  "description": "Univer thread comment plugin",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -54,13 +54,13 @@
54
54
  "dependencies": {
55
55
  "@univerjs/icons": "^0.2.12",
56
56
  "clsx": "^2.1.1",
57
- "@univerjs/core": "0.5.5-nightly.202501211606",
58
- "@univerjs/docs-ui": "0.5.5-nightly.202501211606",
59
- "@univerjs/docs-hyper-link": "0.5.5-nightly.202501211606",
60
- "@univerjs/engine-render": "0.5.5-nightly.202501211606",
61
- "@univerjs/design": "0.5.5-nightly.202501211606",
62
- "@univerjs/docs": "0.5.5-nightly.202501211606",
63
- "@univerjs/ui": "0.5.5-nightly.202501211606"
57
+ "@univerjs/core": "0.5.5",
58
+ "@univerjs/docs": "0.5.5",
59
+ "@univerjs/docs-hyper-link": "0.5.5",
60
+ "@univerjs/docs-ui": "0.5.5",
61
+ "@univerjs/design": "0.5.5",
62
+ "@univerjs/engine-render": "0.5.5",
63
+ "@univerjs/ui": "0.5.5"
64
64
  },
65
65
  "devDependencies": {
66
66
  "postcss": "^8.4.49",