@burdenoff/website-sdk 2026.724.4 → 2026.724.6
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/content/index.js.map +1 -1
- package/dist/content/index.mjs.map +1 -1
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -8
- package/dist/index.mjs.map +1 -1
- package/dist/store/index.js +8 -8
- package/dist/store/index.js.map +1 -1
- package/dist/store/index.mjs +8 -8
- package/dist/store/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6719,7 +6719,7 @@ function TypeBadge({ type }) {
|
|
|
6719
6719
|
EXTENSION: "Extension",
|
|
6720
6720
|
THEME: "Theme"
|
|
6721
6721
|
};
|
|
6722
|
-
return /* @__PURE__ */ jsxRuntime.jsx("span", { className: "inline-block text-xs px-2 py-0.5 rounded-full bg-primary/10 text-
|
|
6722
|
+
return /* @__PURE__ */ jsxRuntime.jsx("span", { className: "inline-block text-xs px-2 py-0.5 rounded-full bg-primary/10 text-foreground font-medium", children: labels[type] ?? type });
|
|
6723
6723
|
}
|
|
6724
6724
|
function ProductCard({ product, onClick, href }) {
|
|
6725
6725
|
const priceLabel = formatPrice2(
|
|
@@ -6793,7 +6793,7 @@ function ProductCard({ product, onClick, href }) {
|
|
|
6793
6793
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6794
6794
|
"span",
|
|
6795
6795
|
{
|
|
6796
|
-
className: `text-xs font-semibold ${priceLabel === "Free" ? "text-emerald-
|
|
6796
|
+
className: `text-xs font-semibold ${priceLabel === "Free" ? "text-emerald-700" : "text-foreground"}`,
|
|
6797
6797
|
children: priceLabel
|
|
6798
6798
|
}
|
|
6799
6799
|
)
|
|
@@ -6987,7 +6987,7 @@ function FeaturedHeroCard({
|
|
|
6987
6987
|
}
|
|
6988
6988
|
)
|
|
6989
6989
|
] }),
|
|
6990
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "absolute top-3 left-3 text-xs font-semibold px-2.5 py-1 rounded-full bg-primary text-
|
|
6990
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "absolute top-3 left-3 text-xs font-semibold px-2.5 py-1 rounded-full border border-primary/30 bg-primary/10 text-foreground shadow-sm", children: "Featured" }),
|
|
6991
6991
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute bottom-4 left-4 w-14 h-14 rounded-xl shadow-lg overflow-hidden border-2 border-background", children: product.icon ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
6992
6992
|
"img",
|
|
6993
6993
|
{
|
|
@@ -7045,7 +7045,7 @@ function FeaturedHeroCard({
|
|
|
7045
7045
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7046
7046
|
"span",
|
|
7047
7047
|
{
|
|
7048
|
-
className: `text-sm font-bold flex-shrink-0 ${priceLabel === "Free" ? "text-emerald-
|
|
7048
|
+
className: `text-sm font-bold flex-shrink-0 ${priceLabel === "Free" ? "text-emerald-700" : "text-foreground"}`,
|
|
7049
7049
|
children: priceLabel
|
|
7050
7050
|
}
|
|
7051
7051
|
)
|
|
@@ -7344,7 +7344,7 @@ function StoreHomePage({
|
|
|
7344
7344
|
}
|
|
7345
7345
|
),
|
|
7346
7346
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center", children: [
|
|
7347
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "inline-flex items-center gap-2 px-3 py-1 rounded-full border border-primary/30 bg-primary/10 text-xs font-semibold text-
|
|
7347
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "inline-flex items-center gap-2 px-3 py-1 rounded-full border border-primary/30 bg-primary/10 text-xs font-semibold text-foreground mb-5", children: [
|
|
7348
7348
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7349
7349
|
"span",
|
|
7350
7350
|
{
|
|
@@ -7560,7 +7560,7 @@ function StoreHomePage({
|
|
|
7560
7560
|
}
|
|
7561
7561
|
),
|
|
7562
7562
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative max-w-2xl mx-auto px-4 py-16 text-center", children: [
|
|
7563
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "inline-flex items-center gap-2 px-3 py-1 rounded-full border border-primary/30 bg-primary/10 text-xs font-semibold text-
|
|
7563
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "inline-flex items-center gap-2 px-3 py-1 rounded-full border border-primary/30 bg-primary/10 text-xs font-semibold text-foreground mb-5", children: [
|
|
7564
7564
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7565
7565
|
"span",
|
|
7566
7566
|
{
|
|
@@ -8569,7 +8569,7 @@ function StoreProductDetailPage({
|
|
|
8569
8569
|
children: [
|
|
8570
8570
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between gap-2 mb-2", children: [
|
|
8571
8571
|
/* @__PURE__ */ jsxRuntime.jsx(StarRating, { rating: review.rating }),
|
|
8572
|
-
review.verifiedPurchase && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xs text-emerald-
|
|
8572
|
+
review.verifiedPurchase && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xs text-emerald-700 font-medium", children: "Verified" })
|
|
8573
8573
|
] }),
|
|
8574
8574
|
review.title && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "font-semibold text-sm text-foreground mb-1", children: review.title }),
|
|
8575
8575
|
review.comment && /* @__PURE__ */ jsxRuntime.jsx(Markdown, { className: "text-sm text-muted-foreground leading-relaxed", children: review.comment }),
|
|
@@ -8603,7 +8603,7 @@ function StoreProductDetailPage({
|
|
|
8603
8603
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
8604
8604
|
"div",
|
|
8605
8605
|
{
|
|
8606
|
-
className: `text-3xl font-extrabold ${priceLabel === "Free" ? "text-emerald-
|
|
8606
|
+
className: `text-3xl font-extrabold ${priceLabel === "Free" ? "text-emerald-700" : "text-foreground"}`,
|
|
8607
8607
|
children: priceLabel
|
|
8608
8608
|
}
|
|
8609
8609
|
),
|