@vitrosoftware/common-ui-ts 1.1.87 → 1.1.88

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.
@@ -26,7 +26,7 @@
26
26
 
27
27
  .vitro-alert-content {
28
28
  display: flex;
29
- align-items: start;
29
+ align-items: flex-start;
30
30
  height: auto;
31
31
  }
32
32
 
@@ -238,7 +238,7 @@
238
238
  margin: 0 16px;
239
239
  width: -moz-available !important;
240
240
  width: -webkit-fill-available !important;
241
- width: fill-available !important;
241
+ width: stretch !important;
242
242
  left: 0 !important;
243
243
  padding: 71px 12px 24px 12px !important;
244
244
  }
@@ -4,7 +4,7 @@
4
4
  width: calc(100% - 32px);
5
5
  max-width: calc(100% - 32px);
6
6
  bottom: 0;
7
- align-items: end;
7
+ align-items: flex-end;
8
8
  background: #fff;
9
9
  bottom: 1px;
10
10
  }
package/dist/index.css CHANGED
@@ -2797,7 +2797,7 @@ html, body {
2797
2797
  margin: 0 16px;
2798
2798
  width: -moz-available !important;
2799
2799
  width: -webkit-fill-available !important;
2800
- width: fill-available !important;
2800
+ width: stretch !important;
2801
2801
  left: 0 !important;
2802
2802
  padding: 71px 12px 24px 12px !important;
2803
2803
  }
@@ -4706,7 +4706,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
4706
4706
 
4707
4707
  ._alert_vitro-alert-content_10fW1n4 {
4708
4708
  display: flex;
4709
- align-items: start;
4709
+ align-items: flex-start;
4710
4710
  height: auto;
4711
4711
  }
4712
4712
 
@@ -5212,7 +5212,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
5212
5212
  width: calc(100% - 32px);
5213
5213
  max-width: calc(100% - 32px);
5214
5214
  bottom: 0;
5215
- align-items: end;
5215
+ align-items: flex-end;
5216
5216
  background: #fff;
5217
5217
  bottom: 1px;
5218
5218
  }
package/dist/index.js CHANGED
@@ -61669,7 +61669,7 @@ var Viewer = function Viewer(props) {
61669
61669
  };
61670
61670
 
61671
61671
  var name = "@vitrosoftware/common-ui-ts";
61672
- var version$1 = "1.1.87";
61672
+ var version$1 = "1.1.88";
61673
61673
  var description = "vitro software common ui ts";
61674
61674
  var author = "";
61675
61675
  var license = "MIT";
@@ -64126,7 +64126,7 @@ var ImagePicker = function ImagePicker(props) {
64126
64126
  className: styles$O['vitro-image-picker-label-wrapper']
64127
64127
  }, props.label ? props.label : ''), React__default.createElement("div", {
64128
64128
  className: props.classNameRoot ? props.classNameRoot : styles$O['vitro-image-picker-root']
64129
- }, React__default.createElement(DropdownButton, {
64129
+ }, !props.isReadOnly && React__default.createElement(DropdownButton, {
64130
64130
  itemList: defaultItemList,
64131
64131
  className: styles$O['vitro-image-picker-dropdown-wrapper']
64132
64132
  }), React__default.createElement("input", {