@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
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ArrayField
|
|
3
|
+
} from "./chunk-44PQTFGV.mjs";
|
|
4
|
+
import "./chunk-T2LBDQLG.mjs";
|
|
5
|
+
import "./chunk-E4F5M5JH.mjs";
|
|
6
|
+
import "./chunk-ISXFLTBM.mjs";
|
|
7
|
+
import "./chunk-AZFZRLP7.mjs";
|
|
8
|
+
import "./chunk-XLRMLBFR.mjs";
|
|
9
|
+
import "./chunk-PFHKXXSV.mjs";
|
|
10
|
+
import "./chunk-S32JZ2HU.mjs";
|
|
11
|
+
import "./chunk-KN26YZZJ.mjs";
|
|
12
|
+
import "./chunk-BFHV72KK.mjs";
|
|
13
|
+
import "./chunk-O44M27KT.mjs";
|
|
14
|
+
import "./chunk-AFVEAZTD.mjs";
|
|
15
|
+
export {
|
|
16
|
+
ArrayField
|
|
17
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* css-module:/
|
|
1
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
|
|
2
2
|
._ArrayField_rvhj3_5 {
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: column;
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
opacity: 1;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
|
-
/* css-module:/
|
|
163
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/IconButton/IconButton.module.css/#css-module-data */
|
|
164
164
|
._IconButton_1a0fz_1 {
|
|
165
165
|
align-items: center;
|
|
166
166
|
background: transparent;
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
color: var(--credbuild-color-grey-07);
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
/* css-module:/
|
|
208
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Loader/styles.module.css/#css-module-data */
|
|
209
209
|
@keyframes _loader-animation_nacdm_1 {
|
|
210
210
|
0% {
|
|
211
211
|
transform: rotate(0deg) scale(1);
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
animation-fill-mode: both;
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
/* css-module:/
|
|
230
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/DragIcon/styles.module.css/#css-module-data */
|
|
231
231
|
._DragIcon_ei1r9_1 {
|
|
232
232
|
color: var(--credbuild-color-grey-05);
|
|
233
233
|
cursor: grab;
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
transition: none !important;
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
-
/* css-module:/
|
|
260
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/AutoField/styles.module.css/#css-module-data */
|
|
261
261
|
._InputWrapper_1l0eg_1:not(._InputWrapper--object_1l0eg_1):not(._InputWrapper--array_1l0eg_1) {
|
|
262
262
|
border: 1px solid var(--credbuild-color-grey-10);
|
|
263
263
|
border-radius: 5px;
|
|
@@ -431,7 +431,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
431
431
|
margin-bottom: -4px;
|
|
432
432
|
}
|
|
433
433
|
|
|
434
|
-
/* css-module:/
|
|
434
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/ExternalInput/styles.module.css/#css-module-data */
|
|
435
435
|
._ExternalInput-actions_1gpb4_1 {
|
|
436
436
|
display: flex;
|
|
437
437
|
}
|
|
@@ -723,7 +723,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
723
723
|
display: block;
|
|
724
724
|
}
|
|
725
725
|
|
|
726
|
-
/* css-module:/
|
|
726
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Modal/styles.module.css/#css-module-data */
|
|
727
727
|
._Modal_b422s_1 {
|
|
728
728
|
background: color-mix(in srgb, var(--credbuild-color-black) 75%, transparent);
|
|
729
729
|
display: none;
|
|
@@ -751,7 +751,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
751
751
|
max-height: 90dvh;
|
|
752
752
|
}
|
|
753
753
|
|
|
754
|
-
/* css-module:/
|
|
754
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Heading/styles.module.css/#css-module-data */
|
|
755
755
|
._Heading_1tpsl_1 {
|
|
756
756
|
display: block;
|
|
757
757
|
color: var(--credbuild-color-black);
|
|
@@ -788,7 +788,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
788
788
|
font-size: var(--credbuild-font-size-xs);
|
|
789
789
|
}
|
|
790
790
|
|
|
791
|
-
/* css-module:/
|
|
791
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Button/Button.module.css/#css-module-data */
|
|
792
792
|
._Button_164uz_1 {
|
|
793
793
|
appearance: none;
|
|
794
794
|
background: none;
|
|
@@ -881,7 +881,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
881
881
|
padding-inline-start: 8px;
|
|
882
882
|
}
|
|
883
883
|
|
|
884
|
-
/* css-module:/
|
|
884
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/RichTextMenu/styles.module.css/#css-module-data */
|
|
885
885
|
._RichTextMenu_193iw_1 {
|
|
886
886
|
display: flex;
|
|
887
887
|
flex-direction: row;
|
|
@@ -923,7 +923,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
923
923
|
border-left: 0.5px solid var(--credbuild-color-grey-05);
|
|
924
924
|
}
|
|
925
925
|
|
|
926
|
-
/* css-module:/
|
|
926
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/ActionBar/styles.module.css/#css-module-data */
|
|
927
927
|
._ActionBar_ze0ci_1 {
|
|
928
928
|
align-items: center;
|
|
929
929
|
cursor: default;
|
|
@@ -1018,7 +1018,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1018
1018
|
height: 100%;
|
|
1019
1019
|
}
|
|
1020
1020
|
|
|
1021
|
-
/* css-module:/
|
|
1021
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
|
|
1022
1022
|
._Control_1aveu_1 .lucide {
|
|
1023
1023
|
height: 18px;
|
|
1024
1024
|
width: 18px;
|
|
@@ -1028,7 +1028,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1028
1028
|
width: 16px;
|
|
1029
1029
|
}
|
|
1030
1030
|
|
|
1031
|
-
/* css-module:/
|
|
1031
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Select/styles.module.css/#css-module-data */
|
|
1032
1032
|
._Select_16son_1 {
|
|
1033
1033
|
position: relative;
|
|
1034
1034
|
z-index: 1;
|
|
@@ -1116,7 +1116,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1116
1116
|
color: var(--credbuild-color-azure-04);
|
|
1117
1117
|
}
|
|
1118
1118
|
|
|
1119
|
-
/* css-module:/
|
|
1119
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/RichTextEditor/styles.module.css/#css-module-data */
|
|
1120
1120
|
._RichTextEditor_hp4qf_1 .ProseMirror {
|
|
1121
1121
|
white-space: pre-wrap;
|
|
1122
1122
|
word-wrap: break-word;
|
|
@@ -1219,7 +1219,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1219
1219
|
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
1220
1220
|
}
|
|
1221
1221
|
|
|
1222
|
-
/* css-module:/
|
|
1222
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
|
|
1223
1223
|
._ObjectField_12pvo_1 {
|
|
1224
1224
|
display: flex;
|
|
1225
1225
|
flex-direction: column;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* css-module:/
|
|
1
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/RichTextMenu/styles.module.css/#css-module-data */
|
|
2
2
|
._RichTextMenu_193iw_1 {
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: row;
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
border-left: 0.5px solid var(--credbuild-color-grey-05);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
/* css-module:/
|
|
43
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/IconButton/IconButton.module.css/#css-module-data */
|
|
44
44
|
._IconButton_1a0fz_1 {
|
|
45
45
|
align-items: center;
|
|
46
46
|
background: transparent;
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
color: var(--credbuild-color-grey-07);
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
/* css-module:/
|
|
88
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Loader/styles.module.css/#css-module-data */
|
|
89
89
|
@keyframes _loader-animation_nacdm_1 {
|
|
90
90
|
0% {
|
|
91
91
|
transform: rotate(0deg) scale(1);
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
animation-fill-mode: both;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
/* css-module:/
|
|
110
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/ActionBar/styles.module.css/#css-module-data */
|
|
111
111
|
._ActionBar_ze0ci_1 {
|
|
112
112
|
align-items: center;
|
|
113
113
|
cursor: default;
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
height: 100%;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
/* css-module:/
|
|
205
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
|
|
206
206
|
._Control_1aveu_1 .lucide {
|
|
207
207
|
height: 18px;
|
|
208
208
|
width: 18px;
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
width: 16px;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
/* css-module:/
|
|
215
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Select/styles.module.css/#css-module-data */
|
|
216
216
|
._Select_16son_1 {
|
|
217
217
|
position: relative;
|
|
218
218
|
z-index: 1;
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
color: var(--credbuild-color-azure-04);
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
-
/* css-module:/
|
|
303
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/RichTextEditor/styles.module.css/#css-module-data */
|
|
304
304
|
._RichTextEditor_hp4qf_1 .ProseMirror {
|
|
305
305
|
white-space: pre-wrap;
|
|
306
306
|
word-wrap: break-word;
|
|
@@ -3,23 +3,21 @@ import {
|
|
|
3
3
|
} from "./chunk-DEUK76GN.mjs";
|
|
4
4
|
import {
|
|
5
5
|
LoadedRichTextMenu
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-Z7DDX2XU.mjs";
|
|
7
7
|
import {
|
|
8
8
|
EditorInner
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-E4F5M5JH.mjs";
|
|
10
|
+
import "./chunk-ISXFLTBM.mjs";
|
|
11
|
+
import "./chunk-AZFZRLP7.mjs";
|
|
12
|
+
import "./chunk-XLRMLBFR.mjs";
|
|
13
|
+
import "./chunk-PFHKXXSV.mjs";
|
|
14
|
+
import "./chunk-S32JZ2HU.mjs";
|
|
15
15
|
import {
|
|
16
16
|
useAppStore,
|
|
17
17
|
useAppStoreApi
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-64A37UUC.mjs";
|
|
20
|
-
import "./chunk-SMAWAXVX.mjs";
|
|
18
|
+
} from "./chunk-KN26YZZJ.mjs";
|
|
21
19
|
import "./chunk-BFHV72KK.mjs";
|
|
22
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-O44M27KT.mjs";
|
|
23
21
|
import "./chunk-AFVEAZTD.mjs";
|
|
24
22
|
|
|
25
23
|
// components/RichTextEditor/components/Editor.tsx
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ObjectField
|
|
3
|
+
} from "./chunk-P2AZFZ7Q.mjs";
|
|
4
|
+
import "./chunk-T2LBDQLG.mjs";
|
|
5
|
+
import "./chunk-E4F5M5JH.mjs";
|
|
6
|
+
import "./chunk-ISXFLTBM.mjs";
|
|
7
|
+
import "./chunk-AZFZRLP7.mjs";
|
|
8
|
+
import "./chunk-XLRMLBFR.mjs";
|
|
9
|
+
import "./chunk-PFHKXXSV.mjs";
|
|
10
|
+
import "./chunk-S32JZ2HU.mjs";
|
|
11
|
+
import "./chunk-KN26YZZJ.mjs";
|
|
12
|
+
import "./chunk-BFHV72KK.mjs";
|
|
13
|
+
import "./chunk-O44M27KT.mjs";
|
|
14
|
+
import "./chunk-AFVEAZTD.mjs";
|
|
15
|
+
export {
|
|
16
|
+
ObjectField
|
|
17
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* css-module:/
|
|
1
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
|
|
2
2
|
._ObjectField_12pvo_1 {
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: column;
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
align-items: center;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
/* css-module:/
|
|
54
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/AutoField/styles.module.css/#css-module-data */
|
|
55
55
|
._InputWrapper_1l0eg_1:not(._InputWrapper--object_1l0eg_1):not(._InputWrapper--array_1l0eg_1) {
|
|
56
56
|
border: 1px solid var(--credbuild-color-grey-10);
|
|
57
57
|
border-radius: 5px;
|
|
@@ -225,7 +225,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
225
225
|
margin-bottom: -4px;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
/* css-module:/
|
|
228
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/ExternalInput/styles.module.css/#css-module-data */
|
|
229
229
|
._ExternalInput-actions_1gpb4_1 {
|
|
230
230
|
display: flex;
|
|
231
231
|
}
|
|
@@ -517,7 +517,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
517
517
|
display: block;
|
|
518
518
|
}
|
|
519
519
|
|
|
520
|
-
/* css-module:/
|
|
520
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Modal/styles.module.css/#css-module-data */
|
|
521
521
|
._Modal_b422s_1 {
|
|
522
522
|
background: color-mix(in srgb, var(--credbuild-color-black) 75%, transparent);
|
|
523
523
|
display: none;
|
|
@@ -545,7 +545,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
545
545
|
max-height: 90dvh;
|
|
546
546
|
}
|
|
547
547
|
|
|
548
|
-
/* css-module:/
|
|
548
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Heading/styles.module.css/#css-module-data */
|
|
549
549
|
._Heading_1tpsl_1 {
|
|
550
550
|
display: block;
|
|
551
551
|
color: var(--credbuild-color-black);
|
|
@@ -582,7 +582,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
582
582
|
font-size: var(--credbuild-font-size-xs);
|
|
583
583
|
}
|
|
584
584
|
|
|
585
|
-
/* css-module:/
|
|
585
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Loader/styles.module.css/#css-module-data */
|
|
586
586
|
@keyframes _loader-animation_nacdm_1 {
|
|
587
587
|
0% {
|
|
588
588
|
transform: rotate(0deg) scale(1);
|
|
@@ -604,7 +604,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
604
604
|
animation-fill-mode: both;
|
|
605
605
|
}
|
|
606
606
|
|
|
607
|
-
/* css-module:/
|
|
607
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Button/Button.module.css/#css-module-data */
|
|
608
608
|
._Button_164uz_1 {
|
|
609
609
|
appearance: none;
|
|
610
610
|
background: none;
|
|
@@ -697,7 +697,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
697
697
|
padding-inline-start: 8px;
|
|
698
698
|
}
|
|
699
699
|
|
|
700
|
-
/* css-module:/
|
|
700
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/IconButton/IconButton.module.css/#css-module-data */
|
|
701
701
|
._IconButton_1a0fz_1 {
|
|
702
702
|
align-items: center;
|
|
703
703
|
background: transparent;
|
|
@@ -742,7 +742,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
742
742
|
color: var(--credbuild-color-grey-07);
|
|
743
743
|
}
|
|
744
744
|
|
|
745
|
-
/* css-module:/
|
|
745
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/RichTextMenu/styles.module.css/#css-module-data */
|
|
746
746
|
._RichTextMenu_193iw_1 {
|
|
747
747
|
display: flex;
|
|
748
748
|
flex-direction: row;
|
|
@@ -784,7 +784,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
784
784
|
border-left: 0.5px solid var(--credbuild-color-grey-05);
|
|
785
785
|
}
|
|
786
786
|
|
|
787
|
-
/* css-module:/
|
|
787
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/ActionBar/styles.module.css/#css-module-data */
|
|
788
788
|
._ActionBar_ze0ci_1 {
|
|
789
789
|
align-items: center;
|
|
790
790
|
cursor: default;
|
|
@@ -879,7 +879,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
879
879
|
height: 100%;
|
|
880
880
|
}
|
|
881
881
|
|
|
882
|
-
/* css-module:/
|
|
882
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
|
|
883
883
|
._Control_1aveu_1 .lucide {
|
|
884
884
|
height: 18px;
|
|
885
885
|
width: 18px;
|
|
@@ -889,7 +889,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
889
889
|
width: 16px;
|
|
890
890
|
}
|
|
891
891
|
|
|
892
|
-
/* css-module:/
|
|
892
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/Select/styles.module.css/#css-module-data */
|
|
893
893
|
._Select_16son_1 {
|
|
894
894
|
position: relative;
|
|
895
895
|
z-index: 1;
|
|
@@ -977,7 +977,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
977
977
|
color: var(--credbuild-color-azure-04);
|
|
978
978
|
}
|
|
979
979
|
|
|
980
|
-
/* css-module:/
|
|
980
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/RichTextEditor/styles.module.css/#css-module-data */
|
|
981
981
|
._RichTextEditor_hp4qf_1 .ProseMirror {
|
|
982
982
|
white-space: pre-wrap;
|
|
983
983
|
word-wrap: break-word;
|
|
@@ -1080,7 +1080,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1080
1080
|
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
1081
1081
|
}
|
|
1082
1082
|
|
|
1083
|
-
/* css-module:/
|
|
1083
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
|
|
1084
1084
|
._ArrayField_rvhj3_5 {
|
|
1085
1085
|
display: flex;
|
|
1086
1086
|
flex-direction: column;
|
|
@@ -1242,7 +1242,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1242
1242
|
opacity: 1;
|
|
1243
1243
|
}
|
|
1244
1244
|
|
|
1245
|
-
/* css-module:/
|
|
1245
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/DragIcon/styles.module.css/#css-module-data */
|
|
1246
1246
|
._DragIcon_ei1r9_1 {
|
|
1247
1247
|
color: var(--credbuild-color-grey-05);
|
|
1248
1248
|
cursor: grab;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* css-module:/
|
|
1
|
+
/* css-module:/home/runner/work/credbuild/credbuild/components/RichTextEditor/styles.module.css/#css-module-data */
|
|
2
2
|
._RichTextEditor_hp4qf_1 .ProseMirror {
|
|
3
3
|
white-space: pre-wrap;
|
|
4
4
|
word-wrap: break-word;
|
|
@@ -840,4 +840,4 @@ type CredBuildAction = {
|
|
|
840
840
|
recordHistory?: boolean;
|
|
841
841
|
} & (ReorderAction | InsertAction | MoveAction | ReplaceAction | ReplaceRootAction | RemoveAction | DuplicateAction | SetAction | SetDataAction | SetUiAction | RegisterZoneAction | UnregisterZoneAction);
|
|
842
842
|
|
|
843
|
-
export { type DefaultRootProps as $, type AppState as A, type BaseData as B, type CredBuildAction as C, type Data as D, type BaseField as E, type Fields as F, type CacheOpts as G, type History as H, type IframeConfig as I, type ComponentConfigExtensions as J, type ComponentConfigParams as K, type ComponentDataMap as L, type Metadata as M, type ComponentDataOptionalId as N, type OnAction as O, type PrivateAppState as P, type ComponentMetadata as Q, type
|
|
843
|
+
export { type DefaultRootProps as $, type AppState as A, type BaseData as B, type CredBuildAction as C, type Data as D, type BaseField as E, type Fields as F, type CacheOpts as G, type History as H, type IframeConfig as I, type ComponentConfigExtensions as J, type ComponentConfigParams as K, type ComponentDataMap as L, type Metadata as M, type ComponentDataOptionalId as N, type OnAction as O, type PrivateAppState as P, type ComponentMetadata as Q, type RootDataWithProps as R, type ConfigParams as S, type CredBuildComponent as T, type UserGenerics as U, type Viewports as V, type WithId as W, type CredBuildContext as X, type CredBuildMetadata as Y, type CustomField as Z, type CustomFieldRender as _, type Config as a, type DefaultRootRenderProps as a0, type Direction as a1, type DragAxis as a2, type ExternalField as a3, type ExternalFieldWithAdaptor as a4, type ExtractConfigParams as a5, type ExtractField as a6, type FieldMetadata as a7, type FieldRenderFunctions as a8, type FieldTransformFn as a9, type FieldTransformFnParams as aa, type ItemWithId as ab, type MappedItem as ac, type NumberField as ad, type ObjectField as ae, type OverrideKey as af, type RadioField as ag, type RichText as ah, type RootConfig as ai, type RootDataWithoutProps as aj, type SelectField as ak, type Slot as al, type SlotComponent as am, type SlotField as an, type TextField as ao, type TextareaField as ap, type Viewport as aq, type WithChildren as ar, type WithCredBuildProps as as, type WithSlotProps as at, overrideKeys as au, type Permissions as b, type ComponentData as c, type ResolveDataTrigger as d, type Plugin as e, type Overrides as f, type UiState as g, type ComponentConfig as h, type FieldTransforms as i, type RichtextField as j, type ResponsiveValue as k, type DropZoneProps as l, type Content as m, type DefaultComponents as n, type DefaultComponentProps as o, type DefaultRootFieldProps as p, type RootData as q, type Field as r, type FieldProps as s, type InitialHistory as t, type ItemSelector as u, type PluginInternal as v, type Adaptor as w, type ArrayField as x, type ArrayState as y, type AsFieldProps as z };
|
|
@@ -840,4 +840,4 @@ type CredBuildAction = {
|
|
|
840
840
|
recordHistory?: boolean;
|
|
841
841
|
} & (ReorderAction | InsertAction | MoveAction | ReplaceAction | ReplaceRootAction | RemoveAction | DuplicateAction | SetAction | SetDataAction | SetUiAction | RegisterZoneAction | UnregisterZoneAction);
|
|
842
842
|
|
|
843
|
-
export { type DefaultRootProps as $, type AppState as A, type BaseData as B, type CredBuildAction as C, type Data as D, type BaseField as E, type Fields as F, type CacheOpts as G, type History as H, type IframeConfig as I, type ComponentConfigExtensions as J, type ComponentConfigParams as K, type ComponentDataMap as L, type Metadata as M, type ComponentDataOptionalId as N, type OnAction as O, type PrivateAppState as P, type ComponentMetadata as Q, type
|
|
843
|
+
export { type DefaultRootProps as $, type AppState as A, type BaseData as B, type CredBuildAction as C, type Data as D, type BaseField as E, type Fields as F, type CacheOpts as G, type History as H, type IframeConfig as I, type ComponentConfigExtensions as J, type ComponentConfigParams as K, type ComponentDataMap as L, type Metadata as M, type ComponentDataOptionalId as N, type OnAction as O, type PrivateAppState as P, type ComponentMetadata as Q, type RootDataWithProps as R, type ConfigParams as S, type CredBuildComponent as T, type UserGenerics as U, type Viewports as V, type WithId as W, type CredBuildContext as X, type CredBuildMetadata as Y, type CustomField as Z, type CustomFieldRender as _, type Config as a, type DefaultRootRenderProps as a0, type Direction as a1, type DragAxis as a2, type ExternalField as a3, type ExternalFieldWithAdaptor as a4, type ExtractConfigParams as a5, type ExtractField as a6, type FieldMetadata as a7, type FieldRenderFunctions as a8, type FieldTransformFn as a9, type FieldTransformFnParams as aa, type ItemWithId as ab, type MappedItem as ac, type NumberField as ad, type ObjectField as ae, type OverrideKey as af, type RadioField as ag, type RichText as ah, type RootConfig as ai, type RootDataWithoutProps as aj, type SelectField as ak, type Slot as al, type SlotComponent as am, type SlotField as an, type TextField as ao, type TextareaField as ap, type Viewport as aq, type WithChildren as ar, type WithCredBuildProps as as, type WithSlotProps as at, overrideKeys as au, type Permissions as b, type ComponentData as c, type ResolveDataTrigger as d, type Plugin as e, type Overrides as f, type UiState as g, type ComponentConfig as h, type FieldTransforms as i, type RichtextField as j, type ResponsiveValue as k, type DropZoneProps as l, type Content as m, type DefaultComponents as n, type DefaultComponentProps as o, type DefaultRootFieldProps as p, type RootData as q, type Field as r, type FieldProps as s, type InitialHistory as t, type ItemSelector as u, type PluginInternal as v, type Adaptor as w, type ArrayField as x, type ArrayState as y, type AsFieldProps as z };
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
useFieldStore,
|
|
5
5
|
useFieldStoreApi,
|
|
6
6
|
useNestedFieldContext
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-T2LBDQLG.mjs";
|
|
8
8
|
import {
|
|
9
9
|
IconButton
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-AZFZRLP7.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Copy,
|
|
13
13
|
GripVertical,
|
|
@@ -18,19 +18,17 @@ import {
|
|
|
18
18
|
replace,
|
|
19
19
|
useAppStore,
|
|
20
20
|
useAppStoreApi
|
|
21
|
-
} from "./chunk-
|
|
22
|
-
import {
|
|
23
|
-
populateIds
|
|
24
|
-
} from "./chunk-64A37UUC.mjs";
|
|
21
|
+
} from "./chunk-KN26YZZJ.mjs";
|
|
25
22
|
import {
|
|
26
23
|
get_class_name_factory_default
|
|
27
24
|
} from "./chunk-BFHV72KK.mjs";
|
|
28
25
|
import {
|
|
29
26
|
defaultSlots,
|
|
27
|
+
populateIds,
|
|
30
28
|
walkField
|
|
31
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-O44M27KT.mjs";
|
|
32
30
|
|
|
33
|
-
// css-module:/
|
|
31
|
+
// css-module:/home/runner/work/credbuild/credbuild/components/AutoField/fields/ArrayField/styles.module.css#css-module
|
|
34
32
|
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
33
|
|
|
36
34
|
// components/AutoField/fields/ArrayField/index.tsx
|
|
@@ -43,7 +41,7 @@ import {
|
|
|
43
41
|
useState as useState2
|
|
44
42
|
} from "react";
|
|
45
43
|
|
|
46
|
-
// css-module:/
|
|
44
|
+
// css-module:/home/runner/work/credbuild/credbuild/components/DragIcon/styles.module.css#css-module
|
|
47
45
|
var styles_module_default2 = { "DragIcon": "_DragIcon_ei1r9_1", "DragIcon--disabled": "_DragIcon--disabled_ei1r9_8" };
|
|
48
46
|
|
|
49
47
|
// components/DragIcon/index.tsx
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useAlignOptions
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-XLRMLBFR.mjs";
|
|
4
4
|
import {
|
|
5
5
|
useHeadingOptions
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-PFHKXXSV.mjs";
|
|
7
7
|
import {
|
|
8
8
|
useListOptions
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-S32JZ2HU.mjs";
|
|
10
10
|
import {
|
|
11
11
|
Bold,
|
|
12
12
|
Code,
|
|
@@ -26,12 +26,12 @@ import {
|
|
|
26
26
|
TextAlignStart,
|
|
27
27
|
Underline,
|
|
28
28
|
useControlContext
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-KN26YZZJ.mjs";
|
|
30
30
|
import {
|
|
31
31
|
get_class_name_factory_default
|
|
32
32
|
} from "./chunk-BFHV72KK.mjs";
|
|
33
33
|
|
|
34
|
-
// css-module:/
|
|
34
|
+
// css-module:/home/runner/work/credbuild/credbuild/components/ActionBar/styles.module.css#css-module
|
|
35
35
|
var styles_module_default = { "ActionBar": "_ActionBar_ze0ci_1", "ActionBar-label": "_ActionBar-label_ze0ci_18", "ActionBarAction": "_ActionBarAction_ze0ci_30", "ActionBar-group": "_ActionBar-group_ze0ci_38", "ActionBarAction--disabled": "_ActionBarAction--disabled_ze0ci_71", "ActionBarAction--active": "_ActionBarAction--active_ze0ci_93", "ActionBar-separator": "_ActionBar-separator_ze0ci_102" };
|
|
36
36
|
|
|
37
37
|
// components/ActionBar/index.tsx
|
|
@@ -83,10 +83,10 @@ ActionBar.Separator = Separator;
|
|
|
83
83
|
// components/IconButton/IconButton.tsx
|
|
84
84
|
import { useState } from "react";
|
|
85
85
|
|
|
86
|
-
// css-module:/
|
|
86
|
+
// css-module:/home/runner/work/credbuild/credbuild/components/IconButton/IconButton.module.css#css-module
|
|
87
87
|
var IconButton_module_default = { "IconButton": "_IconButton_1a0fz_1", "IconButton--active": "_IconButton--active_1a0fz_14", "IconButton--disabled": "_IconButton--disabled_1a0fz_24", "IconButton-title": "_IconButton-title_1a0fz_37" };
|
|
88
88
|
|
|
89
|
-
// css-module:/
|
|
89
|
+
// css-module:/home/runner/work/credbuild/credbuild/components/Loader/styles.module.css#css-module
|
|
90
90
|
var styles_module_default2 = { "Loader": "_Loader_nacdm_13", "loader-animation": "_loader-animation_nacdm_1" };
|
|
91
91
|
|
|
92
92
|
// components/Loader/index.tsx
|
|
@@ -167,13 +167,13 @@ var IconButton = ({
|
|
|
167
167
|
return el;
|
|
168
168
|
};
|
|
169
169
|
|
|
170
|
-
// css-module:/
|
|
170
|
+
// css-module:/home/runner/work/credbuild/credbuild/components/RichTextMenu/styles.module.css#css-module
|
|
171
171
|
var styles_module_default3 = { "RichTextMenu": "_RichTextMenu_193iw_1", "RichTextMenu--form": "_RichTextMenu--form_193iw_7", "RichTextMenu-group": "_RichTextMenu-group_193iw_17", "RichTextMenu--inline": "_RichTextMenu--inline_193iw_35" };
|
|
172
172
|
|
|
173
173
|
// components/RichTextMenu/inner.tsx
|
|
174
174
|
import { useMemo } from "react";
|
|
175
175
|
|
|
176
|
-
// css-module:/
|
|
176
|
+
// css-module:/home/runner/work/credbuild/credbuild/components/RichTextMenu/components/Control/styles.module.css#css-module
|
|
177
177
|
var styles_module_default4 = { "Control": "_Control_1aveu_1", "Control--inline": "_Control--inline_1aveu_6" };
|
|
178
178
|
|
|
179
179
|
// components/RichTextMenu/components/Control/index.tsx
|
|
@@ -311,7 +311,7 @@ function AlignSelectFallback() {
|
|
|
311
311
|
// components/RichTextMenu/controls/AlignSelect/index.tsx
|
|
312
312
|
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
313
313
|
var AlignSelectLoaded = lazy(
|
|
314
|
-
() => import("./loaded-
|
|
314
|
+
() => import("./loaded-FJHWTGH6.mjs").then((m) => ({
|
|
315
315
|
default: m.AlignSelectLoaded
|
|
316
316
|
}))
|
|
317
317
|
);
|
|
@@ -530,7 +530,7 @@ function HeadingSelectFallback() {
|
|
|
530
530
|
// components/RichTextMenu/controls/HeadingSelect/index.tsx
|
|
531
531
|
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
532
532
|
var HeadingSelectLoaded = lazy2(
|
|
533
|
-
() => import("./loaded-
|
|
533
|
+
() => import("./loaded-NTEK7RT3.mjs").then((m) => ({
|
|
534
534
|
default: m.HeadingSelectLoaded
|
|
535
535
|
}))
|
|
536
536
|
);
|
|
@@ -560,7 +560,7 @@ function ListSelectFallback() {
|
|
|
560
560
|
// components/RichTextMenu/controls/ListSelect/index.tsx
|
|
561
561
|
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
562
562
|
var ListSelectLoaded = lazy3(
|
|
563
|
-
() => import("./loaded-
|
|
563
|
+
() => import("./loaded-C2JGMUXV.mjs").then((m) => ({
|
|
564
564
|
default: m.ListSelectLoaded
|
|
565
565
|
}))
|
|
566
566
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
styles_module_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ISXFLTBM.mjs";
|
|
4
4
|
import {
|
|
5
5
|
useAppStore,
|
|
6
6
|
useAppStoreApi
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-KN26YZZJ.mjs";
|
|
8
8
|
import {
|
|
9
9
|
get_class_name_factory_default
|
|
10
10
|
} from "./chunk-BFHV72KK.mjs";
|