@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/index.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
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* css-module:/home/
|
|
1
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/Select/styles.module.css/#css-module-data */
|
|
2
2
|
._Select_16son_1 {
|
|
3
3
|
position: relative;
|
|
4
4
|
z-index: 1;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useListOptions
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-J3I5GT3E.mjs";
|
|
4
4
|
import {
|
|
5
5
|
List,
|
|
6
6
|
SelectControl,
|
|
7
7
|
useControlContext
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-NFUQAIKA.mjs";
|
|
9
9
|
import "./chunk-BFHV72KK.mjs";
|
|
10
10
|
import "./chunk-O44M27KT.mjs";
|
|
11
11
|
import "./chunk-AFVEAZTD.mjs";
|
|
@@ -42,7 +42,8 @@ function ListSelectLoaded() {
|
|
|
42
42
|
onChange: handleChange,
|
|
43
43
|
value: currentValue ?? "p",
|
|
44
44
|
defaultValue: "p",
|
|
45
|
-
renderDefaultIcon: List
|
|
45
|
+
renderDefaultIcon: List,
|
|
46
|
+
title: "List style"
|
|
46
47
|
}
|
|
47
48
|
);
|
|
48
49
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useAlignOptions
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-KAL2OHVB.mjs";
|
|
4
4
|
import {
|
|
5
5
|
SelectControl,
|
|
6
6
|
TextAlignStart,
|
|
7
7
|
useControlContext
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-NFUQAIKA.mjs";
|
|
9
9
|
import "./chunk-BFHV72KK.mjs";
|
|
10
10
|
import "./chunk-O44M27KT.mjs";
|
|
11
11
|
import "./chunk-AFVEAZTD.mjs";
|
|
@@ -41,7 +41,8 @@ function AlignSelectLoaded() {
|
|
|
41
41
|
onChange: handleChange,
|
|
42
42
|
value: currentValue,
|
|
43
43
|
defaultValue: "left",
|
|
44
|
-
renderDefaultIcon: TextAlignStart
|
|
44
|
+
renderDefaultIcon: TextAlignStart,
|
|
45
|
+
title: "Text alignment"
|
|
45
46
|
}
|
|
46
47
|
);
|
|
47
48
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useHeadingOptions
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MQINT3WW.mjs";
|
|
4
4
|
import {
|
|
5
5
|
Heading,
|
|
6
6
|
SelectControl,
|
|
7
7
|
useControlContext
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-NFUQAIKA.mjs";
|
|
9
9
|
import "./chunk-BFHV72KK.mjs";
|
|
10
10
|
import "./chunk-O44M27KT.mjs";
|
|
11
11
|
import "./chunk-AFVEAZTD.mjs";
|
|
@@ -45,7 +45,8 @@ function HeadingSelectLoaded() {
|
|
|
45
45
|
onChange: handleChange,
|
|
46
46
|
value: currentValue ?? "p",
|
|
47
47
|
defaultValue: "p",
|
|
48
|
-
renderDefaultIcon: Heading
|
|
48
|
+
renderDefaultIcon: Heading,
|
|
49
|
+
title: "Heading level"
|
|
49
50
|
}
|
|
50
51
|
);
|
|
51
52
|
}
|
package/dist/no-external.css
CHANGED
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
|
|
145
145
|
/* bundle/no-external.css */
|
|
146
146
|
|
|
147
|
-
/* css-module:/home/
|
|
147
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/ActionBar/styles.module.css/#css-module-data */
|
|
148
148
|
._ActionBar_1xjbo_1 {
|
|
149
149
|
align-items: center;
|
|
150
150
|
cursor: default;
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
height: 12px;
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
/* css-module:/home/
|
|
247
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/AutoField/styles.module.css/#css-module-data */
|
|
248
248
|
._InputWrapper_1l0eg_1:not(._InputWrapper--object_1l0eg_1):not(._InputWrapper--array_1l0eg_1) {
|
|
249
249
|
border: 1px solid var(--credbuild-color-grey-10);
|
|
250
250
|
border-radius: 5px;
|
|
@@ -418,7 +418,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
418
418
|
margin-bottom: -4px;
|
|
419
419
|
}
|
|
420
420
|
|
|
421
|
-
/* css-module:/home/
|
|
421
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/ExternalInput/styles.module.css/#css-module-data */
|
|
422
422
|
._ExternalInput-actions_1gpb4_1 {
|
|
423
423
|
display: flex;
|
|
424
424
|
}
|
|
@@ -710,7 +710,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
710
710
|
display: block;
|
|
711
711
|
}
|
|
712
712
|
|
|
713
|
-
/* css-module:/home/
|
|
713
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/Modal/styles.module.css/#css-module-data */
|
|
714
714
|
._Modal_b422s_1 {
|
|
715
715
|
background: color-mix(in srgb, var(--credbuild-color-black) 75%, transparent);
|
|
716
716
|
display: none;
|
|
@@ -738,7 +738,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
738
738
|
max-height: 90dvh;
|
|
739
739
|
}
|
|
740
740
|
|
|
741
|
-
/* css-module:/home/
|
|
741
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/Heading/styles.module.css/#css-module-data */
|
|
742
742
|
._Heading_1tpsl_1 {
|
|
743
743
|
display: block;
|
|
744
744
|
color: var(--credbuild-color-black);
|
|
@@ -775,7 +775,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
775
775
|
font-size: var(--credbuild-font-size-xs);
|
|
776
776
|
}
|
|
777
777
|
|
|
778
|
-
/* css-module:/home/
|
|
778
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/Loader/styles.module.css/#css-module-data */
|
|
779
779
|
@keyframes _loader-animation_nacdm_1 {
|
|
780
780
|
0% {
|
|
781
781
|
transform: rotate(0deg) scale(1);
|
|
@@ -797,7 +797,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
797
797
|
animation-fill-mode: both;
|
|
798
798
|
}
|
|
799
799
|
|
|
800
|
-
/* css-module:/home/
|
|
800
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/Button/Button.module.css/#css-module-data */
|
|
801
801
|
._Button_164uz_1 {
|
|
802
802
|
appearance: none;
|
|
803
803
|
background: none;
|
|
@@ -890,7 +890,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
890
890
|
padding-inline-start: 8px;
|
|
891
891
|
}
|
|
892
892
|
|
|
893
|
-
/* css-module:/home/
|
|
893
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/IconButton/IconButton.module.css/#css-module-data */
|
|
894
894
|
._IconButton_1a0fz_1 {
|
|
895
895
|
align-items: center;
|
|
896
896
|
background: transparent;
|
|
@@ -935,7 +935,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
935
935
|
color: var(--credbuild-color-grey-07);
|
|
936
936
|
}
|
|
937
937
|
|
|
938
|
-
/* css-module:/home/
|
|
938
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/RichTextMenu/styles.module.css/#css-module-data */
|
|
939
939
|
._RichTextMenu_193iw_1 {
|
|
940
940
|
display: flex;
|
|
941
941
|
flex-direction: row;
|
|
@@ -977,7 +977,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
977
977
|
border-left: 0.5px solid var(--credbuild-color-grey-05);
|
|
978
978
|
}
|
|
979
979
|
|
|
980
|
-
/* css-module:/home/
|
|
980
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
|
|
981
981
|
._Control_1aveu_1 .lucide {
|
|
982
982
|
height: 18px;
|
|
983
983
|
width: 18px;
|
|
@@ -987,7 +987,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
987
987
|
width: 16px;
|
|
988
988
|
}
|
|
989
989
|
|
|
990
|
-
/* css-module:/home/
|
|
990
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/Select/styles.module.css/#css-module-data */
|
|
991
991
|
._Select_16son_1 {
|
|
992
992
|
position: relative;
|
|
993
993
|
z-index: 1;
|
|
@@ -1075,7 +1075,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1075
1075
|
color: var(--credbuild-color-azure-04);
|
|
1076
1076
|
}
|
|
1077
1077
|
|
|
1078
|
-
/* css-module:/home/
|
|
1078
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/RichTextEditor/styles.module.css/#css-module-data */
|
|
1079
1079
|
._RichTextEditor_hp4qf_1 .ProseMirror {
|
|
1080
1080
|
white-space: pre-wrap;
|
|
1081
1081
|
word-wrap: break-word;
|
|
@@ -1178,7 +1178,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1178
1178
|
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
1179
1179
|
}
|
|
1180
1180
|
|
|
1181
|
-
/* css-module:/home/
|
|
1181
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
|
|
1182
1182
|
._ArrayField_rvhj3_5 {
|
|
1183
1183
|
display: flex;
|
|
1184
1184
|
flex-direction: column;
|
|
@@ -1340,7 +1340,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1340
1340
|
opacity: 1;
|
|
1341
1341
|
}
|
|
1342
1342
|
|
|
1343
|
-
/* css-module:/home/
|
|
1343
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/DragIcon/styles.module.css/#css-module-data */
|
|
1344
1344
|
._DragIcon_ei1r9_1 {
|
|
1345
1345
|
color: var(--credbuild-color-grey-05);
|
|
1346
1346
|
cursor: grab;
|
|
@@ -1370,7 +1370,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1370
1370
|
transition: none !important;
|
|
1371
1371
|
}
|
|
1372
1372
|
|
|
1373
|
-
/* css-module:/home/
|
|
1373
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
|
|
1374
1374
|
._ObjectField_12pvo_1 {
|
|
1375
1375
|
display: flex;
|
|
1376
1376
|
flex-direction: column;
|
|
@@ -1423,7 +1423,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1423
1423
|
align-items: center;
|
|
1424
1424
|
}
|
|
1425
1425
|
|
|
1426
|
-
/* css-module:/home/
|
|
1426
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/Drawer/styles.module.css/#css-module-data */
|
|
1427
1427
|
._Drawer_1quh5_1 {
|
|
1428
1428
|
display: flex;
|
|
1429
1429
|
flex-direction: column;
|
|
@@ -1483,7 +1483,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1483
1483
|
letter-spacing: 0.02em;
|
|
1484
1484
|
}
|
|
1485
1485
|
|
|
1486
|
-
/* css-module:/home/
|
|
1486
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/DraggableComponent/styles.module.css/#css-module-data */
|
|
1487
1487
|
._DraggableComponent_yrtpz_1 {
|
|
1488
1488
|
position: absolute;
|
|
1489
1489
|
pointer-events: none;
|
|
@@ -1590,7 +1590,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1590
1590
|
outline-offset: -2px !important;
|
|
1591
1591
|
}
|
|
1592
1592
|
|
|
1593
|
-
/* css-module:/home/
|
|
1593
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/DropZone/styles.module.css/#css-module-data */
|
|
1594
1594
|
._DropZone_1vmgt_1 {
|
|
1595
1595
|
--resize-animation-ms: 150ms;
|
|
1596
1596
|
position: relative;
|
|
@@ -1657,7 +1657,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1657
1657
|
outline-offset: 2px;
|
|
1658
1658
|
}
|
|
1659
1659
|
|
|
1660
|
-
/* css-module:/home/
|
|
1660
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/InlineTextField/styles.module.css/#css-module-data */
|
|
1661
1661
|
._InlineTextField_104qp_1 {
|
|
1662
1662
|
cursor: text;
|
|
1663
1663
|
display: inline-block;
|
|
@@ -1672,7 +1672,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1672
1672
|
display: none;
|
|
1673
1673
|
}
|
|
1674
1674
|
|
|
1675
|
-
/* css-module:/home/
|
|
1675
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/CredBuild/components/Fields/styles.module.css/#css-module-data */
|
|
1676
1676
|
._CredBuildFields_53gu7_1 {
|
|
1677
1677
|
position: relative;
|
|
1678
1678
|
font-family: var(--credbuild-font-family);
|
|
@@ -1712,7 +1712,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1712
1712
|
margin-top: 2px;
|
|
1713
1713
|
}
|
|
1714
1714
|
|
|
1715
|
-
/* css-module:/home/
|
|
1715
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/ComponentList/styles.module.css/#css-module-data */
|
|
1716
1716
|
._ComponentList_1dcib_1 {
|
|
1717
1717
|
max-width: 100%;
|
|
1718
1718
|
}
|
|
@@ -1761,7 +1761,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1761
1761
|
margin-inline-start: auto;
|
|
1762
1762
|
}
|
|
1763
1763
|
|
|
1764
|
-
/* css-module:/home/
|
|
1764
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/CredBuild/components/Components/styles.module.css/#css-module-data */
|
|
1765
1765
|
._CredBuildComponents_lxrzy_1 {
|
|
1766
1766
|
display: flex;
|
|
1767
1767
|
flex-direction: column;
|
|
@@ -1842,7 +1842,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1842
1842
|
gap: 8px;
|
|
1843
1843
|
}
|
|
1844
1844
|
|
|
1845
|
-
/* css-module:/home/
|
|
1845
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/CredBuild/components/Preview/styles.module.css/#css-module-data */
|
|
1846
1846
|
._CredBuildPreview_17c6o_1 {
|
|
1847
1847
|
position: relative;
|
|
1848
1848
|
height: 100%;
|
|
@@ -1891,7 +1891,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1891
1891
|
border-color: #1e293b;
|
|
1892
1892
|
}
|
|
1893
1893
|
|
|
1894
|
-
/* css-module:/home/
|
|
1894
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/LayerTree/styles.module.css/#css-module-data */
|
|
1895
1895
|
._LayerTree_nus40_1 {
|
|
1896
1896
|
color: var(--credbuild-color-grey-03);
|
|
1897
1897
|
font-family: var(--credbuild-font-family);
|
|
@@ -1995,7 +1995,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1995
1995
|
margin-top: 2px;
|
|
1996
1996
|
}
|
|
1997
1997
|
|
|
1998
|
-
/* css-module:/home/
|
|
1998
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/CredBuild/components/Layout/styles.module.css/#css-module-data */
|
|
1999
1999
|
._CredBuildLayout_14aaz_1 {
|
|
2000
2000
|
display: flex;
|
|
2001
2001
|
flex: 1;
|
|
@@ -2112,7 +2112,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2112
2112
|
opacity: 1;
|
|
2113
2113
|
}
|
|
2114
2114
|
|
|
2115
|
-
/* css-module:/home/
|
|
2115
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/MenuBar/styles.module.css/#css-module-data */
|
|
2116
2116
|
._MenuBar_1m2ld_1 {
|
|
2117
2117
|
background-color: var(--credbuild-color-white);
|
|
2118
2118
|
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
@@ -2156,7 +2156,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2156
2156
|
display: flex;
|
|
2157
2157
|
}
|
|
2158
2158
|
|
|
2159
|
-
/* css-module:/home/
|
|
2159
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/ViewportControls/styles.module.css/#css-module-data */
|
|
2160
2160
|
._ViewportControls_gefvg_1 {
|
|
2161
2161
|
position: relative;
|
|
2162
2162
|
}
|
|
@@ -2263,7 +2263,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2263
2263
|
color: var(--credbuild-color-azure-04);
|
|
2264
2264
|
}
|
|
2265
2265
|
|
|
2266
|
-
/* css-module:/home/
|
|
2266
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/CredBuild/components/Header/styles.module.css/#css-module-data */
|
|
2267
2267
|
._CredBuildHeader_qzv5u_1 {
|
|
2268
2268
|
background: var(--credbuild-color-white);
|
|
2269
2269
|
border-bottom: 1px solid var(--credbuild-color-grey-10);
|
|
@@ -2337,7 +2337,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2337
2337
|
}
|
|
2338
2338
|
}
|
|
2339
2339
|
|
|
2340
|
-
/* css-module:/home/
|
|
2340
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/SidebarSection/styles.module.css/#css-module-data */
|
|
2341
2341
|
._SidebarSection_bv89x_1 {
|
|
2342
2342
|
display: flex;
|
|
2343
2343
|
position: relative;
|
|
@@ -2432,7 +2432,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2432
2432
|
opacity: 0.8;
|
|
2433
2433
|
}
|
|
2434
2434
|
|
|
2435
|
-
/* css-module:/home/
|
|
2435
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/Breadcrumbs/styles.module.css/#css-module-data */
|
|
2436
2436
|
._Breadcrumbs_1e0gb_1 {
|
|
2437
2437
|
align-items: center;
|
|
2438
2438
|
display: flex;
|
|
@@ -2469,7 +2469,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2469
2469
|
gap: 4px;
|
|
2470
2470
|
}
|
|
2471
2471
|
|
|
2472
|
-
/* css-module:/home/
|
|
2472
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/CredBuild/components/Canvas/styles.module.css/#css-module-data */
|
|
2473
2473
|
._CredBuildCanvas_1ivia_1 {
|
|
2474
2474
|
background-color: var(--credbuild-color-grey-09);
|
|
2475
2475
|
background-image: radial-gradient(var(--cb-grid-color) var(--cb-grid-dot), transparent 0);
|
|
@@ -2547,7 +2547,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2547
2547
|
transition: none;
|
|
2548
2548
|
}
|
|
2549
2549
|
|
|
2550
|
-
/* css-module:/home/
|
|
2550
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/CredBuild/components/ResizeHandle/styles.module.css/#css-module-data */
|
|
2551
2551
|
@media (min-width: 766px) {
|
|
2552
2552
|
._ResizeHandle_144bf_2 {
|
|
2553
2553
|
position: absolute;
|
|
@@ -2580,7 +2580,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2580
2580
|
cursor: col-resize;
|
|
2581
2581
|
}
|
|
2582
2582
|
|
|
2583
|
-
/* css-module:/home/
|
|
2583
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/CredBuild/components/Sidebar/styles.module.css/#css-module-data */
|
|
2584
2584
|
._Sidebar_1kcif_1 {
|
|
2585
2585
|
position: relative;
|
|
2586
2586
|
display: none;
|
|
@@ -2629,7 +2629,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2629
2629
|
justify-self: start;
|
|
2630
2630
|
}
|
|
2631
2631
|
|
|
2632
|
-
/* css-module:/home/
|
|
2632
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/components/CredBuild/components/Nav/styles.module.css/#css-module-data */
|
|
2633
2633
|
._Nav_wbh7e_1 {
|
|
2634
2634
|
display: flex;
|
|
2635
2635
|
width: 100%;
|
|
@@ -2722,7 +2722,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2722
2722
|
}
|
|
2723
2723
|
}
|
|
2724
2724
|
|
|
2725
|
-
/* css-module:/home/
|
|
2725
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/plugins/blocks/styles.module.css/#css-module-data */
|
|
2726
2726
|
._BlocksPlugin_1q0b2_1 {
|
|
2727
2727
|
padding: 0 16px 16px 16px;
|
|
2728
2728
|
height: 100%;
|
|
@@ -2730,7 +2730,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2730
2730
|
box-sizing: border-box;
|
|
2731
2731
|
}
|
|
2732
2732
|
|
|
2733
|
-
/* css-module:/home/
|
|
2733
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/plugins/outline/styles.module.css/#css-module-data */
|
|
2734
2734
|
._OutlinePlugin_q92j6_1 {
|
|
2735
2735
|
padding: 16px;
|
|
2736
2736
|
height: 100%;
|
|
@@ -2738,7 +2738,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2738
2738
|
box-sizing: border-box;
|
|
2739
2739
|
}
|
|
2740
2740
|
|
|
2741
|
-
/* css-module:/home/
|
|
2741
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/plugins/fields/styles.module.css/#css-module-data */
|
|
2742
2742
|
._FieldsPlugin_6as57_1 {
|
|
2743
2743
|
background: white;
|
|
2744
2744
|
height: 100%;
|
|
@@ -2758,7 +2758,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2758
2758
|
}
|
|
2759
2759
|
}
|
|
2760
2760
|
|
|
2761
|
-
/* css-module:/home/
|
|
2761
|
+
/* css-module:/home/rasyiqi/PROJECT/Credbuild/credbuild/plugins/code/styles.module.css/#css-module-data */
|
|
2762
2762
|
._CodePlugin_77s8n_1 {
|
|
2763
2763
|
display: flex;
|
|
2764
2764
|
flex-direction: column;
|