@socotra/ec-react-components 2.18.0 → 2.18.1-next.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/index.es.js +1 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -26437,9 +26437,7 @@ const Of = (e) => {
|
|
|
26437
26437
|
coverageTerms: t
|
|
26438
26438
|
});
|
|
26439
26439
|
return {
|
|
26440
|
-
data
|
|
26441
|
-
...e.data
|
|
26442
|
-
},
|
|
26440
|
+
...e.data,
|
|
26443
26441
|
...Object.keys(i).length > 0 && {
|
|
26444
26442
|
coverageTerms: Oo({
|
|
26445
26443
|
coverageTermOptions: e.coverageTerms ?? {},
|