@opensite/ui 1.3.0 → 1.3.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.
Files changed (39) hide show
  1. package/dist/feature-accordion-image.cjs +1 -1
  2. package/dist/feature-accordion-image.js +1 -1
  3. package/dist/feature-bento-image-grid.cjs +2 -2
  4. package/dist/feature-bento-image-grid.js +2 -2
  5. package/dist/feature-bento-utilities.cjs +2 -2
  6. package/dist/feature-bento-utilities.js +2 -2
  7. package/dist/feature-capabilities-grid.cjs +5 -6
  8. package/dist/feature-capabilities-grid.js +5 -6
  9. package/dist/feature-checklist-three-column.cjs +2 -2
  10. package/dist/feature-checklist-three-column.js +2 -2
  11. package/dist/feature-icon-grid-bordered.cjs +1 -1
  12. package/dist/feature-icon-grid-bordered.js +1 -1
  13. package/dist/feature-icon-tabs-content.cjs +7 -7
  14. package/dist/feature-icon-tabs-content.js +7 -7
  15. package/dist/feature-image-cards-three-column.cjs +4 -4
  16. package/dist/feature-image-cards-three-column.js +4 -4
  17. package/dist/feature-image-overlay-badge.cjs +1 -1
  18. package/dist/feature-image-overlay-badge.js +1 -1
  19. package/dist/feature-integration-cards.cjs +2 -2
  20. package/dist/feature-integration-cards.js +2 -2
  21. package/dist/feature-numbered-cards.cjs +1 -1
  22. package/dist/feature-numbered-cards.js +1 -1
  23. package/dist/feature-pattern-grid-links.cjs +142 -29
  24. package/dist/feature-pattern-grid-links.d.cts +21 -1
  25. package/dist/feature-pattern-grid-links.d.ts +21 -1
  26. package/dist/feature-pattern-grid-links.js +142 -29
  27. package/dist/feature-showcase.cjs +3 -1
  28. package/dist/feature-showcase.d.cts +5 -1
  29. package/dist/feature-showcase.d.ts +5 -1
  30. package/dist/feature-showcase.js +3 -1
  31. package/dist/feature-split-image-reverse.cjs +2 -2
  32. package/dist/feature-split-image-reverse.js +2 -2
  33. package/dist/feature-three-column-values.cjs +2 -2
  34. package/dist/feature-three-column-values.js +2 -2
  35. package/dist/feature-utility-cards-grid.cjs +23 -7
  36. package/dist/feature-utility-cards-grid.js +23 -7
  37. package/dist/registry.cjs +200 -70
  38. package/dist/registry.js +200 -70
  39. package/package.json +1 -1
package/dist/registry.js CHANGED
@@ -20499,10 +20499,11 @@ function FeatureShowcase({
20499
20499
  slideClassName,
20500
20500
  contentClassName,
20501
20501
  mediaClassName,
20502
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
20502
20503
  equalizeOnMobile,
20503
20504
  stretchMediaOnMobile,
20504
20505
  background,
20505
- spacing = "py-6 md:py-32",
20506
+ spacing = "py-12 md:py-32",
20506
20507
  pattern,
20507
20508
  patternOpacity,
20508
20509
  patternClassName
@@ -20625,6 +20626,7 @@ function FeatureShowcase({
20625
20626
  patternOpacity,
20626
20627
  patternClassName,
20627
20628
  className,
20629
+ containerClassName,
20628
20630
  children: [
20629
20631
  children,
20630
20632
  carouselContent
@@ -20790,7 +20792,7 @@ function FeatureSplitImageReverse({
20790
20792
  actions,
20791
20793
  actionsSlot,
20792
20794
  className,
20793
- containerClassName,
20795
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
20794
20796
  gridClassName,
20795
20797
  imageClassName,
20796
20798
  contentClassName,
@@ -20799,7 +20801,7 @@ function FeatureSplitImageReverse({
20799
20801
  actionsClassName,
20800
20802
  optixFlowConfig,
20801
20803
  background,
20802
- spacing = "py-6 md:py-32",
20804
+ spacing = "py-12 md:py-32",
20803
20805
  pattern,
20804
20806
  patternOpacity,
20805
20807
  patternClassName
@@ -23945,7 +23947,7 @@ function FeatureIconGridBordered({
23945
23947
  "div",
23946
23948
  {
23947
23949
  className: cn(
23948
- "relative flex h-full flex-col justify-between gap-6 rounded-none border-dashed px-3 md:border-l md:px-5",
23950
+ "relative flex h-full flex-col justify-between gap-6 rounded-none border-dashed px-0 md:border-l md:px-5",
23949
23951
  cardClassName,
23950
23952
  feature.className
23951
23953
  ),
@@ -24817,7 +24819,7 @@ function FeatureNumberedCards({
24817
24819
  "span",
24818
24820
  {
24819
24821
  className: cn(
24820
- "absolute top-5 left-5 flex size-6 items-center justify-center rounded-sm bg-primary font-mono text-xs text-primary-foreground md:top-10 md:left-10",
24822
+ "absolute top-2 md:top-5 left-2 md:left-5 flex size-10 md:size-12 items-center justify-center rounded-md shadow-lg bg-primary text-sm md:text-md text-primary-foreground lg:top-10 lg:left-10 font-semibold",
24821
24823
  badgeClassName
24822
24824
  ),
24823
24825
  children: String(index + 1).padStart(2, "0")
@@ -25005,13 +25007,13 @@ function FeatureThreeColumnValues({
25005
25007
  values,
25006
25008
  valuesSlot,
25007
25009
  className,
25008
- containerClassName,
25010
+ containerClassName = "px-6 sm:px-6 md:px-6 lg:px-8",
25009
25011
  labelClassName,
25010
25012
  titleClassName,
25011
25013
  gridClassName,
25012
25014
  cardClassName,
25013
25015
  background,
25014
- spacing = "py-6 md:py-32",
25016
+ spacing = "py-12 md:py-32",
25015
25017
  pattern,
25016
25018
  patternOpacity,
25017
25019
  patternClassName
@@ -25314,59 +25316,124 @@ function FeatureBadgeGridSix({
25314
25316
  );
25315
25317
  }
25316
25318
  function FeaturePatternGridLinks({
25319
+ title,
25320
+ description,
25321
+ titleClassName,
25322
+ descriptionClassName,
25323
+ headerClassName,
25317
25324
  features,
25318
25325
  featuresSlot,
25319
25326
  className,
25320
- containerClassName,
25327
+ spacing = "py-12 md:py-32",
25328
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
25321
25329
  gridClassName,
25322
25330
  cardClassName,
25323
25331
  background,
25324
- spacing,
25325
25332
  pattern,
25326
25333
  patternOpacity,
25327
25334
  patternClassName
25328
25335
  }) {
25329
- const renderFeatureIcon = useCallback((feature) => {
25330
- if (feature.icon) return feature.icon;
25331
- if (feature.iconName) return /* @__PURE__ */ jsx(DynamicIcon, { name: feature.iconName, size: 24, className: feature.iconClassName });
25332
- return null;
25333
- }, []);
25334
- const renderFeatureLink = useCallback((feature) => {
25335
- if (feature.linkSlot) return feature.linkSlot;
25336
- if (!feature.link && !feature.linkLabel) return null;
25337
- const label = feature.linkLabel || (feature.link ? "Learn more" : null);
25338
- if (!label) return null;
25339
- return /* @__PURE__ */ jsxs(
25340
- Pressable,
25341
- {
25342
- href: feature.link,
25343
- className: cn("flex items-center gap-2 text-sm font-medium", feature.linkClassName),
25344
- children: [
25345
- label,
25346
- /* @__PURE__ */ jsx(DynamicIcon, { name: "lucide/chevron-right", size: 16 })
25347
- ]
25348
- }
25349
- );
25350
- }, []);
25336
+ const renderFeatureIcon = useCallback(
25337
+ (feature) => {
25338
+ if (feature.icon) return feature.icon;
25339
+ if (feature.iconName)
25340
+ return /* @__PURE__ */ jsx(
25341
+ DynamicIcon,
25342
+ {
25343
+ name: feature.iconName,
25344
+ size: 24,
25345
+ className: feature.iconClassName
25346
+ }
25347
+ );
25348
+ return null;
25349
+ },
25350
+ []
25351
+ );
25352
+ const renderFeatureLink = useCallback(
25353
+ (feature) => {
25354
+ if (feature.linkSlot) return feature.linkSlot;
25355
+ if (!feature.link && !feature.linkLabel) return null;
25356
+ const label = feature.linkLabel || (feature.link ? "Learn more" : null);
25357
+ if (!label) return null;
25358
+ return /* @__PURE__ */ jsxs(
25359
+ Pressable,
25360
+ {
25361
+ href: feature.link,
25362
+ className: cn(
25363
+ "flex items-center gap-2 text-sm font-medium",
25364
+ feature.linkClassName
25365
+ ),
25366
+ children: [
25367
+ label,
25368
+ /* @__PURE__ */ jsx(DynamicIcon, { name: "lucide/chevron-right", size: 16 })
25369
+ ]
25370
+ }
25371
+ );
25372
+ },
25373
+ []
25374
+ );
25351
25375
  const featuresContent = useMemo$1(() => {
25352
25376
  if (featuresSlot) return featuresSlot;
25353
25377
  if (!features || features.length === 0) return null;
25354
25378
  return features.map((feature, index) => /* @__PURE__ */ jsxs(
25355
25379
  "div",
25356
25380
  {
25357
- className: cn("flex flex-col gap-10 rounded-lg border p-8", cardClassName, feature.className),
25381
+ className: cn(
25382
+ "flex flex-col gap-10 rounded-lg border p-8",
25383
+ cardClassName,
25384
+ feature.className
25385
+ ),
25358
25386
  children: [
25359
25387
  /* @__PURE__ */ jsxs("div", { children: [
25360
25388
  renderFeatureIcon(feature),
25361
- feature.title && (typeof feature.title === "string" ? /* @__PURE__ */ jsx("h3", { className: cn("mt-6 mb-2 font-medium", feature.titleClassName), children: feature.title }) : /* @__PURE__ */ jsx("div", { className: cn("mt-6 mb-2 font-medium", feature.titleClassName), children: feature.title })),
25362
- feature.description && (typeof feature.description === "string" ? /* @__PURE__ */ jsx("p", { className: cn("text-sm", getTextColor(background, "muted"), feature.descriptionClassName), children: feature.description }) : /* @__PURE__ */ jsx("div", { className: cn("text-sm", getTextColor(background, "muted"), feature.descriptionClassName), children: feature.description }))
25389
+ feature.title && (typeof feature.title === "string" ? /* @__PURE__ */ jsx(
25390
+ "h3",
25391
+ {
25392
+ className: cn("mt-6 mb-2 font-medium", feature.titleClassName),
25393
+ children: feature.title
25394
+ }
25395
+ ) : /* @__PURE__ */ jsx(
25396
+ "div",
25397
+ {
25398
+ className: cn("mt-6 mb-2 font-medium", feature.titleClassName),
25399
+ children: feature.title
25400
+ }
25401
+ )),
25402
+ feature.description && (typeof feature.description === "string" ? /* @__PURE__ */ jsx(
25403
+ "p",
25404
+ {
25405
+ className: cn(
25406
+ "text-sm",
25407
+ getTextColor(background, "muted"),
25408
+ feature.descriptionClassName
25409
+ ),
25410
+ children: feature.description
25411
+ }
25412
+ ) : /* @__PURE__ */ jsx(
25413
+ "div",
25414
+ {
25415
+ className: cn(
25416
+ "text-sm",
25417
+ getTextColor(background, "muted"),
25418
+ feature.descriptionClassName
25419
+ ),
25420
+ children: feature.description
25421
+ }
25422
+ ))
25363
25423
  ] }),
25364
25424
  renderFeatureLink(feature)
25365
25425
  ]
25366
25426
  },
25367
25427
  index
25368
25428
  ));
25369
- }, [featuresSlot, features, cardClassName, renderFeatureIcon, renderFeatureLink, background]);
25429
+ }, [
25430
+ featuresSlot,
25431
+ features,
25432
+ cardClassName,
25433
+ renderFeatureIcon,
25434
+ renderFeatureLink,
25435
+ background
25436
+ ]);
25370
25437
  return /* @__PURE__ */ jsx(
25371
25438
  Section,
25372
25439
  {
@@ -25377,7 +25444,55 @@ function FeaturePatternGridLinks({
25377
25444
  patternClassName,
25378
25445
  className,
25379
25446
  containerClassName,
25380
- children: /* @__PURE__ */ jsx("div", { className: cn("grid gap-6 md:grid-cols-2 lg:grid-cols-3", gridClassName), children: featuresContent })
25447
+ children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col space-y-6 md:space-y-16", children: [
25448
+ title || description ? /* @__PURE__ */ jsxs(
25449
+ "div",
25450
+ {
25451
+ className: cn(
25452
+ "flex flex-col gap-4 md:gap-6 text-left",
25453
+ headerClassName
25454
+ ),
25455
+ children: [
25456
+ title && (typeof title === "string" ? /* @__PURE__ */ jsx(
25457
+ "h2",
25458
+ {
25459
+ className: cn(
25460
+ "text-xl font-semibold text-balance md:text-2xl lg:text-3xl max-w-lg md:max-w-md",
25461
+ titleClassName
25462
+ ),
25463
+ children: title
25464
+ }
25465
+ ) : /* @__PURE__ */ jsx(
25466
+ "div",
25467
+ {
25468
+ className: cn(
25469
+ "text-xl font-semibold text-balance md:text-2xl lg:text-3xl max-w-lg md:max-w-md",
25470
+ titleClassName
25471
+ ),
25472
+ children: title
25473
+ }
25474
+ )),
25475
+ description && (typeof description === "string" ? /* @__PURE__ */ jsx("p", { className: cn("max-w-lg md:max-w-md", descriptionClassName), children: description }) : /* @__PURE__ */ jsx(
25476
+ "div",
25477
+ {
25478
+ className: cn("max-w-lg md:max-w-md", descriptionClassName),
25479
+ children: description
25480
+ }
25481
+ ))
25482
+ ]
25483
+ }
25484
+ ) : null,
25485
+ /* @__PURE__ */ jsx(
25486
+ "div",
25487
+ {
25488
+ className: cn(
25489
+ "grid gap-6 md:grid-cols-2 lg:grid-cols-3",
25490
+ gridClassName
25491
+ ),
25492
+ children: featuresContent
25493
+ }
25494
+ )
25495
+ ] })
25381
25496
  }
25382
25497
  );
25383
25498
  }
@@ -25645,7 +25760,7 @@ function FeatureUtilityCardsGrid({
25645
25760
  utilities,
25646
25761
  utilitiesSlot,
25647
25762
  className,
25648
- containerClassName,
25763
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
25649
25764
  headerClassName,
25650
25765
  labelClassName,
25651
25766
  titleClassName,
@@ -25654,7 +25769,7 @@ function FeatureUtilityCardsGrid({
25654
25769
  cardClassName,
25655
25770
  optixFlowConfig,
25656
25771
  background,
25657
- spacing = "py-6 md:py-32",
25772
+ spacing = "py-12 md:py-32",
25658
25773
  pattern,
25659
25774
  patternOpacity,
25660
25775
  patternClassName
@@ -25662,7 +25777,14 @@ function FeatureUtilityCardsGrid({
25662
25777
  const renderLabelIcon = useMemo$1(() => {
25663
25778
  if (labelIcon) return labelIcon;
25664
25779
  if (labelIconName)
25665
- return /* @__PURE__ */ jsx(DynamicIcon, { name: labelIconName, size: 20, className: getAccentColor(background) });
25780
+ return /* @__PURE__ */ jsx(
25781
+ DynamicIcon,
25782
+ {
25783
+ name: labelIconName,
25784
+ size: 20,
25785
+ className: getAccentColor(background)
25786
+ }
25787
+ );
25666
25788
  return null;
25667
25789
  }, [labelIcon, labelIconName, background]);
25668
25790
  const learnMoreContent = useMemo$1(() => {
@@ -25759,10 +25881,19 @@ function FeatureUtilityCardsGrid({
25759
25881
  headerClassName
25760
25882
  ),
25761
25883
  children: [
25762
- (label || labelIcon || labelIconName) && /* @__PURE__ */ jsxs("div", { className: cn("flex items-center gap-1 ", labelClassName), children: [
25763
- renderLabelIcon,
25764
- label && (typeof label === "string" ? /* @__PURE__ */ jsx("p", { children: label }) : /* @__PURE__ */ jsx("div", { children: label }))
25765
- ] }),
25884
+ (label || labelIcon || labelIconName) && /* @__PURE__ */ jsxs(
25885
+ "div",
25886
+ {
25887
+ className: cn(
25888
+ "text-lg flex items-center gap-4",
25889
+ labelClassName
25890
+ ),
25891
+ children: [
25892
+ renderLabelIcon,
25893
+ label && (typeof label === "string" ? /* @__PURE__ */ jsx("p", { children: label }) : /* @__PURE__ */ jsx("div", { children: label }))
25894
+ ]
25895
+ }
25896
+ ),
25766
25897
  learnMoreContent
25767
25898
  ]
25768
25899
  }
@@ -25810,7 +25941,7 @@ function FeatureBentoUtilities({
25810
25941
  rightColumnCards,
25811
25942
  rightColumnSlot,
25812
25943
  className,
25813
- containerClassName,
25944
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
25814
25945
  headerClassName,
25815
25946
  labelClassName,
25816
25947
  titleClassName,
@@ -25819,7 +25950,7 @@ function FeatureBentoUtilities({
25819
25950
  columnClassName,
25820
25951
  optixFlowConfig,
25821
25952
  background,
25822
- spacing,
25953
+ spacing = "py-12 md:py-32",
25823
25954
  pattern,
25824
25955
  patternOpacity,
25825
25956
  patternClassName
@@ -25917,7 +26048,7 @@ function FeatureChecklistThreeColumn({
25917
26048
  cards,
25918
26049
  cardsSlot,
25919
26050
  className,
25920
- containerClassName,
26051
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
25921
26052
  headerGridClassName,
25922
26053
  titleClassName,
25923
26054
  checklistClassName,
@@ -25925,7 +26056,7 @@ function FeatureChecklistThreeColumn({
25925
26056
  cardClassName,
25926
26057
  optixFlowConfig,
25927
26058
  background,
25928
- spacing,
26059
+ spacing = "py-12 md:py-32",
25929
26060
  pattern,
25930
26061
  patternOpacity,
25931
26062
  patternClassName
@@ -26044,7 +26175,7 @@ function FeatureIntegrationCards({
26044
26175
  integrations,
26045
26176
  integrationsSlot,
26046
26177
  className,
26047
- containerClassName,
26178
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
26048
26179
  headerClassName,
26049
26180
  titleClassName,
26050
26181
  descriptionClassName,
@@ -26052,7 +26183,7 @@ function FeatureIntegrationCards({
26052
26183
  cardClassName,
26053
26184
  optixFlowConfig,
26054
26185
  background,
26055
- spacing,
26186
+ spacing = "py-12 md:py-32",
26056
26187
  pattern,
26057
26188
  patternOpacity,
26058
26189
  patternClassName
@@ -26155,7 +26286,7 @@ function FeatureIconTabsContent({
26155
26286
  tabContentClassName,
26156
26287
  optixFlowConfig,
26157
26288
  background,
26158
- spacing = "py-6 md:py-32",
26289
+ spacing = "pt-14 pb-12 md:pt-32 md:pb-32",
26159
26290
  pattern,
26160
26291
  patternOpacity,
26161
26292
  patternClassName
@@ -26235,7 +26366,7 @@ function FeatureIconTabsContent({
26235
26366
  if (!tabs || tabs.length === 0) return null;
26236
26367
  const activeDefaultTab = defaultTab || tabs[0]?.value;
26237
26368
  return /* @__PURE__ */ jsxs(Tabs, { defaultValue: activeDefaultTab, className: "mt-8", children: [
26238
- /* @__PURE__ */ jsx("div", { className: "container overflow-x-auto px-4 pb-2 md:px-6 scrollbar-thin scrollbar-track-transparent scrollbar-thumb-border/50 hover:scrollbar-thumb-border md:overflow-x-visible [&::-webkit-scrollbar]:h-1 [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-border/30", children: /* @__PURE__ */ jsx(
26369
+ /* @__PURE__ */ jsx("div", { className: "container overflow-x-auto pl-0 pr-4 md:pl-4 md:pr-4 pb-2 md:px-6 scrollbar-thin scrollbar-track-transparent scrollbar-thumb-border/50 hover:scrollbar-thumb-border md:overflow-x-visible [&::-webkit-scrollbar]:h-1 [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-border/30", children: /* @__PURE__ */ jsx(
26239
26370
  TabsList,
26240
26371
  {
26241
26372
  className: cn(
@@ -26261,7 +26392,7 @@ function FeatureIconTabsContent({
26261
26392
  ))
26262
26393
  }
26263
26394
  ) }),
26264
- /* @__PURE__ */ jsx("div", { className: cn("py-6 lg:py-16", contentWrapperClassName), children: /* @__PURE__ */ jsx("div", { className: "relative", children: tabs.map((tab) => {
26395
+ /* @__PURE__ */ jsx("div", { className: cn("py-6 md:py-10", contentWrapperClassName), children: /* @__PURE__ */ jsx("div", { className: "p-4 md:p-8 bg-muted/60 rounded-2xl shadow-lg", children: tabs.map((tab) => {
26265
26396
  if (tab.contentSlot) {
26266
26397
  return /* @__PURE__ */ jsx(
26267
26398
  TabsContent,
@@ -26298,7 +26429,7 @@ function FeatureIconTabsContent({
26298
26429
  "h3",
26299
26430
  {
26300
26431
  className: cn(
26301
- "text-3xl font-semibold lg:text-5xl",
26432
+ "text-2xl font-semibold",
26302
26433
  content.titleClassName
26303
26434
  ),
26304
26435
  children: content.title
@@ -26307,7 +26438,7 @@ function FeatureIconTabsContent({
26307
26438
  "div",
26308
26439
  {
26309
26440
  className: cn(
26310
- "text-3xl font-semibold lg:text-5xl",
26441
+ "text-2xl font-semibold",
26311
26442
  content.titleClassName
26312
26443
  ),
26313
26444
  children: content.title
@@ -26379,7 +26510,7 @@ function FeatureIconTabsContent({
26379
26510
  "h1",
26380
26511
  {
26381
26512
  className: cn(
26382
- "max-w-2xl text-3xl font-semibold md:text-4xl text-balance",
26513
+ "max-w-4xl text-3xl font-semibold md:text-6xl text-balance",
26383
26514
  headingClassName
26384
26515
  ),
26385
26516
  children: heading
@@ -26388,7 +26519,7 @@ function FeatureIconTabsContent({
26388
26519
  "div",
26389
26520
  {
26390
26521
  className: cn(
26391
- "max-w-2xl text-3xl font-semibold md:text-4xl text-balance",
26522
+ "max-w-4xl text-3xl font-semibold md:text-6xl text-balance",
26392
26523
  headingClassName
26393
26524
  ),
26394
26525
  children: heading
@@ -26464,7 +26595,7 @@ function FeatureImageOverlayBadge({
26464
26595
  overlayLinkUrl,
26465
26596
  overlayLinkOnClick,
26466
26597
  className,
26467
- containerClassName,
26598
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
26468
26599
  gridClassName,
26469
26600
  contentClassName,
26470
26601
  badgeClassName,
@@ -26808,7 +26939,7 @@ function FeatureBentoImageGrid({
26808
26939
  items,
26809
26940
  itemsSlot,
26810
26941
  className,
26811
- containerClassName,
26942
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
26812
26943
  titleClassName,
26813
26944
  descriptionClassName,
26814
26945
  gridClassName,
@@ -26816,7 +26947,7 @@ function FeatureBentoImageGrid({
26816
26947
  smallCardClassName,
26817
26948
  optixFlowConfig,
26818
26949
  background,
26819
- spacing,
26950
+ spacing = "py-12 md:py-32",
26820
26951
  pattern,
26821
26952
  patternOpacity,
26822
26953
  patternClassName
@@ -26963,7 +27094,7 @@ function FeatureImageCardsThreeColumn({
26963
27094
  cardsSlot,
26964
27095
  className,
26965
27096
  containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
26966
- spacing = "py-6 md:py-32",
27097
+ spacing = "py-12 md:py-32",
26967
27098
  titleClassName,
26968
27099
  descriptionClassName,
26969
27100
  gridClassName,
@@ -27019,7 +27150,7 @@ function FeatureImageCardsThreeColumn({
27019
27150
  ),
27020
27151
  children: [
27021
27152
  renderImage(card, imageAlt),
27022
- /* @__PURE__ */ jsx("div", { className: "absolute top-0 right-0 bottom-0 left-0 translate-y-0 md:translate-y-20 rounded-xl bg-linear-to-t from-black to-transparent transition-transform duration-300 group-hover:translate-y-0" }),
27153
+ /* @__PURE__ */ jsx("div", { className: "absolute top-0 right-0 bottom-0 left-0 translate-y-10 md:translate-y-20 rounded-xl bg-linear-to-t from-black to-transparent transition-transform duration-300 group-hover:translate-y-0" }),
27023
27154
  /* @__PURE__ */ jsxs("div", { className: "absolute top-0 flex h-full w-full flex-col justify-between p-4 md:p-6", children: [
27024
27155
  (card.badgeText || card.avatarSrc || card.icon || card.iconName) && /* @__PURE__ */ jsxs(
27025
27156
  Badge,
@@ -27089,7 +27220,7 @@ function FeatureImageCardsThreeColumn({
27089
27220
  "h2",
27090
27221
  {
27091
27222
  className: cn(
27092
- "text-xl font-semibold text-balance md:text-2xl lg:text-3xl max-w-lg md:max-w-md",
27223
+ "text-2xl font-semibold text-balance md:text-3xl lg:text-4xl max-w-lg md:max-w-md",
27093
27224
  titleClassName
27094
27225
  ),
27095
27226
  children: title
@@ -27098,7 +27229,7 @@ function FeatureImageCardsThreeColumn({
27098
27229
  "div",
27099
27230
  {
27100
27231
  className: cn(
27101
- "text-xl font-semibold text-balance md:text-2xl lg:text-3xl max-w-lg md:max-w-md",
27232
+ "text-2xl font-semibold text-balance md:text-3xl lg:text-4xl max-w-lg md:max-w-md",
27102
27233
  titleClassName
27103
27234
  ),
27104
27235
  children: title
@@ -27475,7 +27606,7 @@ function FeatureAccordionImage({
27475
27606
  imageClassName,
27476
27607
  optixFlowConfig,
27477
27608
  background,
27478
- spacing,
27609
+ spacing = "py-12 md:py-32",
27479
27610
  pattern,
27480
27611
  patternOpacity,
27481
27612
  patternClassName
@@ -27618,8 +27749,8 @@ function FeatureCapabilitiesGrid({
27618
27749
  items,
27619
27750
  itemsSlot,
27620
27751
  className,
27621
- containerClassName = "px-4 sm:px-4 md:px-6 lg:px-8",
27622
- spacing = "py-6 md:py-32",
27752
+ containerClassName = "mx-auto w-full max-w-screen-lg md:max-w-screen-4xl relative z-10 px-6 sm:px-2 md:px-2 lg:px-2",
27753
+ spacing = "py-12 md:py-32",
27623
27754
  eyebrowClassName,
27624
27755
  headingClassName,
27625
27756
  gridClassName,
@@ -27646,7 +27777,7 @@ function FeatureCapabilitiesGrid({
27646
27777
  Card,
27647
27778
  {
27648
27779
  className: cn(
27649
- "group relative rounded-md overflow-visible border-border/10 bg-background/5 p-0 transition-colors duration-300 hover:border-border/20",
27780
+ "group relative rounded-md overflow-visible border-border/10 bg-card text-card-foreground p-0 transition-colors duration-300 hover:border-border/20",
27650
27781
  cardClassName,
27651
27782
  item.className
27652
27783
  ),
@@ -27664,7 +27795,7 @@ function FeatureCapabilitiesGrid({
27664
27795
  "div",
27665
27796
  {
27666
27797
  className: cn(
27667
- "flex h-10 w-10 items-center justify-center rounded-xl border border-border/15 bg-background/5",
27798
+ "flex h-10 w-10 items-center justify-center rounded-xl border ",
27668
27799
  item.iconClassName
27669
27800
  ),
27670
27801
  children: iconContent
@@ -27693,7 +27824,7 @@ function FeatureCapabilitiesGrid({
27693
27824
  "span",
27694
27825
  {
27695
27826
  className: cn(
27696
- "rounded-full border border-border/20 px-2 py-0.5 text-[10px] leading-none",
27827
+ "rounded-full border px-2 py-0.5 text-[10px] leading-none",
27697
27828
  item.badgeClassName
27698
27829
  ),
27699
27830
  children: item.badge
@@ -27738,7 +27869,6 @@ function FeatureCapabilitiesGrid({
27738
27869
  patternClassName,
27739
27870
  className,
27740
27871
  containerClassName,
27741
- containerMaxWidth: "lg",
27742
27872
  children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col space-y-6 md:space-y-16", children: [
27743
27873
  eyebrow || heading ? /* @__PURE__ */ jsxs("div", { className: "flex flex-col space-y-4 md:space-y-6", children: [
27744
27874
  eyebrow && (typeof eyebrow === "string" ? /* @__PURE__ */ jsx("p", { className: cn("text-sm tracking-widest", eyebrowClassName), children: eyebrow }) : /* @__PURE__ */ jsx(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensite/ui",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
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",