@opencxh/ui-kit 3.111.1 → 3.111.2

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.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",