@vitrosoftware/common-ui-ts 1.1.101 → 1.1.102
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
|
@@ -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.
|
|
61850
|
+
var version$1 = "1.1.102";
|
|
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']
|