@photoroom/ui 0.1.636 → 0.1.637
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.css +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -35543,7 +35543,7 @@ var fq = ({ index: e, title: t, children: n, className: r, ...i }) => /* @__PURE
|
|
|
35543
35543
|
className: H("flex flex-col gap-3 sm:flex-row sm:gap-6 lg:flex-col", "rounded-500 bg-neutral-50 p-6 sm:p-8 lg:pb-24", r),
|
|
35544
35544
|
...i,
|
|
35545
35545
|
children: [/* @__PURE__ */ I("div", {
|
|
35546
|
-
className: "component-semi-strong-700 flex h-8 w-12 shrink-0 grow-0 items-center justify-center rounded-full
|
|
35546
|
+
className: "component-semi-strong-700 text-content-accent inset-ring-content-accent flex h-8 w-12 shrink-0 grow-0 items-center justify-center rounded-full inset-ring-2 sm:h-12",
|
|
35547
35547
|
children: e
|
|
35548
35548
|
}), /* @__PURE__ */ L("div", {
|
|
35549
35549
|
className: "flex flex-col gap-4",
|