@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 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 bg-black/50 p-4",
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 bg-black/50 p-4",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seygo/ui",
3
- "version": "0.1.2",
3
+ "version": "0.2.0",
4
4
  "description": "Biblioteca de componentes UI da Seygo — wrappers do Ant Design com padrões internos",
5
5
  "license": "MIT",
6
6
  "keywords": [