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

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 l = {
1
+ const enUS = {
2
2
  docLink: {
3
3
  edit: {
4
4
  confirm: "Confirm",
@@ -22,5 +22,5 @@ const l = {
22
22
  }
23
23
  };
24
24
  export {
25
- l as default
25
+ enUS as default
26
26
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const locale = {
2
2
  docLink: {
3
3
  edit: {
4
4
  confirm: "تایید",
@@ -22,5 +22,5 @@ const e = {
22
22
  }
23
23
  };
24
24
  export {
25
- e as default
25
+ locale as default
26
26
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const frFR = {
2
2
  docLink: {
3
3
  edit: {
4
4
  confirm: "Confirmer",
@@ -22,5 +22,5 @@ const e = {
22
22
  }
23
23
  };
24
24
  export {
25
- e as default
25
+ frFR as default
26
26
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const ruRU = {
2
2
  docLink: {
3
3
  edit: {
4
4
  confirm: "Подтвердить",
@@ -22,5 +22,5 @@ const e = {
22
22
  }
23
23
  };
24
24
  export {
25
- e as default
25
+ ruRU as default
26
26
  };
@@ -1,4 +1,4 @@
1
- const n = {
1
+ const locale = {
2
2
  docLink: {
3
3
  edit: {
4
4
  confirm: "Xác nhận",
@@ -22,5 +22,5 @@ const n = {
22
22
  }
23
23
  };
24
24
  export {
25
- n as default
25
+ locale as default
26
26
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const zhCN = {
2
2
  docLink: {
3
3
  edit: {
4
4
  confirm: "确认",
@@ -22,5 +22,5 @@ const e = {
22
22
  }
23
23
  };
24
24
  export {
25
- e as default
25
+ zhCN as default
26
26
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const locale = {
2
2
  docLink: {
3
3
  edit: {
4
4
  confirm: "確認",
@@ -22,5 +22,5 @@ const e = {
22
22
  }
23
23
  };
24
24
  export {
25
- e as default
25
+ locale 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.202501210734",
3
+ "version": "0.5.5-nightly.202501210849",
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.202501210734",
58
- "@univerjs/design": "0.5.5-nightly.202501210734",
59
- "@univerjs/docs": "0.5.5-nightly.202501210734",
60
- "@univerjs/docs-hyper-link": "0.5.5-nightly.202501210734",
61
- "@univerjs/docs-ui": "0.5.5-nightly.202501210734",
62
- "@univerjs/engine-render": "0.5.5-nightly.202501210734",
63
- "@univerjs/ui": "0.5.5-nightly.202501210734"
57
+ "@univerjs/core": "0.5.5-nightly.202501210849",
58
+ "@univerjs/design": "0.5.5-nightly.202501210849",
59
+ "@univerjs/docs": "0.5.5-nightly.202501210849",
60
+ "@univerjs/docs-ui": "0.5.5-nightly.202501210849",
61
+ "@univerjs/docs-hyper-link": "0.5.5-nightly.202501210849",
62
+ "@univerjs/engine-render": "0.5.5-nightly.202501210849",
63
+ "@univerjs/ui": "0.5.5-nightly.202501210849"
64
64
  },
65
65
  "devDependencies": {
66
66
  "postcss": "^8.4.49",