@crediblemark/build 0.25.20 → 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-4DTDXE62.css → ArrayField-ELOHWNCP.css} +291 -291
- package/dist/{Editor-Z7SABUNT.mjs → Editor-I3NGZND5.mjs} +8 -8
- package/dist/{Editor-OKZSVOHC.css → Editor-YW4RWTY3.css} +7 -7
- package/dist/{ArrayField-SMHH4YM5.css → ObjectField-AN37XVFT.css} +283 -283
- package/dist/ObjectField-TK4CLEHL.mjs +18 -0
- package/dist/{Render-DOE2LXKX.css → Render-G6FCHISC.css} +1 -1
- package/dist/{Render-I6PZ5MEA.mjs → Render-YPURU4ZF.mjs} +5 -3
- package/dist/{chunk-PEXHYNRZ.mjs → chunk-3UVVSIWJ.mjs} +2 -2
- package/dist/{chunk-E4F5M5JH.mjs → chunk-5A7FLZ3B.mjs} +2 -2
- package/dist/{chunk-NHF3YLSF.mjs → chunk-5ASR74IZ.mjs} +96 -88
- package/dist/{chunk-ISXFLTBM.mjs → chunk-HH537E6Q.mjs} +1 -1
- package/dist/{chunk-S32JZ2HU.mjs → chunk-J3I5GT3E.mjs} +1 -1
- package/dist/{chunk-XLRMLBFR.mjs → chunk-KAL2OHVB.mjs} +1 -1
- package/dist/{chunk-QXPX7SNK.mjs → chunk-LGPNWN5U.mjs} +32 -16
- package/dist/{chunk-PFHKXXSV.mjs → chunk-MQINT3WW.mjs} +1 -1
- package/dist/{chunk-OYB2YQPY.mjs → chunk-N4PD57DO.mjs} +19 -15
- package/dist/{chunk-KN26YZZJ.mjs → chunk-NFUQAIKA.mjs} +31 -10
- package/dist/{chunk-JR2TCNGX.mjs → chunk-QJ3POSBT.mjs} +5 -5
- package/dist/{chunk-7SG4VVVP.mjs → chunk-S65FGP6E.mjs} +3 -3
- package/dist/chunk-TFAYWP2C.mjs +16 -0
- package/dist/{chunk-66IXS5FK.mjs → chunk-WADDTBOG.mjs} +20 -17
- package/dist/{full-77VQ6BAW.css → full-PJWYWS5O.css} +6 -6
- package/dist/{full-LSSDDZQW.mjs → full-YJS7XBEW.mjs} +5 -5
- package/dist/index.css +38 -38
- package/dist/index.js +216 -139
- package/dist/index.mjs +14 -13
- package/dist/{loaded-4FAPBCAU.css → loaded-GB62SDMW.css} +1 -1
- package/dist/{loaded-C2JGMUXV.mjs → loaded-ICFOKFPH.mjs} +4 -3
- package/dist/{loaded-FJHWTGH6.mjs → loaded-LU4R6WMV.mjs} +4 -3
- package/dist/{loaded-NTEK7RT3.mjs → loaded-VDUTUHUM.mjs} +4 -3
- package/dist/no-external.css +38 -38
- package/dist/no-external.js +216 -139
- 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-QREPD4FL.mjs +0 -17
- package/dist/ObjectField-5Q5QBVGN.mjs +0 -17
package/dist/no-external.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
overrideKeys,
|
|
11
11
|
useCredBuild,
|
|
12
12
|
useGetCredBuild
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-5ASR74IZ.mjs";
|
|
14
14
|
import {
|
|
15
15
|
ColorPickerField,
|
|
16
16
|
Drawer,
|
|
@@ -21,19 +21,20 @@ import {
|
|
|
21
21
|
registerOverlayPortal,
|
|
22
22
|
resolveAllData,
|
|
23
23
|
transformProps
|
|
24
|
-
} from "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
} from "./chunk-WADDTBOG.mjs";
|
|
25
|
+
import "./chunk-3UVVSIWJ.mjs";
|
|
26
26
|
import {
|
|
27
27
|
setDeep
|
|
28
|
-
} from "./chunk-
|
|
29
|
-
import "./chunk-
|
|
28
|
+
} from "./chunk-QJ3POSBT.mjs";
|
|
29
|
+
import "./chunk-S65FGP6E.mjs";
|
|
30
30
|
import {
|
|
31
31
|
AutoField,
|
|
32
32
|
Button,
|
|
33
33
|
FieldLabel
|
|
34
|
-
} from "./chunk-
|
|
35
|
-
import "./chunk-
|
|
36
|
-
import "./chunk-
|
|
34
|
+
} from "./chunk-N4PD57DO.mjs";
|
|
35
|
+
import "./chunk-5A7FLZ3B.mjs";
|
|
36
|
+
import "./chunk-TFAYWP2C.mjs";
|
|
37
|
+
import "./chunk-HH537E6Q.mjs";
|
|
37
38
|
import {
|
|
38
39
|
Action,
|
|
39
40
|
ActionBar,
|
|
@@ -42,11 +43,11 @@ import {
|
|
|
42
43
|
Label,
|
|
43
44
|
RichTextMenu,
|
|
44
45
|
Separator
|
|
45
|
-
} from "./chunk-
|
|
46
|
-
import "./chunk-
|
|
47
|
-
import "./chunk-
|
|
48
|
-
import "./chunk-
|
|
49
|
-
import "./chunk-
|
|
46
|
+
} from "./chunk-LGPNWN5U.mjs";
|
|
47
|
+
import "./chunk-KAL2OHVB.mjs";
|
|
48
|
+
import "./chunk-MQINT3WW.mjs";
|
|
49
|
+
import "./chunk-J3I5GT3E.mjs";
|
|
50
|
+
import "./chunk-NFUQAIKA.mjs";
|
|
50
51
|
import "./chunk-BFHV72KK.mjs";
|
|
51
52
|
import {
|
|
52
53
|
walkTree
|
package/dist/rsc.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* css-module:/home/
|
|
1
|
+
/* css-module:/home/rasyiqi/PROJECT/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;
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
/* css-module:/home/
|
|
104
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
|
|
105
105
|
._ArrayField_rvhj3_5 {
|
|
106
106
|
display: flex;
|
|
107
107
|
flex-direction: column;
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
opacity: 1;
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
/* css-module:/home/
|
|
266
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/IconButton/IconButton.module.css/#css-module-data */
|
|
267
267
|
._IconButton_1a0fz_1 {
|
|
268
268
|
align-items: center;
|
|
269
269
|
background: transparent;
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
color: var(--credbuild-color-grey-07);
|
|
309
309
|
}
|
|
310
310
|
|
|
311
|
-
/* css-module:/home/
|
|
311
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/Loader/styles.module.css/#css-module-data */
|
|
312
312
|
@keyframes _loader-animation_nacdm_1 {
|
|
313
313
|
0% {
|
|
314
314
|
transform: rotate(0deg) scale(1);
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
animation-fill-mode: both;
|
|
331
331
|
}
|
|
332
332
|
|
|
333
|
-
/* css-module:/home/
|
|
333
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/DragIcon/styles.module.css/#css-module-data */
|
|
334
334
|
._DragIcon_ei1r9_1 {
|
|
335
335
|
color: var(--credbuild-color-grey-05);
|
|
336
336
|
cursor: grab;
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
transition: none !important;
|
|
361
361
|
}
|
|
362
362
|
|
|
363
|
-
/* css-module:/home/
|
|
363
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/AutoField/styles.module.css/#css-module-data */
|
|
364
364
|
._InputWrapper_1l0eg_1:not(._InputWrapper--object_1l0eg_1):not(._InputWrapper--array_1l0eg_1) {
|
|
365
365
|
border: 1px solid var(--credbuild-color-grey-10);
|
|
366
366
|
border-radius: 5px;
|
|
@@ -534,7 +534,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
534
534
|
margin-bottom: -4px;
|
|
535
535
|
}
|
|
536
536
|
|
|
537
|
-
/* css-module:/home/
|
|
537
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/ExternalInput/styles.module.css/#css-module-data */
|
|
538
538
|
._ExternalInput-actions_1gpb4_1 {
|
|
539
539
|
display: flex;
|
|
540
540
|
}
|
|
@@ -826,7 +826,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
826
826
|
display: block;
|
|
827
827
|
}
|
|
828
828
|
|
|
829
|
-
/* css-module:/home/
|
|
829
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/Modal/styles.module.css/#css-module-data */
|
|
830
830
|
._Modal_b422s_1 {
|
|
831
831
|
background: color-mix(in srgb, var(--credbuild-color-black) 75%, transparent);
|
|
832
832
|
display: none;
|
|
@@ -854,7 +854,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
854
854
|
max-height: 90dvh;
|
|
855
855
|
}
|
|
856
856
|
|
|
857
|
-
/* css-module:/home/
|
|
857
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/Heading/styles.module.css/#css-module-data */
|
|
858
858
|
._Heading_1tpsl_1 {
|
|
859
859
|
display: block;
|
|
860
860
|
color: var(--credbuild-color-black);
|
|
@@ -891,7 +891,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
891
891
|
font-size: var(--credbuild-font-size-xs);
|
|
892
892
|
}
|
|
893
893
|
|
|
894
|
-
/* css-module:/home/
|
|
894
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/Button/Button.module.css/#css-module-data */
|
|
895
895
|
._Button_164uz_1 {
|
|
896
896
|
appearance: none;
|
|
897
897
|
background: none;
|
|
@@ -984,7 +984,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
984
984
|
padding-inline-start: 8px;
|
|
985
985
|
}
|
|
986
986
|
|
|
987
|
-
/* css-module:/home/
|
|
987
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/RichTextMenu/styles.module.css/#css-module-data */
|
|
988
988
|
._RichTextMenu_193iw_1 {
|
|
989
989
|
display: flex;
|
|
990
990
|
flex-direction: row;
|
|
@@ -1026,7 +1026,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1026
1026
|
border-left: 0.5px solid var(--credbuild-color-grey-05);
|
|
1027
1027
|
}
|
|
1028
1028
|
|
|
1029
|
-
/* css-module:/home/
|
|
1029
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/ActionBar/styles.module.css/#css-module-data */
|
|
1030
1030
|
._ActionBar_1xjbo_1 {
|
|
1031
1031
|
align-items: center;
|
|
1032
1032
|
cursor: default;
|
|
@@ -1126,7 +1126,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1126
1126
|
height: 12px;
|
|
1127
1127
|
}
|
|
1128
1128
|
|
|
1129
|
-
/* css-module:/home/
|
|
1129
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
|
|
1130
1130
|
._Control_1aveu_1 .lucide {
|
|
1131
1131
|
height: 18px;
|
|
1132
1132
|
width: 18px;
|
|
@@ -1136,7 +1136,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1136
1136
|
width: 16px;
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
|
-
/* css-module:/home/
|
|
1139
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/Select/styles.module.css/#css-module-data */
|
|
1140
1140
|
._Select_16son_1 {
|
|
1141
1141
|
position: relative;
|
|
1142
1142
|
z-index: 1;
|
|
@@ -1224,7 +1224,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1224
1224
|
color: var(--credbuild-color-azure-04);
|
|
1225
1225
|
}
|
|
1226
1226
|
|
|
1227
|
-
/* css-module:/home/
|
|
1227
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
|
|
1228
1228
|
._ObjectField_12pvo_1 {
|
|
1229
1229
|
display: flex;
|
|
1230
1230
|
flex-direction: column;
|
|
@@ -1277,7 +1277,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1277
1277
|
align-items: center;
|
|
1278
1278
|
}
|
|
1279
1279
|
|
|
1280
|
-
/* css-module:/home/
|
|
1280
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/DraggableComponent/styles.module.css/#css-module-data */
|
|
1281
1281
|
._DraggableComponent_yrtpz_1 {
|
|
1282
1282
|
position: absolute;
|
|
1283
1283
|
pointer-events: none;
|
|
@@ -1384,7 +1384,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1384
1384
|
outline-offset: -2px !important;
|
|
1385
1385
|
}
|
|
1386
1386
|
|
|
1387
|
-
/* css-module:/home/
|
|
1387
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/DropZone/styles.module.css/#css-module-data */
|
|
1388
1388
|
._DropZone_1vmgt_1 {
|
|
1389
1389
|
--resize-animation-ms: 150ms;
|
|
1390
1390
|
position: relative;
|
|
@@ -1437,7 +1437,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1437
1437
|
opacity: 0 !important;
|
|
1438
1438
|
}
|
|
1439
1439
|
|
|
1440
|
-
/* css-module:/home/
|
|
1440
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/Drawer/styles.module.css/#css-module-data */
|
|
1441
1441
|
._Drawer_1quh5_1 {
|
|
1442
1442
|
display: flex;
|
|
1443
1443
|
flex-direction: column;
|
|
@@ -1511,7 +1511,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1511
1511
|
outline-offset: 2px;
|
|
1512
1512
|
}
|
|
1513
1513
|
|
|
1514
|
-
/* css-module:/home/
|
|
1514
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/InlineTextField/styles.module.css/#css-module-data */
|
|
1515
1515
|
._InlineTextField_104qp_1 {
|
|
1516
1516
|
cursor: text;
|
|
1517
1517
|
display: inline-block;
|