@usesuperflow/toolbar-staging 1.0.257 → 1.0.258
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 +1 -1
- package/superflow.js +10 -1
- package/superflow.min.js +10 -1
package/package.json
CHANGED
package/superflow.js
CHANGED
|
@@ -2020,6 +2020,15 @@ class ws extends uo{}ws.Encryptor=class extends ws{processBlock(t,e){const i=t,o
|
|
|
2020
2020
|
line-height: 20px;
|
|
2021
2021
|
}
|
|
2022
2022
|
|
|
2023
|
+
@media only screen and (max-width: 620px) {
|
|
2024
|
+
.s-password-alert .error-container .password {
|
|
2025
|
+
display: none;
|
|
2026
|
+
}
|
|
2027
|
+
.s-password-alert .cta-btn {
|
|
2028
|
+
width: 110px;
|
|
2029
|
+
}
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2023
2032
|
.s-cta-btn {
|
|
2024
2033
|
display: flex;
|
|
2025
2034
|
padding: 5.5px 8px;
|
|
@@ -2894,7 +2903,7 @@ class Qs extends at{constructor(t){if(super(t),this.it=D,t.type!==st)throw Error
|
|
|
2894
2903
|
<path d="M8.38892 11.2778V8.38894C8.38892 7.43122 8.76937 6.51272 9.44659 5.8355C10.1238 5.15829 11.0423 4.77783 12 4.77783C12.9578 4.77783 13.8763 5.15829 14.5535 5.8355C15.2307 6.51272 15.6111 7.43122 15.6111 8.38894V11.2778" stroke="#FFCD2E" stroke-width="1.44444" stroke-linecap="round" stroke-linejoin="round"/>
|
|
2895
2904
|
<path d="M8.38892 11.2778V8.38894C8.38892 7.43122 8.76937 6.51272 9.44659 5.8355C10.1238 5.15829 11.0423 4.77783 12 4.77783C12.9578 4.77783 13.8763 5.15829 14.5535 5.8355C15.2307 6.51272 15.6111 7.43122 15.6111 8.38894V11.2778" stroke="black" stroke-opacity="0.16" stroke-width="1.44444" stroke-linecap="round" stroke-linejoin="round"/>
|
|
2896
2905
|
</svg>
|
|
2897
|
-
<div class="error-message">Review is Locked</div>
|
|
2906
|
+
<div class="error-message password">Review is Locked</div>
|
|
2898
2907
|
</div>
|
|
2899
2908
|
<div class="cta-btn" @click=${()=>this.onPasswordProtectedModalOpenButtonClick()}>
|
|
2900
2909
|
Enter Password
|
package/superflow.min.js
CHANGED
|
@@ -2019,6 +2019,15 @@ class qs extends Zo{}qs.Encryptor=class extends qs{processBlock(t,e){const i=t,o
|
|
|
2019
2019
|
line-height: 20px;
|
|
2020
2020
|
}
|
|
2021
2021
|
|
|
2022
|
+
@media only screen and (max-width: 620px) {
|
|
2023
|
+
.s-password-alert .error-container .password {
|
|
2024
|
+
display: none;
|
|
2025
|
+
}
|
|
2026
|
+
.s-password-alert .cta-btn {
|
|
2027
|
+
width: 110px;
|
|
2028
|
+
}
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2022
2031
|
.s-cta-btn {
|
|
2023
2032
|
display: flex;
|
|
2024
2033
|
padding: 5.5px 8px;
|
|
@@ -2893,7 +2902,7 @@ class Lr extends lt{constructor(t){if(super(t),this.it=$,t.type!==rt)throw Error
|
|
|
2893
2902
|
<path d="M8.38892 11.2778V8.38894C8.38892 7.43122 8.76937 6.51272 9.44659 5.8355C10.1238 5.15829 11.0423 4.77783 12 4.77783C12.9578 4.77783 13.8763 5.15829 14.5535 5.8355C15.2307 6.51272 15.6111 7.43122 15.6111 8.38894V11.2778" stroke="#FFCD2E" stroke-width="1.44444" stroke-linecap="round" stroke-linejoin="round"/>
|
|
2894
2903
|
<path d="M8.38892 11.2778V8.38894C8.38892 7.43122 8.76937 6.51272 9.44659 5.8355C10.1238 5.15829 11.0423 4.77783 12 4.77783C12.9578 4.77783 13.8763 5.15829 14.5535 5.8355C15.2307 6.51272 15.6111 7.43122 15.6111 8.38894V11.2778" stroke="black" stroke-opacity="0.16" stroke-width="1.44444" stroke-linecap="round" stroke-linejoin="round"/>
|
|
2895
2904
|
</svg>
|
|
2896
|
-
<div class="error-message">Review is Locked</div>
|
|
2905
|
+
<div class="error-message password">Review is Locked</div>
|
|
2897
2906
|
</div>
|
|
2898
2907
|
<div class="cta-btn" @click=${()=>this.onPasswordProtectedModalOpenButtonClick()}>
|
|
2899
2908
|
Enter Password
|