@vitrosoftware/common-ui-ts 1.1.148 → 1.1.149

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,5 +1,5 @@
1
1
  .vitro-image-viewer {
2
- position: absolute;
2
+ position: fixed;
3
3
  top: 0;
4
4
  left: 0;
5
5
  width: 100%;
@@ -17,7 +17,7 @@
17
17
  .ql-toolbar {
18
18
  border-radius: 4px 4px 0 0 !important;
19
19
  border-color: #C0CAD5 !important;
20
- padding: 11px 8px 11px 8px !important
20
+ padding: 6px 8px 6px 8px !important
21
21
  }
22
22
 
23
23
  .ql-toolbar .ql-formats {
@@ -28,10 +28,10 @@
28
28
  content: '';
29
29
  position: absolute;
30
30
  width: 1px;
31
- height: 28px;
31
+ height: 18px;
32
32
  background: #C0CAD5;
33
33
  right: -9px;
34
- top: -2px;
34
+ top: 3px;
35
35
  }
36
36
 
37
37
  .ql-toolbar .ql-formats:nth-last-child(2):after,
@@ -115,7 +115,7 @@
115
115
 
116
116
  .vitro-btn-more svg {
117
117
  right: 4px !important;
118
- margin-top: -10px !important;
118
+ margin-top: -12px !important;
119
119
  }
120
120
 
121
121
  .ql-toolbar .vitro-btn-more-dropdown .ql-formats:nth-last-child(2):after,
@@ -144,7 +144,7 @@
144
144
  position: absolute;
145
145
  z-index: 15;
146
146
  background: #ffffff;
147
- top: -47px;
147
+ top: -37px;
148
148
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
149
149
  display: none;
150
150
  border-radius: 4px !important;
package/dist/index.css CHANGED
@@ -7116,7 +7116,7 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
7116
7116
  }
7117
7117
 
7118
7118
  ._image-viewer_vitro-image-viewer_19T7Auc {
7119
- position: absolute;
7119
+ position: fixed;
7120
7120
  top: 0;
7121
7121
  left: 0;
7122
7122
  width: 100%;
package/dist/index.js CHANGED
@@ -62168,7 +62168,7 @@ var QuillRichEditorContextImpl = /*#__PURE__*/function () {
62168
62168
  var toolbar = this.getToolbarElm();
62169
62169
  var dropdown = toolbar.find(CTRL.DOT + CSS_CLASS.BTN_MORE_DROPDOWN);
62170
62170
  var grpTo = dropdown.find(CTRL.DOT + CSS_CLASS.TOOLBAR_GRP).eq(grpIndex);
62171
- toolbar.find(CTRL.GT + CTRL.SPACE + CTRL.DOT + CSS_CLASS.TOOLBAR_GRP + CTRL.SPACE + CTRL.GT + CTRL.SPACE + CTRL.DOT + btn).appendTo(grpTo);
62171
+ toolbar.find(CTRL.GT + CTRL.SPACE + CTRL.DOT + CSS_CLASS.TOOLBAR_GRP + CTRL.SPACE + CTRL.GT + CTRL.SPACE + CTRL.DOT + btn).prependTo(grpTo);
62172
62172
  };
62173
62173
  _proto.moveToolbarBtnFromMoreDropdown = function moveToolbarBtnFromMoreDropdown(grpIndex, btnIndex) {
62174
62174
  var btn = this.getBtnCssClass(grpIndex, btnIndex);
@@ -63080,7 +63080,7 @@ var Viewer = function Viewer(props) {
63080
63080
  };
63081
63081
 
63082
63082
  var name = "@vitrosoftware/common-ui-ts";
63083
- var version$1 = "1.1.148";
63083
+ var version$1 = "1.1.149";
63084
63084
  var description = "vitro software common ui ts";
63085
63085
  var author = "";
63086
63086
  var license = "MIT";