@seygo/ui 0.3.1 → 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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -306,7 +306,7 @@ function ModalCustom({
|
|
|
306
306
|
children: /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
|
|
307
307
|
"div",
|
|
308
308
|
{
|
|
309
|
-
className: "relative flex flex-col overflow-hidden rounded-
|
|
309
|
+
className: "relative flex flex-col overflow-hidden rounded-3xl border border-gray-200 bg-white shadow-2xl",
|
|
310
310
|
style: {
|
|
311
311
|
width: `min(${width}px, calc(100vw - 2rem))`,
|
|
312
312
|
height: `min(${height}px, calc(100vh - 2rem))`,
|
|
@@ -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
|
@@ -277,7 +277,7 @@ function ModalCustom({
|
|
|
277
277
|
children: /* @__PURE__ */ jsxs3(
|
|
278
278
|
"div",
|
|
279
279
|
{
|
|
280
|
-
className: "relative flex flex-col overflow-hidden rounded-
|
|
280
|
+
className: "relative flex flex-col overflow-hidden rounded-3xl border border-gray-200 bg-white shadow-2xl",
|
|
281
281
|
style: {
|
|
282
282
|
width: `min(${width}px, calc(100vw - 2rem))`,
|
|
283
283
|
height: `min(${height}px, calc(100vh - 2rem))`,
|
|
@@ -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" })
|