@syscore/ui-library 1.3.4 → 1.3.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/index.es.js CHANGED
@@ -219,11 +219,12 @@ const CardFooter = React.forwardRef(({ className, ...props }, ref) => /* @__PURE
219
219
  }
220
220
  ));
221
221
  CardFooter.displayName = "CardFooter";
222
- const CardWithIcon = React.forwardRef(({ icon: Icon, title, description }, ref) => /* @__PURE__ */ jsxs(
222
+ const CardWithIcon = React.forwardRef(({ icon: Icon, title, description, onClick }, ref) => /* @__PURE__ */ jsxs(
223
223
  Card,
224
224
  {
225
225
  ref,
226
226
  className: "card-with-icon",
227
+ onClick,
227
228
  children: [
228
229
  /* @__PURE__ */ jsxs("div", { className: "card-with-icon__header", children: [
229
230
  Icon && /* @__PURE__ */ jsx(Icon, { className: "card-with-icon__icon" }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syscore/ui-library",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "description": "A comprehensive React component library built with Radix UI, Tailwind CSS, and TypeScript",
5
5
  "private": false,
6
6
  "type": "module",