@vitrosoftware/common-ui-ts 1.1.119 → 1.1.120

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
@@ -62103,7 +62103,7 @@ var Viewer = function Viewer(props) {
62103
62103
  };
62104
62104
 
62105
62105
  var name = "@vitrosoftware/common-ui-ts";
62106
- var version$1 = "1.1.119";
62106
+ var version$1 = "1.1.120";
62107
62107
  var description = "vitro software common ui ts";
62108
62108
  var author = "";
62109
62109
  var license = "MIT";
@@ -67263,6 +67263,9 @@ var SiteSelect = function SiteSelect(props) {
67263
67263
  onClick: function onClick() {
67264
67264
  return onItemSelect(props.rootItem);
67265
67265
  },
67266
+ onMouseDown: function onMouseDown(e) {
67267
+ return onItemMouseDown(props.rootItem, e);
67268
+ },
67266
67269
  className: styles$1x['vitro-root-item']
67267
67270
  })), React__default.createElement(FlexBox, {
67268
67271
  className: styles$1x['vitro-title']