@crediblemark/build 0.25.7 → 0.25.8
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-HYHS4HCO.mjs +17 -0
- package/dist/{Editor-GDIQRAYD.mjs → Editor-P3UUWNSZ.mjs} +8 -10
- package/dist/ObjectField-4N5XWAFL.mjs +17 -0
- package/dist/{actions-LaZpJ1KE.d.ts → actions-CKSDxt4l.d.mts} +1 -1
- package/dist/{actions-LaZpJ1KE.d.mts → actions-CKSDxt4l.d.ts} +1 -1
- package/dist/{chunk-J2UWT4L6.mjs → chunk-44PQTFGV.mjs} +5 -7
- package/dist/{chunk-23V3TMNT.mjs → chunk-AZFZRLP7.mjs} +7 -7
- package/dist/{chunk-ETN6FGIH.mjs → chunk-E4F5M5JH.mjs} +1 -1
- package/dist/chunk-HHKM5MBJ.mjs +3163 -0
- package/dist/{chunk-M4S65TWW.mjs → chunk-KN26YZZJ.mjs} +285 -130
- package/dist/{chunk-ERLZ5CJF.mjs → chunk-MWCFPGI6.mjs} +1153 -3236
- package/dist/{chunk-64A37UUC.mjs → chunk-O44M27KT.mjs} +442 -7
- package/dist/{chunk-EDTYTRV5.mjs → chunk-P2AZFZ7Q.mjs} +2 -2
- package/dist/{chunk-GUUI5HW3.mjs → chunk-PFHKXXSV.mjs} +1 -1
- package/dist/{chunk-JERQUUM4.mjs → chunk-S32JZ2HU.mjs} +1 -1
- package/dist/{chunk-35OY5UFR.mjs → chunk-T2LBDQLG.mjs} +7 -7
- package/dist/{chunk-EWOJLVHT.mjs → chunk-XLRMLBFR.mjs} +1 -1
- package/dist/{chunk-BXF2PDCW.mjs → chunk-Z7DDX2XU.mjs} +2 -2
- package/dist/{full-Y52CQK4X.mjs → full-3VRJOFG5.mjs} +6 -8
- package/dist/{index-CD3PszvP.d.mts → index-Ds4Dkkyr.d.mts} +1 -1
- package/dist/{index-Bj2x5pZ7.d.ts → index-DwajIHZf.d.ts} +1 -1
- package/dist/index.css +188 -2
- package/dist/index.d.mts +8 -40
- package/dist/index.d.ts +8 -40
- package/dist/index.js +1224 -567
- package/dist/index.mjs +25 -25
- package/dist/internal.d.mts +2 -2
- package/dist/internal.d.ts +2 -2
- package/dist/internal.mjs +1 -2
- package/dist/{loaded-K43N3OFP.mjs → loaded-C2JGMUXV.mjs} +3 -5
- package/dist/{loaded-MWBOE5CB.mjs → loaded-FJHWTGH6.mjs} +3 -5
- package/dist/{loaded-IWWCJE75.mjs → loaded-NTEK7RT3.mjs} +3 -5
- package/dist/no-external.css +188 -2
- package/dist/no-external.d.mts +4 -4
- package/dist/no-external.d.ts +4 -4
- package/dist/no-external.js +1224 -567
- package/dist/no-external.mjs +25 -25
- package/dist/rsc.css +1420 -0
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.js +10324 -1007
- package/dist/rsc.mjs +20 -3
- package/dist/{walk-tree-BEw6kTXm.d.ts → walk-tree-B_jHFa3L.d.mts} +39 -2
- package/dist/{walk-tree-BO8uRNcW.d.mts → walk-tree-DHMRjk5Z.d.ts} +39 -2
- package/package.json +1 -1
- package/dist/ArrayField-OIQQLS2B.mjs +0 -19
- package/dist/ObjectField-WOW3T2WS.mjs +0 -19
- package/dist/chunk-2RLA42JA.mjs +0 -455
- package/dist/chunk-7LXZOPYT.mjs +0 -445
- package/dist/chunk-SMAWAXVX.mjs +0 -139
package/dist/no-external.mjs
CHANGED
|
@@ -1,37 +1,38 @@
|
|
|
1
1
|
import {
|
|
2
|
-
ColorPickerField,
|
|
3
2
|
CredBuild,
|
|
4
|
-
Drawer,
|
|
5
|
-
DropZone,
|
|
6
3
|
Render,
|
|
7
|
-
ResponsiveSliderField,
|
|
8
|
-
SliderField,
|
|
9
4
|
blocksPlugin,
|
|
5
|
+
codePlugin,
|
|
10
6
|
createUseCredBuild,
|
|
11
7
|
fieldsPlugin,
|
|
12
8
|
legacySideBarPlugin,
|
|
13
9
|
outlinePlugin,
|
|
14
10
|
overrideKeys,
|
|
15
|
-
registerOverlayPortal,
|
|
16
11
|
useCredBuild,
|
|
17
12
|
useGetCredBuild
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import
|
|
13
|
+
} from "./chunk-MWCFPGI6.mjs";
|
|
14
|
+
import {
|
|
15
|
+
ColorPickerField,
|
|
16
|
+
Drawer,
|
|
17
|
+
DropZone,
|
|
18
|
+
ResponsiveSliderField,
|
|
19
|
+
SliderField,
|
|
20
|
+
migrate,
|
|
21
|
+
registerOverlayPortal,
|
|
22
|
+
resolveAllData,
|
|
23
|
+
transformProps
|
|
24
|
+
} from "./chunk-HHKM5MBJ.mjs";
|
|
25
|
+
import "./chunk-Z7DDX2XU.mjs";
|
|
20
26
|
import {
|
|
21
27
|
setDeep
|
|
22
|
-
} from "./chunk-
|
|
23
|
-
import "./chunk-
|
|
28
|
+
} from "./chunk-44PQTFGV.mjs";
|
|
29
|
+
import "./chunk-P2AZFZ7Q.mjs";
|
|
24
30
|
import {
|
|
25
31
|
AutoField,
|
|
26
32
|
Button,
|
|
27
33
|
FieldLabel
|
|
28
|
-
} from "./chunk-
|
|
29
|
-
import "./chunk-
|
|
30
|
-
import {
|
|
31
|
-
migrate,
|
|
32
|
-
resolveAllData,
|
|
33
|
-
transformProps
|
|
34
|
-
} from "./chunk-2RLA42JA.mjs";
|
|
34
|
+
} from "./chunk-T2LBDQLG.mjs";
|
|
35
|
+
import "./chunk-E4F5M5JH.mjs";
|
|
35
36
|
import "./chunk-ISXFLTBM.mjs";
|
|
36
37
|
import {
|
|
37
38
|
Action,
|
|
@@ -41,17 +42,15 @@ import {
|
|
|
41
42
|
Label,
|
|
42
43
|
RichTextMenu,
|
|
43
44
|
Separator
|
|
44
|
-
} from "./chunk-
|
|
45
|
-
import "./chunk-
|
|
46
|
-
import "./chunk-
|
|
47
|
-
import "./chunk-
|
|
48
|
-
import "./chunk-
|
|
49
|
-
import "./chunk-64A37UUC.mjs";
|
|
50
|
-
import "./chunk-SMAWAXVX.mjs";
|
|
45
|
+
} from "./chunk-AZFZRLP7.mjs";
|
|
46
|
+
import "./chunk-XLRMLBFR.mjs";
|
|
47
|
+
import "./chunk-PFHKXXSV.mjs";
|
|
48
|
+
import "./chunk-S32JZ2HU.mjs";
|
|
49
|
+
import "./chunk-KN26YZZJ.mjs";
|
|
51
50
|
import "./chunk-BFHV72KK.mjs";
|
|
52
51
|
import {
|
|
53
52
|
walkTree
|
|
54
|
-
} from "./chunk-
|
|
53
|
+
} from "./chunk-O44M27KT.mjs";
|
|
55
54
|
import "./chunk-AFVEAZTD.mjs";
|
|
56
55
|
export {
|
|
57
56
|
Action,
|
|
@@ -72,6 +71,7 @@ export {
|
|
|
72
71
|
Separator,
|
|
73
72
|
SliderField,
|
|
74
73
|
blocksPlugin,
|
|
74
|
+
codePlugin,
|
|
75
75
|
createUseCredBuild,
|
|
76
76
|
fieldsPlugin,
|
|
77
77
|
legacySideBarPlugin,
|