@burdenoff/website-sdk 2026.731.2 → 2026.731.3

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.mjs CHANGED
@@ -8083,6 +8083,10 @@ function StoreBrowsePage({
8083
8083
  }
8084
8084
  ),
8085
8085
  /* @__PURE__ */ jsxs("div", { className: "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8", children: [
8086
+ /* @__PURE__ */ jsxs("header", { className: "mb-6", children: [
8087
+ /* @__PURE__ */ jsx("h1", { className: "text-3xl font-bold tracking-tight", children: productName ? `Browse the ${productName} Store` : "Browse the Store" }),
8088
+ /* @__PURE__ */ jsx("p", { className: "mt-2 text-muted-foreground", children: browseDescription })
8089
+ ] }),
8086
8090
  /* @__PURE__ */ jsxs("div", { className: "flex flex-col sm:flex-row gap-3 mb-6", children: [
8087
8091
  /* @__PURE__ */ jsxs("form", { className: "flex-1 flex gap-2", onSubmit: handleSearchSubmit, children: [
8088
8092
  /* @__PURE__ */ jsx(