@teselagen/ove 0.7.3-beta.2 → 0.7.3-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
@@ -72251,7 +72251,7 @@ let FillWindow$1 = (_F = class extends React$2.Component {
72251
72251
  this.props.children && isFunction$7(this.props.children) ? this.props.children(windowDimensions) : this.props.children
72252
72252
  );
72253
72253
  if (asPortal)
72254
- return React$2.createPortal(inner2, window.document.body);
72254
+ return ReactDOM$1(inner2, window.document.body);
72255
72255
  return inner2;
72256
72256
  }
72257
72257
  }, __name(_F, "FillWindow"), _F);
@@ -121917,7 +121917,7 @@ function showFileDialog({ multiple = false, onSelect }) {
121917
121917
  }
121918
121918
  __name(showFileDialog, "showFileDialog");
121919
121919
  const name = "@teselagen/ove";
121920
- const version = "0.7.3-beta.1";
121920
+ const version = "0.7.3-beta.2";
121921
121921
  const main = "./src/index.js";
121922
121922
  const type = "module";
121923
121923
  const exports$1 = {
package/index.es.js CHANGED
@@ -59,7 +59,7 @@ var __async = (__this, __arguments, generator) => {
59
59
  var _E, _F, _G, _H, _I, _L, _O, _V;
60
60
  import { Icon, Classes, Button, Intent, MenuItem, Keys, Tag, Popover, Tooltip, Spinner, Position, FormGroup, Checkbox, Switch, InputGroup, TextArea, EditableText, NumericInput, RadioGroup, Menu, Toaster, MenuDivider, useHotkeys, ContextMenu, Callout, Dialog, Card, Tabs, Tab, Colors, KeyCombo, AnchorButton, Slider as Slider$1, ButtonGroup, HTMLSelect, Label, ResizeSensor, FocusStyleManager } from "@blueprintjs/core";
61
61
  import * as React$2 from "react";
62
- import React__default$1, { useState, useEffect, forwardRef, useImperativeHandle, Fragment, useMemo as useMemo$1, useRef, useReducer, useCallback as useCallback$1, createElement, Component, useLayoutEffect as useLayoutEffect$1, createContext, memo, useContext, isValidElement, PureComponent, createPortal as createPortal$1 } from "react";
62
+ import React__default$1, { useState, useEffect, forwardRef, useImperativeHandle, Fragment, useMemo as useMemo$1, useRef, useReducer, useCallback as useCallback$1, createElement, Component, useLayoutEffect as useLayoutEffect$1, createContext, memo, useContext, isValidElement, PureComponent } from "react";
63
63
  import { formValueSelector, Field, change, reduxForm, SubmissionError, destroy as destroy$1, touch, initialize, FormName, reducer as reducer$4, getFormValues, FieldArray } from "redux-form";
64
64
  import ReactDOM$1, { unstable_batchedUpdates, createPortal, flushSync, findDOMNode as findDOMNode$1, unmountComponentAtNode, render as render$2 } from "react-dom";
65
65
  import { connect, useDispatch, useSelector, useStore, Provider } from "react-redux";
@@ -72233,7 +72233,7 @@ let FillWindow$1 = (_F = class extends React__default$1.Component {
72233
72233
  this.props.children && isFunction$7(this.props.children) ? this.props.children(windowDimensions) : this.props.children
72234
72234
  );
72235
72235
  if (asPortal)
72236
- return createPortal$1(inner2, window.document.body);
72236
+ return ReactDOM$1(inner2, window.document.body);
72237
72237
  return inner2;
72238
72238
  }
72239
72239
  }, __name(_F, "FillWindow"), _F);
@@ -121899,7 +121899,7 @@ function showFileDialog({ multiple = false, onSelect }) {
121899
121899
  }
121900
121900
  __name(showFileDialog, "showFileDialog");
121901
121901
  const name = "@teselagen/ove";
121902
- const version = "0.7.3-beta.1";
121902
+ const version = "0.7.3-beta.2";
121903
121903
  const main = "./src/index.js";
121904
121904
  const type = "module";
121905
121905
  const exports$1 = {
package/index.umd.js CHANGED
@@ -101476,7 +101476,7 @@ ${latestSubscriptionCallbackError.current.stack}
101476
101476
  this.props.children && isFunction$2(this.props.children) ? this.props.children(windowDimensions) : this.props.children
101477
101477
  );
101478
101478
  if (asPortal)
101479
- return reactExports.createPortal(inner2, window.document.body);
101479
+ return ReactDOM$1(inner2, window.document.body);
101480
101480
  return inner2;
101481
101481
  }
101482
101482
  }, __name(_F, "FillWindow"), _F);
@@ -150439,7 +150439,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
150439
150439
  }
150440
150440
  __name(showFileDialog, "showFileDialog");
150441
150441
  const name = "@teselagen/ove";
150442
- const version = "0.7.3-beta.1";
150442
+ const version = "0.7.3-beta.2";
150443
150443
  const main = "./src/index.js";
150444
150444
  const type = "module";
150445
150445
  const exports$1 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ove",
3
- "version": "0.7.3-beta.2",
3
+ "version": "0.7.3-beta.3",
4
4
  "main": "./src/index.js",
5
5
  "exports": {
6
6
  ".": {
@@ -12,7 +12,7 @@
12
12
  "dependencies": {
13
13
  "@teselagen/sequence-utils": "0.3.27",
14
14
  "@teselagen/range-utils": "0.3.7",
15
- "@teselagen/ui": "0.7.3-beta.2",
15
+ "@teselagen/ui": "0.7.3-beta.3",
16
16
  "@teselagen/file-utils": "0.3.16",
17
17
  "@teselagen/bounce-loader": "0.3.11",
18
18
  "@teselagen/bio-parsers": "0.4.22",