@measured/puck 0.21.0-canary.eb8ea5ce → 0.21.0-canary.ed10e2a4
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/{chunk-YZQENDBP.mjs → chunk-JA7SEUEH.mjs} +499 -70
- package/dist/{chunk-MSIUWPEI.mjs → chunk-UABEUL66.mjs} +2681 -913
- package/dist/index.css +22 -278
- package/dist/index.d.mts +7 -104
- package/dist/index.d.ts +7 -104
- package/dist/index.js +2494 -5508
- package/dist/index.mjs +9 -19
- package/dist/no-external.css +22 -278
- package/dist/no-external.d.mts +2 -17
- package/dist/no-external.d.ts +2 -17
- package/dist/no-external.js +2494 -5508
- package/dist/no-external.mjs +9 -19
- package/dist/rsc.d.mts +2 -17
- package/dist/rsc.d.ts +2 -17
- package/dist/rsc.js +21 -407
- package/dist/rsc.mjs +9 -15
- package/dist/{walk-tree-Ja9bNCM9.d.mts → walk-tree-CgWnYC1X.d.mts} +3 -202
- package/dist/{walk-tree-Ja9bNCM9.d.ts → walk-tree-CgWnYC1X.d.ts} +3 -202
- package/package.json +1 -23
- package/dist/Editor-DR57V55X.mjs +0 -194
- package/dist/Editor-F2LSS6SE.css +0 -403
- package/dist/Render-6Q5WP25Y.mjs +0 -51
- package/dist/Render-QEMDIDQC.css +0 -101
- package/dist/chunk-A7EMVTSK.mjs +0 -413
- package/dist/chunk-CF5XA6LF.mjs +0 -103
- package/dist/chunk-GQ457KMA.mjs +0 -199
- package/dist/chunk-OPXWLTPM.mjs +0 -3140
- package/dist/rsc.css +0 -101
package/dist/no-external.mjs
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
|
+
Action,
|
|
3
|
+
ActionBar,
|
|
2
4
|
AutoField,
|
|
3
5
|
Button,
|
|
4
6
|
Drawer,
|
|
5
7
|
DropZone,
|
|
6
8
|
FieldLabel,
|
|
9
|
+
Group,
|
|
10
|
+
IconButton,
|
|
11
|
+
Label,
|
|
7
12
|
Puck,
|
|
8
13
|
Render,
|
|
9
14
|
createUsePuck,
|
|
@@ -13,27 +18,14 @@ import {
|
|
|
13
18
|
setDeep,
|
|
14
19
|
useGetPuck,
|
|
15
20
|
usePuck
|
|
16
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-UABEUL66.mjs";
|
|
17
22
|
import {
|
|
23
|
+
init_react_import,
|
|
18
24
|
migrate,
|
|
19
25
|
resolveAllData,
|
|
20
|
-
transformProps
|
|
21
|
-
} from "./chunk-A7EMVTSK.mjs";
|
|
22
|
-
import {
|
|
23
|
-
Action,
|
|
24
|
-
ActionBar,
|
|
25
|
-
Group,
|
|
26
|
-
IconButton,
|
|
27
|
-
Label,
|
|
28
|
-
RichTextMenu,
|
|
29
|
-
Separator
|
|
30
|
-
} from "./chunk-OPXWLTPM.mjs";
|
|
31
|
-
import {
|
|
26
|
+
transformProps,
|
|
32
27
|
walkTree
|
|
33
|
-
} from "./chunk-
|
|
34
|
-
import {
|
|
35
|
-
init_react_import
|
|
36
|
-
} from "./chunk-GQ457KMA.mjs";
|
|
28
|
+
} from "./chunk-JA7SEUEH.mjs";
|
|
37
29
|
|
|
38
30
|
// bundle/no-external.ts
|
|
39
31
|
init_react_import();
|
|
@@ -50,8 +42,6 @@ export {
|
|
|
50
42
|
Label,
|
|
51
43
|
Puck,
|
|
52
44
|
Render,
|
|
53
|
-
RichTextMenu,
|
|
54
|
-
Separator,
|
|
55
45
|
createUsePuck,
|
|
56
46
|
migrate,
|
|
57
47
|
overrideKeys,
|
package/dist/rsc.d.mts
CHANGED
|
@@ -1,22 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { C as Config, U as UserGenerics, M as Metadata } from './walk-tree-
|
|
3
|
-
export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-
|
|
2
|
+
import { C as Config, U as UserGenerics, M as Metadata } from './walk-tree-CgWnYC1X.mjs';
|
|
3
|
+
export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-CgWnYC1X.mjs';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '@tiptap/react';
|
|
6
|
-
import '@tiptap/extension-blockquote';
|
|
7
|
-
import '@tiptap/extension-bold';
|
|
8
|
-
import '@tiptap/extension-code';
|
|
9
|
-
import '@tiptap/extension-code-block';
|
|
10
|
-
import '@tiptap/extension-hard-break';
|
|
11
|
-
import '@tiptap/extension-heading';
|
|
12
|
-
import '@tiptap/extension-horizontal-rule';
|
|
13
|
-
import '@tiptap/extension-italic';
|
|
14
|
-
import '@tiptap/extension-link';
|
|
15
|
-
import '@tiptap/extension-list';
|
|
16
|
-
import '@tiptap/extension-paragraph';
|
|
17
|
-
import '@tiptap/extension-strike';
|
|
18
|
-
import '@tiptap/extension-text-align';
|
|
19
|
-
import '@tiptap/extension-underline';
|
|
20
5
|
|
|
21
6
|
declare function Render<UserConfig extends Config = Config, G extends UserGenerics<UserConfig> = UserGenerics<UserConfig>>({ config, data, metadata, }: {
|
|
22
7
|
config: UserConfig;
|
package/dist/rsc.d.ts
CHANGED
|
@@ -1,22 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { C as Config, U as UserGenerics, M as Metadata } from './walk-tree-
|
|
3
|
-
export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-
|
|
2
|
+
import { C as Config, U as UserGenerics, M as Metadata } from './walk-tree-CgWnYC1X.js';
|
|
3
|
+
export { m as migrate, r as resolveAllData, t as transformProps, w as walkTree } from './walk-tree-CgWnYC1X.js';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '@tiptap/react';
|
|
6
|
-
import '@tiptap/extension-blockquote';
|
|
7
|
-
import '@tiptap/extension-bold';
|
|
8
|
-
import '@tiptap/extension-code';
|
|
9
|
-
import '@tiptap/extension-code-block';
|
|
10
|
-
import '@tiptap/extension-hard-break';
|
|
11
|
-
import '@tiptap/extension-heading';
|
|
12
|
-
import '@tiptap/extension-horizontal-rule';
|
|
13
|
-
import '@tiptap/extension-italic';
|
|
14
|
-
import '@tiptap/extension-link';
|
|
15
|
-
import '@tiptap/extension-list';
|
|
16
|
-
import '@tiptap/extension-paragraph';
|
|
17
|
-
import '@tiptap/extension-strike';
|
|
18
|
-
import '@tiptap/extension-text-align';
|
|
19
|
-
import '@tiptap/extension-underline';
|
|
20
5
|
|
|
21
6
|
declare function Render<UserConfig extends Config = Config, G extends UserGenerics<UserConfig> = UserGenerics<UserConfig>>({ config, data, metadata, }: {
|
|
22
7
|
config: UserConfig;
|