@usesuperflow/toolbar-staging 1.0.457 → 1.0.459

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usesuperflow/toolbar-staging",
3
- "version": "1.0.457",
3
+ "version": "1.0.459",
4
4
  "description": "",
5
5
  "main": "superflow.js",
6
6
  "scripts": {
package/superflow.js CHANGED
@@ -2571,6 +2571,11 @@ class ia extends zn{}ia.Encryptor=class extends ia{processBlock(t,e){const i=t,o
2571
2571
  height: rem_var(var(--legacy-velt-tool-active-icon-size));
2572
2572
  }
2573
2573
 
2574
+ app-sidebar-button-icon {
2575
+ width: 24px !important;
2576
+ height: 24px !important;
2577
+ }
2578
+
2574
2579
  .private-comment-mode {
2575
2580
  --legacy-velt-tool-icon-color: #8F95B2;
2576
2581
  --legacy-velt-tool-hover-icon-color: #8F95B2;
@@ -2644,7 +2649,7 @@ class ia extends zn{}ia.Encryptor=class extends ia{processBlock(t,e){const i=t,o
2644
2649
  <div class="toolbar-actions1 ${lt({"d-none":!this.commentElement})}">
2645
2650
  <div class="tooltip">
2646
2651
  <div class="tooltiptext">${$a("All Comments")}</div>
2647
- <velt-sidebar-button></velt-sidebar-button>
2652
+ <velt-sidebar-button shadow-dom="false"></velt-sidebar-button>
2648
2653
  </div>
2649
2654
  </div>
2650
2655
  <div class="toolbar-section ${lt({"d-none":!this.commentElement})}">
@@ -2947,7 +2952,7 @@ class ia extends zn{}ia.Encryptor=class extends ia{processBlock(t,e){const i=t,o
2947
2952
  </div>
2948
2953
  </div>
2949
2954
  `:O`
2950
- <velt-comment-tool @click=${()=>this.onTourCommentTooltipClick()} class="${lt({active:!this.allFeatureDisabled&&this.showTourCommentTooltip})}"></velt-comment-tool>
2955
+ <velt-comment-tool @click=${()=>this.onTourCommentTooltipClick()} shadow-dom="false" class="${lt({active:!this.allFeatureDisabled&&this.showTourCommentTooltip})}"></velt-comment-tool>
2951
2956
  `}
2952
2957
  </div>
2953
2958
  <div class="action tooltip ${lt({"d-none":this.addCommentMode})}">
@@ -2991,7 +2996,7 @@ class ia extends zn{}ia.Encryptor=class extends ia{processBlock(t,e){const i=t,o
2991
2996
  <div class="toolbar-actions1">
2992
2997
  <div class="tooltip">
2993
2998
  <div class="tooltiptext">${$a("Open Comments")}</div>
2994
- <velt-sidebar-button></velt-sidebar-button>
2999
+ <velt-sidebar-button shadow-dom="false"></velt-sidebar-button>
2995
3000
  </div>
2996
3001
  </div>
2997
3002
  </div>
package/superflow.min.js CHANGED
@@ -2571,6 +2571,11 @@ class oa extends Hn{}oa.Encryptor=class extends oa{processBlock(t,e){const i=t,o
2571
2571
  height: rem_var(var(--legacy-velt-tool-active-icon-size));
2572
2572
  }
2573
2573
 
2574
+ app-sidebar-button-icon {
2575
+ width: 24px !important;
2576
+ height: 24px !important;
2577
+ }
2578
+
2574
2579
  .private-comment-mode {
2575
2580
  --legacy-velt-tool-icon-color: #8F95B2;
2576
2581
  --legacy-velt-tool-hover-icon-color: #8F95B2;
@@ -2644,7 +2649,7 @@ class oa extends Hn{}oa.Encryptor=class extends oa{processBlock(t,e){const i=t,o
2644
2649
  <div class="toolbar-actions1 ${ct({"d-none":!this.commentElement})}">
2645
2650
  <div class="tooltip">
2646
2651
  <div class="tooltiptext">${ja("All Comments")}</div>
2647
- <velt-sidebar-button></velt-sidebar-button>
2652
+ <velt-sidebar-button shadow-dom="false"></velt-sidebar-button>
2648
2653
  </div>
2649
2654
  </div>
2650
2655
  <div class="toolbar-section ${ct({"d-none":!this.commentElement})}">
@@ -2947,7 +2952,7 @@ class oa extends Hn{}oa.Encryptor=class extends oa{processBlock(t,e){const i=t,o
2947
2952
  </div>
2948
2953
  </div>
2949
2954
  `:D`
2950
- <velt-comment-tool @click=${()=>this.onTourCommentTooltipClick()} class="${ct({active:!this.allFeatureDisabled&&this.showTourCommentTooltip})}"></velt-comment-tool>
2955
+ <velt-comment-tool @click=${()=>this.onTourCommentTooltipClick()} shadow-dom="false" class="${ct({active:!this.allFeatureDisabled&&this.showTourCommentTooltip})}"></velt-comment-tool>
2951
2956
  `}
2952
2957
  </div>
2953
2958
  <div class="action tooltip ${ct({"d-none":this.addCommentMode})}">
@@ -2991,7 +2996,7 @@ class oa extends Hn{}oa.Encryptor=class extends oa{processBlock(t,e){const i=t,o
2991
2996
  <div class="toolbar-actions1">
2992
2997
  <div class="tooltip">
2993
2998
  <div class="tooltiptext">${ja("Open Comments")}</div>
2994
- <velt-sidebar-button></velt-sidebar-button>
2999
+ <velt-sidebar-button shadow-dom="false"></velt-sidebar-button>
2995
3000
  </div>
2996
3001
  </div>
2997
3002
  </div>