@sonordev/site-kit 2.7.3 → 2.8.0
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/SitemapSync-4RV7BJJF.js +13 -0
- package/dist/{SitemapSync-4Y65CMUK.js.map → SitemapSync-4RV7BJJF.js.map} +1 -1
- package/dist/SitemapSync-ZCK4GWTJ.mjs +4 -0
- package/dist/{SitemapSync-3ISOAVDT.mjs.map → SitemapSync-ZCK4GWTJ.mjs.map} +1 -1
- package/dist/{chunk-PMVEDBWP.mjs → chunk-5QLM6LZ2.mjs} +3 -3
- package/dist/{chunk-PMVEDBWP.mjs.map → chunk-5QLM6LZ2.mjs.map} +1 -1
- package/dist/{chunk-ZUCVEQZB.mjs → chunk-GGOHMLL5.mjs} +14 -9
- package/dist/chunk-GGOHMLL5.mjs.map +1 -0
- package/dist/{chunk-7NC3UQEE.js → chunk-HANRPNKG.js} +3 -3
- package/dist/{chunk-7NC3UQEE.js.map → chunk-HANRPNKG.js.map} +1 -1
- package/dist/{chunk-JNXQX2R6.js → chunk-LFGJIGLN.js} +14 -9
- package/dist/chunk-LFGJIGLN.js.map +1 -0
- package/dist/forms/index.d.mts +8 -0
- package/dist/forms/index.d.ts +8 -0
- package/dist/forms/index.js +3 -0
- package/dist/forms/index.js.map +1 -1
- package/dist/forms/index.mjs +3 -0
- package/dist/forms/index.mjs.map +1 -1
- package/dist/layout/client.js +2 -2
- package/dist/layout/client.mjs +1 -1
- package/dist/layout/index.js +2 -2
- package/dist/layout/index.mjs +1 -1
- package/dist/seo/client.js +2 -2
- package/dist/seo/client.mjs +1 -1
- package/dist/seo/index.js +2 -2
- package/dist/seo/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/SitemapSync-3ISOAVDT.mjs +0 -4
- package/dist/SitemapSync-4Y65CMUK.js +0 -13
- package/dist/chunk-JNXQX2R6.js.map +0 -1
- package/dist/chunk-ZUCVEQZB.mjs.map +0 -1
package/dist/forms/index.mjs
CHANGED
|
@@ -655,6 +655,9 @@ async function submitForm({
|
|
|
655
655
|
utmSource: utm.utm_source,
|
|
656
656
|
utmMedium: utm.utm_medium,
|
|
657
657
|
utmCampaign: utm.utm_campaign,
|
|
658
|
+
// Sub-site host — preserved on form_submissions for lead attribution
|
|
659
|
+
// across multi-site projects. Resolved by SiteKitClientProviders.
|
|
660
|
+
site: typeof window !== "undefined" ? window.__SITE_KIT_SITE__ || window.location.host : void 0,
|
|
658
661
|
_formLoadedAt: formLoadedAt
|
|
659
662
|
}
|
|
660
663
|
};
|