componenteszw-package 1.0.69 → 1.0.71

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/Card.d.ts CHANGED
@@ -8,6 +8,7 @@ type CardRowProps = {
8
8
  skeletonClassName?: string;
9
9
  clickable?: boolean;
10
10
  title?: string;
11
+ titleAction?: React.ReactNode;
11
12
  };
12
13
  export declare const CardRow: React.FC<CardRowProps>;
13
14
  export {};
package/dist/index.js CHANGED
@@ -26137,7 +26137,8 @@ const we1 = ({
26137
26137
  hoverClassName: i,
26138
26138
  skeletonClassName: n,
26139
26139
  clickable: d = !0,
26140
- title: h
26140
+ title: h,
26141
+ titleAction: l
26141
26142
  }) => /* @__PURE__ */ I(
26142
26143
  "div",
26143
26144
  {
@@ -26150,7 +26151,10 @@ const we1 = ({
26150
26151
  o
26151
26152
  ),
26152
26153
  children: [
26153
- h && /* @__PURE__ */ k("div", { className: "px-6 py-4 border-b border-gray-200", children: /* @__PURE__ */ k("span", { className: "font-semibold text-base", children: h }) }),
26154
+ h && /* @__PURE__ */ I("div", { className: "px-6 py-4 border-b border-gray-200 flex items-center justify-between", children: [
26155
+ /* @__PURE__ */ k("span", { className: "font-semibold text-base", children: h }),
26156
+ l && /* @__PURE__ */ k("div", { children: l })
26157
+ ] }),
26154
26158
  /* @__PURE__ */ k(
26155
26159
  "div",
26156
26160
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "componenteszw-package",
3
- "version": "1.0.69",
3
+ "version": "1.0.71",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
File without changes