@socotra/ec-react-components 2.15.5 → 2.15.6
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 +6 -2
- 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
|
@@ -18774,7 +18774,9 @@ const qme = Wme.merge(
|
|
|
18774
18774
|
createdAt: de,
|
|
18775
18775
|
createdBy: rt,
|
|
18776
18776
|
readyAt: de.optional(),
|
|
18777
|
-
renderingData: ot.optional()
|
|
18777
|
+
renderingData: ot.optional(),
|
|
18778
|
+
consolidatedFrom: n.array(n.string()).optional(),
|
|
18779
|
+
consolidatedTo: n.array(n.string()).optional()
|
|
18778
18780
|
})
|
|
18779
18781
|
);
|
|
18780
18782
|
zt(qme);
|
|
@@ -35425,7 +35427,9 @@ const hAe = mAe.merge(
|
|
|
35425
35427
|
createdAt: fe,
|
|
35426
35428
|
createdBy: nt,
|
|
35427
35429
|
readyAt: fe.optional(),
|
|
35428
|
-
renderingData: st.optional()
|
|
35430
|
+
renderingData: st.optional(),
|
|
35431
|
+
consolidatedFrom: a.array(a.string()).optional(),
|
|
35432
|
+
consolidatedTo: a.array(a.string()).optional()
|
|
35429
35433
|
})
|
|
35430
35434
|
);
|
|
35431
35435
|
Wt(hAe);
|