@nowramp/form 0.2.4 → 0.2.5
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/nowramp-form.iife.js +1 -1
- package/dist/nowramp-form.iife.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1536,7 +1536,7 @@ function bn({
|
|
|
1536
1536
|
function Sn(t, a) {
|
|
1537
1537
|
const n = new URL("/en/partner/widget", t);
|
|
1538
1538
|
for (const [r, o] of Object.entries(a))
|
|
1539
|
-
o != null && o !== "" && n.searchParams.set(r, String(o));
|
|
1539
|
+
r !== "origin" && o != null && o !== "" && n.searchParams.set(r, String(o));
|
|
1540
1540
|
return n.toString();
|
|
1541
1541
|
}
|
|
1542
1542
|
function wn({ className: t = "" }) {
|