@seygo/ui 0.3.2 → 0.3.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.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -319,7 +319,7 @@ function ModalCustom({
|
|
|
319
319
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
320
320
|
"button",
|
|
321
321
|
{
|
|
322
|
-
className: "flex h-9 w-9 shrink-0 items-center justify-center rounded-md text-gray-400 transition-colors hover:bg-gray-100 hover:text-gray-700",
|
|
322
|
+
className: "flex h-9 w-9 shrink-0 cursor-pointer items-center justify-center rounded-md text-gray-400 transition-colors hover:bg-gray-100 hover:text-gray-700",
|
|
323
323
|
onClick: onClose,
|
|
324
324
|
"aria-label": "Fechar modal",
|
|
325
325
|
children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_react4.X, { size: 20, weight: "bold" })
|
package/dist/index.js
CHANGED
|
@@ -290,7 +290,7 @@ function ModalCustom({
|
|
|
290
290
|
/* @__PURE__ */ jsx4(
|
|
291
291
|
"button",
|
|
292
292
|
{
|
|
293
|
-
className: "flex h-9 w-9 shrink-0 items-center justify-center rounded-md text-gray-400 transition-colors hover:bg-gray-100 hover:text-gray-700",
|
|
293
|
+
className: "flex h-9 w-9 shrink-0 cursor-pointer items-center justify-center rounded-md text-gray-400 transition-colors hover:bg-gray-100 hover:text-gray-700",
|
|
294
294
|
onClick: onClose,
|
|
295
295
|
"aria-label": "Fechar modal",
|
|
296
296
|
children: /* @__PURE__ */ jsx4(X, { size: 20, weight: "bold" })
|