@vitrosoftware/common-ui-ts 1.1.194 → 1.1.195

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.
@@ -1,6 +1,6 @@
1
1
  .vitro-confirm-dialog {
2
2
  min-width: 469px;
3
- max-width: 706px;
3
+ max-width: 589px;
4
4
  height: unset !important;
5
5
  width: unset !important;
6
6
  border: 1px solid rgba(74, 85, 108, 0.35);
package/dist/index.css CHANGED
@@ -1846,7 +1846,7 @@ div._component-loader_vitro-component-loader_3J3a2or {
1846
1846
  }
1847
1847
  ._confirm-dialog_vitro-confirm-dialog_1r-CtWW {
1848
1848
  min-width: 469px;
1849
- max-width: 706px;
1849
+ max-width: 589px;
1850
1850
  height: unset !important;
1851
1851
  width: unset !important;
1852
1852
  border: 1px solid rgba(74, 85, 108, 0.35);
package/dist/index.js CHANGED
@@ -61415,7 +61415,7 @@ var ConfirmDialog = function ConfirmDialog(props) {
61415
61415
  onKeyDown: props.onKeyDown,
61416
61416
  zIndex: props.zIndex,
61417
61417
  isDismissible: true
61418
- });
61418
+ }, props.text && React__default.createElement(DialogContent, null, props.text));
61419
61419
  };
61420
61420
 
61421
61421
  var styles$o = {"vitro-link":"_link_vitro-link_2ePaXvd"};
@@ -61909,7 +61909,8 @@ var ActionHandler = function ActionHandler(props) {
61909
61909
  onCancel: onClose,
61910
61910
  onConfirm: onStart,
61911
61911
  onKeyDown: onKeyDown,
61912
- zIndex: props.zIndex
61912
+ zIndex: props.zIndex,
61913
+ text: props.confirmText
61913
61914
  }) : React__default.createElement(ResultDialog, {
61914
61915
  actionName: actionName,
61915
61916
  itemList: data.itemList,
@@ -63127,7 +63128,7 @@ var Viewer = function Viewer(props) {
63127
63128
  };
63128
63129
 
63129
63130
  var name = "@vitrosoftware/common-ui-ts";
63130
- var version$1 = "1.1.194";
63131
+ var version$1 = "1.1.195";
63131
63132
  var description = "vitro software common ui ts";
63132
63133
  var author = "";
63133
63134
  var license = "MIT";