@crediblemark/build 0.25.11 → 0.25.16
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-LRIG75HP.mjs +17 -0
- package/dist/{ObjectField-YPHZU7G2.css → ArrayField-QVQ36K6O.css} +348 -343
- package/dist/{Editor-CVT4RKSU.css → Editor-6U6G5YLU.css} +62 -57
- package/dist/{Editor-P3UUWNSZ.mjs → Editor-7JTCMSHZ.mjs} +8 -8
- package/dist/ObjectField-M2VTKEXM.mjs +17 -0
- package/dist/{ArrayField-MCFJLKAL.css → ObjectField-VE3JKAWT.css} +348 -343
- package/dist/{Render-I6PZ5MEA.mjs → Render-5WYR4VZX.mjs} +1 -1
- package/dist/{Render-DOE2LXKX.css → Render-HVM2KISU.css} +1 -1
- package/dist/{chunk-T2LBDQLG.mjs → chunk-ARM3KXOM.mjs} +11 -11
- package/dist/{chunk-KN26YZZJ.mjs → chunk-D4WFZ3K2.mjs} +1 -1
- package/dist/{chunk-AZFZRLP7.mjs → chunk-D7HE7E2A.mjs} +13 -13
- package/dist/{chunk-PFHKXXSV.mjs → chunk-GEYNLWCZ.mjs} +1 -1
- package/dist/{chunk-ISXFLTBM.mjs → chunk-H6RPI3T6.mjs} +1 -1
- package/dist/{chunk-XLRMLBFR.mjs → chunk-J4ZMH6JZ.mjs} +1 -1
- package/dist/{chunk-E4F5M5JH.mjs → chunk-LBXFITWQ.mjs} +2 -2
- package/dist/{chunk-HAWIIGOV.mjs → chunk-OC6E7VJM.mjs} +26 -26
- package/dist/{chunk-P2AZFZ7Q.mjs → chunk-SOAJKHLV.mjs} +3 -3
- package/dist/{chunk-S32JZ2HU.mjs → chunk-TOU7Y6T4.mjs} +1 -1
- package/dist/{chunk-44PQTFGV.mjs → chunk-U4NHUPA4.mjs} +5 -5
- package/dist/{chunk-Z7DDX2XU.mjs → chunk-U7AIA2UJ.mjs} +2 -2
- package/dist/{chunk-4GA5GVA7.mjs → chunk-VEQIM5ZE.mjs} +15 -15
- package/dist/{full-C7RVGAUA.css → full-2LSQUWEM.css} +61 -56
- package/dist/{full-3VRJOFG5.mjs → full-B3RS4LV3.mjs} +5 -5
- package/dist/index.css +109 -98
- package/dist/index.js +88 -88
- package/dist/index.mjs +13 -13
- package/dist/{loaded-4FAPBCAU.css → loaded-FY2TCG5Y.css} +1 -1
- package/dist/{loaded-C2JGMUXV.mjs → loaded-JIR6E6RO.mjs} +2 -2
- package/dist/{loaded-NTEK7RT3.mjs → loaded-VCMCWG55.mjs} +2 -2
- package/dist/{loaded-FJHWTGH6.mjs → loaded-XEI7CJSF.mjs} +2 -2
- package/dist/no-external.css +93 -88
- package/dist/no-external.js +88 -88
- package/dist/no-external.mjs +13 -13
- package/dist/rsc.css +74 -69
- package/dist/rsc.js +67 -67
- package/dist/rsc.mjs +12 -12
- package/package.json +1 -1
- package/dist/ArrayField-HYHS4HCO.mjs +0 -17
- package/dist/ObjectField-4N5XWAFL.mjs +0 -17
package/dist/index.css
CHANGED
|
@@ -243,6 +243,8 @@
|
|
|
243
243
|
border-color: var(--cb-gold);
|
|
244
244
|
background-color: var(--cb-gold-faint);
|
|
245
245
|
}
|
|
246
|
+
.CredBuild [class*=Button--primary],
|
|
247
|
+
.CredBuild [class*=PublishButton] [class*=Button],
|
|
246
248
|
.CredBuild button[class*=primary],
|
|
247
249
|
.CredBuild button[class*=Publish],
|
|
248
250
|
.CredBuild button[class*=Button--primary],
|
|
@@ -250,23 +252,27 @@
|
|
|
250
252
|
background: var(--cb-gold) !important;
|
|
251
253
|
color: var(--cb-bg-base) !important;
|
|
252
254
|
border: none !important;
|
|
253
|
-
padding:
|
|
254
|
-
border-radius:
|
|
255
|
-
font-weight:
|
|
256
|
-
text-transform:
|
|
257
|
-
letter-spacing: 0.
|
|
258
|
-
font-size:
|
|
259
|
-
display: flex;
|
|
255
|
+
padding: 4px 12px;
|
|
256
|
+
border-radius: 5px;
|
|
257
|
+
font-weight: 600;
|
|
258
|
+
text-transform: none;
|
|
259
|
+
letter-spacing: -0.01em;
|
|
260
|
+
font-size: 13px;
|
|
261
|
+
display: inline-flex;
|
|
260
262
|
align-items: center;
|
|
261
|
-
gap:
|
|
262
|
-
|
|
263
|
-
box-
|
|
263
|
+
gap: 8px;
|
|
264
|
+
min-height: 28px;
|
|
265
|
+
box-sizing: border-box;
|
|
266
|
+
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
267
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
264
268
|
}
|
|
269
|
+
.CredBuild [class*=PublishButton]:hover [class*=Button],
|
|
265
270
|
[class*=PublishButton]:hover button {
|
|
266
271
|
filter: brightness(1.1);
|
|
267
272
|
box-shadow: 0 0 20px var(--cb-gold-glow), 0 4px 15px rgba(0, 0, 0, 0.2);
|
|
268
273
|
transform: translateY(-1px) scale(1.02);
|
|
269
274
|
}
|
|
275
|
+
.CredBuild [class*=PublishButton] [class*=Button] svg,
|
|
270
276
|
[class*=PublishButton] button svg {
|
|
271
277
|
color: var(--cb-bg-base);
|
|
272
278
|
stroke: var(--cb-bg-base);
|
|
@@ -312,102 +318,107 @@
|
|
|
312
318
|
box-shadow: 0 0 0 1px var(--cb-gold-glow);
|
|
313
319
|
}
|
|
314
320
|
|
|
315
|
-
/* css-module:/
|
|
316
|
-
.
|
|
321
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ActionBar/styles.module.css/#css-module-data */
|
|
322
|
+
._ActionBar_1xjbo_1 {
|
|
317
323
|
align-items: center;
|
|
318
324
|
cursor: default;
|
|
319
325
|
display: flex;
|
|
320
326
|
width: auto;
|
|
321
|
-
padding:
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
border
|
|
325
|
-
|
|
326
|
-
border-radius: 8px;
|
|
327
|
-
background: var(--credbuild-color-grey-01);
|
|
328
|
-
color: var(--credbuild-color-white);
|
|
327
|
+
padding: 0px 2px;
|
|
328
|
+
border-radius: 5px;
|
|
329
|
+
background: #09090b !important;
|
|
330
|
+
border: 1px solid rgba(255, 255, 255, 0.08) !important;
|
|
331
|
+
color: #ffffff !important;
|
|
329
332
|
font-family: var(--credbuild-font-family);
|
|
330
|
-
min-height:
|
|
333
|
+
min-height: 20px;
|
|
334
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);
|
|
331
335
|
}
|
|
332
|
-
._ActionBar-
|
|
333
|
-
color:
|
|
334
|
-
font-size:
|
|
335
|
-
font-weight:
|
|
336
|
-
padding-inline-start:
|
|
337
|
-
padding-inline-end:
|
|
338
|
-
|
|
339
|
-
margin-inline-end: 4px;
|
|
336
|
+
._ActionBar-label_1xjbo_16 {
|
|
337
|
+
color: #a1a1aa !important;
|
|
338
|
+
font-size: 10px;
|
|
339
|
+
font-weight: 600;
|
|
340
|
+
padding-inline-start: 4px;
|
|
341
|
+
padding-inline-end: 4px;
|
|
342
|
+
letter-spacing: -0.01em;
|
|
340
343
|
text-overflow: ellipsis;
|
|
341
344
|
white-space: nowrap;
|
|
342
345
|
}
|
|
343
|
-
.
|
|
346
|
+
._ActionBarAction_1xjbo_27 + ._ActionBar-label_1xjbo_16 {
|
|
344
347
|
padding-inline-start: 0;
|
|
345
348
|
}
|
|
346
|
-
._ActionBar-
|
|
349
|
+
._ActionBar-label_1xjbo_16 + ._ActionBarAction_1xjbo_27 {
|
|
347
350
|
margin-inline-start: -4px;
|
|
348
351
|
}
|
|
349
|
-
._ActionBar-
|
|
352
|
+
._ActionBar-group_1xjbo_35 {
|
|
350
353
|
align-items: center;
|
|
351
|
-
border-inline-start:
|
|
354
|
+
border-inline-start: 1px solid rgba(255, 255, 255, 0.08);
|
|
352
355
|
display: flex;
|
|
353
356
|
height: 100%;
|
|
354
|
-
padding-inline-start:
|
|
355
|
-
padding-inline-end:
|
|
357
|
+
padding-inline-start: 2px;
|
|
358
|
+
padding-inline-end: 2px;
|
|
356
359
|
}
|
|
357
|
-
._ActionBar-
|
|
360
|
+
._ActionBar-group_1xjbo_35:first-of-type {
|
|
358
361
|
border-inline-start: 0;
|
|
359
362
|
}
|
|
360
|
-
._ActionBar-
|
|
363
|
+
._ActionBar-group_1xjbo_35:empty {
|
|
361
364
|
display: none;
|
|
362
365
|
}
|
|
363
|
-
.
|
|
366
|
+
._ActionBarAction_1xjbo_27 {
|
|
364
367
|
background: transparent;
|
|
365
368
|
border: none;
|
|
366
|
-
color:
|
|
369
|
+
color: #a1a1aa !important;
|
|
367
370
|
cursor: pointer;
|
|
368
|
-
padding:
|
|
369
|
-
margin-inline-start:
|
|
370
|
-
margin-inline-end:
|
|
371
|
-
border-radius:
|
|
371
|
+
padding: 2px;
|
|
372
|
+
margin-inline-start: 1px;
|
|
373
|
+
margin-inline-end: 1px;
|
|
374
|
+
border-radius: 3px;
|
|
372
375
|
overflow: hidden;
|
|
373
376
|
display: flex;
|
|
374
377
|
align-items: center;
|
|
375
378
|
justify-content: center;
|
|
376
|
-
transition:
|
|
379
|
+
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
377
380
|
}
|
|
378
|
-
._ActionBarAction--
|
|
381
|
+
._ActionBarAction--disabled_1xjbo_68 {
|
|
379
382
|
cursor: auto;
|
|
380
|
-
color:
|
|
383
|
+
color: rgba(255, 255, 255, 0.3) !important;
|
|
381
384
|
}
|
|
382
|
-
.
|
|
385
|
+
._ActionBarAction_1xjbo_27 svg {
|
|
383
386
|
max-width: none !important;
|
|
387
|
+
width: 12px;
|
|
388
|
+
height: 12px;
|
|
389
|
+
stroke-width: 2px;
|
|
390
|
+
transition: transform 0.2s ease;
|
|
384
391
|
}
|
|
385
|
-
.
|
|
386
|
-
outline: 2px solid var(--
|
|
392
|
+
._ActionBarAction_1xjbo_27:focus-visible {
|
|
393
|
+
outline: 2px solid var(--cb-gold);
|
|
387
394
|
outline-offset: -2px;
|
|
388
395
|
}
|
|
389
396
|
@media (hover: hover) and (pointer: fine) {
|
|
390
|
-
.
|
|
391
|
-
color:
|
|
392
|
-
|
|
397
|
+
._ActionBarAction_1xjbo_27:hover:not(._ActionBarAction--disabled_1xjbo_68) {
|
|
398
|
+
color: #ffffff !important;
|
|
399
|
+
background: rgba(255, 255, 255, 0.08) !important;
|
|
400
|
+
}
|
|
401
|
+
._ActionBarAction_1xjbo_27:hover svg {
|
|
402
|
+
transform: scale(1.05);
|
|
393
403
|
}
|
|
394
404
|
}
|
|
395
|
-
.
|
|
396
|
-
._ActionBarAction--
|
|
397
|
-
color: var(--
|
|
398
|
-
|
|
405
|
+
._ActionBarAction_1xjbo_27:active:not(._ActionBarAction--disabled_1xjbo_68),
|
|
406
|
+
._ActionBarAction--active_1xjbo_97 {
|
|
407
|
+
color: var(--cb-gold) !important;
|
|
408
|
+
background: rgba(255, 255, 255, 0.12) !important;
|
|
409
|
+
transform: scale(0.95);
|
|
399
410
|
}
|
|
400
|
-
._ActionBar-
|
|
411
|
+
._ActionBar-group_1xjbo_35 * {
|
|
401
412
|
margin: 0;
|
|
402
413
|
}
|
|
403
|
-
._ActionBar-
|
|
404
|
-
background:
|
|
414
|
+
._ActionBar-separator_1xjbo_107 {
|
|
415
|
+
background: rgba(255, 255, 255, 0.08);
|
|
405
416
|
margin-inline: 4px;
|
|
406
|
-
width:
|
|
407
|
-
height:
|
|
417
|
+
width: 1px;
|
|
418
|
+
height: 12px;
|
|
408
419
|
}
|
|
409
420
|
|
|
410
|
-
/* css-module:/
|
|
421
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/AutoField/styles.module.css/#css-module-data */
|
|
411
422
|
._InputWrapper_1l0eg_1:not(._InputWrapper--object_1l0eg_1):not(._InputWrapper--array_1l0eg_1) {
|
|
412
423
|
border: 1px solid var(--credbuild-color-grey-10);
|
|
413
424
|
border-radius: 5px;
|
|
@@ -581,7 +592,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
581
592
|
margin-bottom: -4px;
|
|
582
593
|
}
|
|
583
594
|
|
|
584
|
-
/* css-module:/
|
|
595
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ExternalInput/styles.module.css/#css-module-data */
|
|
585
596
|
._ExternalInput-actions_1gpb4_1 {
|
|
586
597
|
display: flex;
|
|
587
598
|
}
|
|
@@ -873,7 +884,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
873
884
|
display: block;
|
|
874
885
|
}
|
|
875
886
|
|
|
876
|
-
/* css-module:/
|
|
887
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Modal/styles.module.css/#css-module-data */
|
|
877
888
|
._Modal_b422s_1 {
|
|
878
889
|
background: color-mix(in srgb, var(--credbuild-color-black) 75%, transparent);
|
|
879
890
|
display: none;
|
|
@@ -901,7 +912,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
901
912
|
max-height: 90dvh;
|
|
902
913
|
}
|
|
903
914
|
|
|
904
|
-
/* css-module:/
|
|
915
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Heading/styles.module.css/#css-module-data */
|
|
905
916
|
._Heading_1tpsl_1 {
|
|
906
917
|
display: block;
|
|
907
918
|
color: var(--credbuild-color-black);
|
|
@@ -938,7 +949,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
938
949
|
font-size: var(--credbuild-font-size-xs);
|
|
939
950
|
}
|
|
940
951
|
|
|
941
|
-
/* css-module:/
|
|
952
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Loader/styles.module.css/#css-module-data */
|
|
942
953
|
@keyframes _loader-animation_nacdm_1 {
|
|
943
954
|
0% {
|
|
944
955
|
transform: rotate(0deg) scale(1);
|
|
@@ -960,7 +971,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
960
971
|
animation-fill-mode: both;
|
|
961
972
|
}
|
|
962
973
|
|
|
963
|
-
/* css-module:/
|
|
974
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Button/Button.module.css/#css-module-data */
|
|
964
975
|
._Button_164uz_1 {
|
|
965
976
|
appearance: none;
|
|
966
977
|
background: none;
|
|
@@ -1053,7 +1064,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1053
1064
|
padding-inline-start: 8px;
|
|
1054
1065
|
}
|
|
1055
1066
|
|
|
1056
|
-
/* css-module:/
|
|
1067
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/IconButton/IconButton.module.css/#css-module-data */
|
|
1057
1068
|
._IconButton_1a0fz_1 {
|
|
1058
1069
|
align-items: center;
|
|
1059
1070
|
background: transparent;
|
|
@@ -1098,7 +1109,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1098
1109
|
color: var(--credbuild-color-grey-07);
|
|
1099
1110
|
}
|
|
1100
1111
|
|
|
1101
|
-
/* css-module:/
|
|
1112
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/RichTextMenu/styles.module.css/#css-module-data */
|
|
1102
1113
|
._RichTextMenu_193iw_1 {
|
|
1103
1114
|
display: flex;
|
|
1104
1115
|
flex-direction: row;
|
|
@@ -1140,7 +1151,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1140
1151
|
border-left: 0.5px solid var(--credbuild-color-grey-05);
|
|
1141
1152
|
}
|
|
1142
1153
|
|
|
1143
|
-
/* css-module:/
|
|
1154
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
|
|
1144
1155
|
._Control_1aveu_1 .lucide {
|
|
1145
1156
|
height: 18px;
|
|
1146
1157
|
width: 18px;
|
|
@@ -1150,7 +1161,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1150
1161
|
width: 16px;
|
|
1151
1162
|
}
|
|
1152
1163
|
|
|
1153
|
-
/* css-module:/
|
|
1164
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Select/styles.module.css/#css-module-data */
|
|
1154
1165
|
._Select_16son_1 {
|
|
1155
1166
|
position: relative;
|
|
1156
1167
|
z-index: 1;
|
|
@@ -1238,7 +1249,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1238
1249
|
color: var(--credbuild-color-azure-04);
|
|
1239
1250
|
}
|
|
1240
1251
|
|
|
1241
|
-
/* css-module:/
|
|
1252
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/RichTextEditor/styles.module.css/#css-module-data */
|
|
1242
1253
|
._RichTextEditor_hp4qf_1 .ProseMirror {
|
|
1243
1254
|
white-space: pre-wrap;
|
|
1244
1255
|
word-wrap: break-word;
|
|
@@ -1341,7 +1352,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1341
1352
|
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
1342
1353
|
}
|
|
1343
1354
|
|
|
1344
|
-
/* css-module:/
|
|
1355
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
|
|
1345
1356
|
._ArrayField_rvhj3_5 {
|
|
1346
1357
|
display: flex;
|
|
1347
1358
|
flex-direction: column;
|
|
@@ -1503,7 +1514,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1503
1514
|
opacity: 1;
|
|
1504
1515
|
}
|
|
1505
1516
|
|
|
1506
|
-
/* css-module:/
|
|
1517
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/DragIcon/styles.module.css/#css-module-data */
|
|
1507
1518
|
._DragIcon_ei1r9_1 {
|
|
1508
1519
|
color: var(--credbuild-color-grey-05);
|
|
1509
1520
|
cursor: grab;
|
|
@@ -1533,7 +1544,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1533
1544
|
transition: none !important;
|
|
1534
1545
|
}
|
|
1535
1546
|
|
|
1536
|
-
/* css-module:/
|
|
1547
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
|
|
1537
1548
|
._ObjectField_12pvo_1 {
|
|
1538
1549
|
display: flex;
|
|
1539
1550
|
flex-direction: column;
|
|
@@ -1586,7 +1597,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1586
1597
|
align-items: center;
|
|
1587
1598
|
}
|
|
1588
1599
|
|
|
1589
|
-
/* css-module:/
|
|
1600
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Drawer/styles.module.css/#css-module-data */
|
|
1590
1601
|
._Drawer_1quh5_1 {
|
|
1591
1602
|
display: flex;
|
|
1592
1603
|
flex-direction: column;
|
|
@@ -1646,7 +1657,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1646
1657
|
letter-spacing: 0.02em;
|
|
1647
1658
|
}
|
|
1648
1659
|
|
|
1649
|
-
/* css-module:/
|
|
1660
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/DraggableComponent/styles.module.css/#css-module-data */
|
|
1650
1661
|
._DraggableComponent_yrtpz_1 {
|
|
1651
1662
|
position: absolute;
|
|
1652
1663
|
pointer-events: none;
|
|
@@ -1753,7 +1764,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1753
1764
|
outline-offset: -2px !important;
|
|
1754
1765
|
}
|
|
1755
1766
|
|
|
1756
|
-
/* css-module:/
|
|
1767
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/DropZone/styles.module.css/#css-module-data */
|
|
1757
1768
|
._DropZone_1vmgt_1 {
|
|
1758
1769
|
--resize-animation-ms: 150ms;
|
|
1759
1770
|
position: relative;
|
|
@@ -1820,7 +1831,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1820
1831
|
outline-offset: 2px;
|
|
1821
1832
|
}
|
|
1822
1833
|
|
|
1823
|
-
/* css-module:/
|
|
1834
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/InlineTextField/styles.module.css/#css-module-data */
|
|
1824
1835
|
._InlineTextField_104qp_1 {
|
|
1825
1836
|
cursor: text;
|
|
1826
1837
|
display: inline-block;
|
|
@@ -1835,7 +1846,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1835
1846
|
display: none;
|
|
1836
1847
|
}
|
|
1837
1848
|
|
|
1838
|
-
/* css-module:/
|
|
1849
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Fields/styles.module.css/#css-module-data */
|
|
1839
1850
|
._CredBuildFields_53gu7_1 {
|
|
1840
1851
|
position: relative;
|
|
1841
1852
|
font-family: var(--credbuild-font-family);
|
|
@@ -1875,7 +1886,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1875
1886
|
margin-top: 2px;
|
|
1876
1887
|
}
|
|
1877
1888
|
|
|
1878
|
-
/* css-module:/
|
|
1889
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ComponentList/styles.module.css/#css-module-data */
|
|
1879
1890
|
._ComponentList_1dcib_1 {
|
|
1880
1891
|
max-width: 100%;
|
|
1881
1892
|
}
|
|
@@ -1924,7 +1935,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1924
1935
|
margin-inline-start: auto;
|
|
1925
1936
|
}
|
|
1926
1937
|
|
|
1927
|
-
/* css-module:/
|
|
1938
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Components/styles.module.css/#css-module-data */
|
|
1928
1939
|
._CredBuildComponents_lxrzy_1 {
|
|
1929
1940
|
display: flex;
|
|
1930
1941
|
flex-direction: column;
|
|
@@ -2005,7 +2016,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2005
2016
|
gap: 8px;
|
|
2006
2017
|
}
|
|
2007
2018
|
|
|
2008
|
-
/* css-module:/
|
|
2019
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Preview/styles.module.css/#css-module-data */
|
|
2009
2020
|
._CredBuildPreview_1z08a_1 {
|
|
2010
2021
|
position: relative;
|
|
2011
2022
|
height: 100%;
|
|
@@ -2016,7 +2027,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2016
2027
|
width: 100%;
|
|
2017
2028
|
}
|
|
2018
2029
|
|
|
2019
|
-
/* css-module:/
|
|
2030
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/LayerTree/styles.module.css/#css-module-data */
|
|
2020
2031
|
._LayerTree_nus40_1 {
|
|
2021
2032
|
color: var(--credbuild-color-grey-03);
|
|
2022
2033
|
font-family: var(--credbuild-font-family);
|
|
@@ -2120,7 +2131,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2120
2131
|
margin-top: 2px;
|
|
2121
2132
|
}
|
|
2122
2133
|
|
|
2123
|
-
/* css-module:/
|
|
2134
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Layout/styles.module.css/#css-module-data */
|
|
2124
2135
|
._CredBuildLayout_14aaz_1 {
|
|
2125
2136
|
display: flex;
|
|
2126
2137
|
flex: 1;
|
|
@@ -2237,7 +2248,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2237
2248
|
opacity: 1;
|
|
2238
2249
|
}
|
|
2239
2250
|
|
|
2240
|
-
/* css-module:/
|
|
2251
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/MenuBar/styles.module.css/#css-module-data */
|
|
2241
2252
|
._MenuBar_1m2ld_1 {
|
|
2242
2253
|
background-color: var(--credbuild-color-white);
|
|
2243
2254
|
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
@@ -2281,7 +2292,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2281
2292
|
display: flex;
|
|
2282
2293
|
}
|
|
2283
2294
|
|
|
2284
|
-
/* css-module:/
|
|
2295
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ViewportControls/styles.module.css/#css-module-data */
|
|
2285
2296
|
._ViewportControls_gefvg_1 {
|
|
2286
2297
|
position: relative;
|
|
2287
2298
|
}
|
|
@@ -2388,7 +2399,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2388
2399
|
color: var(--credbuild-color-azure-04);
|
|
2389
2400
|
}
|
|
2390
2401
|
|
|
2391
|
-
/* css-module:/
|
|
2402
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Header/styles.module.css/#css-module-data */
|
|
2392
2403
|
._CredBuildHeader_qzv5u_1 {
|
|
2393
2404
|
background: var(--credbuild-color-white);
|
|
2394
2405
|
border-bottom: 1px solid var(--credbuild-color-grey-10);
|
|
@@ -2462,7 +2473,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2462
2473
|
}
|
|
2463
2474
|
}
|
|
2464
2475
|
|
|
2465
|
-
/* css-module:/
|
|
2476
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/SidebarSection/styles.module.css/#css-module-data */
|
|
2466
2477
|
._SidebarSection_bv89x_1 {
|
|
2467
2478
|
display: flex;
|
|
2468
2479
|
position: relative;
|
|
@@ -2557,7 +2568,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2557
2568
|
opacity: 0.8;
|
|
2558
2569
|
}
|
|
2559
2570
|
|
|
2560
|
-
/* css-module:/
|
|
2571
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Breadcrumbs/styles.module.css/#css-module-data */
|
|
2561
2572
|
._Breadcrumbs_1e0gb_1 {
|
|
2562
2573
|
align-items: center;
|
|
2563
2574
|
display: flex;
|
|
@@ -2594,7 +2605,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2594
2605
|
gap: 4px;
|
|
2595
2606
|
}
|
|
2596
2607
|
|
|
2597
|
-
/* css-module:/
|
|
2608
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Canvas/styles.module.css/#css-module-data */
|
|
2598
2609
|
._CredBuildCanvas_1ivia_1 {
|
|
2599
2610
|
background-color: var(--credbuild-color-grey-09);
|
|
2600
2611
|
background-image: radial-gradient(var(--cb-grid-color) var(--cb-grid-dot), transparent 0);
|
|
@@ -2672,7 +2683,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2672
2683
|
transition: none;
|
|
2673
2684
|
}
|
|
2674
2685
|
|
|
2675
|
-
/* css-module:/
|
|
2686
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/ResizeHandle/styles.module.css/#css-module-data */
|
|
2676
2687
|
@media (min-width: 766px) {
|
|
2677
2688
|
._ResizeHandle_144bf_2 {
|
|
2678
2689
|
position: absolute;
|
|
@@ -2705,7 +2716,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2705
2716
|
cursor: col-resize;
|
|
2706
2717
|
}
|
|
2707
2718
|
|
|
2708
|
-
/* css-module:/
|
|
2719
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Sidebar/styles.module.css/#css-module-data */
|
|
2709
2720
|
._Sidebar_1kcif_1 {
|
|
2710
2721
|
position: relative;
|
|
2711
2722
|
display: none;
|
|
@@ -2754,7 +2765,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2754
2765
|
justify-self: start;
|
|
2755
2766
|
}
|
|
2756
2767
|
|
|
2757
|
-
/* css-module:/
|
|
2768
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Nav/styles.module.css/#css-module-data */
|
|
2758
2769
|
._Nav_wbh7e_1 {
|
|
2759
2770
|
display: flex;
|
|
2760
2771
|
width: 100%;
|
|
@@ -2847,7 +2858,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2847
2858
|
}
|
|
2848
2859
|
}
|
|
2849
2860
|
|
|
2850
|
-
/* css-module:/
|
|
2861
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/plugins/blocks/styles.module.css/#css-module-data */
|
|
2851
2862
|
._BlocksPlugin_1q0b2_1 {
|
|
2852
2863
|
padding: 0 16px 16px 16px;
|
|
2853
2864
|
height: 100%;
|
|
@@ -2855,7 +2866,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2855
2866
|
box-sizing: border-box;
|
|
2856
2867
|
}
|
|
2857
2868
|
|
|
2858
|
-
/* css-module:/
|
|
2869
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/plugins/outline/styles.module.css/#css-module-data */
|
|
2859
2870
|
._OutlinePlugin_q92j6_1 {
|
|
2860
2871
|
padding: 16px;
|
|
2861
2872
|
height: 100%;
|
|
@@ -2863,7 +2874,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2863
2874
|
box-sizing: border-box;
|
|
2864
2875
|
}
|
|
2865
2876
|
|
|
2866
|
-
/* css-module:/
|
|
2877
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/plugins/fields/styles.module.css/#css-module-data */
|
|
2867
2878
|
._FieldsPlugin_6as57_1 {
|
|
2868
2879
|
background: white;
|
|
2869
2880
|
height: 100%;
|
|
@@ -2883,7 +2894,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2883
2894
|
}
|
|
2884
2895
|
}
|
|
2885
2896
|
|
|
2886
|
-
/* css-module:/
|
|
2897
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/plugins/code/styles.module.css/#css-module-data */
|
|
2887
2898
|
._CodePlugin_77s8n_1 {
|
|
2888
2899
|
display: flex;
|
|
2889
2900
|
flex-direction: column;
|