@vitrosoftware/common-ui-ts 1.1.101 → 1.1.103

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.
@@ -6,6 +6,7 @@
6
6
 
7
7
  .vitro-product-title img {
8
8
  max-height: 25px;
9
+ min-height: 25px;
9
10
  margin: 0px 32px;
10
11
  }
11
12
 
package/dist/index.css CHANGED
@@ -6608,6 +6608,7 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6608
6608
 
6609
6609
  ._product-title_vitro-product-title_2gZcA5j img {
6610
6610
  max-height: 25px;
6611
+ min-height: 25px;
6611
6612
  margin: 0px 32px;
6612
6613
  }
6613
6614
 
package/dist/index.js CHANGED
@@ -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.101";
61850
+ var version$1 = "1.1.103";
61851
61851
  var description = "vitro software common ui ts";
61852
61852
  var author = "";
61853
61853
  var license = "MIT";
@@ -66399,6 +66399,9 @@ var SiteSelect = function SiteSelect(props) {
66399
66399
  inputClassName: styles$1p['vitro-search-input']
66400
66400
  }, React__default.createElement(SiteItem, Object.assign({}, props.rootItem, {
66401
66401
  isMobileView: isMobileView,
66402
+ onClick: function onClick() {
66403
+ return onSelect(props.rootItem);
66404
+ },
66402
66405
  className: styles$1p['vitro-root-item']
66403
66406
  })), React__default.createElement(FlexBox, {
66404
66407
  className: styles$1p['vitro-title']