@univerjs/sheets-crosshair-highlight 0.8.2-nightly.202506221606 → 0.8.2-nightly.202506241607

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.
@@ -0,0 +1 @@
1
+ "use strict";const t={crosshair:{button:{tooltip:"십자선 강조"}}};module.exports=t;
@@ -0,0 +1,10 @@
1
+ const o = {
2
+ crosshair: {
3
+ button: {
4
+ tooltip: "십자선 강조"
5
+ }
6
+ }
7
+ };
8
+ export {
9
+ o as default
10
+ };
@@ -0,0 +1,10 @@
1
+ const o = {
2
+ crosshair: {
3
+ button: {
4
+ tooltip: "십자선 강조"
5
+ }
6
+ }
7
+ };
8
+ export {
9
+ o as default
10
+ };
@@ -0,0 +1,3 @@
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1 @@
1
+ (function(e,o){typeof exports=="object"&&typeof module<"u"?module.exports=o():typeof define=="function"&&define.amd?define(o):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsCrosshairHighlightKoKR=o())})(this,function(){"use strict";return{crosshair:{button:{tooltip:"십자선 강조"}}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-crosshair-highlight",
3
- "version": "0.8.2-nightly.202506221606",
3
+ "version": "0.8.2-nightly.202506241607",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -63,12 +63,12 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@univerjs/icons": "^0.4.4",
66
- "@univerjs/core": "0.8.2-nightly.202506221606",
67
- "@univerjs/design": "0.8.2-nightly.202506221606",
68
- "@univerjs/engine-render": "0.8.2-nightly.202506221606",
69
- "@univerjs/sheets": "0.8.2-nightly.202506221606",
70
- "@univerjs/sheets-ui": "0.8.2-nightly.202506221606",
71
- "@univerjs/ui": "0.8.2-nightly.202506221606"
66
+ "@univerjs/core": "0.8.2-nightly.202506241607",
67
+ "@univerjs/design": "0.8.2-nightly.202506241607",
68
+ "@univerjs/sheets": "0.8.2-nightly.202506241607",
69
+ "@univerjs/sheets-ui": "0.8.2-nightly.202506241607",
70
+ "@univerjs/ui": "0.8.2-nightly.202506241607",
71
+ "@univerjs/engine-render": "0.8.2-nightly.202506241607"
72
72
  },
73
73
  "devDependencies": {
74
74
  "postcss": "^8.5.6",