@seygo/ui 0.3.1 → 0.3.2

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
@@ -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-2xl border border-gray-200 bg-white shadow-2xl",
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))`,
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-2xl border border-gray-200 bg-white shadow-2xl",
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))`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seygo/ui",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Biblioteca de componentes UI da Seygo — wrappers do Ant Design com padrões internos",
5
5
  "license": "MIT",
6
6
  "keywords": [