@measured/puck 0.21.0-canary.ece26d91 → 0.21.0-canary.ed351ce5
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/{Editor-O447AVCX.mjs → Editor-CYTATURR.mjs} +7 -7
- package/dist/{actions-ONhOkrvf.d.mts → actions-tsxxcX1z.d.mts} +24 -9
- package/dist/{actions-ONhOkrvf.d.ts → actions-tsxxcX1z.d.ts} +24 -9
- package/dist/{chunk-T3WX7XJ6.mjs → chunk-72SA22GI.mjs} +4 -2
- package/dist/{chunk-2Q4PACDA.mjs → chunk-M4QBB3JM.mjs} +3 -3
- package/dist/{chunk-62AAYNXG.mjs → chunk-MLTVJA2A.mjs} +1 -1
- package/dist/{chunk-Y656T6AQ.mjs → chunk-MVJKIFF6.mjs} +1 -1
- package/dist/{chunk-QAWJTCV5.mjs → chunk-NOJQSXRU.mjs} +1 -1
- package/dist/{chunk-QBJ2LDJB.mjs → chunk-RVZLI2KP.mjs} +5109 -4487
- package/dist/{chunk-PLXSMBAA.mjs → chunk-UNQOU2OI.mjs} +1 -1
- package/dist/{chunk-DAQLMM2T.mjs → chunk-UUOBSXZR.mjs} +87 -2
- package/dist/{chunk-BSDEIOEK.mjs → chunk-V7333LON.mjs} +10 -8
- package/dist/{full-BEMDJKDS.mjs → full-GZ4L3XCF.mjs} +6 -6
- package/dist/{index-BEoNHRI1.d.ts → index-Ca6V6NQD.d.ts} +3 -1
- package/dist/{index-DfxZ7tZF.d.mts → index-mQvUCH3C.d.mts} +3 -1
- package/dist/index.css +696 -306
- package/dist/index.d.mts +28 -9
- package/dist/index.d.ts +28 -9
- package/dist/index.js +2910 -2143
- package/dist/index.mjs +18 -15
- package/dist/internal.d.mts +2 -2
- package/dist/internal.d.ts +2 -2
- package/dist/{loaded-N3FYGF2Y.mjs → loaded-2MNXXPJP.mjs} +3 -3
- package/dist/{loaded-JU3A7Y4L.mjs → loaded-6QT4HD2O.mjs} +3 -3
- package/dist/{loaded-OBY7OMS6.mjs → loaded-ZVPBQVNE.mjs} +3 -3
- package/dist/no-external.css +841 -447
- package/dist/no-external.d.mts +4 -4
- package/dist/no-external.d.ts +4 -4
- package/dist/no-external.js +2912 -2142
- package/dist/no-external.mjs +17 -9
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.js +4 -2
- package/dist/rsc.mjs +2 -2
- package/dist/{walk-tree-DHbAZ4wF.d.ts → walk-tree-Bh85NMeo.d.ts} +1 -1
- package/dist/{walk-tree-CdriEzFJ.d.mts → walk-tree-CDA3K5S3.d.mts} +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -6,20 +6,24 @@ import {
|
|
|
6
6
|
FieldLabel,
|
|
7
7
|
Puck,
|
|
8
8
|
Render,
|
|
9
|
+
blocksPlugin,
|
|
9
10
|
createUsePuck,
|
|
11
|
+
fieldsPlugin,
|
|
12
|
+
legacySideBarPlugin,
|
|
13
|
+
outlinePlugin,
|
|
10
14
|
overrideKeys,
|
|
11
15
|
registerOverlayPortal,
|
|
12
16
|
renderContext,
|
|
13
17
|
setDeep,
|
|
14
18
|
useGetPuck,
|
|
15
19
|
usePuck
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
20
|
+
} from "./chunk-RVZLI2KP.mjs";
|
|
21
|
+
import "./chunk-M4QBB3JM.mjs";
|
|
18
22
|
import {
|
|
19
23
|
migrate,
|
|
20
24
|
resolveAllData,
|
|
21
25
|
transformProps
|
|
22
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-MVJKIFF6.mjs";
|
|
23
27
|
import "./chunk-CSSRLPHM.mjs";
|
|
24
28
|
import {
|
|
25
29
|
Action,
|
|
@@ -29,23 +33,18 @@ import {
|
|
|
29
33
|
Label,
|
|
30
34
|
RichTextMenu,
|
|
31
35
|
Separator
|
|
32
|
-
} from "./chunk-
|
|
33
|
-
import "./chunk-
|
|
34
|
-
import "./chunk-
|
|
35
|
-
import "./chunk-
|
|
36
|
-
import "./chunk-
|
|
36
|
+
} from "./chunk-V7333LON.mjs";
|
|
37
|
+
import "./chunk-UNQOU2OI.mjs";
|
|
38
|
+
import "./chunk-MLTVJA2A.mjs";
|
|
39
|
+
import "./chunk-NOJQSXRU.mjs";
|
|
40
|
+
import "./chunk-UUOBSXZR.mjs";
|
|
37
41
|
import "./chunk-QBGM4ELA.mjs";
|
|
38
|
-
import "./chunk-
|
|
42
|
+
import "./chunk-72SA22GI.mjs";
|
|
39
43
|
import "./chunk-Y2EFNT5P.mjs";
|
|
40
44
|
import {
|
|
41
45
|
walkTree
|
|
42
46
|
} from "./chunk-NLUHDYVR.mjs";
|
|
43
|
-
import
|
|
44
|
-
init_react_import
|
|
45
|
-
} from "./chunk-M6W7YEVX.mjs";
|
|
46
|
-
|
|
47
|
-
// bundle/index.ts
|
|
48
|
-
init_react_import();
|
|
47
|
+
import "./chunk-M6W7YEVX.mjs";
|
|
49
48
|
export {
|
|
50
49
|
Action,
|
|
51
50
|
ActionBar,
|
|
@@ -61,8 +60,12 @@ export {
|
|
|
61
60
|
Render,
|
|
62
61
|
RichTextMenu,
|
|
63
62
|
Separator,
|
|
63
|
+
blocksPlugin,
|
|
64
64
|
createUsePuck,
|
|
65
|
+
fieldsPlugin,
|
|
66
|
+
legacySideBarPlugin,
|
|
65
67
|
migrate,
|
|
68
|
+
outlinePlugin,
|
|
66
69
|
overrideKeys,
|
|
67
70
|
registerOverlayPortal,
|
|
68
71
|
renderContext,
|
package/dist/internal.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Reducer } from 'react';
|
|
2
|
-
import { D as Data, A as AppState, O as OnAction, P as PrivateAppState, a as PuckAction } from './actions-
|
|
3
|
-
import { A as AppStore } from './index-
|
|
2
|
+
import { D as Data, A as AppState, O as OnAction, P as PrivateAppState, a as PuckAction } from './actions-tsxxcX1z.mjs';
|
|
3
|
+
import { A as AppStore } from './index-mQvUCH3C.mjs';
|
|
4
4
|
import '@tiptap/react';
|
|
5
5
|
import '@tiptap/extension-blockquote';
|
|
6
6
|
import '@tiptap/extension-bold';
|
package/dist/internal.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Reducer } from 'react';
|
|
2
|
-
import { D as Data, A as AppState, O as OnAction, P as PrivateAppState, a as PuckAction } from './actions-
|
|
3
|
-
import { A as AppStore } from './index-
|
|
2
|
+
import { D as Data, A as AppState, O as OnAction, P as PrivateAppState, a as PuckAction } from './actions-tsxxcX1z.js';
|
|
3
|
+
import { A as AppStore } from './index-Ca6V6NQD.js';
|
|
4
4
|
import '@tiptap/react';
|
|
5
5
|
import '@tiptap/extension-blockquote';
|
|
6
6
|
import '@tiptap/extension-bold';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useListOptions
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-NOJQSXRU.mjs";
|
|
4
4
|
import {
|
|
5
5
|
List,
|
|
6
6
|
SelectControl,
|
|
7
7
|
useControlContext
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-UUOBSXZR.mjs";
|
|
9
9
|
import "./chunk-QBGM4ELA.mjs";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-72SA22GI.mjs";
|
|
11
11
|
import "./chunk-Y2EFNT5P.mjs";
|
|
12
12
|
import "./chunk-NLUHDYVR.mjs";
|
|
13
13
|
import {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useAlignOptions
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-UNQOU2OI.mjs";
|
|
4
4
|
import {
|
|
5
5
|
AlignLeft,
|
|
6
6
|
SelectControl,
|
|
7
7
|
useControlContext
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-UUOBSXZR.mjs";
|
|
9
9
|
import "./chunk-QBGM4ELA.mjs";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-72SA22GI.mjs";
|
|
11
11
|
import "./chunk-Y2EFNT5P.mjs";
|
|
12
12
|
import "./chunk-NLUHDYVR.mjs";
|
|
13
13
|
import {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useHeadingOptions
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MLTVJA2A.mjs";
|
|
4
4
|
import {
|
|
5
5
|
Heading,
|
|
6
6
|
SelectControl,
|
|
7
7
|
useControlContext
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-UUOBSXZR.mjs";
|
|
9
9
|
import "./chunk-QBGM4ELA.mjs";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-72SA22GI.mjs";
|
|
11
11
|
import "./chunk-Y2EFNT5P.mjs";
|
|
12
12
|
import "./chunk-NLUHDYVR.mjs";
|
|
13
13
|
import {
|