@crediblemark/build 0.24.9 → 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-PRFYE7UT.mjs +19 -0
- package/dist/{Editor-3EPLDK4J.mjs → Editor-CD7CMRO5.mjs} +7 -7
- package/dist/ObjectField-G5CR3WD3.mjs +19 -0
- package/dist/{chunk-XQ5K5BWA.mjs → chunk-7RA5W2MP.mjs} +6 -6
- package/dist/{chunk-SJLXKGIW.mjs → chunk-7RH2UOWD.mjs} +13 -13
- package/dist/{chunk-VE6BIQKS.mjs → chunk-BC5TH63U.mjs} +1 -1
- package/dist/{chunk-XLNVCM4Q.mjs → chunk-BPBYJDIJ.mjs} +129 -135
- package/dist/{chunk-NV5F47RH.mjs → chunk-FON7BVSU.mjs} +7 -7
- 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-VZMLLRBL.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.js +202 -216
- 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.js +202 -216
- package/dist/no-external.mjs +11 -11
- package/package.json +1 -1
- package/dist/ArrayField-OPQ2CJX7.mjs +0 -19
- package/dist/ObjectField-ITKHRUX2.mjs +0 -19
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
getDeep,
|
|
4
4
|
useFieldStoreApi,
|
|
5
5
|
useNestedFieldContext
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-7RA5W2MP.mjs";
|
|
7
7
|
import {
|
|
8
8
|
ChevronDown,
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
ChevronUp,
|
|
10
|
+
LayoutTemplate,
|
|
11
11
|
useAppStore
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-BPBYJDIJ.mjs";
|
|
13
13
|
import {
|
|
14
14
|
get_class_name_factory_default
|
|
15
15
|
} from "./chunk-BFHV72KK.mjs";
|
|
@@ -50,10 +50,10 @@ var ObjectField = ({
|
|
|
50
50
|
onClick: () => setIsOpen(!isOpen),
|
|
51
51
|
children: [
|
|
52
52
|
/* @__PURE__ */ jsxs("div", { style: { display: "flex", alignItems: "center", gap: "8px" }, children: [
|
|
53
|
-
labelIcon || /* @__PURE__ */ jsx(
|
|
54
|
-
/* @__PURE__ */ jsx("div", { children: label || name })
|
|
53
|
+
labelIcon || /* @__PURE__ */ jsx(LayoutTemplate, { size: 12, strokeWidth: 2.5 }),
|
|
54
|
+
/* @__PURE__ */ jsx("div", { style: { fontWeight: 600 }, children: label || name })
|
|
55
55
|
] }),
|
|
56
|
-
/* @__PURE__ */ jsx("div", { className: getClassName("headerIcon"), children: isOpen ? /* @__PURE__ */ jsx(
|
|
56
|
+
/* @__PURE__ */ jsx("div", { className: getClassName("headerIcon"), children: isOpen ? /* @__PURE__ */ jsx(ChevronUp, { size: 12, strokeWidth: 2.5 }) : /* @__PURE__ */ jsx(ChevronDown, { size: 12, strokeWidth: 2.5 }) })
|
|
57
57
|
]
|
|
58
58
|
}
|
|
59
59
|
),
|
|
@@ -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-7RA5W2MP.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";
|
|
@@ -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";
|