@crediblemark/build 0.25.4 → 0.25.5
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/README.md +85 -0
- package/bin/credbuild.js +524 -0
- package/dist/ArrayField-JYCS3HWS.mjs +19 -0
- package/dist/{ObjectField-JYRSRCWB.css → ArrayField-PAJW74AC.css} +325 -324
- package/dist/{Editor-CVT4RKSU.css → Editor-Y342RWPN.css} +7 -7
- package/dist/{Editor-IPG4RO2L.mjs → Editor-YAHPKMZZ.mjs} +8 -8
- package/dist/ObjectField-IH6PVWJ4.mjs +19 -0
- package/dist/{ArrayField-JRN7ZFM7.css → ObjectField-WACQHQ4N.css} +320 -319
- package/dist/{Render-I6PZ5MEA.mjs → Render-5WYR4VZX.mjs} +1 -1
- package/dist/{Render-DOE2LXKX.css → Render-HVM2KISU.css} +1 -1
- package/dist/{chunk-3Q7JODIK.mjs → chunk-2BGYCLSQ.mjs} +12 -12
- package/dist/{chunk-PWRZZUWM.mjs → chunk-3TEHZVFI.mjs} +1 -1
- package/dist/{chunk-FQKSRGRK.mjs → chunk-BZP3I754.mjs} +69 -39
- package/dist/{chunk-ISXFLTBM.mjs → chunk-H6RPI3T6.mjs} +1 -1
- package/dist/{chunk-NYIULQV4.mjs → chunk-HDKBRPN3.mjs} +12 -12
- package/dist/{chunk-2RLA42JA.mjs → chunk-HIE6KXP6.mjs} +2 -2
- package/dist/{chunk-QMMMJ4RO.mjs → chunk-KRSRYBNG.mjs} +5 -5
- package/dist/{chunk-F2M5GHDX.mjs → chunk-N2OOMTBI.mjs} +1 -1
- package/dist/{chunk-MZIV4ZKR.mjs → chunk-QX5Z2UCM.mjs} +2 -2
- package/dist/{chunk-RBWVOMMW.mjs → chunk-WJLEG7PD.mjs} +4 -4
- package/dist/{chunk-NYBTD3FJ.mjs → chunk-XHLOMZCG.mjs} +2 -2
- package/dist/{chunk-UNMCNIJ3.mjs → chunk-XLLRNZSM.mjs} +1 -1
- package/dist/{chunk-W57TTDB2.mjs → chunk-YNBP3U53.mjs} +1 -1
- package/dist/{full-C7RVGAUA.css → full-PLJRDIMB.css} +6 -6
- package/dist/{full-A2JX3OI2.mjs → full-ZDZMHNGB.mjs} +5 -5
- package/dist/index.css +210 -276
- package/dist/index.js +124 -93
- package/dist/index.mjs +13 -13
- package/dist/{loaded-6L45JULO.mjs → loaded-D6R36LKI.mjs} +2 -2
- package/dist/{loaded-4FAPBCAU.css → loaded-FY2TCG5Y.css} +1 -1
- package/dist/{loaded-2FUW3WCF.mjs → loaded-RSMV7TSD.mjs} +2 -2
- package/dist/{loaded-Y7SRBM7R.mjs → loaded-SZ4RADOC.mjs} +2 -2
- package/dist/no-external.css +115 -110
- package/dist/no-external.js +124 -93
- package/dist/no-external.mjs +13 -13
- package/dist/rsc.css +1 -1
- package/dist/rsc.js +4 -4
- package/dist/rsc.mjs +2 -2
- package/package.json +5 -1
- package/dist/ArrayField-HI4LZRUN.mjs +0 -19
- package/dist/ObjectField-CHMT4KPZ.mjs +0 -19
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* css-module:/
|
|
1
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/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:/media/rasyiqi/PROJECT/credibuild-project/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:/media/rasyiqi/PROJECT/credibuild-project/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:/media/rasyiqi/PROJECT/credibuild-project/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:/media/rasyiqi/PROJECT/credibuild-project/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:/media/rasyiqi/PROJECT/credibuild-project/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:/media/rasyiqi/PROJECT/credibuild-project/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,19 +3,19 @@ import {
|
|
|
3
3
|
} from "./chunk-DEUK76GN.mjs";
|
|
4
4
|
import {
|
|
5
5
|
LoadedRichTextMenu
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-XHLOMZCG.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-QX5Z2UCM.mjs";
|
|
10
|
+
import "./chunk-H6RPI3T6.mjs";
|
|
11
|
+
import "./chunk-2BGYCLSQ.mjs";
|
|
12
|
+
import "./chunk-YNBP3U53.mjs";
|
|
13
|
+
import "./chunk-XLLRNZSM.mjs";
|
|
14
|
+
import "./chunk-3TEHZVFI.mjs";
|
|
15
15
|
import {
|
|
16
16
|
useAppStore,
|
|
17
17
|
useAppStoreApi
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-N2OOMTBI.mjs";
|
|
19
19
|
import "./chunk-64A37UUC.mjs";
|
|
20
20
|
import "./chunk-SMAWAXVX.mjs";
|
|
21
21
|
import "./chunk-BFHV72KK.mjs";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ObjectField
|
|
3
|
+
} from "./chunk-WJLEG7PD.mjs";
|
|
4
|
+
import "./chunk-HDKBRPN3.mjs";
|
|
5
|
+
import "./chunk-QX5Z2UCM.mjs";
|
|
6
|
+
import "./chunk-H6RPI3T6.mjs";
|
|
7
|
+
import "./chunk-2BGYCLSQ.mjs";
|
|
8
|
+
import "./chunk-YNBP3U53.mjs";
|
|
9
|
+
import "./chunk-XLLRNZSM.mjs";
|
|
10
|
+
import "./chunk-3TEHZVFI.mjs";
|
|
11
|
+
import "./chunk-N2OOMTBI.mjs";
|
|
12
|
+
import "./chunk-64A37UUC.mjs";
|
|
13
|
+
import "./chunk-SMAWAXVX.mjs";
|
|
14
|
+
import "./chunk-BFHV72KK.mjs";
|
|
15
|
+
import "./chunk-7LXZOPYT.mjs";
|
|
16
|
+
import "./chunk-AFVEAZTD.mjs";
|
|
17
|
+
export {
|
|
18
|
+
ObjectField
|
|
19
|
+
};
|