@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.
Files changed (107) hide show
  1. package/dist/article-breadcrumb-social.cjs +57 -73
  2. package/dist/article-breadcrumb-social.d.cts +2 -24
  3. package/dist/article-breadcrumb-social.d.ts +2 -24
  4. package/dist/article-breadcrumb-social.js +57 -73
  5. package/dist/article-compact-toc.cjs +1 -1
  6. package/dist/article-compact-toc.js +1 -1
  7. package/dist/article-sidebar-sticky.cjs +73 -26
  8. package/dist/article-sidebar-sticky.js +73 -26
  9. package/dist/blog-horizontal-timeline.cjs +7 -4
  10. package/dist/blog-horizontal-timeline.js +7 -4
  11. package/dist/faq-badge-support.cjs +18 -5
  12. package/dist/faq-badge-support.js +18 -5
  13. package/dist/faq-bordered-badge.cjs +23 -7
  14. package/dist/faq-bordered-badge.js +23 -7
  15. package/dist/faq-card-categories.cjs +20 -4
  16. package/dist/faq-card-categories.js +20 -4
  17. package/dist/faq-categorized-sections.cjs +19 -4
  18. package/dist/faq-categorized-sections.js +19 -4
  19. package/dist/faq-centered-accordion.cjs +18 -5
  20. package/dist/faq-centered-accordion.js +18 -5
  21. package/dist/faq-gradient-categories.cjs +19 -4
  22. package/dist/faq-gradient-categories.js +19 -4
  23. package/dist/faq-icon-benefits.cjs +11 -2
  24. package/dist/faq-icon-benefits.js +11 -2
  25. package/dist/faq-muted-cards.cjs +19 -6
  26. package/dist/faq-muted-cards.js +19 -6
  27. package/dist/faq-numbered-grid.cjs +11 -3
  28. package/dist/faq-numbered-grid.js +11 -3
  29. package/dist/faq-numbered-list.cjs +11 -3
  30. package/dist/faq-numbered-list.js +11 -3
  31. package/dist/faq-profile-sidebar.cjs +57 -20
  32. package/dist/faq-profile-sidebar.js +57 -20
  33. package/dist/faq-rounded-cards.cjs +26 -19
  34. package/dist/faq-rounded-cards.js +26 -19
  35. package/dist/faq-sidebar-navigation.cjs +48 -28
  36. package/dist/faq-sidebar-navigation.js +48 -28
  37. package/dist/faq-simple-accordion.cjs +17 -4
  38. package/dist/faq-simple-accordion.js +17 -4
  39. package/dist/faq-split-help.cjs +25 -6
  40. package/dist/faq-split-help.js +25 -6
  41. package/dist/faq-split-hero.cjs +604 -0
  42. package/dist/faq-split-hero.d.cts +116 -0
  43. package/dist/faq-split-hero.d.ts +116 -0
  44. package/dist/faq-split-hero.js +582 -0
  45. package/dist/faq-static-list.cjs +9 -2
  46. package/dist/faq-static-list.js +9 -2
  47. package/dist/feature-accordion-image.cjs +8 -2
  48. package/dist/feature-accordion-image.js +8 -2
  49. package/dist/feature-badge-grid-six.cjs +1 -1
  50. package/dist/feature-badge-grid-six.js +1 -1
  51. package/dist/feature-card-grid-linked.cjs +92 -22
  52. package/dist/feature-card-grid-linked.js +92 -22
  53. package/dist/feature-carousel-progress.cjs +1 -1
  54. package/dist/feature-carousel-progress.js +1 -1
  55. package/dist/feature-checklist-image.cjs +88 -15
  56. package/dist/feature-checklist-image.js +88 -15
  57. package/dist/feature-checklist-three-column.cjs +1 -1
  58. package/dist/feature-checklist-three-column.js +1 -1
  59. package/dist/feature-icon-grid-accent.cjs +50 -8
  60. package/dist/feature-icon-grid-accent.js +50 -8
  61. package/dist/feature-icon-grid-bordered.cjs +84 -14
  62. package/dist/feature-icon-grid-bordered.js +84 -14
  63. package/dist/feature-icon-tabs-content.cjs +217 -84
  64. package/dist/feature-icon-tabs-content.js +217 -84
  65. package/dist/feature-image-overlay-badge.cjs +106 -33
  66. package/dist/feature-image-overlay-badge.js +106 -33
  67. package/dist/feature-numbered-cards.cjs +154 -35
  68. package/dist/feature-numbered-cards.js +154 -35
  69. package/dist/feature-showcase.cjs +66 -71
  70. package/dist/feature-showcase.d.cts +1 -5
  71. package/dist/feature-showcase.d.ts +1 -5
  72. package/dist/feature-showcase.js +67 -72
  73. package/dist/feature-split-image-reverse.cjs +84 -15
  74. package/dist/feature-split-image-reverse.js +84 -15
  75. package/dist/feature-split-image.cjs +87 -15
  76. package/dist/feature-split-image.js +87 -15
  77. package/dist/feature-stats-highlight.cjs +50 -13
  78. package/dist/feature-stats-highlight.js +50 -13
  79. package/dist/feature-tabbed-content-image.cjs +198 -72
  80. package/dist/feature-tabbed-content-image.js +198 -72
  81. package/dist/feature-three-column-values.cjs +67 -14
  82. package/dist/feature-three-column-values.js +67 -14
  83. package/dist/feature-utility-cards-grid.cjs +83 -36
  84. package/dist/feature-utility-cards-grid.js +83 -36
  85. package/dist/navbar-animated-preview.cjs +8 -2
  86. package/dist/navbar-animated-preview.js +8 -2
  87. package/dist/navbar-centered-menu.cjs +8 -2
  88. package/dist/navbar-centered-menu.js +8 -2
  89. package/dist/navbar-dark-icons.cjs +8 -2
  90. package/dist/navbar-dark-icons.js +8 -2
  91. package/dist/navbar-dropdown-menu.cjs +8 -2
  92. package/dist/navbar-dropdown-menu.js +8 -2
  93. package/dist/navbar-education-platform.cjs +8 -2
  94. package/dist/navbar-education-platform.js +8 -2
  95. package/dist/navbar-enterprise-mega.cjs +8 -2
  96. package/dist/navbar-enterprise-mega.js +8 -2
  97. package/dist/navbar-feature-grid.cjs +8 -2
  98. package/dist/navbar-feature-grid.js +8 -2
  99. package/dist/navbar-multi-column-groups.cjs +8 -2
  100. package/dist/navbar-multi-column-groups.js +8 -2
  101. package/dist/navbar-platform-resources.cjs +8 -2
  102. package/dist/navbar-platform-resources.js +8 -2
  103. package/dist/navbar-sidebar-mobile.cjs +8 -2
  104. package/dist/navbar-sidebar-mobile.js +8 -2
  105. package/dist/registry.cjs +1873 -680
  106. package/dist/registry.js +1873 -680
  107. 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 };