@opensite/ui 3.3.4 → 3.3.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.
@@ -727,8 +727,8 @@ function HeroImageSlider({
727
727
  overlay = true,
728
728
  overlaySlot,
729
729
  background,
730
- containerClassName = "px-6 sm:px-6 md:px-8 lg:px-12",
731
- spacing = "py-16 md:py-24",
730
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-12 py-12",
731
+ spacing = "hero",
732
732
  pattern,
733
733
  patternOpacity,
734
734
  className,
@@ -741,14 +741,14 @@ function HeroImageSlider({
741
741
  imageClassName,
742
742
  overlayClassName,
743
743
  optixFlowConfig,
744
- formHeading = "Sign up for updates",
745
- buttonText = "Subscribe",
744
+ formHeading,
745
+ buttonText,
746
746
  buttonIcon,
747
747
  formEngineSetup,
748
748
  cardClassName,
749
749
  cardContentClassName,
750
750
  formHeadingClassName,
751
- privacyNotice = "We respect your privacy. Unsubscribe at any time.",
751
+ privacyNotice,
752
752
  privacyNoticeClassName,
753
753
  gridClassName
754
754
  }) {
@@ -706,8 +706,8 @@ function HeroImageSlider({
706
706
  overlay = true,
707
707
  overlaySlot,
708
708
  background,
709
- containerClassName = "px-6 sm:px-6 md:px-8 lg:px-12",
710
- spacing = "py-16 md:py-24",
709
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-12 py-12",
710
+ spacing = "hero",
711
711
  pattern,
712
712
  patternOpacity,
713
713
  className,
@@ -720,14 +720,14 @@ function HeroImageSlider({
720
720
  imageClassName,
721
721
  overlayClassName,
722
722
  optixFlowConfig,
723
- formHeading = "Sign up for updates",
724
- buttonText = "Subscribe",
723
+ formHeading,
724
+ buttonText,
725
725
  buttonIcon,
726
726
  formEngineSetup,
727
727
  cardClassName,
728
728
  cardContentClassName,
729
729
  formHeadingClassName,
730
- privacyNotice = "We respect your privacy. Unsubscribe at any time.",
730
+ privacyNotice,
731
731
  privacyNoticeClassName,
732
732
  gridClassName
733
733
  }) {
package/dist/registry.cjs CHANGED
@@ -50035,8 +50035,8 @@ function HeroImageSlider({
50035
50035
  overlay = true,
50036
50036
  overlaySlot,
50037
50037
  background,
50038
- containerClassName = "px-6 sm:px-6 md:px-8 lg:px-12",
50039
- spacing = "py-16 md:py-24",
50038
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-12 py-12",
50039
+ spacing = "hero",
50040
50040
  pattern,
50041
50041
  patternOpacity,
50042
50042
  className,
@@ -50049,14 +50049,14 @@ function HeroImageSlider({
50049
50049
  imageClassName,
50050
50050
  overlayClassName,
50051
50051
  optixFlowConfig,
50052
- formHeading = "Sign up for updates",
50053
- buttonText = "Subscribe",
50052
+ formHeading,
50053
+ buttonText,
50054
50054
  buttonIcon,
50055
50055
  formEngineSetup,
50056
50056
  cardClassName,
50057
50057
  cardContentClassName,
50058
50058
  formHeadingClassName,
50059
- privacyNotice = "We respect your privacy. Unsubscribe at any time.",
50059
+ privacyNotice,
50060
50060
  privacyNoticeClassName,
50061
50061
  gridClassName
50062
50062
  }) {
package/dist/registry.js CHANGED
@@ -49995,8 +49995,8 @@ function HeroImageSlider({
49995
49995
  overlay = true,
49996
49996
  overlaySlot,
49997
49997
  background,
49998
- containerClassName = "px-6 sm:px-6 md:px-8 lg:px-12",
49999
- spacing = "py-16 md:py-24",
49998
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-12 py-12",
49999
+ spacing = "hero",
50000
50000
  pattern,
50001
50001
  patternOpacity,
50002
50002
  className,
@@ -50009,14 +50009,14 @@ function HeroImageSlider({
50009
50009
  imageClassName,
50010
50010
  overlayClassName,
50011
50011
  optixFlowConfig,
50012
- formHeading = "Sign up for updates",
50013
- buttonText = "Subscribe",
50012
+ formHeading,
50013
+ buttonText,
50014
50014
  buttonIcon,
50015
50015
  formEngineSetup,
50016
50016
  cardClassName,
50017
50017
  cardContentClassName,
50018
50018
  formHeadingClassName,
50019
- privacyNotice = "We respect your privacy. Unsubscribe at any time.",
50019
+ privacyNotice,
50020
50020
  privacyNoticeClassName,
50021
50021
  gridClassName
50022
50022
  }) {
@@ -77,6 +77,6 @@ interface SocialLinkIconProps extends Omit<PressableProps, "children">, SocialLi
77
77
  * />
78
78
  * ```
79
79
  */
80
- declare const SocialLinkIcon: React.ForwardRefExoticComponent<SocialLinkIconProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement | HTMLSpanElement>>;
80
+ declare const SocialLinkIcon: React.ForwardRefExoticComponent<SocialLinkIconProps & React.RefAttributes<HTMLButtonElement | HTMLAnchorElement | HTMLSpanElement>>;
81
81
 
82
82
  export { SocialLinkIcon, type SocialLinkIconDynamicIconProps, type SocialLinkIconProps };
@@ -77,6 +77,6 @@ interface SocialLinkIconProps extends Omit<PressableProps, "children">, SocialLi
77
77
  * />
78
78
  * ```
79
79
  */
80
- declare const SocialLinkIcon: React.ForwardRefExoticComponent<SocialLinkIconProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement | HTMLSpanElement>>;
80
+ declare const SocialLinkIcon: React.ForwardRefExoticComponent<SocialLinkIconProps & React.RefAttributes<HTMLButtonElement | HTMLAnchorElement | HTMLSpanElement>>;
81
81
 
82
82
  export { SocialLinkIcon, type SocialLinkIconDynamicIconProps, type SocialLinkIconProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensite/ui",
3
- "version": "3.3.4",
3
+ "version": "3.3.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",