@photoroom/ui 0.1.64 → 0.1.65
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 +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -45110,7 +45110,7 @@ function Vle({ children: e, icon: t, visible: n = !0, className: r }) {
|
|
|
45110
45110
|
opacity: 0,
|
|
45111
45111
|
transition: { duration: .15 }
|
|
45112
45112
|
},
|
|
45113
|
-
className: H("pointer-events-none flex w-fit max-w-[400px] items-center", "rounded-full bg-black-alpha-
|
|
45113
|
+
className: H("pointer-events-none flex w-fit max-w-[400px] items-center", "rounded-full bg-black-alpha-7 px-4 py-[14px] backdrop-blur-[4px]", t && "gap-2", r),
|
|
45114
45114
|
children: [t && /* @__PURE__ */ T(t, { className: "size-[18px] shrink-0 text-content-white-primary-inverted" }), /* @__PURE__ */ T("span", {
|
|
45115
45115
|
className: "component-500 min-w-0 flex-1 text-content-white-primary-inverted",
|
|
45116
45116
|
children: e
|