@ranty/ranty-sdk 1.2.12-beta.5 → 1.2.13
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/dist/index.js +18 -18
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -20571,25 +20571,25 @@ let je = class n extends H {
|
|
|
20571
20571
|
</svg>
|
|
20572
20572
|
</div>
|
|
20573
20573
|
` : this.sonicBranding ? E`
|
|
20574
|
-
|
|
20575
|
-
|
|
20576
|
-
|
|
20574
|
+
<div class="sonic-container">
|
|
20575
|
+
<div id="animContainer">
|
|
20576
|
+
<mc-sonic id="mc-sonic" sonicBackground="white"></mc-sonic>
|
|
20577
|
+
</div>
|
|
20577
20578
|
</div>
|
|
20578
|
-
|
|
20579
|
-
|
|
20580
|
-
|
|
20581
|
-
|
|
20582
|
-
|
|
20583
|
-
|
|
20584
|
-
|
|
20585
|
-
|
|
20586
|
-
|
|
20587
|
-
|
|
20588
|
-
|
|
20589
|
-
|
|
20590
|
-
|
|
20591
|
-
|
|
20592
|
-
`}
|
|
20579
|
+
` : E`
|
|
20580
|
+
${this.success ? E`
|
|
20581
|
+
<div class="sa-success">
|
|
20582
|
+
<div class="sa-success-tip"></div>
|
|
20583
|
+
<div class="sa-success-long"></div>
|
|
20584
|
+
<div class="sa-success-placeholder"></div>
|
|
20585
|
+
<div class="sa-success-fix"></div>
|
|
20586
|
+
</div>
|
|
20587
|
+
` : E`
|
|
20588
|
+
<div class="spinner-container">
|
|
20589
|
+
${this.duplicateError ? E`<img src="${this.duplicateImage}" alt="error-image" class="error-image" />` : E`<img src="${this.image}" alt="error-image" class="error-image" />`}
|
|
20590
|
+
</div>
|
|
20591
|
+
`}
|
|
20592
|
+
`}
|
|
20593
20593
|
<span class="${"title " + this.customClass}">${this.title}</span>
|
|
20594
20594
|
<span class="${"subtitle " + this.customClassSub}">${this.subtitle}</span>
|
|
20595
20595
|
</div>
|