@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.
Files changed (44) hide show
  1. package/README.md +88 -152
  2. package/dist/{ArrayField-ABD3HGQK.css → ArrayField-HGGIE5AL.css} +73 -72
  3. package/dist/ArrayField-JZ2XQAUS.mjs +19 -0
  4. package/dist/{Editor-CD7CMRO5.mjs → Editor-GGSPWIO6.mjs} +7 -7
  5. package/dist/{ObjectField-RGVFMP6O.css → ObjectField-NKMT3CLS.css} +73 -72
  6. package/dist/ObjectField-ZUGNSCNN.mjs +19 -0
  7. package/dist/{actions-CEH_5LMY.d.mts → actions-LaZpJ1KE.d.mts} +6 -1
  8. package/dist/{actions-CEH_5LMY.d.ts → actions-LaZpJ1KE.d.ts} +6 -1
  9. package/dist/{chunk-WEPD3OBO.mjs → chunk-3R4HYYSJ.mjs} +2 -2
  10. package/dist/{chunk-NW76XMQS.mjs → chunk-4CV4HOSK.mjs} +4 -4
  11. package/dist/{chunk-BC5TH63U.mjs → chunk-4Z54QJVQ.mjs} +1 -1
  12. package/dist/{chunk-NSDGBGNG.mjs → chunk-A7MU7FEU.mjs} +1 -1
  13. package/dist/{chunk-7RH2UOWD.mjs → chunk-BVZDBEP4.mjs} +355 -273
  14. package/dist/{chunk-MLM27DOG.mjs → chunk-DWF5T7E3.mjs} +1 -1
  15. package/dist/{chunk-7RA5W2MP.mjs → chunk-GY4BXVOH.mjs} +9 -9
  16. package/dist/{chunk-UPNU77XM.mjs → chunk-IJPF46QY.mjs} +1 -1
  17. package/dist/{chunk-BPBYJDIJ.mjs → chunk-J66BZ4WH.mjs} +95 -80
  18. package/dist/{chunk-JKWSSGAY.mjs → chunk-KRFBBRUA.mjs} +7 -7
  19. package/dist/{chunk-FON7BVSU.mjs → chunk-YDODUFKC.mjs} +2 -2
  20. package/dist/{full-HTQAR5N2.mjs → full-KPGLJZI5.mjs} +5 -5
  21. package/dist/{index-CkSfgrvw.d.ts → index-Bj2x5pZ7.d.ts} +1 -1
  22. package/dist/{index-Cxwg4vUV.d.mts → index-CD3PszvP.d.mts} +1 -1
  23. package/dist/index.css +192 -112
  24. package/dist/index.d.mts +8 -12
  25. package/dist/index.d.ts +8 -12
  26. package/dist/index.js +745 -638
  27. package/dist/index.mjs +11 -11
  28. package/dist/internal.d.mts +2 -2
  29. package/dist/internal.d.ts +2 -2
  30. package/dist/{loaded-AHSNCA4P.mjs → loaded-5QLBLQ3N.mjs} +2 -2
  31. package/dist/{loaded-Q7N3MNZB.mjs → loaded-HEYQUU36.mjs} +2 -2
  32. package/dist/{loaded-CDAPR2WZ.mjs → loaded-RXPNBJYA.mjs} +2 -2
  33. package/dist/no-external.css +192 -112
  34. package/dist/no-external.d.mts +3 -3
  35. package/dist/no-external.d.ts +3 -3
  36. package/dist/no-external.js +745 -638
  37. package/dist/no-external.mjs +11 -11
  38. package/dist/rsc.d.mts +2 -2
  39. package/dist/rsc.d.ts +2 -2
  40. package/dist/{walk-tree-B4ZvMfxS.d.ts → walk-tree-BEw6kTXm.d.ts} +1 -1
  41. package/dist/{walk-tree-C78ZVz19.d.mts → walk-tree-BO8uRNcW.d.mts} +1 -1
  42. package/package.json +1 -1
  43. package/dist/ArrayField-PRFYE7UT.mjs +0 -19
  44. package/dist/ObjectField-G5CR3WD3.mjs +0 -19
package/dist/index.css CHANGED
@@ -477,44 +477,45 @@
477
477
  }
478
478
 
479
479
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
480
- ._InputWrapper_1xuyz_1:not(._InputWrapper--object_1xuyz_1):not(._InputWrapper--array_1xuyz_1) {
480
+ ._InputWrapper_rcfsp_1:not(._InputWrapper--object_rcfsp_1):not(._InputWrapper--array_rcfsp_1) {
481
481
  border: 1px solid var(--credbuild-color-grey-10);
482
482
  border-radius: 5px;
483
- padding: 6px 8px;
483
+ padding: 4px 8px;
484
484
  background-color: var(--credbuild-color-white);
485
485
  transition: all 0.2s ease;
486
486
  }
487
- ._InputWrapper_1xuyz_1 + ._InputWrapper_1xuyz_1 {
487
+ ._InputWrapper_rcfsp_1 + ._InputWrapper_rcfsp_1 {
488
488
  margin-top: 2px;
489
489
  }
490
- ._InputWrapper_1xuyz_1:not(._InputWrapper--object_1xuyz_1):not(._InputWrapper--array_1xuyz_1):hover {
490
+ ._InputWrapper_rcfsp_1:not(._InputWrapper--object_rcfsp_1):not(._InputWrapper--array_rcfsp_1):hover {
491
491
  border-color: var(--credbuild-color-grey-08);
492
492
  background-color: var(--credbuild-color-grey-11);
493
493
  }
494
- ._Input-label_1xuyz_18 {
494
+ ._Input-label_rcfsp_18 {
495
495
  align-items: center;
496
- color: var(--credbuild-color-grey-05);
496
+ color: var(--credbuild-color-grey-06);
497
497
  display: flex;
498
498
  padding-bottom: 2px;
499
- font-size: 10px;
499
+ font-size: 9px;
500
500
  font-weight: 500;
501
501
  text-transform: uppercase;
502
- letter-spacing: 0.02em;
502
+ letter-spacing: 0.08em;
503
+ opacity: 0.7;
503
504
  }
504
- ._Input-label--noChildren_1xuyz_29 {
505
+ ._Input-label--noChildren_rcfsp_30 {
505
506
  padding-bottom: 0;
506
507
  }
507
- ._Input-labelIcon_1xuyz_33 {
508
+ ._Input-labelIcon_rcfsp_34 {
508
509
  color: var(--credbuild-color-grey-07);
509
510
  display: flex;
510
511
  margin-inline-end: 4px;
511
512
  padding-inline-start: 4px;
512
513
  }
513
- ._Input-disabledIcon_1xuyz_40 {
514
+ ._Input-disabledIcon_rcfsp_41 {
514
515
  color: var(--credbuild-color-grey-05);
515
516
  margin-inline-start: auto;
516
517
  }
517
- ._Input-input_1xuyz_45 {
518
+ ._Input-input_rcfsp_46 {
518
519
  background: transparent;
519
520
  border: none;
520
521
  border-radius: 0;
@@ -529,11 +530,11 @@
529
530
  outline: none;
530
531
  }
531
532
  @media (min-width: 458px) {
532
- ._Input-input_1xuyz_45 {
533
- font-size: 14px;
533
+ ._Input-input_rcfsp_46 {
534
+ font-size: 12px;
534
535
  }
535
536
  }
536
- select._Input-input_1xuyz_45 {
537
+ select._Input-input_rcfsp_46 {
537
538
  appearance: none;
538
539
  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;
539
540
  background-size: 12px;
@@ -542,29 +543,29 @@ select._Input-input_1xuyz_45 {
542
543
  background-color: var(--credbuild-color-white);
543
544
  cursor: pointer;
544
545
  }
545
- select._Input-input_1xuyz_45:dir(rtl) {
546
+ select._Input-input_rcfsp_46:dir(rtl) {
546
547
  background-position: 12px calc(50% + 3px);
547
548
  }
548
549
  @media (hover: hover) and (pointer: fine) {
549
- ._Input_1xuyz_1:has(> input):hover ._Input-input_1xuyz_45:not([readonly]),
550
- ._Input_1xuyz_1:has(> textarea):hover ._Input-input_1xuyz_45:not([readonly]) {
550
+ ._Input_rcfsp_1:has(> input):hover ._Input-input_rcfsp_46:not([readonly]),
551
+ ._Input_rcfsp_1:has(> textarea):hover ._Input-input_rcfsp_46:not([readonly]) {
551
552
  border-color: var(--credbuild-color-grey-05);
552
553
  transition: none;
553
554
  }
554
- ._Input_1xuyz_1:has(> select):hover ._Input-input_1xuyz_45:not([disabled]) {
555
+ ._Input_rcfsp_1:has(> select):hover ._Input-input_rcfsp_46:not([disabled]) {
555
556
  background-color: var(--credbuild-color-azure-12);
556
557
  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>");
557
558
  border-color: var(--credbuild-color-grey-05);
558
559
  transition: none;
559
560
  }
560
561
  }
561
- ._Input-input_1xuyz_45:focus {
562
+ ._Input-input_rcfsp_46:focus {
562
563
  border-color: var(--credbuild-color-grey-05);
563
564
  outline: 2px solid var(--credbuild-color-azure-05);
564
565
  transition: none;
565
566
  }
566
- ._Input--readOnly_1xuyz_101 > ._Input-input_1xuyz_45,
567
- ._Input--readOnly_1xuyz_101 > select._Input-input_1xuyz_45 {
567
+ ._Input--readOnly_rcfsp_102 > ._Input-input_rcfsp_46,
568
+ ._Input--readOnly_rcfsp_102 > select._Input-input_rcfsp_46 {
568
569
  background-color: var(--credbuild-color-grey-11);
569
570
  border-color: var(--credbuild-color-grey-09);
570
571
  color: var(--credbuild-color-grey-04);
@@ -573,34 +574,34 @@ select._Input-input_1xuyz_45:dir(rtl) {
573
574
  outline: 0;
574
575
  transition: none;
575
576
  }
576
- ._Input-radioGroupItems_1xuyz_112 {
577
+ ._Input-radioGroupItems_rcfsp_113 {
577
578
  display: flex;
578
579
  border: 1px solid var(--credbuild-color-grey-09);
579
580
  border-radius: 4px;
580
581
  flex-wrap: wrap;
581
582
  }
582
- ._Input-radio_1xuyz_112 {
583
+ ._Input-radio_rcfsp_113 {
583
584
  border-inline-end: 1px solid var(--credbuild-color-grey-09);
584
585
  flex-grow: 1;
585
586
  }
586
- ._Input-radio_1xuyz_112:first-of-type {
587
+ ._Input-radio_rcfsp_113:first-of-type {
587
588
  border-bottom-left-radius: 4px;
588
589
  border-top-left-radius: 4px;
589
590
  }
590
- ._Input-radio_1xuyz_112:first-of-type ._Input-radioInner_1xuyz_129 {
591
+ ._Input-radio_rcfsp_113:first-of-type ._Input-radioInner_rcfsp_130 {
591
592
  border-bottom-left-radius: 3px;
592
593
  border-top-left-radius: 3px;
593
594
  }
594
- ._Input-radio_1xuyz_112:last-of-type {
595
+ ._Input-radio_rcfsp_113:last-of-type {
595
596
  border-bottom-right-radius: 4px;
596
597
  border-inline-end: 0;
597
598
  border-top-right-radius: 4px;
598
599
  }
599
- ._Input-radio_1xuyz_112:last-of-type ._Input-radioInner_1xuyz_129 {
600
+ ._Input-radio_rcfsp_113:last-of-type ._Input-radioInner_rcfsp_130 {
600
601
  border-bottom-right-radius: 3px;
601
602
  border-top-right-radius: 3px;
602
603
  }
603
- ._Input-radioInner_1xuyz_129 {
604
+ ._Input-radioInner_rcfsp_130 {
604
605
  background-color: var(--credbuild-color-white);
605
606
  color: var(--credbuild-color-grey-04);
606
607
  cursor: pointer;
@@ -609,32 +610,32 @@ select._Input-input_1xuyz_45:dir(rtl) {
609
610
  text-align: center;
610
611
  transition: background-color 50ms ease-in;
611
612
  }
612
- ._Input-radio_1xuyz_112:has(:focus-visible) {
613
+ ._Input-radio_rcfsp_113:has(:focus-visible) {
613
614
  outline: 2px solid var(--credbuild-color-azure-05);
614
615
  outline-offset: 2px;
615
616
  position: relative;
616
617
  }
617
618
  @media (hover: hover) and (pointer: fine) {
618
- ._Input-radioInner_1xuyz_129:hover {
619
+ ._Input-radioInner_rcfsp_130:hover {
619
620
  background-color: var(--credbuild-color-azure-12);
620
621
  transition: none;
621
622
  }
622
623
  }
623
- ._Input--readOnly_1xuyz_101 ._Input-radioInner_1xuyz_129 {
624
+ ._Input--readOnly_rcfsp_102 ._Input-radioInner_rcfsp_130 {
624
625
  background-color: var(--credbuild-color-white);
625
626
  color: var(--credbuild-color-grey-04);
626
627
  cursor: default;
627
628
  }
628
- ._Input-radio_1xuyz_112 ._Input-radioInput_1xuyz_174:checked ~ ._Input-radioInner_1xuyz_129 {
629
+ ._Input-radio_rcfsp_113 ._Input-radioInput_rcfsp_175:checked ~ ._Input-radioInner_rcfsp_130 {
629
630
  background-color: var(--credbuild-color-azure-11);
630
631
  color: var(--credbuild-color-azure-04);
631
632
  font-weight: 500;
632
633
  }
633
- ._Input--readOnly_1xuyz_101 ._Input-radioInput_1xuyz_174:checked ~ ._Input-radioInner_1xuyz_129 {
634
+ ._Input--readOnly_rcfsp_102 ._Input-radioInput_rcfsp_175:checked ~ ._Input-radioInner_rcfsp_130 {
634
635
  background-color: var(--credbuild-color-grey-11);
635
636
  color: var(--credbuild-color-grey-04);
636
637
  }
637
- ._Input-radio_1xuyz_112 ._Input-radioInput_1xuyz_174 {
638
+ ._Input-radio_rcfsp_113 ._Input-radioInput_rcfsp_175 {
638
639
  clip: rect(0 0 0 0);
639
640
  clip-path: inset(100%);
640
641
  height: 1px;
@@ -643,7 +644,7 @@ select._Input-input_1xuyz_45:dir(rtl) {
643
644
  white-space: nowrap;
644
645
  width: 1px;
645
646
  }
646
- textarea._Input-input_1xuyz_45 {
647
+ textarea._Input-input_rcfsp_46 {
647
648
  margin-bottom: -4px;
648
649
  }
649
650
 
@@ -1408,18 +1409,18 @@ textarea._Input-input_1xuyz_45 {
1408
1409
  }
1409
1410
 
1410
1411
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
1411
- ._ArrayField_19wby_5 {
1412
+ ._ArrayField_rvhj3_5 {
1412
1413
  display: flex;
1413
1414
  flex-direction: column;
1414
1415
  background: var(--credbuild-color-azure-11);
1415
1416
  border: 1px solid var(--credbuild-color-grey-09);
1416
1417
  border-radius: 4px;
1417
1418
  }
1418
- ._ArrayField--isDraggingFrom_19wby_13 {
1419
+ ._ArrayField--isDraggingFrom_rvhj3_13 {
1419
1420
  background-color: var(--credbuild-color-azure-11);
1420
1421
  overflow: hidden;
1421
1422
  }
1422
- ._ArrayField-addButton_19wby_18 {
1423
+ ._ArrayField-addButton_rvhj3_18 {
1423
1424
  background-color: var(--credbuild-color-white);
1424
1425
  border: none;
1425
1426
  border-radius: 3px;
@@ -1433,139 +1434,139 @@ textarea._Input-input_1xuyz_45 {
1433
1434
  text-align: left;
1434
1435
  transition: background-color 50ms ease-in;
1435
1436
  }
1436
- ._ArrayField--hasItems_19wby_33 > ._ArrayField-addButton_19wby_18 {
1437
+ ._ArrayField--hasItems_rvhj3_33 > ._ArrayField-addButton_rvhj3_18 {
1437
1438
  border-top: 1px solid var(--credbuild-color-grey-09);
1438
1439
  border-top-left-radius: 0;
1439
1440
  border-top-right-radius: 0;
1440
1441
  }
1441
- ._ArrayField-addButton_19wby_18:focus-visible {
1442
+ ._ArrayField-addButton_rvhj3_18:focus-visible {
1442
1443
  outline: 2px solid var(--credbuild-color-azure-05);
1443
1444
  outline-offset: 2px;
1444
1445
  position: relative;
1445
1446
  }
1446
1447
  @media (hover: hover) and (pointer: fine) {
1447
- ._ArrayField_19wby_5:not(._ArrayField--isDraggingFrom_19wby_13) > ._ArrayField-addButton_19wby_18:hover {
1448
+ ._ArrayField_rvhj3_5:not(._ArrayField--isDraggingFrom_rvhj3_13) > ._ArrayField-addButton_rvhj3_18:hover {
1448
1449
  background: var(--credbuild-color-azure-12);
1449
1450
  color: var(--credbuild-color-azure-04);
1450
1451
  transition: none;
1451
1452
  }
1452
1453
  }
1453
- ._ArrayField_19wby_5:not(._ArrayField--isDraggingFrom_19wby_13) > ._ArrayField-addButton_19wby_18:active {
1454
+ ._ArrayField_rvhj3_5:not(._ArrayField--isDraggingFrom_rvhj3_13) > ._ArrayField-addButton_rvhj3_18:active {
1454
1455
  background: var(--credbuild-color-azure-11);
1455
1456
  color: var(--credbuild-color-azure-04);
1456
1457
  transition: none;
1457
1458
  }
1458
- ._ArrayField-inner_19wby_59 {
1459
+ ._ArrayField-inner_rvhj3_59 {
1459
1460
  margin-top: -1px;
1460
1461
  }
1461
- ._ArrayFieldItem_19wby_67 {
1462
+ ._ArrayFieldItem_rvhj3_67 {
1462
1463
  border-top-left-radius: 3px;
1463
1464
  border-top-right-radius: 3px;
1464
1465
  display: block;
1465
1466
  position: relative;
1466
1467
  }
1467
- ._ArrayFieldItem_19wby_67 {
1468
+ ._ArrayFieldItem_rvhj3_67 {
1468
1469
  border-top: 1px solid var(--credbuild-color-grey-09);
1469
1470
  }
1470
- ._ArrayFieldItem--isDragging_19wby_78 {
1471
+ ._ArrayFieldItem--isDragging_rvhj3_78 {
1471
1472
  border-top: transparent;
1472
1473
  }
1473
- ._ArrayFieldItem--isExpanded_19wby_82::before {
1474
+ ._ArrayFieldItem--isExpanded_rvhj3_82::before {
1474
1475
  display: none;
1475
1476
  }
1476
- ._ArrayFieldItem--isExpanded_19wby_82 {
1477
+ ._ArrayFieldItem--isExpanded_rvhj3_82 {
1477
1478
  border-bottom: 0;
1478
1479
  outline-offset: 0px !important;
1479
1480
  outline: 1px solid var(--credbuild-color-azure-07) !important;
1480
1481
  z-index: 2;
1481
1482
  }
1482
- ._ArrayFieldItem--isDragging_19wby_78 {
1483
+ ._ArrayFieldItem--isDragging_rvhj3_78 {
1483
1484
  outline: 2px var(--credbuild-color-azure-09) solid !important;
1484
1485
  }
1485
- ._ArrayFieldItem--isDragging_19wby_78 ._ArrayFieldItem-summary_19wby_97:active {
1486
+ ._ArrayFieldItem--isDragging_rvhj3_78 ._ArrayFieldItem-summary_rvhj3_97:active {
1486
1487
  background-color: var(--credbuild-color-white);
1487
1488
  }
1488
- ._ArrayFieldItem_19wby_67 + ._ArrayFieldItem_19wby_67 {
1489
+ ._ArrayFieldItem_rvhj3_67 + ._ArrayFieldItem_rvhj3_67 {
1489
1490
  border-top-left-radius: 0;
1490
1491
  border-top-right-radius: 0;
1491
1492
  }
1492
- ._ArrayFieldItem-summary_19wby_97 {
1493
+ ._ArrayFieldItem-summary_rvhj3_97 {
1493
1494
  background: var(--credbuild-color-white);
1494
1495
  color: var(--credbuild-color-grey-04);
1495
1496
  cursor: pointer;
1496
1497
  display: flex;
1497
1498
  align-items: center;
1498
- gap: 2px;
1499
+ gap: 4px;
1499
1500
  justify-content: space-between;
1500
- font-size: var(--credbuild-font-size-xxs);
1501
+ font-size: 11px;
1501
1502
  list-style: none;
1502
- padding: 6px 10px;
1503
+ padding: 4px 10px;
1503
1504
  position: relative;
1504
1505
  overflow: hidden;
1505
1506
  transition: background-color 50ms ease-in;
1506
1507
  }
1507
- ._ArrayFieldItem--noFields_19wby_122 > ._ArrayFieldItem-summary_19wby_97 {
1508
+ ._ArrayFieldItem--noFields_rvhj3_122 > ._ArrayFieldItem-summary_rvhj3_97 {
1508
1509
  cursor: grab;
1509
1510
  }
1510
- ._ArrayFieldItem_19wby_67:first-of-type > ._ArrayFieldItem-summary_19wby_97 {
1511
+ ._ArrayFieldItem_rvhj3_67:first-of-type > ._ArrayFieldItem-summary_rvhj3_97 {
1511
1512
  border-top-left-radius: 3px;
1512
1513
  border-top-right-radius: 3px;
1513
1514
  }
1514
- ._ArrayField--addDisabled_19wby_131 > ._ArrayField-inner_19wby_59 > ._ArrayFieldItem_19wby_67:last-of-type:not(._ArrayFieldItem--isExpanded_19wby_82) > ._ArrayFieldItem-summary_19wby_97 {
1515
+ ._ArrayField--addDisabled_rvhj3_131 > ._ArrayField-inner_rvhj3_59 > ._ArrayFieldItem_rvhj3_67:last-of-type:not(._ArrayFieldItem--isExpanded_rvhj3_82) > ._ArrayFieldItem-summary_rvhj3_97 {
1515
1516
  border-bottom-left-radius: 3px;
1516
1517
  border-bottom-right-radius: 3px;
1517
1518
  }
1518
- ._ArrayField--addDisabled_19wby_131 > ._ArrayField-inner_19wby_59 > ._ArrayFieldItem--isExpanded_19wby_82:last-of-type {
1519
+ ._ArrayField--addDisabled_rvhj3_131 > ._ArrayField-inner_rvhj3_59 > ._ArrayFieldItem--isExpanded_rvhj3_82:last-of-type {
1519
1520
  border-bottom-left-radius: 3px;
1520
1521
  border-bottom-right-radius: 3px;
1521
1522
  }
1522
- ._ArrayFieldItem-summary_19wby_97:focus-visible {
1523
+ ._ArrayFieldItem-summary_rvhj3_97:focus-visible {
1523
1524
  outline: 2px solid var(--credbuild-color-azure-05);
1524
1525
  outline-offset: 2px;
1525
1526
  }
1526
1527
  @media (hover: hover) and (pointer: fine) {
1527
- ._ArrayFieldItem-summary_19wby_97:hover {
1528
+ ._ArrayFieldItem-summary_rvhj3_97:hover {
1528
1529
  background-color: var(--credbuild-color-azure-12);
1529
1530
  transition: none;
1530
1531
  }
1531
1532
  }
1532
- ._ArrayFieldItem-summary_19wby_97:active {
1533
+ ._ArrayFieldItem-summary_rvhj3_97:active {
1533
1534
  background-color: var(--credbuild-color-azure-11);
1534
1535
  transition: none;
1535
1536
  }
1536
- ._ArrayFieldItem--isExpanded_19wby_82 > ._ArrayFieldItem-summary_19wby_97 {
1537
+ ._ArrayFieldItem--isExpanded_rvhj3_82 > ._ArrayFieldItem-summary_rvhj3_97 {
1537
1538
  background: var(--credbuild-color-azure-11);
1538
1539
  color: var(--credbuild-color-azure-04);
1539
1540
  font-weight: 600;
1540
1541
  transition: none;
1541
1542
  }
1542
- ._ArrayFieldItem-body_19wby_170 {
1543
+ ._ArrayFieldItem-body_rvhj3_170 {
1543
1544
  background: var(--credbuild-color-white);
1544
1545
  display: none;
1545
1546
  }
1546
- ._ArrayFieldItem--isExpanded_19wby_82 > ._ArrayFieldItem-body_19wby_170 {
1547
+ ._ArrayFieldItem--isExpanded_rvhj3_82 > ._ArrayFieldItem-body_rvhj3_170 {
1547
1548
  display: block;
1548
1549
  }
1549
- ._ArrayFieldItem-fieldset_19wby_179 {
1550
+ ._ArrayFieldItem-fieldset_rvhj3_179 {
1550
1551
  border: none;
1551
1552
  border-top: 1px solid var(--credbuild-color-grey-09);
1552
1553
  margin: 0;
1553
1554
  min-width: 0;
1554
- padding: 8px 10px;
1555
+ padding: 6px 10px;
1555
1556
  }
1556
- ._ArrayFieldItem-rhs_19wby_187 {
1557
+ ._ArrayFieldItem-rhs_rvhj3_187 {
1557
1558
  display: flex;
1558
1559
  gap: 4px;
1559
1560
  align-items: center;
1560
1561
  }
1561
- ._ArrayFieldItem-actions_19wby_193 {
1562
+ ._ArrayFieldItem-actions_rvhj3_193 {
1562
1563
  color: var(--credbuild-color-grey-04);
1563
1564
  display: flex;
1564
1565
  gap: 4px;
1565
1566
  opacity: 0;
1566
1567
  }
1567
- ._ArrayFieldItem-summary_19wby_97:focus-within > ._ArrayFieldItem-rhs_19wby_187 > ._ArrayFieldItem-actions_19wby_193,
1568
- ._ArrayFieldItem-summary_19wby_97:hover > ._ArrayFieldItem-rhs_19wby_187 > ._ArrayFieldItem-actions_19wby_193 {
1568
+ ._ArrayFieldItem-summary_rvhj3_97:focus-within > ._ArrayFieldItem-rhs_rvhj3_187 > ._ArrayFieldItem-actions_rvhj3_193,
1569
+ ._ArrayFieldItem-summary_rvhj3_97:hover > ._ArrayFieldItem-rhs_rvhj3_187 > ._ArrayFieldItem-actions_rvhj3_193 {
1569
1570
  opacity: 1;
1570
1571
  }
1571
1572
 
@@ -1991,6 +1992,82 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1991
1992
  margin-inline-start: auto;
1992
1993
  }
1993
1994
 
1995
+ /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Components/styles.module.css/#css-module-data */
1996
+ ._CredBuildComponents_17idm_1 {
1997
+ display: flex;
1998
+ flex-direction: column;
1999
+ height: 100%;
2000
+ }
2001
+ ._CredBuildComponents-searchContainer_17idm_7 {
2002
+ padding: 8px 12px;
2003
+ border-bottom: 1px solid var(--cb-border, #e2e8f0);
2004
+ background-color: var(--cb-bg-surface, #ffffff);
2005
+ position: relative;
2006
+ display: flex;
2007
+ align-items: center;
2008
+ }
2009
+ ._CredBuildComponents-searchWrapper_17idm_16 {
2010
+ position: relative;
2011
+ width: 100%;
2012
+ display: flex;
2013
+ align-items: center;
2014
+ }
2015
+ ._CredBuildComponents-searchInput_17idm_23 {
2016
+ width: 100%;
2017
+ height: 32px;
2018
+ padding: 0 28px 0 32px;
2019
+ font-size: 12px;
2020
+ border: 1px solid var(--cb-border, #e2e8f0);
2021
+ border-radius: 6px;
2022
+ background-color: var(--cb-bg-base, #f8fafc);
2023
+ color: var(--cb-silver, #0f172a);
2024
+ outline: none;
2025
+ transition: all 0.2s ease-in-out;
2026
+ }
2027
+ ._CredBuildComponents-searchInput_17idm_23:focus {
2028
+ border-color: var(--cb-gold, #d97706);
2029
+ background-color: var(--cb-bg-surface, #ffffff);
2030
+ box-shadow: 0 0 0 2px var(--cb-gold-glow, rgba(217, 119, 6, 0.15));
2031
+ }
2032
+ ._CredBuildComponents-searchIcon_17idm_42 {
2033
+ position: absolute;
2034
+ left: 10px;
2035
+ color: var(--cb-silver-muted, #64748b);
2036
+ pointer-events: none;
2037
+ }
2038
+ ._CredBuildComponents-clearButton_17idm_49 {
2039
+ position: absolute;
2040
+ right: 8px;
2041
+ background: none;
2042
+ border: none;
2043
+ padding: 4px;
2044
+ cursor: pointer;
2045
+ color: var(--cb-silver-muted, #64748b);
2046
+ display: flex;
2047
+ align-items: center;
2048
+ justify-content: center;
2049
+ border-radius: 4px;
2050
+ transition: all 0.15s ease-in-out;
2051
+ }
2052
+ ._CredBuildComponents-clearButton_17idm_49:hover {
2053
+ background-color: var(--cb-border, #e2e8f0);
2054
+ color: var(--cb-silver, #0f172a);
2055
+ }
2056
+ ._CredBuildComponents-listContainer_17idm_69 {
2057
+ flex: 1;
2058
+ overflow-y: auto;
2059
+ }
2060
+ ._CredBuildComponents-noResults_17idm_74 {
2061
+ padding: 32px 16px;
2062
+ text-align: center;
2063
+ color: var(--cb-silver-muted, #64748b);
2064
+ font-size: 13px;
2065
+ display: flex;
2066
+ flex-direction: column;
2067
+ align-items: center;
2068
+ gap: 8px;
2069
+ }
2070
+
1994
2071
  /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Preview/styles.module.css/#css-module-data */
1995
2072
  ._CredBuildPreview_1z08a_1 {
1996
2073
  position: relative;
@@ -2268,10 +2345,10 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2268
2345
  }
2269
2346
 
2270
2347
  /* css-module:/home/crediblemark/Project/Credibuild/components/ViewportControls/styles.module.css/#css-module-data */
2271
- ._ViewportControls_1e0ai_1 {
2348
+ ._ViewportControls_gefvg_1 {
2272
2349
  position: relative;
2273
2350
  }
2274
- ._ViewportControls--fullScreen_1e0ai_5 {
2351
+ ._ViewportControls--fullScreen_gefvg_5 {
2275
2352
  border-radius: 32px;
2276
2353
  display: flex;
2277
2354
  position: absolute;
@@ -2279,10 +2356,10 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2279
2356
  right: 12px;
2280
2357
  overflow: hidden;
2281
2358
  }
2282
- ._ViewportControls-toggleButton_1e0ai_14 {
2359
+ ._ViewportControls-toggleButton_gefvg_14 {
2283
2360
  display: none;
2284
2361
  }
2285
- ._ViewportControls--fullScreen_1e0ai_5 ._ViewportControls-toggleButton_1e0ai_14 {
2362
+ ._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-toggleButton_gefvg_14 {
2286
2363
  align-items: center;
2287
2364
  background-color: var(--credbuild-color-grey-02);
2288
2365
  border: 1px solid var(--credbuild-color-grey-04);
@@ -2295,27 +2372,28 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2295
2372
  height: 42px;
2296
2373
  z-index: 1;
2297
2374
  }
2298
- ._ViewportControls--fullScreen_1e0ai_5 ._ViewportControls-toggleButton_1e0ai_14:hover {
2375
+ ._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-toggleButton_gefvg_14:hover {
2299
2376
  background-color: var(--credbuild-color-grey-02);
2300
2377
  border: 1px solid var(--credbuild-color-azure-04);
2301
2378
  color: var(--credbuild-color-azure-07);
2302
2379
  }
2303
- ._ViewportControls--isExpanded_1e0ai_38 ._ViewportControls-toggleButton_1e0ai_14 {
2380
+ ._ViewportControls--isExpanded_gefvg_38 ._ViewportControls-toggleButton_gefvg_14 {
2304
2381
  background-color: var(--credbuild-color-grey-03);
2305
2382
  }
2306
- ._ViewportControls-actions_1e0ai_42 {
2383
+ ._ViewportControls-actions_gefvg_42 {
2307
2384
  display: flex;
2308
2385
  }
2309
- ._ViewportControls-actionsInner_1e0ai_46 {
2386
+ ._ViewportControls-actionsInner_gefvg_46 {
2310
2387
  display: flex;
2311
2388
  box-sizing: border-box;
2312
2389
  justify-content: center;
2390
+ align-items: center;
2313
2391
  margin-left: auto;
2314
2392
  margin-right: auto;
2315
2393
  z-index: 0;
2316
2394
  overflow: hidden;
2317
2395
  }
2318
- ._ViewportControls--fullScreen_1e0ai_5 ._ViewportControls-actionsInner_1e0ai_46 {
2396
+ ._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-actionsInner_gefvg_46 {
2319
2397
  background: var(--credbuild-color-grey-11);
2320
2398
  border: 1px solid var(--credbuild-color-grey-09);
2321
2399
  border-radius: 30px;
@@ -2323,19 +2401,20 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2323
2401
  margin-right: none;
2324
2402
  padding-right: 42px;
2325
2403
  }
2326
- ._ViewportControls--fullScreen_1e0ai_5 ._ViewportControls-actionsInner_1e0ai_46 {
2404
+ ._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-actionsInner_gefvg_46 {
2327
2405
  transform: translateX(100%);
2328
2406
  transition: transform 150ms ease-in-out;
2329
2407
  }
2330
- ._ViewportControls--fullScreen_1e0ai_5._ViewportControls--isExpanded_1e0ai_38 ._ViewportControls-actionsInner_1e0ai_46 {
2408
+ ._ViewportControls--fullScreen_gefvg_5._ViewportControls--isExpanded_gefvg_38 ._ViewportControls-actionsInner_gefvg_46 {
2331
2409
  transform: translateX(42px);
2332
2410
  }
2333
- ._ViewportControls-divider_1e0ai_75 {
2411
+ ._ViewportControls-divider_gefvg_76 {
2334
2412
  border-inline-end: 1px solid var(--credbuild-color-grey-09);
2335
- margin-bottom: 8px;
2336
- margin-top: 8px;
2413
+ height: 16px;
2414
+ margin-left: 4px;
2415
+ margin-right: 4px;
2337
2416
  }
2338
- ._ViewportControls-zoomSelect_1e0ai_81 {
2417
+ ._ViewportControls-zoomSelect_gefvg_83 {
2339
2418
  appearance: none;
2340
2419
  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;
2341
2420
  background-size: 10px;
@@ -2347,27 +2426,28 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2347
2426
  padding-left: 8px;
2348
2427
  width: 96px;
2349
2428
  }
2350
- ._ViewportControls--fullScreen_1e0ai_5 ._ViewportControls-zoom_1e0ai_81 {
2429
+ ._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-zoom_gefvg_83 {
2351
2430
  display: none;
2352
2431
  }
2353
2432
  @media (min-width: 638px) {
2354
- ._ViewportControls-zoom_1e0ai_81,
2355
- ._ViewportControls--fullScreen_1e0ai_5 ._ViewportControls-zoom_1e0ai_81 {
2433
+ ._ViewportControls-zoom_gefvg_83,
2434
+ ._ViewportControls--fullScreen_gefvg_5 ._ViewportControls-zoom_gefvg_83 {
2356
2435
  display: flex;
2357
2436
  justify-content: center;
2437
+ align-items: center;
2358
2438
  }
2359
2439
  }
2360
- ._ViewportControls-zoomSelect_1e0ai_81:dir(rtl) {
2440
+ ._ViewportControls-zoomSelect_gefvg_83:dir(rtl) {
2361
2441
  background-position: 12px calc(50% + 3px);
2362
2442
  }
2363
- ._ViewportButton-inner_1e0ai_111 {
2443
+ ._ViewportButton-inner_gefvg_114 {
2364
2444
  align-items: center;
2365
2445
  display: flex;
2366
2446
  justify-content: center;
2367
2447
  height: 32px;
2368
2448
  width: 32px;
2369
2449
  }
2370
- ._ViewportButton--isActive_1e0ai_119 ._ViewportButton-inner_1e0ai_111 {
2450
+ ._ViewportButton--isActive_gefvg_122 ._ViewportButton-inner_gefvg_114 {
2371
2451
  color: var(--credbuild-color-azure-04);
2372
2452
  }
2373
2453
 
@@ -2446,16 +2526,16 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2446
2526
  }
2447
2527
 
2448
2528
  /* css-module:/home/crediblemark/Project/Credibuild/components/SidebarSection/styles.module.css/#css-module-data */
2449
- ._SidebarSection_17qyf_1 {
2529
+ ._SidebarSection_1w6vl_1 {
2450
2530
  display: flex;
2451
2531
  position: relative;
2452
2532
  flex-direction: column;
2453
2533
  color: var(--credbuild-color-black);
2454
2534
  }
2455
- ._SidebarSection_17qyf_1:last-of-type {
2456
- flex-grow: 1;
2535
+ ._SidebarSection_1w6vl_1:last-of-type {
2536
+ flex-grow: 0;
2457
2537
  }
2458
- ._SidebarSection-title_17qyf_12 {
2538
+ ._SidebarSection-title_1w6vl_12 {
2459
2539
  background: var(--credbuild-color-grey-11);
2460
2540
  padding: 4px 10px;
2461
2541
  border-bottom: 1px solid var(--credbuild-color-grey-10);
@@ -2466,11 +2546,11 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2466
2546
  user-select: none;
2467
2547
  transition: background 0.2s ease;
2468
2548
  }
2469
- ._SidebarSection-title_17qyf_12:hover {
2549
+ ._SidebarSection-title_1w6vl_12:hover {
2470
2550
  background: #f3f4f6;
2471
2551
  }
2472
- ._SidebarSection-title_17qyf_12 h2,
2473
- ._SidebarSection-title_17qyf_12 span {
2552
+ ._SidebarSection-title_1w6vl_12 h2,
2553
+ ._SidebarSection-title_1w6vl_12 span {
2474
2554
  font-size: 10px;
2475
2555
  text-transform: uppercase;
2476
2556
  letter-spacing: 0.1em;
@@ -2478,17 +2558,17 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2478
2558
  color: var(--credbuild-color-grey-05);
2479
2559
  margin: 0;
2480
2560
  }
2481
- ._SidebarSection--noBorderTop_17qyf_38 > ._SidebarSection-title_17qyf_12 {
2561
+ ._SidebarSection--noBorderTop_1w6vl_38 > ._SidebarSection-title_1w6vl_12 {
2482
2562
  border-top: 0px;
2483
2563
  }
2484
- ._SidebarSection-content_17qyf_42:last-child {
2564
+ ._SidebarSection-content_1w6vl_42:last-child {
2485
2565
  padding-bottom: 4px;
2486
2566
  }
2487
- ._SidebarSection_17qyf_1:last-of-type ._SidebarSection-content_17qyf_42 {
2567
+ ._SidebarSection_1w6vl_1:last-of-type ._SidebarSection-content_1w6vl_42 {
2488
2568
  border-bottom: none;
2489
- flex-grow: 1;
2569
+ flex-grow: 0;
2490
2570
  }
2491
- ._SidebarSection-breadcrumbLabel_17qyf_51 {
2571
+ ._SidebarSection-breadcrumbLabel_1w6vl_51 {
2492
2572
  background: none;
2493
2573
  border: 0;
2494
2574
  border-radius: 2px;
@@ -2499,34 +2579,34 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
2499
2579
  padding: 0;
2500
2580
  transition: color 50ms ease-in;
2501
2581
  }
2502
- ._SidebarSection-breadcrumbLabel_17qyf_51:focus-visible {
2582
+ ._SidebarSection-breadcrumbLabel_1w6vl_51:focus-visible {
2503
2583
  outline: 2px solid var(--credbuild-color-azure-05);
2504
2584
  outline-offset: 2px;
2505
2585
  }
2506
2586
  @media (hover: hover) and (pointer: fine) {
2507
- ._SidebarSection-breadcrumbLabel_17qyf_51:hover {
2587
+ ._SidebarSection-breadcrumbLabel_1w6vl_51:hover {
2508
2588
  color: var(--credbuild-color-azure-03);
2509
2589
  transition: none;
2510
2590
  }
2511
2591
  }
2512
- ._SidebarSection-breadcrumbLabel_17qyf_51:active {
2592
+ ._SidebarSection-breadcrumbLabel_1w6vl_51:active {
2513
2593
  color: var(--credbuild-color-azure-02);
2514
2594
  transition: none;
2515
2595
  }
2516
- ._SidebarSection-breadcrumbs_17qyf_80 {
2596
+ ._SidebarSection-breadcrumbs_1w6vl_80 {
2517
2597
  align-items: center;
2518
2598
  display: flex;
2519
2599
  gap: 4px;
2520
2600
  }
2521
- ._SidebarSection-breadcrumb_17qyf_51 {
2601
+ ._SidebarSection-breadcrumb_1w6vl_51 {
2522
2602
  align-items: center;
2523
2603
  display: flex;
2524
2604
  gap: 4px;
2525
2605
  }
2526
- ._SidebarSection-heading_17qyf_92 {
2606
+ ._SidebarSection-heading_1w6vl_92 {
2527
2607
  padding-inline-end: 16px;
2528
2608
  }
2529
- ._SidebarSection-loadingOverlay_17qyf_96 {
2609
+ ._SidebarSection-loadingOverlay_1w6vl_96 {
2530
2610
  background: var(--credbuild-color-white);
2531
2611
  display: flex;
2532
2612
  justify-content: center;