@vitrosoftware/common-ui-ts 1.1.201 → 1.1.202

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
@@ -61219,15 +61219,13 @@ var DialogFooter = function DialogFooter(props) {
61219
61219
  onClick: props.onClose,
61220
61220
  className: styles$l['vitro-button']
61221
61221
  }), (_props$buttonList2 = props.buttonList) !== null && _props$buttonList2 !== void 0 && _props$buttonList2.length ? props.buttonList.map(function (button) {
61222
- return React__default.createElement(Button$2, {
61223
- text: button.text,
61222
+ return React__default.createElement(Button$2, Object.assign({}, button, {
61224
61223
  onClick: function onClick() {
61225
61224
  var _button$onClick;
61226
61225
  return (_button$onClick = button.onClick) === null || _button$onClick === void 0 ? void 0 : _button$onClick.call(button, props.dialog);
61227
61226
  },
61228
- isDisabled: button.isDisabled,
61229
61227
  className: styles$l['vitro-button'] + (button.className ? CTRL.SPACE + button.className : CTRL.EMPTY)
61230
- });
61228
+ }));
61231
61229
  }) : null));
61232
61230
  };
61233
61231
 
@@ -63133,7 +63131,7 @@ var Viewer = function Viewer(props) {
63133
63131
  };
63134
63132
 
63135
63133
  var name = "@vitrosoftware/common-ui-ts";
63136
- var version$1 = "1.1.201";
63134
+ var version$1 = "1.1.202";
63137
63135
  var description = "vitro software common ui ts";
63138
63136
  var author = "";
63139
63137
  var license = "MIT";