@regulaforensics/ui-components 8.3.604-rc → 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.
@@ -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 = ({ open: e, status: t, children: n, className: o, style: r }) => /* @__PURE__ */ A(
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
- open: e,
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
- open: e && t.overallStatus === Y.ERROR,
33339
+ defaultOpen: e && t.overallStatus === Y.ERROR,
33340
33340
  className: s,
33341
33341
  style: a,
33342
33342
  status: t.overallStatus,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/ui-components",
3
- "version": "8.3.604-rc",
3
+ "version": "8.3.606-nightly",
4
4
  "description": "Regula UI components",
5
5
  "author": "Regula Forensics, Inc.",
6
6
  "license": "MIT",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@babel/runtime": "^7.28.4",
44
- "@regulaforensics/document-reader-typings": "^8.3.604-rc",
44
+ "@regulaforensics/document-reader-typings": "^8.3.605-nightly",
45
45
  "@regulaforensics/facesdk-webclient": "^7.1.291",
46
46
  "@uiw/react-json-view": "^2.0.0-alpha.37",
47
47
  "classnames": "^2.5.1",