@vitrosoftware/common-ui-ts 1.1.99 → 1.1.101

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.js CHANGED
@@ -60463,7 +60463,7 @@ var Dialog = function Dialog(props) {
60463
60463
  };
60464
60464
  return React__default.createElement("div", {
60465
60465
  className: className,
60466
- onClick: onOutsideClick
60466
+ onMouseDown: onOutsideClick
60467
60467
  }, React__default.createElement(DialogComponent, {
60468
60468
  width: props.width,
60469
60469
  height: props.height,
@@ -61847,7 +61847,7 @@ var Viewer = function Viewer(props) {
61847
61847
  };
61848
61848
 
61849
61849
  var name = "@vitrosoftware/common-ui-ts";
61850
- var version$1 = "1.1.99";
61850
+ var version$1 = "1.1.101";
61851
61851
  var description = "vitro software common ui ts";
61852
61852
  var author = "";
61853
61853
  var license = "MIT";