@crediblemark/build 0.24.8 → 0.24.9

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,21 +477,21 @@
477
477
  }
478
478
 
479
479
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
480
- ._InputWrapper_amigi_1:not(._InputWrapper--object_amigi_1):not(._InputWrapper--array_amigi_1) {
480
+ ._InputWrapper_1xuyz_1:not(._InputWrapper--object_1xuyz_1):not(._InputWrapper--array_1xuyz_1) {
481
481
  border: 1px solid var(--credbuild-color-grey-10);
482
482
  border-radius: 5px;
483
483
  padding: 6px 8px;
484
484
  background-color: var(--credbuild-color-white);
485
485
  transition: all 0.2s ease;
486
486
  }
487
- ._InputWrapper_amigi_1 + ._InputWrapper_amigi_1 {
488
- margin-top: 4px;
487
+ ._InputWrapper_1xuyz_1 + ._InputWrapper_1xuyz_1 {
488
+ margin-top: 2px;
489
489
  }
490
- ._InputWrapper_amigi_1:not(._InputWrapper--object_amigi_1):not(._InputWrapper--array_amigi_1):hover {
490
+ ._InputWrapper_1xuyz_1:not(._InputWrapper--object_1xuyz_1):not(._InputWrapper--array_1xuyz_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_amigi_18 {
494
+ ._Input-label_1xuyz_18 {
495
495
  align-items: center;
496
496
  color: var(--credbuild-color-grey-05);
497
497
  display: flex;
@@ -501,20 +501,20 @@
501
501
  text-transform: uppercase;
502
502
  letter-spacing: 0.02em;
503
503
  }
504
- ._Input-label--noChildren_amigi_29 {
504
+ ._Input-label--noChildren_1xuyz_29 {
505
505
  padding-bottom: 0;
506
506
  }
507
- ._Input-labelIcon_amigi_33 {
507
+ ._Input-labelIcon_1xuyz_33 {
508
508
  color: var(--credbuild-color-grey-07);
509
509
  display: flex;
510
510
  margin-inline-end: 4px;
511
511
  padding-inline-start: 4px;
512
512
  }
513
- ._Input-disabledIcon_amigi_40 {
513
+ ._Input-disabledIcon_1xuyz_40 {
514
514
  color: var(--credbuild-color-grey-05);
515
515
  margin-inline-start: auto;
516
516
  }
517
- ._Input-input_amigi_45 {
517
+ ._Input-input_1xuyz_45 {
518
518
  background: transparent;
519
519
  border: none;
520
520
  border-radius: 0;
@@ -529,11 +529,11 @@
529
529
  outline: none;
530
530
  }
531
531
  @media (min-width: 458px) {
532
- ._Input-input_amigi_45 {
532
+ ._Input-input_1xuyz_45 {
533
533
  font-size: 14px;
534
534
  }
535
535
  }
536
- select._Input-input_amigi_45 {
536
+ select._Input-input_1xuyz_45 {
537
537
  appearance: none;
538
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;
539
539
  background-size: 12px;
@@ -542,29 +542,29 @@ select._Input-input_amigi_45 {
542
542
  background-color: var(--credbuild-color-white);
543
543
  cursor: pointer;
544
544
  }
545
- select._Input-input_amigi_45:dir(rtl) {
545
+ select._Input-input_1xuyz_45:dir(rtl) {
546
546
  background-position: 12px calc(50% + 3px);
547
547
  }
548
548
  @media (hover: hover) and (pointer: fine) {
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]) {
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]) {
551
551
  border-color: var(--credbuild-color-grey-05);
552
552
  transition: none;
553
553
  }
554
- ._Input_amigi_1:has(> select):hover ._Input-input_amigi_45:not([disabled]) {
554
+ ._Input_1xuyz_1:has(> select):hover ._Input-input_1xuyz_45:not([disabled]) {
555
555
  background-color: var(--credbuild-color-azure-12);
556
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>");
557
557
  border-color: var(--credbuild-color-grey-05);
558
558
  transition: none;
559
559
  }
560
560
  }
561
- ._Input-input_amigi_45:focus {
561
+ ._Input-input_1xuyz_45:focus {
562
562
  border-color: var(--credbuild-color-grey-05);
563
563
  outline: 2px solid var(--credbuild-color-azure-05);
564
564
  transition: none;
565
565
  }
566
- ._Input--readOnly_amigi_101 > ._Input-input_amigi_45,
567
- ._Input--readOnly_amigi_101 > select._Input-input_amigi_45 {
566
+ ._Input--readOnly_1xuyz_101 > ._Input-input_1xuyz_45,
567
+ ._Input--readOnly_1xuyz_101 > select._Input-input_1xuyz_45 {
568
568
  background-color: var(--credbuild-color-grey-11);
569
569
  border-color: var(--credbuild-color-grey-09);
570
570
  color: var(--credbuild-color-grey-04);
@@ -573,34 +573,34 @@ select._Input-input_amigi_45:dir(rtl) {
573
573
  outline: 0;
574
574
  transition: none;
575
575
  }
576
- ._Input-radioGroupItems_amigi_112 {
576
+ ._Input-radioGroupItems_1xuyz_112 {
577
577
  display: flex;
578
578
  border: 1px solid var(--credbuild-color-grey-09);
579
579
  border-radius: 4px;
580
580
  flex-wrap: wrap;
581
581
  }
582
- ._Input-radio_amigi_112 {
582
+ ._Input-radio_1xuyz_112 {
583
583
  border-inline-end: 1px solid var(--credbuild-color-grey-09);
584
584
  flex-grow: 1;
585
585
  }
586
- ._Input-radio_amigi_112:first-of-type {
586
+ ._Input-radio_1xuyz_112:first-of-type {
587
587
  border-bottom-left-radius: 4px;
588
588
  border-top-left-radius: 4px;
589
589
  }
590
- ._Input-radio_amigi_112:first-of-type ._Input-radioInner_amigi_129 {
590
+ ._Input-radio_1xuyz_112:first-of-type ._Input-radioInner_1xuyz_129 {
591
591
  border-bottom-left-radius: 3px;
592
592
  border-top-left-radius: 3px;
593
593
  }
594
- ._Input-radio_amigi_112:last-of-type {
594
+ ._Input-radio_1xuyz_112:last-of-type {
595
595
  border-bottom-right-radius: 4px;
596
596
  border-inline-end: 0;
597
597
  border-top-right-radius: 4px;
598
598
  }
599
- ._Input-radio_amigi_112:last-of-type ._Input-radioInner_amigi_129 {
599
+ ._Input-radio_1xuyz_112:last-of-type ._Input-radioInner_1xuyz_129 {
600
600
  border-bottom-right-radius: 3px;
601
601
  border-top-right-radius: 3px;
602
602
  }
603
- ._Input-radioInner_amigi_129 {
603
+ ._Input-radioInner_1xuyz_129 {
604
604
  background-color: var(--credbuild-color-white);
605
605
  color: var(--credbuild-color-grey-04);
606
606
  cursor: pointer;
@@ -609,32 +609,32 @@ select._Input-input_amigi_45:dir(rtl) {
609
609
  text-align: center;
610
610
  transition: background-color 50ms ease-in;
611
611
  }
612
- ._Input-radio_amigi_112:has(:focus-visible) {
612
+ ._Input-radio_1xuyz_112:has(:focus-visible) {
613
613
  outline: 2px solid var(--credbuild-color-azure-05);
614
614
  outline-offset: 2px;
615
615
  position: relative;
616
616
  }
617
617
  @media (hover: hover) and (pointer: fine) {
618
- ._Input-radioInner_amigi_129:hover {
618
+ ._Input-radioInner_1xuyz_129:hover {
619
619
  background-color: var(--credbuild-color-azure-12);
620
620
  transition: none;
621
621
  }
622
622
  }
623
- ._Input--readOnly_amigi_101 ._Input-radioInner_amigi_129 {
623
+ ._Input--readOnly_1xuyz_101 ._Input-radioInner_1xuyz_129 {
624
624
  background-color: var(--credbuild-color-white);
625
625
  color: var(--credbuild-color-grey-04);
626
626
  cursor: default;
627
627
  }
628
- ._Input-radio_amigi_112 ._Input-radioInput_amigi_174:checked ~ ._Input-radioInner_amigi_129 {
628
+ ._Input-radio_1xuyz_112 ._Input-radioInput_1xuyz_174:checked ~ ._Input-radioInner_1xuyz_129 {
629
629
  background-color: var(--credbuild-color-azure-11);
630
630
  color: var(--credbuild-color-azure-04);
631
631
  font-weight: 500;
632
632
  }
633
- ._Input--readOnly_amigi_101 ._Input-radioInput_amigi_174:checked ~ ._Input-radioInner_amigi_129 {
633
+ ._Input--readOnly_1xuyz_101 ._Input-radioInput_1xuyz_174:checked ~ ._Input-radioInner_1xuyz_129 {
634
634
  background-color: var(--credbuild-color-grey-11);
635
635
  color: var(--credbuild-color-grey-04);
636
636
  }
637
- ._Input-radio_amigi_112 ._Input-radioInput_amigi_174 {
637
+ ._Input-radio_1xuyz_112 ._Input-radioInput_1xuyz_174 {
638
638
  clip: rect(0 0 0 0);
639
639
  clip-path: inset(100%);
640
640
  height: 1px;
@@ -643,7 +643,7 @@ select._Input-input_amigi_45:dir(rtl) {
643
643
  white-space: nowrap;
644
644
  width: 1px;
645
645
  }
646
- textarea._Input-input_amigi_45 {
646
+ textarea._Input-input_1xuyz_45 {
647
647
  margin-bottom: -4px;
648
648
  }
649
649
 
@@ -1600,21 +1600,21 @@ textarea._Input-input_amigi_45 {
1600
1600
  }
1601
1601
 
1602
1602
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1603
- ._ObjectField_1n2lh_1 {
1603
+ ._ObjectField_7axeg_1 {
1604
1604
  display: flex;
1605
1605
  flex-direction: column;
1606
1606
  background-color: transparent;
1607
- margin-bottom: 4px;
1607
+ margin-bottom: 0;
1608
1608
  overflow: hidden;
1609
1609
  transition: all 0.2s ease;
1610
1610
  }
1611
- ._ObjectField--isOpen_1n2lh_10 {
1611
+ ._ObjectField--isOpen_7axeg_10 {
1612
1612
  background-color: transparent;
1613
1613
  }
1614
- ._ObjectField-content_1n2lh_14 {
1614
+ ._ObjectField-content_7axeg_14 {
1615
1615
  background-color: transparent;
1616
1616
  }
1617
- ._ObjectField-fieldset_1n2lh_18 {
1617
+ ._ObjectField-fieldset_7axeg_18 {
1618
1618
  border: none;
1619
1619
  margin: 0;
1620
1620
  min-width: 0;
@@ -1625,7 +1625,7 @@ textarea._Input-input_amigi_45 {
1625
1625
  border-left: 1px solid var(--credbuild-color-grey-10);
1626
1626
  margin-left: 8px;
1627
1627
  }
1628
- ._ObjectField-header_1n2lh_30 {
1628
+ ._ObjectField-header_7axeg_30 {
1629
1629
  background-color: transparent;
1630
1630
  border: 0;
1631
1631
  color: var(--credbuild-color-grey-05);
@@ -1634,7 +1634,7 @@ textarea._Input-input_amigi_45 {
1634
1634
  font: inherit;
1635
1635
  font-size: var(--credbuild-font-size-xxxs);
1636
1636
  list-style: none;
1637
- margin-bottom: 4px;
1637
+ margin-bottom: 2px;
1638
1638
  padding: 4px 8px;
1639
1639
  text-transform: uppercase;
1640
1640
  transition: background-color 50ms ease-in, color 50ms ease-in;
@@ -1643,11 +1643,11 @@ textarea._Input-input_amigi_45 {
1643
1643
  width: 100%;
1644
1644
  align-items: center;
1645
1645
  }
1646
- ._ObjectField-header_1n2lh_30:hover {
1646
+ ._ObjectField-header_7axeg_30:hover {
1647
1647
  background-color: var(--credbuild-color-azure-11);
1648
1648
  color: var(--credbuild-color-azure-04);
1649
1649
  }
1650
- ._ObjectField-headerIcon_1n2lh_54 {
1650
+ ._ObjectField-headerIcon_7axeg_54 {
1651
1651
  margin-inline-start: auto;
1652
1652
  display: flex;
1653
1653
  align-items: center;
@@ -1903,14 +1903,14 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1903
1903
  }
1904
1904
 
1905
1905
  /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Fields/styles.module.css/#css-module-data */
1906
- ._CredBuildFields_slc6y_1 {
1906
+ ._CredBuildFields_53gu7_1 {
1907
1907
  position: relative;
1908
1908
  font-family: var(--credbuild-font-family);
1909
1909
  }
1910
- ._CredBuildFields--isLoading_slc6y_6 {
1910
+ ._CredBuildFields--isLoading_53gu7_6 {
1911
1911
  min-height: 48px;
1912
1912
  }
1913
- ._CredBuildFields-loadingOverlay_slc6y_10 {
1913
+ ._CredBuildFields-loadingOverlay_53gu7_10 {
1914
1914
  background: var(--credbuild-color-white);
1915
1915
  display: flex;
1916
1916
  justify-content: flex-end;
@@ -1924,24 +1924,22 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1924
1924
  box-sizing: border-box;
1925
1925
  opacity: 0.8;
1926
1926
  }
1927
- ._CredBuildFields-loadingOverlayInner_slc6y_25 {
1927
+ ._CredBuildFields-loadingOverlayInner_53gu7_25 {
1928
1928
  display: flex;
1929
1929
  padding: 16px;
1930
1930
  position: sticky;
1931
1931
  top: 0;
1932
1932
  }
1933
- ._CredBuildFields-field_slc6y_32 * {
1933
+ ._CredBuildFields-field_53gu7_32 * {
1934
1934
  box-sizing: border-box;
1935
1935
  }
1936
- ._CredBuildFields--wrapFields_slc6y_36 ._CredBuildFields-field_slc6y_32 {
1936
+ ._CredBuildFields--wrapFields_53gu7_36 ._CredBuildFields-field_53gu7_32 {
1937
1937
  color: var(--credbuild-color-grey-04);
1938
- padding: 16px;
1939
- padding-bottom: 12px;
1938
+ padding: 8px 12px;
1940
1939
  display: block;
1941
1940
  }
1942
- ._CredBuildFields--wrapFields_slc6y_36 ._CredBuildFields-field_slc6y_32 + ._CredBuildFields-field_slc6y_32 {
1943
- border-top: 1px solid var(--credbuild-color-grey-09);
1944
- margin-top: 8px;
1941
+ ._CredBuildFields--wrapFields_53gu7_36 ._CredBuildFields-field_53gu7_32 + ._CredBuildFields-field_53gu7_32 {
1942
+ margin-top: 2px;
1945
1943
  }
1946
1944
 
1947
1945
  /* css-module:/home/crediblemark/Project/Credibuild/components/ComponentList/styles.module.css/#css-module-data */
package/dist/index.js CHANGED
@@ -159,7 +159,7 @@ var init_styles_module2 = __esm({
159
159
  "use strict";
160
160
  init_react_import();
161
161
  init_css_module_data2();
162
- styles_module_default2 = { "InputWrapper": "_InputWrapper_amigi_1", "InputWrapper--object": "_InputWrapper--object_amigi_1", "InputWrapper--array": "_InputWrapper--array_amigi_1", "Input-label": "_Input-label_amigi_18", "Input-label--noChildren": "_Input-label--noChildren_amigi_29", "Input-labelIcon": "_Input-labelIcon_amigi_33", "Input-disabledIcon": "_Input-disabledIcon_amigi_40", "Input-input": "_Input-input_amigi_45", "Input": "_Input_amigi_1", "Input--readOnly": "_Input--readOnly_amigi_101", "Input-radioGroupItems": "_Input-radioGroupItems_amigi_112", "Input-radio": "_Input-radio_amigi_112", "Input-radioInner": "_Input-radioInner_amigi_129", "Input-radioInput": "_Input-radioInput_amigi_174" };
162
+ styles_module_default2 = { "InputWrapper": "_InputWrapper_1xuyz_1", "InputWrapper--object": "_InputWrapper--object_1xuyz_1", "InputWrapper--array": "_InputWrapper--array_1xuyz_1", "Input-label": "_Input-label_1xuyz_18", "Input-label--noChildren": "_Input-label--noChildren_1xuyz_29", "Input-labelIcon": "_Input-labelIcon_1xuyz_33", "Input-disabledIcon": "_Input-disabledIcon_1xuyz_40", "Input-input": "_Input-input_1xuyz_45", "Input": "_Input_1xuyz_1", "Input--readOnly": "_Input--readOnly_1xuyz_101", "Input-radioGroupItems": "_Input-radioGroupItems_1xuyz_112", "Input-radio": "_Input-radio_1xuyz_112", "Input-radioInner": "_Input-radioInner_1xuyz_129", "Input-radioInput": "_Input-radioInput_1xuyz_174" };
163
163
  }
164
164
  });
165
165
 
@@ -7999,7 +7999,7 @@ var init_styles_module13 = __esm({
7999
7999
  "use strict";
8000
8000
  init_react_import();
8001
8001
  init_css_module_data15();
8002
- styles_module_default13 = { "ObjectField": "_ObjectField_1n2lh_1", "ObjectField--isOpen": "_ObjectField--isOpen_1n2lh_10", "ObjectField-content": "_ObjectField-content_1n2lh_14", "ObjectField-fieldset": "_ObjectField-fieldset_1n2lh_18", "ObjectField-header": "_ObjectField-header_1n2lh_30", "ObjectField-headerIcon": "_ObjectField-headerIcon_1n2lh_54" };
8002
+ styles_module_default13 = { "ObjectField": "_ObjectField_7axeg_1", "ObjectField--isOpen": "_ObjectField--isOpen_7axeg_10", "ObjectField-content": "_ObjectField-content_7axeg_14", "ObjectField-fieldset": "_ObjectField-fieldset_7axeg_18", "ObjectField-header": "_ObjectField-header_7axeg_30", "ObjectField-headerIcon": "_ObjectField-headerIcon_7axeg_54" };
8003
8003
  }
8004
8004
  });
8005
8005
 
@@ -11324,7 +11324,7 @@ init_store2();
11324
11324
 
11325
11325
  // css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Fields/styles.module.css#css-module
11326
11326
  init_react_import();
11327
- var styles_module_default18 = { "CredBuildFields": "_CredBuildFields_slc6y_1", "CredBuildFields--isLoading": "_CredBuildFields--isLoading_slc6y_6", "CredBuildFields-loadingOverlay": "_CredBuildFields-loadingOverlay_slc6y_10", "CredBuildFields-loadingOverlayInner": "_CredBuildFields-loadingOverlayInner_slc6y_25", "CredBuildFields-field": "_CredBuildFields-field_slc6y_32", "CredBuildFields--wrapFields": "_CredBuildFields--wrapFields_slc6y_36" };
11327
+ var styles_module_default18 = { "CredBuildFields": "_CredBuildFields_53gu7_1", "CredBuildFields--isLoading": "_CredBuildFields--isLoading_53gu7_6", "CredBuildFields-loadingOverlay": "_CredBuildFields-loadingOverlay_53gu7_10", "CredBuildFields-loadingOverlayInner": "_CredBuildFields-loadingOverlayInner_53gu7_25", "CredBuildFields-field": "_CredBuildFields-field_53gu7_32", "CredBuildFields--wrapFields": "_CredBuildFields--wrapFields_53gu7_36" };
11328
11328
 
11329
11329
  // components/CredBuild/components/Fields/index.tsx
11330
11330
  init_lib();
package/dist/index.mjs CHANGED
@@ -15,17 +15,17 @@ import {
15
15
  registerOverlayPortal,
16
16
  useCredBuild,
17
17
  useGetCredBuild
18
- } from "./chunk-XOJTVSZH.mjs";
18
+ } from "./chunk-SJLXKGIW.mjs";
19
19
  import "./chunk-YE4FXNJW.mjs";
20
20
  import {
21
21
  setDeep
22
- } from "./chunk-FBNOHTBJ.mjs";
23
- import "./chunk-QC5SGUG2.mjs";
22
+ } from "./chunk-VZMLLRBL.mjs";
23
+ import "./chunk-NV5F47RH.mjs";
24
24
  import {
25
25
  AutoField,
26
26
  Button,
27
27
  FieldLabel
28
- } from "./chunk-AHT2WTZ7.mjs";
28
+ } from "./chunk-XQ5K5BWA.mjs";
29
29
  import "./chunk-WH3A7FAR.mjs";
30
30
  import {
31
31
  migrate,
@@ -240,21 +240,21 @@
240
240
  }
241
241
 
242
242
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
243
- ._InputWrapper_amigi_1:not(._InputWrapper--object_amigi_1):not(._InputWrapper--array_amigi_1) {
243
+ ._InputWrapper_1xuyz_1:not(._InputWrapper--object_1xuyz_1):not(._InputWrapper--array_1xuyz_1) {
244
244
  border: 1px solid var(--credbuild-color-grey-10);
245
245
  border-radius: 5px;
246
246
  padding: 6px 8px;
247
247
  background-color: var(--credbuild-color-white);
248
248
  transition: all 0.2s ease;
249
249
  }
250
- ._InputWrapper_amigi_1 + ._InputWrapper_amigi_1 {
251
- margin-top: 4px;
250
+ ._InputWrapper_1xuyz_1 + ._InputWrapper_1xuyz_1 {
251
+ margin-top: 2px;
252
252
  }
253
- ._InputWrapper_amigi_1:not(._InputWrapper--object_amigi_1):not(._InputWrapper--array_amigi_1):hover {
253
+ ._InputWrapper_1xuyz_1:not(._InputWrapper--object_1xuyz_1):not(._InputWrapper--array_1xuyz_1):hover {
254
254
  border-color: var(--credbuild-color-grey-08);
255
255
  background-color: var(--credbuild-color-grey-11);
256
256
  }
257
- ._Input-label_amigi_18 {
257
+ ._Input-label_1xuyz_18 {
258
258
  align-items: center;
259
259
  color: var(--credbuild-color-grey-05);
260
260
  display: flex;
@@ -264,20 +264,20 @@
264
264
  text-transform: uppercase;
265
265
  letter-spacing: 0.02em;
266
266
  }
267
- ._Input-label--noChildren_amigi_29 {
267
+ ._Input-label--noChildren_1xuyz_29 {
268
268
  padding-bottom: 0;
269
269
  }
270
- ._Input-labelIcon_amigi_33 {
270
+ ._Input-labelIcon_1xuyz_33 {
271
271
  color: var(--credbuild-color-grey-07);
272
272
  display: flex;
273
273
  margin-inline-end: 4px;
274
274
  padding-inline-start: 4px;
275
275
  }
276
- ._Input-disabledIcon_amigi_40 {
276
+ ._Input-disabledIcon_1xuyz_40 {
277
277
  color: var(--credbuild-color-grey-05);
278
278
  margin-inline-start: auto;
279
279
  }
280
- ._Input-input_amigi_45 {
280
+ ._Input-input_1xuyz_45 {
281
281
  background: transparent;
282
282
  border: none;
283
283
  border-radius: 0;
@@ -292,11 +292,11 @@
292
292
  outline: none;
293
293
  }
294
294
  @media (min-width: 458px) {
295
- ._Input-input_amigi_45 {
295
+ ._Input-input_1xuyz_45 {
296
296
  font-size: 14px;
297
297
  }
298
298
  }
299
- select._Input-input_amigi_45 {
299
+ select._Input-input_1xuyz_45 {
300
300
  appearance: none;
301
301
  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
302
  background-size: 12px;
@@ -305,29 +305,29 @@ select._Input-input_amigi_45 {
305
305
  background-color: var(--credbuild-color-white);
306
306
  cursor: pointer;
307
307
  }
308
- select._Input-input_amigi_45:dir(rtl) {
308
+ select._Input-input_1xuyz_45:dir(rtl) {
309
309
  background-position: 12px calc(50% + 3px);
310
310
  }
311
311
  @media (hover: hover) and (pointer: fine) {
312
- ._Input_amigi_1:has(> input):hover ._Input-input_amigi_45:not([readonly]),
313
- ._Input_amigi_1:has(> textarea):hover ._Input-input_amigi_45:not([readonly]) {
312
+ ._Input_1xuyz_1:has(> input):hover ._Input-input_1xuyz_45:not([readonly]),
313
+ ._Input_1xuyz_1:has(> textarea):hover ._Input-input_1xuyz_45:not([readonly]) {
314
314
  border-color: var(--credbuild-color-grey-05);
315
315
  transition: none;
316
316
  }
317
- ._Input_amigi_1:has(> select):hover ._Input-input_amigi_45:not([disabled]) {
317
+ ._Input_1xuyz_1:has(> select):hover ._Input-input_1xuyz_45:not([disabled]) {
318
318
  background-color: var(--credbuild-color-azure-12);
319
319
  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
320
  border-color: var(--credbuild-color-grey-05);
321
321
  transition: none;
322
322
  }
323
323
  }
324
- ._Input-input_amigi_45:focus {
324
+ ._Input-input_1xuyz_45:focus {
325
325
  border-color: var(--credbuild-color-grey-05);
326
326
  outline: 2px solid var(--credbuild-color-azure-05);
327
327
  transition: none;
328
328
  }
329
- ._Input--readOnly_amigi_101 > ._Input-input_amigi_45,
330
- ._Input--readOnly_amigi_101 > select._Input-input_amigi_45 {
329
+ ._Input--readOnly_1xuyz_101 > ._Input-input_1xuyz_45,
330
+ ._Input--readOnly_1xuyz_101 > select._Input-input_1xuyz_45 {
331
331
  background-color: var(--credbuild-color-grey-11);
332
332
  border-color: var(--credbuild-color-grey-09);
333
333
  color: var(--credbuild-color-grey-04);
@@ -336,34 +336,34 @@ select._Input-input_amigi_45:dir(rtl) {
336
336
  outline: 0;
337
337
  transition: none;
338
338
  }
339
- ._Input-radioGroupItems_amigi_112 {
339
+ ._Input-radioGroupItems_1xuyz_112 {
340
340
  display: flex;
341
341
  border: 1px solid var(--credbuild-color-grey-09);
342
342
  border-radius: 4px;
343
343
  flex-wrap: wrap;
344
344
  }
345
- ._Input-radio_amigi_112 {
345
+ ._Input-radio_1xuyz_112 {
346
346
  border-inline-end: 1px solid var(--credbuild-color-grey-09);
347
347
  flex-grow: 1;
348
348
  }
349
- ._Input-radio_amigi_112:first-of-type {
349
+ ._Input-radio_1xuyz_112:first-of-type {
350
350
  border-bottom-left-radius: 4px;
351
351
  border-top-left-radius: 4px;
352
352
  }
353
- ._Input-radio_amigi_112:first-of-type ._Input-radioInner_amigi_129 {
353
+ ._Input-radio_1xuyz_112:first-of-type ._Input-radioInner_1xuyz_129 {
354
354
  border-bottom-left-radius: 3px;
355
355
  border-top-left-radius: 3px;
356
356
  }
357
- ._Input-radio_amigi_112:last-of-type {
357
+ ._Input-radio_1xuyz_112:last-of-type {
358
358
  border-bottom-right-radius: 4px;
359
359
  border-inline-end: 0;
360
360
  border-top-right-radius: 4px;
361
361
  }
362
- ._Input-radio_amigi_112:last-of-type ._Input-radioInner_amigi_129 {
362
+ ._Input-radio_1xuyz_112:last-of-type ._Input-radioInner_1xuyz_129 {
363
363
  border-bottom-right-radius: 3px;
364
364
  border-top-right-radius: 3px;
365
365
  }
366
- ._Input-radioInner_amigi_129 {
366
+ ._Input-radioInner_1xuyz_129 {
367
367
  background-color: var(--credbuild-color-white);
368
368
  color: var(--credbuild-color-grey-04);
369
369
  cursor: pointer;
@@ -372,32 +372,32 @@ select._Input-input_amigi_45:dir(rtl) {
372
372
  text-align: center;
373
373
  transition: background-color 50ms ease-in;
374
374
  }
375
- ._Input-radio_amigi_112:has(:focus-visible) {
375
+ ._Input-radio_1xuyz_112:has(:focus-visible) {
376
376
  outline: 2px solid var(--credbuild-color-azure-05);
377
377
  outline-offset: 2px;
378
378
  position: relative;
379
379
  }
380
380
  @media (hover: hover) and (pointer: fine) {
381
- ._Input-radioInner_amigi_129:hover {
381
+ ._Input-radioInner_1xuyz_129:hover {
382
382
  background-color: var(--credbuild-color-azure-12);
383
383
  transition: none;
384
384
  }
385
385
  }
386
- ._Input--readOnly_amigi_101 ._Input-radioInner_amigi_129 {
386
+ ._Input--readOnly_1xuyz_101 ._Input-radioInner_1xuyz_129 {
387
387
  background-color: var(--credbuild-color-white);
388
388
  color: var(--credbuild-color-grey-04);
389
389
  cursor: default;
390
390
  }
391
- ._Input-radio_amigi_112 ._Input-radioInput_amigi_174:checked ~ ._Input-radioInner_amigi_129 {
391
+ ._Input-radio_1xuyz_112 ._Input-radioInput_1xuyz_174:checked ~ ._Input-radioInner_1xuyz_129 {
392
392
  background-color: var(--credbuild-color-azure-11);
393
393
  color: var(--credbuild-color-azure-04);
394
394
  font-weight: 500;
395
395
  }
396
- ._Input--readOnly_amigi_101 ._Input-radioInput_amigi_174:checked ~ ._Input-radioInner_amigi_129 {
396
+ ._Input--readOnly_1xuyz_101 ._Input-radioInput_1xuyz_174:checked ~ ._Input-radioInner_1xuyz_129 {
397
397
  background-color: var(--credbuild-color-grey-11);
398
398
  color: var(--credbuild-color-grey-04);
399
399
  }
400
- ._Input-radio_amigi_112 ._Input-radioInput_amigi_174 {
400
+ ._Input-radio_1xuyz_112 ._Input-radioInput_1xuyz_174 {
401
401
  clip: rect(0 0 0 0);
402
402
  clip-path: inset(100%);
403
403
  height: 1px;
@@ -406,7 +406,7 @@ select._Input-input_amigi_45:dir(rtl) {
406
406
  white-space: nowrap;
407
407
  width: 1px;
408
408
  }
409
- textarea._Input-input_amigi_45 {
409
+ textarea._Input-input_1xuyz_45 {
410
410
  margin-bottom: -4px;
411
411
  }
412
412
 
@@ -1363,21 +1363,21 @@ textarea._Input-input_amigi_45 {
1363
1363
  }
1364
1364
 
1365
1365
  /* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1366
- ._ObjectField_1n2lh_1 {
1366
+ ._ObjectField_7axeg_1 {
1367
1367
  display: flex;
1368
1368
  flex-direction: column;
1369
1369
  background-color: transparent;
1370
- margin-bottom: 4px;
1370
+ margin-bottom: 0;
1371
1371
  overflow: hidden;
1372
1372
  transition: all 0.2s ease;
1373
1373
  }
1374
- ._ObjectField--isOpen_1n2lh_10 {
1374
+ ._ObjectField--isOpen_7axeg_10 {
1375
1375
  background-color: transparent;
1376
1376
  }
1377
- ._ObjectField-content_1n2lh_14 {
1377
+ ._ObjectField-content_7axeg_14 {
1378
1378
  background-color: transparent;
1379
1379
  }
1380
- ._ObjectField-fieldset_1n2lh_18 {
1380
+ ._ObjectField-fieldset_7axeg_18 {
1381
1381
  border: none;
1382
1382
  margin: 0;
1383
1383
  min-width: 0;
@@ -1388,7 +1388,7 @@ textarea._Input-input_amigi_45 {
1388
1388
  border-left: 1px solid var(--credbuild-color-grey-10);
1389
1389
  margin-left: 8px;
1390
1390
  }
1391
- ._ObjectField-header_1n2lh_30 {
1391
+ ._ObjectField-header_7axeg_30 {
1392
1392
  background-color: transparent;
1393
1393
  border: 0;
1394
1394
  color: var(--credbuild-color-grey-05);
@@ -1397,7 +1397,7 @@ textarea._Input-input_amigi_45 {
1397
1397
  font: inherit;
1398
1398
  font-size: var(--credbuild-font-size-xxxs);
1399
1399
  list-style: none;
1400
- margin-bottom: 4px;
1400
+ margin-bottom: 2px;
1401
1401
  padding: 4px 8px;
1402
1402
  text-transform: uppercase;
1403
1403
  transition: background-color 50ms ease-in, color 50ms ease-in;
@@ -1406,11 +1406,11 @@ textarea._Input-input_amigi_45 {
1406
1406
  width: 100%;
1407
1407
  align-items: center;
1408
1408
  }
1409
- ._ObjectField-header_1n2lh_30:hover {
1409
+ ._ObjectField-header_7axeg_30:hover {
1410
1410
  background-color: var(--credbuild-color-azure-11);
1411
1411
  color: var(--credbuild-color-azure-04);
1412
1412
  }
1413
- ._ObjectField-headerIcon_1n2lh_54 {
1413
+ ._ObjectField-headerIcon_7axeg_54 {
1414
1414
  margin-inline-start: auto;
1415
1415
  display: flex;
1416
1416
  align-items: center;
@@ -1666,14 +1666,14 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1666
1666
  }
1667
1667
 
1668
1668
  /* css-module:/home/crediblemark/Project/Credibuild/components/CredBuild/components/Fields/styles.module.css/#css-module-data */
1669
- ._CredBuildFields_slc6y_1 {
1669
+ ._CredBuildFields_53gu7_1 {
1670
1670
  position: relative;
1671
1671
  font-family: var(--credbuild-font-family);
1672
1672
  }
1673
- ._CredBuildFields--isLoading_slc6y_6 {
1673
+ ._CredBuildFields--isLoading_53gu7_6 {
1674
1674
  min-height: 48px;
1675
1675
  }
1676
- ._CredBuildFields-loadingOverlay_slc6y_10 {
1676
+ ._CredBuildFields-loadingOverlay_53gu7_10 {
1677
1677
  background: var(--credbuild-color-white);
1678
1678
  display: flex;
1679
1679
  justify-content: flex-end;
@@ -1687,24 +1687,22 @@ body:has(._DropZone--isAnimating_1vmgt_68:empty) [data-credbuild-overlay] {
1687
1687
  box-sizing: border-box;
1688
1688
  opacity: 0.8;
1689
1689
  }
1690
- ._CredBuildFields-loadingOverlayInner_slc6y_25 {
1690
+ ._CredBuildFields-loadingOverlayInner_53gu7_25 {
1691
1691
  display: flex;
1692
1692
  padding: 16px;
1693
1693
  position: sticky;
1694
1694
  top: 0;
1695
1695
  }
1696
- ._CredBuildFields-field_slc6y_32 * {
1696
+ ._CredBuildFields-field_53gu7_32 * {
1697
1697
  box-sizing: border-box;
1698
1698
  }
1699
- ._CredBuildFields--wrapFields_slc6y_36 ._CredBuildFields-field_slc6y_32 {
1699
+ ._CredBuildFields--wrapFields_53gu7_36 ._CredBuildFields-field_53gu7_32 {
1700
1700
  color: var(--credbuild-color-grey-04);
1701
- padding: 16px;
1702
- padding-bottom: 12px;
1701
+ padding: 8px 12px;
1703
1702
  display: block;
1704
1703
  }
1705
- ._CredBuildFields--wrapFields_slc6y_36 ._CredBuildFields-field_slc6y_32 + ._CredBuildFields-field_slc6y_32 {
1706
- border-top: 1px solid var(--credbuild-color-grey-09);
1707
- margin-top: 8px;
1704
+ ._CredBuildFields--wrapFields_53gu7_36 ._CredBuildFields-field_53gu7_32 + ._CredBuildFields-field_53gu7_32 {
1705
+ margin-top: 2px;
1708
1706
  }
1709
1707
 
1710
1708
  /* css-module:/home/crediblemark/Project/Credibuild/components/ComponentList/styles.module.css/#css-module-data */