@crediblemark/build 0.25.19 → 0.25.21
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-5NGEZXWU.mjs +18 -0
- package/dist/{ObjectField-VE3JKAWT.css → ArrayField-ELOHWNCP.css} +291 -291
- package/dist/{Editor-7JTCMSHZ.mjs → Editor-I3NGZND5.mjs} +8 -8
- package/dist/{Editor-6U6G5YLU.css → Editor-YW4RWTY3.css} +7 -7
- package/dist/{ArrayField-QVQ36K6O.css → ObjectField-AN37XVFT.css} +283 -283
- package/dist/ObjectField-TK4CLEHL.mjs +18 -0
- package/dist/{Render-HVM2KISU.css → Render-G6FCHISC.css} +1 -1
- package/dist/{Render-5WYR4VZX.mjs → Render-YPURU4ZF.mjs} +5 -3
- package/dist/{chunk-U7AIA2UJ.mjs → chunk-3UVVSIWJ.mjs} +2 -2
- package/dist/{chunk-LBXFITWQ.mjs → chunk-5A7FLZ3B.mjs} +2 -2
- package/dist/{chunk-5GWBGJC4.mjs → chunk-5ASR74IZ.mjs} +216 -102
- package/dist/{chunk-H6RPI3T6.mjs → chunk-HH537E6Q.mjs} +1 -1
- package/dist/{chunk-TOU7Y6T4.mjs → chunk-J3I5GT3E.mjs} +1 -1
- package/dist/{chunk-J4ZMH6JZ.mjs → chunk-KAL2OHVB.mjs} +1 -1
- package/dist/{chunk-D7HE7E2A.mjs → chunk-LGPNWN5U.mjs} +32 -16
- package/dist/{chunk-GEYNLWCZ.mjs → chunk-MQINT3WW.mjs} +1 -1
- package/dist/{chunk-ARM3KXOM.mjs → chunk-N4PD57DO.mjs} +19 -15
- package/dist/{chunk-D4WFZ3K2.mjs → chunk-NFUQAIKA.mjs} +31 -10
- package/dist/{chunk-U4NHUPA4.mjs → chunk-QJ3POSBT.mjs} +5 -5
- package/dist/{chunk-SOAJKHLV.mjs → chunk-S65FGP6E.mjs} +3 -3
- package/dist/chunk-TFAYWP2C.mjs +16 -0
- package/dist/{chunk-VEQIM5ZE.mjs → chunk-WADDTBOG.mjs} +20 -17
- package/dist/{full-2LSQUWEM.css → full-PJWYWS5O.css} +6 -6
- package/dist/{full-B3RS4LV3.mjs → full-YJS7XBEW.mjs} +5 -5
- package/dist/index.css +38 -38
- package/dist/index.js +297 -116
- package/dist/index.mjs +14 -13
- package/dist/{loaded-FY2TCG5Y.css → loaded-GB62SDMW.css} +1 -1
- package/dist/{loaded-JIR6E6RO.mjs → loaded-ICFOKFPH.mjs} +4 -3
- package/dist/{loaded-XEI7CJSF.mjs → loaded-LU4R6WMV.mjs} +4 -3
- package/dist/{loaded-VCMCWG55.mjs → loaded-VDUTUHUM.mjs} +4 -3
- package/dist/no-external.css +38 -38
- package/dist/no-external.js +297 -116
- package/dist/no-external.mjs +14 -13
- package/dist/rsc.css +19 -19
- package/dist/rsc.js +161 -91
- package/dist/rsc.mjs +13 -12
- package/package.json +1 -1
- package/dist/ArrayField-LRIG75HP.mjs +0 -17
- package/dist/ObjectField-M2VTKEXM.mjs +0 -17
|
@@ -3,19 +3,19 @@ import {
|
|
|
3
3
|
} from "./chunk-DEUK76GN.mjs";
|
|
4
4
|
import {
|
|
5
5
|
LoadedRichTextMenu
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-3UVVSIWJ.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-5A7FLZ3B.mjs";
|
|
10
|
+
import "./chunk-HH537E6Q.mjs";
|
|
11
|
+
import "./chunk-LGPNWN5U.mjs";
|
|
12
|
+
import "./chunk-KAL2OHVB.mjs";
|
|
13
|
+
import "./chunk-MQINT3WW.mjs";
|
|
14
|
+
import "./chunk-J3I5GT3E.mjs";
|
|
15
15
|
import {
|
|
16
16
|
useAppStore,
|
|
17
17
|
useAppStoreApi
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-NFUQAIKA.mjs";
|
|
19
19
|
import "./chunk-BFHV72KK.mjs";
|
|
20
20
|
import "./chunk-O44M27KT.mjs";
|
|
21
21
|
import "./chunk-AFVEAZTD.mjs";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* css-module:/
|
|
1
|
+
/* css-module:/home/rasyiqi/PROJECT/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/rasyiqi/PROJECT/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/rasyiqi/PROJECT/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/rasyiqi/PROJECT/Credbuild/credbuild/components/ActionBar/styles.module.css/#css-module-data */
|
|
111
111
|
._ActionBar_1xjbo_1 {
|
|
112
112
|
align-items: center;
|
|
113
113
|
cursor: default;
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
height: 12px;
|
|
208
208
|
}
|
|
209
209
|
|
|
210
|
-
/* css-module:/
|
|
210
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
|
|
211
211
|
._Control_1aveu_1 .lucide {
|
|
212
212
|
height: 18px;
|
|
213
213
|
width: 18px;
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
width: 16px;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
|
-
/* css-module:/
|
|
220
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/Select/styles.module.css/#css-module-data */
|
|
221
221
|
._Select_16son_1 {
|
|
222
222
|
position: relative;
|
|
223
223
|
z-index: 1;
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
color: var(--credbuild-color-azure-04);
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
-
/* css-module:/
|
|
308
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/RichTextEditor/styles.module.css/#css-module-data */
|
|
309
309
|
._RichTextEditor_hp4qf_1 .ProseMirror {
|
|
310
310
|
white-space: pre-wrap;
|
|
311
311
|
word-wrap: break-word;
|