@measured/puck 0.21.0-canary.c78dc826 → 0.21.0-canary.cbc526d1
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-N46HUQEC.mjs → Editor-32UYWE6W.mjs} +13 -10
- package/dist/{Editor-F2LSS6SE.css → Editor-IQP25PUX.css} +28 -27
- package/dist/{Render-QEMDIDQC.css → Render-3OV4N4MT.css} +28 -27
- package/dist/{Render-Y567PGZ7.mjs → Render-FXZX6NFH.mjs} +6 -4
- package/dist/{walk-tree-Ja9bNCM9.d.mts → actions-BkBoKAc5.d.mts} +26 -36
- package/dist/{walk-tree-Ja9bNCM9.d.ts → actions-BkBoKAc5.d.ts} +26 -36
- package/dist/{chunk-3QHWXJEI.mjs → chunk-3VQHXASI.mjs} +2 -2
- package/dist/{chunk-K3V4LVUL.mjs → chunk-6KNQXLQR.mjs} +14 -10
- package/dist/chunk-AOEDIUVK.mjs +11 -0
- package/dist/{chunk-GQKMOYLG.mjs → chunk-GVKHZNTR.mjs} +2 -2
- package/dist/{chunk-7KY6RHEY.mjs → chunk-K562SEXI.mjs} +109 -526
- package/dist/chunk-KN3XDS7U.mjs +528 -0
- package/dist/{chunk-DCSQEDMK.mjs → chunk-M6W7YEVX.mjs} +1 -100
- package/dist/{chunk-DNF2EMM4.mjs → chunk-MEL7FUSF.mjs} +2 -2
- package/dist/{chunk-C2TVYIYC.mjs → chunk-NYGQH27S.mjs} +105 -75
- package/dist/{chunk-DJSH5REF.mjs → chunk-Q3TJ2VYO.mjs} +25 -126
- package/dist/chunk-REWRIUGR.mjs +156 -0
- package/dist/{chunk-FNWOH4R6.mjs → chunk-V2IQTPPK.mjs} +8 -6
- package/dist/{chunk-R6CVX2IY.mjs → chunk-V5I7CVLT.mjs} +1 -1
- package/dist/{chunk-TB3SSIAY.mjs → chunk-WD3LNSAC.mjs} +5258 -4424
- package/dist/chunk-Y2EFNT5P.mjs +108 -0
- package/dist/{full-NLUNPJWS.mjs → full-4OS3O57Y.mjs} +10 -7
- package/dist/index-bqD1SEOb.d.mts +118 -0
- package/dist/index-lt1zf5WR.d.ts +118 -0
- package/dist/index.css +732 -341
- package/dist/index.d.mts +31 -120
- package/dist/index.d.ts +31 -120
- package/dist/index.js +3494 -2436
- package/dist/index.mjs +22 -16
- package/dist/internal.d.mts +27 -0
- package/dist/internal.d.ts +27 -0
- package/dist/internal.js +927 -0
- package/dist/internal.mjs +13 -0
- package/dist/{loaded-ZXOU6S6R.mjs → loaded-DCQVLO7I.mjs} +7 -4
- package/dist/{loaded-HMSPJUZM.mjs → loaded-JGRO7BH7.mjs} +7 -4
- package/dist/{loaded-EV34KGYJ.mjs → loaded-KKVJE5KH.mjs} +7 -4
- package/dist/no-external.css +870 -475
- package/dist/no-external.d.mts +4 -2
- package/dist/no-external.d.ts +4 -2
- package/dist/no-external.js +3412 -2351
- package/dist/no-external.mjs +22 -11
- package/dist/rsc.css +28 -27
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.js +146 -83
- package/dist/rsc.mjs +6 -4
- package/dist/walk-tree-CRRDqx6_.d.mts +29 -0
- package/dist/walk-tree-CS7sEpfG.d.ts +29 -0
- package/package.json +9 -4
- package/dist/chunk-WUWXFMEM.mjs +0 -11
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useAlignOptions
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-GVKHZNTR.mjs";
|
|
4
4
|
import {
|
|
5
5
|
useHeadingOptions
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-MEL7FUSF.mjs";
|
|
7
7
|
import {
|
|
8
8
|
useListOptions
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-3VQHXASI.mjs";
|
|
10
10
|
import {
|
|
11
11
|
AlignCenter,
|
|
12
12
|
AlignJustify,
|
|
@@ -26,13 +26,15 @@ import {
|
|
|
26
26
|
Strikethrough,
|
|
27
27
|
Underline,
|
|
28
28
|
useControlContext
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-K562SEXI.mjs";
|
|
30
|
+
import {
|
|
31
|
+
get_class_name_factory_default
|
|
32
|
+
} from "./chunk-Y2EFNT5P.mjs";
|
|
30
33
|
import {
|
|
31
34
|
__objRest,
|
|
32
35
|
__spreadValues,
|
|
33
|
-
get_class_name_factory_default,
|
|
34
36
|
init_react_import
|
|
35
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-M6W7YEVX.mjs";
|
|
36
38
|
|
|
37
39
|
// components/ActionBar/index.tsx
|
|
38
40
|
init_react_import();
|
|
@@ -140,7 +142,8 @@ var IconButton = ({
|
|
|
140
142
|
tabIndex,
|
|
141
143
|
newTab,
|
|
142
144
|
fullWidth,
|
|
143
|
-
title
|
|
145
|
+
title,
|
|
146
|
+
suppressHydrationWarning
|
|
144
147
|
}) => {
|
|
145
148
|
const [loading, setLoading] = useState(false);
|
|
146
149
|
const ElementType = href ? "a" : "button";
|
|
@@ -166,6 +169,7 @@ var IconButton = ({
|
|
|
166
169
|
rel: newTab ? "noreferrer" : void 0,
|
|
167
170
|
href,
|
|
168
171
|
title,
|
|
172
|
+
suppressHydrationWarning,
|
|
169
173
|
children: [
|
|
170
174
|
/* @__PURE__ */ jsx3("span", { className: getClassName3("title"), children: title }),
|
|
171
175
|
children,
|
|
@@ -345,7 +349,7 @@ function AlignSelectFallback() {
|
|
|
345
349
|
// components/RichTextMenu/controls/AlignSelect/index.tsx
|
|
346
350
|
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
347
351
|
var AlignSelectLoaded = lazy(
|
|
348
|
-
() => import("./loaded-
|
|
352
|
+
() => import("./loaded-DCQVLO7I.mjs").then((m) => ({
|
|
349
353
|
default: m.AlignSelectLoaded
|
|
350
354
|
}))
|
|
351
355
|
);
|
|
@@ -576,7 +580,7 @@ function HeadingSelectFallback() {
|
|
|
576
580
|
// components/RichTextMenu/controls/HeadingSelect/index.tsx
|
|
577
581
|
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
578
582
|
var HeadingSelectLoaded = lazy2(
|
|
579
|
-
() => import("./loaded-
|
|
583
|
+
() => import("./loaded-KKVJE5KH.mjs").then((m) => ({
|
|
580
584
|
default: m.HeadingSelectLoaded
|
|
581
585
|
}))
|
|
582
586
|
);
|
|
@@ -608,7 +612,7 @@ function ListSelectFallback() {
|
|
|
608
612
|
// components/RichTextMenu/controls/ListSelect/index.tsx
|
|
609
613
|
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
610
614
|
var ListSelectLoaded = lazy3(
|
|
611
|
-
() => import("./loaded-
|
|
615
|
+
() => import("./loaded-JGRO7BH7.mjs").then((m) => ({
|
|
612
616
|
default: m.ListSelectLoaded
|
|
613
617
|
}))
|
|
614
618
|
);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import {
|
|
2
|
+
init_react_import
|
|
3
|
+
} from "./chunk-M6W7YEVX.mjs";
|
|
4
|
+
|
|
5
|
+
// css-module:/home/runner/work/puck/puck/packages/core/components/RichTextEditor/styles.module.css#css-module
|
|
6
|
+
init_react_import();
|
|
7
|
+
var styles_module_default = { "RichTextEditor": "_RichTextEditor_z25h4_1", "RichTextEditor--editor": "_RichTextEditor--editor_z25h4_50", "RichTextEditor--disabled": "_RichTextEditor--disabled_z25h4_107", "RichTextEditor--isActive": "_RichTextEditor--isActive_z25h4_111", "RichTextEditor-menu": "_RichTextEditor-menu_z25h4_117" };
|
|
8
|
+
|
|
9
|
+
export {
|
|
10
|
+
styles_module_default
|
|
11
|
+
};
|
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
AlignJustify,
|
|
4
4
|
AlignLeft,
|
|
5
5
|
AlignRight
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-K562SEXI.mjs";
|
|
7
7
|
import {
|
|
8
8
|
init_react_import
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-M6W7YEVX.mjs";
|
|
10
10
|
|
|
11
11
|
// components/RichTextMenu/controls/AlignSelect/use-options.ts
|
|
12
12
|
init_react_import();
|