@opensite/ui 3.7.3 → 3.7.5

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.
@@ -755,27 +755,27 @@ function HeroAiPoweredCarousel({
755
755
  ]
756
756
  }
757
757
  ),
758
- (logo || logoSlot) && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mb-4 flex justify-center", logoClassName), children: /* @__PURE__ */ jsxRuntime.jsx(BrandLogo, { logo, logoSlot, size: "lg" }) }),
758
+ (logo || logoSlot) && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mt-8 flex justify-start", logoClassName), children: /* @__PURE__ */ jsxRuntime.jsx(BrandLogo, { logo, logoSlot, size: "md" }) }),
759
759
  heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
760
760
  "h1",
761
761
  {
762
762
  className: cn(
763
- "mt-4 md:mt-10 mb-4 text-3xl font-semibold lg:text-5xl text-balance",
763
+ "text-3xl font-semibold lg:text-5xl text-balance",
764
764
  headingClassName
765
765
  ),
766
766
  children: heading
767
767
  }
768
- ) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: headingClassName, children: heading })),
768
+ ) : heading),
769
769
  description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
770
770
  "p",
771
771
  {
772
772
  className: cn(
773
- "mx-auto lg:text-lg text-balance",
773
+ "mx-auto text-base lg:text-lg text-balance",
774
774
  descriptionClassName
775
775
  ),
776
776
  children: description
777
777
  }
778
- ) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
778
+ ) : description),
779
779
  /* @__PURE__ */ jsxRuntime.jsx(
780
780
  BlockActions,
781
781
  {
@@ -837,7 +837,8 @@ function HeroAiPoweredCarousel({
837
837
  "rounded-lg shadow-lg",
838
838
  image.className
839
839
  ),
840
- optixFlowConfig
840
+ optixFlowConfig,
841
+ loading: "eager"
841
842
  }
842
843
  ) }, index)) })
843
844
  }
@@ -865,7 +866,8 @@ function HeroAiPoweredCarousel({
865
866
  "rounded-lg shadow-lg",
866
867
  image.className
867
868
  ),
868
- optixFlowConfig
869
+ optixFlowConfig,
870
+ loading: "eager"
869
871
  }
870
872
  ) }, index)) })
871
873
  }
@@ -892,7 +894,8 @@ function HeroAiPoweredCarousel({
892
894
  "rounded-lg shadow-lg",
893
895
  image.className
894
896
  ),
895
- optixFlowConfig
897
+ optixFlowConfig,
898
+ loading: "eager"
896
899
  }
897
900
  ) }, index)) })
898
901
  }
@@ -730,27 +730,27 @@ function HeroAiPoweredCarousel({
730
730
  ]
731
731
  }
732
732
  ),
733
- (logo || logoSlot) && /* @__PURE__ */ jsx("div", { className: cn("mb-4 flex justify-center", logoClassName), children: /* @__PURE__ */ jsx(BrandLogo, { logo, logoSlot, size: "lg" }) }),
733
+ (logo || logoSlot) && /* @__PURE__ */ jsx("div", { className: cn("mt-8 flex justify-start", logoClassName), children: /* @__PURE__ */ jsx(BrandLogo, { logo, logoSlot, size: "md" }) }),
734
734
  heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
735
735
  "h1",
736
736
  {
737
737
  className: cn(
738
- "mt-4 md:mt-10 mb-4 text-3xl font-semibold lg:text-5xl text-balance",
738
+ "text-3xl font-semibold lg:text-5xl text-balance",
739
739
  headingClassName
740
740
  ),
741
741
  children: heading
742
742
  }
743
- ) : /* @__PURE__ */ jsx("div", { className: headingClassName, children: heading })),
743
+ ) : heading),
744
744
  description && (typeof description === "string" ? /* @__PURE__ */ jsx(
745
745
  "p",
746
746
  {
747
747
  className: cn(
748
- "mx-auto lg:text-lg text-balance",
748
+ "mx-auto text-base lg:text-lg text-balance",
749
749
  descriptionClassName
750
750
  ),
751
751
  children: description
752
752
  }
753
- ) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
753
+ ) : description),
754
754
  /* @__PURE__ */ jsx(
755
755
  BlockActions,
756
756
  {
@@ -812,7 +812,8 @@ function HeroAiPoweredCarousel({
812
812
  "rounded-lg shadow-lg",
813
813
  image.className
814
814
  ),
815
- optixFlowConfig
815
+ optixFlowConfig,
816
+ loading: "eager"
816
817
  }
817
818
  ) }, index)) })
818
819
  }
@@ -840,7 +841,8 @@ function HeroAiPoweredCarousel({
840
841
  "rounded-lg shadow-lg",
841
842
  image.className
842
843
  ),
843
- optixFlowConfig
844
+ optixFlowConfig,
845
+ loading: "eager"
844
846
  }
845
847
  ) }, index)) })
846
848
  }
@@ -867,7 +869,8 @@ function HeroAiPoweredCarousel({
867
869
  "rounded-lg shadow-lg",
868
870
  image.className
869
871
  ),
870
- optixFlowConfig
872
+ optixFlowConfig,
873
+ loading: "eager"
871
874
  }
872
875
  ) }, index)) })
873
876
  }
@@ -627,7 +627,13 @@ function HeroBadgeShadowOverlay({
627
627
  ]
628
628
  }
629
629
  ),
630
- (logo || logoSlot) && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mb-4 flex justify-center", logoClassName), children: /* @__PURE__ */ jsxRuntime.jsx(BrandLogo, { logo, logoSlot, size: "xl" }) }),
630
+ (logo || logoSlot) && /* @__PURE__ */ jsxRuntime.jsx(
631
+ "div",
632
+ {
633
+ className: cn("mt-6 md:mt-12 flex justify-center", logoClassName),
634
+ children: /* @__PURE__ */ jsxRuntime.jsx(BrandLogo, { logo, logoSlot, size: "lg" })
635
+ }
636
+ ),
631
637
  heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
632
638
  "h1",
633
639
  {
@@ -637,7 +643,7 @@ function HeroBadgeShadowOverlay({
637
643
  ),
638
644
  children: heading
639
645
  }
640
- ) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: headingClassName, children: heading })),
646
+ ) : heading),
641
647
  description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
642
648
  "p",
643
649
  {
@@ -647,7 +653,7 @@ function HeroBadgeShadowOverlay({
647
653
  ),
648
654
  children: description
649
655
  }
650
- ) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
656
+ ) : description),
651
657
  /* @__PURE__ */ jsxRuntime.jsx(
652
658
  BlockActions,
653
659
  {
@@ -606,7 +606,13 @@ function HeroBadgeShadowOverlay({
606
606
  ]
607
607
  }
608
608
  ),
609
- (logo || logoSlot) && /* @__PURE__ */ jsx("div", { className: cn("mb-4 flex justify-center", logoClassName), children: /* @__PURE__ */ jsx(BrandLogo, { logo, logoSlot, size: "xl" }) }),
609
+ (logo || logoSlot) && /* @__PURE__ */ jsx(
610
+ "div",
611
+ {
612
+ className: cn("mt-6 md:mt-12 flex justify-center", logoClassName),
613
+ children: /* @__PURE__ */ jsx(BrandLogo, { logo, logoSlot, size: "lg" })
614
+ }
615
+ ),
610
616
  heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
611
617
  "h1",
612
618
  {
@@ -616,7 +622,7 @@ function HeroBadgeShadowOverlay({
616
622
  ),
617
623
  children: heading
618
624
  }
619
- ) : /* @__PURE__ */ jsx("div", { className: headingClassName, children: heading })),
625
+ ) : heading),
620
626
  description && (typeof description === "string" ? /* @__PURE__ */ jsx(
621
627
  "p",
622
628
  {
@@ -626,7 +632,7 @@ function HeroBadgeShadowOverlay({
626
632
  ),
627
633
  children: description
628
634
  }
629
- ) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
635
+ ) : description),
630
636
  /* @__PURE__ */ jsx(
631
637
  BlockActions,
632
638
  {
@@ -565,18 +565,18 @@ function HeroCenteredImageGrid({
565
565
  imageGridClassName
566
566
  ),
567
567
  children: [
568
- gridImages?.[0] && /* @__PURE__ */ jsxRuntime.jsx(
568
+ gridImages?.[0] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative md:col-span-3", children: /* @__PURE__ */ jsxRuntime.jsx(
569
569
  img.Img,
570
570
  {
571
571
  src: gridImages[0].src,
572
572
  alt: gridImages[0].alt,
573
573
  className: cn(
574
- "h-full max-h-[500px] w-full object-cover md:col-span-3 dark:invert",
574
+ "block h-full max-h-[500px] w-full object-cover dark:invert",
575
575
  gridImages[0].className
576
576
  ),
577
577
  optixFlowConfig
578
578
  }
579
- ),
579
+ ) }),
580
580
  gridImages?.[1] && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative md:col-span-2", children: [
581
581
  /* @__PURE__ */ jsxRuntime.jsx(
582
582
  img.Img,
@@ -584,7 +584,7 @@ function HeroCenteredImageGrid({
584
584
  src: gridImages[1].src,
585
585
  alt: gridImages[1].alt,
586
586
  className: cn(
587
- "h-full max-h-[500px] w-full object-cover dark:invert",
587
+ "block h-full max-h-[500px] w-full object-cover dark:invert",
588
588
  gridImages[1].className
589
589
  ),
590
590
  optixFlowConfig
@@ -559,18 +559,18 @@ function HeroCenteredImageGrid({
559
559
  imageGridClassName
560
560
  ),
561
561
  children: [
562
- gridImages?.[0] && /* @__PURE__ */ jsx(
562
+ gridImages?.[0] && /* @__PURE__ */ jsx("div", { className: "relative md:col-span-3", children: /* @__PURE__ */ jsx(
563
563
  Img,
564
564
  {
565
565
  src: gridImages[0].src,
566
566
  alt: gridImages[0].alt,
567
567
  className: cn(
568
- "h-full max-h-[500px] w-full object-cover md:col-span-3 dark:invert",
568
+ "block h-full max-h-[500px] w-full object-cover dark:invert",
569
569
  gridImages[0].className
570
570
  ),
571
571
  optixFlowConfig
572
572
  }
573
- ),
573
+ ) }),
574
574
  gridImages?.[1] && /* @__PURE__ */ jsxs("div", { className: "relative md:col-span-2", children: [
575
575
  /* @__PURE__ */ jsx(
576
576
  Img,
@@ -578,7 +578,7 @@ function HeroCenteredImageGrid({
578
578
  src: gridImages[1].src,
579
579
  alt: gridImages[1].alt,
580
580
  className: cn(
581
- "h-full max-h-[500px] w-full object-cover dark:invert",
581
+ "block h-full max-h-[500px] w-full object-cover dark:invert",
582
582
  gridImages[1].className
583
583
  ),
584
584
  optixFlowConfig
@@ -526,7 +526,7 @@ function HeroCrmStreamlined({
526
526
  patternOpacity,
527
527
  className,
528
528
  containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
529
- spacing = "xl",
529
+ spacing = "hero",
530
530
  contentClassName,
531
531
  taglineClassName,
532
532
  headingClassName,
@@ -552,21 +552,24 @@ function HeroCrmStreamlined({
552
552
  tagline && (typeof tagline === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
553
553
  "p",
554
554
  {
555
- className: cn("text-base font-semibold", taglineClassName),
555
+ className: cn(
556
+ "text-base font-medium tracking-wider opacity-70 pb-6 uppercase",
557
+ taglineClassName
558
+ ),
556
559
  children: tagline
557
560
  }
558
561
  ) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: taglineClassName, children: tagline })),
559
- (logo || logoSlot) && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mb-4", logoClassName), children: /* @__PURE__ */ jsxRuntime.jsx(BrandLogo, { logo, logoSlot, size: "lg" }) }),
562
+ (logo || logoSlot) && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mb-2 mt-4", logoClassName), children: /* @__PURE__ */ jsxRuntime.jsx(BrandLogo, { logo, logoSlot, size: "lg" }) }),
560
563
  heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
561
564
  "h1",
562
565
  {
563
566
  className: cn(
564
- "mb-2 text-4xl leading-snug! font-semibold text-balance lg:text-5xl",
567
+ "mb-2 text-4xl font-semibold text-pretty lg:text-5xl",
565
568
  headingClassName
566
569
  ),
567
570
  children: heading
568
571
  }
569
- ) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: headingClassName, children: heading })),
572
+ ) : heading),
570
573
  description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
571
574
  "p",
572
575
  {
@@ -576,7 +579,7 @@ function HeroCrmStreamlined({
576
579
  ),
577
580
  children: description
578
581
  }
579
- ) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
582
+ ) : description),
580
583
  /* @__PURE__ */ jsxRuntime.jsx(
581
584
  BlockActions,
582
585
  {
@@ -589,7 +592,7 @@ function HeroCrmStreamlined({
589
592
  /* @__PURE__ */ jsxRuntime.jsx(
590
593
  "div",
591
594
  {
592
- className: cn("relative basis-[42%] py-9 md:py-16", imageClassName),
595
+ className: cn("relative basis-[42%] py-2 md:py-16", imageClassName),
593
596
  children: imageSlot ? imageSlot : image ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "aspect-square w-full overflow-hidden rounded-xl shadow-xl", children: [
594
597
  /* @__PURE__ */ jsxRuntime.jsx(
595
598
  img.Img,
@@ -600,14 +603,15 @@ function HeroCrmStreamlined({
600
603
  "relative z-20 h-full w-full object-cover object-center",
601
604
  image.className
602
605
  ),
603
- optixFlowConfig
606
+ optixFlowConfig,
607
+ loading: "eager"
604
608
  }
605
609
  ),
606
610
  /* @__PURE__ */ jsxRuntime.jsx(
607
611
  "div",
608
612
  {
609
613
  className: cn(
610
- "absolute top-0 left-25 z-10 bg-muted aspect-[1.378254211/1] h-full w-225 rounded-xl"
614
+ "absolute top-0 left-25 z-10 hidden bg-muted aspect-[1.378254211/1] h-full w-225 rounded-xl md:block"
611
615
  )
612
616
  }
613
617
  )
@@ -520,7 +520,7 @@ function HeroCrmStreamlined({
520
520
  patternOpacity,
521
521
  className,
522
522
  containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
523
- spacing = "xl",
523
+ spacing = "hero",
524
524
  contentClassName,
525
525
  taglineClassName,
526
526
  headingClassName,
@@ -546,21 +546,24 @@ function HeroCrmStreamlined({
546
546
  tagline && (typeof tagline === "string" ? /* @__PURE__ */ jsx(
547
547
  "p",
548
548
  {
549
- className: cn("text-base font-semibold", taglineClassName),
549
+ className: cn(
550
+ "text-base font-medium tracking-wider opacity-70 pb-6 uppercase",
551
+ taglineClassName
552
+ ),
550
553
  children: tagline
551
554
  }
552
555
  ) : /* @__PURE__ */ jsx("div", { className: taglineClassName, children: tagline })),
553
- (logo || logoSlot) && /* @__PURE__ */ jsx("div", { className: cn("mb-4", logoClassName), children: /* @__PURE__ */ jsx(BrandLogo, { logo, logoSlot, size: "lg" }) }),
556
+ (logo || logoSlot) && /* @__PURE__ */ jsx("div", { className: cn("mb-2 mt-4", logoClassName), children: /* @__PURE__ */ jsx(BrandLogo, { logo, logoSlot, size: "lg" }) }),
554
557
  heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
555
558
  "h1",
556
559
  {
557
560
  className: cn(
558
- "mb-2 text-4xl leading-snug! font-semibold text-balance lg:text-5xl",
561
+ "mb-2 text-4xl font-semibold text-pretty lg:text-5xl",
559
562
  headingClassName
560
563
  ),
561
564
  children: heading
562
565
  }
563
- ) : /* @__PURE__ */ jsx("div", { className: headingClassName, children: heading })),
566
+ ) : heading),
564
567
  description && (typeof description === "string" ? /* @__PURE__ */ jsx(
565
568
  "p",
566
569
  {
@@ -570,7 +573,7 @@ function HeroCrmStreamlined({
570
573
  ),
571
574
  children: description
572
575
  }
573
- ) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
576
+ ) : description),
574
577
  /* @__PURE__ */ jsx(
575
578
  BlockActions,
576
579
  {
@@ -583,7 +586,7 @@ function HeroCrmStreamlined({
583
586
  /* @__PURE__ */ jsx(
584
587
  "div",
585
588
  {
586
- className: cn("relative basis-[42%] py-9 md:py-16", imageClassName),
589
+ className: cn("relative basis-[42%] py-2 md:py-16", imageClassName),
587
590
  children: imageSlot ? imageSlot : image ? /* @__PURE__ */ jsxs("div", { className: "aspect-square w-full overflow-hidden rounded-xl shadow-xl", children: [
588
591
  /* @__PURE__ */ jsx(
589
592
  Img,
@@ -594,14 +597,15 @@ function HeroCrmStreamlined({
594
597
  "relative z-20 h-full w-full object-cover object-center",
595
598
  image.className
596
599
  ),
597
- optixFlowConfig
600
+ optixFlowConfig,
601
+ loading: "eager"
598
602
  }
599
603
  ),
600
604
  /* @__PURE__ */ jsx(
601
605
  "div",
602
606
  {
603
607
  className: cn(
604
- "absolute top-0 left-25 z-10 bg-muted aspect-[1.378254211/1] h-full w-225 rounded-xl"
608
+ "absolute top-0 left-25 z-10 hidden bg-muted aspect-[1.378254211/1] h-full w-225 rounded-xl md:block"
605
609
  )
606
610
  }
607
611
  )
@@ -417,6 +417,10 @@ function HeroPatternLogoTechStack({
417
417
  techLogosClassName,
418
418
  optixFlowConfig
419
419
  }) {
420
+ const logoOptixFlowConfig = React.useMemo(
421
+ () => optixFlowConfig ? { ...optixFlowConfig, objectFit: "contain" } : optixFlowConfig,
422
+ [optixFlowConfig]
423
+ );
420
424
  const renderLogo = React.useMemo(() => {
421
425
  if (logoSlot) return logoSlot;
422
426
  if (!logo) return null;
@@ -427,10 +431,10 @@ function HeroPatternLogoTechStack({
427
431
  src: logoSrc,
428
432
  alt: logo.alt,
429
433
  className: cn("h-16 w-auto object-contain", logo.imgClassName),
430
- optixFlowConfig
434
+ optixFlowConfig: logoOptixFlowConfig
431
435
  }
432
436
  ) });
433
- }, [logoSlot, logo, optixFlowConfig]);
437
+ }, [logoSlot, logo, logoOptixFlowConfig]);
434
438
  const renderActions = React.useMemo(() => {
435
439
  if (actionsSlot) return actionsSlot;
436
440
  if (!actions || actions.length === 0) return null;
@@ -487,7 +491,7 @@ function HeroPatternLogoTechStack({
487
491
  {
488
492
  href: techLogo.href,
489
493
  className: cn(
490
- "group flex w-auto h-12 md:h-10 items-center justify-center max-w-full md:max-w-30 max-h-12 md:max-h-10 min-h-12 md:min-h-10 p-2 md:p-1",
494
+ "group flex shrink-0 items-center justify-center overflow-visible",
491
495
  techLogo.className
492
496
  ),
493
497
  children: /* @__PURE__ */ jsxRuntime.jsx(
@@ -496,10 +500,10 @@ function HeroPatternLogoTechStack({
496
500
  src: techLogoSrc,
497
501
  alt: techLogo.alt,
498
502
  className: cn(
499
- "h-full w-auto object-contain",
503
+ "block h-6 max-h-6 w-auto max-w-none object-contain",
500
504
  techLogo.imgClassName
501
505
  ),
502
- optixFlowConfig
506
+ optixFlowConfig: logoOptixFlowConfig
503
507
  }
504
508
  )
505
509
  },
@@ -514,7 +518,7 @@ function HeroPatternLogoTechStack({
514
518
  techLogos,
515
519
  techStackLabel,
516
520
  techLogosClassName,
517
- optixFlowConfig
521
+ logoOptixFlowConfig
518
522
  ]);
519
523
  return /* @__PURE__ */ jsxRuntime.jsx(
520
524
  Section,
@@ -411,6 +411,10 @@ function HeroPatternLogoTechStack({
411
411
  techLogosClassName,
412
412
  optixFlowConfig
413
413
  }) {
414
+ const logoOptixFlowConfig = useMemo(
415
+ () => optixFlowConfig ? { ...optixFlowConfig, objectFit: "contain" } : optixFlowConfig,
416
+ [optixFlowConfig]
417
+ );
414
418
  const renderLogo = useMemo(() => {
415
419
  if (logoSlot) return logoSlot;
416
420
  if (!logo) return null;
@@ -421,10 +425,10 @@ function HeroPatternLogoTechStack({
421
425
  src: logoSrc,
422
426
  alt: logo.alt,
423
427
  className: cn("h-16 w-auto object-contain", logo.imgClassName),
424
- optixFlowConfig
428
+ optixFlowConfig: logoOptixFlowConfig
425
429
  }
426
430
  ) });
427
- }, [logoSlot, logo, optixFlowConfig]);
431
+ }, [logoSlot, logo, logoOptixFlowConfig]);
428
432
  const renderActions = useMemo(() => {
429
433
  if (actionsSlot) return actionsSlot;
430
434
  if (!actions || actions.length === 0) return null;
@@ -481,7 +485,7 @@ function HeroPatternLogoTechStack({
481
485
  {
482
486
  href: techLogo.href,
483
487
  className: cn(
484
- "group flex w-auto h-12 md:h-10 items-center justify-center max-w-full md:max-w-30 max-h-12 md:max-h-10 min-h-12 md:min-h-10 p-2 md:p-1",
488
+ "group flex shrink-0 items-center justify-center overflow-visible",
485
489
  techLogo.className
486
490
  ),
487
491
  children: /* @__PURE__ */ jsx(
@@ -490,10 +494,10 @@ function HeroPatternLogoTechStack({
490
494
  src: techLogoSrc,
491
495
  alt: techLogo.alt,
492
496
  className: cn(
493
- "h-full w-auto object-contain",
497
+ "block h-6 max-h-6 w-auto max-w-none object-contain",
494
498
  techLogo.imgClassName
495
499
  ),
496
- optixFlowConfig
500
+ optixFlowConfig: logoOptixFlowConfig
497
501
  }
498
502
  )
499
503
  },
@@ -508,7 +512,7 @@ function HeroPatternLogoTechStack({
508
512
  techLogos,
509
513
  techStackLabel,
510
514
  techLogosClassName,
511
- optixFlowConfig
515
+ logoOptixFlowConfig
512
516
  ]);
513
517
  return /* @__PURE__ */ jsx(
514
518
  Section,
package/dist/registry.cjs CHANGED
@@ -50680,18 +50680,18 @@ function HeroCenteredImageGrid({
50680
50680
  imageGridClassName
50681
50681
  ),
50682
50682
  children: [
50683
- gridImages?.[0] && /* @__PURE__ */ jsxRuntime.jsx(
50683
+ gridImages?.[0] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative md:col-span-3", children: /* @__PURE__ */ jsxRuntime.jsx(
50684
50684
  img$1.Img,
50685
50685
  {
50686
50686
  src: gridImages[0].src,
50687
50687
  alt: gridImages[0].alt,
50688
50688
  className: cn(
50689
- "h-full max-h-[500px] w-full object-cover md:col-span-3 dark:invert",
50689
+ "block h-full max-h-[500px] w-full object-cover dark:invert",
50690
50690
  gridImages[0].className
50691
50691
  ),
50692
50692
  optixFlowConfig
50693
50693
  }
50694
- ),
50694
+ ) }),
50695
50695
  gridImages?.[1] && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative md:col-span-2", children: [
50696
50696
  /* @__PURE__ */ jsxRuntime.jsx(
50697
50697
  img$1.Img,
@@ -50699,7 +50699,7 @@ function HeroCenteredImageGrid({
50699
50699
  src: gridImages[1].src,
50700
50700
  alt: gridImages[1].alt,
50701
50701
  className: cn(
50702
- "h-full max-h-[500px] w-full object-cover dark:invert",
50702
+ "block h-full max-h-[500px] w-full object-cover dark:invert",
50703
50703
  gridImages[1].className
50704
50704
  ),
50705
50705
  optixFlowConfig
@@ -51143,6 +51143,10 @@ function HeroPatternLogoTechStack({
51143
51143
  techLogosClassName,
51144
51144
  optixFlowConfig
51145
51145
  }) {
51146
+ const logoOptixFlowConfig = React30.useMemo(
51147
+ () => optixFlowConfig ? { ...optixFlowConfig, objectFit: "contain" } : optixFlowConfig,
51148
+ [optixFlowConfig]
51149
+ );
51146
51150
  const renderLogo = React30.useMemo(() => {
51147
51151
  if (logoSlot2) return logoSlot2;
51148
51152
  if (!logo) return null;
@@ -51153,10 +51157,10 @@ function HeroPatternLogoTechStack({
51153
51157
  src: logoSrc,
51154
51158
  alt: logo.alt,
51155
51159
  className: cn("h-16 w-auto object-contain", logo.imgClassName),
51156
- optixFlowConfig
51160
+ optixFlowConfig: logoOptixFlowConfig
51157
51161
  }
51158
51162
  ) });
51159
- }, [logoSlot2, logo, optixFlowConfig]);
51163
+ }, [logoSlot2, logo, logoOptixFlowConfig]);
51160
51164
  const renderActions = React30.useMemo(() => {
51161
51165
  if (actionsSlot) return actionsSlot;
51162
51166
  if (!actions || actions.length === 0) return null;
@@ -51213,7 +51217,7 @@ function HeroPatternLogoTechStack({
51213
51217
  {
51214
51218
  href: techLogo.href,
51215
51219
  className: cn(
51216
- "group flex w-auto h-12 md:h-10 items-center justify-center max-w-full md:max-w-30 max-h-12 md:max-h-10 min-h-12 md:min-h-10 p-2 md:p-1",
51220
+ "group flex shrink-0 items-center justify-center overflow-visible",
51217
51221
  techLogo.className
51218
51222
  ),
51219
51223
  children: /* @__PURE__ */ jsxRuntime.jsx(
@@ -51222,10 +51226,10 @@ function HeroPatternLogoTechStack({
51222
51226
  src: techLogoSrc,
51223
51227
  alt: techLogo.alt,
51224
51228
  className: cn(
51225
- "h-full w-auto object-contain",
51229
+ "block h-6 max-h-6 w-auto max-w-none object-contain",
51226
51230
  techLogo.imgClassName
51227
51231
  ),
51228
- optixFlowConfig
51232
+ optixFlowConfig: logoOptixFlowConfig
51229
51233
  }
51230
51234
  )
51231
51235
  },
@@ -51240,7 +51244,7 @@ function HeroPatternLogoTechStack({
51240
51244
  techLogos,
51241
51245
  techStackLabel,
51242
51246
  techLogosClassName,
51243
- optixFlowConfig
51247
+ logoOptixFlowConfig
51244
51248
  ]);
51245
51249
  return /* @__PURE__ */ jsxRuntime.jsx(
51246
51250
  Section,
@@ -52851,7 +52855,13 @@ function HeroBadgeShadowOverlay({
52851
52855
  ]
52852
52856
  }
52853
52857
  ),
52854
- (logo || logoSlot2) && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mb-4 flex justify-center", logoClassName), children: /* @__PURE__ */ jsxRuntime.jsx(BrandLogo, { logo, logoSlot: logoSlot2, size: "xl" }) }),
52858
+ (logo || logoSlot2) && /* @__PURE__ */ jsxRuntime.jsx(
52859
+ "div",
52860
+ {
52861
+ className: cn("mt-6 md:mt-12 flex justify-center", logoClassName),
52862
+ children: /* @__PURE__ */ jsxRuntime.jsx(BrandLogo, { logo, logoSlot: logoSlot2, size: "lg" })
52863
+ }
52864
+ ),
52855
52865
  heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
52856
52866
  "h1",
52857
52867
  {
@@ -52861,7 +52871,7 @@ function HeroBadgeShadowOverlay({
52861
52871
  ),
52862
52872
  children: heading
52863
52873
  }
52864
- ) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: headingClassName, children: heading })),
52874
+ ) : heading),
52865
52875
  description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
52866
52876
  "p",
52867
52877
  {
@@ -52871,7 +52881,7 @@ function HeroBadgeShadowOverlay({
52871
52881
  ),
52872
52882
  children: description
52873
52883
  }
52874
- ) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
52884
+ ) : description),
52875
52885
  /* @__PURE__ */ jsxRuntime.jsx(
52876
52886
  BlockActions,
52877
52887
  {
@@ -54408,27 +54418,27 @@ function HeroAiPoweredCarousel({
54408
54418
  ]
54409
54419
  }
54410
54420
  ),
54411
- (logo || logoSlot2) && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mb-4 flex justify-center", logoClassName), children: /* @__PURE__ */ jsxRuntime.jsx(BrandLogo, { logo, logoSlot: logoSlot2, size: "lg" }) }),
54421
+ (logo || logoSlot2) && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mt-8 flex justify-start", logoClassName), children: /* @__PURE__ */ jsxRuntime.jsx(BrandLogo, { logo, logoSlot: logoSlot2, size: "md" }) }),
54412
54422
  heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
54413
54423
  "h1",
54414
54424
  {
54415
54425
  className: cn(
54416
- "mt-4 md:mt-10 mb-4 text-3xl font-semibold lg:text-5xl text-balance",
54426
+ "text-3xl font-semibold lg:text-5xl text-balance",
54417
54427
  headingClassName
54418
54428
  ),
54419
54429
  children: heading
54420
54430
  }
54421
- ) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: headingClassName, children: heading })),
54431
+ ) : heading),
54422
54432
  description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
54423
54433
  "p",
54424
54434
  {
54425
54435
  className: cn(
54426
- "mx-auto lg:text-lg text-balance",
54436
+ "mx-auto text-base lg:text-lg text-balance",
54427
54437
  descriptionClassName
54428
54438
  ),
54429
54439
  children: description
54430
54440
  }
54431
- ) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
54441
+ ) : description),
54432
54442
  /* @__PURE__ */ jsxRuntime.jsx(
54433
54443
  BlockActions,
54434
54444
  {
@@ -54490,7 +54500,8 @@ function HeroAiPoweredCarousel({
54490
54500
  "rounded-lg shadow-lg",
54491
54501
  image.className
54492
54502
  ),
54493
- optixFlowConfig
54503
+ optixFlowConfig,
54504
+ loading: "eager"
54494
54505
  }
54495
54506
  ) }, index)) })
54496
54507
  }
@@ -54518,7 +54529,8 @@ function HeroAiPoweredCarousel({
54518
54529
  "rounded-lg shadow-lg",
54519
54530
  image.className
54520
54531
  ),
54521
- optixFlowConfig
54532
+ optixFlowConfig,
54533
+ loading: "eager"
54522
54534
  }
54523
54535
  ) }, index)) })
54524
54536
  }
@@ -54545,7 +54557,8 @@ function HeroAiPoweredCarousel({
54545
54557
  "rounded-lg shadow-lg",
54546
54558
  image.className
54547
54559
  ),
54548
- optixFlowConfig
54560
+ optixFlowConfig,
54561
+ loading: "eager"
54549
54562
  }
54550
54563
  ) }, index)) })
54551
54564
  }
@@ -55114,7 +55127,7 @@ function HeroCrmStreamlined({
55114
55127
  patternOpacity,
55115
55128
  className,
55116
55129
  containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
55117
- spacing = "xl",
55130
+ spacing = "hero",
55118
55131
  contentClassName,
55119
55132
  taglineClassName,
55120
55133
  headingClassName,
@@ -55140,21 +55153,24 @@ function HeroCrmStreamlined({
55140
55153
  tagline && (typeof tagline === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
55141
55154
  "p",
55142
55155
  {
55143
- className: cn("text-base font-semibold", taglineClassName),
55156
+ className: cn(
55157
+ "text-base font-medium tracking-wider opacity-70 pb-6 uppercase",
55158
+ taglineClassName
55159
+ ),
55144
55160
  children: tagline
55145
55161
  }
55146
55162
  ) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: taglineClassName, children: tagline })),
55147
- (logo || logoSlot2) && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mb-4", logoClassName), children: /* @__PURE__ */ jsxRuntime.jsx(BrandLogo, { logo, logoSlot: logoSlot2, size: "lg" }) }),
55163
+ (logo || logoSlot2) && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mb-2 mt-4", logoClassName), children: /* @__PURE__ */ jsxRuntime.jsx(BrandLogo, { logo, logoSlot: logoSlot2, size: "lg" }) }),
55148
55164
  heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
55149
55165
  "h1",
55150
55166
  {
55151
55167
  className: cn(
55152
- "mb-2 text-4xl leading-snug! font-semibold text-balance lg:text-5xl",
55168
+ "mb-2 text-4xl font-semibold text-pretty lg:text-5xl",
55153
55169
  headingClassName
55154
55170
  ),
55155
55171
  children: heading
55156
55172
  }
55157
- ) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: headingClassName, children: heading })),
55173
+ ) : heading),
55158
55174
  description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
55159
55175
  "p",
55160
55176
  {
@@ -55164,7 +55180,7 @@ function HeroCrmStreamlined({
55164
55180
  ),
55165
55181
  children: description
55166
55182
  }
55167
- ) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
55183
+ ) : description),
55168
55184
  /* @__PURE__ */ jsxRuntime.jsx(
55169
55185
  BlockActions,
55170
55186
  {
@@ -55177,7 +55193,7 @@ function HeroCrmStreamlined({
55177
55193
  /* @__PURE__ */ jsxRuntime.jsx(
55178
55194
  "div",
55179
55195
  {
55180
- className: cn("relative basis-[42%] py-9 md:py-16", imageClassName),
55196
+ className: cn("relative basis-[42%] py-2 md:py-16", imageClassName),
55181
55197
  children: imageSlot2 ? imageSlot2 : image ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "aspect-square w-full overflow-hidden rounded-xl shadow-xl", children: [
55182
55198
  /* @__PURE__ */ jsxRuntime.jsx(
55183
55199
  img$1.Img,
@@ -55188,14 +55204,15 @@ function HeroCrmStreamlined({
55188
55204
  "relative z-20 h-full w-full object-cover object-center",
55189
55205
  image.className
55190
55206
  ),
55191
- optixFlowConfig
55207
+ optixFlowConfig,
55208
+ loading: "eager"
55192
55209
  }
55193
55210
  ),
55194
55211
  /* @__PURE__ */ jsxRuntime.jsx(
55195
55212
  "div",
55196
55213
  {
55197
55214
  className: cn(
55198
- "absolute top-0 left-25 z-10 bg-muted aspect-[1.378254211/1] h-full w-225 rounded-xl"
55215
+ "absolute top-0 left-25 z-10 hidden bg-muted aspect-[1.378254211/1] h-full w-225 rounded-xl md:block"
55199
55216
  )
55200
55217
  }
55201
55218
  )
package/dist/registry.js CHANGED
@@ -50640,18 +50640,18 @@ function HeroCenteredImageGrid({
50640
50640
  imageGridClassName
50641
50641
  ),
50642
50642
  children: [
50643
- gridImages?.[0] && /* @__PURE__ */ jsx(
50643
+ gridImages?.[0] && /* @__PURE__ */ jsx("div", { className: "relative md:col-span-3", children: /* @__PURE__ */ jsx(
50644
50644
  Img,
50645
50645
  {
50646
50646
  src: gridImages[0].src,
50647
50647
  alt: gridImages[0].alt,
50648
50648
  className: cn(
50649
- "h-full max-h-[500px] w-full object-cover md:col-span-3 dark:invert",
50649
+ "block h-full max-h-[500px] w-full object-cover dark:invert",
50650
50650
  gridImages[0].className
50651
50651
  ),
50652
50652
  optixFlowConfig
50653
50653
  }
50654
- ),
50654
+ ) }),
50655
50655
  gridImages?.[1] && /* @__PURE__ */ jsxs("div", { className: "relative md:col-span-2", children: [
50656
50656
  /* @__PURE__ */ jsx(
50657
50657
  Img,
@@ -50659,7 +50659,7 @@ function HeroCenteredImageGrid({
50659
50659
  src: gridImages[1].src,
50660
50660
  alt: gridImages[1].alt,
50661
50661
  className: cn(
50662
- "h-full max-h-[500px] w-full object-cover dark:invert",
50662
+ "block h-full max-h-[500px] w-full object-cover dark:invert",
50663
50663
  gridImages[1].className
50664
50664
  ),
50665
50665
  optixFlowConfig
@@ -51103,6 +51103,10 @@ function HeroPatternLogoTechStack({
51103
51103
  techLogosClassName,
51104
51104
  optixFlowConfig
51105
51105
  }) {
51106
+ const logoOptixFlowConfig = useMemo(
51107
+ () => optixFlowConfig ? { ...optixFlowConfig, objectFit: "contain" } : optixFlowConfig,
51108
+ [optixFlowConfig]
51109
+ );
51106
51110
  const renderLogo = useMemo(() => {
51107
51111
  if (logoSlot2) return logoSlot2;
51108
51112
  if (!logo) return null;
@@ -51113,10 +51117,10 @@ function HeroPatternLogoTechStack({
51113
51117
  src: logoSrc,
51114
51118
  alt: logo.alt,
51115
51119
  className: cn("h-16 w-auto object-contain", logo.imgClassName),
51116
- optixFlowConfig
51120
+ optixFlowConfig: logoOptixFlowConfig
51117
51121
  }
51118
51122
  ) });
51119
- }, [logoSlot2, logo, optixFlowConfig]);
51123
+ }, [logoSlot2, logo, logoOptixFlowConfig]);
51120
51124
  const renderActions = useMemo(() => {
51121
51125
  if (actionsSlot) return actionsSlot;
51122
51126
  if (!actions || actions.length === 0) return null;
@@ -51173,7 +51177,7 @@ function HeroPatternLogoTechStack({
51173
51177
  {
51174
51178
  href: techLogo.href,
51175
51179
  className: cn(
51176
- "group flex w-auto h-12 md:h-10 items-center justify-center max-w-full md:max-w-30 max-h-12 md:max-h-10 min-h-12 md:min-h-10 p-2 md:p-1",
51180
+ "group flex shrink-0 items-center justify-center overflow-visible",
51177
51181
  techLogo.className
51178
51182
  ),
51179
51183
  children: /* @__PURE__ */ jsx(
@@ -51182,10 +51186,10 @@ function HeroPatternLogoTechStack({
51182
51186
  src: techLogoSrc,
51183
51187
  alt: techLogo.alt,
51184
51188
  className: cn(
51185
- "h-full w-auto object-contain",
51189
+ "block h-6 max-h-6 w-auto max-w-none object-contain",
51186
51190
  techLogo.imgClassName
51187
51191
  ),
51188
- optixFlowConfig
51192
+ optixFlowConfig: logoOptixFlowConfig
51189
51193
  }
51190
51194
  )
51191
51195
  },
@@ -51200,7 +51204,7 @@ function HeroPatternLogoTechStack({
51200
51204
  techLogos,
51201
51205
  techStackLabel,
51202
51206
  techLogosClassName,
51203
- optixFlowConfig
51207
+ logoOptixFlowConfig
51204
51208
  ]);
51205
51209
  return /* @__PURE__ */ jsx(
51206
51210
  Section,
@@ -52811,7 +52815,13 @@ function HeroBadgeShadowOverlay({
52811
52815
  ]
52812
52816
  }
52813
52817
  ),
52814
- (logo || logoSlot2) && /* @__PURE__ */ jsx("div", { className: cn("mb-4 flex justify-center", logoClassName), children: /* @__PURE__ */ jsx(BrandLogo, { logo, logoSlot: logoSlot2, size: "xl" }) }),
52818
+ (logo || logoSlot2) && /* @__PURE__ */ jsx(
52819
+ "div",
52820
+ {
52821
+ className: cn("mt-6 md:mt-12 flex justify-center", logoClassName),
52822
+ children: /* @__PURE__ */ jsx(BrandLogo, { logo, logoSlot: logoSlot2, size: "lg" })
52823
+ }
52824
+ ),
52815
52825
  heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
52816
52826
  "h1",
52817
52827
  {
@@ -52821,7 +52831,7 @@ function HeroBadgeShadowOverlay({
52821
52831
  ),
52822
52832
  children: heading
52823
52833
  }
52824
- ) : /* @__PURE__ */ jsx("div", { className: headingClassName, children: heading })),
52834
+ ) : heading),
52825
52835
  description && (typeof description === "string" ? /* @__PURE__ */ jsx(
52826
52836
  "p",
52827
52837
  {
@@ -52831,7 +52841,7 @@ function HeroBadgeShadowOverlay({
52831
52841
  ),
52832
52842
  children: description
52833
52843
  }
52834
- ) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
52844
+ ) : description),
52835
52845
  /* @__PURE__ */ jsx(
52836
52846
  BlockActions,
52837
52847
  {
@@ -54368,27 +54378,27 @@ function HeroAiPoweredCarousel({
54368
54378
  ]
54369
54379
  }
54370
54380
  ),
54371
- (logo || logoSlot2) && /* @__PURE__ */ jsx("div", { className: cn("mb-4 flex justify-center", logoClassName), children: /* @__PURE__ */ jsx(BrandLogo, { logo, logoSlot: logoSlot2, size: "lg" }) }),
54381
+ (logo || logoSlot2) && /* @__PURE__ */ jsx("div", { className: cn("mt-8 flex justify-start", logoClassName), children: /* @__PURE__ */ jsx(BrandLogo, { logo, logoSlot: logoSlot2, size: "md" }) }),
54372
54382
  heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
54373
54383
  "h1",
54374
54384
  {
54375
54385
  className: cn(
54376
- "mt-4 md:mt-10 mb-4 text-3xl font-semibold lg:text-5xl text-balance",
54386
+ "text-3xl font-semibold lg:text-5xl text-balance",
54377
54387
  headingClassName
54378
54388
  ),
54379
54389
  children: heading
54380
54390
  }
54381
- ) : /* @__PURE__ */ jsx("div", { className: headingClassName, children: heading })),
54391
+ ) : heading),
54382
54392
  description && (typeof description === "string" ? /* @__PURE__ */ jsx(
54383
54393
  "p",
54384
54394
  {
54385
54395
  className: cn(
54386
- "mx-auto lg:text-lg text-balance",
54396
+ "mx-auto text-base lg:text-lg text-balance",
54387
54397
  descriptionClassName
54388
54398
  ),
54389
54399
  children: description
54390
54400
  }
54391
- ) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
54401
+ ) : description),
54392
54402
  /* @__PURE__ */ jsx(
54393
54403
  BlockActions,
54394
54404
  {
@@ -54450,7 +54460,8 @@ function HeroAiPoweredCarousel({
54450
54460
  "rounded-lg shadow-lg",
54451
54461
  image.className
54452
54462
  ),
54453
- optixFlowConfig
54463
+ optixFlowConfig,
54464
+ loading: "eager"
54454
54465
  }
54455
54466
  ) }, index)) })
54456
54467
  }
@@ -54478,7 +54489,8 @@ function HeroAiPoweredCarousel({
54478
54489
  "rounded-lg shadow-lg",
54479
54490
  image.className
54480
54491
  ),
54481
- optixFlowConfig
54492
+ optixFlowConfig,
54493
+ loading: "eager"
54482
54494
  }
54483
54495
  ) }, index)) })
54484
54496
  }
@@ -54505,7 +54517,8 @@ function HeroAiPoweredCarousel({
54505
54517
  "rounded-lg shadow-lg",
54506
54518
  image.className
54507
54519
  ),
54508
- optixFlowConfig
54520
+ optixFlowConfig,
54521
+ loading: "eager"
54509
54522
  }
54510
54523
  ) }, index)) })
54511
54524
  }
@@ -55074,7 +55087,7 @@ function HeroCrmStreamlined({
55074
55087
  patternOpacity,
55075
55088
  className,
55076
55089
  containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
55077
- spacing = "xl",
55090
+ spacing = "hero",
55078
55091
  contentClassName,
55079
55092
  taglineClassName,
55080
55093
  headingClassName,
@@ -55100,21 +55113,24 @@ function HeroCrmStreamlined({
55100
55113
  tagline && (typeof tagline === "string" ? /* @__PURE__ */ jsx(
55101
55114
  "p",
55102
55115
  {
55103
- className: cn("text-base font-semibold", taglineClassName),
55116
+ className: cn(
55117
+ "text-base font-medium tracking-wider opacity-70 pb-6 uppercase",
55118
+ taglineClassName
55119
+ ),
55104
55120
  children: tagline
55105
55121
  }
55106
55122
  ) : /* @__PURE__ */ jsx("div", { className: taglineClassName, children: tagline })),
55107
- (logo || logoSlot2) && /* @__PURE__ */ jsx("div", { className: cn("mb-4", logoClassName), children: /* @__PURE__ */ jsx(BrandLogo, { logo, logoSlot: logoSlot2, size: "lg" }) }),
55123
+ (logo || logoSlot2) && /* @__PURE__ */ jsx("div", { className: cn("mb-2 mt-4", logoClassName), children: /* @__PURE__ */ jsx(BrandLogo, { logo, logoSlot: logoSlot2, size: "lg" }) }),
55108
55124
  heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
55109
55125
  "h1",
55110
55126
  {
55111
55127
  className: cn(
55112
- "mb-2 text-4xl leading-snug! font-semibold text-balance lg:text-5xl",
55128
+ "mb-2 text-4xl font-semibold text-pretty lg:text-5xl",
55113
55129
  headingClassName
55114
55130
  ),
55115
55131
  children: heading
55116
55132
  }
55117
- ) : /* @__PURE__ */ jsx("div", { className: headingClassName, children: heading })),
55133
+ ) : heading),
55118
55134
  description && (typeof description === "string" ? /* @__PURE__ */ jsx(
55119
55135
  "p",
55120
55136
  {
@@ -55124,7 +55140,7 @@ function HeroCrmStreamlined({
55124
55140
  ),
55125
55141
  children: description
55126
55142
  }
55127
- ) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
55143
+ ) : description),
55128
55144
  /* @__PURE__ */ jsx(
55129
55145
  BlockActions,
55130
55146
  {
@@ -55137,7 +55153,7 @@ function HeroCrmStreamlined({
55137
55153
  /* @__PURE__ */ jsx(
55138
55154
  "div",
55139
55155
  {
55140
- className: cn("relative basis-[42%] py-9 md:py-16", imageClassName),
55156
+ className: cn("relative basis-[42%] py-2 md:py-16", imageClassName),
55141
55157
  children: imageSlot2 ? imageSlot2 : image ? /* @__PURE__ */ jsxs("div", { className: "aspect-square w-full overflow-hidden rounded-xl shadow-xl", children: [
55142
55158
  /* @__PURE__ */ jsx(
55143
55159
  Img,
@@ -55148,14 +55164,15 @@ function HeroCrmStreamlined({
55148
55164
  "relative z-20 h-full w-full object-cover object-center",
55149
55165
  image.className
55150
55166
  ),
55151
- optixFlowConfig
55167
+ optixFlowConfig,
55168
+ loading: "eager"
55152
55169
  }
55153
55170
  ),
55154
55171
  /* @__PURE__ */ jsx(
55155
55172
  "div",
55156
55173
  {
55157
55174
  className: cn(
55158
- "absolute top-0 left-25 z-10 bg-muted aspect-[1.378254211/1] h-full w-225 rounded-xl"
55175
+ "absolute top-0 left-25 z-10 hidden bg-muted aspect-[1.378254211/1] h-full w-225 rounded-xl md:block"
55159
55176
  )
55160
55177
  }
55161
55178
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensite/ui",
3
- "version": "3.7.3",
3
+ "version": "3.7.5",
4
4
  "description": "Foundational UI component library for OpenSite Semantic Site Builder with tree-shakable exports and abstract styling",
5
5
  "keywords": [
6
6
  "react",