@opensite/ui 2.0.5 → 2.0.7
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-adaptable-product-grid.cjs +11 -8
- package/dist/hero-adaptable-product-grid.d.cts +1 -1
- package/dist/hero-adaptable-product-grid.d.ts +1 -1
- package/dist/hero-adaptable-product-grid.js +11 -8
- package/dist/hero-business-operations-mosaic.cjs +542 -22
- package/dist/hero-business-operations-mosaic.d.cts +20 -8
- package/dist/hero-business-operations-mosaic.d.ts +20 -8
- package/dist/hero-business-operations-mosaic.js +542 -19
- package/dist/hero-centered-gradient-cta.cjs +3 -3
- package/dist/hero-centered-gradient-cta.js +3 -3
- package/dist/hero-community-survey-cta.cjs +3 -2
- package/dist/hero-community-survey-cta.js +3 -2
- package/dist/hero-conversion-video-play.cjs +1 -1
- package/dist/hero-conversion-video-play.js +1 -1
- package/dist/hero-crm-streamlined.cjs +4 -4
- package/dist/hero-crm-streamlined.js +4 -4
- package/dist/hero-design-showcase-logos.cjs +4 -1
- package/dist/hero-design-showcase-logos.js +4 -1
- package/dist/hero-design-system-3d.cjs +1 -1
- package/dist/hero-design-system-3d.js +1 -1
- package/dist/hero-feature-cards-grid.cjs +2 -2
- package/dist/hero-feature-cards-grid.js +2 -2
- package/dist/hero-fullscreen-background-image.cjs +4 -3
- package/dist/hero-fullscreen-background-image.js +4 -3
- package/dist/hero-fullscreen-logo-cta.cjs +7 -5
- package/dist/hero-fullscreen-logo-cta.js +7 -5
- package/dist/hero-gradient-avatars-rating.cjs +3 -3
- package/dist/hero-gradient-avatars-rating.js +3 -3
- package/dist/hero-gradient-client-focused.cjs +2 -2
- package/dist/hero-gradient-client-focused.js +2 -2
- package/dist/hero-grid-pattern-solutions.cjs +2 -2
- package/dist/hero-grid-pattern-solutions.d.cts +1 -1
- package/dist/hero-grid-pattern-solutions.d.ts +1 -1
- package/dist/hero-grid-pattern-solutions.js +2 -2
- package/dist/hero-innovation-image-grid.cjs +48 -42
- package/dist/hero-innovation-image-grid.js +48 -42
- package/dist/hero-mental-health-team.cjs +633 -89
- package/dist/hero-mental-health-team.d.cts +26 -6
- package/dist/hero-mental-health-team.d.ts +26 -6
- package/dist/hero-mental-health-team.js +614 -85
- package/dist/hero-minimal-centered-dark.cjs +841 -807
- package/dist/hero-minimal-centered-dark.d.cts +1 -1
- package/dist/hero-minimal-centered-dark.d.ts +1 -1
- package/dist/hero-minimal-centered-dark.js +840 -806
- package/dist/hero-presentation-platform-video.cjs +8 -2
- package/dist/hero-presentation-platform-video.js +8 -2
- package/dist/hero-product-showcase-floating.cjs +715 -612
- package/dist/hero-product-showcase-floating.d.cts +5 -1
- package/dist/hero-product-showcase-floating.d.ts +5 -1
- package/dist/hero-product-showcase-floating.js +712 -609
- package/dist/hero-saas-dashboard-preview.cjs +82 -107
- package/dist/hero-saas-dashboard-preview.d.cts +1 -1
- package/dist/hero-saas-dashboard-preview.d.ts +1 -1
- package/dist/hero-saas-dashboard-preview.js +82 -107
- package/dist/hero-software-growth-video-dialog.cjs +5 -5
- package/dist/hero-software-growth-video-dialog.js +5 -5
- package/dist/hero-split-image-newsletter.cjs +41 -32
- package/dist/hero-split-image-newsletter.js +41 -32
- package/dist/hero-stats-social-proof.cjs +1 -1
- package/dist/hero-stats-social-proof.js +1 -1
- package/dist/hero-testimonial-image-grid.cjs +2 -2
- package/dist/hero-testimonial-image-grid.js +2 -2
- package/dist/hero-therapy-testimonial-grid.cjs +682 -638
- package/dist/hero-therapy-testimonial-grid.d.cts +5 -1
- package/dist/hero-therapy-testimonial-grid.d.ts +5 -1
- package/dist/hero-therapy-testimonial-grid.js +671 -627
- package/dist/hero-ui-library-showcase.cjs +51 -42
- package/dist/hero-ui-library-showcase.js +51 -42
- package/dist/hero-video-dialog-gradient.cjs +2 -2
- package/dist/hero-video-dialog-gradient.js +2 -2
- package/dist/hero-video-overlay-stars.cjs +7 -15
- package/dist/hero-video-overlay-stars.js +7 -15
- package/dist/registry.cjs +608 -438
- package/dist/registry.js +608 -438
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { f as SectionBackground, g as SectionSpacing, t as PatternName } from './community-initiatives-CPyEa7IX.cjs';
|
|
3
|
-
import { I as ImageItem, O as OptixFlowConfig } from './blocks-tmd_MRJv.cjs';
|
|
3
|
+
import { A as ActionConfig, I as ImageItem, O as OptixFlowConfig } from './blocks-tmd_MRJv.cjs';
|
|
4
4
|
import 'react/jsx-runtime';
|
|
5
5
|
import 'class-variance-authority';
|
|
6
6
|
import './button-variants-8mtEHxev.cjs';
|
|
@@ -12,9 +12,25 @@ interface HeroBusinessOperationsMosaicProps {
|
|
|
12
12
|
*/
|
|
13
13
|
heading?: React.ReactNode;
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Description text below heading
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
description?: React.ReactNode;
|
|
18
|
+
/**
|
|
19
|
+
* Additional CSS classes for the description
|
|
20
|
+
*/
|
|
21
|
+
descriptionClassName?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Array of action configurations for CTA buttons
|
|
24
|
+
*/
|
|
25
|
+
actions?: ActionConfig[];
|
|
26
|
+
/**
|
|
27
|
+
* Custom slot for rendering actions (overrides actions array)
|
|
28
|
+
*/
|
|
29
|
+
actionsSlot?: React.ReactNode;
|
|
30
|
+
/**
|
|
31
|
+
* Additional CSS classes for the actions container
|
|
32
|
+
*/
|
|
33
|
+
actionsClassName?: string;
|
|
18
34
|
/**
|
|
19
35
|
* Array of mosaic images (expects 3 images)
|
|
20
36
|
*/
|
|
@@ -55,10 +71,6 @@ interface HeroBusinessOperationsMosaicProps {
|
|
|
55
71
|
* Additional CSS classes for the heading
|
|
56
72
|
*/
|
|
57
73
|
headingClassName?: string;
|
|
58
|
-
/**
|
|
59
|
-
* Additional CSS classes for the subheading
|
|
60
|
-
*/
|
|
61
|
-
subheadingClassName?: string;
|
|
62
74
|
/**
|
|
63
75
|
* Additional CSS classes for the mosaic container
|
|
64
76
|
*/
|
|
@@ -68,6 +80,6 @@ interface HeroBusinessOperationsMosaicProps {
|
|
|
68
80
|
*/
|
|
69
81
|
optixFlowConfig?: OptixFlowConfig;
|
|
70
82
|
}
|
|
71
|
-
declare function HeroBusinessOperationsMosaic({ heading,
|
|
83
|
+
declare function HeroBusinessOperationsMosaic({ heading, description, descriptionClassName, images, imagesSlot, actions, actionsSlot, actionsClassName, background, spacing, pattern, patternOpacity, className, containerClassName, contentClassName, headingClassName, mosaicClassName, optixFlowConfig, }: HeroBusinessOperationsMosaicProps): React.JSX.Element;
|
|
72
84
|
|
|
73
85
|
export { HeroBusinessOperationsMosaic, type HeroBusinessOperationsMosaicProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { f as SectionBackground, g as SectionSpacing, t as PatternName } from './community-initiatives-hxnFe3w6.js';
|
|
3
|
-
import { I as ImageItem, O as OptixFlowConfig } from './blocks-DRE-f6cS.js';
|
|
3
|
+
import { A as ActionConfig, I as ImageItem, O as OptixFlowConfig } from './blocks-DRE-f6cS.js';
|
|
4
4
|
import 'react/jsx-runtime';
|
|
5
5
|
import 'class-variance-authority';
|
|
6
6
|
import './button-variants-8mtEHxev.js';
|
|
@@ -12,9 +12,25 @@ interface HeroBusinessOperationsMosaicProps {
|
|
|
12
12
|
*/
|
|
13
13
|
heading?: React.ReactNode;
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Description text below heading
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
description?: React.ReactNode;
|
|
18
|
+
/**
|
|
19
|
+
* Additional CSS classes for the description
|
|
20
|
+
*/
|
|
21
|
+
descriptionClassName?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Array of action configurations for CTA buttons
|
|
24
|
+
*/
|
|
25
|
+
actions?: ActionConfig[];
|
|
26
|
+
/**
|
|
27
|
+
* Custom slot for rendering actions (overrides actions array)
|
|
28
|
+
*/
|
|
29
|
+
actionsSlot?: React.ReactNode;
|
|
30
|
+
/**
|
|
31
|
+
* Additional CSS classes for the actions container
|
|
32
|
+
*/
|
|
33
|
+
actionsClassName?: string;
|
|
18
34
|
/**
|
|
19
35
|
* Array of mosaic images (expects 3 images)
|
|
20
36
|
*/
|
|
@@ -55,10 +71,6 @@ interface HeroBusinessOperationsMosaicProps {
|
|
|
55
71
|
* Additional CSS classes for the heading
|
|
56
72
|
*/
|
|
57
73
|
headingClassName?: string;
|
|
58
|
-
/**
|
|
59
|
-
* Additional CSS classes for the subheading
|
|
60
|
-
*/
|
|
61
|
-
subheadingClassName?: string;
|
|
62
74
|
/**
|
|
63
75
|
* Additional CSS classes for the mosaic container
|
|
64
76
|
*/
|
|
@@ -68,6 +80,6 @@ interface HeroBusinessOperationsMosaicProps {
|
|
|
68
80
|
*/
|
|
69
81
|
optixFlowConfig?: OptixFlowConfig;
|
|
70
82
|
}
|
|
71
|
-
declare function HeroBusinessOperationsMosaic({ heading,
|
|
83
|
+
declare function HeroBusinessOperationsMosaic({ heading, description, descriptionClassName, images, imagesSlot, actions, actionsSlot, actionsClassName, background, spacing, pattern, patternOpacity, className, containerClassName, contentClassName, headingClassName, mosaicClassName, optixFlowConfig, }: HeroBusinessOperationsMosaicProps): React.JSX.Element;
|
|
72
84
|
|
|
73
85
|
export { HeroBusinessOperationsMosaic, type HeroBusinessOperationsMosaicProps };
|