@photoroom/ui 0.1.102 → 0.1.104
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/index.d.ts +1 -0
- package/components/index.d.ts.map +1 -1
- package/components/status/UnpublishedStatus/UnpublishedStatus.d.ts +14 -0
- package/components/status/UnpublishedStatus/UnpublishedStatus.d.ts.map +1 -0
- package/components/status/UnpublishedStatus/UnpublishedStatus.figma.d.ts +2 -0
- package/components/status/UnpublishedStatus/UnpublishedStatus.figma.d.ts.map +1 -0
- package/components/status/UnpublishedStatus/index.d.ts +2 -0
- package/components/status/UnpublishedStatus/index.d.ts.map +1 -0
- package/index.css +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -33833,7 +33833,7 @@ var _q = ({ title: e, currentColor: t, isLoading: n = !1, colors: r = [], colorW
|
|
|
33833
33833
|
let u = b(() => l?.avatar ? o(l.avatar, {
|
|
33834
33834
|
className: V("pointer-events-none", l.avatar.props.className),
|
|
33835
33835
|
size: 12
|
|
33836
|
-
}) : null, [l
|
|
33836
|
+
}) : null, [l]);
|
|
33837
33837
|
return /* @__PURE__ */ E("div", {
|
|
33838
33838
|
className: "flex flex-col gap-2",
|
|
33839
33839
|
children: [/* @__PURE__ */ E("div", {
|