@getspot/spot-widget 3.2.1 → 3.2.3
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/CHANGELOG.md +14 -0
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [3.2.3](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget@3.2.2...@getspot/spot-widget@3.2.3) (2025-12-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **core:** update terms and conditions replacement regex ([d806a6d](https://gitlab.com/getspot/spot-widget/commit/d806a6da58ceda91fd981990cd2a4e84b81cc4b2))
|
|
7
|
+
|
|
8
|
+
## [3.2.2](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget@3.2.1...@getspot/spot-widget@3.2.2) (2025-11-19)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **ci:** build core package before dependent releases to ensure types are available ([8ce1d02](https://gitlab.com/getspot/spot-widget/commit/8ce1d02e91883852f1136cf4f39a187b30ed485e))
|
|
14
|
+
|
|
1
15
|
## [3.2.1](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget@3.2.0...@getspot/spot-widget@3.2.1) (2025-11-19)
|
|
2
16
|
|
|
3
17
|
|
package/dist/index.es.js
CHANGED
|
@@ -476,7 +476,7 @@ function V(m, t, o = "bottom-right") {
|
|
|
476
476
|
className: "spot-footer__terms",
|
|
477
477
|
parent: s
|
|
478
478
|
}), r = `<a href="${t.communication.termsAndConditionsUrl}" target="_blank" class="spot-footer__terms-link">Terms & Conditions</a>`, i = t.communication.legalDisclaimer.replace(
|
|
479
|
-
/terms and conditions/gi,
|
|
479
|
+
/terms (and|&) conditions/gi,
|
|
480
480
|
r
|
|
481
481
|
);
|
|
482
482
|
if (c("span", {
|
package/dist/index.umd.js
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<rect width="45.405" height="14.8867" fill="white" transform="translate(87 8)"/>
|
|
18
18
|
</clipPath>
|
|
19
19
|
</defs>
|
|
20
|
-
</svg>`}const s=p("div",{className:"spot-footer__container",parent:m}),a=p("div",{className:"spot-footer__terms",parent:s}),r=`<a href="${t.communication.termsAndConditionsUrl}" target="_blank" class="spot-footer__terms-link">Terms & Conditions</a>`,i=t.communication.legalDisclaimer.replace(/terms and conditions/gi,r);if(p("span",{innerHTML:i,parent:a}),o==="bottom-right"){const e=p("p",{className:"spot-footer__powered-by",parent:s});e.innerHTML=`
|
|
20
|
+
</svg>`}const s=p("div",{className:"spot-footer__container",parent:m}),a=p("div",{className:"spot-footer__terms",parent:s}),r=`<a href="${t.communication.termsAndConditionsUrl}" target="_blank" class="spot-footer__terms-link">Terms & Conditions</a>`,i=t.communication.legalDisclaimer.replace(/terms (and|&) conditions/gi,r);if(p("span",{innerHTML:i,parent:a}),o==="bottom-right"){const e=p("p",{className:"spot-footer__powered-by",parent:s});e.innerHTML=`
|
|
21
21
|
<svg width="145" height="28" viewBox="0 0 145 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
22
22
|
<rect width="145" height="28"/>
|
|
23
23
|
<rect x="-655" y="-270" width="819" height="325" rx="10"/>
|