@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.
- package/dist/hero-adaptable-product-grid.cjs +1 -1
- package/dist/hero-adaptable-product-grid.js +1 -1
- package/dist/hero-agency-animated-images.cjs +795 -631
- package/dist/hero-agency-animated-images.d.cts +13 -9
- package/dist/hero-agency-animated-images.d.ts +13 -9
- package/dist/hero-agency-animated-images.js +794 -630
- package/dist/hero-business-carousel-dots.cjs +822 -911
- package/dist/hero-business-carousel-dots.d.cts +5 -1
- package/dist/hero-business-carousel-dots.d.ts +5 -1
- package/dist/hero-business-carousel-dots.js +824 -910
- package/dist/hero-coming-soon-countdown.cjs +267 -110
- package/dist/hero-coming-soon-countdown.d.cts +8 -11
- package/dist/hero-coming-soon-countdown.d.ts +8 -11
- package/dist/hero-coming-soon-countdown.js +268 -111
- package/dist/hero-conversation-intelligence.cjs +673 -639
- package/dist/hero-conversation-intelligence.js +663 -629
- package/dist/hero-creative-studio-stacked.cjs +899 -861
- package/dist/hero-creative-studio-stacked.d.cts +16 -15
- package/dist/hero-creative-studio-stacked.d.ts +16 -15
- package/dist/hero-creative-studio-stacked.js +897 -859
- package/dist/hero-customer-support-layered.cjs +89 -76
- package/dist/hero-customer-support-layered.js +89 -76
- package/dist/hero-developer-tools-code.cjs +721 -669
- package/dist/hero-developer-tools-code.d.cts +5 -1
- package/dist/hero-developer-tools-code.d.ts +5 -1
- package/dist/hero-developer-tools-code.js +719 -667
- package/dist/hero-digital-agency-fullscreen.cjs +722 -680
- package/dist/hero-digital-agency-fullscreen.d.cts +4 -20
- package/dist/hero-digital-agency-fullscreen.d.ts +4 -20
- package/dist/hero-digital-agency-fullscreen.js +722 -680
- package/dist/hero-ecommerce-product-showcase.cjs +892 -846
- package/dist/hero-ecommerce-product-showcase.js +889 -843
- package/dist/hero-enterprise-security.cjs +168 -132
- package/dist/hero-enterprise-security.d.cts +12 -19
- package/dist/hero-enterprise-security.d.ts +12 -19
- package/dist/hero-enterprise-security.js +168 -132
- package/dist/hero-event-registration.cjs +39 -39
- package/dist/hero-event-registration.js +39 -39
- package/dist/hero-fullscreen-background-image.cjs +3 -2
- package/dist/hero-fullscreen-background-image.js +3 -2
- package/dist/hero-fullscreen-logo-cta.cjs +4 -2
- package/dist/hero-fullscreen-logo-cta.js +4 -2
- package/dist/hero-innovation-image-grid.cjs +2 -2
- package/dist/hero-innovation-image-grid.js +2 -2
- package/dist/hero-mental-health-team.cjs +17 -17
- package/dist/hero-mental-health-team.d.cts +5 -5
- package/dist/hero-mental-health-team.d.ts +5 -5
- package/dist/hero-mental-health-team.js +17 -17
- package/dist/hero-mobile-app-download.cjs +2 -2
- package/dist/hero-mobile-app-download.js +2 -2
- package/dist/hero-newsletter-minimal.cjs +97 -57
- package/dist/hero-newsletter-minimal.d.cts +5 -1
- package/dist/hero-newsletter-minimal.d.ts +5 -1
- package/dist/hero-newsletter-minimal.js +97 -57
- package/dist/hero-shared-inbox-layered.cjs +522 -42
- package/dist/hero-shared-inbox-layered.d.cts +20 -4
- package/dist/hero-shared-inbox-layered.d.ts +20 -4
- package/dist/hero-shared-inbox-layered.js +505 -40
- package/dist/hero-startup-launch-cta.cjs +859 -816
- package/dist/hero-startup-launch-cta.d.cts +3 -2
- package/dist/hero-startup-launch-cta.d.ts +3 -2
- package/dist/hero-startup-launch-cta.js +858 -815
- package/dist/hero-therapy-testimonial-grid.cjs +1 -1
- package/dist/hero-therapy-testimonial-grid.js +1 -1
- package/dist/hero-video-dialog-gradient-BnCFFec0.d.ts +99 -0
- package/dist/hero-video-dialog-gradient-Dapebkzu.d.cts +99 -0
- package/dist/hero-video-dialog-gradient.cjs +24 -23
- package/dist/hero-video-dialog-gradient.d.cts +4 -94
- package/dist/hero-video-dialog-gradient.d.ts +4 -94
- package/dist/hero-video-dialog-gradient.js +24 -23
- package/dist/hero-welcome-asymmetric-images.cjs +652 -617
- package/dist/hero-welcome-asymmetric-images.d.cts +5 -1
- package/dist/hero-welcome-asymmetric-images.d.ts +5 -1
- package/dist/hero-welcome-asymmetric-images.js +651 -616
- package/dist/registry.cjs +1111 -848
- package/dist/registry.js +1111 -848
- package/package.json +1 -1
|
@@ -1,6 +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 { I as ImageItem, O as OptixFlowConfig } from './blocks-Cohq4eio.cjs';
|
|
3
|
+
import { I as ImageItem, O as OptixFlowConfig, A as ActionConfig } from './blocks-Cohq4eio.cjs';
|
|
4
4
|
import 'react/jsx-runtime';
|
|
5
5
|
import 'class-variance-authority';
|
|
6
6
|
import './button-variants-lRElsmTc.cjs';
|
|
@@ -18,9 +18,13 @@ interface LayeredImageConfig {
|
|
|
18
18
|
}
|
|
19
19
|
interface HeroSharedInboxLayeredProps {
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* eyebrow text above heading
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
eyebrow?: React.ReactNode;
|
|
24
|
+
/**
|
|
25
|
+
* Additional CSS classes for the eyebrow
|
|
26
|
+
*/
|
|
27
|
+
eyebrowClassName?: string;
|
|
24
28
|
/**
|
|
25
29
|
* Main heading content (can include line breaks)
|
|
26
30
|
*/
|
|
@@ -84,7 +88,19 @@ interface HeroSharedInboxLayeredProps {
|
|
|
84
88
|
* OptixFlow image optimization configuration
|
|
85
89
|
*/
|
|
86
90
|
optixFlowConfig?: OptixFlowConfig;
|
|
91
|
+
/**
|
|
92
|
+
* Array of action configurations for CTA buttons
|
|
93
|
+
*/
|
|
94
|
+
actions?: ActionConfig[];
|
|
95
|
+
/**
|
|
96
|
+
* Custom slot for rendering actions (overrides actions array)
|
|
97
|
+
*/
|
|
98
|
+
actionsSlot?: React.ReactNode;
|
|
99
|
+
/**
|
|
100
|
+
* Additional CSS classes for the actions container
|
|
101
|
+
*/
|
|
102
|
+
actionsClassName?: string;
|
|
87
103
|
}
|
|
88
|
-
declare function HeroSharedInboxLayered({
|
|
104
|
+
declare function HeroSharedInboxLayered({ eyebrow, eyebrowClassName, heading, description, layeredImages, layeredImagesSlot, background, actions, actionsSlot, actionsClassName, containerClassName, spacing, pattern, patternOpacity, className, contentClassName, headingClassName, descriptionClassName, imagesClassName, optixFlowConfig, patternClassName, }: HeroSharedInboxLayeredProps): React.JSX.Element;
|
|
89
105
|
|
|
90
106
|
export { HeroSharedInboxLayered, type HeroSharedInboxLayeredProps };
|
|
@@ -1,6 +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 { I as ImageItem, O as OptixFlowConfig } from './blocks-k17uluAz.js';
|
|
3
|
+
import { I as ImageItem, O as OptixFlowConfig, A as ActionConfig } from './blocks-k17uluAz.js';
|
|
4
4
|
import 'react/jsx-runtime';
|
|
5
5
|
import 'class-variance-authority';
|
|
6
6
|
import './button-variants-lRElsmTc.js';
|
|
@@ -18,9 +18,13 @@ interface LayeredImageConfig {
|
|
|
18
18
|
}
|
|
19
19
|
interface HeroSharedInboxLayeredProps {
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* eyebrow text above heading
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
eyebrow?: React.ReactNode;
|
|
24
|
+
/**
|
|
25
|
+
* Additional CSS classes for the eyebrow
|
|
26
|
+
*/
|
|
27
|
+
eyebrowClassName?: string;
|
|
24
28
|
/**
|
|
25
29
|
* Main heading content (can include line breaks)
|
|
26
30
|
*/
|
|
@@ -84,7 +88,19 @@ interface HeroSharedInboxLayeredProps {
|
|
|
84
88
|
* OptixFlow image optimization configuration
|
|
85
89
|
*/
|
|
86
90
|
optixFlowConfig?: OptixFlowConfig;
|
|
91
|
+
/**
|
|
92
|
+
* Array of action configurations for CTA buttons
|
|
93
|
+
*/
|
|
94
|
+
actions?: ActionConfig[];
|
|
95
|
+
/**
|
|
96
|
+
* Custom slot for rendering actions (overrides actions array)
|
|
97
|
+
*/
|
|
98
|
+
actionsSlot?: React.ReactNode;
|
|
99
|
+
/**
|
|
100
|
+
* Additional CSS classes for the actions container
|
|
101
|
+
*/
|
|
102
|
+
actionsClassName?: string;
|
|
87
103
|
}
|
|
88
|
-
declare function HeroSharedInboxLayered({
|
|
104
|
+
declare function HeroSharedInboxLayered({ eyebrow, eyebrowClassName, heading, description, layeredImages, layeredImagesSlot, background, actions, actionsSlot, actionsClassName, containerClassName, spacing, pattern, patternOpacity, className, contentClassName, headingClassName, descriptionClassName, imagesClassName, optixFlowConfig, patternClassName, }: HeroSharedInboxLayeredProps): React.JSX.Element;
|
|
89
105
|
|
|
90
106
|
export { HeroSharedInboxLayered, type HeroSharedInboxLayeredProps };
|