@photoroom/ui 0.1.222 → 0.1.223
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogosHighlightBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/LogosHighlightBlock/LogosHighlightBlock.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,wBAAwB,GAAG,QAAQ,CAAC;IAC9C,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,KAAK,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;CAC1B,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC,CAAC;AAEpD,eAAO,MAAM,mBAAmB,GAAI,iDAMjC,wBAAwB,
|
|
1
|
+
{"version":3,"file":"LogosHighlightBlock.d.ts","sourceRoot":"","sources":["../../../../src/components/website/LogosHighlightBlock/LogosHighlightBlock.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,wBAAwB,GAAG,QAAQ,CAAC;IAC9C,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,KAAK,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;CAC1B,CAAC,GACA,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC,CAAC;AAEpD,eAAO,MAAM,mBAAmB,GAAI,iDAMjC,wBAAwB,4CAoC1B,CAAC"}
|
package/index.mjs
CHANGED
|
@@ -55765,7 +55765,7 @@ var y9 = {}, b9 = ({ variant: e, className: t, cssBackgroundColor: n, children:
|
|
|
55765
55765
|
className: H("py-e400 px-4 sm:px-6 md:px-8 xl:px-10", r),
|
|
55766
55766
|
...i,
|
|
55767
55767
|
children: /* @__PURE__ */ D("div", {
|
|
55768
|
-
className: "bg-sand-50 rounded-500 mx-auto flex w-full max-w-[1200px] flex-col gap-6 overflow-hidden p-3 lg:flex-row lg:items-stretch",
|
|
55768
|
+
className: "bg-sand-50 rounded-500 mx-auto flex w-full max-w-[1200px] flex-col-reverse gap-6 overflow-hidden p-3 lg:flex-row lg:items-stretch",
|
|
55769
55769
|
children: [/* @__PURE__ */ D("div", {
|
|
55770
55770
|
className: "flex w-full flex-col items-start gap-4 p-3 lg:w-[320px] lg:shrink-0 lg:justify-between",
|
|
55771
55771
|
children: [/* @__PURE__ */ E("div", {
|
|
@@ -55775,7 +55775,10 @@ var y9 = {}, b9 = ({ variant: e, className: t, cssBackgroundColor: n, children:
|
|
|
55775
55775
|
}), /* @__PURE__ */ E("div", {
|
|
55776
55776
|
className: V("grid w-full flex-1 grid-cols-3 gap-3 sm:grid-cols-6 md:gap-[10px]", "lg:grid-cols-4 lg:gap-3 xl:grid-cols-6"),
|
|
55777
55777
|
children: n.map((e, t) => /* @__PURE__ */ E("div", {
|
|
55778
|
-
className: "bg-surface-default rounded-300
|
|
55778
|
+
className: V("bg-surface-default rounded-300 aspect-3/2 items-center justify-center overflow-hidden p-1", {
|
|
55779
|
+
flex: t < 6,
|
|
55780
|
+
"hidden sm:flex": t >= 6
|
|
55781
|
+
}),
|
|
55779
55782
|
children: /* @__PURE__ */ E("div", {
|
|
55780
55783
|
className: "relative aspect-video max-w-[100px] min-w-px flex-1",
|
|
55781
55784
|
children: e
|