@usecsv/react 0.2.11 → 0.2.12

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @usecsv/react v0.2.11
2
+ * @usecsv/react v0.2.12
3
3
  * (c) layercode
4
4
  * Released under the MIT License.
5
5
  */
@@ -38,7 +38,7 @@
38
38
  }
39
39
 
40
40
  /*!
41
- * @usecsv/js v0.8.0
41
+ * @usecsv/js v0.8.1
42
42
  * (c) layercode
43
43
  * Released under the MIT License.
44
44
  */
@@ -666,7 +666,7 @@
666
666
  var _a;
667
667
  (_a = document.getElementById(id)) === null || _a === void 0 ? void 0 : _a.classList.remove("loading");
668
668
  // eslint-disable-next-line dot-notation
669
- child["setParams"] && child["setParams"]({ importerKey: importerKey, user: user, metadata: metadata });
669
+ child["setParams"] && child["setParams"]({ importerKey: importerKey, user: user, metadata: metadata, importerDisplay: importerDisplay });
670
670
  });
671
671
  return iframeConnection;
672
672
  });