@crediblemark/build 0.24.8 → 0.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ArrayField-NAZ65SMV.css → ArrayField-ABD3HGQK.css} +41 -41
- package/dist/ArrayField-PRFYE7UT.mjs +19 -0
- package/dist/{Editor-3EPLDK4J.mjs → Editor-CD7CMRO5.mjs} +7 -7
- package/dist/ObjectField-G5CR3WD3.mjs +19 -0
- package/dist/{ObjectField-IZ4Z2Z2B.css → ObjectField-RGVFMP6O.css} +41 -41
- package/dist/{chunk-AHT2WTZ7.mjs → chunk-7RA5W2MP.mjs} +7 -7
- package/dist/{chunk-XOJTVSZH.mjs → chunk-7RH2UOWD.mjs} +14 -14
- package/dist/{chunk-VE6BIQKS.mjs → chunk-BC5TH63U.mjs} +1 -1
- package/dist/{chunk-XLNVCM4Q.mjs → chunk-BPBYJDIJ.mjs} +129 -135
- package/dist/{chunk-QC5SGUG2.mjs → chunk-FON7BVSU.mjs} +8 -8
- package/dist/{chunk-5JSNFZKX.mjs → chunk-JKWSSGAY.mjs} +7 -7
- package/dist/{chunk-MFTVX2ME.mjs → chunk-MLM27DOG.mjs} +1 -1
- package/dist/{chunk-KUWVOWUV.mjs → chunk-NSDGBGNG.mjs} +1 -1
- package/dist/{chunk-FBNOHTBJ.mjs → chunk-NW76XMQS.mjs} +3 -3
- package/dist/{chunk-WH3A7FAR.mjs → chunk-UPNU77XM.mjs} +1 -1
- package/dist/{chunk-YE4FXNJW.mjs → chunk-WEPD3OBO.mjs} +2 -2
- package/dist/{full-SYDEKGLJ.mjs → full-HTQAR5N2.mjs} +5 -5
- package/dist/index.css +50 -52
- package/dist/index.js +205 -219
- package/dist/index.mjs +11 -11
- package/dist/{loaded-NHGZU7V3.mjs → loaded-AHSNCA4P.mjs} +2 -2
- package/dist/{loaded-5JH76RZT.mjs → loaded-CDAPR2WZ.mjs} +2 -2
- package/dist/{loaded-ON5OAY2P.mjs → loaded-Q7N3MNZB.mjs} +2 -2
- package/dist/no-external.css +50 -52
- package/dist/no-external.js +205 -219
- package/dist/no-external.mjs +11 -11
- package/package.json +3 -3
- package/dist/ArrayField-PHJW2CFO.mjs +0 -19
- package/dist/ObjectField-XOHBV56M.mjs +0 -19
|
@@ -3,19 +3,19 @@ import {
|
|
|
3
3
|
getDeep,
|
|
4
4
|
useFieldStoreApi,
|
|
5
5
|
useNestedFieldContext
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-7RA5W2MP.mjs";
|
|
7
7
|
import {
|
|
8
8
|
ChevronDown,
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
ChevronUp,
|
|
10
|
+
LayoutTemplate,
|
|
11
11
|
useAppStore
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-BPBYJDIJ.mjs";
|
|
13
13
|
import {
|
|
14
14
|
get_class_name_factory_default
|
|
15
15
|
} from "./chunk-BFHV72KK.mjs";
|
|
16
16
|
|
|
17
17
|
// css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ObjectField/styles.module.css#css-module
|
|
18
|
-
var styles_module_default = { "ObjectField": "
|
|
18
|
+
var styles_module_default = { "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" };
|
|
19
19
|
|
|
20
20
|
// components/AutoField/fields/ObjectField/index.tsx
|
|
21
21
|
import { useState } from "react";
|
|
@@ -50,10 +50,10 @@ var ObjectField = ({
|
|
|
50
50
|
onClick: () => setIsOpen(!isOpen),
|
|
51
51
|
children: [
|
|
52
52
|
/* @__PURE__ */ jsxs("div", { style: { display: "flex", alignItems: "center", gap: "8px" }, children: [
|
|
53
|
-
labelIcon || /* @__PURE__ */ jsx(
|
|
54
|
-
/* @__PURE__ */ jsx("div", { children: label || name })
|
|
53
|
+
labelIcon || /* @__PURE__ */ jsx(LayoutTemplate, { size: 12, strokeWidth: 2.5 }),
|
|
54
|
+
/* @__PURE__ */ jsx("div", { style: { fontWeight: 600 }, children: label || name })
|
|
55
55
|
] }),
|
|
56
|
-
/* @__PURE__ */ jsx("div", { className: getClassName("headerIcon"), children: isOpen ? /* @__PURE__ */ jsx(
|
|
56
|
+
/* @__PURE__ */ jsx("div", { className: getClassName("headerIcon"), children: isOpen ? /* @__PURE__ */ jsx(ChevronUp, { size: 12, strokeWidth: 2.5 }) : /* @__PURE__ */ jsx(ChevronDown, { size: 12, strokeWidth: 2.5 }) })
|
|
57
57
|
]
|
|
58
58
|
}
|
|
59
59
|
),
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useAlignOptions
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MLM27DOG.mjs";
|
|
4
4
|
import {
|
|
5
5
|
useHeadingOptions
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-NSDGBGNG.mjs";
|
|
7
7
|
import {
|
|
8
8
|
useListOptions
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-BC5TH63U.mjs";
|
|
10
10
|
import {
|
|
11
11
|
Bold,
|
|
12
12
|
Code,
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
TextAlignStart,
|
|
27
27
|
Underline,
|
|
28
28
|
useControlContext
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-BPBYJDIJ.mjs";
|
|
30
30
|
import {
|
|
31
31
|
get_class_name_factory_default
|
|
32
32
|
} from "./chunk-BFHV72KK.mjs";
|
|
@@ -310,7 +310,7 @@ function AlignSelectFallback() {
|
|
|
310
310
|
// components/RichTextMenu/controls/AlignSelect/index.tsx
|
|
311
311
|
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
312
312
|
var AlignSelectLoaded = lazy(
|
|
313
|
-
() => import("./loaded-
|
|
313
|
+
() => import("./loaded-Q7N3MNZB.mjs").then((m) => ({
|
|
314
314
|
default: m.AlignSelectLoaded
|
|
315
315
|
}))
|
|
316
316
|
);
|
|
@@ -529,7 +529,7 @@ function HeadingSelectFallback() {
|
|
|
529
529
|
// components/RichTextMenu/controls/HeadingSelect/index.tsx
|
|
530
530
|
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
531
531
|
var HeadingSelectLoaded = lazy2(
|
|
532
|
-
() => import("./loaded-
|
|
532
|
+
() => import("./loaded-AHSNCA4P.mjs").then((m) => ({
|
|
533
533
|
default: m.HeadingSelectLoaded
|
|
534
534
|
}))
|
|
535
535
|
);
|
|
@@ -559,7 +559,7 @@ function ListSelectFallback() {
|
|
|
559
559
|
// components/RichTextMenu/controls/ListSelect/index.tsx
|
|
560
560
|
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
561
561
|
var ListSelectLoaded = lazy3(
|
|
562
|
-
() => import("./loaded-
|
|
562
|
+
() => import("./loaded-CDAPR2WZ.mjs").then((m) => ({
|
|
563
563
|
default: m.ListSelectLoaded
|
|
564
564
|
}))
|
|
565
565
|
);
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
useFieldStore,
|
|
5
5
|
useFieldStoreApi,
|
|
6
6
|
useNestedFieldContext
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-7RA5W2MP.mjs";
|
|
8
8
|
import {
|
|
9
9
|
IconButton
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-JKWSSGAY.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Copy,
|
|
13
13
|
GripVertical,
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
replace,
|
|
19
19
|
useAppStore,
|
|
20
20
|
useAppStoreApi
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-BPBYJDIJ.mjs";
|
|
22
22
|
import {
|
|
23
23
|
populateIds
|
|
24
24
|
} from "./chunk-64A37UUC.mjs";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LoadedRichTextMenuInner
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JKWSSGAY.mjs";
|
|
4
4
|
|
|
5
5
|
// components/RichTextMenu/index.tsx
|
|
6
6
|
import { lazy, Suspense } from "react";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
|
8
8
|
var LoadedRichTextMenuFull = lazy(
|
|
9
|
-
() => import("./full-
|
|
9
|
+
() => import("./full-HTQAR5N2.mjs").then((m) => ({
|
|
10
10
|
default: m.LoadedRichTextMenuFull
|
|
11
11
|
}))
|
|
12
12
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LoadedRichTextMenuInner
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-JKWSSGAY.mjs";
|
|
4
|
+
import "./chunk-MLM27DOG.mjs";
|
|
5
|
+
import "./chunk-NSDGBGNG.mjs";
|
|
6
|
+
import "./chunk-BC5TH63U.mjs";
|
|
7
|
+
import "./chunk-BPBYJDIJ.mjs";
|
|
8
8
|
import "./chunk-64A37UUC.mjs";
|
|
9
9
|
import "./chunk-SMAWAXVX.mjs";
|
|
10
10
|
import "./chunk-BFHV72KK.mjs";
|
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
|
-
.
|
|
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
|
-
.
|
|
488
|
-
margin-top:
|
|
487
|
+
._InputWrapper_1xuyz_1 + ._InputWrapper_1xuyz_1 {
|
|
488
|
+
margin-top: 2px;
|
|
489
489
|
}
|
|
490
|
-
.
|
|
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-
|
|
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--
|
|
504
|
+
._Input-label--noChildren_1xuyz_29 {
|
|
505
505
|
padding-bottom: 0;
|
|
506
506
|
}
|
|
507
|
-
._Input-
|
|
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-
|
|
513
|
+
._Input-disabledIcon_1xuyz_40 {
|
|
514
514
|
color: var(--credbuild-color-grey-05);
|
|
515
515
|
margin-inline-start: auto;
|
|
516
516
|
}
|
|
517
|
-
._Input-
|
|
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-
|
|
532
|
+
._Input-input_1xuyz_45 {
|
|
533
533
|
font-size: 14px;
|
|
534
534
|
}
|
|
535
535
|
}
|
|
536
|
-
select._Input-
|
|
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-
|
|
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
|
-
.
|
|
550
|
-
.
|
|
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
|
-
.
|
|
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-
|
|
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--
|
|
567
|
-
._Input--
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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--
|
|
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-
|
|
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--
|
|
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-
|
|
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-
|
|
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
|
-
.
|
|
1603
|
+
._ObjectField_7axeg_1 {
|
|
1604
1604
|
display: flex;
|
|
1605
1605
|
flex-direction: column;
|
|
1606
1606
|
background-color: transparent;
|
|
1607
|
-
margin-bottom:
|
|
1607
|
+
margin-bottom: 0;
|
|
1608
1608
|
overflow: hidden;
|
|
1609
1609
|
transition: all 0.2s ease;
|
|
1610
1610
|
}
|
|
1611
|
-
._ObjectField--
|
|
1611
|
+
._ObjectField--isOpen_7axeg_10 {
|
|
1612
1612
|
background-color: transparent;
|
|
1613
1613
|
}
|
|
1614
|
-
._ObjectField-
|
|
1614
|
+
._ObjectField-content_7axeg_14 {
|
|
1615
1615
|
background-color: transparent;
|
|
1616
1616
|
}
|
|
1617
|
-
._ObjectField-
|
|
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-
|
|
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:
|
|
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-
|
|
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-
|
|
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
|
-
.
|
|
1906
|
+
._CredBuildFields_53gu7_1 {
|
|
1907
1907
|
position: relative;
|
|
1908
1908
|
font-family: var(--credbuild-font-family);
|
|
1909
1909
|
}
|
|
1910
|
-
._CredBuildFields--
|
|
1910
|
+
._CredBuildFields--isLoading_53gu7_6 {
|
|
1911
1911
|
min-height: 48px;
|
|
1912
1912
|
}
|
|
1913
|
-
._CredBuildFields-
|
|
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-
|
|
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-
|
|
1933
|
+
._CredBuildFields-field_53gu7_32 * {
|
|
1934
1934
|
box-sizing: border-box;
|
|
1935
1935
|
}
|
|
1936
|
-
._CredBuildFields--
|
|
1936
|
+
._CredBuildFields--wrapFields_53gu7_36 ._CredBuildFields-field_53gu7_32 {
|
|
1937
1937
|
color: var(--credbuild-color-grey-04);
|
|
1938
|
-
padding:
|
|
1939
|
-
padding-bottom: 12px;
|
|
1938
|
+
padding: 8px 12px;
|
|
1940
1939
|
display: block;
|
|
1941
1940
|
}
|
|
1942
|
-
._CredBuildFields--
|
|
1943
|
-
|
|
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 */
|