componentes-sinco 1.3.1 → 1.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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3165,7 +3165,7 @@ var AttachmentMobile = ({
|
|
|
3165
3165
|
),
|
|
3166
3166
|
/* @__PURE__ */ React19.createElement(Typography9, { variant: "body2", color: "text.secondary" }, option.label)
|
|
3167
3167
|
))))
|
|
3168
|
-
), abrirCamara && /* @__PURE__ */ React19.createElement(React19.Fragment, null, /* @__PURE__ */ React19.createElement(CancelOutlinedIcon, { onClick: closeCam, sx: { borderRadius: "50px", height: "35px", width: "35px", zIndex:
|
|
3168
|
+
), abrirCamara && /* @__PURE__ */ React19.createElement(React19.Fragment, null, /* @__PURE__ */ React19.createElement(CancelOutlinedIcon, { onClick: closeCam, sx: { borderRadius: "50px", height: "35px", width: "35px", zIndex: 2e3, background: "white", position: "absolute", left: `calc(100% - 50px)`, bottom: `calc(100% - 50px)` } }), /* @__PURE__ */ React19.createElement(Stack7, { className: "camras" }, /* @__PURE__ */ React19.createElement(
|
|
3169
3169
|
Webcam,
|
|
3170
3170
|
{
|
|
3171
3171
|
audio: false,
|
|
@@ -3185,7 +3185,7 @@ var AttachmentMobile = ({
|
|
|
3185
3185
|
left: 0,
|
|
3186
3186
|
objectFit: "cover",
|
|
3187
3187
|
backgroundColor: "black",
|
|
3188
|
-
zIndex:
|
|
3188
|
+
zIndex: 2e3
|
|
3189
3189
|
// Encima de todo
|
|
3190
3190
|
}
|
|
3191
3191
|
}
|
|
@@ -3200,7 +3200,7 @@ var AttachmentMobile = ({
|
|
|
3200
3200
|
backgroundColor: "white",
|
|
3201
3201
|
color: "#1E62A1",
|
|
3202
3202
|
borderRadius: "50px",
|
|
3203
|
-
zIndex:
|
|
3203
|
+
zIndex: 2100,
|
|
3204
3204
|
position: "absolute",
|
|
3205
3205
|
bottom: "10px",
|
|
3206
3206
|
left: "50%"
|