hey-pharmacist-ecommerce 1.1.16 → 1.1.17
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.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/src/screens/ShopScreen.tsx +1 -1
package/dist/index.js
CHANGED
|
@@ -8491,7 +8491,7 @@ function ShopScreen({ initialFilters = {}, categoryName }) {
|
|
|
8491
8491
|
}
|
|
8492
8492
|
))
|
|
8493
8493
|
)
|
|
8494
|
-
))), /* @__PURE__ */ React21__default.default.createElement("section", { className: "py-8 bg-white" }, /* @__PURE__ */ React21__default.default.createElement("div", { className: "
|
|
8494
|
+
))), /* @__PURE__ */ React21__default.default.createElement("section", { className: "py-8 bg-white" }, /* @__PURE__ */ React21__default.default.createElement("div", { className: "container mx-auto px-4" }, /* @__PURE__ */ React21__default.default.createElement("h2", { className: "text-2xl md:text-3xl font-['Poppins',sans-serif] font-semibold text-secondary mb-6" }, "Shop by Category"), /* @__PURE__ */ React21__default.default.createElement("div", { className: "grid grid-cols-2 md:grid-cols-3 lg:grid-cols-5 gap-4" }, displayCategories.map((category, index) => {
|
|
8495
8495
|
const Icon = getCategoryIcon(category.name ?? "");
|
|
8496
8496
|
const isSelected = categoryFilter === category.id;
|
|
8497
8497
|
return /* @__PURE__ */ React21__default.default.createElement(React21__default.default.Fragment, null, /* @__PURE__ */ React21__default.default.createElement(
|