@almadar/ui 2.22.1 → 2.22.2
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.
|
@@ -15393,7 +15393,7 @@ var SplitSection = ({
|
|
|
15393
15393
|
className
|
|
15394
15394
|
),
|
|
15395
15395
|
padding: "lg",
|
|
15396
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs(Box, { className: cn("max-w-7xl mx-auto flex flex-col lg:flex-row gap-10 lg:gap-16 items-
|
|
15396
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs(Box, { className: cn("max-w-7xl mx-auto flex flex-col lg:flex-row gap-10 lg:gap-16 items-center", isImageLeft && "lg:flex-row-reverse"), children: [
|
|
15397
15397
|
/* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex-1 min-w-0 lg:min-w-[45%]", children: textContent }),
|
|
15398
15398
|
/* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex-1 min-w-0 lg:max-w-[50%]", children: mediaContent })
|
|
15399
15399
|
] })
|
package/dist/components/index.js
CHANGED
|
@@ -15363,7 +15363,7 @@ var SplitSection = ({
|
|
|
15363
15363
|
className
|
|
15364
15364
|
),
|
|
15365
15365
|
padding: "lg",
|
|
15366
|
-
children: /* @__PURE__ */ jsxs(Box, { className: cn("max-w-7xl mx-auto flex flex-col lg:flex-row gap-10 lg:gap-16 items-
|
|
15366
|
+
children: /* @__PURE__ */ jsxs(Box, { className: cn("max-w-7xl mx-auto flex flex-col lg:flex-row gap-10 lg:gap-16 items-center", isImageLeft && "lg:flex-row-reverse"), children: [
|
|
15367
15367
|
/* @__PURE__ */ jsx(Box, { className: "flex-1 min-w-0 lg:min-w-[45%]", children: textContent }),
|
|
15368
15368
|
/* @__PURE__ */ jsx(Box, { className: "flex-1 min-w-0 lg:max-w-[50%]", children: mediaContent })
|
|
15369
15369
|
] })
|
package/dist/marketing/index.cjs
CHANGED
|
@@ -4039,7 +4039,7 @@ var SplitSection = ({
|
|
|
4039
4039
|
className
|
|
4040
4040
|
),
|
|
4041
4041
|
padding: "lg",
|
|
4042
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs(Box, { className: cn("max-w-7xl mx-auto flex flex-col lg:flex-row gap-10 lg:gap-16 items-
|
|
4042
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs(Box, { className: cn("max-w-7xl mx-auto flex flex-col lg:flex-row gap-10 lg:gap-16 items-center", isImageLeft && "lg:flex-row-reverse"), children: [
|
|
4043
4043
|
/* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex-1 min-w-0 lg:min-w-[45%]", children: textContent }),
|
|
4044
4044
|
/* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex-1 min-w-0 lg:max-w-[50%]", children: mediaContent })
|
|
4045
4045
|
] })
|
package/dist/marketing/index.js
CHANGED
|
@@ -4015,7 +4015,7 @@ var SplitSection = ({
|
|
|
4015
4015
|
className
|
|
4016
4016
|
),
|
|
4017
4017
|
padding: "lg",
|
|
4018
|
-
children: /* @__PURE__ */ jsxs(Box, { className: cn("max-w-7xl mx-auto flex flex-col lg:flex-row gap-10 lg:gap-16 items-
|
|
4018
|
+
children: /* @__PURE__ */ jsxs(Box, { className: cn("max-w-7xl mx-auto flex flex-col lg:flex-row gap-10 lg:gap-16 items-center", isImageLeft && "lg:flex-row-reverse"), children: [
|
|
4019
4019
|
/* @__PURE__ */ jsx(Box, { className: "flex-1 min-w-0 lg:min-w-[45%]", children: textContent }),
|
|
4020
4020
|
/* @__PURE__ */ jsx(Box, { className: "flex-1 min-w-0 lg:max-w-[50%]", children: mediaContent })
|
|
4021
4021
|
] })
|