@vitrosoftware/common-ui-ts 1.1.232 → 1.1.234

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.
@@ -7543,12 +7543,7 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
7543
7543
 
7544
7544
  .compare-dlg-wrap .wrap-inner {
7545
7545
  width: unset;
7546
- }
7547
-
7548
- .compare-dlg-wrap .wrap-inner-bg {
7549
- background: #fff;
7550
- border: none;
7551
- padding: 0;
7546
+ height: 100%;
7552
7547
  }
7553
7548
 
7554
7549
  .compare-dlg_warning {
@@ -8106,6 +8101,9 @@ dialog .separator {
8106
8101
  border: 1px solid #E4E6EC80;
8107
8102
  border-radius: 4px;
8108
8103
  padding: 20px;
8104
+ height: 100%;
8105
+ display: flex;
8106
+ flex-direction: column;
8109
8107
  }
8110
8108
 
8111
8109
  .compare-dlg-footer {
@@ -8219,6 +8217,7 @@ dialog .separator {
8219
8217
  .compare-dlg_doc-b_name.field-grp {
8220
8218
  margin-bottom: 14px !important;
8221
8219
  margin-top: 1px !important;
8220
+ flex-grow: 1;
8222
8221
  }
8223
8222
 
8224
8223
  .context-menu-icon-edit:before {
@@ -8243,4 +8242,14 @@ dialog .separator {
8243
8242
 
8244
8243
  .to-bg {
8245
8244
  z-index: 50;
8245
+ }
8246
+
8247
+ .TWHintMain,
8248
+ .TWHintShadow {
8249
+ z-index: 10250 !important;
8250
+ }
8251
+
8252
+ .vitro-item-select-dialog .vitro-selected-item-list .TWBodyMid .TWPageOne .TWSection .TWDataRow td:nth-last-child(2) img,
8253
+ .vitro-item-select-dialog .vitro-selected-item-list .TWBodyMid .TWPageOne .TWSection .TWDataRow td:last-child img {
8254
+ display: none;
8246
8255
  }
@@ -541,12 +541,7 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
541
541
 
542
542
  .compare-dlg-wrap .wrap-inner {
543
543
  width: unset;
544
- }
545
-
546
- .compare-dlg-wrap .wrap-inner-bg {
547
- background: #fff;
548
- border: none;
549
- padding: 0;
544
+ height: 100%;
550
545
  }
551
546
 
552
547
  .compare-dlg_warning {
@@ -1104,6 +1099,9 @@ dialog .separator {
1104
1099
  border: 1px solid #E4E6EC80;
1105
1100
  border-radius: 4px;
1106
1101
  padding: 20px;
1102
+ height: 100%;
1103
+ display: flex;
1104
+ flex-direction: column;
1107
1105
  }
1108
1106
 
1109
1107
  .compare-dlg-footer {
@@ -1217,6 +1215,7 @@ dialog .separator {
1217
1215
  .compare-dlg_doc-b_name.field-grp {
1218
1216
  margin-bottom: 14px !important;
1219
1217
  margin-top: 1px !important;
1218
+ flex-grow: 1;
1220
1219
  }
1221
1220
 
1222
1221
  .context-menu-icon-edit:before {
@@ -1241,4 +1240,14 @@ dialog .separator {
1241
1240
 
1242
1241
  .to-bg {
1243
1242
  z-index: 50;
1243
+ }
1244
+
1245
+ .TWHintMain,
1246
+ .TWHintShadow {
1247
+ z-index: 10250 !important;
1248
+ }
1249
+
1250
+ .vitro-item-select-dialog .vitro-selected-item-list .TWBodyMid .TWPageOne .TWSection .TWDataRow td:nth-last-child(2) img,
1251
+ .vitro-item-select-dialog .vitro-selected-item-list .TWBodyMid .TWPageOne .TWSection .TWDataRow td:last-child img {
1252
+ display: none;
1244
1253
  }
@@ -103,6 +103,7 @@
103
103
  background-position: center center;
104
104
  }
105
105
 
106
+ .vitro-table-view-gantt .TWCell [class^="_flex-box"] > .vitro-avatar,
106
107
  .vitro-table-view-gantt .TWCell .vitro-flex > .vitro-avatar {
107
108
  width: 16px;
108
109
  height: 16px;
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.234";
66917
66920
  var description = "vitro software common ui ts";
66918
66921
  var author = "";
66919
66922
  var license = "MIT";