@regulaforensics/ui-components 8.3.605-nightly → 8.3.606-nightly
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/core/index.cjs +1 -1
- package/dist/core/index.js +3 -3
- package/dist/main/index.cjs +1 -1
- package/dist/main/index.js +3 -3
- package/package.json +1 -1
package/dist/main/index.js
CHANGED
|
@@ -33310,14 +33310,14 @@ const $Ge = () => Ze("9a1a68e241ccbaa6619160dc3f4ecd16"), xGe = "_head_1lz5l_1",
|
|
|
33310
33310
|
/* @__PURE__ */ A("div", { className: SR.status, children: Fn(e, 20) }),
|
|
33311
33311
|
/* @__PURE__ */ A(_e, { size: "18x135", className: SR.name, children: t("documentValidity") })
|
|
33312
33312
|
] });
|
|
33313
|
-
}, KGe = ({
|
|
33313
|
+
}, KGe = ({ defaultOpen: e, status: t, children: n, className: o, style: r }) => /* @__PURE__ */ A(
|
|
33314
33314
|
vo,
|
|
33315
33315
|
{
|
|
33316
33316
|
className: o,
|
|
33317
33317
|
style: r,
|
|
33318
33318
|
type: "rounded",
|
|
33319
33319
|
head: /* @__PURE__ */ A(kGe, { status: t }),
|
|
33320
|
-
|
|
33320
|
+
defaultOpen: e,
|
|
33321
33321
|
openClickArea: "head",
|
|
33322
33322
|
children: n
|
|
33323
33323
|
}
|
|
@@ -33336,7 +33336,7 @@ const $Ge = () => Ze("9a1a68e241ccbaa6619160dc3f4ecd16"), xGe = "_head_1lz5l_1",
|
|
|
33336
33336
|
}) => o === "collapse" ? /* @__PURE__ */ A(
|
|
33337
33337
|
KGe,
|
|
33338
33338
|
{
|
|
33339
|
-
|
|
33339
|
+
defaultOpen: e && t.overallStatus === Y.ERROR,
|
|
33340
33340
|
className: s,
|
|
33341
33341
|
style: a,
|
|
33342
33342
|
status: t.overallStatus,
|