@photoroom/ui 0.1.134 → 0.1.136
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
CHANGED
|
@@ -32963,7 +32963,7 @@ var GW = /* @__PURE__ */ qt((() => {
|
|
|
32963
32963
|
variants: { direction: {
|
|
32964
32964
|
vertical: "",
|
|
32965
32965
|
horizontal: [
|
|
32966
|
-
"@[704px]:min-w-[422px]",
|
|
32966
|
+
"@[704px]:rounded-bl-500 @[704px]:min-w-[422px] @[704px]:rounded-tr-none",
|
|
32967
32967
|
"@[960px]:min-w-[576px]",
|
|
32968
32968
|
"@[1200px]:min-w-[720px]"
|
|
32969
32969
|
]
|
|
@@ -56072,11 +56072,11 @@ var h_e = ({ title: e, children: t, cta: n, image: r, ...i }) => {
|
|
|
56072
56072
|
className: "relative z-2 flex items-center justify-between gap-4 lg:max-w-[480px] lg:flex-col lg:items-start lg:gap-6",
|
|
56073
56073
|
children: [
|
|
56074
56074
|
/* @__PURE__ */ T("h3", {
|
|
56075
|
-
className: "heading-
|
|
56075
|
+
className: "heading-thin-700 text-content-primary sm:heading-thin-800",
|
|
56076
56076
|
children: e
|
|
56077
56077
|
}),
|
|
56078
56078
|
!!t && /* @__PURE__ */ T("div", {
|
|
56079
|
-
className: "body-600 text-content-secondary hidden lg:block",
|
|
56079
|
+
className: "body-light-600 text-content-secondary hidden lg:block",
|
|
56080
56080
|
children: t
|
|
56081
56081
|
}),
|
|
56082
56082
|
!!a && /* @__PURE__ */ T("div", {
|