@opencxh/ui-kit 3.124.5 → 3.124.6
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -486,7 +486,7 @@ function Re({
|
|
|
486
486
|
menuLabel: y = "More options"
|
|
487
487
|
}) {
|
|
488
488
|
const f = l || u, m = o.length > 0;
|
|
489
|
-
return /* @__PURE__ */ c("div", { className: "inline-flex items-center
|
|
489
|
+
return /* @__PURE__ */ c("div", { className: "inline-flex items-center", children: [
|
|
490
490
|
/* @__PURE__ */ e(
|
|
491
491
|
ne,
|
|
492
492
|
{
|