@vitrosoftware/common-ui-ts 1.1.232 → 1.1.233

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
@@ -61336,6 +61336,9 @@ var styles$r = {"vitro-tab":"_tab-group_vitro-tab_1Qb50HL","vitro-item":"_tab-gr
61336
61336
 
61337
61337
  var Tab = function Tab(props) {
61338
61338
  var linkRef = React.useRef(null);
61339
+ if (!props.imageUrl && !props.text) {
61340
+ return React__default.createElement(React__default.Fragment, null);
61341
+ }
61339
61342
  return React__default.createElement("div", {
61340
61343
  key: props.index,
61341
61344
  className: styles$r['vitro-item']
@@ -66913,7 +66916,7 @@ var Viewer = function Viewer(props) {
66913
66916
  };
66914
66917
 
66915
66918
  var name = "@vitrosoftware/common-ui-ts";
66916
- var version$1 = "1.1.232";
66919
+ var version$1 = "1.1.233";
66917
66920
  var description = "vitro software common ui ts";
66918
66921
  var author = "";
66919
66922
  var license = "MIT";