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 +1 -0
- package/dist/index.js +6 -2
- package/package.json +1 -1
- /package/dist/{index.css → Index.css} +0 -0
package/dist/Card.d.ts
CHANGED
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__ */
|
|
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
|
File without changes
|