@kopexa/extension-controlref 17.1.32 → 17.1.34

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,16 +1,16 @@
1
1
  "use client";
2
2
  import {
3
3
  ControlBlock
4
- } from "./chunk-KUW3BMAS.mjs";
4
+ } from "./chunk-2FJY46LK.mjs";
5
+ import "./chunk-2ZDEIGMM.mjs";
5
6
  import "./chunk-FTEE5U3H.mjs";
6
7
  import "./chunk-XHD2KFKQ.mjs";
7
8
  import "./chunk-ZUR6XKMG.mjs";
8
- import "./chunk-JM66CQVD.mjs";
9
- import "./chunk-WIS7ZNTO.mjs";
10
- import "./chunk-2ZDEIGMM.mjs";
11
9
  import "./chunk-A7FWOQDN.mjs";
12
10
  import "./chunk-4C72VBLP.mjs";
13
11
  import "./chunk-AQTNFDGA.mjs";
12
+ import "./chunk-JM66CQVD.mjs";
13
+ import "./chunk-WIS7ZNTO.mjs";
14
14
  import "./chunk-D53W4HWR.mjs";
15
15
  export {
16
16
  ControlBlock
package/dist/index.mjs CHANGED
@@ -1,7 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  ControlBlock
4
- } from "./chunk-KUW3BMAS.mjs";
4
+ } from "./chunk-2FJY46LK.mjs";
5
+ import "./chunk-2ZDEIGMM.mjs";
5
6
  import "./chunk-FTEE5U3H.mjs";
6
7
  import "./chunk-XHD2KFKQ.mjs";
7
8
  import "./chunk-ZUR6XKMG.mjs";
@@ -14,12 +15,11 @@ import {
14
15
  } from "./chunk-X46EFFCE.mjs";
15
16
  import "./chunk-TEDXYIGO.mjs";
16
17
  import "./chunk-LMKP3DDN.mjs";
17
- import "./chunk-JM66CQVD.mjs";
18
- import "./chunk-WIS7ZNTO.mjs";
19
- import "./chunk-2ZDEIGMM.mjs";
20
18
  import "./chunk-A7FWOQDN.mjs";
21
19
  import "./chunk-4C72VBLP.mjs";
22
20
  import "./chunk-AQTNFDGA.mjs";
21
+ import "./chunk-JM66CQVD.mjs";
22
+ import "./chunk-WIS7ZNTO.mjs";
23
23
  import "./chunk-D53W4HWR.mjs";
24
24
 
25
25
  // src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/extension-controlref",
3
- "version": "17.1.32",
3
+ "version": "17.1.34",
4
4
  "description": "A extension to show controls within our editor",
5
5
  "keywords": [
6
6
  "extension-controlref"
@@ -28,18 +28,18 @@
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/icons": "17.7.15",
32
- "@kopexa/theme": "17.23.1",
33
- "@kopexa/sight": "17.11.7",
34
- "@kopexa/i18n": "17.8.2"
31
+ "@kopexa/i18n": "17.8.4",
32
+ "@kopexa/icons": "17.7.17",
33
+ "@kopexa/sight": "17.11.9",
34
+ "@kopexa/theme": "17.24.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "@tiptap/core": "^3.20.0",
38
38
  "@tiptap/pm": "^3.20.0",
39
39
  "@tiptap/react": "^3.20.0",
40
40
  "react-intl": "^7.1.14",
41
- "@kopexa/react-utils": "17.0.50",
42
- "@kopexa/shared-utils": "17.0.50"
41
+ "@kopexa/react-utils": "17.0.52",
42
+ "@kopexa/shared-utils": "17.0.52"
43
43
  },
44
44
  "clean-package": "../../../clean-package.config.json",
45
45
  "module": "dist/index.mjs",
@@ -1,4 +1,7 @@
1
1
  "use client";
2
+ import {
3
+ ControlBlockView
4
+ } from "./chunk-2ZDEIGMM.mjs";
2
5
  import {
3
6
  createControlBlock
4
7
  } from "./chunk-FTEE5U3H.mjs";
@@ -11,9 +14,6 @@ import {
11
14
  import {
12
15
  DEFAULT_CONTROL_REF_OPTIONS
13
16
  } from "./chunk-JM66CQVD.mjs";
14
- import {
15
- ControlBlockView
16
- } from "./chunk-2ZDEIGMM.mjs";
17
17
 
18
18
  // src/control-block.ts
19
19
  import { mergeAttributes, Node } from "@tiptap/core";