@seygo/ui 0.1.2 → 0.2.0
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 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -284,7 +284,8 @@ function ModalCustom({
|
|
|
284
284
|
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
285
285
|
"section",
|
|
286
286
|
{
|
|
287
|
-
className: "fixed inset-0 z-50 flex items-center justify-center
|
|
287
|
+
className: "fixed inset-0 z-50 flex items-center justify-center p-4",
|
|
288
|
+
style: { backgroundColor: "rgba(0,0,0,0.5)" },
|
|
288
289
|
onClick: onClose,
|
|
289
290
|
children: /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
|
|
290
291
|
"div",
|
package/dist/index.js
CHANGED
|
@@ -255,7 +255,8 @@ function ModalCustom({
|
|
|
255
255
|
return /* @__PURE__ */ jsx4(
|
|
256
256
|
"section",
|
|
257
257
|
{
|
|
258
|
-
className: "fixed inset-0 z-50 flex items-center justify-center
|
|
258
|
+
className: "fixed inset-0 z-50 flex items-center justify-center p-4",
|
|
259
|
+
style: { backgroundColor: "rgba(0,0,0,0.5)" },
|
|
259
260
|
onClick: onClose,
|
|
260
261
|
children: /* @__PURE__ */ jsxs3(
|
|
261
262
|
"div",
|