@socotra/ec-react-components 2.12.0-next.1 → 2.12.0-next.2
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.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -21437,11 +21437,11 @@ const Yfe = qfe.merge(
|
|
|
21437
21437
|
policyLocator: jc.optional(),
|
|
21438
21438
|
documentInstanceState: Mde,
|
|
21439
21439
|
documentFormat: oS.optional(),
|
|
21440
|
-
metadata: Ct,
|
|
21440
|
+
metadata: Ct.optional(),
|
|
21441
21441
|
createdAt: ze,
|
|
21442
21442
|
createdBy: jn,
|
|
21443
21443
|
readyAt: ze.optional(),
|
|
21444
|
-
renderingData: Ct
|
|
21444
|
+
renderingData: Ct.optional()
|
|
21445
21445
|
})
|
|
21446
21446
|
);
|
|
21447
21447
|
ms(Yfe);
|
|
@@ -30470,11 +30470,11 @@ const J0e = X0e.merge(
|
|
|
30470
30470
|
policyLocator: Gc.optional(),
|
|
30471
30471
|
documentInstanceState: Mve,
|
|
30472
30472
|
documentFormat: fP.optional(),
|
|
30473
|
-
metadata: Tt,
|
|
30473
|
+
metadata: Tt.optional(),
|
|
30474
30474
|
createdAt: He,
|
|
30475
30475
|
createdBy: Pn,
|
|
30476
30476
|
readyAt: He.optional(),
|
|
30477
|
-
renderingData: Tt
|
|
30477
|
+
renderingData: Tt.optional()
|
|
30478
30478
|
})
|
|
30479
30479
|
);
|
|
30480
30480
|
Es(J0e);
|