@opensite/ui 2.0.6 → 2.0.8

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 (77) hide show
  1. package/dist/hero-adaptable-product-grid.cjs +1 -1
  2. package/dist/hero-adaptable-product-grid.js +1 -1
  3. package/dist/hero-agency-animated-images.cjs +795 -631
  4. package/dist/hero-agency-animated-images.d.cts +13 -9
  5. package/dist/hero-agency-animated-images.d.ts +13 -9
  6. package/dist/hero-agency-animated-images.js +794 -630
  7. package/dist/hero-business-carousel-dots.cjs +822 -911
  8. package/dist/hero-business-carousel-dots.d.cts +5 -1
  9. package/dist/hero-business-carousel-dots.d.ts +5 -1
  10. package/dist/hero-business-carousel-dots.js +824 -910
  11. package/dist/hero-coming-soon-countdown.cjs +267 -110
  12. package/dist/hero-coming-soon-countdown.d.cts +8 -11
  13. package/dist/hero-coming-soon-countdown.d.ts +8 -11
  14. package/dist/hero-coming-soon-countdown.js +268 -111
  15. package/dist/hero-conversation-intelligence.cjs +673 -639
  16. package/dist/hero-conversation-intelligence.js +663 -629
  17. package/dist/hero-creative-studio-stacked.cjs +899 -861
  18. package/dist/hero-creative-studio-stacked.d.cts +16 -15
  19. package/dist/hero-creative-studio-stacked.d.ts +16 -15
  20. package/dist/hero-creative-studio-stacked.js +897 -859
  21. package/dist/hero-customer-support-layered.cjs +89 -76
  22. package/dist/hero-customer-support-layered.js +89 -76
  23. package/dist/hero-developer-tools-code.cjs +721 -669
  24. package/dist/hero-developer-tools-code.d.cts +5 -1
  25. package/dist/hero-developer-tools-code.d.ts +5 -1
  26. package/dist/hero-developer-tools-code.js +719 -667
  27. package/dist/hero-digital-agency-fullscreen.cjs +722 -680
  28. package/dist/hero-digital-agency-fullscreen.d.cts +4 -20
  29. package/dist/hero-digital-agency-fullscreen.d.ts +4 -20
  30. package/dist/hero-digital-agency-fullscreen.js +722 -680
  31. package/dist/hero-ecommerce-product-showcase.cjs +892 -846
  32. package/dist/hero-ecommerce-product-showcase.js +889 -843
  33. package/dist/hero-enterprise-security.cjs +168 -132
  34. package/dist/hero-enterprise-security.d.cts +12 -19
  35. package/dist/hero-enterprise-security.d.ts +12 -19
  36. package/dist/hero-enterprise-security.js +168 -132
  37. package/dist/hero-event-registration.cjs +39 -39
  38. package/dist/hero-event-registration.js +39 -39
  39. package/dist/hero-fullscreen-background-image.cjs +3 -2
  40. package/dist/hero-fullscreen-background-image.js +3 -2
  41. package/dist/hero-fullscreen-logo-cta.cjs +4 -2
  42. package/dist/hero-fullscreen-logo-cta.js +4 -2
  43. package/dist/hero-innovation-image-grid.cjs +2 -2
  44. package/dist/hero-innovation-image-grid.js +2 -2
  45. package/dist/hero-mental-health-team.cjs +17 -17
  46. package/dist/hero-mental-health-team.d.cts +5 -5
  47. package/dist/hero-mental-health-team.d.ts +5 -5
  48. package/dist/hero-mental-health-team.js +17 -17
  49. package/dist/hero-mobile-app-download.cjs +2 -2
  50. package/dist/hero-mobile-app-download.js +2 -2
  51. package/dist/hero-newsletter-minimal.cjs +97 -57
  52. package/dist/hero-newsletter-minimal.d.cts +5 -1
  53. package/dist/hero-newsletter-minimal.d.ts +5 -1
  54. package/dist/hero-newsletter-minimal.js +97 -57
  55. package/dist/hero-shared-inbox-layered.cjs +522 -42
  56. package/dist/hero-shared-inbox-layered.d.cts +20 -4
  57. package/dist/hero-shared-inbox-layered.d.ts +20 -4
  58. package/dist/hero-shared-inbox-layered.js +505 -40
  59. package/dist/hero-startup-launch-cta.cjs +859 -816
  60. package/dist/hero-startup-launch-cta.d.cts +3 -2
  61. package/dist/hero-startup-launch-cta.d.ts +3 -2
  62. package/dist/hero-startup-launch-cta.js +858 -815
  63. package/dist/hero-therapy-testimonial-grid.cjs +1 -1
  64. package/dist/hero-therapy-testimonial-grid.js +1 -1
  65. package/dist/hero-video-dialog-gradient-BnCFFec0.d.ts +99 -0
  66. package/dist/hero-video-dialog-gradient-Dapebkzu.d.cts +99 -0
  67. package/dist/hero-video-dialog-gradient.cjs +24 -23
  68. package/dist/hero-video-dialog-gradient.d.cts +4 -94
  69. package/dist/hero-video-dialog-gradient.d.ts +4 -94
  70. package/dist/hero-video-dialog-gradient.js +24 -23
  71. package/dist/hero-welcome-asymmetric-images.cjs +652 -617
  72. package/dist/hero-welcome-asymmetric-images.d.cts +5 -1
  73. package/dist/hero-welcome-asymmetric-images.d.ts +5 -1
  74. package/dist/hero-welcome-asymmetric-images.js +651 -616
  75. package/dist/registry.cjs +1111 -848
  76. package/dist/registry.js +1111 -848
  77. package/package.json +1 -1
@@ -1,5 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { f as SectionBackground, g as SectionSpacing, t as PatternName } from './community-initiatives-Bz_A5vLU.cjs';
3
+ import { V as VideoDialogConfig } from './hero-video-dialog-gradient-Dapebkzu.cjs';
3
4
  import { A as ActionConfig, I as ImageItem, O as OptixFlowConfig } from './blocks-Cohq4eio.cjs';
4
5
  import 'react/jsx-runtime';
5
6
  import 'class-variance-authority';
@@ -20,25 +21,17 @@ interface HeroCreativeStudioStackedProps {
20
21
  */
21
22
  description?: React.ReactNode;
22
23
  /**
23
- * Primary action configuration
24
+ * Array of action configurations for CTA buttons
24
25
  */
25
- primaryAction?: ActionConfig;
26
+ actions?: ActionConfig[];
26
27
  /**
27
- * Video button label
28
+ * Video action object
28
29
  */
29
- videoButtonLabel?: React.ReactNode;
30
+ videoAction?: ActionConfig;
30
31
  /**
31
- * Video URL for the dialog
32
+ * Video dialog configuration
32
33
  */
33
- videoUrl?: string;
34
- /**
35
- * Video dialog title
36
- */
37
- videoDialogTitle?: string;
38
- /**
39
- * Custom slot for actions (overrides primaryAction and video button)
40
- */
41
- actionsSlot?: React.ReactNode;
34
+ videoDialog?: VideoDialogConfig;
42
35
  /**
43
36
  * Array of stacked images (expects 3 images)
44
37
  */
@@ -95,11 +88,19 @@ interface HeroCreativeStudioStackedProps {
95
88
  * Additional CSS classes for the images container
96
89
  */
97
90
  imagesClassName?: string;
91
+ /**
92
+ * Video aspect ratio
93
+ */
94
+ videoAspectRatio?: "horizontal" | "vertical";
95
+ /**
96
+ * Callback when video button is clicked
97
+ */
98
+ onVideoClick?: () => void;
98
99
  /**
99
100
  * OptixFlow image optimization configuration
100
101
  */
101
102
  optixFlowConfig?: OptixFlowConfig;
102
103
  }
103
- declare function HeroCreativeStudioStacked({ tagline, heading, description, primaryAction, videoButtonLabel, videoUrl, videoDialogTitle, actionsSlot, images, imagesSlot, background, spacing, pattern, patternOpacity, className, containerClassName, contentClassName, taglineClassName, headingClassName, descriptionClassName, actionsClassName, imagesClassName, optixFlowConfig, }: HeroCreativeStudioStackedProps): React.JSX.Element;
104
+ declare function HeroCreativeStudioStacked({ videoAspectRatio, tagline, heading, description, videoAction, actions, onVideoClick, videoDialog, images, imagesSlot, background, spacing, pattern, patternOpacity, className, containerClassName, contentClassName, taglineClassName, headingClassName, descriptionClassName, actionsClassName, imagesClassName, optixFlowConfig, }: HeroCreativeStudioStackedProps): React.JSX.Element;
104
105
 
105
106
  export { HeroCreativeStudioStacked, type HeroCreativeStudioStackedProps };
@@ -1,5 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { f as SectionBackground, g as SectionSpacing, t as PatternName } from './community-initiatives-Bi_ClKrO.js';
3
+ import { V as VideoDialogConfig } from './hero-video-dialog-gradient-BnCFFec0.js';
3
4
  import { A as ActionConfig, I as ImageItem, O as OptixFlowConfig } from './blocks-k17uluAz.js';
4
5
  import 'react/jsx-runtime';
5
6
  import 'class-variance-authority';
@@ -20,25 +21,17 @@ interface HeroCreativeStudioStackedProps {
20
21
  */
21
22
  description?: React.ReactNode;
22
23
  /**
23
- * Primary action configuration
24
+ * Array of action configurations for CTA buttons
24
25
  */
25
- primaryAction?: ActionConfig;
26
+ actions?: ActionConfig[];
26
27
  /**
27
- * Video button label
28
+ * Video action object
28
29
  */
29
- videoButtonLabel?: React.ReactNode;
30
+ videoAction?: ActionConfig;
30
31
  /**
31
- * Video URL for the dialog
32
+ * Video dialog configuration
32
33
  */
33
- videoUrl?: string;
34
- /**
35
- * Video dialog title
36
- */
37
- videoDialogTitle?: string;
38
- /**
39
- * Custom slot for actions (overrides primaryAction and video button)
40
- */
41
- actionsSlot?: React.ReactNode;
34
+ videoDialog?: VideoDialogConfig;
42
35
  /**
43
36
  * Array of stacked images (expects 3 images)
44
37
  */
@@ -95,11 +88,19 @@ interface HeroCreativeStudioStackedProps {
95
88
  * Additional CSS classes for the images container
96
89
  */
97
90
  imagesClassName?: string;
91
+ /**
92
+ * Video aspect ratio
93
+ */
94
+ videoAspectRatio?: "horizontal" | "vertical";
95
+ /**
96
+ * Callback when video button is clicked
97
+ */
98
+ onVideoClick?: () => void;
98
99
  /**
99
100
  * OptixFlow image optimization configuration
100
101
  */
101
102
  optixFlowConfig?: OptixFlowConfig;
102
103
  }
103
- declare function HeroCreativeStudioStacked({ tagline, heading, description, primaryAction, videoButtonLabel, videoUrl, videoDialogTitle, actionsSlot, images, imagesSlot, background, spacing, pattern, patternOpacity, className, containerClassName, contentClassName, taglineClassName, headingClassName, descriptionClassName, actionsClassName, imagesClassName, optixFlowConfig, }: HeroCreativeStudioStackedProps): React.JSX.Element;
104
+ declare function HeroCreativeStudioStacked({ videoAspectRatio, tagline, heading, description, videoAction, actions, onVideoClick, videoDialog, images, imagesSlot, background, spacing, pattern, patternOpacity, className, containerClassName, contentClassName, taglineClassName, headingClassName, descriptionClassName, actionsClassName, imagesClassName, optixFlowConfig, }: HeroCreativeStudioStackedProps): React.JSX.Element;
104
105
 
105
106
  export { HeroCreativeStudioStacked, type HeroCreativeStudioStackedProps };