@photoroom/ui 0.1.516 → 0.1.518
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/index.mjs +2 -2
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -54406,7 +54406,7 @@ var _ve = ({ titleBlock: e, images: r, cta: i, className: a, ...o }) => /* @__PU
|
|
|
54406
54406
|
children: /* @__PURE__ */ t("iframe", {
|
|
54407
54407
|
src: a,
|
|
54408
54408
|
className: "h-full w-full bg-white",
|
|
54409
|
-
allow: "clipboard-read; clipboard-write"
|
|
54409
|
+
allow: "clipboard-read; clipboard-write; camera *"
|
|
54410
54410
|
})
|
|
54411
54411
|
})]
|
|
54412
54412
|
}), i && /* @__PURE__ */ t("div", {
|
|
@@ -54425,7 +54425,7 @@ var _ve = ({ titleBlock: e, images: r, cta: i, className: a, ...o }) => /* @__PU
|
|
|
54425
54425
|
children: /* @__PURE__ */ t("iframe", {
|
|
54426
54426
|
src: i,
|
|
54427
54427
|
className: "h-full w-full bg-white",
|
|
54428
|
-
allow: "clipboard-read; clipboard-write"
|
|
54428
|
+
allow: "clipboard-read; clipboard-write; camera *"
|
|
54429
54429
|
})
|
|
54430
54430
|
}),
|
|
54431
54431
|
a && o && /* @__PURE__ */ n("div", {
|