@photoroom/ui 0.1.619 → 0.1.621
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/components/content/BatchTile/BatchTile.d.ts +3 -1
- package/components/content/BatchTile/BatchTile.d.ts.map +1 -1
- package/components/editor/HoverObjectBox/HoverObjectBox.d.ts +3 -1
- package/components/editor/HoverObjectBox/HoverObjectBox.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.mjs +3 -3
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -38775,8 +38775,8 @@ var Pme = ({ x: e, y: t }, { width: n, height: r }, i, a) => ({
|
|
|
38775
38775
|
RX.Header = NX, RX.AccessoryBar = jX, RX.Content = MX;
|
|
38776
38776
|
//#endregion
|
|
38777
38777
|
//#region src/components/editor/HoverObjectBox/HoverObjectBox.tsx
|
|
38778
|
-
var zme = ({ className: e, left: t, top: n, width: r, height: i, transform: a,
|
|
38779
|
-
className: U("pointer-events-none absolute origin-center", "outline-content-accent outline-1 outline-dashed", "rounded-[2px]", e),
|
|
38778
|
+
var zme = ({ className: e, left: t, top: n, width: r, height: i, transform: a, outlineStyle: o = "dashed", ...s }) => /* @__PURE__ */ I("div", {
|
|
38779
|
+
className: U("pointer-events-none absolute origin-center", "outline-content-accent outline-1", o === "dashed" ? "outline-dashed" : "outline-solid", "rounded-[2px]", e),
|
|
38780
38780
|
style: {
|
|
38781
38781
|
left: t,
|
|
38782
38782
|
top: n,
|
|
@@ -38784,7 +38784,7 @@ var zme = ({ className: e, left: t, top: n, width: r, height: i, transform: a, .
|
|
|
38784
38784
|
height: i,
|
|
38785
38785
|
transform: a
|
|
38786
38786
|
},
|
|
38787
|
-
...
|
|
38787
|
+
...s
|
|
38788
38788
|
}), Bme = ({ ...e }) => /* @__PURE__ */ I("div", {
|
|
38789
38789
|
...e,
|
|
38790
38790
|
className: H("rounded-250 bg-misc-replaceable flex size-250 items-center justify-center text-black", e.className),
|