@burdenoff/website-sdk 2026.516.8 → 2026.516.9
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/components/pricing.js +1 -1
- package/dist/components/pricing.js.map +1 -1
- package/dist/components/pricing.mjs +1 -1
- package/dist/components/pricing.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1693,7 +1693,7 @@ function PricingSection(props) {
|
|
|
1693
1693
|
/* @__PURE__ */ jsxs("div", { className: "text-center mb-8 sm:mb-12", children: [
|
|
1694
1694
|
/* @__PURE__ */ jsx("h2", { className: "text-2xl sm:text-3xl md:text-4xl font-bold mb-3 sm:mb-4", children: sectionHeading }),
|
|
1695
1695
|
/* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-sm sm:text-base md:text-lg mb-6", children: sectionSubtitle }),
|
|
1696
|
-
props.showAudienceTabs &&
|
|
1696
|
+
props.showAudienceTabs && /* @__PURE__ */ jsxs("div", { className: "inline-flex items-center bg-muted p-1.5 rounded-xl mb-4", children: [
|
|
1697
1697
|
/* @__PURE__ */ jsx(
|
|
1698
1698
|
"button",
|
|
1699
1699
|
{
|