@orion-ds/react 1.0.1 → 1.0.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/components/Accordion/Accordion.d.ts +18 -0
- package/dist/components/Accordion/Accordion.d.ts.map +1 -0
- package/dist/components/Accordion/Accordion.types.d.ts +92 -0
- package/dist/components/Accordion/Accordion.types.d.ts.map +1 -0
- package/dist/components/Accordion/index.d.ts +6 -0
- package/dist/components/Accordion/index.d.ts.map +1 -0
- package/dist/components/Alert/Alert.d.ts +1 -0
- package/dist/components/Alert/Alert.d.ts.map +1 -1
- package/dist/components/Card/Card.d.ts +5 -1
- package/dist/components/Card/Card.d.ts.map +1 -1
- package/dist/components/Card/Card.types.d.ts +43 -1
- package/dist/components/Card/Card.types.d.ts.map +1 -1
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/components/Chip/Chip.d.ts +15 -0
- package/dist/components/Chip/Chip.d.ts.map +1 -0
- package/dist/components/Chip/Chip.types.d.ts +68 -0
- package/dist/components/Chip/Chip.types.d.ts.map +1 -0
- package/dist/components/Chip/index.d.ts +6 -0
- package/dist/components/Chip/index.d.ts.map +1 -0
- package/dist/components/Combobox/Combobox.d.ts +21 -0
- package/dist/components/Combobox/Combobox.d.ts.map +1 -0
- package/dist/components/Combobox/Combobox.types.d.ts +153 -0
- package/dist/components/Combobox/Combobox.types.d.ts.map +1 -0
- package/dist/components/Combobox/index.d.ts +6 -0
- package/dist/components/Combobox/index.d.ts.map +1 -0
- package/dist/components/Divider/Divider.d.ts +15 -0
- package/dist/components/Divider/Divider.d.ts.map +1 -0
- package/dist/components/Divider/Divider.types.d.ts +46 -0
- package/dist/components/Divider/Divider.types.d.ts.map +1 -0
- package/dist/components/Divider/index.d.ts +6 -0
- package/dist/components/Divider/index.d.ts.map +1 -0
- package/dist/components/Drawer/Drawer.d.ts +23 -0
- package/dist/components/Drawer/Drawer.d.ts.map +1 -0
- package/dist/components/Drawer/Drawer.types.d.ts +83 -0
- package/dist/components/Drawer/Drawer.types.d.ts.map +1 -0
- package/dist/components/Drawer/index.d.ts +6 -0
- package/dist/components/Drawer/index.d.ts.map +1 -0
- package/dist/components/Dropdown/Dropdown.d.ts +19 -0
- package/dist/components/Dropdown/Dropdown.d.ts.map +1 -0
- package/dist/components/Dropdown/Dropdown.types.d.ts +119 -0
- package/dist/components/Dropdown/Dropdown.types.d.ts.map +1 -0
- package/dist/components/Dropdown/index.d.ts +6 -0
- package/dist/components/Dropdown/index.d.ts.map +1 -0
- package/dist/components/EmptyState/EmptyState.d.ts +18 -0
- package/dist/components/EmptyState/EmptyState.d.ts.map +1 -0
- package/dist/components/EmptyState/EmptyState.types.d.ts +51 -0
- package/dist/components/EmptyState/EmptyState.types.d.ts.map +1 -0
- package/dist/components/EmptyState/index.d.ts +6 -0
- package/dist/components/EmptyState/index.d.ts.map +1 -0
- package/dist/components/Icon/Icon.d.ts +37 -0
- package/dist/components/Icon/Icon.d.ts.map +1 -0
- package/dist/components/Icon/Icon.types.d.ts +102 -0
- package/dist/components/Icon/Icon.types.d.ts.map +1 -0
- package/dist/components/Icon/index.d.ts +6 -0
- package/dist/components/Icon/index.d.ts.map +1 -0
- package/dist/components/IconGallery/IconGallery.d.ts +6 -8
- package/dist/components/IconGallery/IconGallery.d.ts.map +1 -1
- package/dist/components/IconGallery/IconGallery.types.d.ts +39 -0
- package/dist/components/IconGallery/IconGallery.types.d.ts.map +1 -0
- package/dist/components/IconGallery/index.d.ts +6 -0
- package/dist/components/IconGallery/index.d.ts.map +1 -0
- package/dist/components/Link/Link.d.ts +15 -0
- package/dist/components/Link/Link.d.ts.map +1 -0
- package/dist/components/Link/Link.types.d.ts +59 -0
- package/dist/components/Link/Link.types.d.ts.map +1 -0
- package/dist/components/Link/index.d.ts +6 -0
- package/dist/components/Link/index.d.ts.map +1 -0
- package/dist/components/List/List.d.ts +19 -0
- package/dist/components/List/List.d.ts.map +1 -0
- package/dist/components/List/List.types.d.ts +117 -0
- package/dist/components/List/List.types.d.ts.map +1 -0
- package/dist/components/List/index.d.ts +6 -0
- package/dist/components/List/index.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.d.ts +17 -0
- package/dist/components/Pagination/Pagination.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.types.d.ts +62 -0
- package/dist/components/Pagination/Pagination.types.d.ts.map +1 -0
- package/dist/components/Pagination/index.d.ts +6 -0
- package/dist/components/Pagination/index.d.ts.map +1 -0
- package/dist/components/Popover/Popover.d.ts +17 -0
- package/dist/components/Popover/Popover.d.ts.map +1 -0
- package/dist/components/Popover/Popover.types.d.ts +100 -0
- package/dist/components/Popover/Popover.types.d.ts.map +1 -0
- package/dist/components/Popover/index.d.ts +6 -0
- package/dist/components/Popover/index.d.ts.map +1 -0
- package/dist/components/SearchInput/SearchInput.d.ts +18 -0
- package/dist/components/SearchInput/SearchInput.d.ts.map +1 -0
- package/dist/components/SearchInput/SearchInput.types.d.ts +73 -0
- package/dist/components/SearchInput/SearchInput.types.d.ts.map +1 -0
- package/dist/components/SearchInput/index.d.ts +6 -0
- package/dist/components/SearchInput/index.d.ts.map +1 -0
- package/dist/components/Skeleton/Skeleton.d.ts +15 -0
- package/dist/components/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/components/Skeleton/Skeleton.types.d.ts +56 -0
- package/dist/components/Skeleton/Skeleton.types.d.ts.map +1 -0
- package/dist/components/Skeleton/index.d.ts +6 -0
- package/dist/components/Skeleton/index.d.ts.map +1 -0
- package/dist/components/Slider/Slider.d.ts +18 -0
- package/dist/components/Slider/Slider.d.ts.map +1 -0
- package/dist/components/Slider/Slider.types.d.ts +98 -0
- package/dist/components/Slider/Slider.types.d.ts.map +1 -0
- package/dist/components/Slider/index.d.ts +6 -0
- package/dist/components/Slider/index.d.ts.map +1 -0
- package/dist/components/Stepper/Stepper.d.ts +20 -0
- package/dist/components/Stepper/Stepper.d.ts.map +1 -0
- package/dist/components/Stepper/Stepper.types.d.ts +135 -0
- package/dist/components/Stepper/Stepper.types.d.ts.map +1 -0
- package/dist/components/Stepper/index.d.ts +6 -0
- package/dist/components/Stepper/index.d.ts.map +1 -0
- package/dist/components/Table/Table.types.d.ts +2 -2
- package/dist/components/Table/Table.types.d.ts.map +1 -1
- package/dist/components/Toast/Toast.d.ts +33 -0
- package/dist/components/Toast/Toast.d.ts.map +1 -0
- package/dist/components/Toast/Toast.types.d.ts +126 -0
- package/dist/components/Toast/Toast.types.d.ts.map +1 -0
- package/dist/components/Toast/index.d.ts +6 -0
- package/dist/components/Toast/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +48 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +14 -0
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/useClickOutside.d.ts +31 -0
- package/dist/hooks/useClickOutside.d.ts.map +1 -0
- package/dist/hooks/useCopyToClipboard.d.ts +72 -0
- package/dist/hooks/useCopyToClipboard.d.ts.map +1 -0
- package/dist/hooks/useDebounce.d.ts +58 -0
- package/dist/hooks/useDebounce.d.ts.map +1 -0
- package/dist/hooks/useDisclosure.d.ts +74 -0
- package/dist/hooks/useDisclosure.d.ts.map +1 -0
- package/dist/hooks/useKeyboard.d.ts +101 -0
- package/dist/hooks/useKeyboard.d.ts.map +1 -0
- package/dist/hooks/useLocalStorage.d.ts +48 -0
- package/dist/hooks/useLocalStorage.d.ts.map +1 -0
- package/dist/hooks/useMediaQuery.d.ts +43 -0
- package/dist/hooks/useMediaQuery.d.ts.map +1 -0
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +54 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +16458 -12654
- package/dist/index.mjs.map +1 -1
- package/dist/react.css +1 -1
- package/dist/sections/AppDownload/AppDownload.d.ts +12 -0
- package/dist/sections/AppDownload/AppDownload.d.ts.map +1 -0
- package/dist/sections/AppDownload/AppDownload.types.d.ts +118 -0
- package/dist/sections/AppDownload/AppDownload.types.d.ts.map +1 -0
- package/dist/sections/AppDownload/index.d.ts +3 -0
- package/dist/sections/AppDownload/index.d.ts.map +1 -0
- package/dist/sections/Banner/Banner.d.ts +12 -0
- package/dist/sections/Banner/Banner.d.ts.map +1 -0
- package/dist/sections/Banner/Banner.types.d.ts +105 -0
- package/dist/sections/Banner/Banner.types.d.ts.map +1 -0
- package/dist/sections/Banner/index.d.ts +3 -0
- package/dist/sections/Banner/index.d.ts.map +1 -0
- package/dist/sections/Blog/Blog.d.ts +12 -0
- package/dist/sections/Blog/Blog.d.ts.map +1 -0
- package/dist/sections/Blog/Blog.types.d.ts +143 -0
- package/dist/sections/Blog/Blog.types.d.ts.map +1 -0
- package/dist/sections/Blog/index.d.ts +3 -0
- package/dist/sections/Blog/index.d.ts.map +1 -0
- package/dist/sections/CTA/CTA.d.ts +24 -0
- package/dist/sections/CTA/CTA.d.ts.map +1 -0
- package/dist/sections/CTA/CTA.types.d.ts +74 -0
- package/dist/sections/CTA/CTA.types.d.ts.map +1 -0
- package/dist/sections/CTA/index.d.ts +6 -0
- package/dist/sections/CTA/index.d.ts.map +1 -0
- package/dist/sections/Carousel/Carousel.d.ts +36 -0
- package/dist/sections/Carousel/Carousel.d.ts.map +1 -0
- package/dist/sections/Carousel/Carousel.types.d.ts +160 -0
- package/dist/sections/Carousel/Carousel.types.d.ts.map +1 -0
- package/dist/sections/Carousel/CarouselCard.d.ts +12 -0
- package/dist/sections/Carousel/CarouselCard.d.ts.map +1 -0
- package/dist/sections/Carousel/index.d.ts +7 -0
- package/dist/sections/Carousel/index.d.ts.map +1 -0
- package/dist/sections/Comparison/Comparison.d.ts +12 -0
- package/dist/sections/Comparison/Comparison.d.ts.map +1 -0
- package/dist/sections/Comparison/Comparison.types.d.ts +124 -0
- package/dist/sections/Comparison/Comparison.types.d.ts.map +1 -0
- package/dist/sections/Comparison/index.d.ts +3 -0
- package/dist/sections/Comparison/index.d.ts.map +1 -0
- package/dist/sections/Contact/Contact.d.ts +29 -0
- package/dist/sections/Contact/Contact.d.ts.map +1 -0
- package/dist/sections/Contact/Contact.types.d.ts +137 -0
- package/dist/sections/Contact/Contact.types.d.ts.map +1 -0
- package/dist/sections/Contact/index.d.ts +6 -0
- package/dist/sections/Contact/index.d.ts.map +1 -0
- package/dist/sections/Container/Container.d.ts +17 -0
- package/dist/sections/Container/Container.d.ts.map +1 -0
- package/dist/sections/Container/Container.types.d.ts +47 -0
- package/dist/sections/Container/Container.types.d.ts.map +1 -0
- package/dist/sections/Container/index.d.ts +6 -0
- package/dist/sections/Container/index.d.ts.map +1 -0
- package/dist/sections/FAQ/FAQ.d.ts +29 -0
- package/dist/sections/FAQ/FAQ.d.ts.map +1 -0
- package/dist/sections/FAQ/FAQ.types.d.ts +121 -0
- package/dist/sections/FAQ/FAQ.types.d.ts.map +1 -0
- package/dist/sections/FAQ/FAQItemCard.d.ts +12 -0
- package/dist/sections/FAQ/FAQItemCard.d.ts.map +1 -0
- package/dist/sections/FAQ/index.d.ts +7 -0
- package/dist/sections/FAQ/index.d.ts.map +1 -0
- package/dist/sections/Features/FeatureCard.d.ts +11 -0
- package/dist/sections/Features/FeatureCard.d.ts.map +1 -0
- package/dist/sections/Features/Features.d.ts +24 -0
- package/dist/sections/Features/Features.d.ts.map +1 -0
- package/dist/sections/Features/Features.types.d.ts +104 -0
- package/dist/sections/Features/Features.types.d.ts.map +1 -0
- package/dist/sections/Features/index.d.ts +7 -0
- package/dist/sections/Features/index.d.ts.map +1 -0
- package/dist/sections/Footer/Footer.d.ts +24 -0
- package/dist/sections/Footer/Footer.d.ts.map +1 -0
- package/dist/sections/Footer/Footer.types.d.ts +133 -0
- package/dist/sections/Footer/Footer.types.d.ts.map +1 -0
- package/dist/sections/Footer/index.d.ts +6 -0
- package/dist/sections/Footer/index.d.ts.map +1 -0
- package/dist/sections/Gallery/Gallery.d.ts +12 -0
- package/dist/sections/Gallery/Gallery.d.ts.map +1 -0
- package/dist/sections/Gallery/Gallery.types.d.ts +118 -0
- package/dist/sections/Gallery/Gallery.types.d.ts.map +1 -0
- package/dist/sections/Gallery/index.d.ts +3 -0
- package/dist/sections/Gallery/index.d.ts.map +1 -0
- package/dist/sections/Hero/Hero.d.ts +22 -0
- package/dist/sections/Hero/Hero.d.ts.map +1 -0
- package/dist/sections/Hero/Hero.types.d.ts +83 -0
- package/dist/sections/Hero/Hero.types.d.ts.map +1 -0
- package/dist/sections/Hero/index.d.ts +6 -0
- package/dist/sections/Hero/index.d.ts.map +1 -0
- package/dist/sections/LogoCloud/LogoCloud.d.ts +26 -0
- package/dist/sections/LogoCloud/LogoCloud.d.ts.map +1 -0
- package/dist/sections/LogoCloud/LogoCloud.types.d.ts +105 -0
- package/dist/sections/LogoCloud/LogoCloud.types.d.ts.map +1 -0
- package/dist/sections/LogoCloud/index.d.ts +6 -0
- package/dist/sections/LogoCloud/index.d.ts.map +1 -0
- package/dist/sections/Newsletter/Newsletter.d.ts +22 -0
- package/dist/sections/Newsletter/Newsletter.d.ts.map +1 -0
- package/dist/sections/Newsletter/Newsletter.types.d.ts +101 -0
- package/dist/sections/Newsletter/Newsletter.types.d.ts.map +1 -0
- package/dist/sections/Newsletter/index.d.ts +6 -0
- package/dist/sections/Newsletter/index.d.ts.map +1 -0
- package/dist/sections/Pricing/Pricing.d.ts +35 -0
- package/dist/sections/Pricing/Pricing.d.ts.map +1 -0
- package/dist/sections/Pricing/Pricing.types.d.ts +133 -0
- package/dist/sections/Pricing/Pricing.types.d.ts.map +1 -0
- package/dist/sections/Pricing/PricingCard.d.ts +11 -0
- package/dist/sections/Pricing/PricingCard.d.ts.map +1 -0
- package/dist/sections/Pricing/index.d.ts +7 -0
- package/dist/sections/Pricing/index.d.ts.map +1 -0
- package/dist/sections/Section/Section.d.ts +19 -0
- package/dist/sections/Section/Section.d.ts.map +1 -0
- package/dist/sections/Section/Section.types.d.ts +68 -0
- package/dist/sections/Section/Section.types.d.ts.map +1 -0
- package/dist/sections/Section/index.d.ts +6 -0
- package/dist/sections/Section/index.d.ts.map +1 -0
- package/dist/sections/SocialProof/SocialProof.d.ts +12 -0
- package/dist/sections/SocialProof/SocialProof.d.ts.map +1 -0
- package/dist/sections/SocialProof/SocialProof.types.d.ts +142 -0
- package/dist/sections/SocialProof/SocialProof.types.d.ts.map +1 -0
- package/dist/sections/SocialProof/index.d.ts +3 -0
- package/dist/sections/SocialProof/index.d.ts.map +1 -0
- package/dist/sections/Stats/StatItemCard.d.ts +11 -0
- package/dist/sections/Stats/StatItemCard.d.ts.map +1 -0
- package/dist/sections/Stats/Stats.d.ts +25 -0
- package/dist/sections/Stats/Stats.d.ts.map +1 -0
- package/dist/sections/Stats/Stats.types.d.ts +125 -0
- package/dist/sections/Stats/Stats.types.d.ts.map +1 -0
- package/dist/sections/Stats/index.d.ts +7 -0
- package/dist/sections/Stats/index.d.ts.map +1 -0
- package/dist/sections/Team/Team.d.ts +31 -0
- package/dist/sections/Team/Team.d.ts.map +1 -0
- package/dist/sections/Team/Team.types.d.ts +135 -0
- package/dist/sections/Team/Team.types.d.ts.map +1 -0
- package/dist/sections/Team/TeamMemberCard.d.ts +11 -0
- package/dist/sections/Team/TeamMemberCard.d.ts.map +1 -0
- package/dist/sections/Team/index.d.ts +7 -0
- package/dist/sections/Team/index.d.ts.map +1 -0
- package/dist/sections/Testimonials/TestimonialCard.d.ts +11 -0
- package/dist/sections/Testimonials/TestimonialCard.d.ts.map +1 -0
- package/dist/sections/Testimonials/Testimonials.d.ts +31 -0
- package/dist/sections/Testimonials/Testimonials.d.ts.map +1 -0
- package/dist/sections/Testimonials/Testimonials.types.d.ts +130 -0
- package/dist/sections/Testimonials/Testimonials.types.d.ts.map +1 -0
- package/dist/sections/Testimonials/index.d.ts +7 -0
- package/dist/sections/Testimonials/index.d.ts.map +1 -0
- package/dist/sections/Timeline/Timeline.d.ts +12 -0
- package/dist/sections/Timeline/Timeline.d.ts.map +1 -0
- package/dist/sections/Timeline/Timeline.types.d.ts +102 -0
- package/dist/sections/Timeline/Timeline.types.d.ts.map +1 -0
- package/dist/sections/Timeline/index.d.ts +3 -0
- package/dist/sections/Timeline/index.d.ts.map +1 -0
- package/dist/sections/index.d.ts +80 -0
- package/dist/sections/index.d.ts.map +1 -0
- package/dist/utils/icons.d.ts +47 -46
- package/dist/utils/icons.d.ts.map +1 -1
- package/package.json +14 -14
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LogoCloud Component Types
|
|
3
|
+
*
|
|
4
|
+
* Type definitions for the Orion LogoCloud section component.
|
|
5
|
+
*/
|
|
6
|
+
import type { HTMLAttributes, ReactNode } from 'react';
|
|
7
|
+
/**
|
|
8
|
+
* LogoCloud layout variant
|
|
9
|
+
*/
|
|
10
|
+
export type LogoCloudLayout = 'grid' | 'inline' | 'marquee';
|
|
11
|
+
/**
|
|
12
|
+
* Logo size variant
|
|
13
|
+
*/
|
|
14
|
+
export type LogoCloudSize = 'sm' | 'md' | 'lg';
|
|
15
|
+
/**
|
|
16
|
+
* Logo item data structure
|
|
17
|
+
*/
|
|
18
|
+
export interface LogoItem {
|
|
19
|
+
/**
|
|
20
|
+
* Logo element (typically an img or svg)
|
|
21
|
+
*/
|
|
22
|
+
logo: ReactNode;
|
|
23
|
+
/**
|
|
24
|
+
* Company/brand name (for accessibility)
|
|
25
|
+
*/
|
|
26
|
+
name: string;
|
|
27
|
+
/**
|
|
28
|
+
* Optional link URL
|
|
29
|
+
*/
|
|
30
|
+
href?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* LogoCloud section props
|
|
34
|
+
*
|
|
35
|
+
* @example
|
|
36
|
+
* ```tsx
|
|
37
|
+
* <LogoCloud
|
|
38
|
+
* title="Trusted by leading companies"
|
|
39
|
+
* logos={[
|
|
40
|
+
* { logo: <img src="/vercel.svg" alt="" />, name: "Vercel" },
|
|
41
|
+
* { logo: <img src="/stripe.svg" alt="" />, name: "Stripe" },
|
|
42
|
+
* { logo: <img src="/linear.svg" alt="" />, name: "Linear" }
|
|
43
|
+
* ]}
|
|
44
|
+
* layout="grid"
|
|
45
|
+
* columns={5}
|
|
46
|
+
* />
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
export interface LogoCloudProps extends Omit<HTMLAttributes<HTMLElement>, 'title'> {
|
|
50
|
+
/**
|
|
51
|
+
* Optional eyebrow/badge above title
|
|
52
|
+
*/
|
|
53
|
+
eyebrow?: ReactNode;
|
|
54
|
+
/**
|
|
55
|
+
* Section title
|
|
56
|
+
*/
|
|
57
|
+
title?: ReactNode;
|
|
58
|
+
/**
|
|
59
|
+
* Section description
|
|
60
|
+
*/
|
|
61
|
+
description?: ReactNode;
|
|
62
|
+
/**
|
|
63
|
+
* Array of logo items
|
|
64
|
+
*/
|
|
65
|
+
logos: LogoItem[];
|
|
66
|
+
/**
|
|
67
|
+
* Layout variant
|
|
68
|
+
* - grid: Fixed grid layout
|
|
69
|
+
* - inline: Flexible inline/wrap layout
|
|
70
|
+
* - marquee: Animated scrolling marquee
|
|
71
|
+
* @default 'inline'
|
|
72
|
+
*/
|
|
73
|
+
layout?: LogoCloudLayout;
|
|
74
|
+
/**
|
|
75
|
+
* Number of columns (for grid layout)
|
|
76
|
+
* @default 5
|
|
77
|
+
*/
|
|
78
|
+
columns?: 3 | 4 | 5 | 6;
|
|
79
|
+
/**
|
|
80
|
+
* Logo size
|
|
81
|
+
* @default 'md'
|
|
82
|
+
*/
|
|
83
|
+
size?: LogoCloudSize;
|
|
84
|
+
/**
|
|
85
|
+
* Grayscale logos (colorize on hover)
|
|
86
|
+
* @default true
|
|
87
|
+
*/
|
|
88
|
+
grayscale?: boolean;
|
|
89
|
+
/**
|
|
90
|
+
* Background style
|
|
91
|
+
* @default 'none'
|
|
92
|
+
*/
|
|
93
|
+
background?: 'base' | 'subtle' | 'none';
|
|
94
|
+
/**
|
|
95
|
+
* Center the content
|
|
96
|
+
* @default true
|
|
97
|
+
*/
|
|
98
|
+
centered?: boolean;
|
|
99
|
+
/**
|
|
100
|
+
* Marquee animation speed (for marquee layout)
|
|
101
|
+
* @default 'normal'
|
|
102
|
+
*/
|
|
103
|
+
marqueeSpeed?: 'slow' | 'normal' | 'fast';
|
|
104
|
+
}
|
|
105
|
+
//# sourceMappingURL=LogoCloud.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LogoCloud.types.d.ts","sourceRoot":"","sources":["../../../src/sections/LogoCloud/LogoCloud.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,QAAQ,GAAG,SAAS,CAAC;AAE5D;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE/C;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC;IAEhB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAChF;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;OAEG;IACH,KAAK,EAAE,QAAQ,EAAE,CAAC;IAElB;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IAEzB;;;OAGG;IACH,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAExB;;;OAGG;IACH,IAAI,CAAC,EAAE,aAAa,CAAC;IAErB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;IAExC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;CAC3C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/LogoCloud/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EACV,cAAc,EACd,QAAQ,EACR,eAAe,EACf,aAAa,GACd,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Newsletter Component
|
|
3
|
+
*
|
|
4
|
+
* A newsletter signup section with email input and customizable messaging.
|
|
5
|
+
* Supports multiple layouts and states (loading, success, error).
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* <Newsletter
|
|
10
|
+
* eyebrow={<Badge>Newsletter</Badge>}
|
|
11
|
+
* title="Stay in the loop"
|
|
12
|
+
* description="Get the latest updates, tips, and resources delivered to your inbox."
|
|
13
|
+
* placeholder="you@example.com"
|
|
14
|
+
* buttonText="Subscribe"
|
|
15
|
+
* disclaimer="We respect your privacy. Unsubscribe at any time."
|
|
16
|
+
* onSubmit={(email) => handleSubscribe(email)}
|
|
17
|
+
* />
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
import type { NewsletterProps } from './Newsletter.types';
|
|
21
|
+
export declare const Newsletter: import("react").ForwardRefExoticComponent<NewsletterProps & import("react").RefAttributes<HTMLElement>>;
|
|
22
|
+
//# sourceMappingURL=Newsletter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Newsletter.d.ts","sourceRoot":"","sources":["../../../src/sections/Newsletter/Newsletter.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAO1D,eAAO,MAAM,UAAU,yGAuItB,CAAC"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Newsletter Component Types
|
|
3
|
+
*
|
|
4
|
+
* Type definitions for the Orion Newsletter section component.
|
|
5
|
+
*/
|
|
6
|
+
import type { HTMLAttributes, ReactNode } from 'react';
|
|
7
|
+
/**
|
|
8
|
+
* Newsletter layout variant
|
|
9
|
+
*/
|
|
10
|
+
export type NewsletterLayout = 'inline' | 'stacked' | 'card';
|
|
11
|
+
/**
|
|
12
|
+
* Newsletter size variant
|
|
13
|
+
*/
|
|
14
|
+
export type NewsletterSize = 'sm' | 'md' | 'lg';
|
|
15
|
+
/**
|
|
16
|
+
* Newsletter section props
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ```tsx
|
|
20
|
+
* <Newsletter
|
|
21
|
+
* title="Subscribe to our newsletter"
|
|
22
|
+
* description="Get the latest updates delivered to your inbox"
|
|
23
|
+
* placeholder="Enter your email"
|
|
24
|
+
* buttonText="Subscribe"
|
|
25
|
+
* onSubmit={(email) => console.log(email)}
|
|
26
|
+
* />
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
export interface NewsletterProps extends Omit<HTMLAttributes<HTMLElement>, 'title' | 'onSubmit'> {
|
|
30
|
+
/**
|
|
31
|
+
* Optional eyebrow/badge above title
|
|
32
|
+
*/
|
|
33
|
+
eyebrow?: ReactNode;
|
|
34
|
+
/**
|
|
35
|
+
* Section title
|
|
36
|
+
*/
|
|
37
|
+
title?: ReactNode;
|
|
38
|
+
/**
|
|
39
|
+
* Section description
|
|
40
|
+
*/
|
|
41
|
+
description?: ReactNode;
|
|
42
|
+
/**
|
|
43
|
+
* Email input placeholder
|
|
44
|
+
* @default "Enter your email"
|
|
45
|
+
*/
|
|
46
|
+
placeholder?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Submit button text
|
|
49
|
+
* @default "Subscribe"
|
|
50
|
+
*/
|
|
51
|
+
buttonText?: string;
|
|
52
|
+
/**
|
|
53
|
+
* Custom submit button element
|
|
54
|
+
*/
|
|
55
|
+
submitButton?: ReactNode;
|
|
56
|
+
/**
|
|
57
|
+
* Form submit handler - receives email address
|
|
58
|
+
*/
|
|
59
|
+
onSubmit?: (email: string) => void;
|
|
60
|
+
/**
|
|
61
|
+
* Privacy/disclaimer text below form
|
|
62
|
+
*/
|
|
63
|
+
disclaimer?: ReactNode;
|
|
64
|
+
/**
|
|
65
|
+
* Layout variant
|
|
66
|
+
* - inline: Input and button on same line
|
|
67
|
+
* - stacked: Input above button
|
|
68
|
+
* - card: Contained in a card with padding
|
|
69
|
+
* @default 'inline'
|
|
70
|
+
*/
|
|
71
|
+
layout?: NewsletterLayout;
|
|
72
|
+
/**
|
|
73
|
+
* Size variant affecting spacing and typography
|
|
74
|
+
* @default 'md'
|
|
75
|
+
*/
|
|
76
|
+
size?: NewsletterSize;
|
|
77
|
+
/**
|
|
78
|
+
* Background style
|
|
79
|
+
* @default 'subtle'
|
|
80
|
+
*/
|
|
81
|
+
background?: 'base' | 'subtle' | 'brand' | 'none';
|
|
82
|
+
/**
|
|
83
|
+
* Center align content
|
|
84
|
+
* @default true
|
|
85
|
+
*/
|
|
86
|
+
centered?: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* Success message to show after submission
|
|
89
|
+
*/
|
|
90
|
+
successMessage?: ReactNode;
|
|
91
|
+
/**
|
|
92
|
+
* Error message to show on submission error
|
|
93
|
+
*/
|
|
94
|
+
errorMessage?: ReactNode;
|
|
95
|
+
/**
|
|
96
|
+
* Loading state
|
|
97
|
+
* @default false
|
|
98
|
+
*/
|
|
99
|
+
loading?: boolean;
|
|
100
|
+
}
|
|
101
|
+
//# sourceMappingURL=Newsletter.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Newsletter.types.d.ts","sourceRoot":"","sources":["../../../src/sections/Newsletter/Newsletter.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAC;AAE7D;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEhD;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IAC9F;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IAEzB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAEnC;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;IAEvB;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAE1B;;;OAGG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;IAElD;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;IAE3B;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IAEzB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/Newsletter/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EACV,eAAe,EACf,gBAAgB,EAChB,cAAc,GACf,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pricing Component
|
|
3
|
+
*
|
|
4
|
+
* A pricing section with support for multiple plans, feature lists, and
|
|
5
|
+
* highlighting popular options. Composes atomic components from @orion/react.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* <Pricing
|
|
10
|
+
* eyebrow={<Badge>Pricing</Badge>}
|
|
11
|
+
* title="Simple, transparent pricing"
|
|
12
|
+
* description="Choose the plan that's right for you"
|
|
13
|
+
* plans={[
|
|
14
|
+
* {
|
|
15
|
+
* name: "Starter",
|
|
16
|
+
* price: "$9",
|
|
17
|
+
* period: "per month",
|
|
18
|
+
* features: ["5 projects", "Basic support"],
|
|
19
|
+
* action: <Button>Get Started</Button>
|
|
20
|
+
* },
|
|
21
|
+
* {
|
|
22
|
+
* name: "Pro",
|
|
23
|
+
* price: "$29",
|
|
24
|
+
* period: "per month",
|
|
25
|
+
* features: ["Unlimited projects", "Priority support"],
|
|
26
|
+
* action: <Button>Get Started</Button>,
|
|
27
|
+
* popular: true
|
|
28
|
+
* }
|
|
29
|
+
* ]}
|
|
30
|
+
* />
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
import type { PricingProps } from './Pricing.types';
|
|
34
|
+
export declare const Pricing: import("react").ForwardRefExoticComponent<PricingProps & import("react").RefAttributes<HTMLElement>>;
|
|
35
|
+
//# sourceMappingURL=Pricing.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pricing.d.ts","sourceRoot":"","sources":["../../../src/sections/Pricing/Pricing.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AAGH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAMpD,eAAO,MAAM,OAAO,sGAmDnB,CAAC"}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pricing Component Types
|
|
3
|
+
*
|
|
4
|
+
* Type definitions for the Orion Pricing section component.
|
|
5
|
+
*/
|
|
6
|
+
import type { HTMLAttributes, ReactNode } from 'react';
|
|
7
|
+
/**
|
|
8
|
+
* Grid column count for pricing cards
|
|
9
|
+
*/
|
|
10
|
+
export type PricingColumns = 2 | 3 | 4;
|
|
11
|
+
/**
|
|
12
|
+
* Feature item in a pricing plan
|
|
13
|
+
*/
|
|
14
|
+
export interface PricingFeature {
|
|
15
|
+
/**
|
|
16
|
+
* Feature text
|
|
17
|
+
*/
|
|
18
|
+
text: string;
|
|
19
|
+
/**
|
|
20
|
+
* Whether the feature is included in the plan
|
|
21
|
+
* @default true
|
|
22
|
+
*/
|
|
23
|
+
included?: boolean;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Pricing plan data structure
|
|
27
|
+
*/
|
|
28
|
+
export interface PricingPlan {
|
|
29
|
+
/**
|
|
30
|
+
* Plan name (e.g., "Starter", "Pro", "Enterprise")
|
|
31
|
+
*/
|
|
32
|
+
name: string;
|
|
33
|
+
/**
|
|
34
|
+
* Price display (e.g., "$9", "$29/mo", or ReactNode for custom)
|
|
35
|
+
*/
|
|
36
|
+
price: string | ReactNode;
|
|
37
|
+
/**
|
|
38
|
+
* Billing period (e.g., "per month", "per user/month")
|
|
39
|
+
*/
|
|
40
|
+
period?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Short description of the plan
|
|
43
|
+
*/
|
|
44
|
+
description?: string;
|
|
45
|
+
/**
|
|
46
|
+
* List of features included in the plan
|
|
47
|
+
*/
|
|
48
|
+
features: (string | PricingFeature)[];
|
|
49
|
+
/**
|
|
50
|
+
* Call-to-action button/element
|
|
51
|
+
*/
|
|
52
|
+
action?: ReactNode;
|
|
53
|
+
/**
|
|
54
|
+
* Mark as most popular/recommended
|
|
55
|
+
* @default false
|
|
56
|
+
*/
|
|
57
|
+
popular?: boolean;
|
|
58
|
+
/**
|
|
59
|
+
* Optional badge text (e.g., "Best Value", "Most Popular")
|
|
60
|
+
*/
|
|
61
|
+
badge?: ReactNode;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Pricing card props (internal component)
|
|
65
|
+
*/
|
|
66
|
+
export interface PricingCardProps extends HTMLAttributes<HTMLDivElement> {
|
|
67
|
+
/**
|
|
68
|
+
* Pricing plan data
|
|
69
|
+
*/
|
|
70
|
+
plan: PricingPlan;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Pricing section props
|
|
74
|
+
*
|
|
75
|
+
* @example
|
|
76
|
+
* ```tsx
|
|
77
|
+
* <Pricing
|
|
78
|
+
* title="Simple, transparent pricing"
|
|
79
|
+
* description="Choose the plan that's right for you"
|
|
80
|
+
* plans={[
|
|
81
|
+
* {
|
|
82
|
+
* name: "Starter",
|
|
83
|
+
* price: "$9",
|
|
84
|
+
* period: "per month",
|
|
85
|
+
* features: ["5 projects", "Basic support"],
|
|
86
|
+
* action: <Button>Get Started</Button>
|
|
87
|
+
* },
|
|
88
|
+
* {
|
|
89
|
+
* name: "Pro",
|
|
90
|
+
* price: "$29",
|
|
91
|
+
* period: "per month",
|
|
92
|
+
* features: ["Unlimited projects", "Priority support"],
|
|
93
|
+
* action: <Button>Get Started</Button>,
|
|
94
|
+
* popular: true
|
|
95
|
+
* }
|
|
96
|
+
* ]}
|
|
97
|
+
* />
|
|
98
|
+
* ```
|
|
99
|
+
*/
|
|
100
|
+
export interface PricingProps extends Omit<HTMLAttributes<HTMLElement>, 'title'> {
|
|
101
|
+
/**
|
|
102
|
+
* Optional eyebrow/badge above title
|
|
103
|
+
*/
|
|
104
|
+
eyebrow?: ReactNode;
|
|
105
|
+
/**
|
|
106
|
+
* Section title
|
|
107
|
+
*/
|
|
108
|
+
title?: ReactNode;
|
|
109
|
+
/**
|
|
110
|
+
* Section description
|
|
111
|
+
*/
|
|
112
|
+
description?: ReactNode;
|
|
113
|
+
/**
|
|
114
|
+
* Array of pricing plans
|
|
115
|
+
*/
|
|
116
|
+
plans: PricingPlan[];
|
|
117
|
+
/**
|
|
118
|
+
* Number of grid columns
|
|
119
|
+
* @default 3
|
|
120
|
+
*/
|
|
121
|
+
columns?: PricingColumns;
|
|
122
|
+
/**
|
|
123
|
+
* Background style
|
|
124
|
+
* @default 'subtle'
|
|
125
|
+
*/
|
|
126
|
+
background?: 'base' | 'subtle' | 'none';
|
|
127
|
+
/**
|
|
128
|
+
* Center the header text
|
|
129
|
+
* @default true
|
|
130
|
+
*/
|
|
131
|
+
centered?: boolean;
|
|
132
|
+
}
|
|
133
|
+
//# sourceMappingURL=Pricing.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pricing.types.d.ts","sourceRoot":"","sources":["../../../src/sections/Pricing/Pricing.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAEvC;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAE1B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,QAAQ,EAAE,CAAC,MAAM,GAAG,cAAc,CAAC,EAAE,CAAC;IAEtC;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IAEnB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,gBAAiB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACtE;;OAEG;IACH,IAAI,EAAE,WAAW,CAAC;CACnB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAC9E;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;OAEG;IACH,KAAK,EAAE,WAAW,EAAE,CAAC;IAErB;;;OAGG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC;IAEzB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;IAExC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* PricingCard Component
|
|
3
|
+
*
|
|
4
|
+
* Internal component for rendering individual pricing cards.
|
|
5
|
+
*/
|
|
6
|
+
import type { PricingCardProps } from './Pricing.types';
|
|
7
|
+
export declare const PricingCard: {
|
|
8
|
+
({ plan, className }: PricingCardProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
displayName: string;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=PricingCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PricingCard.d.ts","sourceRoot":"","sources":["../../../src/sections/Pricing/PricingCard.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,gBAAgB,EAAkB,MAAM,iBAAiB,CAAC;AAKxE,eAAO,MAAM,WAAW;0BAAyB,gBAAgB;;CAoEhE,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pricing Component Exports
|
|
3
|
+
*/
|
|
4
|
+
export { Pricing } from './Pricing';
|
|
5
|
+
export { PricingCard } from './PricingCard';
|
|
6
|
+
export type { PricingProps, PricingPlan, PricingFeature, PricingCardProps, PricingColumns, } from './Pricing.types';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/Pricing/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EACV,YAAY,EACZ,WAAW,EACX,cAAc,EACd,gBAAgB,EAChB,cAAc,GACf,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Section Component
|
|
3
|
+
*
|
|
4
|
+
* A semantic section wrapper that provides consistent vertical spacing and backgrounds.
|
|
5
|
+
* Part of the Orion Sections library for building complete page layouts.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* <Section spacing="lg" background="subtle">
|
|
10
|
+
* <Container>
|
|
11
|
+
* <h2>Section Title</h2>
|
|
12
|
+
* <p>Section content</p>
|
|
13
|
+
* </Container>
|
|
14
|
+
* </Section>
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
import type { SectionProps } from './Section.types';
|
|
18
|
+
export declare const Section: import("react").ForwardRefExoticComponent<SectionProps & import("react").RefAttributes<HTMLElement>>;
|
|
19
|
+
//# sourceMappingURL=Section.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../src/sections/Section/Section.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAGH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAGpD,eAAO,MAAM,OAAO,sGAmCnB,CAAC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Section Component Types
|
|
3
|
+
*
|
|
4
|
+
* Type definitions for the Orion Section wrapper component.
|
|
5
|
+
*/
|
|
6
|
+
import type { HTMLAttributes, ReactNode } from 'react';
|
|
7
|
+
/**
|
|
8
|
+
* Section spacing variants (vertical padding)
|
|
9
|
+
*/
|
|
10
|
+
export type SectionSpacing = 'sm' | 'md' | 'lg' | 'xl' | 'none';
|
|
11
|
+
/**
|
|
12
|
+
* Section background variants
|
|
13
|
+
*/
|
|
14
|
+
export type SectionBackground = 'base' | 'subtle' | 'sunken' | 'brand' | 'none';
|
|
15
|
+
/**
|
|
16
|
+
* Section component props
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ```tsx
|
|
20
|
+
* <Section spacing="lg" background="subtle">
|
|
21
|
+
* <Container>
|
|
22
|
+
* <Content />
|
|
23
|
+
* </Container>
|
|
24
|
+
* </Section>
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export interface SectionProps extends HTMLAttributes<HTMLElement> {
|
|
28
|
+
/**
|
|
29
|
+
* HTML element to render
|
|
30
|
+
* @default 'section'
|
|
31
|
+
*/
|
|
32
|
+
as?: 'section' | 'div' | 'article' | 'aside' | 'header' | 'footer';
|
|
33
|
+
/**
|
|
34
|
+
* Vertical spacing (padding)
|
|
35
|
+
* - none: 0
|
|
36
|
+
* - sm: spacing-8 (32px)
|
|
37
|
+
* - md: spacing-16 (64px)
|
|
38
|
+
* - lg: spacing-24 (96px)
|
|
39
|
+
* - xl: spacing-32 (128px)
|
|
40
|
+
* @default 'lg'
|
|
41
|
+
*/
|
|
42
|
+
spacing?: SectionSpacing;
|
|
43
|
+
/**
|
|
44
|
+
* Background style
|
|
45
|
+
* - base: surface-base (main background)
|
|
46
|
+
* - subtle: surface-subtle (gray background)
|
|
47
|
+
* - sunken: surface-sunken (recessed)
|
|
48
|
+
* - brand: interactive-primary (brand color)
|
|
49
|
+
* - none: transparent
|
|
50
|
+
* @default 'none'
|
|
51
|
+
*/
|
|
52
|
+
background?: SectionBackground;
|
|
53
|
+
/**
|
|
54
|
+
* Add top border
|
|
55
|
+
* @default false
|
|
56
|
+
*/
|
|
57
|
+
borderTop?: boolean;
|
|
58
|
+
/**
|
|
59
|
+
* Add bottom border
|
|
60
|
+
* @default false
|
|
61
|
+
*/
|
|
62
|
+
borderBottom?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* Section content
|
|
65
|
+
*/
|
|
66
|
+
children?: ReactNode;
|
|
67
|
+
}
|
|
68
|
+
//# sourceMappingURL=Section.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Section.types.d.ts","sourceRoot":"","sources":["../../../src/sections/Section/Section.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AAEhE;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;AAEhF;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,YAAa,SAAQ,cAAc,CAAC,WAAW,CAAC;IAC/D;;;OAGG;IACH,EAAE,CAAC,EAAE,SAAS,GAAG,KAAK,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAEnE;;;;;;;;OAQG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC;IAEzB;;;;;;;;OAQG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAE/B;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/Section/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SocialProof Section Component
|
|
3
|
+
*
|
|
4
|
+
* A section combining logos, testimonials, and stats for social proof.
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import type { SocialProofProps } from './SocialProof.types';
|
|
8
|
+
/**
|
|
9
|
+
* SocialProof section for displaying trust indicators
|
|
10
|
+
*/
|
|
11
|
+
export declare const SocialProof: React.FC<SocialProofProps>;
|
|
12
|
+
//# sourceMappingURL=SocialProof.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SocialProof.d.ts","sourceRoot":"","sources":["../../../src/sections/SocialProof/SocialProof.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAoB5D;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA0IlD,CAAC"}
|