@opensite/ui 0.8.4 → 0.8.6
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/article-breadcrumb-social.cjs +57 -73
- package/dist/article-breadcrumb-social.d.cts +2 -24
- package/dist/article-breadcrumb-social.d.ts +2 -24
- package/dist/article-breadcrumb-social.js +57 -73
- package/dist/article-compact-toc.cjs +1 -1
- package/dist/article-compact-toc.js +1 -1
- package/dist/article-sidebar-sticky.cjs +73 -26
- package/dist/article-sidebar-sticky.js +73 -26
- package/dist/blog-horizontal-timeline.cjs +7 -4
- package/dist/blog-horizontal-timeline.js +7 -4
- package/dist/faq-badge-support.cjs +18 -5
- package/dist/faq-badge-support.js +18 -5
- package/dist/faq-bordered-badge.cjs +23 -7
- package/dist/faq-bordered-badge.js +23 -7
- package/dist/faq-card-categories.cjs +20 -4
- package/dist/faq-card-categories.js +20 -4
- package/dist/faq-categorized-sections.cjs +19 -4
- package/dist/faq-categorized-sections.js +19 -4
- package/dist/faq-centered-accordion.cjs +18 -5
- package/dist/faq-centered-accordion.js +18 -5
- package/dist/faq-gradient-categories.cjs +19 -4
- package/dist/faq-gradient-categories.js +19 -4
- package/dist/faq-icon-benefits.cjs +11 -2
- package/dist/faq-icon-benefits.js +11 -2
- package/dist/faq-muted-cards.cjs +19 -6
- package/dist/faq-muted-cards.js +19 -6
- package/dist/faq-numbered-grid.cjs +11 -3
- package/dist/faq-numbered-grid.js +11 -3
- package/dist/faq-numbered-list.cjs +11 -3
- package/dist/faq-numbered-list.js +11 -3
- package/dist/faq-profile-sidebar.cjs +57 -20
- package/dist/faq-profile-sidebar.js +57 -20
- package/dist/faq-rounded-cards.cjs +26 -19
- package/dist/faq-rounded-cards.js +26 -19
- package/dist/faq-sidebar-navigation.cjs +48 -28
- package/dist/faq-sidebar-navigation.js +48 -28
- package/dist/faq-simple-accordion.cjs +17 -4
- package/dist/faq-simple-accordion.js +17 -4
- package/dist/faq-split-help.cjs +25 -6
- package/dist/faq-split-help.js +25 -6
- package/dist/faq-split-hero.cjs +604 -0
- package/dist/faq-split-hero.d.cts +116 -0
- package/dist/faq-split-hero.d.ts +116 -0
- package/dist/faq-split-hero.js +582 -0
- package/dist/faq-static-list.cjs +9 -2
- package/dist/faq-static-list.js +9 -2
- package/dist/feature-accordion-image.cjs +8 -2
- package/dist/feature-accordion-image.js +8 -2
- package/dist/feature-badge-grid-six.cjs +1 -1
- package/dist/feature-badge-grid-six.js +1 -1
- package/dist/feature-card-grid-linked.cjs +92 -22
- package/dist/feature-card-grid-linked.js +92 -22
- package/dist/feature-carousel-progress.cjs +1 -1
- package/dist/feature-carousel-progress.js +1 -1
- package/dist/feature-checklist-image.cjs +88 -15
- package/dist/feature-checklist-image.js +88 -15
- package/dist/feature-checklist-three-column.cjs +1 -1
- package/dist/feature-checklist-three-column.js +1 -1
- package/dist/feature-icon-grid-accent.cjs +50 -8
- package/dist/feature-icon-grid-accent.js +50 -8
- package/dist/feature-icon-grid-bordered.cjs +84 -14
- package/dist/feature-icon-grid-bordered.js +84 -14
- package/dist/feature-icon-tabs-content.cjs +217 -84
- package/dist/feature-icon-tabs-content.js +217 -84
- package/dist/feature-image-overlay-badge.cjs +106 -33
- package/dist/feature-image-overlay-badge.js +106 -33
- package/dist/feature-numbered-cards.cjs +154 -35
- package/dist/feature-numbered-cards.js +154 -35
- package/dist/feature-showcase.cjs +66 -71
- package/dist/feature-showcase.d.cts +1 -5
- package/dist/feature-showcase.d.ts +1 -5
- package/dist/feature-showcase.js +67 -72
- package/dist/feature-split-image-reverse.cjs +84 -15
- package/dist/feature-split-image-reverse.js +84 -15
- package/dist/feature-split-image.cjs +87 -15
- package/dist/feature-split-image.js +87 -15
- package/dist/feature-stats-highlight.cjs +50 -13
- package/dist/feature-stats-highlight.js +50 -13
- package/dist/feature-tabbed-content-image.cjs +198 -72
- package/dist/feature-tabbed-content-image.js +198 -72
- package/dist/feature-three-column-values.cjs +67 -14
- package/dist/feature-three-column-values.js +67 -14
- package/dist/feature-utility-cards-grid.cjs +83 -36
- package/dist/feature-utility-cards-grid.js +83 -36
- package/dist/navbar-animated-preview.cjs +8 -2
- package/dist/navbar-animated-preview.js +8 -2
- package/dist/navbar-centered-menu.cjs +8 -2
- package/dist/navbar-centered-menu.js +8 -2
- package/dist/navbar-dark-icons.cjs +8 -2
- package/dist/navbar-dark-icons.js +8 -2
- package/dist/navbar-dropdown-menu.cjs +8 -2
- package/dist/navbar-dropdown-menu.js +8 -2
- package/dist/navbar-education-platform.cjs +8 -2
- package/dist/navbar-education-platform.js +8 -2
- package/dist/navbar-enterprise-mega.cjs +8 -2
- package/dist/navbar-enterprise-mega.js +8 -2
- package/dist/navbar-feature-grid.cjs +8 -2
- package/dist/navbar-feature-grid.js +8 -2
- package/dist/navbar-multi-column-groups.cjs +8 -2
- package/dist/navbar-multi-column-groups.js +8 -2
- package/dist/navbar-platform-resources.cjs +8 -2
- package/dist/navbar-platform-resources.js +8 -2
- package/dist/navbar-sidebar-mobile.cjs +8 -2
- package/dist/navbar-sidebar-mobile.js +8 -2
- package/dist/registry.cjs +1873 -680
- package/dist/registry.js +1873 -680
- package/package.json +1 -1
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { P as PatternName } from './pattern-background-a7gKHzHy.cjs';
|
|
3
|
+
import { f as SectionBackground, g as SectionSpacing } from './community-initiatives-Sm_ZSgyv.cjs';
|
|
4
|
+
import { 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
|
+
interface DirectionConfig {
|
|
11
|
+
desktop: "mediaRight" | "mediaLeft";
|
|
12
|
+
mobile: "mediaTop" | "mediaBottom";
|
|
13
|
+
}
|
|
14
|
+
interface FaqItem {
|
|
15
|
+
id: string;
|
|
16
|
+
question: React.ReactNode;
|
|
17
|
+
answer: React.ReactNode;
|
|
18
|
+
}
|
|
19
|
+
interface FaqSplitHeroProps {
|
|
20
|
+
/**
|
|
21
|
+
* Main heading text
|
|
22
|
+
*/
|
|
23
|
+
heading?: React.ReactNode;
|
|
24
|
+
/**
|
|
25
|
+
* Subheading/description text
|
|
26
|
+
*/
|
|
27
|
+
subheading?: React.ReactNode;
|
|
28
|
+
/**
|
|
29
|
+
* Array of FAQ items
|
|
30
|
+
*/
|
|
31
|
+
items?: FaqItem[];
|
|
32
|
+
/**
|
|
33
|
+
* Custom slot for rendering items (overrides items array)
|
|
34
|
+
*/
|
|
35
|
+
itemsSlot?: React.ReactNode;
|
|
36
|
+
/**
|
|
37
|
+
* Custom slot for rendering the image section
|
|
38
|
+
*/
|
|
39
|
+
imageSlot?: React.ReactNode;
|
|
40
|
+
/**
|
|
41
|
+
* Image source URL
|
|
42
|
+
*/
|
|
43
|
+
imageSrc?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Image alt text
|
|
46
|
+
*/
|
|
47
|
+
imageAlt?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Background style for the section
|
|
50
|
+
*/
|
|
51
|
+
background?: SectionBackground;
|
|
52
|
+
/**
|
|
53
|
+
* Vertical spacing for the section
|
|
54
|
+
*/
|
|
55
|
+
spacing?: SectionSpacing;
|
|
56
|
+
/**
|
|
57
|
+
* Optional background pattern name or URL
|
|
58
|
+
*/
|
|
59
|
+
pattern?: PatternName | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* Pattern overlay opacity (0-1)
|
|
62
|
+
*/
|
|
63
|
+
patternOpacity?: number;
|
|
64
|
+
/**
|
|
65
|
+
* Additional CSS classes for the section
|
|
66
|
+
*/
|
|
67
|
+
className?: string;
|
|
68
|
+
/**
|
|
69
|
+
* Additional CSS classes for the content area
|
|
70
|
+
*/
|
|
71
|
+
contentClassName?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Additional CSS classes for the header wrapper
|
|
74
|
+
*/
|
|
75
|
+
headerClassName?: string;
|
|
76
|
+
/**
|
|
77
|
+
* Additional CSS classes for the heading
|
|
78
|
+
*/
|
|
79
|
+
headingClassName?: string;
|
|
80
|
+
/**
|
|
81
|
+
* Additional CSS classes for the subheading
|
|
82
|
+
*/
|
|
83
|
+
subheadingClassName?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Additional CSS classes for the accordion
|
|
86
|
+
*/
|
|
87
|
+
accordionClassName?: string;
|
|
88
|
+
/**
|
|
89
|
+
* Additional CSS classes for accordion items
|
|
90
|
+
*/
|
|
91
|
+
accordionItemClassName?: string;
|
|
92
|
+
/**
|
|
93
|
+
* Additional CSS classes for accordion triggers
|
|
94
|
+
*/
|
|
95
|
+
accordionTriggerClassName?: string;
|
|
96
|
+
/**
|
|
97
|
+
* Additional CSS classes for accordion content
|
|
98
|
+
*/
|
|
99
|
+
accordionContentClassName?: string;
|
|
100
|
+
/**
|
|
101
|
+
* Additional CSS classes for the image
|
|
102
|
+
*/
|
|
103
|
+
imageClassName?: string;
|
|
104
|
+
/**
|
|
105
|
+
* Optional Optix Flow configuration for image optimization
|
|
106
|
+
*/
|
|
107
|
+
optixFlowConfig?: OptixFlowConfig;
|
|
108
|
+
/**
|
|
109
|
+
* Direction configuration for desktop and mobile layouts
|
|
110
|
+
* @default { desktop: 'mediaRight', mobile: 'mediaTop' }
|
|
111
|
+
*/
|
|
112
|
+
directionConfig?: DirectionConfig;
|
|
113
|
+
}
|
|
114
|
+
declare function FaqSplitHero({ heading, subheading, items, itemsSlot, imageSlot, imageSrc, imageAlt, background, pattern, patternOpacity, className, contentClassName, headerClassName, headingClassName, subheadingClassName, accordionClassName, accordionItemClassName, accordionTriggerClassName, accordionContentClassName, imageClassName, optixFlowConfig, directionConfig, }: FaqSplitHeroProps): React.JSX.Element;
|
|
115
|
+
|
|
116
|
+
export { FaqSplitHero, type FaqSplitHeroProps };
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { P as PatternName } from './pattern-background-a7gKHzHy.js';
|
|
3
|
+
import { f as SectionBackground, g as SectionSpacing } from './community-initiatives-BeWIIjA4.js';
|
|
4
|
+
import { 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
|
+
interface DirectionConfig {
|
|
11
|
+
desktop: "mediaRight" | "mediaLeft";
|
|
12
|
+
mobile: "mediaTop" | "mediaBottom";
|
|
13
|
+
}
|
|
14
|
+
interface FaqItem {
|
|
15
|
+
id: string;
|
|
16
|
+
question: React.ReactNode;
|
|
17
|
+
answer: React.ReactNode;
|
|
18
|
+
}
|
|
19
|
+
interface FaqSplitHeroProps {
|
|
20
|
+
/**
|
|
21
|
+
* Main heading text
|
|
22
|
+
*/
|
|
23
|
+
heading?: React.ReactNode;
|
|
24
|
+
/**
|
|
25
|
+
* Subheading/description text
|
|
26
|
+
*/
|
|
27
|
+
subheading?: React.ReactNode;
|
|
28
|
+
/**
|
|
29
|
+
* Array of FAQ items
|
|
30
|
+
*/
|
|
31
|
+
items?: FaqItem[];
|
|
32
|
+
/**
|
|
33
|
+
* Custom slot for rendering items (overrides items array)
|
|
34
|
+
*/
|
|
35
|
+
itemsSlot?: React.ReactNode;
|
|
36
|
+
/**
|
|
37
|
+
* Custom slot for rendering the image section
|
|
38
|
+
*/
|
|
39
|
+
imageSlot?: React.ReactNode;
|
|
40
|
+
/**
|
|
41
|
+
* Image source URL
|
|
42
|
+
*/
|
|
43
|
+
imageSrc?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Image alt text
|
|
46
|
+
*/
|
|
47
|
+
imageAlt?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Background style for the section
|
|
50
|
+
*/
|
|
51
|
+
background?: SectionBackground;
|
|
52
|
+
/**
|
|
53
|
+
* Vertical spacing for the section
|
|
54
|
+
*/
|
|
55
|
+
spacing?: SectionSpacing;
|
|
56
|
+
/**
|
|
57
|
+
* Optional background pattern name or URL
|
|
58
|
+
*/
|
|
59
|
+
pattern?: PatternName | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* Pattern overlay opacity (0-1)
|
|
62
|
+
*/
|
|
63
|
+
patternOpacity?: number;
|
|
64
|
+
/**
|
|
65
|
+
* Additional CSS classes for the section
|
|
66
|
+
*/
|
|
67
|
+
className?: string;
|
|
68
|
+
/**
|
|
69
|
+
* Additional CSS classes for the content area
|
|
70
|
+
*/
|
|
71
|
+
contentClassName?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Additional CSS classes for the header wrapper
|
|
74
|
+
*/
|
|
75
|
+
headerClassName?: string;
|
|
76
|
+
/**
|
|
77
|
+
* Additional CSS classes for the heading
|
|
78
|
+
*/
|
|
79
|
+
headingClassName?: string;
|
|
80
|
+
/**
|
|
81
|
+
* Additional CSS classes for the subheading
|
|
82
|
+
*/
|
|
83
|
+
subheadingClassName?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Additional CSS classes for the accordion
|
|
86
|
+
*/
|
|
87
|
+
accordionClassName?: string;
|
|
88
|
+
/**
|
|
89
|
+
* Additional CSS classes for accordion items
|
|
90
|
+
*/
|
|
91
|
+
accordionItemClassName?: string;
|
|
92
|
+
/**
|
|
93
|
+
* Additional CSS classes for accordion triggers
|
|
94
|
+
*/
|
|
95
|
+
accordionTriggerClassName?: string;
|
|
96
|
+
/**
|
|
97
|
+
* Additional CSS classes for accordion content
|
|
98
|
+
*/
|
|
99
|
+
accordionContentClassName?: string;
|
|
100
|
+
/**
|
|
101
|
+
* Additional CSS classes for the image
|
|
102
|
+
*/
|
|
103
|
+
imageClassName?: string;
|
|
104
|
+
/**
|
|
105
|
+
* Optional Optix Flow configuration for image optimization
|
|
106
|
+
*/
|
|
107
|
+
optixFlowConfig?: OptixFlowConfig;
|
|
108
|
+
/**
|
|
109
|
+
* Direction configuration for desktop and mobile layouts
|
|
110
|
+
* @default { desktop: 'mediaRight', mobile: 'mediaTop' }
|
|
111
|
+
*/
|
|
112
|
+
directionConfig?: DirectionConfig;
|
|
113
|
+
}
|
|
114
|
+
declare function FaqSplitHero({ heading, subheading, items, itemsSlot, imageSlot, imageSrc, imageAlt, background, pattern, patternOpacity, className, contentClassName, headerClassName, headingClassName, subheadingClassName, accordionClassName, accordionItemClassName, accordionTriggerClassName, accordionContentClassName, imageClassName, optixFlowConfig, directionConfig, }: FaqSplitHeroProps): React.JSX.Element;
|
|
115
|
+
|
|
116
|
+
export { FaqSplitHero, type FaqSplitHeroProps };
|