@opensite/ui 0.7.0 → 0.7.2
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/blog-cards-read-time.cjs +1 -1
- package/dist/blog-cards-read-time.js +1 -1
- package/dist/blog-cards-tagline-cta.cjs +1 -1
- package/dist/blog-cards-tagline-cta.js +1 -1
- package/dist/blog-category-overlay.cjs +1 -1
- package/dist/blog-category-overlay.js +1 -1
- package/dist/blog-featured-popular.cjs +1 -1
- package/dist/blog-featured-popular.js +1 -1
- package/dist/blog-grid-author-cards.cjs +1 -1
- package/dist/blog-grid-author-cards.js +1 -1
- package/dist/blog-grid-nine-posts.cjs +1 -1
- package/dist/blog-grid-nine-posts.js +1 -1
- package/dist/blog-horizontal-cards.cjs +1 -1
- package/dist/blog-horizontal-cards.js +1 -1
- package/dist/blog-tech-insights.cjs +54 -45
- package/dist/blog-tech-insights.js +54 -45
- package/dist/carousel-animated-sections.cjs +1224 -0
- package/dist/carousel-animated-sections.d.cts +154 -0
- package/dist/carousel-animated-sections.d.ts +154 -0
- package/dist/carousel-animated-sections.js +1203 -0
- package/dist/carousel-auto-progress-slides.cjs +1156 -0
- package/dist/carousel-auto-progress-slides.d.cts +122 -0
- package/dist/carousel-auto-progress-slides.d.ts +122 -0
- package/dist/carousel-auto-progress-slides.js +1135 -0
- package/dist/carousel-autoplay-progress.cjs +1141 -0
- package/dist/carousel-autoplay-progress.d.cts +119 -0
- package/dist/carousel-autoplay-progress.d.ts +119 -0
- package/dist/carousel-autoplay-progress.js +1116 -0
- package/dist/carousel-feature-badge.cjs +1216 -0
- package/dist/carousel-feature-badge.d.cts +99 -0
- package/dist/carousel-feature-badge.d.ts +99 -0
- package/dist/carousel-feature-badge.js +1192 -0
- package/dist/carousel-fullscreen-scroll-fx.cjs +526 -0
- package/dist/carousel-fullscreen-scroll-fx.d.cts +122 -0
- package/dist/carousel-fullscreen-scroll-fx.d.ts +122 -0
- package/dist/carousel-fullscreen-scroll-fx.js +505 -0
- package/dist/carousel-gallery-thumbnails.cjs +1059 -0
- package/dist/carousel-gallery-thumbnails.d.cts +122 -0
- package/dist/carousel-gallery-thumbnails.d.ts +122 -0
- package/dist/carousel-gallery-thumbnails.js +1038 -0
- package/dist/carousel-horizontal-cards.cjs +1083 -0
- package/dist/carousel-horizontal-cards.d.cts +126 -0
- package/dist/carousel-horizontal-cards.d.ts +126 -0
- package/dist/carousel-horizontal-cards.js +1062 -0
- package/dist/carousel-image-hero.cjs +1075 -0
- package/dist/carousel-image-hero.d.cts +116 -0
- package/dist/carousel-image-hero.d.ts +116 -0
- package/dist/carousel-image-hero.js +1054 -0
- package/dist/carousel-multi-step-showcase.cjs +1146 -0
- package/dist/carousel-multi-step-showcase.d.cts +142 -0
- package/dist/carousel-multi-step-showcase.d.ts +142 -0
- package/dist/carousel-multi-step-showcase.js +1125 -0
- package/dist/carousel-portfolio-hero.cjs +1063 -0
- package/dist/carousel-portfolio-hero.d.cts +134 -0
- package/dist/carousel-portfolio-hero.d.ts +134 -0
- package/dist/carousel-portfolio-hero.js +1042 -0
- package/dist/carousel-product-feature-showcase.cjs +1127 -0
- package/dist/carousel-product-feature-showcase.d.cts +161 -0
- package/dist/carousel-product-feature-showcase.d.ts +161 -0
- package/dist/carousel-product-feature-showcase.js +1106 -0
- package/dist/carousel-progress-slider.cjs +597 -0
- package/dist/carousel-progress-slider.d.cts +122 -0
- package/dist/carousel-progress-slider.d.ts +122 -0
- package/dist/carousel-progress-slider.js +576 -0
- package/dist/carousel-scrolling-feature-showcase.cjs +530 -0
- package/dist/carousel-scrolling-feature-showcase.d.cts +126 -0
- package/dist/carousel-scrolling-feature-showcase.d.ts +126 -0
- package/dist/carousel-scrolling-feature-showcase.js +509 -0
- package/dist/registry.cjs +349 -238
- package/dist/registry.js +349 -238
- package/package.json +3 -2
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { P as PatternName } from './pattern-background-a7gKHzHy.cjs';
|
|
3
|
+
import { f as SectionBackground, g as SectionSpacing, e as ContainerMaxWidth } from './community-initiatives-Sm_ZSgyv.cjs';
|
|
4
|
+
import { A as ActionConfig, O as OptixFlowConfig } from './blocks-Cohq4eio.cjs';
|
|
5
|
+
import 'react/jsx-runtime';
|
|
6
|
+
import 'class-variance-authority';
|
|
7
|
+
import './button-variants-lRElsmTc.cjs';
|
|
8
|
+
import 'class-variance-authority/types';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* CarouselAnimatedSections
|
|
12
|
+
*
|
|
13
|
+
* A fullscreen section carousel with smooth animated transitions between
|
|
14
|
+
* slides. Features keyboard and scroll-wheel navigation with visual
|
|
15
|
+
* slide indicators and overlay content.
|
|
16
|
+
*
|
|
17
|
+
* Use cases:
|
|
18
|
+
* - Fullscreen presentation-style pages
|
|
19
|
+
* - Portfolio showcases with dramatic transitions
|
|
20
|
+
* - Product feature tours with immersive visuals
|
|
21
|
+
* - Landing pages with section-based navigation
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
interface AnimatedSection {
|
|
25
|
+
/**
|
|
26
|
+
* Unique identifier for the section
|
|
27
|
+
*/
|
|
28
|
+
id: string;
|
|
29
|
+
/**
|
|
30
|
+
* Section title
|
|
31
|
+
*/
|
|
32
|
+
title?: React.ReactNode;
|
|
33
|
+
/**
|
|
34
|
+
* Section subtitle
|
|
35
|
+
*/
|
|
36
|
+
subtitle?: React.ReactNode;
|
|
37
|
+
/**
|
|
38
|
+
* Section description
|
|
39
|
+
*/
|
|
40
|
+
description?: React.ReactNode;
|
|
41
|
+
/**
|
|
42
|
+
* Image source URL
|
|
43
|
+
*/
|
|
44
|
+
image: string;
|
|
45
|
+
/**
|
|
46
|
+
* CTA button text
|
|
47
|
+
*/
|
|
48
|
+
ctaText?: React.ReactNode;
|
|
49
|
+
/**
|
|
50
|
+
* CTA button href
|
|
51
|
+
*/
|
|
52
|
+
ctaHref?: string;
|
|
53
|
+
/**
|
|
54
|
+
* CTA button onClick handler
|
|
55
|
+
*/
|
|
56
|
+
ctaOnClick?: () => void;
|
|
57
|
+
/**
|
|
58
|
+
* Additional CSS classes for the section
|
|
59
|
+
*/
|
|
60
|
+
className?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Additional CSS classes for the image
|
|
63
|
+
*/
|
|
64
|
+
imageClassName?: string;
|
|
65
|
+
}
|
|
66
|
+
interface CarouselAnimatedSectionsProps {
|
|
67
|
+
/**
|
|
68
|
+
* Array of sections
|
|
69
|
+
*/
|
|
70
|
+
sections?: AnimatedSection[];
|
|
71
|
+
/**
|
|
72
|
+
* Custom slot for rendering sections (overrides sections array)
|
|
73
|
+
*/
|
|
74
|
+
sectionsSlot?: React.ReactNode;
|
|
75
|
+
/**
|
|
76
|
+
* Custom slot for rendering actions
|
|
77
|
+
*/
|
|
78
|
+
actionsSlot?: React.ReactNode;
|
|
79
|
+
/**
|
|
80
|
+
* Array of action configurations
|
|
81
|
+
*/
|
|
82
|
+
actions?: ActionConfig[];
|
|
83
|
+
/**
|
|
84
|
+
* Additional CSS classes for the section
|
|
85
|
+
*/
|
|
86
|
+
className?: string;
|
|
87
|
+
/**
|
|
88
|
+
* Additional CSS classes for the container
|
|
89
|
+
*/
|
|
90
|
+
containerClassName?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Additional CSS classes for the content area
|
|
93
|
+
*/
|
|
94
|
+
contentClassName?: string;
|
|
95
|
+
/**
|
|
96
|
+
* Additional CSS classes for the subtitle
|
|
97
|
+
*/
|
|
98
|
+
subtitleClassName?: string;
|
|
99
|
+
/**
|
|
100
|
+
* Additional CSS classes for the title
|
|
101
|
+
*/
|
|
102
|
+
titleClassName?: string;
|
|
103
|
+
/**
|
|
104
|
+
* Additional CSS classes for the description
|
|
105
|
+
*/
|
|
106
|
+
descriptionClassName?: string;
|
|
107
|
+
/**
|
|
108
|
+
* Additional CSS classes for the actions
|
|
109
|
+
*/
|
|
110
|
+
actionsClassName?: string;
|
|
111
|
+
/**
|
|
112
|
+
* Additional CSS classes for the navigation dots
|
|
113
|
+
*/
|
|
114
|
+
navigationClassName?: string;
|
|
115
|
+
/**
|
|
116
|
+
* Additional CSS classes for the arrow navigation
|
|
117
|
+
*/
|
|
118
|
+
arrowsClassName?: string;
|
|
119
|
+
/**
|
|
120
|
+
* Additional CSS classes for the counter
|
|
121
|
+
*/
|
|
122
|
+
counterClassName?: string;
|
|
123
|
+
/**
|
|
124
|
+
* Additional CSS classes for the overlay
|
|
125
|
+
*/
|
|
126
|
+
overlayClassName?: string;
|
|
127
|
+
/**
|
|
128
|
+
* OptixFlow image optimization configuration
|
|
129
|
+
*/
|
|
130
|
+
optixFlowConfig?: OptixFlowConfig;
|
|
131
|
+
/**
|
|
132
|
+
* Background style for the section
|
|
133
|
+
*/
|
|
134
|
+
background?: SectionBackground;
|
|
135
|
+
/**
|
|
136
|
+
* Vertical spacing for the section
|
|
137
|
+
*/
|
|
138
|
+
spacing?: SectionSpacing;
|
|
139
|
+
/**
|
|
140
|
+
* Optional background pattern name or URL
|
|
141
|
+
*/
|
|
142
|
+
pattern?: PatternName | undefined;
|
|
143
|
+
/**
|
|
144
|
+
* Pattern overlay opacity (0-1)
|
|
145
|
+
*/
|
|
146
|
+
patternOpacity?: number;
|
|
147
|
+
/**
|
|
148
|
+
* Optional max width for the content container
|
|
149
|
+
*/
|
|
150
|
+
containerMaxWidth?: ContainerMaxWidth;
|
|
151
|
+
}
|
|
152
|
+
declare function CarouselAnimatedSections({ sections, sectionsSlot, actionsSlot, actions, className, containerClassName, contentClassName, subtitleClassName, titleClassName, descriptionClassName, actionsClassName, navigationClassName, arrowsClassName, counterClassName, overlayClassName, optixFlowConfig, background, spacing, containerMaxWidth, pattern, patternOpacity, }: CarouselAnimatedSectionsProps): React.JSX.Element;
|
|
153
|
+
|
|
154
|
+
export { type AnimatedSection, CarouselAnimatedSections, type CarouselAnimatedSectionsProps };
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { P as PatternName } from './pattern-background-a7gKHzHy.js';
|
|
3
|
+
import { f as SectionBackground, g as SectionSpacing, e as ContainerMaxWidth } from './community-initiatives-BeWIIjA4.js';
|
|
4
|
+
import { A as ActionConfig, O as OptixFlowConfig } from './blocks-k17uluAz.js';
|
|
5
|
+
import 'react/jsx-runtime';
|
|
6
|
+
import 'class-variance-authority';
|
|
7
|
+
import './button-variants-lRElsmTc.js';
|
|
8
|
+
import 'class-variance-authority/types';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* CarouselAnimatedSections
|
|
12
|
+
*
|
|
13
|
+
* A fullscreen section carousel with smooth animated transitions between
|
|
14
|
+
* slides. Features keyboard and scroll-wheel navigation with visual
|
|
15
|
+
* slide indicators and overlay content.
|
|
16
|
+
*
|
|
17
|
+
* Use cases:
|
|
18
|
+
* - Fullscreen presentation-style pages
|
|
19
|
+
* - Portfolio showcases with dramatic transitions
|
|
20
|
+
* - Product feature tours with immersive visuals
|
|
21
|
+
* - Landing pages with section-based navigation
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
interface AnimatedSection {
|
|
25
|
+
/**
|
|
26
|
+
* Unique identifier for the section
|
|
27
|
+
*/
|
|
28
|
+
id: string;
|
|
29
|
+
/**
|
|
30
|
+
* Section title
|
|
31
|
+
*/
|
|
32
|
+
title?: React.ReactNode;
|
|
33
|
+
/**
|
|
34
|
+
* Section subtitle
|
|
35
|
+
*/
|
|
36
|
+
subtitle?: React.ReactNode;
|
|
37
|
+
/**
|
|
38
|
+
* Section description
|
|
39
|
+
*/
|
|
40
|
+
description?: React.ReactNode;
|
|
41
|
+
/**
|
|
42
|
+
* Image source URL
|
|
43
|
+
*/
|
|
44
|
+
image: string;
|
|
45
|
+
/**
|
|
46
|
+
* CTA button text
|
|
47
|
+
*/
|
|
48
|
+
ctaText?: React.ReactNode;
|
|
49
|
+
/**
|
|
50
|
+
* CTA button href
|
|
51
|
+
*/
|
|
52
|
+
ctaHref?: string;
|
|
53
|
+
/**
|
|
54
|
+
* CTA button onClick handler
|
|
55
|
+
*/
|
|
56
|
+
ctaOnClick?: () => void;
|
|
57
|
+
/**
|
|
58
|
+
* Additional CSS classes for the section
|
|
59
|
+
*/
|
|
60
|
+
className?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Additional CSS classes for the image
|
|
63
|
+
*/
|
|
64
|
+
imageClassName?: string;
|
|
65
|
+
}
|
|
66
|
+
interface CarouselAnimatedSectionsProps {
|
|
67
|
+
/**
|
|
68
|
+
* Array of sections
|
|
69
|
+
*/
|
|
70
|
+
sections?: AnimatedSection[];
|
|
71
|
+
/**
|
|
72
|
+
* Custom slot for rendering sections (overrides sections array)
|
|
73
|
+
*/
|
|
74
|
+
sectionsSlot?: React.ReactNode;
|
|
75
|
+
/**
|
|
76
|
+
* Custom slot for rendering actions
|
|
77
|
+
*/
|
|
78
|
+
actionsSlot?: React.ReactNode;
|
|
79
|
+
/**
|
|
80
|
+
* Array of action configurations
|
|
81
|
+
*/
|
|
82
|
+
actions?: ActionConfig[];
|
|
83
|
+
/**
|
|
84
|
+
* Additional CSS classes for the section
|
|
85
|
+
*/
|
|
86
|
+
className?: string;
|
|
87
|
+
/**
|
|
88
|
+
* Additional CSS classes for the container
|
|
89
|
+
*/
|
|
90
|
+
containerClassName?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Additional CSS classes for the content area
|
|
93
|
+
*/
|
|
94
|
+
contentClassName?: string;
|
|
95
|
+
/**
|
|
96
|
+
* Additional CSS classes for the subtitle
|
|
97
|
+
*/
|
|
98
|
+
subtitleClassName?: string;
|
|
99
|
+
/**
|
|
100
|
+
* Additional CSS classes for the title
|
|
101
|
+
*/
|
|
102
|
+
titleClassName?: string;
|
|
103
|
+
/**
|
|
104
|
+
* Additional CSS classes for the description
|
|
105
|
+
*/
|
|
106
|
+
descriptionClassName?: string;
|
|
107
|
+
/**
|
|
108
|
+
* Additional CSS classes for the actions
|
|
109
|
+
*/
|
|
110
|
+
actionsClassName?: string;
|
|
111
|
+
/**
|
|
112
|
+
* Additional CSS classes for the navigation dots
|
|
113
|
+
*/
|
|
114
|
+
navigationClassName?: string;
|
|
115
|
+
/**
|
|
116
|
+
* Additional CSS classes for the arrow navigation
|
|
117
|
+
*/
|
|
118
|
+
arrowsClassName?: string;
|
|
119
|
+
/**
|
|
120
|
+
* Additional CSS classes for the counter
|
|
121
|
+
*/
|
|
122
|
+
counterClassName?: string;
|
|
123
|
+
/**
|
|
124
|
+
* Additional CSS classes for the overlay
|
|
125
|
+
*/
|
|
126
|
+
overlayClassName?: string;
|
|
127
|
+
/**
|
|
128
|
+
* OptixFlow image optimization configuration
|
|
129
|
+
*/
|
|
130
|
+
optixFlowConfig?: OptixFlowConfig;
|
|
131
|
+
/**
|
|
132
|
+
* Background style for the section
|
|
133
|
+
*/
|
|
134
|
+
background?: SectionBackground;
|
|
135
|
+
/**
|
|
136
|
+
* Vertical spacing for the section
|
|
137
|
+
*/
|
|
138
|
+
spacing?: SectionSpacing;
|
|
139
|
+
/**
|
|
140
|
+
* Optional background pattern name or URL
|
|
141
|
+
*/
|
|
142
|
+
pattern?: PatternName | undefined;
|
|
143
|
+
/**
|
|
144
|
+
* Pattern overlay opacity (0-1)
|
|
145
|
+
*/
|
|
146
|
+
patternOpacity?: number;
|
|
147
|
+
/**
|
|
148
|
+
* Optional max width for the content container
|
|
149
|
+
*/
|
|
150
|
+
containerMaxWidth?: ContainerMaxWidth;
|
|
151
|
+
}
|
|
152
|
+
declare function CarouselAnimatedSections({ sections, sectionsSlot, actionsSlot, actions, className, containerClassName, contentClassName, subtitleClassName, titleClassName, descriptionClassName, actionsClassName, navigationClassName, arrowsClassName, counterClassName, overlayClassName, optixFlowConfig, background, spacing, containerMaxWidth, pattern, patternOpacity, }: CarouselAnimatedSectionsProps): React.JSX.Element;
|
|
153
|
+
|
|
154
|
+
export { type AnimatedSection, CarouselAnimatedSections, type CarouselAnimatedSectionsProps };
|