@crediblemark/build 0.25.0 → 0.25.2
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 +88 -152
- package/dist/{ArrayField-ABD3HGQK.css → ArrayField-HGGIE5AL.css} +73 -72
- package/dist/ArrayField-JZ2XQAUS.mjs +19 -0
- package/dist/{Editor-CD7CMRO5.mjs → Editor-GGSPWIO6.mjs} +7 -7
- package/dist/{ObjectField-RGVFMP6O.css → ObjectField-NKMT3CLS.css} +73 -72
- package/dist/ObjectField-ZUGNSCNN.mjs +19 -0
- package/dist/{actions-CEH_5LMY.d.mts → actions-LaZpJ1KE.d.mts} +6 -1
- package/dist/{actions-CEH_5LMY.d.ts → actions-LaZpJ1KE.d.ts} +6 -1
- package/dist/{chunk-WEPD3OBO.mjs → chunk-3R4HYYSJ.mjs} +2 -2
- package/dist/{chunk-NW76XMQS.mjs → chunk-4CV4HOSK.mjs} +4 -4
- package/dist/{chunk-BC5TH63U.mjs → chunk-4Z54QJVQ.mjs} +1 -1
- package/dist/{chunk-NSDGBGNG.mjs → chunk-A7MU7FEU.mjs} +1 -1
- package/dist/{chunk-7RH2UOWD.mjs → chunk-BVZDBEP4.mjs} +355 -273
- package/dist/{chunk-MLM27DOG.mjs → chunk-DWF5T7E3.mjs} +1 -1
- package/dist/{chunk-7RA5W2MP.mjs → chunk-GY4BXVOH.mjs} +9 -9
- package/dist/{chunk-UPNU77XM.mjs → chunk-IJPF46QY.mjs} +1 -1
- package/dist/{chunk-BPBYJDIJ.mjs → chunk-J66BZ4WH.mjs} +95 -80
- package/dist/{chunk-JKWSSGAY.mjs → chunk-KRFBBRUA.mjs} +7 -7
- package/dist/{chunk-FON7BVSU.mjs → chunk-YDODUFKC.mjs} +2 -2
- package/dist/{full-HTQAR5N2.mjs → full-KPGLJZI5.mjs} +5 -5
- package/dist/{index-CkSfgrvw.d.ts → index-Bj2x5pZ7.d.ts} +1 -1
- package/dist/{index-Cxwg4vUV.d.mts → index-CD3PszvP.d.mts} +1 -1
- package/dist/index.css +192 -112
- package/dist/index.d.mts +8 -12
- package/dist/index.d.ts +8 -12
- package/dist/index.js +745 -638
- package/dist/index.mjs +11 -11
- package/dist/internal.d.mts +2 -2
- package/dist/internal.d.ts +2 -2
- package/dist/{loaded-AHSNCA4P.mjs → loaded-5QLBLQ3N.mjs} +2 -2
- package/dist/{loaded-Q7N3MNZB.mjs → loaded-HEYQUU36.mjs} +2 -2
- package/dist/{loaded-CDAPR2WZ.mjs → loaded-RXPNBJYA.mjs} +2 -2
- package/dist/no-external.css +192 -112
- package/dist/no-external.d.mts +3 -3
- package/dist/no-external.d.ts +3 -3
- package/dist/no-external.js +745 -638
- package/dist/no-external.mjs +11 -11
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/{walk-tree-B4ZvMfxS.d.ts → walk-tree-BEw6kTXm.d.ts} +1 -1
- package/dist/{walk-tree-C78ZVz19.d.mts → walk-tree-BO8uRNcW.d.mts} +1 -1
- package/package.json +1 -1
- package/dist/ArrayField-PRFYE7UT.mjs +0 -19
- package/dist/ObjectField-G5CR3WD3.mjs +0 -19
package/dist/no-external.css
CHANGED
|
@@ -240,44 +240,45 @@
|
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
/* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
|
|
243
|
-
.
|
|
243
|
+
._InputWrapper_rcfsp_1:not(._InputWrapper--object_rcfsp_1):not(._InputWrapper--array_rcfsp_1) {
|
|
244
244
|
border: 1px solid var(--credbuild-color-grey-10);
|
|
245
245
|
border-radius: 5px;
|
|
246
|
-
padding:
|
|
246
|
+
padding: 4px 8px;
|
|
247
247
|
background-color: var(--credbuild-color-white);
|
|
248
248
|
transition: all 0.2s ease;
|
|
249
249
|
}
|
|
250
|
-
.
|
|
250
|
+
._InputWrapper_rcfsp_1 + ._InputWrapper_rcfsp_1 {
|
|
251
251
|
margin-top: 2px;
|
|
252
252
|
}
|
|
253
|
-
.
|
|
253
|
+
._InputWrapper_rcfsp_1:not(._InputWrapper--object_rcfsp_1):not(._InputWrapper--array_rcfsp_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_rcfsp_18 {
|
|
258
258
|
align-items: center;
|
|
259
|
-
color: var(--credbuild-color-grey-
|
|
259
|
+
color: var(--credbuild-color-grey-06);
|
|
260
260
|
display: flex;
|
|
261
261
|
padding-bottom: 2px;
|
|
262
|
-
font-size:
|
|
262
|
+
font-size: 9px;
|
|
263
263
|
font-weight: 500;
|
|
264
264
|
text-transform: uppercase;
|
|
265
|
-
letter-spacing: 0.
|
|
265
|
+
letter-spacing: 0.08em;
|
|
266
|
+
opacity: 0.7;
|
|
266
267
|
}
|
|
267
|
-
._Input-label--
|
|
268
|
+
._Input-label--noChildren_rcfsp_30 {
|
|
268
269
|
padding-bottom: 0;
|
|
269
270
|
}
|
|
270
|
-
._Input-
|
|
271
|
+
._Input-labelIcon_rcfsp_34 {
|
|
271
272
|
color: var(--credbuild-color-grey-07);
|
|
272
273
|
display: flex;
|
|
273
274
|
margin-inline-end: 4px;
|
|
274
275
|
padding-inline-start: 4px;
|
|
275
276
|
}
|
|
276
|
-
._Input-
|
|
277
|
+
._Input-disabledIcon_rcfsp_41 {
|
|
277
278
|
color: var(--credbuild-color-grey-05);
|
|
278
279
|
margin-inline-start: auto;
|
|
279
280
|
}
|
|
280
|
-
._Input-
|
|
281
|
+
._Input-input_rcfsp_46 {
|
|
281
282
|
background: transparent;
|
|
282
283
|
border: none;
|
|
283
284
|
border-radius: 0;
|
|
@@ -292,11 +293,11 @@
|
|
|
292
293
|
outline: none;
|
|
293
294
|
}
|
|
294
295
|
@media (min-width: 458px) {
|
|
295
|
-
._Input-
|
|
296
|
-
font-size:
|
|
296
|
+
._Input-input_rcfsp_46 {
|
|
297
|
+
font-size: 12px;
|
|
297
298
|
}
|
|
298
299
|
}
|
|
299
|
-
select._Input-
|
|
300
|
+
select._Input-input_rcfsp_46 {
|
|
300
301
|
appearance: none;
|
|
301
302
|
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;
|
|
302
303
|
background-size: 12px;
|
|
@@ -305,29 +306,29 @@ select._Input-input_1xuyz_45 {
|
|
|
305
306
|
background-color: var(--credbuild-color-white);
|
|
306
307
|
cursor: pointer;
|
|
307
308
|
}
|
|
308
|
-
select._Input-
|
|
309
|
+
select._Input-input_rcfsp_46:dir(rtl) {
|
|
309
310
|
background-position: 12px calc(50% + 3px);
|
|
310
311
|
}
|
|
311
312
|
@media (hover: hover) and (pointer: fine) {
|
|
312
|
-
.
|
|
313
|
-
.
|
|
313
|
+
._Input_rcfsp_1:has(> input):hover ._Input-input_rcfsp_46:not([readonly]),
|
|
314
|
+
._Input_rcfsp_1:has(> textarea):hover ._Input-input_rcfsp_46:not([readonly]) {
|
|
314
315
|
border-color: var(--credbuild-color-grey-05);
|
|
315
316
|
transition: none;
|
|
316
317
|
}
|
|
317
|
-
.
|
|
318
|
+
._Input_rcfsp_1:has(> select):hover ._Input-input_rcfsp_46:not([disabled]) {
|
|
318
319
|
background-color: var(--credbuild-color-azure-12);
|
|
319
320
|
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>");
|
|
320
321
|
border-color: var(--credbuild-color-grey-05);
|
|
321
322
|
transition: none;
|
|
322
323
|
}
|
|
323
324
|
}
|
|
324
|
-
._Input-
|
|
325
|
+
._Input-input_rcfsp_46:focus {
|
|
325
326
|
border-color: var(--credbuild-color-grey-05);
|
|
326
327
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
327
328
|
transition: none;
|
|
328
329
|
}
|
|
329
|
-
._Input--
|
|
330
|
-
._Input--
|
|
330
|
+
._Input--readOnly_rcfsp_102 > ._Input-input_rcfsp_46,
|
|
331
|
+
._Input--readOnly_rcfsp_102 > select._Input-input_rcfsp_46 {
|
|
331
332
|
background-color: var(--credbuild-color-grey-11);
|
|
332
333
|
border-color: var(--credbuild-color-grey-09);
|
|
333
334
|
color: var(--credbuild-color-grey-04);
|
|
@@ -336,34 +337,34 @@ select._Input-input_1xuyz_45:dir(rtl) {
|
|
|
336
337
|
outline: 0;
|
|
337
338
|
transition: none;
|
|
338
339
|
}
|
|
339
|
-
._Input-
|
|
340
|
+
._Input-radioGroupItems_rcfsp_113 {
|
|
340
341
|
display: flex;
|
|
341
342
|
border: 1px solid var(--credbuild-color-grey-09);
|
|
342
343
|
border-radius: 4px;
|
|
343
344
|
flex-wrap: wrap;
|
|
344
345
|
}
|
|
345
|
-
._Input-
|
|
346
|
+
._Input-radio_rcfsp_113 {
|
|
346
347
|
border-inline-end: 1px solid var(--credbuild-color-grey-09);
|
|
347
348
|
flex-grow: 1;
|
|
348
349
|
}
|
|
349
|
-
._Input-
|
|
350
|
+
._Input-radio_rcfsp_113:first-of-type {
|
|
350
351
|
border-bottom-left-radius: 4px;
|
|
351
352
|
border-top-left-radius: 4px;
|
|
352
353
|
}
|
|
353
|
-
._Input-
|
|
354
|
+
._Input-radio_rcfsp_113:first-of-type ._Input-radioInner_rcfsp_130 {
|
|
354
355
|
border-bottom-left-radius: 3px;
|
|
355
356
|
border-top-left-radius: 3px;
|
|
356
357
|
}
|
|
357
|
-
._Input-
|
|
358
|
+
._Input-radio_rcfsp_113:last-of-type {
|
|
358
359
|
border-bottom-right-radius: 4px;
|
|
359
360
|
border-inline-end: 0;
|
|
360
361
|
border-top-right-radius: 4px;
|
|
361
362
|
}
|
|
362
|
-
._Input-
|
|
363
|
+
._Input-radio_rcfsp_113:last-of-type ._Input-radioInner_rcfsp_130 {
|
|
363
364
|
border-bottom-right-radius: 3px;
|
|
364
365
|
border-top-right-radius: 3px;
|
|
365
366
|
}
|
|
366
|
-
._Input-
|
|
367
|
+
._Input-radioInner_rcfsp_130 {
|
|
367
368
|
background-color: var(--credbuild-color-white);
|
|
368
369
|
color: var(--credbuild-color-grey-04);
|
|
369
370
|
cursor: pointer;
|
|
@@ -372,32 +373,32 @@ select._Input-input_1xuyz_45:dir(rtl) {
|
|
|
372
373
|
text-align: center;
|
|
373
374
|
transition: background-color 50ms ease-in;
|
|
374
375
|
}
|
|
375
|
-
._Input-
|
|
376
|
+
._Input-radio_rcfsp_113:has(:focus-visible) {
|
|
376
377
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
377
378
|
outline-offset: 2px;
|
|
378
379
|
position: relative;
|
|
379
380
|
}
|
|
380
381
|
@media (hover: hover) and (pointer: fine) {
|
|
381
|
-
._Input-
|
|
382
|
+
._Input-radioInner_rcfsp_130:hover {
|
|
382
383
|
background-color: var(--credbuild-color-azure-12);
|
|
383
384
|
transition: none;
|
|
384
385
|
}
|
|
385
386
|
}
|
|
386
|
-
._Input--
|
|
387
|
+
._Input--readOnly_rcfsp_102 ._Input-radioInner_rcfsp_130 {
|
|
387
388
|
background-color: var(--credbuild-color-white);
|
|
388
389
|
color: var(--credbuild-color-grey-04);
|
|
389
390
|
cursor: default;
|
|
390
391
|
}
|
|
391
|
-
._Input-
|
|
392
|
+
._Input-radio_rcfsp_113 ._Input-radioInput_rcfsp_175:checked ~ ._Input-radioInner_rcfsp_130 {
|
|
392
393
|
background-color: var(--credbuild-color-azure-11);
|
|
393
394
|
color: var(--credbuild-color-azure-04);
|
|
394
395
|
font-weight: 500;
|
|
395
396
|
}
|
|
396
|
-
._Input--
|
|
397
|
+
._Input--readOnly_rcfsp_102 ._Input-radioInput_rcfsp_175:checked ~ ._Input-radioInner_rcfsp_130 {
|
|
397
398
|
background-color: var(--credbuild-color-grey-11);
|
|
398
399
|
color: var(--credbuild-color-grey-04);
|
|
399
400
|
}
|
|
400
|
-
._Input-
|
|
401
|
+
._Input-radio_rcfsp_113 ._Input-radioInput_rcfsp_175 {
|
|
401
402
|
clip: rect(0 0 0 0);
|
|
402
403
|
clip-path: inset(100%);
|
|
403
404
|
height: 1px;
|
|
@@ -406,7 +407,7 @@ select._Input-input_1xuyz_45:dir(rtl) {
|
|
|
406
407
|
white-space: nowrap;
|
|
407
408
|
width: 1px;
|
|
408
409
|
}
|
|
409
|
-
textarea._Input-
|
|
410
|
+
textarea._Input-input_rcfsp_46 {
|
|
410
411
|
margin-bottom: -4px;
|
|
411
412
|
}
|
|
412
413
|
|
|
@@ -1171,18 +1172,18 @@ textarea._Input-input_1xuyz_45 {
|
|
|
1171
1172
|
}
|
|
1172
1173
|
|
|
1173
1174
|
/* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
|
|
1174
|
-
.
|
|
1175
|
+
._ArrayField_rvhj3_5 {
|
|
1175
1176
|
display: flex;
|
|
1176
1177
|
flex-direction: column;
|
|
1177
1178
|
background: var(--credbuild-color-azure-11);
|
|
1178
1179
|
border: 1px solid var(--credbuild-color-grey-09);
|
|
1179
1180
|
border-radius: 4px;
|
|
1180
1181
|
}
|
|
1181
|
-
._ArrayField--
|
|
1182
|
+
._ArrayField--isDraggingFrom_rvhj3_13 {
|
|
1182
1183
|
background-color: var(--credbuild-color-azure-11);
|
|
1183
1184
|
overflow: hidden;
|
|
1184
1185
|
}
|
|
1185
|
-
._ArrayField-
|
|
1186
|
+
._ArrayField-addButton_rvhj3_18 {
|
|
1186
1187
|
background-color: var(--credbuild-color-white);
|
|
1187
1188
|
border: none;
|
|
1188
1189
|
border-radius: 3px;
|
|
@@ -1196,139 +1197,139 @@ textarea._Input-input_1xuyz_45 {
|
|
|
1196
1197
|
text-align: left;
|
|
1197
1198
|
transition: background-color 50ms ease-in;
|
|
1198
1199
|
}
|
|
1199
|
-
._ArrayField--
|
|
1200
|
+
._ArrayField--hasItems_rvhj3_33 > ._ArrayField-addButton_rvhj3_18 {
|
|
1200
1201
|
border-top: 1px solid var(--credbuild-color-grey-09);
|
|
1201
1202
|
border-top-left-radius: 0;
|
|
1202
1203
|
border-top-right-radius: 0;
|
|
1203
1204
|
}
|
|
1204
|
-
._ArrayField-
|
|
1205
|
+
._ArrayField-addButton_rvhj3_18:focus-visible {
|
|
1205
1206
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
1206
1207
|
outline-offset: 2px;
|
|
1207
1208
|
position: relative;
|
|
1208
1209
|
}
|
|
1209
1210
|
@media (hover: hover) and (pointer: fine) {
|
|
1210
|
-
.
|
|
1211
|
+
._ArrayField_rvhj3_5:not(._ArrayField--isDraggingFrom_rvhj3_13) > ._ArrayField-addButton_rvhj3_18:hover {
|
|
1211
1212
|
background: var(--credbuild-color-azure-12);
|
|
1212
1213
|
color: var(--credbuild-color-azure-04);
|
|
1213
1214
|
transition: none;
|
|
1214
1215
|
}
|
|
1215
1216
|
}
|
|
1216
|
-
.
|
|
1217
|
+
._ArrayField_rvhj3_5:not(._ArrayField--isDraggingFrom_rvhj3_13) > ._ArrayField-addButton_rvhj3_18:active {
|
|
1217
1218
|
background: var(--credbuild-color-azure-11);
|
|
1218
1219
|
color: var(--credbuild-color-azure-04);
|
|
1219
1220
|
transition: none;
|
|
1220
1221
|
}
|
|
1221
|
-
._ArrayField-
|
|
1222
|
+
._ArrayField-inner_rvhj3_59 {
|
|
1222
1223
|
margin-top: -1px;
|
|
1223
1224
|
}
|
|
1224
|
-
.
|
|
1225
|
+
._ArrayFieldItem_rvhj3_67 {
|
|
1225
1226
|
border-top-left-radius: 3px;
|
|
1226
1227
|
border-top-right-radius: 3px;
|
|
1227
1228
|
display: block;
|
|
1228
1229
|
position: relative;
|
|
1229
1230
|
}
|
|
1230
|
-
.
|
|
1231
|
+
._ArrayFieldItem_rvhj3_67 {
|
|
1231
1232
|
border-top: 1px solid var(--credbuild-color-grey-09);
|
|
1232
1233
|
}
|
|
1233
|
-
._ArrayFieldItem--
|
|
1234
|
+
._ArrayFieldItem--isDragging_rvhj3_78 {
|
|
1234
1235
|
border-top: transparent;
|
|
1235
1236
|
}
|
|
1236
|
-
._ArrayFieldItem--
|
|
1237
|
+
._ArrayFieldItem--isExpanded_rvhj3_82::before {
|
|
1237
1238
|
display: none;
|
|
1238
1239
|
}
|
|
1239
|
-
._ArrayFieldItem--
|
|
1240
|
+
._ArrayFieldItem--isExpanded_rvhj3_82 {
|
|
1240
1241
|
border-bottom: 0;
|
|
1241
1242
|
outline-offset: 0px !important;
|
|
1242
1243
|
outline: 1px solid var(--credbuild-color-azure-07) !important;
|
|
1243
1244
|
z-index: 2;
|
|
1244
1245
|
}
|
|
1245
|
-
._ArrayFieldItem--
|
|
1246
|
+
._ArrayFieldItem--isDragging_rvhj3_78 {
|
|
1246
1247
|
outline: 2px var(--credbuild-color-azure-09) solid !important;
|
|
1247
1248
|
}
|
|
1248
|
-
._ArrayFieldItem--
|
|
1249
|
+
._ArrayFieldItem--isDragging_rvhj3_78 ._ArrayFieldItem-summary_rvhj3_97:active {
|
|
1249
1250
|
background-color: var(--credbuild-color-white);
|
|
1250
1251
|
}
|
|
1251
|
-
.
|
|
1252
|
+
._ArrayFieldItem_rvhj3_67 + ._ArrayFieldItem_rvhj3_67 {
|
|
1252
1253
|
border-top-left-radius: 0;
|
|
1253
1254
|
border-top-right-radius: 0;
|
|
1254
1255
|
}
|
|
1255
|
-
._ArrayFieldItem-
|
|
1256
|
+
._ArrayFieldItem-summary_rvhj3_97 {
|
|
1256
1257
|
background: var(--credbuild-color-white);
|
|
1257
1258
|
color: var(--credbuild-color-grey-04);
|
|
1258
1259
|
cursor: pointer;
|
|
1259
1260
|
display: flex;
|
|
1260
1261
|
align-items: center;
|
|
1261
|
-
gap:
|
|
1262
|
+
gap: 4px;
|
|
1262
1263
|
justify-content: space-between;
|
|
1263
|
-
font-size:
|
|
1264
|
+
font-size: 11px;
|
|
1264
1265
|
list-style: none;
|
|
1265
|
-
padding:
|
|
1266
|
+
padding: 4px 10px;
|
|
1266
1267
|
position: relative;
|
|
1267
1268
|
overflow: hidden;
|
|
1268
1269
|
transition: background-color 50ms ease-in;
|
|
1269
1270
|
}
|
|
1270
|
-
._ArrayFieldItem--
|
|
1271
|
+
._ArrayFieldItem--noFields_rvhj3_122 > ._ArrayFieldItem-summary_rvhj3_97 {
|
|
1271
1272
|
cursor: grab;
|
|
1272
1273
|
}
|
|
1273
|
-
.
|
|
1274
|
+
._ArrayFieldItem_rvhj3_67:first-of-type > ._ArrayFieldItem-summary_rvhj3_97 {
|
|
1274
1275
|
border-top-left-radius: 3px;
|
|
1275
1276
|
border-top-right-radius: 3px;
|
|
1276
1277
|
}
|
|
1277
|
-
._ArrayField--
|
|
1278
|
+
._ArrayField--addDisabled_rvhj3_131 > ._ArrayField-inner_rvhj3_59 > ._ArrayFieldItem_rvhj3_67:last-of-type:not(._ArrayFieldItem--isExpanded_rvhj3_82) > ._ArrayFieldItem-summary_rvhj3_97 {
|
|
1278
1279
|
border-bottom-left-radius: 3px;
|
|
1279
1280
|
border-bottom-right-radius: 3px;
|
|
1280
1281
|
}
|
|
1281
|
-
._ArrayField--
|
|
1282
|
+
._ArrayField--addDisabled_rvhj3_131 > ._ArrayField-inner_rvhj3_59 > ._ArrayFieldItem--isExpanded_rvhj3_82:last-of-type {
|
|
1282
1283
|
border-bottom-left-radius: 3px;
|
|
1283
1284
|
border-bottom-right-radius: 3px;
|
|
1284
1285
|
}
|
|
1285
|
-
._ArrayFieldItem-
|
|
1286
|
+
._ArrayFieldItem-summary_rvhj3_97:focus-visible {
|
|
1286
1287
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
1287
1288
|
outline-offset: 2px;
|
|
1288
1289
|
}
|
|
1289
1290
|
@media (hover: hover) and (pointer: fine) {
|
|
1290
|
-
._ArrayFieldItem-
|
|
1291
|
+
._ArrayFieldItem-summary_rvhj3_97:hover {
|
|
1291
1292
|
background-color: var(--credbuild-color-azure-12);
|
|
1292
1293
|
transition: none;
|
|
1293
1294
|
}
|
|
1294
1295
|
}
|
|
1295
|
-
._ArrayFieldItem-
|
|
1296
|
+
._ArrayFieldItem-summary_rvhj3_97:active {
|
|
1296
1297
|
background-color: var(--credbuild-color-azure-11);
|
|
1297
1298
|
transition: none;
|
|
1298
1299
|
}
|
|
1299
|
-
._ArrayFieldItem--
|
|
1300
|
+
._ArrayFieldItem--isExpanded_rvhj3_82 > ._ArrayFieldItem-summary_rvhj3_97 {
|
|
1300
1301
|
background: var(--credbuild-color-azure-11);
|
|
1301
1302
|
color: var(--credbuild-color-azure-04);
|
|
1302
1303
|
font-weight: 600;
|
|
1303
1304
|
transition: none;
|
|
1304
1305
|
}
|
|
1305
|
-
._ArrayFieldItem-
|
|
1306
|
+
._ArrayFieldItem-body_rvhj3_170 {
|
|
1306
1307
|
background: var(--credbuild-color-white);
|
|
1307
1308
|
display: none;
|
|
1308
1309
|
}
|
|
1309
|
-
._ArrayFieldItem--
|
|
1310
|
+
._ArrayFieldItem--isExpanded_rvhj3_82 > ._ArrayFieldItem-body_rvhj3_170 {
|
|
1310
1311
|
display: block;
|
|
1311
1312
|
}
|
|
1312
|
-
._ArrayFieldItem-
|
|
1313
|
+
._ArrayFieldItem-fieldset_rvhj3_179 {
|
|
1313
1314
|
border: none;
|
|
1314
1315
|
border-top: 1px solid var(--credbuild-color-grey-09);
|
|
1315
1316
|
margin: 0;
|
|
1316
1317
|
min-width: 0;
|
|
1317
|
-
padding:
|
|
1318
|
+
padding: 6px 10px;
|
|
1318
1319
|
}
|
|
1319
|
-
._ArrayFieldItem-
|
|
1320
|
+
._ArrayFieldItem-rhs_rvhj3_187 {
|
|
1320
1321
|
display: flex;
|
|
1321
1322
|
gap: 4px;
|
|
1322
1323
|
align-items: center;
|
|
1323
1324
|
}
|
|
1324
|
-
._ArrayFieldItem-
|
|
1325
|
+
._ArrayFieldItem-actions_rvhj3_193 {
|
|
1325
1326
|
color: var(--credbuild-color-grey-04);
|
|
1326
1327
|
display: flex;
|
|
1327
1328
|
gap: 4px;
|
|
1328
1329
|
opacity: 0;
|
|
1329
1330
|
}
|
|
1330
|
-
._ArrayFieldItem-
|
|
1331
|
-
._ArrayFieldItem-
|
|
1331
|
+
._ArrayFieldItem-summary_rvhj3_97:focus-within > ._ArrayFieldItem-rhs_rvhj3_187 > ._ArrayFieldItem-actions_rvhj3_193,
|
|
1332
|
+
._ArrayFieldItem-summary_rvhj3_97:hover > ._ArrayFieldItem-rhs_rvhj3_187 > ._ArrayFieldItem-actions_rvhj3_193 {
|
|
1332
1333
|
opacity: 1;
|
|
1333
1334
|
}
|
|
1334
1335
|
|
|
@@ -1754,6 +1755,82 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
1754
1755
|
margin-inline-start: auto;
|
|
1755
1756
|
}
|
|
1756
1757
|
|
|
1758
|
+
/* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Components/styles.module.css/#css-module-data */
|
|
1759
|
+
._CredBuildComponents_17idm_1 {
|
|
1760
|
+
display: flex;
|
|
1761
|
+
flex-direction: column;
|
|
1762
|
+
height: 100%;
|
|
1763
|
+
}
|
|
1764
|
+
._CredBuildComponents-searchContainer_17idm_7 {
|
|
1765
|
+
padding: 8px 12px;
|
|
1766
|
+
border-bottom: 1px solid var(--cb-border, #e2e8f0);
|
|
1767
|
+
background-color: var(--cb-bg-surface, #ffffff);
|
|
1768
|
+
position: relative;
|
|
1769
|
+
display: flex;
|
|
1770
|
+
align-items: center;
|
|
1771
|
+
}
|
|
1772
|
+
._CredBuildComponents-searchWrapper_17idm_16 {
|
|
1773
|
+
position: relative;
|
|
1774
|
+
width: 100%;
|
|
1775
|
+
display: flex;
|
|
1776
|
+
align-items: center;
|
|
1777
|
+
}
|
|
1778
|
+
._CredBuildComponents-searchInput_17idm_23 {
|
|
1779
|
+
width: 100%;
|
|
1780
|
+
height: 32px;
|
|
1781
|
+
padding: 0 28px 0 32px;
|
|
1782
|
+
font-size: 12px;
|
|
1783
|
+
border: 1px solid var(--cb-border, #e2e8f0);
|
|
1784
|
+
border-radius: 6px;
|
|
1785
|
+
background-color: var(--cb-bg-base, #f8fafc);
|
|
1786
|
+
color: var(--cb-silver, #0f172a);
|
|
1787
|
+
outline: none;
|
|
1788
|
+
transition: all 0.2s ease-in-out;
|
|
1789
|
+
}
|
|
1790
|
+
._CredBuildComponents-searchInput_17idm_23:focus {
|
|
1791
|
+
border-color: var(--cb-gold, #d97706);
|
|
1792
|
+
background-color: var(--cb-bg-surface, #ffffff);
|
|
1793
|
+
box-shadow: 0 0 0 2px var(--cb-gold-glow, rgba(217, 119, 6, 0.15));
|
|
1794
|
+
}
|
|
1795
|
+
._CredBuildComponents-searchIcon_17idm_42 {
|
|
1796
|
+
position: absolute;
|
|
1797
|
+
left: 10px;
|
|
1798
|
+
color: var(--cb-silver-muted, #64748b);
|
|
1799
|
+
pointer-events: none;
|
|
1800
|
+
}
|
|
1801
|
+
._CredBuildComponents-clearButton_17idm_49 {
|
|
1802
|
+
position: absolute;
|
|
1803
|
+
right: 8px;
|
|
1804
|
+
background: none;
|
|
1805
|
+
border: none;
|
|
1806
|
+
padding: 4px;
|
|
1807
|
+
cursor: pointer;
|
|
1808
|
+
color: var(--cb-silver-muted, #64748b);
|
|
1809
|
+
display: flex;
|
|
1810
|
+
align-items: center;
|
|
1811
|
+
justify-content: center;
|
|
1812
|
+
border-radius: 4px;
|
|
1813
|
+
transition: all 0.15s ease-in-out;
|
|
1814
|
+
}
|
|
1815
|
+
._CredBuildComponents-clearButton_17idm_49:hover {
|
|
1816
|
+
background-color: var(--cb-border, #e2e8f0);
|
|
1817
|
+
color: var(--cb-silver, #0f172a);
|
|
1818
|
+
}
|
|
1819
|
+
._CredBuildComponents-listContainer_17idm_69 {
|
|
1820
|
+
flex: 1;
|
|
1821
|
+
overflow-y: auto;
|
|
1822
|
+
}
|
|
1823
|
+
._CredBuildComponents-noResults_17idm_74 {
|
|
1824
|
+
padding: 32px 16px;
|
|
1825
|
+
text-align: center;
|
|
1826
|
+
color: var(--cb-silver-muted, #64748b);
|
|
1827
|
+
font-size: 13px;
|
|
1828
|
+
display: flex;
|
|
1829
|
+
flex-direction: column;
|
|
1830
|
+
align-items: center;
|
|
1831
|
+
gap: 8px;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1757
1834
|
/* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Preview/styles.module.css/#css-module-data */
|
|
1758
1835
|
._CredBuildPreview_1z08a_1 {
|
|
1759
1836
|
position: relative;
|
|
@@ -2031,10 +2108,10 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2031
2108
|
}
|
|
2032
2109
|
|
|
2033
2110
|
/* css-module:/home/crediblemark/Project/Credibuild/components/ViewportControls/styles.module.css/#css-module-data */
|
|
2034
|
-
.
|
|
2111
|
+
._ViewportControls_gefvg_1 {
|
|
2035
2112
|
position: relative;
|
|
2036
2113
|
}
|
|
2037
|
-
._ViewportControls--
|
|
2114
|
+
._ViewportControls--fullScreen_gefvg_5 {
|
|
2038
2115
|
border-radius: 32px;
|
|
2039
2116
|
display: flex;
|
|
2040
2117
|
position: absolute;
|
|
@@ -2042,10 +2119,10 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2042
2119
|
right: 12px;
|
|
2043
2120
|
overflow: hidden;
|
|
2044
2121
|
}
|
|
2045
|
-
._ViewportControls-
|
|
2122
|
+
._ViewportControls-toggleButton_gefvg_14 {
|
|
2046
2123
|
display: none;
|
|
2047
2124
|
}
|
|
2048
|
-
._ViewportControls--
|
|
2125
|
+
._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-toggleButton_gefvg_14 {
|
|
2049
2126
|
align-items: center;
|
|
2050
2127
|
background-color: var(--credbuild-color-grey-02);
|
|
2051
2128
|
border: 1px solid var(--credbuild-color-grey-04);
|
|
@@ -2058,27 +2135,28 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2058
2135
|
height: 42px;
|
|
2059
2136
|
z-index: 1;
|
|
2060
2137
|
}
|
|
2061
|
-
._ViewportControls--
|
|
2138
|
+
._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-toggleButton_gefvg_14:hover {
|
|
2062
2139
|
background-color: var(--credbuild-color-grey-02);
|
|
2063
2140
|
border: 1px solid var(--credbuild-color-azure-04);
|
|
2064
2141
|
color: var(--credbuild-color-azure-07);
|
|
2065
2142
|
}
|
|
2066
|
-
._ViewportControls--
|
|
2143
|
+
._ViewportControls--isExpanded_gefvg_38 ._ViewportControls-toggleButton_gefvg_14 {
|
|
2067
2144
|
background-color: var(--credbuild-color-grey-03);
|
|
2068
2145
|
}
|
|
2069
|
-
._ViewportControls-
|
|
2146
|
+
._ViewportControls-actions_gefvg_42 {
|
|
2070
2147
|
display: flex;
|
|
2071
2148
|
}
|
|
2072
|
-
._ViewportControls-
|
|
2149
|
+
._ViewportControls-actionsInner_gefvg_46 {
|
|
2073
2150
|
display: flex;
|
|
2074
2151
|
box-sizing: border-box;
|
|
2075
2152
|
justify-content: center;
|
|
2153
|
+
align-items: center;
|
|
2076
2154
|
margin-left: auto;
|
|
2077
2155
|
margin-right: auto;
|
|
2078
2156
|
z-index: 0;
|
|
2079
2157
|
overflow: hidden;
|
|
2080
2158
|
}
|
|
2081
|
-
._ViewportControls--
|
|
2159
|
+
._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-actionsInner_gefvg_46 {
|
|
2082
2160
|
background: var(--credbuild-color-grey-11);
|
|
2083
2161
|
border: 1px solid var(--credbuild-color-grey-09);
|
|
2084
2162
|
border-radius: 30px;
|
|
@@ -2086,19 +2164,20 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2086
2164
|
margin-right: none;
|
|
2087
2165
|
padding-right: 42px;
|
|
2088
2166
|
}
|
|
2089
|
-
._ViewportControls--
|
|
2167
|
+
._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-actionsInner_gefvg_46 {
|
|
2090
2168
|
transform: translateX(100%);
|
|
2091
2169
|
transition: transform 150ms ease-in-out;
|
|
2092
2170
|
}
|
|
2093
|
-
._ViewportControls--
|
|
2171
|
+
._ViewportControls--fullScreen_gefvg_5._ViewportControls--isExpanded_gefvg_38 ._ViewportControls-actionsInner_gefvg_46 {
|
|
2094
2172
|
transform: translateX(42px);
|
|
2095
2173
|
}
|
|
2096
|
-
._ViewportControls-
|
|
2174
|
+
._ViewportControls-divider_gefvg_76 {
|
|
2097
2175
|
border-inline-end: 1px solid var(--credbuild-color-grey-09);
|
|
2098
|
-
|
|
2099
|
-
margin-
|
|
2176
|
+
height: 16px;
|
|
2177
|
+
margin-left: 4px;
|
|
2178
|
+
margin-right: 4px;
|
|
2100
2179
|
}
|
|
2101
|
-
._ViewportControls-
|
|
2180
|
+
._ViewportControls-zoomSelect_gefvg_83 {
|
|
2102
2181
|
appearance: none;
|
|
2103
2182
|
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;
|
|
2104
2183
|
background-size: 10px;
|
|
@@ -2110,27 +2189,28 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2110
2189
|
padding-left: 8px;
|
|
2111
2190
|
width: 96px;
|
|
2112
2191
|
}
|
|
2113
|
-
._ViewportControls--
|
|
2192
|
+
._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-zoom_gefvg_83 {
|
|
2114
2193
|
display: none;
|
|
2115
2194
|
}
|
|
2116
2195
|
@media (min-width: 638px) {
|
|
2117
|
-
._ViewportControls-
|
|
2118
|
-
._ViewportControls--
|
|
2196
|
+
._ViewportControls-zoom_gefvg_83,
|
|
2197
|
+
._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-zoom_gefvg_83 {
|
|
2119
2198
|
display: flex;
|
|
2120
2199
|
justify-content: center;
|
|
2200
|
+
align-items: center;
|
|
2121
2201
|
}
|
|
2122
2202
|
}
|
|
2123
|
-
._ViewportControls-
|
|
2203
|
+
._ViewportControls-zoomSelect_gefvg_83:dir(rtl) {
|
|
2124
2204
|
background-position: 12px calc(50% + 3px);
|
|
2125
2205
|
}
|
|
2126
|
-
._ViewportButton-
|
|
2206
|
+
._ViewportButton-inner_gefvg_114 {
|
|
2127
2207
|
align-items: center;
|
|
2128
2208
|
display: flex;
|
|
2129
2209
|
justify-content: center;
|
|
2130
2210
|
height: 32px;
|
|
2131
2211
|
width: 32px;
|
|
2132
2212
|
}
|
|
2133
|
-
._ViewportButton--
|
|
2213
|
+
._ViewportButton--isActive_gefvg_122 ._ViewportButton-inner_gefvg_114 {
|
|
2134
2214
|
color: var(--credbuild-color-azure-04);
|
|
2135
2215
|
}
|
|
2136
2216
|
|
|
@@ -2209,16 +2289,16 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2209
2289
|
}
|
|
2210
2290
|
|
|
2211
2291
|
/* css-module:/home/crediblemark/Project/Credibuild/components/SidebarSection/styles.module.css/#css-module-data */
|
|
2212
|
-
.
|
|
2292
|
+
._SidebarSection_1w6vl_1 {
|
|
2213
2293
|
display: flex;
|
|
2214
2294
|
position: relative;
|
|
2215
2295
|
flex-direction: column;
|
|
2216
2296
|
color: var(--credbuild-color-black);
|
|
2217
2297
|
}
|
|
2218
|
-
.
|
|
2219
|
-
flex-grow:
|
|
2298
|
+
._SidebarSection_1w6vl_1:last-of-type {
|
|
2299
|
+
flex-grow: 0;
|
|
2220
2300
|
}
|
|
2221
|
-
._SidebarSection-
|
|
2301
|
+
._SidebarSection-title_1w6vl_12 {
|
|
2222
2302
|
background: var(--credbuild-color-grey-11);
|
|
2223
2303
|
padding: 4px 10px;
|
|
2224
2304
|
border-bottom: 1px solid var(--credbuild-color-grey-10);
|
|
@@ -2229,11 +2309,11 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2229
2309
|
user-select: none;
|
|
2230
2310
|
transition: background 0.2s ease;
|
|
2231
2311
|
}
|
|
2232
|
-
._SidebarSection-
|
|
2312
|
+
._SidebarSection-title_1w6vl_12:hover {
|
|
2233
2313
|
background: #f3f4f6;
|
|
2234
2314
|
}
|
|
2235
|
-
._SidebarSection-
|
|
2236
|
-
._SidebarSection-
|
|
2315
|
+
._SidebarSection-title_1w6vl_12 h2,
|
|
2316
|
+
._SidebarSection-title_1w6vl_12 span {
|
|
2237
2317
|
font-size: 10px;
|
|
2238
2318
|
text-transform: uppercase;
|
|
2239
2319
|
letter-spacing: 0.1em;
|
|
@@ -2241,17 +2321,17 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2241
2321
|
color: var(--credbuild-color-grey-05);
|
|
2242
2322
|
margin: 0;
|
|
2243
2323
|
}
|
|
2244
|
-
._SidebarSection--
|
|
2324
|
+
._SidebarSection--noBorderTop_1w6vl_38 > ._SidebarSection-title_1w6vl_12 {
|
|
2245
2325
|
border-top: 0px;
|
|
2246
2326
|
}
|
|
2247
|
-
._SidebarSection-
|
|
2327
|
+
._SidebarSection-content_1w6vl_42:last-child {
|
|
2248
2328
|
padding-bottom: 4px;
|
|
2249
2329
|
}
|
|
2250
|
-
.
|
|
2330
|
+
._SidebarSection_1w6vl_1:last-of-type ._SidebarSection-content_1w6vl_42 {
|
|
2251
2331
|
border-bottom: none;
|
|
2252
|
-
flex-grow:
|
|
2332
|
+
flex-grow: 0;
|
|
2253
2333
|
}
|
|
2254
|
-
._SidebarSection-
|
|
2334
|
+
._SidebarSection-breadcrumbLabel_1w6vl_51 {
|
|
2255
2335
|
background: none;
|
|
2256
2336
|
border: 0;
|
|
2257
2337
|
border-radius: 2px;
|
|
@@ -2262,34 +2342,34 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
|
|
|
2262
2342
|
padding: 0;
|
|
2263
2343
|
transition: color 50ms ease-in;
|
|
2264
2344
|
}
|
|
2265
|
-
._SidebarSection-
|
|
2345
|
+
._SidebarSection-breadcrumbLabel_1w6vl_51:focus-visible {
|
|
2266
2346
|
outline: 2px solid var(--credbuild-color-azure-05);
|
|
2267
2347
|
outline-offset: 2px;
|
|
2268
2348
|
}
|
|
2269
2349
|
@media (hover: hover) and (pointer: fine) {
|
|
2270
|
-
._SidebarSection-
|
|
2350
|
+
._SidebarSection-breadcrumbLabel_1w6vl_51:hover {
|
|
2271
2351
|
color: var(--credbuild-color-azure-03);
|
|
2272
2352
|
transition: none;
|
|
2273
2353
|
}
|
|
2274
2354
|
}
|
|
2275
|
-
._SidebarSection-
|
|
2355
|
+
._SidebarSection-breadcrumbLabel_1w6vl_51:active {
|
|
2276
2356
|
color: var(--credbuild-color-azure-02);
|
|
2277
2357
|
transition: none;
|
|
2278
2358
|
}
|
|
2279
|
-
._SidebarSection-
|
|
2359
|
+
._SidebarSection-breadcrumbs_1w6vl_80 {
|
|
2280
2360
|
align-items: center;
|
|
2281
2361
|
display: flex;
|
|
2282
2362
|
gap: 4px;
|
|
2283
2363
|
}
|
|
2284
|
-
._SidebarSection-
|
|
2364
|
+
._SidebarSection-breadcrumb_1w6vl_51 {
|
|
2285
2365
|
align-items: center;
|
|
2286
2366
|
display: flex;
|
|
2287
2367
|
gap: 4px;
|
|
2288
2368
|
}
|
|
2289
|
-
._SidebarSection-
|
|
2369
|
+
._SidebarSection-heading_1w6vl_92 {
|
|
2290
2370
|
padding-inline-end: 16px;
|
|
2291
2371
|
}
|
|
2292
|
-
._SidebarSection-
|
|
2372
|
+
._SidebarSection-loadingOverlay_1w6vl_96 {
|
|
2293
2373
|
background: var(--credbuild-color-white);
|
|
2294
2374
|
display: flex;
|
|
2295
2375
|
justify-content: center;
|