@photoroom/ui 0.1.45 → 0.1.46
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
|
@@ -52994,7 +52994,7 @@ var Tme = ({ titleBlock: e, children: t, ...n }) => /* @__PURE__ */ E("div", {
|
|
|
52994
52994
|
})
|
|
52995
52995
|
}), Fme = ({ titleBlock: e, className: t, children: n, ...r }) => /* @__PURE__ */ T("section", {
|
|
52996
52996
|
...r,
|
|
52997
|
-
className: U("px-4 py-e500 sm:px-6 md:px-8 xl:px-10", "bg-
|
|
52997
|
+
className: U("px-4 py-e500 sm:px-6 md:px-8 xl:px-10", "bg-neutral-50", t),
|
|
52998
52998
|
children: /* @__PURE__ */ E("div", {
|
|
52999
52999
|
className: "mx-auto flex max-w-[1200px] flex-col gap-i500 lg:flex-row",
|
|
53000
53000
|
children: [/* @__PURE__ */ T("div", {
|