@opencxh/ui-kit 3.111.1 → 3.111.3
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -118,7 +118,7 @@ const ft = {
|
|
|
118
118
|
ref: x,
|
|
119
119
|
type: "button",
|
|
120
120
|
className: d(
|
|
121
|
-
"inline-flex shrink-0 items-center justify-center gap-2 font-semibold",
|
|
121
|
+
"inline-flex shrink-0 items-center justify-center gap-2 cursor-pointer font-semibold",
|
|
122
122
|
f === "circle" ? "rounded-full" : "rounded-md",
|
|
123
123
|
"transition-colors duration-fast ease-out",
|
|
124
124
|
"focus-visible:outline-none focus-visible:focus-ring",
|
|
@@ -4204,7 +4204,7 @@ const bn = ({
|
|
|
4204
4204
|
/* @__PURE__ */ i("div", { className: "flex flex-row sm:items-start sm:justify-between items-center gap-4", children: [
|
|
4205
4205
|
/* @__PURE__ */ i("div", { className: "min-w-0 flex-1", children: [
|
|
4206
4206
|
/* @__PURE__ */ i("div", { className: "flex items-center gap-2 text-text", children: [
|
|
4207
|
-
N && /* @__PURE__ */ e(ee, { variant: "secondary", onClick: N, leftIcon: /* @__PURE__ */ e(J, { icon: ze, size: "md" }) }),
|
|
4207
|
+
N && /* @__PURE__ */ e(ee, { variant: "secondary", onClick: N, leftIcon: /* @__PURE__ */ e(J, { icon: ze, size: "md" }), iconOnly: !0 }),
|
|
4208
4208
|
x ? /* @__PURE__ */ e(
|
|
4209
4209
|
"input",
|
|
4210
4210
|
{
|