@xola/ui-kit 2.3.24 → 2.3.25
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/build/ui-kit.mjs +1 -1
- package/build/ui-kit.umd.js +1 -1
- package/package.json +1 -1
package/build/ui-kit.mjs
CHANGED
|
@@ -4654,7 +4654,7 @@ const ro = {
|
|
|
4654
4654
|
{
|
|
4655
4655
|
type: "button",
|
|
4656
4656
|
className: "absolute right-0 top-0 m-4 hidden p-2 text-black hover:text-gray-darker sm:block",
|
|
4657
|
-
onClick: r
|
|
4657
|
+
onClick: () => r()
|
|
4658
4658
|
},
|
|
4659
4659
|
/* @__PURE__ */ n.createElement(st, null)
|
|
4660
4660
|
) : null,
|