@flamingo-stack/openframe-frontend-core 0.0.468 → 0.0.469
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/index.cjs +2 -2
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/index.js.map +1 -1
- package/dist/tailwind.config.cjs +4 -0
- package/dist/tailwind.config.cjs.map +1 -1
- package/dist/tailwind.config.js +4 -0
- package/dist/tailwind.config.js.map +1 -1
- package/package.json +1 -1
- package/src/components/categories-cart.tsx +1 -1
- package/src/components/category-card.tsx +1 -1
- package/tailwind.config.ts +4 -0
|
@@ -1471,7 +1471,7 @@ function CategoriesCart({
|
|
|
1471
1471
|
] }),
|
|
1472
1472
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-2", children: [
|
|
1473
1473
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-1", children: [
|
|
1474
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h3", { className: "text-
|
|
1474
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h3", { className: "text-h3 text-ods-text-primary group-hover:text-ods-accent transition-colors", children: category.name }),
|
|
1475
1475
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "p", { className: "text-h6 text-ods-text-secondary", children: [
|
|
1476
1476
|
subcategoryCount || 0,
|
|
1477
1477
|
" Subcategories \u2022 ",
|
|
@@ -1502,7 +1502,7 @@ function CategoryCard({ name, description, categoryCount, productCount, icons =
|
|
|
1502
1502
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "article", { className: "bg-ods-card border border-ods-border rounded-[12px] p-8 flex flex-col min-w-0 box-border", children: [
|
|
1503
1503
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex gap-6 mb-8 justify-center items-center", children: (icons.length > 0 ? icons : Array(10).fill(null)).map((icon, i) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "w-10 h-10 bg-ods-skeleton rounded flex items-center justify-center", children: icon }, i)) }),
|
|
1504
1504
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex-1 flex flex-col", children: [
|
|
1505
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h2", { className: "text-
|
|
1505
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h2", { className: "text-h2 text-ods-text-primary mb-2 text-left", children: name }),
|
|
1506
1506
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "text-h6 text-ods-text-secondary mb-4 text-left", children: [
|
|
1507
1507
|
categoryCount,
|
|
1508
1508
|
" Categories \u2022 ",
|