@neowhale/storefront 0.2.26 → 0.2.27

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.
@@ -2803,6 +2803,7 @@ function LeadCaptureSection({ section, data, theme }) {
2803
2803
  first_name: firstName || void 0,
2804
2804
  source: c.source || "landing_page",
2805
2805
  landing_page_slug: slug || void 0,
2806
+ newsletter_opt_in: newsletterOptIn || void 0,
2806
2807
  tags: (() => {
2807
2808
  const t = [...c.tags || []];
2808
2809
  if (newsletterOptIn) t.push(c.newsletter_tag || "newsletter-subscriber");