@vitrosoftware/common-ui-ts 1.1.223 → 1.1.224

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
@@ -67107,7 +67107,7 @@ var Viewer = function Viewer(props) {
67107
67107
  };
67108
67108
 
67109
67109
  var name = "@vitrosoftware/common-ui-ts";
67110
- var version$1 = "1.1.223";
67110
+ var version$1 = "1.1.224";
67111
67111
  var description = "vitro software common ui ts";
67112
67112
  var author = "";
67113
67113
  var license = "MIT";
@@ -68556,9 +68556,9 @@ var Alert$1 = function Alert(props) {
68556
68556
  }), React__default.createElement(FlexBox, {
68557
68557
  className: styles$1h['vitro-content-container'],
68558
68558
  isColumn: true
68559
- }, React__default.createElement("div", {
68559
+ }, (props.title || props.text) && React__default.createElement("div", {
68560
68560
  className: styles$1h['vitro-text']
68561
- }, props.title && React__default.createElement("strong", null, props.title), props.text, !props.text && props.children), props.children), props.isDismissible && React__default.createElement("div", {
68561
+ }, props.title && React__default.createElement("strong", null, props.title), props.text), props.children), props.isDismissible && React__default.createElement("div", {
68562
68562
  className: styles$1h['vitro-button-close'],
68563
68563
  onClick: onClose
68564
68564
  }))));