@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/no-external.css
CHANGED
|
@@ -144,102 +144,107 @@
|
|
|
144
144
|
|
|
145
145
|
/* bundle/no-external.css */
|
|
146
146
|
|
|
147
|
-
/* css-module:/
|
|
148
|
-
.
|
|
147
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ActionBar/styles.module.css/#css-module-data */
|
|
148
|
+
._ActionBar_1xjbo_1 {
|
|
149
149
|
align-items: center;
|
|
150
150
|
cursor: default;
|
|
151
151
|
display: flex;
|
|
152
152
|
width: auto;
|
|
153
|
-
padding:
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
border
|
|
157
|
-
|
|
158
|
-
border-radius: 8px;
|
|
159
|
-
background: var(--credbuild-color-grey-01);
|
|
160
|
-
color: var(--credbuild-color-white);
|
|
153
|
+
padding: 0px 2px;
|
|
154
|
+
border-radius: 5px;
|
|
155
|
+
background: #09090b !important;
|
|
156
|
+
border: 1px solid rgba(255, 255, 255, 0.08) !important;
|
|
157
|
+
color: #ffffff !important;
|
|
161
158
|
font-family: var(--credbuild-font-family);
|
|
162
|
-
min-height:
|
|
159
|
+
min-height: 20px;
|
|
160
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);
|
|
163
161
|
}
|
|
164
|
-
._ActionBar-
|
|
165
|
-
color:
|
|
166
|
-
font-size:
|
|
167
|
-
font-weight:
|
|
168
|
-
padding-inline-start:
|
|
169
|
-
padding-inline-end:
|
|
170
|
-
|
|
171
|
-
margin-inline-end: 4px;
|
|
162
|
+
._ActionBar-label_1xjbo_16 {
|
|
163
|
+
color: #a1a1aa !important;
|
|
164
|
+
font-size: 10px;
|
|
165
|
+
font-weight: 600;
|
|
166
|
+
padding-inline-start: 4px;
|
|
167
|
+
padding-inline-end: 4px;
|
|
168
|
+
letter-spacing: -0.01em;
|
|
172
169
|
text-overflow: ellipsis;
|
|
173
170
|
white-space: nowrap;
|
|
174
171
|
}
|
|
175
|
-
.
|
|
172
|
+
._ActionBarAction_1xjbo_27 + ._ActionBar-label_1xjbo_16 {
|
|
176
173
|
padding-inline-start: 0;
|
|
177
174
|
}
|
|
178
|
-
._ActionBar-
|
|
175
|
+
._ActionBar-label_1xjbo_16 + ._ActionBarAction_1xjbo_27 {
|
|
179
176
|
margin-inline-start: -4px;
|
|
180
177
|
}
|
|
181
|
-
._ActionBar-
|
|
178
|
+
._ActionBar-group_1xjbo_35 {
|
|
182
179
|
align-items: center;
|
|
183
|
-
border-inline-start:
|
|
180
|
+
border-inline-start: 1px solid rgba(255, 255, 255, 0.08);
|
|
184
181
|
display: flex;
|
|
185
182
|
height: 100%;
|
|
186
|
-
padding-inline-start:
|
|
187
|
-
padding-inline-end:
|
|
183
|
+
padding-inline-start: 2px;
|
|
184
|
+
padding-inline-end: 2px;
|
|
188
185
|
}
|
|
189
|
-
._ActionBar-
|
|
186
|
+
._ActionBar-group_1xjbo_35:first-of-type {
|
|
190
187
|
border-inline-start: 0;
|
|
191
188
|
}
|
|
192
|
-
._ActionBar-
|
|
189
|
+
._ActionBar-group_1xjbo_35:empty {
|
|
193
190
|
display: none;
|
|
194
191
|
}
|
|
195
|
-
.
|
|
192
|
+
._ActionBarAction_1xjbo_27 {
|
|
196
193
|
background: transparent;
|
|
197
194
|
border: none;
|
|
198
|
-
color:
|
|
195
|
+
color: #a1a1aa !important;
|
|
199
196
|
cursor: pointer;
|
|
200
|
-
padding:
|
|
201
|
-
margin-inline-start:
|
|
202
|
-
margin-inline-end:
|
|
203
|
-
border-radius:
|
|
197
|
+
padding: 2px;
|
|
198
|
+
margin-inline-start: 1px;
|
|
199
|
+
margin-inline-end: 1px;
|
|
200
|
+
border-radius: 3px;
|
|
204
201
|
overflow: hidden;
|
|
205
202
|
display: flex;
|
|
206
203
|
align-items: center;
|
|
207
204
|
justify-content: center;
|
|
208
|
-
transition:
|
|
205
|
+
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
209
206
|
}
|
|
210
|
-
._ActionBarAction--
|
|
207
|
+
._ActionBarAction--disabled_1xjbo_68 {
|
|
211
208
|
cursor: auto;
|
|
212
|
-
color:
|
|
209
|
+
color: rgba(255, 255, 255, 0.3) !important;
|
|
213
210
|
}
|
|
214
|
-
.
|
|
211
|
+
._ActionBarAction_1xjbo_27 svg {
|
|
215
212
|
max-width: none !important;
|
|
213
|
+
width: 12px;
|
|
214
|
+
height: 12px;
|
|
215
|
+
stroke-width: 2px;
|
|
216
|
+
transition: transform 0.2s ease;
|
|
216
217
|
}
|
|
217
|
-
.
|
|
218
|
-
outline: 2px solid var(--
|
|
218
|
+
._ActionBarAction_1xjbo_27:focus-visible {
|
|
219
|
+
outline: 2px solid var(--cb-gold);
|
|
219
220
|
outline-offset: -2px;
|
|
220
221
|
}
|
|
221
222
|
@media (hover: hover) and (pointer: fine) {
|
|
222
|
-
.
|
|
223
|
-
color:
|
|
224
|
-
|
|
223
|
+
._ActionBarAction_1xjbo_27:hover:not(._ActionBarAction--disabled_1xjbo_68) {
|
|
224
|
+
color: #ffffff !important;
|
|
225
|
+
background: rgba(255, 255, 255, 0.08) !important;
|
|
226
|
+
}
|
|
227
|
+
._ActionBarAction_1xjbo_27:hover svg {
|
|
228
|
+
transform: scale(1.05);
|
|
225
229
|
}
|
|
226
230
|
}
|
|
227
|
-
.
|
|
228
|
-
._ActionBarAction--
|
|
229
|
-
color: var(--
|
|
230
|
-
|
|
231
|
+
._ActionBarAction_1xjbo_27:active:not(._ActionBarAction--disabled_1xjbo_68),
|
|
232
|
+
._ActionBarAction--active_1xjbo_97 {
|
|
233
|
+
color: var(--cb-gold) !important;
|
|
234
|
+
background: rgba(255, 255, 255, 0.12) !important;
|
|
235
|
+
transform: scale(0.95);
|
|
231
236
|
}
|
|
232
|
-
._ActionBar-
|
|
237
|
+
._ActionBar-group_1xjbo_35 * {
|
|
233
238
|
margin: 0;
|
|
234
239
|
}
|
|
235
|
-
._ActionBar-
|
|
236
|
-
background:
|
|
240
|
+
._ActionBar-separator_1xjbo_107 {
|
|
241
|
+
background: rgba(255, 255, 255, 0.08);
|
|
237
242
|
margin-inline: 4px;
|
|
238
|
-
width:
|
|
239
|
-
height:
|
|
243
|
+
width: 1px;
|
|
244
|
+
height: 12px;
|
|
240
245
|
}
|
|
241
246
|
|
|
242
|
-
/* css-module:/
|
|
247
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/AutoField/styles.module.css/#css-module-data */
|
|
243
248
|
._InputWrapper_1l0eg_1:not(._InputWrapper--object_1l0eg_1):not(._InputWrapper--array_1l0eg_1) {
|
|
244
249
|
border: 1px solid var(--credbuild-color-grey-10);
|
|
245
250
|
border-radius: 5px;
|
|
@@ -413,7 +418,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
413
418
|
margin-bottom: -4px;
|
|
414
419
|
}
|
|
415
420
|
|
|
416
|
-
/* css-module:/
|
|
421
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ExternalInput/styles.module.css/#css-module-data */
|
|
417
422
|
._ExternalInput-actions_1gpb4_1 {
|
|
418
423
|
display: flex;
|
|
419
424
|
}
|
|
@@ -705,7 +710,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
705
710
|
display: block;
|
|
706
711
|
}
|
|
707
712
|
|
|
708
|
-
/* css-module:/
|
|
713
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Modal/styles.module.css/#css-module-data */
|
|
709
714
|
._Modal_b422s_1 {
|
|
710
715
|
background: color-mix(in srgb, var(--credbuild-color-black) 75%, transparent);
|
|
711
716
|
display: none;
|
|
@@ -733,7 +738,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
733
738
|
max-height: 90dvh;
|
|
734
739
|
}
|
|
735
740
|
|
|
736
|
-
/* css-module:/
|
|
741
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Heading/styles.module.css/#css-module-data */
|
|
737
742
|
._Heading_1tpsl_1 {
|
|
738
743
|
display: block;
|
|
739
744
|
color: var(--credbuild-color-black);
|
|
@@ -770,7 +775,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
770
775
|
font-size: var(--credbuild-font-size-xs);
|
|
771
776
|
}
|
|
772
777
|
|
|
773
|
-
/* css-module:/
|
|
778
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Loader/styles.module.css/#css-module-data */
|
|
774
779
|
@keyframes _loader-animation_nacdm_1 {
|
|
775
780
|
0% {
|
|
776
781
|
transform: rotate(0deg) scale(1);
|
|
@@ -792,7 +797,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
792
797
|
animation-fill-mode: both;
|
|
793
798
|
}
|
|
794
799
|
|
|
795
|
-
/* css-module:/
|
|
800
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Button/Button.module.css/#css-module-data */
|
|
796
801
|
._Button_164uz_1 {
|
|
797
802
|
appearance: none;
|
|
798
803
|
background: none;
|
|
@@ -885,7 +890,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
885
890
|
padding-inline-start: 8px;
|
|
886
891
|
}
|
|
887
892
|
|
|
888
|
-
/* css-module:/
|
|
893
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/IconButton/IconButton.module.css/#css-module-data */
|
|
889
894
|
._IconButton_1a0fz_1 {
|
|
890
895
|
align-items: center;
|
|
891
896
|
background: transparent;
|
|
@@ -930,7 +935,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
930
935
|
color: var(--credbuild-color-grey-07);
|
|
931
936
|
}
|
|
932
937
|
|
|
933
|
-
/* css-module:/
|
|
938
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/RichTextMenu/styles.module.css/#css-module-data */
|
|
934
939
|
._RichTextMenu_193iw_1 {
|
|
935
940
|
display: flex;
|
|
936
941
|
flex-direction: row;
|
|
@@ -972,7 +977,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
972
977
|
border-left: 0.5px solid var(--credbuild-color-grey-05);
|
|
973
978
|
}
|
|
974
979
|
|
|
975
|
-
/* css-module:/
|
|
980
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
|
|
976
981
|
._Control_1aveu_1 .lucide {
|
|
977
982
|
height: 18px;
|
|
978
983
|
width: 18px;
|
|
@@ -982,7 +987,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
982
987
|
width: 16px;
|
|
983
988
|
}
|
|
984
989
|
|
|
985
|
-
/* css-module:/
|
|
990
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Select/styles.module.css/#css-module-data */
|
|
986
991
|
._Select_16son_1 {
|
|
987
992
|
position: relative;
|
|
988
993
|
z-index: 1;
|
|
@@ -1070,7 +1075,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1070
1075
|
color: var(--credbuild-color-azure-04);
|
|
1071
1076
|
}
|
|
1072
1077
|
|
|
1073
|
-
/* css-module:/
|
|
1078
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/RichTextEditor/styles.module.css/#css-module-data */
|
|
1074
1079
|
._RichTextEditor_hp4qf_1 .ProseMirror {
|
|
1075
1080
|
white-space: pre-wrap;
|
|
1076
1081
|
word-wrap: break-word;
|
|
@@ -1173,7 +1178,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1173
1178
|
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
1174
1179
|
}
|
|
1175
1180
|
|
|
1176
|
-
/* css-module:/
|
|
1181
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
|
|
1177
1182
|
._ArrayField_rvhj3_5 {
|
|
1178
1183
|
display: flex;
|
|
1179
1184
|
flex-direction: column;
|
|
@@ -1335,7 +1340,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1335
1340
|
opacity: 1;
|
|
1336
1341
|
}
|
|
1337
1342
|
|
|
1338
|
-
/* css-module:/
|
|
1343
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/DragIcon/styles.module.css/#css-module-data */
|
|
1339
1344
|
._DragIcon_ei1r9_1 {
|
|
1340
1345
|
color: var(--credbuild-color-grey-05);
|
|
1341
1346
|
cursor: grab;
|
|
@@ -1365,7 +1370,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1365
1370
|
transition: none !important;
|
|
1366
1371
|
}
|
|
1367
1372
|
|
|
1368
|
-
/* css-module:/
|
|
1373
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
|
|
1369
1374
|
._ObjectField_12pvo_1 {
|
|
1370
1375
|
display: flex;
|
|
1371
1376
|
flex-direction: column;
|
|
@@ -1418,16 +1423,16 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1418
1423
|
align-items: center;
|
|
1419
1424
|
}
|
|
1420
1425
|
|
|
1421
|
-
/* css-module:/
|
|
1422
|
-
.
|
|
1426
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Drawer/styles.module.css/#css-module-data */
|
|
1427
|
+
._Drawer_1quh5_1 {
|
|
1423
1428
|
display: flex;
|
|
1424
1429
|
flex-direction: column;
|
|
1425
1430
|
background-color: var(--cb-bg-base);
|
|
1426
1431
|
}
|
|
1427
|
-
._Drawer-
|
|
1432
|
+
._Drawer-draggable_1quh5_7 {
|
|
1428
1433
|
position: relative;
|
|
1429
1434
|
}
|
|
1430
|
-
._Drawer-
|
|
1435
|
+
._Drawer-draggableBg_1quh5_11 {
|
|
1431
1436
|
position: absolute;
|
|
1432
1437
|
top: 0;
|
|
1433
1438
|
right: 0;
|
|
@@ -1436,10 +1441,10 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1436
1441
|
pointer-events: none;
|
|
1437
1442
|
z-index: -1;
|
|
1438
1443
|
}
|
|
1439
|
-
._DrawerItem-
|
|
1444
|
+
._DrawerItem-draggable_1quh5_21 {
|
|
1440
1445
|
background: transparent;
|
|
1441
1446
|
cursor: grab;
|
|
1442
|
-
padding: 4px
|
|
1447
|
+
padding: 4px 6px;
|
|
1443
1448
|
display: flex;
|
|
1444
1449
|
border: none;
|
|
1445
1450
|
font-size: 11px;
|
|
@@ -1448,29 +1453,29 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1448
1453
|
transition: all 0.2s ease;
|
|
1449
1454
|
color: var(--cb-silver-muted);
|
|
1450
1455
|
}
|
|
1451
|
-
._DrawerItem--
|
|
1456
|
+
._DrawerItem--disabled_1quh5_34 ._DrawerItem-draggable_1quh5_21 {
|
|
1452
1457
|
opacity: 0.5;
|
|
1453
1458
|
cursor: not-allowed;
|
|
1454
1459
|
}
|
|
1455
|
-
.
|
|
1460
|
+
._DrawerItem_1quh5_21:focus-visible {
|
|
1456
1461
|
outline: 0;
|
|
1457
1462
|
}
|
|
1458
|
-
.
|
|
1463
|
+
._Drawer_1quh5_1:not(._Drawer--isDraggingFrom_1quh5_43) ._DrawerItem-default_1quh5_44 {
|
|
1459
1464
|
background-color: transparent;
|
|
1460
1465
|
border: none;
|
|
1461
1466
|
color: var(--cb-silver-muted);
|
|
1462
|
-
padding: 4px
|
|
1467
|
+
padding: 4px 6px;
|
|
1463
1468
|
position: relative;
|
|
1464
1469
|
transition: all 0.2s ease;
|
|
1465
1470
|
}
|
|
1466
1471
|
@media (hover: hover) and (pointer: fine) {
|
|
1467
|
-
._DrawerItem-
|
|
1468
|
-
._DrawerItem-
|
|
1472
|
+
._DrawerItem-draggable_1quh5_21:hover,
|
|
1473
|
+
._DrawerItem-default_1quh5_44:hover {
|
|
1469
1474
|
background-color: var(--cb-gold-faint);
|
|
1470
1475
|
color: var(--cb-gold);
|
|
1471
1476
|
}
|
|
1472
1477
|
}
|
|
1473
|
-
._DrawerItem-
|
|
1478
|
+
._DrawerItem-name_1quh5_61 {
|
|
1474
1479
|
overflow-x: hidden;
|
|
1475
1480
|
text-overflow: ellipsis;
|
|
1476
1481
|
white-space: nowrap;
|
|
@@ -1478,7 +1483,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1478
1483
|
letter-spacing: 0.02em;
|
|
1479
1484
|
}
|
|
1480
1485
|
|
|
1481
|
-
/* css-module:/
|
|
1486
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/DraggableComponent/styles.module.css/#css-module-data */
|
|
1482
1487
|
._DraggableComponent_yrtpz_1 {
|
|
1483
1488
|
position: absolute;
|
|
1484
1489
|
pointer-events: none;
|
|
@@ -1585,7 +1590,7 @@ textarea._Input-input_1l0eg_44 {
|
|
|
1585
1590
|
outline-offset: -2px !important;
|
|
1586
1591
|
}
|
|
1587
1592
|
|
|
1588
|
-
/* css-module:/
|
|
1593
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/DropZone/styles.module.css/#css-module-data */
|
|
1589
1594
|
._DropZone_1vmgt_1 {
|
|
1590
1595
|
--resize-animation-ms: 150ms;
|
|
1591
1596
|
position: relative;
|
|
@@ -1652,7 +1657,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1652
1657
|
outline-offset: 2px;
|
|
1653
1658
|
}
|
|
1654
1659
|
|
|
1655
|
-
/* css-module:/
|
|
1660
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/InlineTextField/styles.module.css/#css-module-data */
|
|
1656
1661
|
._InlineTextField_104qp_1 {
|
|
1657
1662
|
cursor: text;
|
|
1658
1663
|
display: inline-block;
|
|
@@ -1667,7 +1672,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1667
1672
|
display: none;
|
|
1668
1673
|
}
|
|
1669
1674
|
|
|
1670
|
-
/* css-module:/
|
|
1675
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Fields/styles.module.css/#css-module-data */
|
|
1671
1676
|
._CredBuildFields_53gu7_1 {
|
|
1672
1677
|
position: relative;
|
|
1673
1678
|
font-family: var(--credbuild-font-family);
|
|
@@ -1707,20 +1712,20 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1707
1712
|
margin-top: 2px;
|
|
1708
1713
|
}
|
|
1709
1714
|
|
|
1710
|
-
/* css-module:/
|
|
1711
|
-
.
|
|
1715
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ComponentList/styles.module.css/#css-module-data */
|
|
1716
|
+
._ComponentList_1dcib_1 {
|
|
1712
1717
|
max-width: 100%;
|
|
1713
1718
|
}
|
|
1714
|
-
._ComponentList--
|
|
1719
|
+
._ComponentList--isExpanded_1dcib_5 + ._ComponentList_1dcib_1 {
|
|
1715
1720
|
margin-top: 5px;
|
|
1716
1721
|
}
|
|
1717
|
-
._ComponentList-
|
|
1722
|
+
._ComponentList-content_1dcib_9 {
|
|
1718
1723
|
display: none;
|
|
1719
1724
|
}
|
|
1720
|
-
._ComponentList--
|
|
1725
|
+
._ComponentList--isExpanded_1dcib_5 > ._ComponentList-content_1dcib_9 {
|
|
1721
1726
|
display: block;
|
|
1722
1727
|
}
|
|
1723
|
-
._ComponentList-
|
|
1728
|
+
._ComponentList-title_1dcib_17 {
|
|
1724
1729
|
background-color: transparent;
|
|
1725
1730
|
border: 0;
|
|
1726
1731
|
color: var(--credbuild-color-grey-05);
|
|
@@ -1730,53 +1735,53 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1730
1735
|
font-size: var(--credbuild-font-size-xxxs);
|
|
1731
1736
|
list-style: none;
|
|
1732
1737
|
margin-bottom: 4px;
|
|
1733
|
-
padding: 4px
|
|
1738
|
+
padding: 4px 4px;
|
|
1734
1739
|
text-transform: uppercase;
|
|
1735
1740
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
1736
1741
|
gap: 4px;
|
|
1737
1742
|
border-radius: 4px;
|
|
1738
1743
|
width: 100%;
|
|
1739
1744
|
}
|
|
1740
|
-
._ComponentList-
|
|
1745
|
+
._ComponentList-title_1dcib_17:focus-visible {
|
|
1741
1746
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
1742
1747
|
outline-offset: 2px;
|
|
1743
1748
|
}
|
|
1744
1749
|
@media (hover: hover) and (pointer: fine) {
|
|
1745
|
-
._ComponentList-
|
|
1750
|
+
._ComponentList-title_1dcib_17:hover {
|
|
1746
1751
|
background-color: var(--credbuild-color-azure-11);
|
|
1747
1752
|
color: var(--credbuild-color-azure-04);
|
|
1748
1753
|
transition: none;
|
|
1749
1754
|
}
|
|
1750
1755
|
}
|
|
1751
|
-
._ComponentList-
|
|
1756
|
+
._ComponentList-title_1dcib_17:active {
|
|
1752
1757
|
background-color: var(--credbuild-color-azure-10);
|
|
1753
1758
|
transition: none;
|
|
1754
1759
|
}
|
|
1755
|
-
._ComponentList-
|
|
1760
|
+
._ComponentList-titleIcon_1dcib_53 {
|
|
1756
1761
|
margin-inline-start: auto;
|
|
1757
1762
|
}
|
|
1758
1763
|
|
|
1759
|
-
/* css-module:/
|
|
1760
|
-
.
|
|
1764
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Components/styles.module.css/#css-module-data */
|
|
1765
|
+
._CredBuildComponents_lxrzy_1 {
|
|
1761
1766
|
display: flex;
|
|
1762
1767
|
flex-direction: column;
|
|
1763
1768
|
height: 100%;
|
|
1764
1769
|
}
|
|
1765
|
-
._CredBuildComponents-
|
|
1766
|
-
padding: 4px
|
|
1770
|
+
._CredBuildComponents-searchContainer_lxrzy_7 {
|
|
1771
|
+
padding: 4px 4px;
|
|
1767
1772
|
border-bottom: 1px solid var(--cb-border, #e2e8f0);
|
|
1768
1773
|
background-color: var(--cb-bg-surface, #ffffff);
|
|
1769
1774
|
position: relative;
|
|
1770
1775
|
display: flex;
|
|
1771
1776
|
align-items: center;
|
|
1772
1777
|
}
|
|
1773
|
-
._CredBuildComponents-
|
|
1778
|
+
._CredBuildComponents-searchWrapper_lxrzy_16 {
|
|
1774
1779
|
position: relative;
|
|
1775
1780
|
width: 100%;
|
|
1776
1781
|
display: flex;
|
|
1777
1782
|
align-items: center;
|
|
1778
1783
|
}
|
|
1779
|
-
._CredBuildComponents-
|
|
1784
|
+
._CredBuildComponents-searchInput_lxrzy_23 {
|
|
1780
1785
|
width: 100%;
|
|
1781
1786
|
height: 32px;
|
|
1782
1787
|
padding: 0 28px 0 10px;
|
|
@@ -1788,12 +1793,12 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1788
1793
|
outline: none;
|
|
1789
1794
|
transition: all 0.2s ease-in-out;
|
|
1790
1795
|
}
|
|
1791
|
-
._CredBuildComponents-
|
|
1796
|
+
._CredBuildComponents-searchInput_lxrzy_23:focus {
|
|
1792
1797
|
border-color: var(--cb-gold, #d97706);
|
|
1793
1798
|
background-color: var(--cb-bg-surface, #ffffff);
|
|
1794
1799
|
box-shadow: 0 0 0 2px var(--cb-gold-glow, rgba(217, 119, 6, 0.15));
|
|
1795
1800
|
}
|
|
1796
|
-
._CredBuildComponents-
|
|
1801
|
+
._CredBuildComponents-searchIcon_lxrzy_42 {
|
|
1797
1802
|
position: absolute;
|
|
1798
1803
|
left: 10px;
|
|
1799
1804
|
top: 50%;
|
|
@@ -1804,7 +1809,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1804
1809
|
align-items: center;
|
|
1805
1810
|
justify-content: center;
|
|
1806
1811
|
}
|
|
1807
|
-
._CredBuildComponents-
|
|
1812
|
+
._CredBuildComponents-clearButton_lxrzy_54 {
|
|
1808
1813
|
position: absolute;
|
|
1809
1814
|
right: 8px;
|
|
1810
1815
|
background: none;
|
|
@@ -1818,15 +1823,15 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1818
1823
|
border-radius: 4px;
|
|
1819
1824
|
transition: all 0.15s ease-in-out;
|
|
1820
1825
|
}
|
|
1821
|
-
._CredBuildComponents-
|
|
1826
|
+
._CredBuildComponents-clearButton_lxrzy_54:hover {
|
|
1822
1827
|
background-color: var(--cb-border, #e2e8f0);
|
|
1823
1828
|
color: var(--cb-silver, #0f172a);
|
|
1824
1829
|
}
|
|
1825
|
-
._CredBuildComponents-
|
|
1830
|
+
._CredBuildComponents-listContainer_lxrzy_74 {
|
|
1826
1831
|
flex: 1;
|
|
1827
1832
|
overflow-y: auto;
|
|
1828
1833
|
}
|
|
1829
|
-
._CredBuildComponents-
|
|
1834
|
+
._CredBuildComponents-noResults_lxrzy_79 {
|
|
1830
1835
|
padding: 32px 16px;
|
|
1831
1836
|
text-align: center;
|
|
1832
1837
|
color: var(--cb-silver-muted, #64748b);
|
|
@@ -1837,7 +1842,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1837
1842
|
gap: 8px;
|
|
1838
1843
|
}
|
|
1839
1844
|
|
|
1840
|
-
/* css-module:/
|
|
1845
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Preview/styles.module.css/#css-module-data */
|
|
1841
1846
|
._CredBuildPreview_1z08a_1 {
|
|
1842
1847
|
position: relative;
|
|
1843
1848
|
height: 100%;
|
|
@@ -1848,7 +1853,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1848
1853
|
width: 100%;
|
|
1849
1854
|
}
|
|
1850
1855
|
|
|
1851
|
-
/* css-module:/
|
|
1856
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/LayerTree/styles.module.css/#css-module-data */
|
|
1852
1857
|
._LayerTree_nus40_1 {
|
|
1853
1858
|
color: var(--credbuild-color-grey-03);
|
|
1854
1859
|
font-family: var(--credbuild-font-family);
|
|
@@ -1952,7 +1957,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1952
1957
|
margin-top: 2px;
|
|
1953
1958
|
}
|
|
1954
1959
|
|
|
1955
|
-
/* css-module:/
|
|
1960
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Layout/styles.module.css/#css-module-data */
|
|
1956
1961
|
._CredBuildLayout_14aaz_1 {
|
|
1957
1962
|
display: flex;
|
|
1958
1963
|
flex: 1;
|
|
@@ -2069,7 +2074,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2069
2074
|
opacity: 1;
|
|
2070
2075
|
}
|
|
2071
2076
|
|
|
2072
|
-
/* css-module:/
|
|
2077
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/MenuBar/styles.module.css/#css-module-data */
|
|
2073
2078
|
._MenuBar_1m2ld_1 {
|
|
2074
2079
|
background-color: var(--credbuild-color-white);
|
|
2075
2080
|
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
@@ -2113,7 +2118,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2113
2118
|
display: flex;
|
|
2114
2119
|
}
|
|
2115
2120
|
|
|
2116
|
-
/* css-module:/
|
|
2121
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/ViewportControls/styles.module.css/#css-module-data */
|
|
2117
2122
|
._ViewportControls_gefvg_1 {
|
|
2118
2123
|
position: relative;
|
|
2119
2124
|
}
|
|
@@ -2220,7 +2225,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2220
2225
|
color: var(--credbuild-color-azure-04);
|
|
2221
2226
|
}
|
|
2222
2227
|
|
|
2223
|
-
/* css-module:/
|
|
2228
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Header/styles.module.css/#css-module-data */
|
|
2224
2229
|
._CredBuildHeader_qzv5u_1 {
|
|
2225
2230
|
background: var(--credbuild-color-white);
|
|
2226
2231
|
border-bottom: 1px solid var(--credbuild-color-grey-10);
|
|
@@ -2294,7 +2299,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2294
2299
|
}
|
|
2295
2300
|
}
|
|
2296
2301
|
|
|
2297
|
-
/* css-module:/
|
|
2302
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/SidebarSection/styles.module.css/#css-module-data */
|
|
2298
2303
|
._SidebarSection_bv89x_1 {
|
|
2299
2304
|
display: flex;
|
|
2300
2305
|
position: relative;
|
|
@@ -2389,7 +2394,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2389
2394
|
opacity: 0.8;
|
|
2390
2395
|
}
|
|
2391
2396
|
|
|
2392
|
-
/* css-module:/
|
|
2397
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/Breadcrumbs/styles.module.css/#css-module-data */
|
|
2393
2398
|
._Breadcrumbs_1e0gb_1 {
|
|
2394
2399
|
align-items: center;
|
|
2395
2400
|
display: flex;
|
|
@@ -2426,7 +2431,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2426
2431
|
gap: 4px;
|
|
2427
2432
|
}
|
|
2428
2433
|
|
|
2429
|
-
/* css-module:/
|
|
2434
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Canvas/styles.module.css/#css-module-data */
|
|
2430
2435
|
._CredBuildCanvas_1ivia_1 {
|
|
2431
2436
|
background-color: var(--credbuild-color-grey-09);
|
|
2432
2437
|
background-image: radial-gradient(var(--cb-grid-color) var(--cb-grid-dot), transparent 0);
|
|
@@ -2504,7 +2509,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2504
2509
|
transition: none;
|
|
2505
2510
|
}
|
|
2506
2511
|
|
|
2507
|
-
/* css-module:/
|
|
2512
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/ResizeHandle/styles.module.css/#css-module-data */
|
|
2508
2513
|
@media (min-width: 766px) {
|
|
2509
2514
|
._ResizeHandle_144bf_2 {
|
|
2510
2515
|
position: absolute;
|
|
@@ -2537,7 +2542,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2537
2542
|
cursor: col-resize;
|
|
2538
2543
|
}
|
|
2539
2544
|
|
|
2540
|
-
/* css-module:/
|
|
2545
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Sidebar/styles.module.css/#css-module-data */
|
|
2541
2546
|
._Sidebar_1kcif_1 {
|
|
2542
2547
|
position: relative;
|
|
2543
2548
|
display: none;
|
|
@@ -2586,7 +2591,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2586
2591
|
justify-self: start;
|
|
2587
2592
|
}
|
|
2588
2593
|
|
|
2589
|
-
/* css-module:/
|
|
2594
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/components/CredBuild/components/Nav/styles.module.css/#css-module-data */
|
|
2590
2595
|
._Nav_wbh7e_1 {
|
|
2591
2596
|
display: flex;
|
|
2592
2597
|
width: 100%;
|
|
@@ -2679,7 +2684,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2679
2684
|
}
|
|
2680
2685
|
}
|
|
2681
2686
|
|
|
2682
|
-
/* css-module:/
|
|
2687
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/plugins/blocks/styles.module.css/#css-module-data */
|
|
2683
2688
|
._BlocksPlugin_1q0b2_1 {
|
|
2684
2689
|
padding: 0 16px 16px 16px;
|
|
2685
2690
|
height: 100%;
|
|
@@ -2687,7 +2692,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2687
2692
|
box-sizing: border-box;
|
|
2688
2693
|
}
|
|
2689
2694
|
|
|
2690
|
-
/* css-module:/
|
|
2695
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/plugins/outline/styles.module.css/#css-module-data */
|
|
2691
2696
|
._OutlinePlugin_q92j6_1 {
|
|
2692
2697
|
padding: 16px;
|
|
2693
2698
|
height: 100%;
|
|
@@ -2695,7 +2700,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2695
2700
|
box-sizing: border-box;
|
|
2696
2701
|
}
|
|
2697
2702
|
|
|
2698
|
-
/* css-module:/
|
|
2703
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/plugins/fields/styles.module.css/#css-module-data */
|
|
2699
2704
|
._FieldsPlugin_6as57_1 {
|
|
2700
2705
|
background: white;
|
|
2701
2706
|
height: 100%;
|
|
@@ -2715,7 +2720,7 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2715
2720
|
}
|
|
2716
2721
|
}
|
|
2717
2722
|
|
|
2718
|
-
/* css-module:/
|
|
2723
|
+
/* css-module:/media/rasyiqi/PROJECT/credibuild-project/credbuild/plugins/code/styles.module.css/#css-module-data */
|
|
2719
2724
|
._CodePlugin_77s8n_1 {
|
|
2720
2725
|
display: flex;
|
|
2721
2726
|
flex-direction: column;
|