@crediblemark/build 0.24.8 → 0.25.0
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/{ArrayField-NAZ65SMV.css → ArrayField-ABD3HGQK.css} +41 -41
- package/dist/ArrayField-PRFYE7UT.mjs +19 -0
- package/dist/{Editor-3EPLDK4J.mjs → Editor-CD7CMRO5.mjs} +7 -7
- package/dist/ObjectField-G5CR3WD3.mjs +19 -0
- package/dist/{ObjectField-IZ4Z2Z2B.css → ObjectField-RGVFMP6O.css} +41 -41
- package/dist/{chunk-AHT2WTZ7.mjs → chunk-7RA5W2MP.mjs} +7 -7
- package/dist/{chunk-XOJTVSZH.mjs → chunk-7RH2UOWD.mjs} +14 -14
- package/dist/{chunk-VE6BIQKS.mjs → chunk-BC5TH63U.mjs} +1 -1
- package/dist/{chunk-XLNVCM4Q.mjs → chunk-BPBYJDIJ.mjs} +129 -135
- package/dist/{chunk-QC5SGUG2.mjs → chunk-FON7BVSU.mjs} +8 -8
- package/dist/{chunk-5JSNFZKX.mjs → chunk-JKWSSGAY.mjs} +7 -7
- package/dist/{chunk-MFTVX2ME.mjs → chunk-MLM27DOG.mjs} +1 -1
- package/dist/{chunk-KUWVOWUV.mjs → chunk-NSDGBGNG.mjs} +1 -1
- package/dist/{chunk-FBNOHTBJ.mjs → chunk-NW76XMQS.mjs} +3 -3
- 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.css +50 -52
- package/dist/index.js +205 -219
- package/dist/index.mjs +11 -11
- 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 +50 -52
- package/dist/no-external.js +205 -219
- package/dist/no-external.mjs +11 -11
- package/package.json +3 -3
- package/dist/ArrayField-PHJW2CFO.mjs +0 -19
- package/dist/ObjectField-XOHBV56M.mjs +0 -19
|
@@ -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-NW76XMQS.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-7RA5W2MP.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
|
);
|
|
@@ -3647,7 +3647,7 @@ var Breadcrumbs = ({
|
|
|
3647
3647
|
};
|
|
3648
3648
|
|
|
3649
3649
|
// css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Fields/styles.module.css#css-module
|
|
3650
|
-
var styles_module_default10 = { "CredBuildFields": "
|
|
3650
|
+
var styles_module_default10 = { "CredBuildFields": "_CredBuildFields_53gu7_1", "CredBuildFields--isLoading": "_CredBuildFields--isLoading_53gu7_6", "CredBuildFields-loadingOverlay": "_CredBuildFields-loadingOverlay_53gu7_10", "CredBuildFields-loadingOverlayInner": "_CredBuildFields-loadingOverlayInner_53gu7_25", "CredBuildFields-field": "_CredBuildFields-field_53gu7_32", "CredBuildFields--wrapFields": "_CredBuildFields--wrapFields_53gu7_36" };
|
|
3651
3651
|
|
|
3652
3652
|
// components/CredBuild/components/Fields/index.tsx
|
|
3653
3653
|
import {
|
|
@@ -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
|
}
|