@opencxh/ui-kit 3.13.0 → 3.13.1
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 +5 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -261,7 +261,7 @@ function Ue({
|
|
|
261
261
|
b.current && !b.current.contains(d.target) && f(!1);
|
|
262
262
|
};
|
|
263
263
|
return document.addEventListener("mousedown", n), () => document.removeEventListener("mousedown", n);
|
|
264
|
-
}, []), /* @__PURE__ */ c("div", { ref: b, className: "relative inline-flex", children: [
|
|
264
|
+
}, []), /* @__PURE__ */ c("div", { ref: b, className: "relative inline-flex items-center gap-px", children: [
|
|
265
265
|
/* @__PURE__ */ c(
|
|
266
266
|
"button",
|
|
267
267
|
{
|
|
@@ -269,12 +269,12 @@ function Ue({
|
|
|
269
269
|
onClick: l,
|
|
270
270
|
disabled: h,
|
|
271
271
|
className: x(
|
|
272
|
-
"inline-flex items-center justify-center font-medium
|
|
272
|
+
"inline-flex items-center justify-center font-medium transition-colors duration-200",
|
|
273
273
|
"focus:outline-none focus:ring-1 focus:ring-offset-1",
|
|
274
274
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
|
275
275
|
Ce[t],
|
|
276
276
|
He[a],
|
|
277
|
-
"rounded-r-none
|
|
277
|
+
"!rounded-r-none"
|
|
278
278
|
),
|
|
279
279
|
children: [
|
|
280
280
|
o && /* @__PURE__ */ e("span", { className: "mr-2 flex-shrink-0", children: o }),
|
|
@@ -289,13 +289,12 @@ function Ue({
|
|
|
289
289
|
onClick: m,
|
|
290
290
|
disabled: h,
|
|
291
291
|
className: x(
|
|
292
|
-
"inline-flex items-center justify-center font-medium
|
|
292
|
+
"inline-flex items-center justify-center font-medium transition-colors duration-200",
|
|
293
293
|
"focus:outline-none focus:ring-1 focus:ring-offset-1",
|
|
294
294
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
|
295
|
-
"border-l border-l-white/20",
|
|
296
295
|
Ce[t],
|
|
297
296
|
a === "sm" ? "px-1.5 py-1.5" : "px-2 py-2",
|
|
298
|
-
"rounded-l-none"
|
|
297
|
+
"!rounded-l-none"
|
|
299
298
|
),
|
|
300
299
|
children: /* @__PURE__ */ e(je, { className: "h-4 w-4" })
|
|
301
300
|
}
|