@univerjs/docs-drawing-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 locale = {
1
+ const e = {
2
2
  docImage: {
3
3
  title: "Image",
4
4
  upload: {
@@ -58,5 +58,5 @@ const locale = {
58
58
  }
59
59
  };
60
60
  export {
61
- locale as default
61
+ e as default
62
62
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const e = {
2
2
  docImage: {
3
3
  title: "تصویر",
4
4
  upload: {
@@ -58,5 +58,5 @@ const locale = {
58
58
  }
59
59
  };
60
60
  export {
61
- locale as default
61
+ e as default
62
62
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const e = {
2
2
  docImage: {
3
3
  title: "Image",
4
4
  upload: {
@@ -58,5 +58,5 @@ const locale = {
58
58
  }
59
59
  };
60
60
  export {
61
- locale as default
61
+ e as default
62
62
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const t = {
2
2
  docImage: {
3
3
  title: "Изображение",
4
4
  upload: {
@@ -58,5 +58,5 @@ const locale = {
58
58
  }
59
59
  };
60
60
  export {
61
- locale as default
61
+ t as default
62
62
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const t = {
2
2
  docImage: {
3
3
  title: "Hình ảnh",
4
4
  upload: {
@@ -58,5 +58,5 @@ const locale = {
58
58
  }
59
59
  };
60
60
  export {
61
- locale as default
61
+ t as default
62
62
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const e = {
2
2
  docImage: {
3
3
  title: "图片",
4
4
  upload: {
@@ -58,5 +58,5 @@ const locale = {
58
58
  }
59
59
  };
60
60
  export {
61
- locale as default
61
+ e as default
62
62
  };
@@ -1,4 +1,4 @@
1
- const locale = {
1
+ const e = {
2
2
  docImage: {
3
3
  title: "圖片",
4
4
  upload: {
@@ -58,5 +58,5 @@ const locale = {
58
58
  }
59
59
  };
60
60
  export {
61
- locale as default
61
+ e as default
62
62
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/docs-drawing-ui",
3
- "version": "0.5.5-nightly.202501211606",
3
+ "version": "0.5.5",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -54,15 +54,15 @@
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/design": "0.5.5-nightly.202501211606",
59
- "@univerjs/docs": "0.5.5-nightly.202501211606",
60
- "@univerjs/drawing-ui": "0.5.5-nightly.202501211606",
61
- "@univerjs/docs-drawing": "0.5.5-nightly.202501211606",
62
- "@univerjs/docs-ui": "0.5.5-nightly.202501211606",
63
- "@univerjs/drawing": "0.5.5-nightly.202501211606",
64
- "@univerjs/ui": "0.5.5-nightly.202501211606",
65
- "@univerjs/engine-render": "0.5.5-nightly.202501211606"
57
+ "@univerjs/core": "0.5.5",
58
+ "@univerjs/design": "0.5.5",
59
+ "@univerjs/docs-drawing": "0.5.5",
60
+ "@univerjs/docs": "0.5.5",
61
+ "@univerjs/docs-ui": "0.5.5",
62
+ "@univerjs/drawing": "0.5.5",
63
+ "@univerjs/drawing-ui": "0.5.5",
64
+ "@univerjs/engine-render": "0.5.5",
65
+ "@univerjs/ui": "0.5.5"
66
66
  },
67
67
  "devDependencies": {
68
68
  "less": "^4.2.1",