@crediblemark/build 0.24.9 → 0.25.1
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/README.md +88 -152
- package/dist/{ArrayField-ABD3HGQK.css → ArrayField-HGGIE5AL.css} +73 -72
- package/dist/ArrayField-N36WXYIG.mjs +19 -0
- package/dist/{Editor-3EPLDK4J.mjs → Editor-CD7CMRO5.mjs} +7 -7
- package/dist/{ObjectField-RGVFMP6O.css → ObjectField-NKMT3CLS.css} +73 -72
- package/dist/ObjectField-RMXFC6TI.mjs +19 -0
- package/dist/{actions-CEH_5LMY.d.mts → actions-LaZpJ1KE.d.mts} +6 -1
- package/dist/{actions-CEH_5LMY.d.ts → actions-LaZpJ1KE.d.ts} +6 -1
- package/dist/{chunk-NV5F47RH.mjs → chunk-3S3KWE2J.mjs} +7 -7
- package/dist/{chunk-VE6BIQKS.mjs → chunk-BC5TH63U.mjs} +1 -1
- package/dist/{chunk-XLNVCM4Q.mjs → chunk-BPBYJDIJ.mjs} +129 -135
- package/dist/{chunk-5JSNFZKX.mjs → chunk-JKWSSGAY.mjs} +7 -7
- package/dist/{chunk-MFTVX2ME.mjs → chunk-MLM27DOG.mjs} +1 -1
- package/dist/{chunk-VZMLLRBL.mjs → chunk-NJZPPQVT.mjs} +4 -4
- package/dist/{chunk-KUWVOWUV.mjs → chunk-NSDGBGNG.mjs} +1 -1
- package/dist/{chunk-SJLXKGIW.mjs → chunk-OUXISRNA.mjs} +13 -13
- package/dist/{chunk-XQ5K5BWA.mjs → chunk-PQXVFRLA.mjs} +9 -9
- package/dist/{chunk-WH3A7FAR.mjs → chunk-UPNU77XM.mjs} +1 -1
- package/dist/{chunk-YE4FXNJW.mjs → chunk-WEPD3OBO.mjs} +2 -2
- package/dist/{full-SYDEKGLJ.mjs → full-HTQAR5N2.mjs} +5 -5
- package/dist/{index-CkSfgrvw.d.ts → index-Bj2x5pZ7.d.ts} +1 -1
- package/dist/{index-Cxwg4vUV.d.mts → index-CD3PszvP.d.mts} +1 -1
- package/dist/index.css +73 -72
- package/dist/index.d.mts +5 -10
- package/dist/index.d.ts +5 -10
- package/dist/index.js +206 -220
- package/dist/index.mjs +11 -11
- package/dist/internal.d.mts +2 -2
- package/dist/internal.d.ts +2 -2
- package/dist/{loaded-NHGZU7V3.mjs → loaded-AHSNCA4P.mjs} +2 -2
- package/dist/{loaded-5JH76RZT.mjs → loaded-CDAPR2WZ.mjs} +2 -2
- package/dist/{loaded-ON5OAY2P.mjs → loaded-Q7N3MNZB.mjs} +2 -2
- package/dist/no-external.css +73 -72
- package/dist/no-external.d.mts +3 -3
- package/dist/no-external.d.ts +3 -3
- package/dist/no-external.js +206 -220
- package/dist/no-external.mjs +11 -11
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/{walk-tree-B4ZvMfxS.d.ts → walk-tree-BEw6kTXm.d.ts} +1 -1
- package/dist/{walk-tree-C78ZVz19.d.mts → walk-tree-BO8uRNcW.d.mts} +1 -1
- package/package.json +1 -1
- package/dist/ArrayField-OPQ2CJX7.mjs +0 -19
- package/dist/ObjectField-ITKHRUX2.mjs +0 -19
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useAlignOptions
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MLM27DOG.mjs";
|
|
4
4
|
import {
|
|
5
5
|
useHeadingOptions
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-NSDGBGNG.mjs";
|
|
7
7
|
import {
|
|
8
8
|
useListOptions
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-BC5TH63U.mjs";
|
|
10
10
|
import {
|
|
11
11
|
Bold,
|
|
12
12
|
Code,
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
TextAlignStart,
|
|
27
27
|
Underline,
|
|
28
28
|
useControlContext
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-BPBYJDIJ.mjs";
|
|
30
30
|
import {
|
|
31
31
|
get_class_name_factory_default
|
|
32
32
|
} from "./chunk-BFHV72KK.mjs";
|
|
@@ -310,7 +310,7 @@ function AlignSelectFallback() {
|
|
|
310
310
|
// components/RichTextMenu/controls/AlignSelect/index.tsx
|
|
311
311
|
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
312
312
|
var AlignSelectLoaded = lazy(
|
|
313
|
-
() => import("./loaded-
|
|
313
|
+
() => import("./loaded-Q7N3MNZB.mjs").then((m) => ({
|
|
314
314
|
default: m.AlignSelectLoaded
|
|
315
315
|
}))
|
|
316
316
|
);
|
|
@@ -529,7 +529,7 @@ function HeadingSelectFallback() {
|
|
|
529
529
|
// components/RichTextMenu/controls/HeadingSelect/index.tsx
|
|
530
530
|
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
531
531
|
var HeadingSelectLoaded = lazy2(
|
|
532
|
-
() => import("./loaded-
|
|
532
|
+
() => import("./loaded-AHSNCA4P.mjs").then((m) => ({
|
|
533
533
|
default: m.HeadingSelectLoaded
|
|
534
534
|
}))
|
|
535
535
|
);
|
|
@@ -559,7 +559,7 @@ function ListSelectFallback() {
|
|
|
559
559
|
// components/RichTextMenu/controls/ListSelect/index.tsx
|
|
560
560
|
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
561
561
|
var ListSelectLoaded = lazy3(
|
|
562
|
-
() => import("./loaded-
|
|
562
|
+
() => import("./loaded-CDAPR2WZ.mjs").then((m) => ({
|
|
563
563
|
default: m.ListSelectLoaded
|
|
564
564
|
}))
|
|
565
565
|
);
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
useFieldStore,
|
|
5
5
|
useFieldStoreApi,
|
|
6
6
|
useNestedFieldContext
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-PQXVFRLA.mjs";
|
|
8
8
|
import {
|
|
9
9
|
IconButton
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-JKWSSGAY.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Copy,
|
|
13
13
|
GripVertical,
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
replace,
|
|
19
19
|
useAppStore,
|
|
20
20
|
useAppStoreApi
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-BPBYJDIJ.mjs";
|
|
22
22
|
import {
|
|
23
23
|
populateIds
|
|
24
24
|
} from "./chunk-64A37UUC.mjs";
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
} from "./chunk-7LXZOPYT.mjs";
|
|
32
32
|
|
|
33
33
|
// css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ArrayField/styles.module.css#css-module
|
|
34
|
-
var styles_module_default = { "ArrayField": "
|
|
34
|
+
var styles_module_default = { "ArrayField": "_ArrayField_rvhj3_5", "ArrayField--isDraggingFrom": "_ArrayField--isDraggingFrom_rvhj3_13", "ArrayField-addButton": "_ArrayField-addButton_rvhj3_18", "ArrayField--hasItems": "_ArrayField--hasItems_rvhj3_33", "ArrayField-inner": "_ArrayField-inner_rvhj3_59", "ArrayFieldItem": "_ArrayFieldItem_rvhj3_67", "ArrayFieldItem--isDragging": "_ArrayFieldItem--isDragging_rvhj3_78", "ArrayFieldItem--isExpanded": "_ArrayFieldItem--isExpanded_rvhj3_82", "ArrayFieldItem-summary": "_ArrayFieldItem-summary_rvhj3_97", "ArrayFieldItem--noFields": "_ArrayFieldItem--noFields_rvhj3_122", "ArrayField--addDisabled": "_ArrayField--addDisabled_rvhj3_131", "ArrayFieldItem-body": "_ArrayFieldItem-body_rvhj3_170", "ArrayFieldItem-fieldset": "_ArrayFieldItem-fieldset_rvhj3_179", "ArrayFieldItem-rhs": "_ArrayFieldItem-rhs_rvhj3_187", "ArrayFieldItem-actions": "_ArrayFieldItem-actions_rvhj3_193" };
|
|
35
35
|
|
|
36
36
|
// components/AutoField/fields/ArrayField/index.tsx
|
|
37
37
|
import {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LoadedRichTextMenu
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-WEPD3OBO.mjs";
|
|
4
4
|
import {
|
|
5
5
|
DragIcon,
|
|
6
6
|
collisionStore,
|
|
7
7
|
createDynamicCollisionDetector,
|
|
8
8
|
setDeep,
|
|
9
9
|
useSensors
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-NJZPPQVT.mjs";
|
|
11
11
|
import {
|
|
12
12
|
AutoFieldPrivate,
|
|
13
13
|
Button,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
fieldContextStore,
|
|
17
17
|
useContextStore,
|
|
18
18
|
useSafeId
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-PQXVFRLA.mjs";
|
|
20
20
|
import {
|
|
21
21
|
RichTextRenderFallback,
|
|
22
22
|
SlotRender,
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
ActionBar,
|
|
31
31
|
IconButton,
|
|
32
32
|
Loader
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-JKWSSGAY.mjs";
|
|
34
34
|
import {
|
|
35
35
|
Box,
|
|
36
36
|
ChartColumn,
|
|
@@ -43,7 +43,6 @@ import {
|
|
|
43
43
|
Expand,
|
|
44
44
|
ExternalLink,
|
|
45
45
|
FileText,
|
|
46
|
-
Globe,
|
|
47
46
|
Image,
|
|
48
47
|
Info,
|
|
49
48
|
Layers,
|
|
@@ -71,6 +70,7 @@ import {
|
|
|
71
70
|
Type,
|
|
72
71
|
Undo2,
|
|
73
72
|
X,
|
|
73
|
+
Zap,
|
|
74
74
|
ZoomIn,
|
|
75
75
|
ZoomOut,
|
|
76
76
|
appStoreContext,
|
|
@@ -85,7 +85,7 @@ import {
|
|
|
85
85
|
useRegisterHistorySlice,
|
|
86
86
|
useRegisterPermissionsSlice,
|
|
87
87
|
useResetAutoZoom
|
|
88
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-BPBYJDIJ.mjs";
|
|
89
89
|
import {
|
|
90
90
|
getItem,
|
|
91
91
|
insert,
|
|
@@ -1879,7 +1879,7 @@ import {
|
|
|
1879
1879
|
} from "react";
|
|
1880
1880
|
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
1881
1881
|
var Editor = lazy(
|
|
1882
|
-
() => import("./Editor-
|
|
1882
|
+
() => import("./Editor-CD7CMRO5.mjs").then((m) => ({
|
|
1883
1883
|
default: m.Editor
|
|
1884
1884
|
}))
|
|
1885
1885
|
);
|
|
@@ -5550,17 +5550,17 @@ var HeaderInner = ({
|
|
|
5550
5550
|
children: "View Web"
|
|
5551
5551
|
}
|
|
5552
5552
|
),
|
|
5553
|
-
/* @__PURE__ */ jsx33(
|
|
5553
|
+
/* @__PURE__ */ jsx33("span", { className: "PublishButton", children: /* @__PURE__ */ jsx33(
|
|
5554
5554
|
Button,
|
|
5555
5555
|
{
|
|
5556
5556
|
onClick: () => {
|
|
5557
5557
|
const data = appStore.getState().state.data;
|
|
5558
5558
|
onPublish && onPublish(data);
|
|
5559
5559
|
},
|
|
5560
|
-
icon: /* @__PURE__ */ jsx33(
|
|
5560
|
+
icon: /* @__PURE__ */ jsx33(Zap, { size: 14, fill: "currentColor" }),
|
|
5561
5561
|
children: "Publish"
|
|
5562
5562
|
}
|
|
5563
|
-
)
|
|
5563
|
+
) })
|
|
5564
5564
|
] }) }),
|
|
5565
5565
|
children: /* @__PURE__ */ jsx33(
|
|
5566
5566
|
"header",
|
|
@@ -5689,17 +5689,17 @@ var HeaderInner = ({
|
|
|
5689
5689
|
children: "View Web"
|
|
5690
5690
|
}
|
|
5691
5691
|
),
|
|
5692
|
-
/* @__PURE__ */ jsx33(
|
|
5692
|
+
/* @__PURE__ */ jsx33("span", { className: "PublishButton", children: /* @__PURE__ */ jsx33(
|
|
5693
5693
|
Button,
|
|
5694
5694
|
{
|
|
5695
5695
|
onClick: () => {
|
|
5696
5696
|
const data = appStore.getState().state.data;
|
|
5697
5697
|
onPublish && onPublish(data);
|
|
5698
5698
|
},
|
|
5699
|
-
icon: /* @__PURE__ */ jsx33(
|
|
5699
|
+
icon: /* @__PURE__ */ jsx33(Zap, { size: 14, fill: "currentColor" }),
|
|
5700
5700
|
children: "Publish"
|
|
5701
5701
|
}
|
|
5702
|
-
)
|
|
5702
|
+
) })
|
|
5703
5703
|
] }),
|
|
5704
5704
|
setMenuOpen
|
|
5705
5705
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
EditorInner
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-UPNU77XM.mjs";
|
|
4
4
|
import {
|
|
5
5
|
IconButton,
|
|
6
6
|
LoadedRichTextMenuInner,
|
|
7
7
|
Loader
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-JKWSSGAY.mjs";
|
|
9
9
|
import {
|
|
10
10
|
ChevronDown,
|
|
11
11
|
CircleCheckBig,
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
SlidersHorizontal,
|
|
18
18
|
Type,
|
|
19
19
|
useAppStore
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-BPBYJDIJ.mjs";
|
|
21
21
|
import {
|
|
22
22
|
get_class_name_factory_default
|
|
23
23
|
} from "./chunk-BFHV72KK.mjs";
|
|
@@ -75,7 +75,7 @@ function useFieldStore(selector) {
|
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
// css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css#css-module
|
|
78
|
-
var styles_module_default = { "InputWrapper": "
|
|
78
|
+
var styles_module_default = { "InputWrapper": "_InputWrapper_rcfsp_1", "InputWrapper--object": "_InputWrapper--object_rcfsp_1", "InputWrapper--array": "_InputWrapper--array_rcfsp_1", "Input-label": "_Input-label_rcfsp_18", "Input-label--noChildren": "_Input-label--noChildren_rcfsp_30", "Input-labelIcon": "_Input-labelIcon_rcfsp_34", "Input-disabledIcon": "_Input-disabledIcon_rcfsp_41", "Input-input": "_Input-input_rcfsp_46", "Input": "_Input_rcfsp_1", "Input--readOnly": "_Input--readOnly_rcfsp_102", "Input-radioGroupItems": "_Input-radioGroupItems_rcfsp_113", "Input-radio": "_Input-radio_rcfsp_113", "Input-radioInner": "_Input-radioInner_rcfsp_130", "Input-radioInput": "_Input-radioInput_rcfsp_175" };
|
|
79
79
|
|
|
80
80
|
// components/AutoField/FieldLabel.tsx
|
|
81
81
|
import { useMemo } from "react";
|
|
@@ -93,7 +93,7 @@ var FieldLabel = ({
|
|
|
93
93
|
return /* @__PURE__ */ jsxs(El, { className, children: [
|
|
94
94
|
/* @__PURE__ */ jsxs("div", { className: `${getClassName("label")} ${!children ? styles_module_default["Input-label--noChildren"] : ""}`, children: [
|
|
95
95
|
icon ? /* @__PURE__ */ jsx2("div", { className: getClassName("labelIcon"), children: icon }) : /* @__PURE__ */ jsx2(Fragment, {}),
|
|
96
|
-
label,
|
|
96
|
+
/* @__PURE__ */ jsx2("span", { className: getClassName("labelText"), children: label }),
|
|
97
97
|
readOnly && /* @__PURE__ */ jsx2("div", { className: getClassName("disabledIcon"), title: "Read-only", children: /* @__PURE__ */ jsx2(Lock, { size: "12" }) })
|
|
98
98
|
] }),
|
|
99
99
|
children
|
|
@@ -873,7 +873,7 @@ var DefaultField = ({
|
|
|
873
873
|
id,
|
|
874
874
|
min: field.type === "number" ? field.min : void 0,
|
|
875
875
|
max: field.type === "number" ? field.max : void 0,
|
|
876
|
-
placeholder: field.type === "text" || field.type === "number" ? field.placeholder : void 0,
|
|
876
|
+
placeholder: field.type === "text" || field.type === "number" ? field.placeholder || label || name : void 0,
|
|
877
877
|
step: field.type === "number" ? field.step : void 0
|
|
878
878
|
}
|
|
879
879
|
)
|
|
@@ -957,7 +957,7 @@ EditorFallback.displayName = "EditorFallback";
|
|
|
957
957
|
// components/AutoField/fields/RichtextField/index.tsx
|
|
958
958
|
import { Fragment as Fragment4, jsx as jsx15 } from "react/jsx-runtime";
|
|
959
959
|
var Editor = lazy(
|
|
960
|
-
() => import("./Editor-
|
|
960
|
+
() => import("./Editor-CD7CMRO5.mjs").then((m) => ({
|
|
961
961
|
default: m.Editor
|
|
962
962
|
}))
|
|
963
963
|
);
|
|
@@ -994,8 +994,8 @@ var RichtextField = ({
|
|
|
994
994
|
|
|
995
995
|
// components/AutoField/AutoFieldInternal.tsx
|
|
996
996
|
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
997
|
-
var ArrayField = lazy2(() => import("./ArrayField-
|
|
998
|
-
var ObjectField = lazy2(() => import("./ObjectField-
|
|
997
|
+
var ArrayField = lazy2(() => import("./ArrayField-N36WXYIG.mjs").then((m) => ({ default: m.ArrayField })));
|
|
998
|
+
var ObjectField = lazy2(() => import("./ObjectField-RMXFC6TI.mjs").then((m) => ({ default: m.ObjectField })));
|
|
999
999
|
var getClassNameWrapper2 = get_class_name_factory_default("InputWrapper", styles_module_default);
|
|
1000
1000
|
var defaultFields = {
|
|
1001
1001
|
array: ArrayField,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LoadedRichTextMenuInner
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JKWSSGAY.mjs";
|
|
4
4
|
|
|
5
5
|
// components/RichTextMenu/index.tsx
|
|
6
6
|
import { lazy, Suspense } from "react";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
|
8
8
|
var LoadedRichTextMenuFull = lazy(
|
|
9
|
-
() => import("./full-
|
|
9
|
+
() => import("./full-HTQAR5N2.mjs").then((m) => ({
|
|
10
10
|
default: m.LoadedRichTextMenuFull
|
|
11
11
|
}))
|
|
12
12
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LoadedRichTextMenuInner
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-JKWSSGAY.mjs";
|
|
4
|
+
import "./chunk-MLM27DOG.mjs";
|
|
5
|
+
import "./chunk-NSDGBGNG.mjs";
|
|
6
|
+
import "./chunk-BC5TH63U.mjs";
|
|
7
|
+
import "./chunk-BPBYJDIJ.mjs";
|
|
8
8
|
import "./chunk-64A37UUC.mjs";
|
|
9
9
|
import "./chunk-SMAWAXVX.mjs";
|
|
10
10
|
import "./chunk-BFHV72KK.mjs";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { H as History, g as Permissions, c as ComponentData, a as Config, U as UserGenerics, F as Fields, C as CredBuildAction, h as RootDataWithProps, i as ResolveDataTrigger, j as Plugin, k as Overrides, V as Viewports, I as IframeConfig, l as UiState, m as ComponentConfig, A as AppState, M as Metadata, n as FieldTransforms, o as RichtextField } from './actions-
|
|
1
|
+
import { H as History, g as Permissions, c as ComponentData, a as Config, U as UserGenerics, F as Fields, C as CredBuildAction, h as RootDataWithProps, i as ResolveDataTrigger, j as Plugin, k as Overrides, V as Viewports, I as IframeConfig, l as UiState, m as ComponentConfig, A as AppState, M as Metadata, n as FieldTransforms, o as RichtextField } from './actions-LaZpJ1KE.js';
|
|
2
2
|
import { Editor } from '@tiptap/react';
|
|
3
3
|
|
|
4
4
|
type HistorySlice<D = any> = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { H as History, g as Permissions, c as ComponentData, a as Config, U as UserGenerics, F as Fields, C as CredBuildAction, h as RootDataWithProps, i as ResolveDataTrigger, j as Plugin, k as Overrides, V as Viewports, I as IframeConfig, l as UiState, m as ComponentConfig, A as AppState, M as Metadata, n as FieldTransforms, o as RichtextField } from './actions-
|
|
1
|
+
import { H as History, g as Permissions, c as ComponentData, a as Config, U as UserGenerics, F as Fields, C as CredBuildAction, h as RootDataWithProps, i as ResolveDataTrigger, j as Plugin, k as Overrides, V as Viewports, I as IframeConfig, l as UiState, m as ComponentConfig, A as AppState, M as Metadata, n as FieldTransforms, o as RichtextField } from './actions-LaZpJ1KE.mjs';
|
|
2
2
|
import { Editor } from '@tiptap/react';
|
|
3
3
|
|
|
4
4
|
type HistorySlice<D = any> = {
|