componentes-sinco 1.1.5 → 1.1.6

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
@@ -5379,11 +5379,13 @@ var SCSnackBar = ({
5379
5379
  };
5380
5380
  return /* @__PURE__ */ import_react53.default.createElement(import_react53.default.Fragment, null, /* @__PURE__ */ import_react53.default.createElement(
5381
5381
  import_Snackbar.default,
5382
- __spreadValues({
5382
+ __spreadProps(__spreadValues({
5383
5383
  anchorOrigin: { vertical: posicionVertical, horizontal: posicionHorizontal },
5384
5384
  open: openState,
5385
5385
  autoHideDuration: duration
5386
- }, close ? { onClose: handleClose } : {}),
5386
+ }, close ? { onClose: handleClose } : {}), {
5387
+ sx: { zIndex: 2e3 }
5388
+ }),
5387
5389
  /* @__PURE__ */ import_react53.default.createElement(
5388
5390
  import_Alert.default,
5389
5391
  __spreadProps(__spreadValues({}, close ? { onClose: handleClose } : {}), {