@photoroom/ui 0.1.29 → 0.1.30
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
|
@@ -52950,7 +52950,7 @@ var pme = ({ titleBlock: e, children: t, ...n }) => /* @__PURE__ */ E("div", {
|
|
|
52950
52950
|
}),
|
|
52951
52951
|
children: /* @__PURE__ */ T("div", {
|
|
52952
52952
|
className: "overflow-hidden",
|
|
52953
|
-
children: /* @__PURE__ */ T("
|
|
52953
|
+
children: /* @__PURE__ */ T("div", {
|
|
52954
52954
|
className: "body-600 pb-6 text-content-secondary sm:pb-8",
|
|
52955
52955
|
children: t
|
|
52956
52956
|
})
|
|
@@ -53068,7 +53068,7 @@ var pme = ({ titleBlock: e, children: t, ...n }) => /* @__PURE__ */ E("div", {
|
|
|
53068
53068
|
children: [/* @__PURE__ */ T("h4", {
|
|
53069
53069
|
className: "heading-light-500 text-content-primary",
|
|
53070
53070
|
children: e
|
|
53071
|
-
}), !!n && /* @__PURE__ */ T("
|
|
53071
|
+
}), !!n && /* @__PURE__ */ T("div", {
|
|
53072
53072
|
className: "body-500 text-content-secondary",
|
|
53073
53073
|
children: n
|
|
53074
53074
|
})]
|