@teselagen/ui 0.5.21-beta.2 → 0.5.21-beta.3

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/index.cjs.js CHANGED
@@ -53319,7 +53319,6 @@ const MultipleFileDialog = /* @__PURE__ */ __name(({
53319
53319
  steps,
53320
53320
  hasSubmittedOuter
53321
53321
  }) => {
53322
- console.log({ filesWIssues, finishedFiles });
53323
53322
  const tabs = /* @__PURE__ */ React$1.createElement(React$1.Fragment, null, /* @__PURE__ */ React$1.createElement(core.Callout, { style: { marginBottom: 10, flexGrow: 0 }, intent: "warning" }, /* @__PURE__ */ React$1.createElement("div", null, "Please look over each of the following files and correct any issues.")), /* @__PURE__ */ React$1.createElement(
53324
53323
  core.Tabs,
53325
53324
  {
@@ -53495,7 +53494,6 @@ const UploadCsvWizardDialog = compose(
53495
53494
  if (_filesWIssues.length > 0) {
53496
53495
  const reduxFormEntitiesArray2 = [];
53497
53496
  const finishedFiles2 = _filesWIssues.map((f2, i) => {
53498
- console.log("aa");
53499
53497
  const { reduxFormEntities, reduxFormCellValidation } = reduxForm.formValueSelector(`editableCellTable-${i}`)(
53500
53498
  state,
53501
53499
  "reduxFormEntities",
package/index.es.js CHANGED
@@ -53301,7 +53301,6 @@ const MultipleFileDialog = /* @__PURE__ */ __name(({
53301
53301
  steps,
53302
53302
  hasSubmittedOuter
53303
53303
  }) => {
53304
- console.log({ filesWIssues, finishedFiles });
53305
53304
  const tabs = /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, /* @__PURE__ */ React__default.createElement(Callout, { style: { marginBottom: 10, flexGrow: 0 }, intent: "warning" }, /* @__PURE__ */ React__default.createElement("div", null, "Please look over each of the following files and correct any issues.")), /* @__PURE__ */ React__default.createElement(
53306
53305
  Tabs,
53307
53306
  {
@@ -53477,7 +53476,6 @@ const UploadCsvWizardDialog = compose(
53477
53476
  if (_filesWIssues.length > 0) {
53478
53477
  const reduxFormEntitiesArray2 = [];
53479
53478
  const finishedFiles2 = _filesWIssues.map((f2, i) => {
53480
- console.log("aa");
53481
53479
  const { reduxFormEntities, reduxFormCellValidation } = formValueSelector(`editableCellTable-${i}`)(
53482
53480
  state,
53483
53481
  "reduxFormEntities",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ui",
3
- "version": "0.5.21-beta.2",
3
+ "version": "0.5.21-beta.3",
4
4
  "main": "./src/index.js",
5
5
  "exports": {
6
6
  ".": {
@@ -418,7 +418,6 @@ const MultipleFileDialog = ({
418
418
  steps,
419
419
  hasSubmittedOuter
420
420
  }) => {
421
- console.log({ filesWIssues, finishedFiles });
422
421
  const tabs = (
423
422
  <>
424
423
  <Callout style={{ marginBottom: 10, flexGrow: 0 }} intent="warning">
@@ -634,7 +633,6 @@ const UploadCsvWizardDialog = compose(
634
633
  if (_filesWIssues.length > 0) {
635
634
  const reduxFormEntitiesArray = [];
636
635
  const finishedFiles = _filesWIssues.map((f, i) => {
637
- console.log("aa");
638
636
  const { reduxFormEntities, reduxFormCellValidation } =
639
637
  formValueSelector(`editableCellTable-${i}`)(
640
638
  state,