@opensite/ui 2.0.2 → 2.0.4
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-ai-powered-carousel.cjs +152 -77
- package/dist/hero-ai-powered-carousel.d.cts +5 -13
- package/dist/hero-ai-powered-carousel.d.ts +5 -13
- package/dist/hero-ai-powered-carousel.js +152 -77
- package/dist/hero-announcement-badge.cjs +679 -665
- package/dist/hero-announcement-badge.d.cts +1 -1
- package/dist/hero-announcement-badge.d.ts +1 -1
- package/dist/hero-announcement-badge.js +689 -675
- package/dist/hero-badge-shadow-overlay.cjs +79 -32
- package/dist/hero-badge-shadow-overlay.js +80 -33
- package/dist/hero-centered-image-grid.cjs +106 -95
- package/dist/hero-centered-image-grid.d.cts +2 -14
- package/dist/hero-centered-image-grid.d.ts +2 -14
- package/dist/hero-centered-image-grid.js +106 -95
- package/dist/hero-community-survey-cta.cjs +149 -58
- package/dist/hero-community-survey-cta.d.cts +1 -1
- package/dist/hero-community-survey-cta.d.ts +1 -1
- package/dist/hero-community-survey-cta.js +149 -58
- package/dist/hero-design-carousel-portfolio.cjs +158 -66
- package/dist/hero-design-carousel-portfolio.d.cts +7 -11
- package/dist/hero-design-carousel-portfolio.d.ts +7 -11
- package/dist/hero-design-carousel-portfolio.js +158 -66
- package/dist/hero-event-registration.cjs +765 -718
- package/dist/hero-event-registration.js +761 -714
- package/dist/hero-fullscreen-background-image.cjs +746 -649
- package/dist/hero-fullscreen-background-image.d.cts +12 -4
- package/dist/hero-fullscreen-background-image.d.ts +12 -4
- package/dist/hero-fullscreen-background-image.js +746 -649
- package/dist/hero-fullscreen-logo-cta.cjs +89 -31
- package/dist/hero-fullscreen-logo-cta.js +89 -31
- package/dist/hero-gradient-avatars-rating.cjs +847 -816
- package/dist/hero-gradient-avatars-rating.d.cts +1 -13
- package/dist/hero-gradient-avatars-rating.d.ts +1 -13
- package/dist/hero-gradient-avatars-rating.js +844 -813
- package/dist/hero-gradient-client-focused.cjs +690 -629
- package/dist/hero-gradient-client-focused.d.cts +1 -1
- package/dist/hero-gradient-client-focused.d.ts +1 -1
- package/dist/hero-gradient-client-focused.js +689 -628
- package/dist/hero-grid-pattern-efficiency.cjs +59 -47
- package/dist/hero-grid-pattern-efficiency.d.cts +1 -8
- package/dist/hero-grid-pattern-efficiency.d.ts +1 -8
- package/dist/hero-grid-pattern-efficiency.js +59 -47
- package/dist/hero-logo-centered-screenshot.cjs +1 -1
- package/dist/hero-logo-centered-screenshot.js +1 -1
- package/dist/hero-marketplace-scattered-images.cjs +2 -6
- package/dist/hero-marketplace-scattered-images.d.cts +1 -4
- package/dist/hero-marketplace-scattered-images.d.ts +1 -4
- package/dist/hero-marketplace-scattered-images.js +2 -6
- package/dist/hero-pattern-logo-tech-stack.cjs +1 -1
- package/dist/hero-pattern-logo-tech-stack.js +1 -1
- package/dist/hero-platform-features-grid.cjs +5 -5
- package/dist/hero-platform-features-grid.js +5 -5
- package/dist/hero-simple-centered-image.cjs +140 -44
- package/dist/hero-simple-centered-image.d.cts +1 -1
- package/dist/hero-simple-centered-image.d.ts +1 -1
- package/dist/hero-simple-centered-image.js +140 -44
- package/dist/hero-spiral-pattern-cards.cjs +857 -809
- package/dist/hero-spiral-pattern-cards.d.cts +5 -1
- package/dist/hero-spiral-pattern-cards.d.ts +5 -1
- package/dist/hero-spiral-pattern-cards.js +856 -808
- package/dist/hero-split-geometric-shapes.cjs +754 -723
- package/dist/hero-split-geometric-shapes.d.cts +5 -1
- package/dist/hero-split-geometric-shapes.d.ts +5 -1
- package/dist/hero-split-geometric-shapes.js +748 -717
- package/dist/hero-task-timer-animated.cjs +698 -650
- package/dist/hero-task-timer-animated.d.cts +5 -1
- package/dist/hero-task-timer-animated.d.ts +5 -1
- package/dist/hero-task-timer-animated.js +697 -649
- package/dist/hero-ui-library-showcase.cjs +734 -719
- package/dist/hero-ui-library-showcase.d.cts +5 -1
- package/dist/hero-ui-library-showcase.d.ts +5 -1
- package/dist/hero-ui-library-showcase.js +732 -717
- package/dist/registry.cjs +1035 -788
- package/dist/registry.js +1035 -788
- package/package.json +1 -1
|
@@ -28,9 +28,6 @@ interface HeroFullscreenBackgroundImageProps {
|
|
|
28
28
|
*/
|
|
29
29
|
backgroundImage?: string;
|
|
30
30
|
/**
|
|
31
|
-
* Noise overlay image URL (set to empty string to disable)
|
|
32
|
-
*/
|
|
33
|
-
noiseOverlayUrl?: string; /**
|
|
34
31
|
* Background style for the section
|
|
35
32
|
*/
|
|
36
33
|
background?: SectionBackground;
|
|
@@ -50,6 +47,10 @@ interface HeroFullscreenBackgroundImageProps {
|
|
|
50
47
|
* Additional CSS classes for the section
|
|
51
48
|
*/
|
|
52
49
|
className?: string;
|
|
50
|
+
/**
|
|
51
|
+
* Additional CSS classes for the container
|
|
52
|
+
*/
|
|
53
|
+
containerClassName?: string;
|
|
53
54
|
/**
|
|
54
55
|
* Additional CSS classes for the content container
|
|
55
56
|
*/
|
|
@@ -66,7 +67,14 @@ interface HeroFullscreenBackgroundImageProps {
|
|
|
66
67
|
* Additional CSS classes for the actions container
|
|
67
68
|
*/
|
|
68
69
|
actionsClassName?: string;
|
|
70
|
+
/**
|
|
71
|
+
* Optional Optix Flow configuration for image optimization
|
|
72
|
+
*/
|
|
73
|
+
optixFlowConfig?: {
|
|
74
|
+
apiKey: string;
|
|
75
|
+
compression?: number;
|
|
76
|
+
};
|
|
69
77
|
}
|
|
70
|
-
declare function HeroFullscreenBackgroundImage({ heading, description, actions, actionsSlot, backgroundImage,
|
|
78
|
+
declare function HeroFullscreenBackgroundImage({ heading, description, actions, actionsSlot, backgroundImage, background, spacing, pattern, patternOpacity, className, containerClassName, contentClassName, headingClassName, descriptionClassName, actionsClassName, optixFlowConfig, }: HeroFullscreenBackgroundImageProps): React.JSX.Element;
|
|
71
79
|
|
|
72
80
|
export { HeroFullscreenBackgroundImage, type HeroFullscreenBackgroundImageProps };
|
|
@@ -28,9 +28,6 @@ interface HeroFullscreenBackgroundImageProps {
|
|
|
28
28
|
*/
|
|
29
29
|
backgroundImage?: string;
|
|
30
30
|
/**
|
|
31
|
-
* Noise overlay image URL (set to empty string to disable)
|
|
32
|
-
*/
|
|
33
|
-
noiseOverlayUrl?: string; /**
|
|
34
31
|
* Background style for the section
|
|
35
32
|
*/
|
|
36
33
|
background?: SectionBackground;
|
|
@@ -50,6 +47,10 @@ interface HeroFullscreenBackgroundImageProps {
|
|
|
50
47
|
* Additional CSS classes for the section
|
|
51
48
|
*/
|
|
52
49
|
className?: string;
|
|
50
|
+
/**
|
|
51
|
+
* Additional CSS classes for the container
|
|
52
|
+
*/
|
|
53
|
+
containerClassName?: string;
|
|
53
54
|
/**
|
|
54
55
|
* Additional CSS classes for the content container
|
|
55
56
|
*/
|
|
@@ -66,7 +67,14 @@ interface HeroFullscreenBackgroundImageProps {
|
|
|
66
67
|
* Additional CSS classes for the actions container
|
|
67
68
|
*/
|
|
68
69
|
actionsClassName?: string;
|
|
70
|
+
/**
|
|
71
|
+
* Optional Optix Flow configuration for image optimization
|
|
72
|
+
*/
|
|
73
|
+
optixFlowConfig?: {
|
|
74
|
+
apiKey: string;
|
|
75
|
+
compression?: number;
|
|
76
|
+
};
|
|
69
77
|
}
|
|
70
|
-
declare function HeroFullscreenBackgroundImage({ heading, description, actions, actionsSlot, backgroundImage,
|
|
78
|
+
declare function HeroFullscreenBackgroundImage({ heading, description, actions, actionsSlot, backgroundImage, background, spacing, pattern, patternOpacity, className, containerClassName, contentClassName, headingClassName, descriptionClassName, actionsClassName, optixFlowConfig, }: HeroFullscreenBackgroundImageProps): React.JSX.Element;
|
|
71
79
|
|
|
72
80
|
export { HeroFullscreenBackgroundImage, type HeroFullscreenBackgroundImageProps };
|