@almadar/ui 2.15.12 → 2.15.13

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.
@@ -14945,7 +14945,7 @@ var HeroSection = ({
14945
14945
  className: cn(
14946
14946
  "w-full min-h-[60vh] flex items-center justify-center",
14947
14947
  "px-6 py-20",
14948
- "relative overflow-x-hidden overflow-y-visible",
14948
+ "relative overflow-hidden",
14949
14949
  className
14950
14950
  ),
14951
14951
  children: [
@@ -15376,9 +15376,9 @@ var SplitSection = ({
15376
15376
  className
15377
15377
  ),
15378
15378
  padding: "lg",
15379
- children: /* @__PURE__ */ jsxRuntime.jsxs(Box, { className: cn("flex flex-col lg:flex-row gap-10 lg:gap-16 items-start", isImageLeft && "lg:flex-row-reverse"), children: [
15380
- textContent,
15381
- mediaContent
15379
+ children: /* @__PURE__ */ jsxRuntime.jsxs(Box, { className: cn("max-w-7xl mx-auto flex flex-col lg:flex-row gap-10 lg:gap-16 items-start", isImageLeft && "lg:flex-row-reverse"), children: [
15380
+ /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex-1 min-w-0 lg:min-w-[45%]", children: textContent }),
15381
+ /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex-1 min-w-0 lg:max-w-[50%]", children: mediaContent })
15382
15382
  ] })
15383
15383
  }
15384
15384
  );
@@ -14914,7 +14914,7 @@ var HeroSection = ({
14914
14914
  className: cn(
14915
14915
  "w-full min-h-[60vh] flex items-center justify-center",
14916
14916
  "px-6 py-20",
14917
- "relative overflow-x-hidden overflow-y-visible",
14917
+ "relative overflow-hidden",
14918
14918
  className
14919
14919
  ),
14920
14920
  children: [
@@ -15345,9 +15345,9 @@ var SplitSection = ({
15345
15345
  className
15346
15346
  ),
15347
15347
  padding: "lg",
15348
- children: /* @__PURE__ */ jsxs(Box, { className: cn("flex flex-col lg:flex-row gap-10 lg:gap-16 items-start", isImageLeft && "lg:flex-row-reverse"), children: [
15349
- textContent,
15350
- mediaContent
15348
+ children: /* @__PURE__ */ jsxs(Box, { className: cn("max-w-7xl mx-auto flex flex-col lg:flex-row gap-10 lg:gap-16 items-start", isImageLeft && "lg:flex-row-reverse"), children: [
15349
+ /* @__PURE__ */ jsx(Box, { className: "flex-1 min-w-0 lg:min-w-[45%]", children: textContent }),
15350
+ /* @__PURE__ */ jsx(Box, { className: "flex-1 min-w-0 lg:max-w-[50%]", children: mediaContent })
15351
15351
  ] })
15352
15352
  }
15353
15353
  );
@@ -3687,7 +3687,7 @@ var HeroSection = ({
3687
3687
  className: cn(
3688
3688
  "w-full min-h-[60vh] flex items-center justify-center",
3689
3689
  "px-6 py-20",
3690
- "relative overflow-x-hidden overflow-y-visible",
3690
+ "relative overflow-hidden",
3691
3691
  className
3692
3692
  ),
3693
3693
  children: [
@@ -4021,9 +4021,9 @@ var SplitSection = ({
4021
4021
  className
4022
4022
  ),
4023
4023
  padding: "lg",
4024
- children: /* @__PURE__ */ jsxRuntime.jsxs(Box, { className: cn("flex flex-col lg:flex-row gap-10 lg:gap-16 items-start", isImageLeft && "lg:flex-row-reverse"), children: [
4025
- textContent,
4026
- mediaContent
4024
+ children: /* @__PURE__ */ jsxRuntime.jsxs(Box, { className: cn("max-w-7xl mx-auto flex flex-col lg:flex-row gap-10 lg:gap-16 items-start", isImageLeft && "lg:flex-row-reverse"), children: [
4025
+ /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex-1 min-w-0 lg:min-w-[45%]", children: textContent }),
4026
+ /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "flex-1 min-w-0 lg:max-w-[50%]", children: mediaContent })
4027
4027
  ] })
4028
4028
  }
4029
4029
  );
@@ -3663,7 +3663,7 @@ var HeroSection = ({
3663
3663
  className: cn(
3664
3664
  "w-full min-h-[60vh] flex items-center justify-center",
3665
3665
  "px-6 py-20",
3666
- "relative overflow-x-hidden overflow-y-visible",
3666
+ "relative overflow-hidden",
3667
3667
  className
3668
3668
  ),
3669
3669
  children: [
@@ -3997,9 +3997,9 @@ var SplitSection = ({
3997
3997
  className
3998
3998
  ),
3999
3999
  padding: "lg",
4000
- children: /* @__PURE__ */ jsxs(Box, { className: cn("flex flex-col lg:flex-row gap-10 lg:gap-16 items-start", isImageLeft && "lg:flex-row-reverse"), children: [
4001
- textContent,
4002
- mediaContent
4000
+ children: /* @__PURE__ */ jsxs(Box, { className: cn("max-w-7xl mx-auto flex flex-col lg:flex-row gap-10 lg:gap-16 items-start", isImageLeft && "lg:flex-row-reverse"), children: [
4001
+ /* @__PURE__ */ jsx(Box, { className: "flex-1 min-w-0 lg:min-w-[45%]", children: textContent }),
4002
+ /* @__PURE__ */ jsx(Box, { className: "flex-1 min-w-0 lg:max-w-[50%]", children: mediaContent })
4003
4003
  ] })
4004
4004
  }
4005
4005
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "2.15.12",
3
+ "version": "2.15.13",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/components/index.js",