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.cjs
CHANGED
|
@@ -3251,7 +3251,7 @@ var AttachmentMobile = ({
|
|
|
3251
3251
|
),
|
|
3252
3252
|
/* @__PURE__ */ import_react23.default.createElement(import_material16.Typography, { variant: "body2", color: "text.secondary" }, option.label)
|
|
3253
3253
|
))))
|
|
3254
|
-
), abrirCamara && /* @__PURE__ */ import_react23.default.createElement(import_react23.default.Fragment, null, /* @__PURE__ */ import_react23.default.createElement(import_CancelOutlined.default, { onClick: closeCam, sx: { borderRadius: "50px", height: "35px", width: "35px", zIndex:
|
|
3254
|
+
), abrirCamara && /* @__PURE__ */ import_react23.default.createElement(import_react23.default.Fragment, null, /* @__PURE__ */ import_react23.default.createElement(import_CancelOutlined.default, { onClick: closeCam, sx: { borderRadius: "50px", height: "35px", width: "35px", zIndex: 2e3, background: "white", position: "absolute", left: `calc(100% - 50px)`, bottom: `calc(100% - 50px)` } }), /* @__PURE__ */ import_react23.default.createElement(import_material16.Stack, { className: "camras" }, /* @__PURE__ */ import_react23.default.createElement(
|
|
3255
3255
|
import_react_webcam.default,
|
|
3256
3256
|
{
|
|
3257
3257
|
audio: false,
|
|
@@ -3271,7 +3271,7 @@ var AttachmentMobile = ({
|
|
|
3271
3271
|
left: 0,
|
|
3272
3272
|
objectFit: "cover",
|
|
3273
3273
|
backgroundColor: "black",
|
|
3274
|
-
zIndex:
|
|
3274
|
+
zIndex: 2e3
|
|
3275
3275
|
// Encima de todo
|
|
3276
3276
|
}
|
|
3277
3277
|
}
|
|
@@ -3286,7 +3286,7 @@ var AttachmentMobile = ({
|
|
|
3286
3286
|
backgroundColor: "white",
|
|
3287
3287
|
color: "#1E62A1",
|
|
3288
3288
|
borderRadius: "50px",
|
|
3289
|
-
zIndex:
|
|
3289
|
+
zIndex: 2100,
|
|
3290
3290
|
position: "absolute",
|
|
3291
3291
|
bottom: "10px",
|
|
3292
3292
|
left: "50%"
|