@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
|
@@ -17,18 +17,6 @@ interface AvatarItem {
|
|
|
17
17
|
alt: string;
|
|
18
18
|
}
|
|
19
19
|
interface HeroGradientAvatarsRatingProps {
|
|
20
|
-
/**
|
|
21
|
-
* Top link text
|
|
22
|
-
*/
|
|
23
|
-
topLinkText?: React.ReactNode;
|
|
24
|
-
/**
|
|
25
|
-
* Top link href
|
|
26
|
-
*/
|
|
27
|
-
topLinkHref?: string;
|
|
28
|
-
/**
|
|
29
|
-
* Custom slot for top link (overrides topLink props)
|
|
30
|
-
*/
|
|
31
|
-
topLinkSlot?: React.ReactNode;
|
|
32
20
|
/**
|
|
33
21
|
* Main heading content
|
|
34
22
|
*/
|
|
@@ -125,6 +113,6 @@ interface HeroGradientAvatarsRatingProps {
|
|
|
125
113
|
*/
|
|
126
114
|
optixFlowConfig?: OptixFlowConfig;
|
|
127
115
|
}
|
|
128
|
-
declare function HeroGradientAvatarsRating({
|
|
116
|
+
declare function HeroGradientAvatarsRating({ heading, headingSubtitle, description, actions, actionsSlot, avatars, avatarsSlot, ratingValue, ratingLabel, starCount, images, imagesSlot, background, pattern, patternOpacity, className, containerClassName, spacing, contentClassName, headingClassName, descriptionClassName, actionsClassName, imagesClassName, optixFlowConfig, }: HeroGradientAvatarsRatingProps): React.JSX.Element;
|
|
129
117
|
|
|
130
118
|
export { type AvatarItem, HeroGradientAvatarsRating, type HeroGradientAvatarsRatingProps };
|
|
@@ -17,18 +17,6 @@ interface AvatarItem {
|
|
|
17
17
|
alt: string;
|
|
18
18
|
}
|
|
19
19
|
interface HeroGradientAvatarsRatingProps {
|
|
20
|
-
/**
|
|
21
|
-
* Top link text
|
|
22
|
-
*/
|
|
23
|
-
topLinkText?: React.ReactNode;
|
|
24
|
-
/**
|
|
25
|
-
* Top link href
|
|
26
|
-
*/
|
|
27
|
-
topLinkHref?: string;
|
|
28
|
-
/**
|
|
29
|
-
* Custom slot for top link (overrides topLink props)
|
|
30
|
-
*/
|
|
31
|
-
topLinkSlot?: React.ReactNode;
|
|
32
20
|
/**
|
|
33
21
|
* Main heading content
|
|
34
22
|
*/
|
|
@@ -125,6 +113,6 @@ interface HeroGradientAvatarsRatingProps {
|
|
|
125
113
|
*/
|
|
126
114
|
optixFlowConfig?: OptixFlowConfig;
|
|
127
115
|
}
|
|
128
|
-
declare function HeroGradientAvatarsRating({
|
|
116
|
+
declare function HeroGradientAvatarsRating({ heading, headingSubtitle, description, actions, actionsSlot, avatars, avatarsSlot, ratingValue, ratingLabel, starCount, images, imagesSlot, background, pattern, patternOpacity, className, containerClassName, spacing, contentClassName, headingClassName, descriptionClassName, actionsClassName, imagesClassName, optixFlowConfig, }: HeroGradientAvatarsRatingProps): React.JSX.Element;
|
|
129
117
|
|
|
130
118
|
export { type AvatarItem, HeroGradientAvatarsRating, type HeroGradientAvatarsRatingProps };
|