@photoroom/ui 0.1.619 → 0.1.620

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 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, ...o }) => /* @__PURE__ */ I("div", {
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
- ...o
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),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/ui",
3
- "version": "0.1.619",
3
+ "version": "0.1.620",
4
4
  "private": false,
5
5
  "description": "Photoroom design system components",
6
6
  "sideEffects": [