@crediblemark/build 0.25.4 → 0.25.6
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/{ObjectField-JYRSRCWB.css → ArrayField-PAJW74AC.css} +325 -324
- package/dist/ArrayField-PGZLQW7G.mjs +19 -0
- package/dist/{Editor-IPG4RO2L.mjs → Editor-OFA3KX3N.mjs} +8 -8
- package/dist/{Editor-CVT4RKSU.css → Editor-Y342RWPN.css} +7 -7
- package/dist/ObjectField-N7ES6H3B.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-W57TTDB2.mjs → chunk-4NZUDTR6.mjs} +1 -1
- package/dist/{chunk-ISXFLTBM.mjs → chunk-H6RPI3T6.mjs} +1 -1
- package/dist/{chunk-2RLA42JA.mjs → chunk-HIE6KXP6.mjs} +2 -2
- package/dist/{chunk-MZIV4ZKR.mjs → chunk-JX7LICWE.mjs} +2 -2
- package/dist/{chunk-NYIULQV4.mjs → chunk-KAOWYQIB.mjs} +12 -12
- package/dist/{chunk-F2M5GHDX.mjs → chunk-MZXW5F5R.mjs} +3 -3
- package/dist/{chunk-QMMMJ4RO.mjs → chunk-QHJGER7I.mjs} +5 -5
- package/dist/{chunk-PWRZZUWM.mjs → chunk-RUJOMPX6.mjs} +1 -1
- package/dist/{chunk-UNMCNIJ3.mjs → chunk-SLKHXT3Q.mjs} +1 -1
- package/dist/{chunk-3Q7JODIK.mjs → chunk-STIUFJT2.mjs} +12 -12
- package/dist/{chunk-FQKSRGRK.mjs → chunk-W7LED3JG.mjs} +74 -40
- package/dist/{chunk-NYBTD3FJ.mjs → chunk-WSTUSWZT.mjs} +2 -2
- package/dist/{chunk-RBWVOMMW.mjs → chunk-XAD7XPP2.mjs} +4 -4
- package/dist/{full-A2JX3OI2.mjs → full-ECZCK3RE.mjs} +5 -5
- package/dist/{full-C7RVGAUA.css → full-PLJRDIMB.css} +6 -6
- package/dist/index.css +210 -276
- package/dist/index.js +131 -97
- package/dist/index.mjs +13 -13
- package/dist/{loaded-Y7SRBM7R.mjs → loaded-3MKTRGL5.mjs} +2 -2
- package/dist/{loaded-2FUW3WCF.mjs → loaded-5D7VRSXM.mjs} +2 -2
- package/dist/{loaded-4FAPBCAU.css → loaded-FY2TCG5Y.css} +1 -1
- package/dist/{loaded-6L45JULO.mjs → loaded-NRHNHJPM.mjs} +2 -2
- package/dist/no-external.css +115 -110
- package/dist/no-external.js +131 -97
- 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
package/dist/no-external.css
CHANGED
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
|
|
145
145
|
/* bundle/no-external.css */
|
|
146
146
|
|
|
147
|
-
/* css-module:/
|
|
147
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ActionBar/styles.module.css/#css-module-data */
|
|
148
148
|
._ActionBar_ze0ci_1 {
|
|
149
149
|
align-items: center;
|
|
150
150
|
cursor: default;
|
|
@@ -239,46 +239,44 @@
|
|
|
239
239
|
height: 100%;
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
/* css-module:/
|
|
243
|
-
.
|
|
242
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/AutoField/styles.module.css/#css-module-data */
|
|
243
|
+
._InputWrapper_1l0eg_1:not(._InputWrapper--object_1l0eg_1):not(._InputWrapper--array_1l0eg_1) {
|
|
244
244
|
border: 1px solid var(--credbuild-color-grey-10);
|
|
245
245
|
border-radius: 5px;
|
|
246
246
|
padding: 4px 8px;
|
|
247
247
|
background-color: var(--credbuild-color-white);
|
|
248
248
|
transition: all 0.2s ease;
|
|
249
249
|
}
|
|
250
|
-
.
|
|
250
|
+
._InputWrapper_1l0eg_1 + ._InputWrapper_1l0eg_1 {
|
|
251
251
|
margin-top: 2px;
|
|
252
252
|
}
|
|
253
|
-
.
|
|
253
|
+
._InputWrapper_1l0eg_1:not(._InputWrapper--object_1l0eg_1):not(._InputWrapper--array_1l0eg_1):hover {
|
|
254
254
|
border-color: var(--credbuild-color-grey-08);
|
|
255
255
|
background-color: var(--credbuild-color-grey-11);
|
|
256
256
|
}
|
|
257
|
-
._Input-
|
|
257
|
+
._Input-label_1l0eg_18 {
|
|
258
258
|
align-items: center;
|
|
259
259
|
color: var(--credbuild-color-grey-06);
|
|
260
260
|
display: flex;
|
|
261
261
|
padding-bottom: 2px;
|
|
262
262
|
font-size: 9px;
|
|
263
263
|
font-weight: 500;
|
|
264
|
-
text-transform: uppercase;
|
|
265
|
-
letter-spacing: 0.08em;
|
|
266
264
|
opacity: 0.7;
|
|
267
265
|
}
|
|
268
|
-
._Input-label--
|
|
266
|
+
._Input-label--noChildren_1l0eg_28 {
|
|
269
267
|
padding-bottom: 0;
|
|
270
268
|
}
|
|
271
|
-
._Input-
|
|
269
|
+
._Input-labelIcon_1l0eg_32 {
|
|
272
270
|
color: var(--credbuild-color-grey-07);
|
|
273
271
|
display: flex;
|
|
274
272
|
margin-inline-end: 4px;
|
|
275
273
|
padding-inline-start: 4px;
|
|
276
274
|
}
|
|
277
|
-
._Input-
|
|
275
|
+
._Input-disabledIcon_1l0eg_39 {
|
|
278
276
|
color: var(--credbuild-color-grey-05);
|
|
279
277
|
margin-inline-start: auto;
|
|
280
278
|
}
|
|
281
|
-
._Input-
|
|
279
|
+
._Input-input_1l0eg_44 {
|
|
282
280
|
background: transparent;
|
|
283
281
|
border: none;
|
|
284
282
|
border-radius: 0;
|
|
@@ -293,11 +291,11 @@
|
|
|
293
291
|
outline: none;
|
|
294
292
|
}
|
|
295
293
|
@media (min-width: 458px) {
|
|
296
|
-
._Input-
|
|
294
|
+
._Input-input_1l0eg_44 {
|
|
297
295
|
font-size: 12px;
|
|
298
296
|
}
|
|
299
297
|
}
|
|
300
|
-
select._Input-
|
|
298
|
+
select._Input-input_1l0eg_44 {
|
|
301
299
|
appearance: none;
|
|
302
300
|
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
|
|
303
301
|
background-size: 12px;
|
|
@@ -305,30 +303,34 @@ select._Input-input_rcfsp_46 {
|
|
|
305
303
|
background-repeat: no-repeat;
|
|
306
304
|
background-color: var(--credbuild-color-white);
|
|
307
305
|
cursor: pointer;
|
|
306
|
+
height: auto;
|
|
307
|
+
line-height: normal;
|
|
308
|
+
padding-top: 4px;
|
|
309
|
+
padding-bottom: 4px;
|
|
308
310
|
}
|
|
309
|
-
select._Input-
|
|
311
|
+
select._Input-input_1l0eg_44:dir(rtl) {
|
|
310
312
|
background-position: 12px calc(50% + 3px);
|
|
311
313
|
}
|
|
312
314
|
@media (hover: hover) and (pointer: fine) {
|
|
313
|
-
.
|
|
314
|
-
.
|
|
315
|
+
._Input_1l0eg_1:has(> input):hover ._Input-input_1l0eg_44:not([readonly]),
|
|
316
|
+
._Input_1l0eg_1:has(> textarea):hover ._Input-input_1l0eg_44:not([readonly]) {
|
|
315
317
|
border-color: var(--credbuild-color-grey-05);
|
|
316
318
|
transition: none;
|
|
317
319
|
}
|
|
318
|
-
.
|
|
320
|
+
._Input_1l0eg_1:has(> select):hover ._Input-input_1l0eg_44:not([disabled]) {
|
|
319
321
|
background-color: var(--credbuild-color-azure-12);
|
|
320
322
|
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%235a5a5a'><polygon points='0,0 100,0 50,50'/></svg>");
|
|
321
323
|
border-color: var(--credbuild-color-grey-05);
|
|
322
324
|
transition: none;
|
|
323
325
|
}
|
|
324
326
|
}
|
|
325
|
-
._Input-
|
|
327
|
+
._Input-input_1l0eg_44:focus {
|
|
326
328
|
border-color: var(--credbuild-color-grey-05);
|
|
327
329
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
328
330
|
transition: none;
|
|
329
331
|
}
|
|
330
|
-
._Input--
|
|
331
|
-
._Input--
|
|
332
|
+
._Input--readOnly_1l0eg_104 > ._Input-input_1l0eg_44,
|
|
333
|
+
._Input--readOnly_1l0eg_104 > select._Input-input_1l0eg_44 {
|
|
332
334
|
background-color: var(--credbuild-color-grey-11);
|
|
333
335
|
border-color: var(--credbuild-color-grey-09);
|
|
334
336
|
color: var(--credbuild-color-grey-04);
|
|
@@ -337,34 +339,34 @@ select._Input-input_rcfsp_46:dir(rtl) {
|
|
|
337
339
|
outline: 0;
|
|
338
340
|
transition: none;
|
|
339
341
|
}
|
|
340
|
-
._Input-
|
|
342
|
+
._Input-radioGroupItems_1l0eg_115 {
|
|
341
343
|
display: flex;
|
|
342
344
|
border: 1px solid var(--credbuild-color-grey-09);
|
|
343
345
|
border-radius: 4px;
|
|
344
346
|
flex-wrap: wrap;
|
|
345
347
|
}
|
|
346
|
-
._Input-
|
|
348
|
+
._Input-radio_1l0eg_115 {
|
|
347
349
|
border-inline-end: 1px solid var(--credbuild-color-grey-09);
|
|
348
350
|
flex-grow: 1;
|
|
349
351
|
}
|
|
350
|
-
._Input-
|
|
352
|
+
._Input-radio_1l0eg_115:first-of-type {
|
|
351
353
|
border-bottom-left-radius: 4px;
|
|
352
354
|
border-top-left-radius: 4px;
|
|
353
355
|
}
|
|
354
|
-
._Input-
|
|
356
|
+
._Input-radio_1l0eg_115:first-of-type ._Input-radioInner_1l0eg_132 {
|
|
355
357
|
border-bottom-left-radius: 3px;
|
|
356
358
|
border-top-left-radius: 3px;
|
|
357
359
|
}
|
|
358
|
-
._Input-
|
|
360
|
+
._Input-radio_1l0eg_115:last-of-type {
|
|
359
361
|
border-bottom-right-radius: 4px;
|
|
360
362
|
border-inline-end: 0;
|
|
361
363
|
border-top-right-radius: 4px;
|
|
362
364
|
}
|
|
363
|
-
._Input-
|
|
365
|
+
._Input-radio_1l0eg_115:last-of-type ._Input-radioInner_1l0eg_132 {
|
|
364
366
|
border-bottom-right-radius: 3px;
|
|
365
367
|
border-top-right-radius: 3px;
|
|
366
368
|
}
|
|
367
|
-
._Input-
|
|
369
|
+
._Input-radioInner_1l0eg_132 {
|
|
368
370
|
background-color: var(--credbuild-color-white);
|
|
369
371
|
color: var(--credbuild-color-grey-04);
|
|
370
372
|
cursor: pointer;
|
|
@@ -373,32 +375,32 @@ select._Input-input_rcfsp_46:dir(rtl) {
|
|
|
373
375
|
text-align: center;
|
|
374
376
|
transition: background-color 50ms ease-in;
|
|
375
377
|
}
|
|
376
|
-
._Input-
|
|
378
|
+
._Input-radio_1l0eg_115:has(:focus-visible) {
|
|
377
379
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
378
380
|
outline-offset: 2px;
|
|
379
381
|
position: relative;
|
|
380
382
|
}
|
|
381
383
|
@media (hover: hover) and (pointer: fine) {
|
|
382
|
-
._Input-
|
|
384
|
+
._Input-radioInner_1l0eg_132:hover {
|
|
383
385
|
background-color: var(--credbuild-color-azure-12);
|
|
384
386
|
transition: none;
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
|
-
._Input--
|
|
389
|
+
._Input--readOnly_1l0eg_104 ._Input-radioInner_1l0eg_132 {
|
|
388
390
|
background-color: var(--credbuild-color-white);
|
|
389
391
|
color: var(--credbuild-color-grey-04);
|
|
390
392
|
cursor: default;
|
|
391
393
|
}
|
|
392
|
-
._Input-
|
|
394
|
+
._Input-radio_1l0eg_115 ._Input-radioInput_1l0eg_177:checked ~ ._Input-radioInner_1l0eg_132 {
|
|
393
395
|
background-color: var(--credbuild-color-azure-11);
|
|
394
396
|
color: var(--credbuild-color-azure-04);
|
|
395
397
|
font-weight: 500;
|
|
396
398
|
}
|
|
397
|
-
._Input--
|
|
399
|
+
._Input--readOnly_1l0eg_104 ._Input-radioInput_1l0eg_177:checked ~ ._Input-radioInner_1l0eg_132 {
|
|
398
400
|
background-color: var(--credbuild-color-grey-11);
|
|
399
401
|
color: var(--credbuild-color-grey-04);
|
|
400
402
|
}
|
|
401
|
-
._Input-
|
|
403
|
+
._Input-radio_1l0eg_115 ._Input-radioInput_1l0eg_177 {
|
|
402
404
|
clip: rect(0 0 0 0);
|
|
403
405
|
clip-path: inset(100%);
|
|
404
406
|
height: 1px;
|
|
@@ -407,11 +409,11 @@ select._Input-input_rcfsp_46:dir(rtl) {
|
|
|
407
409
|
white-space: nowrap;
|
|
408
410
|
width: 1px;
|
|
409
411
|
}
|
|
410
|
-
textarea._Input-
|
|
412
|
+
textarea._Input-input_1l0eg_44 {
|
|
411
413
|
margin-bottom: -4px;
|
|
412
414
|
}
|
|
413
415
|
|
|
414
|
-
/* css-module:/
|
|
416
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ExternalInput/styles.module.css/#css-module-data */
|
|
415
417
|
._ExternalInput-actions_1gpb4_1 {
|
|
416
418
|
display: flex;
|
|
417
419
|
}
|
|
@@ -703,7 +705,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
703
705
|
display: block;
|
|
704
706
|
}
|
|
705
707
|
|
|
706
|
-
/* css-module:/
|
|
708
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Modal/styles.module.css/#css-module-data */
|
|
707
709
|
._Modal_b422s_1 {
|
|
708
710
|
background: color-mix(in srgb, var(--credbuild-color-black) 75%, transparent);
|
|
709
711
|
display: none;
|
|
@@ -731,7 +733,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
731
733
|
max-height: 90dvh;
|
|
732
734
|
}
|
|
733
735
|
|
|
734
|
-
/* css-module:/
|
|
736
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Heading/styles.module.css/#css-module-data */
|
|
735
737
|
._Heading_1tpsl_1 {
|
|
736
738
|
display: block;
|
|
737
739
|
color: var(--credbuild-color-black);
|
|
@@ -768,7 +770,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
768
770
|
font-size: var(--credbuild-font-size-xs);
|
|
769
771
|
}
|
|
770
772
|
|
|
771
|
-
/* css-module:/
|
|
773
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Loader/styles.module.css/#css-module-data */
|
|
772
774
|
@keyframes _loader-animation_nacdm_1 {
|
|
773
775
|
0% {
|
|
774
776
|
transform: rotate(0deg) scale(1);
|
|
@@ -790,7 +792,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
790
792
|
animation-fill-mode: both;
|
|
791
793
|
}
|
|
792
794
|
|
|
793
|
-
/* css-module:/
|
|
795
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Button/Button.module.css/#css-module-data */
|
|
794
796
|
._Button_164uz_1 {
|
|
795
797
|
appearance: none;
|
|
796
798
|
background: none;
|
|
@@ -883,7 +885,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
883
885
|
padding-inline-start: 8px;
|
|
884
886
|
}
|
|
885
887
|
|
|
886
|
-
/* css-module:/
|
|
888
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/IconButton/IconButton.module.css/#css-module-data */
|
|
887
889
|
._IconButton_1a0fz_1 {
|
|
888
890
|
align-items: center;
|
|
889
891
|
background: transparent;
|
|
@@ -928,7 +930,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
928
930
|
color: var(--credbuild-color-grey-07);
|
|
929
931
|
}
|
|
930
932
|
|
|
931
|
-
/* css-module:/
|
|
933
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/RichTextMenu/styles.module.css/#css-module-data */
|
|
932
934
|
._RichTextMenu_193iw_1 {
|
|
933
935
|
display: flex;
|
|
934
936
|
flex-direction: row;
|
|
@@ -970,7 +972,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
970
972
|
border-left: 0.5px solid var(--credbuild-color-grey-05);
|
|
971
973
|
}
|
|
972
974
|
|
|
973
|
-
/* css-module:/
|
|
975
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
|
|
974
976
|
._Control_1aveu_1 .lucide {
|
|
975
977
|
height: 18px;
|
|
976
978
|
width: 18px;
|
|
@@ -980,7 +982,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
980
982
|
width: 16px;
|
|
981
983
|
}
|
|
982
984
|
|
|
983
|
-
/* css-module:/
|
|
985
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Select/styles.module.css/#css-module-data */
|
|
984
986
|
._Select_16son_1 {
|
|
985
987
|
position: relative;
|
|
986
988
|
z-index: 1;
|
|
@@ -1068,7 +1070,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
1068
1070
|
color: var(--credbuild-color-azure-04);
|
|
1069
1071
|
}
|
|
1070
1072
|
|
|
1071
|
-
/* css-module:/
|
|
1073
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/RichTextEditor/styles.module.css/#css-module-data */
|
|
1072
1074
|
._RichTextEditor_hp4qf_1 .ProseMirror {
|
|
1073
1075
|
white-space: pre-wrap;
|
|
1074
1076
|
word-wrap: break-word;
|
|
@@ -1171,7 +1173,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
1171
1173
|
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
1172
1174
|
}
|
|
1173
1175
|
|
|
1174
|
-
/* css-module:/
|
|
1176
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
|
|
1175
1177
|
._ArrayField_rvhj3_5 {
|
|
1176
1178
|
display: flex;
|
|
1177
1179
|
flex-direction: column;
|
|
@@ -1333,7 +1335,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
1333
1335
|
opacity: 1;
|
|
1334
1336
|
}
|
|
1335
1337
|
|
|
1336
|
-
/* css-module:/
|
|
1338
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/DragIcon/styles.module.css/#css-module-data */
|
|
1337
1339
|
._DragIcon_ei1r9_1 {
|
|
1338
1340
|
color: var(--credbuild-color-grey-05);
|
|
1339
1341
|
cursor: grab;
|
|
@@ -1363,8 +1365,8 @@ textarea._Input-input_rcfsp_46 {
|
|
|
1363
1365
|
transition: none !important;
|
|
1364
1366
|
}
|
|
1365
1367
|
|
|
1366
|
-
/* css-module:/
|
|
1367
|
-
.
|
|
1368
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
|
|
1369
|
+
._ObjectField_12pvo_1 {
|
|
1368
1370
|
display: flex;
|
|
1369
1371
|
flex-direction: column;
|
|
1370
1372
|
background-color: transparent;
|
|
@@ -1372,13 +1374,13 @@ textarea._Input-input_rcfsp_46 {
|
|
|
1372
1374
|
overflow: hidden;
|
|
1373
1375
|
transition: all 0.2s ease;
|
|
1374
1376
|
}
|
|
1375
|
-
._ObjectField--
|
|
1377
|
+
._ObjectField--isOpen_12pvo_10 {
|
|
1376
1378
|
background-color: transparent;
|
|
1377
1379
|
}
|
|
1378
|
-
._ObjectField-
|
|
1380
|
+
._ObjectField-content_12pvo_14 {
|
|
1379
1381
|
background-color: transparent;
|
|
1380
1382
|
}
|
|
1381
|
-
._ObjectField-
|
|
1383
|
+
._ObjectField-fieldset_12pvo_18 {
|
|
1382
1384
|
border: none;
|
|
1383
1385
|
margin: 0;
|
|
1384
1386
|
min-width: 0;
|
|
@@ -1389,7 +1391,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
1389
1391
|
border-left: 1px solid var(--credbuild-color-grey-10);
|
|
1390
1392
|
margin-left: 8px;
|
|
1391
1393
|
}
|
|
1392
|
-
._ObjectField-
|
|
1394
|
+
._ObjectField-header_12pvo_30 {
|
|
1393
1395
|
background-color: transparent;
|
|
1394
1396
|
border: 0;
|
|
1395
1397
|
color: var(--credbuild-color-grey-05);
|
|
@@ -1400,24 +1402,23 @@ textarea._Input-input_rcfsp_46 {
|
|
|
1400
1402
|
list-style: none;
|
|
1401
1403
|
margin-bottom: 2px;
|
|
1402
1404
|
padding: 4px 8px;
|
|
1403
|
-
text-transform: uppercase;
|
|
1404
1405
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
1405
1406
|
gap: 4px;
|
|
1406
1407
|
border-radius: 4px;
|
|
1407
1408
|
width: 100%;
|
|
1408
1409
|
align-items: center;
|
|
1409
1410
|
}
|
|
1410
|
-
._ObjectField-
|
|
1411
|
+
._ObjectField-header_12pvo_30:hover {
|
|
1411
1412
|
background-color: var(--credbuild-color-azure-11);
|
|
1412
1413
|
color: var(--credbuild-color-azure-04);
|
|
1413
1414
|
}
|
|
1414
|
-
._ObjectField-
|
|
1415
|
+
._ObjectField-headerIcon_12pvo_53 {
|
|
1415
1416
|
margin-inline-start: auto;
|
|
1416
1417
|
display: flex;
|
|
1417
1418
|
align-items: center;
|
|
1418
1419
|
}
|
|
1419
1420
|
|
|
1420
|
-
/* css-module:/
|
|
1421
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Drawer/styles.module.css/#css-module-data */
|
|
1421
1422
|
._Drawer_1bd7y_1 {
|
|
1422
1423
|
display: flex;
|
|
1423
1424
|
flex-direction: column;
|
|
@@ -1477,7 +1478,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
1477
1478
|
letter-spacing: 0.02em;
|
|
1478
1479
|
}
|
|
1479
1480
|
|
|
1480
|
-
/* css-module:/
|
|
1481
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/DraggableComponent/styles.module.css/#css-module-data */
|
|
1481
1482
|
._DraggableComponent_yrtpz_1 {
|
|
1482
1483
|
position: absolute;
|
|
1483
1484
|
pointer-events: none;
|
|
@@ -1584,7 +1585,7 @@ textarea._Input-input_rcfsp_46 {
|
|
|
1584
1585
|
outline-offset: -2px !important;
|
|
1585
1586
|
}
|
|
1586
1587
|
|
|
1587
|
-
/* css-module:/
|
|
1588
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/DropZone/styles.module.css/#css-module-data */
|
|
1588
1589
|
._DropZone_1vmgt_1 {
|
|
1589
1590
|
--resize-animation-ms: 150ms;
|
|
1590
1591
|
position: relative;
|
|
@@ -1651,7 +1652,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1651
1652
|
outline-offset: 2px;
|
|
1652
1653
|
}
|
|
1653
1654
|
|
|
1654
|
-
/* css-module:/
|
|
1655
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/InlineTextField/styles.module.css/#css-module-data */
|
|
1655
1656
|
._InlineTextField_104qp_1 {
|
|
1656
1657
|
cursor: text;
|
|
1657
1658
|
display: inline-block;
|
|
@@ -1666,7 +1667,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1666
1667
|
display: none;
|
|
1667
1668
|
}
|
|
1668
1669
|
|
|
1669
|
-
/* css-module:/
|
|
1670
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Fields/styles.module.css/#css-module-data */
|
|
1670
1671
|
._CredBuildFields_53gu7_1 {
|
|
1671
1672
|
position: relative;
|
|
1672
1673
|
font-family: var(--credbuild-font-family);
|
|
@@ -1706,7 +1707,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1706
1707
|
margin-top: 2px;
|
|
1707
1708
|
}
|
|
1708
1709
|
|
|
1709
|
-
/* css-module:/
|
|
1710
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ComponentList/styles.module.css/#css-module-data */
|
|
1710
1711
|
._ComponentList_10tqo_1 {
|
|
1711
1712
|
max-width: 100%;
|
|
1712
1713
|
}
|
|
@@ -1755,30 +1756,30 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1755
1756
|
margin-inline-start: auto;
|
|
1756
1757
|
}
|
|
1757
1758
|
|
|
1758
|
-
/* css-module:/
|
|
1759
|
-
.
|
|
1759
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Components/styles.module.css/#css-module-data */
|
|
1760
|
+
._CredBuildComponents_1a9p4_1 {
|
|
1760
1761
|
display: flex;
|
|
1761
1762
|
flex-direction: column;
|
|
1762
1763
|
height: 100%;
|
|
1763
1764
|
}
|
|
1764
|
-
._CredBuildComponents-
|
|
1765
|
-
padding: 8px
|
|
1765
|
+
._CredBuildComponents-searchContainer_1a9p4_7 {
|
|
1766
|
+
padding: 4px 8px;
|
|
1766
1767
|
border-bottom: 1px solid var(--cb-border, #e2e8f0);
|
|
1767
1768
|
background-color: var(--cb-bg-surface, #ffffff);
|
|
1768
1769
|
position: relative;
|
|
1769
1770
|
display: flex;
|
|
1770
1771
|
align-items: center;
|
|
1771
1772
|
}
|
|
1772
|
-
._CredBuildComponents-
|
|
1773
|
+
._CredBuildComponents-searchWrapper_1a9p4_16 {
|
|
1773
1774
|
position: relative;
|
|
1774
1775
|
width: 100%;
|
|
1775
1776
|
display: flex;
|
|
1776
1777
|
align-items: center;
|
|
1777
1778
|
}
|
|
1778
|
-
._CredBuildComponents-
|
|
1779
|
+
._CredBuildComponents-searchInput_1a9p4_23 {
|
|
1779
1780
|
width: 100%;
|
|
1780
1781
|
height: 32px;
|
|
1781
|
-
padding: 0 28px 0
|
|
1782
|
+
padding: 0 28px 0 10px;
|
|
1782
1783
|
font-size: 12px;
|
|
1783
1784
|
border: 1px solid var(--cb-border, #e2e8f0);
|
|
1784
1785
|
border-radius: 6px;
|
|
@@ -1787,18 +1788,23 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1787
1788
|
outline: none;
|
|
1788
1789
|
transition: all 0.2s ease-in-out;
|
|
1789
1790
|
}
|
|
1790
|
-
._CredBuildComponents-
|
|
1791
|
+
._CredBuildComponents-searchInput_1a9p4_23:focus {
|
|
1791
1792
|
border-color: var(--cb-gold, #d97706);
|
|
1792
1793
|
background-color: var(--cb-bg-surface, #ffffff);
|
|
1793
1794
|
box-shadow: 0 0 0 2px var(--cb-gold-glow, rgba(217, 119, 6, 0.15));
|
|
1794
1795
|
}
|
|
1795
|
-
._CredBuildComponents-
|
|
1796
|
+
._CredBuildComponents-searchIcon_1a9p4_42 {
|
|
1796
1797
|
position: absolute;
|
|
1797
1798
|
left: 10px;
|
|
1799
|
+
top: 50%;
|
|
1800
|
+
transform: translateY(-50%);
|
|
1798
1801
|
color: var(--cb-silver-muted, #64748b);
|
|
1799
1802
|
pointer-events: none;
|
|
1803
|
+
display: flex;
|
|
1804
|
+
align-items: center;
|
|
1805
|
+
justify-content: center;
|
|
1800
1806
|
}
|
|
1801
|
-
._CredBuildComponents-
|
|
1807
|
+
._CredBuildComponents-clearButton_1a9p4_54 {
|
|
1802
1808
|
position: absolute;
|
|
1803
1809
|
right: 8px;
|
|
1804
1810
|
background: none;
|
|
@@ -1812,15 +1818,15 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1812
1818
|
border-radius: 4px;
|
|
1813
1819
|
transition: all 0.15s ease-in-out;
|
|
1814
1820
|
}
|
|
1815
|
-
._CredBuildComponents-
|
|
1821
|
+
._CredBuildComponents-clearButton_1a9p4_54:hover {
|
|
1816
1822
|
background-color: var(--cb-border, #e2e8f0);
|
|
1817
1823
|
color: var(--cb-silver, #0f172a);
|
|
1818
1824
|
}
|
|
1819
|
-
._CredBuildComponents-
|
|
1825
|
+
._CredBuildComponents-listContainer_1a9p4_74 {
|
|
1820
1826
|
flex: 1;
|
|
1821
1827
|
overflow-y: auto;
|
|
1822
1828
|
}
|
|
1823
|
-
._CredBuildComponents-
|
|
1829
|
+
._CredBuildComponents-noResults_1a9p4_79 {
|
|
1824
1830
|
padding: 32px 16px;
|
|
1825
1831
|
text-align: center;
|
|
1826
1832
|
color: var(--cb-silver-muted, #64748b);
|
|
@@ -1831,7 +1837,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1831
1837
|
gap: 8px;
|
|
1832
1838
|
}
|
|
1833
1839
|
|
|
1834
|
-
/* css-module:/
|
|
1840
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Preview/styles.module.css/#css-module-data */
|
|
1835
1841
|
._CredBuildPreview_1z08a_1 {
|
|
1836
1842
|
position: relative;
|
|
1837
1843
|
height: 100%;
|
|
@@ -1842,7 +1848,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1842
1848
|
width: 100%;
|
|
1843
1849
|
}
|
|
1844
1850
|
|
|
1845
|
-
/* css-module:/
|
|
1851
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/LayerTree/styles.module.css/#css-module-data */
|
|
1846
1852
|
._LayerTree_nus40_1 {
|
|
1847
1853
|
color: var(--credbuild-color-grey-03);
|
|
1848
1854
|
font-family: var(--credbuild-font-family);
|
|
@@ -1946,7 +1952,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1946
1952
|
margin-top: 2px;
|
|
1947
1953
|
}
|
|
1948
1954
|
|
|
1949
|
-
/* css-module:/
|
|
1955
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Layout/styles.module.css/#css-module-data */
|
|
1950
1956
|
._CredBuildLayout_14aaz_1 {
|
|
1951
1957
|
display: flex;
|
|
1952
1958
|
flex: 1;
|
|
@@ -2063,7 +2069,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2063
2069
|
opacity: 1;
|
|
2064
2070
|
}
|
|
2065
2071
|
|
|
2066
|
-
/* css-module:/
|
|
2072
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/MenuBar/styles.module.css/#css-module-data */
|
|
2067
2073
|
._MenuBar_1m2ld_1 {
|
|
2068
2074
|
background-color: var(--credbuild-color-white);
|
|
2069
2075
|
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
@@ -2107,7 +2113,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2107
2113
|
display: flex;
|
|
2108
2114
|
}
|
|
2109
2115
|
|
|
2110
|
-
/* css-module:/
|
|
2116
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ViewportControls/styles.module.css/#css-module-data */
|
|
2111
2117
|
._ViewportControls_gefvg_1 {
|
|
2112
2118
|
position: relative;
|
|
2113
2119
|
}
|
|
@@ -2214,7 +2220,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2214
2220
|
color: var(--credbuild-color-azure-04);
|
|
2215
2221
|
}
|
|
2216
2222
|
|
|
2217
|
-
/* css-module:/
|
|
2223
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Header/styles.module.css/#css-module-data */
|
|
2218
2224
|
._CredBuildHeader_qzv5u_1 {
|
|
2219
2225
|
background: var(--credbuild-color-white);
|
|
2220
2226
|
border-bottom: 1px solid var(--credbuild-color-grey-10);
|
|
@@ -2288,17 +2294,17 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2288
2294
|
}
|
|
2289
2295
|
}
|
|
2290
2296
|
|
|
2291
|
-
/* css-module:/
|
|
2292
|
-
.
|
|
2297
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/SidebarSection/styles.module.css/#css-module-data */
|
|
2298
|
+
._SidebarSection_bv89x_1 {
|
|
2293
2299
|
display: flex;
|
|
2294
2300
|
position: relative;
|
|
2295
2301
|
flex-direction: column;
|
|
2296
2302
|
color: var(--credbuild-color-black);
|
|
2297
2303
|
}
|
|
2298
|
-
.
|
|
2304
|
+
._SidebarSection_bv89x_1:last-of-type {
|
|
2299
2305
|
flex-grow: 0;
|
|
2300
2306
|
}
|
|
2301
|
-
._SidebarSection-
|
|
2307
|
+
._SidebarSection-title_bv89x_12 {
|
|
2302
2308
|
background: var(--credbuild-color-grey-11);
|
|
2303
2309
|
padding: 4px 10px;
|
|
2304
2310
|
border-bottom: 1px solid var(--credbuild-color-grey-10);
|
|
@@ -2309,29 +2315,28 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2309
2315
|
user-select: none;
|
|
2310
2316
|
transition: background 0.2s ease;
|
|
2311
2317
|
}
|
|
2312
|
-
._SidebarSection-
|
|
2318
|
+
._SidebarSection-title_bv89x_12:hover {
|
|
2313
2319
|
background: #f3f4f6;
|
|
2314
2320
|
}
|
|
2315
|
-
._SidebarSection-
|
|
2316
|
-
._SidebarSection-
|
|
2321
|
+
._SidebarSection-title_bv89x_12 h2,
|
|
2322
|
+
._SidebarSection-title_bv89x_12 span {
|
|
2317
2323
|
font-size: 10px;
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
font-weight: 700;
|
|
2324
|
+
font-weight: 500;
|
|
2325
|
+
opacity: 0.9;
|
|
2321
2326
|
color: var(--credbuild-color-grey-05);
|
|
2322
2327
|
margin: 0;
|
|
2323
2328
|
}
|
|
2324
|
-
._SidebarSection--
|
|
2329
|
+
._SidebarSection--noBorderTop_bv89x_37 > ._SidebarSection-title_bv89x_12 {
|
|
2325
2330
|
border-top: 0px;
|
|
2326
2331
|
}
|
|
2327
|
-
._SidebarSection-
|
|
2332
|
+
._SidebarSection-content_bv89x_41:last-child {
|
|
2328
2333
|
padding-bottom: 4px;
|
|
2329
2334
|
}
|
|
2330
|
-
.
|
|
2335
|
+
._SidebarSection_bv89x_1:last-of-type ._SidebarSection-content_bv89x_41 {
|
|
2331
2336
|
border-bottom: none;
|
|
2332
2337
|
flex-grow: 0;
|
|
2333
2338
|
}
|
|
2334
|
-
._SidebarSection-
|
|
2339
|
+
._SidebarSection-breadcrumbLabel_bv89x_50 {
|
|
2335
2340
|
background: none;
|
|
2336
2341
|
border: 0;
|
|
2337
2342
|
border-radius: 2px;
|
|
@@ -2342,34 +2347,34 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2342
2347
|
padding: 0;
|
|
2343
2348
|
transition: color 50ms ease-in;
|
|
2344
2349
|
}
|
|
2345
|
-
._SidebarSection-
|
|
2350
|
+
._SidebarSection-breadcrumbLabel_bv89x_50:focus-visible {
|
|
2346
2351
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
2347
2352
|
outline-offset: 2px;
|
|
2348
2353
|
}
|
|
2349
2354
|
@media (hover: hover) and (pointer: fine) {
|
|
2350
|
-
._SidebarSection-
|
|
2355
|
+
._SidebarSection-breadcrumbLabel_bv89x_50:hover {
|
|
2351
2356
|
color: var(--credbuild-color-azure-03);
|
|
2352
2357
|
transition: none;
|
|
2353
2358
|
}
|
|
2354
2359
|
}
|
|
2355
|
-
._SidebarSection-
|
|
2360
|
+
._SidebarSection-breadcrumbLabel_bv89x_50:active {
|
|
2356
2361
|
color: var(--credbuild-color-azure-02);
|
|
2357
2362
|
transition: none;
|
|
2358
2363
|
}
|
|
2359
|
-
._SidebarSection-
|
|
2364
|
+
._SidebarSection-breadcrumbs_bv89x_79 {
|
|
2360
2365
|
align-items: center;
|
|
2361
2366
|
display: flex;
|
|
2362
2367
|
gap: 4px;
|
|
2363
2368
|
}
|
|
2364
|
-
._SidebarSection-
|
|
2369
|
+
._SidebarSection-breadcrumb_bv89x_50 {
|
|
2365
2370
|
align-items: center;
|
|
2366
2371
|
display: flex;
|
|
2367
2372
|
gap: 4px;
|
|
2368
2373
|
}
|
|
2369
|
-
._SidebarSection-
|
|
2374
|
+
._SidebarSection-heading_bv89x_91 {
|
|
2370
2375
|
padding-inline-end: 16px;
|
|
2371
2376
|
}
|
|
2372
|
-
._SidebarSection-
|
|
2377
|
+
._SidebarSection-loadingOverlay_bv89x_95 {
|
|
2373
2378
|
background: var(--credbuild-color-white);
|
|
2374
2379
|
display: flex;
|
|
2375
2380
|
justify-content: center;
|
|
@@ -2384,7 +2389,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2384
2389
|
opacity: 0.8;
|
|
2385
2390
|
}
|
|
2386
2391
|
|
|
2387
|
-
/* css-module:/
|
|
2392
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Breadcrumbs/styles.module.css/#css-module-data */
|
|
2388
2393
|
._Breadcrumbs_1e0gb_1 {
|
|
2389
2394
|
align-items: center;
|
|
2390
2395
|
display: flex;
|
|
@@ -2421,7 +2426,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2421
2426
|
gap: 4px;
|
|
2422
2427
|
}
|
|
2423
2428
|
|
|
2424
|
-
/* css-module:/
|
|
2429
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Canvas/styles.module.css/#css-module-data */
|
|
2425
2430
|
._CredBuildCanvas_1ivia_1 {
|
|
2426
2431
|
background-color: var(--credbuild-color-grey-09);
|
|
2427
2432
|
background-image: radial-gradient(var(--cb-grid-color) var(--cb-grid-dot), transparent 0);
|
|
@@ -2499,7 +2504,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2499
2504
|
transition: none;
|
|
2500
2505
|
}
|
|
2501
2506
|
|
|
2502
|
-
/* css-module:/
|
|
2507
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/ResizeHandle/styles.module.css/#css-module-data */
|
|
2503
2508
|
@media (min-width: 766px) {
|
|
2504
2509
|
._ResizeHandle_144bf_2 {
|
|
2505
2510
|
position: absolute;
|
|
@@ -2532,7 +2537,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2532
2537
|
cursor: col-resize;
|
|
2533
2538
|
}
|
|
2534
2539
|
|
|
2535
|
-
/* css-module:/
|
|
2540
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Sidebar/styles.module.css/#css-module-data */
|
|
2536
2541
|
._Sidebar_1kcif_1 {
|
|
2537
2542
|
position: relative;
|
|
2538
2543
|
display: none;
|
|
@@ -2581,7 +2586,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2581
2586
|
justify-self: start;
|
|
2582
2587
|
}
|
|
2583
2588
|
|
|
2584
|
-
/* css-module:/
|
|
2589
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Nav/styles.module.css/#css-module-data */
|
|
2585
2590
|
._Nav_wbh7e_1 {
|
|
2586
2591
|
display: flex;
|
|
2587
2592
|
width: 100%;
|
|
@@ -2674,7 +2679,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2674
2679
|
}
|
|
2675
2680
|
}
|
|
2676
2681
|
|
|
2677
|
-
/* css-module:/
|
|
2682
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/plugins/blocks/styles.module.css/#css-module-data */
|
|
2678
2683
|
._BlocksPlugin_1ey1i_1 {
|
|
2679
2684
|
padding: 16px;
|
|
2680
2685
|
height: 100%;
|
|
@@ -2682,7 +2687,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2682
2687
|
box-sizing: border-box;
|
|
2683
2688
|
}
|
|
2684
2689
|
|
|
2685
|
-
/* css-module:/
|
|
2690
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/plugins/outline/styles.module.css/#css-module-data */
|
|
2686
2691
|
._OutlinePlugin_q92j6_1 {
|
|
2687
2692
|
padding: 16px;
|
|
2688
2693
|
height: 100%;
|
|
@@ -2690,7 +2695,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2690
2695
|
box-sizing: border-box;
|
|
2691
2696
|
}
|
|
2692
2697
|
|
|
2693
|
-
/* css-module:/
|
|
2698
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/plugins/fields/styles.module.css/#css-module-data */
|
|
2694
2699
|
._FieldsPlugin_6as57_1 {
|
|
2695
2700
|
background: white;
|
|
2696
2701
|
height: 100%;
|