@crediblemark/build 0.25.10 → 0.25.15
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-32BKYUSW.mjs → chunk-CKELXGDW.mjs} +26 -26
- 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-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-HHKM5MBJ.mjs → chunk-VEQIM5ZE.mjs} +16 -16
- package/dist/{full-C7RVGAUA.css → full-2LSQUWEM.css} +61 -56
- package/dist/{full-3VRJOFG5.mjs → full-B3RS4LV3.mjs} +5 -5
- package/dist/index.css +142 -131
- package/dist/index.js +89 -89
- 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 +126 -121
- package/dist/no-external.js +89 -89
- package/dist/no-external.mjs +13 -13
- package/dist/rsc.css +86 -81
- package/dist/rsc.js +68 -68
- 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,16 +1597,16 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1586
1597
|
align-items: center;
|
|
1587
1598
|
}
|
|
1588
1599
|
|
|
1589
|
-
/* css-module:/
|
|
1590
|
-
.
|
|
1600
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Drawer/styles.module.css/#css-module-data */
|
|
1601
|
+
._Drawer_1quh5_1 {
|
|
1591
1602
|
display: flex;
|
|
1592
1603
|
flex-direction: column;
|
|
1593
1604
|
background-color: var(--cb-bg-base);
|
|
1594
1605
|
}
|
|
1595
|
-
._Drawer-
|
|
1606
|
+
._Drawer-draggable_1quh5_7 {
|
|
1596
1607
|
position: relative;
|
|
1597
1608
|
}
|
|
1598
|
-
._Drawer-
|
|
1609
|
+
._Drawer-draggableBg_1quh5_11 {
|
|
1599
1610
|
position: absolute;
|
|
1600
1611
|
top: 0;
|
|
1601
1612
|
right: 0;
|
|
@@ -1604,10 +1615,10 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1604
1615
|
pointer-events: none;
|
|
1605
1616
|
z-index: -1;
|
|
1606
1617
|
}
|
|
1607
|
-
._DrawerItem-
|
|
1618
|
+
._DrawerItem-draggable_1quh5_21 {
|
|
1608
1619
|
background: transparent;
|
|
1609
1620
|
cursor: grab;
|
|
1610
|
-
padding: 4px
|
|
1621
|
+
padding: 4px 6px;
|
|
1611
1622
|
display: flex;
|
|
1612
1623
|
border: none;
|
|
1613
1624
|
font-size: 11px;
|
|
@@ -1616,29 +1627,29 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1616
1627
|
transition: all 0.2s ease;
|
|
1617
1628
|
color: var(--cb-silver-muted);
|
|
1618
1629
|
}
|
|
1619
|
-
._DrawerItem--
|
|
1630
|
+
._DrawerItem--disabled_1quh5_34 ._DrawerItem-draggable_1quh5_21 {
|
|
1620
1631
|
opacity: 0.5;
|
|
1621
1632
|
cursor: not-allowed;
|
|
1622
1633
|
}
|
|
1623
|
-
.
|
|
1634
|
+
._DrawerItem_1quh5_21:focus-visible {
|
|
1624
1635
|
outline: 0;
|
|
1625
1636
|
}
|
|
1626
|
-
.
|
|
1637
|
+
._Drawer_1quh5_1:not(._Drawer--isDraggingFrom_1quh5_43) ._DrawerItem-default_1quh5_44 {
|
|
1627
1638
|
background-color: transparent;
|
|
1628
1639
|
border: none;
|
|
1629
1640
|
color: var(--cb-silver-muted);
|
|
1630
|
-
padding: 4px
|
|
1641
|
+
padding: 4px 6px;
|
|
1631
1642
|
position: relative;
|
|
1632
1643
|
transition: all 0.2s ease;
|
|
1633
1644
|
}
|
|
1634
1645
|
@media (hover: hover) and (pointer: fine) {
|
|
1635
|
-
._DrawerItem-
|
|
1636
|
-
._DrawerItem-
|
|
1646
|
+
._DrawerItem-draggable_1quh5_21:hover,
|
|
1647
|
+
._DrawerItem-default_1quh5_44:hover {
|
|
1637
1648
|
background-color: var(--cb-gold-faint);
|
|
1638
1649
|
color: var(--cb-gold);
|
|
1639
1650
|
}
|
|
1640
1651
|
}
|
|
1641
|
-
._DrawerItem-
|
|
1652
|
+
._DrawerItem-name_1quh5_61 {
|
|
1642
1653
|
overflow-x: hidden;
|
|
1643
1654
|
text-overflow: ellipsis;
|
|
1644
1655
|
white-space: nowrap;
|
|
@@ -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,20 +1886,20 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1875
1886
|
margin-top: 2px;
|
|
1876
1887
|
}
|
|
1877
1888
|
|
|
1878
|
-
/* css-module:/
|
|
1879
|
-
.
|
|
1889
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ComponentList/styles.module.css/#css-module-data */
|
|
1890
|
+
._ComponentList_1dcib_1 {
|
|
1880
1891
|
max-width: 100%;
|
|
1881
1892
|
}
|
|
1882
|
-
._ComponentList--
|
|
1893
|
+
._ComponentList--isExpanded_1dcib_5 + ._ComponentList_1dcib_1 {
|
|
1883
1894
|
margin-top: 5px;
|
|
1884
1895
|
}
|
|
1885
|
-
._ComponentList-
|
|
1896
|
+
._ComponentList-content_1dcib_9 {
|
|
1886
1897
|
display: none;
|
|
1887
1898
|
}
|
|
1888
|
-
._ComponentList--
|
|
1899
|
+
._ComponentList--isExpanded_1dcib_5 > ._ComponentList-content_1dcib_9 {
|
|
1889
1900
|
display: block;
|
|
1890
1901
|
}
|
|
1891
|
-
._ComponentList-
|
|
1902
|
+
._ComponentList-title_1dcib_17 {
|
|
1892
1903
|
background-color: transparent;
|
|
1893
1904
|
border: 0;
|
|
1894
1905
|
color: var(--credbuild-color-grey-05);
|
|
@@ -1898,53 +1909,53 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1898
1909
|
font-size: var(--credbuild-font-size-xxxs);
|
|
1899
1910
|
list-style: none;
|
|
1900
1911
|
margin-bottom: 4px;
|
|
1901
|
-
padding: 4px
|
|
1912
|
+
padding: 4px 4px;
|
|
1902
1913
|
text-transform: uppercase;
|
|
1903
1914
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
1904
1915
|
gap: 4px;
|
|
1905
1916
|
border-radius: 4px;
|
|
1906
1917
|
width: 100%;
|
|
1907
1918
|
}
|
|
1908
|
-
._ComponentList-
|
|
1919
|
+
._ComponentList-title_1dcib_17:focus-visible {
|
|
1909
1920
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
1910
1921
|
outline-offset: 2px;
|
|
1911
1922
|
}
|
|
1912
1923
|
@media (hover: hover) and (pointer: fine) {
|
|
1913
|
-
._ComponentList-
|
|
1924
|
+
._ComponentList-title_1dcib_17:hover {
|
|
1914
1925
|
background-color: var(--credbuild-color-azure-11);
|
|
1915
1926
|
color: var(--credbuild-color-azure-04);
|
|
1916
1927
|
transition: none;
|
|
1917
1928
|
}
|
|
1918
1929
|
}
|
|
1919
|
-
._ComponentList-
|
|
1930
|
+
._ComponentList-title_1dcib_17:active {
|
|
1920
1931
|
background-color: var(--credbuild-color-azure-10);
|
|
1921
1932
|
transition: none;
|
|
1922
1933
|
}
|
|
1923
|
-
._ComponentList-
|
|
1934
|
+
._ComponentList-titleIcon_1dcib_53 {
|
|
1924
1935
|
margin-inline-start: auto;
|
|
1925
1936
|
}
|
|
1926
1937
|
|
|
1927
|
-
/* css-module:/
|
|
1928
|
-
.
|
|
1938
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Components/styles.module.css/#css-module-data */
|
|
1939
|
+
._CredBuildComponents_lxrzy_1 {
|
|
1929
1940
|
display: flex;
|
|
1930
1941
|
flex-direction: column;
|
|
1931
1942
|
height: 100%;
|
|
1932
1943
|
}
|
|
1933
|
-
._CredBuildComponents-
|
|
1934
|
-
padding: 4px
|
|
1944
|
+
._CredBuildComponents-searchContainer_lxrzy_7 {
|
|
1945
|
+
padding: 4px 4px;
|
|
1935
1946
|
border-bottom: 1px solid var(--cb-border, #e2e8f0);
|
|
1936
1947
|
background-color: var(--cb-bg-surface, #ffffff);
|
|
1937
1948
|
position: relative;
|
|
1938
1949
|
display: flex;
|
|
1939
1950
|
align-items: center;
|
|
1940
1951
|
}
|
|
1941
|
-
._CredBuildComponents-
|
|
1952
|
+
._CredBuildComponents-searchWrapper_lxrzy_16 {
|
|
1942
1953
|
position: relative;
|
|
1943
1954
|
width: 100%;
|
|
1944
1955
|
display: flex;
|
|
1945
1956
|
align-items: center;
|
|
1946
1957
|
}
|
|
1947
|
-
._CredBuildComponents-
|
|
1958
|
+
._CredBuildComponents-searchInput_lxrzy_23 {
|
|
1948
1959
|
width: 100%;
|
|
1949
1960
|
height: 32px;
|
|
1950
1961
|
padding: 0 28px 0 10px;
|
|
@@ -1956,12 +1967,12 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1956
1967
|
outline: none;
|
|
1957
1968
|
transition: all 0.2s ease-in-out;
|
|
1958
1969
|
}
|
|
1959
|
-
._CredBuildComponents-
|
|
1970
|
+
._CredBuildComponents-searchInput_lxrzy_23:focus {
|
|
1960
1971
|
border-color: var(--cb-gold, #d97706);
|
|
1961
1972
|
background-color: var(--cb-bg-surface, #ffffff);
|
|
1962
1973
|
box-shadow: 0 0 0 2px var(--cb-gold-glow, rgba(217, 119, 6, 0.15));
|
|
1963
1974
|
}
|
|
1964
|
-
._CredBuildComponents-
|
|
1975
|
+
._CredBuildComponents-searchIcon_lxrzy_42 {
|
|
1965
1976
|
position: absolute;
|
|
1966
1977
|
left: 10px;
|
|
1967
1978
|
top: 50%;
|
|
@@ -1972,7 +1983,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1972
1983
|
align-items: center;
|
|
1973
1984
|
justify-content: center;
|
|
1974
1985
|
}
|
|
1975
|
-
._CredBuildComponents-
|
|
1986
|
+
._CredBuildComponents-clearButton_lxrzy_54 {
|
|
1976
1987
|
position: absolute;
|
|
1977
1988
|
right: 8px;
|
|
1978
1989
|
background: none;
|
|
@@ -1986,15 +1997,15 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1986
1997
|
border-radius: 4px;
|
|
1987
1998
|
transition: all 0.15s ease-in-out;
|
|
1988
1999
|
}
|
|
1989
|
-
._CredBuildComponents-
|
|
2000
|
+
._CredBuildComponents-clearButton_lxrzy_54:hover {
|
|
1990
2001
|
background-color: var(--cb-border, #e2e8f0);
|
|
1991
2002
|
color: var(--cb-silver, #0f172a);
|
|
1992
2003
|
}
|
|
1993
|
-
._CredBuildComponents-
|
|
2004
|
+
._CredBuildComponents-listContainer_lxrzy_74 {
|
|
1994
2005
|
flex: 1;
|
|
1995
2006
|
overflow-y: auto;
|
|
1996
2007
|
}
|
|
1997
|
-
._CredBuildComponents-
|
|
2008
|
+
._CredBuildComponents-noResults_lxrzy_79 {
|
|
1998
2009
|
padding: 32px 16px;
|
|
1999
2010
|
text-align: center;
|
|
2000
2011
|
color: var(--cb-silver-muted, #64748b);
|
|
@@ -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;
|