@kopexa/extension-table 17.1.5 → 17.1.7

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,5 +1,7 @@
1
1
  import { Editor } from '@tiptap/core';
2
2
 
3
+ /** biome-ignore-all lint/suspicious/noExplicitAny: as a wip its okay */
4
+
3
5
  /**
4
6
  * Public API
5
7
  * Creates a polished drag image for a row/column from a TipTap/ProseMirror table.
@@ -1,5 +1,7 @@
1
1
  import { Editor } from '@tiptap/core';
2
2
 
3
+ /** biome-ignore-all lint/suspicious/noExplicitAny: as a wip its okay */
4
+
3
5
  /**
4
6
  * Public API
5
7
  * Creates a polished drag image for a row/column from a TipTap/ProseMirror table.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/extension-table",
3
- "version": "17.1.5",
3
+ "version": "17.1.7",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "extension-table"
@@ -28,7 +28,7 @@
28
28
  "motion": ">=12.23.6",
29
29
  "react": ">=19.0.0-rc.0",
30
30
  "react-dom": ">=19.0.0-rc.0",
31
- "@kopexa/theme": "17.24.1"
31
+ "@kopexa/theme": "17.24.3"
32
32
  },
33
33
  "dependencies": {
34
34
  "@floating-ui/react": "^0.27.18",
@@ -36,13 +36,13 @@
36
36
  "@tiptap/extension-table": "^3.20.0",
37
37
  "@tiptap/pm": "^3.20.0",
38
38
  "@tiptap/react": "^3.20.0",
39
- "@kopexa/dropdown-menu": "17.0.53",
40
- "@kopexa/editor-utils": "17.1.4",
41
- "@kopexa/react-utils": "17.0.53",
42
- "@kopexa/shared-utils": "17.0.53",
43
- "@kopexa/theme": "17.24.1",
44
- "@kopexa/icons": "17.7.18",
45
- "@kopexa/i18n": "17.8.5"
39
+ "@kopexa/dropdown-menu": "17.0.55",
40
+ "@kopexa/editor-utils": "17.1.6",
41
+ "@kopexa/shared-utils": "17.0.55",
42
+ "@kopexa/react-utils": "17.0.55",
43
+ "@kopexa/theme": "17.24.3",
44
+ "@kopexa/icons": "17.7.20",
45
+ "@kopexa/i18n": "17.8.7"
46
46
  },
47
47
  "clean-package": "../../../clean-package.config.json",
48
48
  "module": "dist/index.mjs",