@usesuperflow/toolbar-staging 1.0.13 → 1.0.14

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.13",
3
+ "version": "1.0.14",
4
4
  "description": "",
5
5
  "main": "superflow.js",
6
6
  "scripts": {
package/superflow.js CHANGED
@@ -725,6 +725,7 @@ class dn extends oi{}dn.Encryptor=class extends dn{processBlock(t,e){const i=t,o
725
725
  background: #403cab;
726
726
  border: 0;
727
727
  align-self: end;
728
+ cursor: pointer;
728
729
  }
729
730
  `,In=r`
730
731
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@@ -1111,6 +1112,14 @@ class dn extends oi{}dn.Encryptor=class extends dn{processBlock(t,e){const i=t,o
1111
1112
  .profile-img {
1112
1113
  margin-left: 8px;
1113
1114
  }
1115
+
1116
+ .comment-tool-container .tour-tooltiptext {
1117
+ left: 0 !important;
1118
+ }
1119
+
1120
+ .comment-tool-container .tour-tooltiptext::after {
1121
+ right: calc(100% - 16px) !important;
1122
+ }
1114
1123
  }
1115
1124
 
1116
1125
  @media only screen and (max-width: 400px) {
@@ -1635,7 +1644,7 @@ class dn extends oi{}dn.Encryptor=class extends dn{processBlock(t,e){const i=t,o
1635
1644
  <!-- actions -->
1636
1645
  <div class="toolbar-section huddle-recorder-section ${rt({"d-none":!this.expanded})}">
1637
1646
  <div class="toolbar-actions">
1638
- <div class="action tooltip">
1647
+ <div class="action tooltip comment-tool-container">
1639
1648
  <div class="tooltiptext">Comment</div>
1640
1649
  ${this.showTourCommentTooltip?D`
1641
1650
  <div class="tour-tooltiptext" @click=${()=>this.onTourCommentTooltipClick()}>
package/superflow.min.js CHANGED
@@ -724,6 +724,7 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
724
724
  background: #403cab;
725
725
  border: 0;
726
726
  align-self: end;
727
+ cursor: pointer;
727
728
  }
728
729
  `,es=l`
729
730
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@@ -1110,6 +1111,14 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
1110
1111
  .profile-img {
1111
1112
  margin-left: 8px;
1112
1113
  }
1114
+
1115
+ .comment-tool-container .tour-tooltiptext {
1116
+ left: 0 !important;
1117
+ }
1118
+
1119
+ .comment-tool-container .tour-tooltiptext::after {
1120
+ right: calc(100% - 16px) !important;
1121
+ }
1113
1122
  }
1114
1123
 
1115
1124
  @media only screen and (max-width: 400px) {
@@ -1634,7 +1643,7 @@ class Hn extends ke{}Hn.Encryptor=class extends Hn{processBlock(t,i){const e=t,o
1634
1643
  <!-- actions -->
1635
1644
  <div class="toolbar-section huddle-recorder-section ${lt({"d-none":!this.expanded})}">
1636
1645
  <div class="toolbar-actions">
1637
- <div class="action tooltip">
1646
+ <div class="action tooltip comment-tool-container">
1638
1647
  <div class="tooltiptext">Comment</div>
1639
1648
  ${this.showTourCommentTooltip?_`
1640
1649
  <div class="tour-tooltiptext" @click=${()=>this.onTourCommentTooltipClick()}>