@examind/block-editor 0.3.0 → 0.3.4

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.
package/dist/index.js CHANGED
@@ -13966,7 +13966,7 @@ function TextToolbarPlugin() {
13966
13966
  id: "link",
13967
13967
  label: "",
13968
13968
  Icon: import_lucide_react20.Link2,
13969
- tooltip: `Link ${plt === "macOS" /* macOS */ ? "(\u2318K)" : "(Ctrl+K)"}`,
13969
+ tooltip: `Link Worksheet ${plt === "macOS" /* macOS */ ? "(\u2318K)" : "(Ctrl+K)"}`,
13970
13970
  onClick: () => {
13971
13971
  activeEditorRef.current?.dispatchCommand(
13972
13972
  EXCEL_WORKSHEET_LINK_CREATE_COMMAND,
package/dist/index.mjs CHANGED
@@ -14390,7 +14390,7 @@ function TextToolbarPlugin() {
14390
14390
  id: "link",
14391
14391
  label: "",
14392
14392
  Icon: Link2,
14393
- tooltip: `Link ${plt === "macOS" /* macOS */ ? "(\u2318K)" : "(Ctrl+K)"}`,
14393
+ tooltip: `Link Worksheet ${plt === "macOS" /* macOS */ ? "(\u2318K)" : "(Ctrl+K)"}`,
14394
14394
  onClick: () => {
14395
14395
  activeEditorRef.current?.dispatchCommand(
14396
14396
  EXCEL_WORKSHEET_LINK_CREATE_COMMAND,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@examind/block-editor",
3
- "version": "0.3.0",
3
+ "version": "0.3.4",
4
4
  "@comment version": [
5
5
  "Don't specify package version here. It will be injected by publish workflow."
6
6
  ],
@@ -62,7 +62,7 @@
62
62
  "tsup": "^8.3.5",
63
63
  "typescript": "^5.7.2",
64
64
  "typescript-eslint": "^8.18.2",
65
- "@examind/block-types": "0.3.0"
65
+ "@examind/block-types": "0.3.4"
66
66
  },
67
67
  "dependencies": {
68
68
  "@dnd-kit/core": "6.3.1",