@usesuperflow/toolbar-staging 1.0.257 → 1.0.259
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 +16 -1
- package/superflow.min.js +16 -1
package/package.json
CHANGED
package/superflow.js
CHANGED
|
@@ -2020,6 +2020,21 @@ 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
|
+
.s-guest-mode-signin-modal-container .s-modal-secondary-actions {
|
|
2032
|
+
flex-direction: column;
|
|
2033
|
+
align-items: center;
|
|
2034
|
+
}
|
|
2035
|
+
|
|
2036
|
+
}
|
|
2037
|
+
|
|
2023
2038
|
.s-cta-btn {
|
|
2024
2039
|
display: flex;
|
|
2025
2040
|
padding: 5.5px 8px;
|
|
@@ -2894,7 +2909,7 @@ class Qs extends at{constructor(t){if(super(t),this.it=D,t.type!==st)throw Error
|
|
|
2894
2909
|
<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
2910
|
<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
2911
|
</svg>
|
|
2897
|
-
<div class="error-message">Review is Locked</div>
|
|
2912
|
+
<div class="error-message password">Review is Locked</div>
|
|
2898
2913
|
</div>
|
|
2899
2914
|
<div class="cta-btn" @click=${()=>this.onPasswordProtectedModalOpenButtonClick()}>
|
|
2900
2915
|
Enter Password
|
package/superflow.min.js
CHANGED
|
@@ -2019,6 +2019,21 @@ 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
|
+
.s-guest-mode-signin-modal-container .s-modal-secondary-actions {
|
|
2031
|
+
flex-direction: column;
|
|
2032
|
+
align-items: center;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2022
2037
|
.s-cta-btn {
|
|
2023
2038
|
display: flex;
|
|
2024
2039
|
padding: 5.5px 8px;
|
|
@@ -2893,7 +2908,7 @@ class Lr extends lt{constructor(t){if(super(t),this.it=$,t.type!==rt)throw Error
|
|
|
2893
2908
|
<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
2909
|
<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
2910
|
</svg>
|
|
2896
|
-
<div class="error-message">Review is Locked</div>
|
|
2911
|
+
<div class="error-message password">Review is Locked</div>
|
|
2897
2912
|
</div>
|
|
2898
2913
|
<div class="cta-btn" @click=${()=>this.onPasswordProtectedModalOpenButtonClick()}>
|
|
2899
2914
|
Enter Password
|