@crediblemark/build 0.25.6 → 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/{ArrayField-PAJW74AC.css → ArrayField-MCFJLKAL.css} +15 -15
- package/dist/{Editor-Y342RWPN.css → Editor-CVT4RKSU.css} +7 -7
- package/dist/{Editor-OFA3KX3N.mjs → Editor-P3UUWNSZ.mjs} +9 -11
- package/dist/ObjectField-4N5XWAFL.mjs +17 -0
- package/dist/{ObjectField-WACQHQ4N.css → ObjectField-YPHZU7G2.css} +15 -15
- package/dist/{Render-HVM2KISU.css → Render-DOE2LXKX.css} +1 -1
- package/dist/{Render-5WYR4VZX.mjs → Render-I6PZ5MEA.mjs} +1 -1
- package/dist/{actions-LaZpJ1KE.d.mts → actions-CKSDxt4l.d.mts} +1 -1
- package/dist/{actions-LaZpJ1KE.d.ts → actions-CKSDxt4l.d.ts} +1 -1
- package/dist/{chunk-QHJGER7I.mjs → chunk-44PQTFGV.mjs} +7 -9
- package/dist/{chunk-STIUFJT2.mjs → chunk-AZFZRLP7.mjs} +12 -12
- package/dist/{chunk-JX7LICWE.mjs → chunk-E4F5M5JH.mjs} +2 -2
- package/dist/chunk-HHKM5MBJ.mjs +3163 -0
- package/dist/{chunk-H6RPI3T6.mjs → chunk-ISXFLTBM.mjs} +1 -1
- package/dist/{chunk-MZXW5F5R.mjs → chunk-KN26YZZJ.mjs} +286 -131
- package/dist/chunk-MWCFPGI6.mjs +4807 -0
- package/dist/{chunk-64A37UUC.mjs → chunk-O44M27KT.mjs} +442 -7
- package/dist/{chunk-XAD7XPP2.mjs → chunk-P2AZFZ7Q.mjs} +3 -3
- package/dist/{chunk-SLKHXT3Q.mjs → chunk-PFHKXXSV.mjs} +1 -1
- package/dist/{chunk-RUJOMPX6.mjs → chunk-S32JZ2HU.mjs} +1 -1
- package/dist/{chunk-KAOWYQIB.mjs → chunk-T2LBDQLG.mjs} +12 -12
- package/dist/{chunk-4NZUDTR6.mjs → chunk-XLRMLBFR.mjs} +1 -1
- package/dist/{chunk-WSTUSWZT.mjs → chunk-Z7DDX2XU.mjs} +2 -2
- package/dist/{full-ECZCK3RE.mjs → full-3VRJOFG5.mjs} +6 -8
- package/dist/{full-PLJRDIMB.css → full-C7RVGAUA.css} +6 -6
- 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 +231 -43
- package/dist/index.d.mts +8 -40
- package/dist/index.d.ts +8 -40
- package/dist/index.js +1306 -649
- package/dist/index.mjs +26 -26
- package/dist/internal.d.mts +2 -2
- package/dist/internal.d.ts +2 -2
- package/dist/internal.mjs +1 -2
- package/dist/{loaded-FY2TCG5Y.css → loaded-4FAPBCAU.css} +1 -1
- package/dist/{loaded-NRHNHJPM.mjs → loaded-C2JGMUXV.mjs} +3 -5
- package/dist/{loaded-5D7VRSXM.mjs → loaded-FJHWTGH6.mjs} +3 -5
- package/dist/{loaded-3MKTRGL5.mjs → loaded-NTEK7RT3.mjs} +3 -5
- package/dist/no-external.css +225 -39
- package/dist/no-external.d.mts +4 -4
- package/dist/no-external.d.ts +4 -4
- package/dist/no-external.js +1306 -649
- package/dist/no-external.mjs +26 -26
- package/dist/rsc.css +1421 -1
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.js +10328 -1011
- package/dist/rsc.mjs +21 -4
- package/dist/{walk-tree-BO8uRNcW.d.mts → walk-tree-B_jHFa3L.d.mts} +39 -2
- package/dist/{walk-tree-BEw6kTXm.d.ts → walk-tree-DHMRjk5Z.d.ts} +39 -2
- package/package.json +1 -1
- package/dist/ArrayField-PGZLQW7G.mjs +0 -19
- package/dist/ObjectField-N7ES6H3B.mjs +0 -19
- package/dist/chunk-7LXZOPYT.mjs +0 -445
- package/dist/chunk-HIE6KXP6.mjs +0 -455
- package/dist/chunk-SMAWAXVX.mjs +0 -139
- package/dist/chunk-W7LED3JG.mjs +0 -6890
package/dist/no-external.mjs
CHANGED
|
@@ -1,38 +1,39 @@
|
|
|
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-HIE6KXP6.mjs";
|
|
35
|
-
import "./chunk-H6RPI3T6.mjs";
|
|
34
|
+
} from "./chunk-T2LBDQLG.mjs";
|
|
35
|
+
import "./chunk-E4F5M5JH.mjs";
|
|
36
|
+
import "./chunk-ISXFLTBM.mjs";
|
|
36
37
|
import {
|
|
37
38
|
Action,
|
|
38
39
|
ActionBar,
|
|
@@ -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,
|