@crediblemark/build 0.24.7 → 0.24.8

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/index.css CHANGED
@@ -477,50 +477,63 @@
477
477
  }
478
478
 
479
479
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
480
- ._InputWrapper_1bq9u_1 + ._InputWrapper_1bq9u_1 {
481
- margin-top: 5px;
480
+ ._InputWrapper_amigi_1:not(._InputWrapper--object_amigi_1):not(._InputWrapper--array_amigi_1) {
481
+ border: 1px solid var(--credbuild-color-grey-10);
482
+ border-radius: 5px;
483
+ padding: 6px 8px;
484
+ background-color: var(--credbuild-color-white);
485
+ transition: all 0.2s ease;
486
+ }
487
+ ._InputWrapper_amigi_1 + ._InputWrapper_amigi_1 {
488
+ margin-top: 4px;
482
489
  }
483
- ._Input-label_1bq9u_5 {
490
+ ._InputWrapper_amigi_1:not(._InputWrapper--object_amigi_1):not(._InputWrapper--array_amigi_1):hover {
491
+ border-color: var(--credbuild-color-grey-08);
492
+ background-color: var(--credbuild-color-grey-11);
493
+ }
494
+ ._Input-label_amigi_18 {
484
495
  align-items: center;
485
- color: var(--credbuild-color-grey-04);
496
+ color: var(--credbuild-color-grey-05);
486
497
  display: flex;
487
- padding-bottom: 4px;
488
- font-size: var(--credbuild-font-size-xxs);
489
- font-weight: 600;
498
+ padding-bottom: 2px;
499
+ font-size: 10px;
500
+ font-weight: 500;
501
+ text-transform: uppercase;
502
+ letter-spacing: 0.02em;
490
503
  }
491
- ._Input-label--noChildren_1bq9u_14 {
504
+ ._Input-label--noChildren_amigi_29 {
492
505
  padding-bottom: 0;
493
506
  }
494
- ._Input-labelIcon_1bq9u_18 {
507
+ ._Input-labelIcon_amigi_33 {
495
508
  color: var(--credbuild-color-grey-07);
496
509
  display: flex;
497
510
  margin-inline-end: 4px;
498
511
  padding-inline-start: 4px;
499
512
  }
500
- ._Input-disabledIcon_1bq9u_25 {
513
+ ._Input-disabledIcon_amigi_40 {
501
514
  color: var(--credbuild-color-grey-05);
502
515
  margin-inline-start: auto;
503
516
  }
504
- ._Input-input_1bq9u_30 {
505
- background: var(--credbuild-color-white);
506
- border-width: 1px;
507
- border-style: solid;
508
- border-color: var(--credbuild-color-grey-09);
509
- border-radius: 4px;
517
+ ._Input-input_amigi_45 {
518
+ background: transparent;
519
+ border: none;
520
+ border-radius: 0;
510
521
  box-sizing: border-box;
511
522
  font-family: inherit;
512
- font-size: 16px;
513
- padding: 6px 10px;
514
- transition: border-color 50ms ease-in;
523
+ font-size: 12px;
524
+ padding: 0;
525
+ transition: all 0.1s ease;
515
526
  width: 100%;
516
527
  max-width: 100%;
528
+ color: var(--credbuild-color-grey-02);
529
+ outline: none;
517
530
  }
518
531
  @media (min-width: 458px) {
519
- ._Input-input_1bq9u_30 {
532
+ ._Input-input_amigi_45 {
520
533
  font-size: 14px;
521
534
  }
522
535
  }
523
- select._Input-input_1bq9u_30 {
536
+ select._Input-input_amigi_45 {
524
537
  appearance: none;
525
538
  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;
526
539
  background-size: 12px;
@@ -529,29 +542,29 @@ select._Input-input_1bq9u_30 {
529
542
  background-color: var(--credbuild-color-white);
530
543
  cursor: pointer;
531
544
  }
532
- select._Input-input_1bq9u_30:dir(rtl) {
545
+ select._Input-input_amigi_45:dir(rtl) {
533
546
  background-position: 12px calc(50% + 3px);
534
547
  }
535
548
  @media (hover: hover) and (pointer: fine) {
536
- ._Input_1bq9u_1:has(> input):hover ._Input-input_1bq9u_30:not([readonly]),
537
- ._Input_1bq9u_1:has(> textarea):hover ._Input-input_1bq9u_30:not([readonly]) {
549
+ ._Input_amigi_1:has(> input):hover ._Input-input_amigi_45:not([readonly]),
550
+ ._Input_amigi_1:has(> textarea):hover ._Input-input_amigi_45:not([readonly]) {
538
551
  border-color: var(--credbuild-color-grey-05);
539
552
  transition: none;
540
553
  }
541
- ._Input_1bq9u_1:has(> select):hover ._Input-input_1bq9u_30:not([disabled]) {
554
+ ._Input_amigi_1:has(> select):hover ._Input-input_amigi_45:not([disabled]) {
542
555
  background-color: var(--credbuild-color-azure-12);
543
556
  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>");
544
557
  border-color: var(--credbuild-color-grey-05);
545
558
  transition: none;
546
559
  }
547
560
  }
548
- ._Input-input_1bq9u_30:focus {
561
+ ._Input-input_amigi_45:focus {
549
562
  border-color: var(--credbuild-color-grey-05);
550
563
  outline: 2px solid var(--credbuild-color-azure-05);
551
564
  transition: none;
552
565
  }
553
- ._Input--readOnly_1bq9u_86 > ._Input-input_1bq9u_30,
554
- ._Input--readOnly_1bq9u_86 > select._Input-input_1bq9u_30 {
566
+ ._Input--readOnly_amigi_101 > ._Input-input_amigi_45,
567
+ ._Input--readOnly_amigi_101 > select._Input-input_amigi_45 {
555
568
  background-color: var(--credbuild-color-grey-11);
556
569
  border-color: var(--credbuild-color-grey-09);
557
570
  color: var(--credbuild-color-grey-04);
@@ -560,34 +573,34 @@ select._Input-input_1bq9u_30:dir(rtl) {
560
573
  outline: 0;
561
574
  transition: none;
562
575
  }
563
- ._Input-radioGroupItems_1bq9u_97 {
576
+ ._Input-radioGroupItems_amigi_112 {
564
577
  display: flex;
565
578
  border: 1px solid var(--credbuild-color-grey-09);
566
579
  border-radius: 4px;
567
580
  flex-wrap: wrap;
568
581
  }
569
- ._Input-radio_1bq9u_97 {
582
+ ._Input-radio_amigi_112 {
570
583
  border-inline-end: 1px solid var(--credbuild-color-grey-09);
571
584
  flex-grow: 1;
572
585
  }
573
- ._Input-radio_1bq9u_97:first-of-type {
586
+ ._Input-radio_amigi_112:first-of-type {
574
587
  border-bottom-left-radius: 4px;
575
588
  border-top-left-radius: 4px;
576
589
  }
577
- ._Input-radio_1bq9u_97:first-of-type ._Input-radioInner_1bq9u_114 {
590
+ ._Input-radio_amigi_112:first-of-type ._Input-radioInner_amigi_129 {
578
591
  border-bottom-left-radius: 3px;
579
592
  border-top-left-radius: 3px;
580
593
  }
581
- ._Input-radio_1bq9u_97:last-of-type {
594
+ ._Input-radio_amigi_112:last-of-type {
582
595
  border-bottom-right-radius: 4px;
583
596
  border-inline-end: 0;
584
597
  border-top-right-radius: 4px;
585
598
  }
586
- ._Input-radio_1bq9u_97:last-of-type ._Input-radioInner_1bq9u_114 {
599
+ ._Input-radio_amigi_112:last-of-type ._Input-radioInner_amigi_129 {
587
600
  border-bottom-right-radius: 3px;
588
601
  border-top-right-radius: 3px;
589
602
  }
590
- ._Input-radioInner_1bq9u_114 {
603
+ ._Input-radioInner_amigi_129 {
591
604
  background-color: var(--credbuild-color-white);
592
605
  color: var(--credbuild-color-grey-04);
593
606
  cursor: pointer;
@@ -596,32 +609,32 @@ select._Input-input_1bq9u_30:dir(rtl) {
596
609
  text-align: center;
597
610
  transition: background-color 50ms ease-in;
598
611
  }
599
- ._Input-radio_1bq9u_97:has(:focus-visible) {
612
+ ._Input-radio_amigi_112:has(:focus-visible) {
600
613
  outline: 2px solid var(--credbuild-color-azure-05);
601
614
  outline-offset: 2px;
602
615
  position: relative;
603
616
  }
604
617
  @media (hover: hover) and (pointer: fine) {
605
- ._Input-radioInner_1bq9u_114:hover {
618
+ ._Input-radioInner_amigi_129:hover {
606
619
  background-color: var(--credbuild-color-azure-12);
607
620
  transition: none;
608
621
  }
609
622
  }
610
- ._Input--readOnly_1bq9u_86 ._Input-radioInner_1bq9u_114 {
623
+ ._Input--readOnly_amigi_101 ._Input-radioInner_amigi_129 {
611
624
  background-color: var(--credbuild-color-white);
612
625
  color: var(--credbuild-color-grey-04);
613
626
  cursor: default;
614
627
  }
615
- ._Input-radio_1bq9u_97 ._Input-radioInput_1bq9u_159:checked ~ ._Input-radioInner_1bq9u_114 {
628
+ ._Input-radio_amigi_112 ._Input-radioInput_amigi_174:checked ~ ._Input-radioInner_amigi_129 {
616
629
  background-color: var(--credbuild-color-azure-11);
617
630
  color: var(--credbuild-color-azure-04);
618
631
  font-weight: 500;
619
632
  }
620
- ._Input--readOnly_1bq9u_86 ._Input-radioInput_1bq9u_159:checked ~ ._Input-radioInner_1bq9u_114 {
633
+ ._Input--readOnly_amigi_101 ._Input-radioInput_amigi_174:checked ~ ._Input-radioInner_amigi_129 {
621
634
  background-color: var(--credbuild-color-grey-11);
622
635
  color: var(--credbuild-color-grey-04);
623
636
  }
624
- ._Input-radio_1bq9u_97 ._Input-radioInput_1bq9u_159 {
637
+ ._Input-radio_amigi_112 ._Input-radioInput_amigi_174 {
625
638
  clip: rect(0 0 0 0);
626
639
  clip-path: inset(100%);
627
640
  height: 1px;
@@ -630,7 +643,7 @@ select._Input-input_1bq9u_30:dir(rtl) {
630
643
  white-space: nowrap;
631
644
  width: 1px;
632
645
  }
633
- textarea._Input-input_1bq9u_30 {
646
+ textarea._Input-input_amigi_45 {
634
647
  margin-bottom: -4px;
635
648
  }
636
649
 
@@ -1395,18 +1408,18 @@ textarea._Input-input_1bq9u_30 {
1395
1408
  }
1396
1409
 
1397
1410
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
1398
- ._ArrayField_1q029_5 {
1411
+ ._ArrayField_19wby_5 {
1399
1412
  display: flex;
1400
1413
  flex-direction: column;
1401
1414
  background: var(--credbuild-color-azure-11);
1402
1415
  border: 1px solid var(--credbuild-color-grey-09);
1403
1416
  border-radius: 4px;
1404
1417
  }
1405
- ._ArrayField--isDraggingFrom_1q029_13 {
1418
+ ._ArrayField--isDraggingFrom_19wby_13 {
1406
1419
  background-color: var(--credbuild-color-azure-11);
1407
1420
  overflow: hidden;
1408
1421
  }
1409
- ._ArrayField-addButton_1q029_18 {
1422
+ ._ArrayField-addButton_19wby_18 {
1410
1423
  background-color: var(--credbuild-color-white);
1411
1424
  border: none;
1412
1425
  border-radius: 3px;
@@ -1420,63 +1433,63 @@ textarea._Input-input_1bq9u_30 {
1420
1433
  text-align: left;
1421
1434
  transition: background-color 50ms ease-in;
1422
1435
  }
1423
- ._ArrayField--hasItems_1q029_33 > ._ArrayField-addButton_1q029_18 {
1436
+ ._ArrayField--hasItems_19wby_33 > ._ArrayField-addButton_19wby_18 {
1424
1437
  border-top: 1px solid var(--credbuild-color-grey-09);
1425
1438
  border-top-left-radius: 0;
1426
1439
  border-top-right-radius: 0;
1427
1440
  }
1428
- ._ArrayField-addButton_1q029_18:focus-visible {
1441
+ ._ArrayField-addButton_19wby_18:focus-visible {
1429
1442
  outline: 2px solid var(--credbuild-color-azure-05);
1430
1443
  outline-offset: 2px;
1431
1444
  position: relative;
1432
1445
  }
1433
1446
  @media (hover: hover) and (pointer: fine) {
1434
- ._ArrayField_1q029_5:not(._ArrayField--isDraggingFrom_1q029_13) > ._ArrayField-addButton_1q029_18:hover {
1447
+ ._ArrayField_19wby_5:not(._ArrayField--isDraggingFrom_19wby_13) > ._ArrayField-addButton_19wby_18:hover {
1435
1448
  background: var(--credbuild-color-azure-12);
1436
1449
  color: var(--credbuild-color-azure-04);
1437
1450
  transition: none;
1438
1451
  }
1439
1452
  }
1440
- ._ArrayField_1q029_5:not(._ArrayField--isDraggingFrom_1q029_13) > ._ArrayField-addButton_1q029_18:active {
1453
+ ._ArrayField_19wby_5:not(._ArrayField--isDraggingFrom_19wby_13) > ._ArrayField-addButton_19wby_18:active {
1441
1454
  background: var(--credbuild-color-azure-11);
1442
1455
  color: var(--credbuild-color-azure-04);
1443
1456
  transition: none;
1444
1457
  }
1445
- ._ArrayField-inner_1q029_59 {
1458
+ ._ArrayField-inner_19wby_59 {
1446
1459
  margin-top: -1px;
1447
1460
  }
1448
- ._ArrayFieldItem_1q029_67 {
1461
+ ._ArrayFieldItem_19wby_67 {
1449
1462
  border-top-left-radius: 3px;
1450
1463
  border-top-right-radius: 3px;
1451
1464
  display: block;
1452
1465
  position: relative;
1453
1466
  }
1454
- ._ArrayFieldItem_1q029_67 {
1467
+ ._ArrayFieldItem_19wby_67 {
1455
1468
  border-top: 1px solid var(--credbuild-color-grey-09);
1456
1469
  }
1457
- ._ArrayFieldItem--isDragging_1q029_78 {
1470
+ ._ArrayFieldItem--isDragging_19wby_78 {
1458
1471
  border-top: transparent;
1459
1472
  }
1460
- ._ArrayFieldItem--isExpanded_1q029_82::before {
1473
+ ._ArrayFieldItem--isExpanded_19wby_82::before {
1461
1474
  display: none;
1462
1475
  }
1463
- ._ArrayFieldItem--isExpanded_1q029_82 {
1476
+ ._ArrayFieldItem--isExpanded_19wby_82 {
1464
1477
  border-bottom: 0;
1465
1478
  outline-offset: 0px !important;
1466
1479
  outline: 1px solid var(--credbuild-color-azure-07) !important;
1467
1480
  z-index: 2;
1468
1481
  }
1469
- ._ArrayFieldItem--isDragging_1q029_78 {
1482
+ ._ArrayFieldItem--isDragging_19wby_78 {
1470
1483
  outline: 2px var(--credbuild-color-azure-09) solid !important;
1471
1484
  }
1472
- ._ArrayFieldItem--isDragging_1q029_78 ._ArrayFieldItem-summary_1q029_97:active {
1485
+ ._ArrayFieldItem--isDragging_19wby_78 ._ArrayFieldItem-summary_19wby_97:active {
1473
1486
  background-color: var(--credbuild-color-white);
1474
1487
  }
1475
- ._ArrayFieldItem_1q029_67 + ._ArrayFieldItem_1q029_67 {
1488
+ ._ArrayFieldItem_19wby_67 + ._ArrayFieldItem_19wby_67 {
1476
1489
  border-top-left-radius: 0;
1477
1490
  border-top-right-radius: 0;
1478
1491
  }
1479
- ._ArrayFieldItem-summary_1q029_97 {
1492
+ ._ArrayFieldItem-summary_19wby_97 {
1480
1493
  background: var(--credbuild-color-white);
1481
1494
  color: var(--credbuild-color-grey-04);
1482
1495
  cursor: pointer;
@@ -1486,73 +1499,73 @@ textarea._Input-input_1bq9u_30 {
1486
1499
  justify-content: space-between;
1487
1500
  font-size: var(--credbuild-font-size-xxs);
1488
1501
  list-style: none;
1489
- padding: 12px 15px;
1502
+ padding: 6px 10px;
1490
1503
  position: relative;
1491
1504
  overflow: hidden;
1492
1505
  transition: background-color 50ms ease-in;
1493
1506
  }
1494
- ._ArrayFieldItem--noFields_1q029_122 > ._ArrayFieldItem-summary_1q029_97 {
1507
+ ._ArrayFieldItem--noFields_19wby_122 > ._ArrayFieldItem-summary_19wby_97 {
1495
1508
  cursor: grab;
1496
1509
  }
1497
- ._ArrayFieldItem_1q029_67:first-of-type > ._ArrayFieldItem-summary_1q029_97 {
1510
+ ._ArrayFieldItem_19wby_67:first-of-type > ._ArrayFieldItem-summary_19wby_97 {
1498
1511
  border-top-left-radius: 3px;
1499
1512
  border-top-right-radius: 3px;
1500
1513
  }
1501
- ._ArrayField--addDisabled_1q029_131 > ._ArrayField-inner_1q029_59 > ._ArrayFieldItem_1q029_67:last-of-type:not(._ArrayFieldItem--isExpanded_1q029_82) > ._ArrayFieldItem-summary_1q029_97 {
1514
+ ._ArrayField--addDisabled_19wby_131 > ._ArrayField-inner_19wby_59 > ._ArrayFieldItem_19wby_67:last-of-type:not(._ArrayFieldItem--isExpanded_19wby_82) > ._ArrayFieldItem-summary_19wby_97 {
1502
1515
  border-bottom-left-radius: 3px;
1503
1516
  border-bottom-right-radius: 3px;
1504
1517
  }
1505
- ._ArrayField--addDisabled_1q029_131 > ._ArrayField-inner_1q029_59 > ._ArrayFieldItem--isExpanded_1q029_82:last-of-type {
1518
+ ._ArrayField--addDisabled_19wby_131 > ._ArrayField-inner_19wby_59 > ._ArrayFieldItem--isExpanded_19wby_82:last-of-type {
1506
1519
  border-bottom-left-radius: 3px;
1507
1520
  border-bottom-right-radius: 3px;
1508
1521
  }
1509
- ._ArrayFieldItem-summary_1q029_97:focus-visible {
1522
+ ._ArrayFieldItem-summary_19wby_97:focus-visible {
1510
1523
  outline: 2px solid var(--credbuild-color-azure-05);
1511
1524
  outline-offset: 2px;
1512
1525
  }
1513
1526
  @media (hover: hover) and (pointer: fine) {
1514
- ._ArrayFieldItem-summary_1q029_97:hover {
1527
+ ._ArrayFieldItem-summary_19wby_97:hover {
1515
1528
  background-color: var(--credbuild-color-azure-12);
1516
1529
  transition: none;
1517
1530
  }
1518
1531
  }
1519
- ._ArrayFieldItem-summary_1q029_97:active {
1532
+ ._ArrayFieldItem-summary_19wby_97:active {
1520
1533
  background-color: var(--credbuild-color-azure-11);
1521
1534
  transition: none;
1522
1535
  }
1523
- ._ArrayFieldItem--isExpanded_1q029_82 > ._ArrayFieldItem-summary_1q029_97 {
1536
+ ._ArrayFieldItem--isExpanded_19wby_82 > ._ArrayFieldItem-summary_19wby_97 {
1524
1537
  background: var(--credbuild-color-azure-11);
1525
1538
  color: var(--credbuild-color-azure-04);
1526
1539
  font-weight: 600;
1527
1540
  transition: none;
1528
1541
  }
1529
- ._ArrayFieldItem-body_1q029_170 {
1542
+ ._ArrayFieldItem-body_19wby_170 {
1530
1543
  background: var(--credbuild-color-white);
1531
1544
  display: none;
1532
1545
  }
1533
- ._ArrayFieldItem--isExpanded_1q029_82 > ._ArrayFieldItem-body_1q029_170 {
1546
+ ._ArrayFieldItem--isExpanded_19wby_82 > ._ArrayFieldItem-body_19wby_170 {
1534
1547
  display: block;
1535
1548
  }
1536
- ._ArrayFieldItem-fieldset_1q029_179 {
1549
+ ._ArrayFieldItem-fieldset_19wby_179 {
1537
1550
  border: none;
1538
1551
  border-top: 1px solid var(--credbuild-color-grey-09);
1539
1552
  margin: 0;
1540
1553
  min-width: 0;
1541
- padding: 16px 15px;
1554
+ padding: 8px 10px;
1542
1555
  }
1543
- ._ArrayFieldItem-rhs_1q029_187 {
1556
+ ._ArrayFieldItem-rhs_19wby_187 {
1544
1557
  display: flex;
1545
1558
  gap: 4px;
1546
1559
  align-items: center;
1547
1560
  }
1548
- ._ArrayFieldItem-actions_1q029_193 {
1561
+ ._ArrayFieldItem-actions_19wby_193 {
1549
1562
  color: var(--credbuild-color-grey-04);
1550
1563
  display: flex;
1551
1564
  gap: 4px;
1552
1565
  opacity: 0;
1553
1566
  }
1554
- ._ArrayFieldItem-summary_1q029_97:focus-within > ._ArrayFieldItem-rhs_1q029_187 > ._ArrayFieldItem-actions_1q029_193,
1555
- ._ArrayFieldItem-summary_1q029_97:hover > ._ArrayFieldItem-rhs_1q029_187 > ._ArrayFieldItem-actions_1q029_193 {
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 {
1556
1569
  opacity: 1;
1557
1570
  }
1558
1571
 
@@ -1587,44 +1600,69 @@ textarea._Input-input_1bq9u_30 {
1587
1600
  }
1588
1601
 
1589
1602
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1590
- ._ObjectField_1vrf5_1 {
1603
+ ._ObjectField_1n2lh_1 {
1591
1604
  display: flex;
1592
1605
  flex-direction: column;
1593
1606
  background-color: transparent;
1594
- border: 1px solid var(--credbuild-color-grey-09);
1595
- border-radius: 6px;
1596
- margin-bottom: 8px;
1607
+ margin-bottom: 4px;
1597
1608
  overflow: hidden;
1598
1609
  transition: all 0.2s ease;
1599
1610
  }
1600
- ._ObjectField--isOpen_1vrf5_12 {
1601
- border-color: var(--credbuild-color-azure-09);
1602
- background-color: var(--credbuild-color-grey-11);
1611
+ ._ObjectField--isOpen_1n2lh_10 {
1612
+ background-color: transparent;
1603
1613
  }
1604
- ._ObjectField-content_1vrf5_17 {
1605
- border-top: 1px solid var(--credbuild-color-grey-09);
1606
- background-color: var(--credbuild-color-white);
1614
+ ._ObjectField-content_1n2lh_14 {
1615
+ background-color: transparent;
1607
1616
  }
1608
- ._ObjectField-fieldset_1vrf5_22 {
1617
+ ._ObjectField-fieldset_1n2lh_18 {
1609
1618
  border: none;
1610
1619
  margin: 0;
1611
1620
  min-width: 0;
1612
- padding: 12px 12px;
1621
+ padding: 0 0 8px 12px;
1613
1622
  display: flex;
1614
1623
  flex-direction: column;
1615
- gap: 12px;
1624
+ gap: 4px;
1625
+ border-left: 1px solid var(--credbuild-color-grey-10);
1626
+ margin-left: 8px;
1627
+ }
1628
+ ._ObjectField-header_1n2lh_30 {
1629
+ background-color: transparent;
1630
+ border: 0;
1631
+ color: var(--credbuild-color-grey-05);
1632
+ cursor: pointer;
1633
+ display: flex;
1634
+ font: inherit;
1635
+ font-size: var(--credbuild-font-size-xxxs);
1636
+ list-style: none;
1637
+ margin-bottom: 4px;
1638
+ padding: 4px 8px;
1639
+ text-transform: uppercase;
1640
+ transition: background-color 50ms ease-in, color 50ms ease-in;
1641
+ gap: 4px;
1642
+ border-radius: 4px;
1643
+ width: 100%;
1644
+ align-items: center;
1645
+ }
1646
+ ._ObjectField-header_1n2lh_30:hover {
1647
+ background-color: var(--credbuild-color-azure-11);
1648
+ color: var(--credbuild-color-azure-04);
1649
+ }
1650
+ ._ObjectField-headerIcon_1n2lh_54 {
1651
+ margin-inline-start: auto;
1652
+ display: flex;
1653
+ align-items: center;
1616
1654
  }
1617
1655
 
1618
1656
  /* css-module:/home/crediblemark/Project/Credibuild/components/Drawer/styles.module.css/#css-module-data */
1619
- ._Drawer_e1509_1 {
1657
+ ._Drawer_1bd7y_1 {
1620
1658
  display: flex;
1621
1659
  flex-direction: column;
1622
1660
  background-color: var(--cb-bg-base);
1623
1661
  }
1624
- ._Drawer-draggable_e1509_7 {
1662
+ ._Drawer-draggable_1bd7y_7 {
1625
1663
  position: relative;
1626
1664
  }
1627
- ._Drawer-draggableBg_e1509_11 {
1665
+ ._Drawer-draggableBg_1bd7y_11 {
1628
1666
  position: absolute;
1629
1667
  top: 0;
1630
1668
  right: 0;
@@ -1633,10 +1671,10 @@ textarea._Input-input_1bq9u_30 {
1633
1671
  pointer-events: none;
1634
1672
  z-index: -1;
1635
1673
  }
1636
- ._DrawerItem-draggable_e1509_21 {
1674
+ ._DrawerItem-draggable_1bd7y_21 {
1637
1675
  background: transparent;
1638
1676
  cursor: grab;
1639
- padding: 6px 12px;
1677
+ padding: 4px 10px;
1640
1678
  display: flex;
1641
1679
  border: none;
1642
1680
  font-size: 11px;
@@ -1645,29 +1683,29 @@ textarea._Input-input_1bq9u_30 {
1645
1683
  transition: all 0.2s ease;
1646
1684
  color: var(--cb-silver-muted);
1647
1685
  }
1648
- ._DrawerItem--disabled_e1509_34 ._DrawerItem-draggable_e1509_21 {
1686
+ ._DrawerItem--disabled_1bd7y_34 ._DrawerItem-draggable_1bd7y_21 {
1649
1687
  opacity: 0.5;
1650
1688
  cursor: not-allowed;
1651
1689
  }
1652
- ._DrawerItem_e1509_21:focus-visible {
1690
+ ._DrawerItem_1bd7y_21:focus-visible {
1653
1691
  outline: 0;
1654
1692
  }
1655
- ._Drawer_e1509_1:not(._Drawer--isDraggingFrom_e1509_43) ._DrawerItem-default_e1509_44 {
1693
+ ._Drawer_1bd7y_1:not(._Drawer--isDraggingFrom_1bd7y_43) ._DrawerItem-default_1bd7y_44 {
1656
1694
  background-color: transparent;
1657
1695
  border: none;
1658
1696
  color: var(--cb-silver-muted);
1659
- padding: 6px 12px;
1697
+ padding: 4px 10px;
1660
1698
  position: relative;
1661
1699
  transition: all 0.2s ease;
1662
1700
  }
1663
1701
  @media (hover: hover) and (pointer: fine) {
1664
- ._DrawerItem-draggable_e1509_21:hover,
1665
- ._DrawerItem-default_e1509_44:hover {
1702
+ ._DrawerItem-draggable_1bd7y_21:hover,
1703
+ ._DrawerItem-default_1bd7y_44:hover {
1666
1704
  background-color: var(--cb-gold-faint);
1667
1705
  color: var(--cb-gold);
1668
1706
  }
1669
1707
  }
1670
- ._DrawerItem-name_e1509_61 {
1708
+ ._DrawerItem-name_1bd7y_61 {
1671
1709
  overflow-x: hidden;
1672
1710
  text-overflow: ellipsis;
1673
1711
  white-space: nowrap;
@@ -1907,19 +1945,19 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1907
1945
  }
1908
1946
 
1909
1947
  /* css-module:/home/crediblemark/Project/Credibuild/components/ComponentList/styles.module.css/#css-module-data */
1910
- ._ComponentList_1jl8i_1 {
1948
+ ._ComponentList_10tqo_1 {
1911
1949
  max-width: 100%;
1912
1950
  }
1913
- ._ComponentList--isExpanded_1jl8i_5 + ._ComponentList_1jl8i_1 {
1914
- margin-top: 12px;
1951
+ ._ComponentList--isExpanded_10tqo_5 + ._ComponentList_10tqo_1 {
1952
+ margin-top: 5px;
1915
1953
  }
1916
- ._ComponentList-content_1jl8i_9 {
1954
+ ._ComponentList-content_10tqo_9 {
1917
1955
  display: none;
1918
1956
  }
1919
- ._ComponentList--isExpanded_1jl8i_5 > ._ComponentList-content_1jl8i_9 {
1957
+ ._ComponentList--isExpanded_10tqo_5 > ._ComponentList-content_10tqo_9 {
1920
1958
  display: block;
1921
1959
  }
1922
- ._ComponentList-title_1jl8i_17 {
1960
+ ._ComponentList-title_10tqo_17 {
1923
1961
  background-color: transparent;
1924
1962
  border: 0;
1925
1963
  color: var(--credbuild-color-grey-05);
@@ -1928,30 +1966,30 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1928
1966
  font: inherit;
1929
1967
  font-size: var(--credbuild-font-size-xxxs);
1930
1968
  list-style: none;
1931
- margin-bottom: 6px;
1932
- padding: 8px;
1969
+ margin-bottom: 4px;
1970
+ padding: 4px 8px;
1933
1971
  text-transform: uppercase;
1934
1972
  transition: background-color 50ms ease-in, color 50ms ease-in;
1935
1973
  gap: 4px;
1936
1974
  border-radius: 4px;
1937
1975
  width: 100%;
1938
1976
  }
1939
- ._ComponentList-title_1jl8i_17:focus-visible {
1977
+ ._ComponentList-title_10tqo_17:focus-visible {
1940
1978
  outline: 2px solid var(--credbuild-color-azure-05);
1941
1979
  outline-offset: 2px;
1942
1980
  }
1943
1981
  @media (hover: hover) and (pointer: fine) {
1944
- ._ComponentList-title_1jl8i_17:hover {
1982
+ ._ComponentList-title_10tqo_17:hover {
1945
1983
  background-color: var(--credbuild-color-azure-11);
1946
1984
  color: var(--credbuild-color-azure-04);
1947
1985
  transition: none;
1948
1986
  }
1949
1987
  }
1950
- ._ComponentList-title_1jl8i_17:active {
1988
+ ._ComponentList-title_10tqo_17:active {
1951
1989
  background-color: var(--credbuild-color-azure-10);
1952
1990
  transition: none;
1953
1991
  }
1954
- ._ComponentList-titleIcon_1jl8i_53 {
1992
+ ._ComponentList-titleIcon_10tqo_53 {
1955
1993
  margin-inline-start: auto;
1956
1994
  }
1957
1995