@orion-ds/blocks 1.0.0
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/client.d.ts +20 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/index.cjs +4 -0
- package/dist/index.d.ts +29 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +4639 -0
- package/dist/sections/AgentFolder/AgentFolder.d.ts +5 -0
- package/dist/sections/AgentFolder/AgentFolder.d.ts.map +1 -0
- package/dist/sections/AgentFolder/AgentFolder.types.d.ts +97 -0
- package/dist/sections/AgentFolder/AgentFolder.types.d.ts.map +1 -0
- package/dist/sections/AgentFolder/index.d.ts +8 -0
- package/dist/sections/AgentFolder/index.d.ts.map +1 -0
- package/dist/sections/AppDownload/AppDownload.d.ts +8 -0
- package/dist/sections/AppDownload/AppDownload.d.ts.map +1 -0
- package/dist/sections/AppDownload/AppDownload.types.d.ts +114 -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/Blog/Blog.d.ts +8 -0
- package/dist/sections/Blog/Blog.d.ts.map +1 -0
- package/dist/sections/Blog/Blog.types.d.ts +139 -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/Breadcrumbs/Breadcrumbs.d.ts +4 -0
- package/dist/sections/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/dist/sections/Breadcrumbs/Breadcrumbs.types.d.ts +78 -0
- package/dist/sections/Breadcrumbs/Breadcrumbs.types.d.ts.map +1 -0
- package/dist/sections/Breadcrumbs/index.d.ts +3 -0
- package/dist/sections/Breadcrumbs/index.d.ts.map +1 -0
- package/dist/sections/CTA/CTA.d.ts +4 -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/CarouselSection/CarouselSection.d.ts +4 -0
- package/dist/sections/CarouselSection/CarouselSection.d.ts.map +1 -0
- package/dist/sections/CarouselSection/CarouselSection.types.d.ts +114 -0
- package/dist/sections/CarouselSection/CarouselSection.types.d.ts.map +1 -0
- package/dist/sections/CarouselSection/index.d.ts +11 -0
- package/dist/sections/CarouselSection/index.d.ts.map +1 -0
- package/dist/sections/Chat/ChatSection.d.ts +4 -0
- package/dist/sections/Chat/ChatSection.d.ts.map +1 -0
- package/dist/sections/Chat/index.d.ts +19 -0
- package/dist/sections/Chat/index.d.ts.map +1 -0
- package/dist/sections/Comparison/Comparison.d.ts +8 -0
- package/dist/sections/Comparison/Comparison.d.ts.map +1 -0
- package/dist/sections/Comparison/Comparison.types.d.ts +120 -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 +4 -0
- package/dist/sections/Contact/Contact.d.ts.map +1 -0
- package/dist/sections/Contact/Contact.types.d.ts +133 -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/EmptyState/EmptyState.d.ts +4 -0
- package/dist/sections/EmptyState/EmptyState.d.ts.map +1 -0
- package/dist/sections/EmptyState/EmptyState.types.d.ts +65 -0
- package/dist/sections/EmptyState/EmptyState.types.d.ts.map +1 -0
- package/dist/sections/EmptyState/index.d.ts +3 -0
- package/dist/sections/EmptyState/index.d.ts.map +1 -0
- package/dist/sections/FAQ/FAQ.d.ts +4 -0
- package/dist/sections/FAQ/FAQ.d.ts.map +1 -0
- package/dist/sections/FAQ/FAQ.types.d.ts +117 -0
- package/dist/sections/FAQ/FAQ.types.d.ts.map +1 -0
- package/dist/sections/FAQ/FAQItemCard.d.ts +7 -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 +7 -0
- package/dist/sections/Features/FeatureCard.d.ts.map +1 -0
- package/dist/sections/Features/Features.d.ts +4 -0
- package/dist/sections/Features/Features.d.ts.map +1 -0
- package/dist/sections/Features/Features.types.d.ts +100 -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 +4 -0
- package/dist/sections/Footer/Footer.d.ts.map +1 -0
- package/dist/sections/Footer/Footer.types.d.ts +129 -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 +8 -0
- package/dist/sections/Gallery/Gallery.d.ts.map +1 -0
- package/dist/sections/Gallery/Gallery.types.d.ts +114 -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 +10 -0
- package/dist/sections/Hero/Hero.d.ts.map +1 -0
- package/dist/sections/Hero/Hero.types.d.ts +152 -0
- package/dist/sections/Hero/Hero.types.d.ts.map +1 -0
- package/dist/sections/Hero/HeroHighlight.d.ts +7 -0
- package/dist/sections/Hero/HeroHighlight.d.ts.map +1 -0
- package/dist/sections/Hero/index.d.ts +7 -0
- package/dist/sections/Hero/index.d.ts.map +1 -0
- package/dist/sections/LogoCloud/LogoCloud.d.ts +4 -0
- package/dist/sections/LogoCloud/LogoCloud.d.ts.map +1 -0
- package/dist/sections/LogoCloud/LogoCloud.types.d.ts +101 -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 +4 -0
- package/dist/sections/Newsletter/Newsletter.d.ts.map +1 -0
- package/dist/sections/Newsletter/Newsletter.types.d.ts +97 -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 +4 -0
- package/dist/sections/Pricing/Pricing.d.ts.map +1 -0
- package/dist/sections/Pricing/Pricing.types.d.ts +129 -0
- package/dist/sections/Pricing/Pricing.types.d.ts.map +1 -0
- package/dist/sections/Pricing/PricingCard.d.ts +7 -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/SettingsLayout/SettingsLayout.d.ts +4 -0
- package/dist/sections/SettingsLayout/SettingsLayout.d.ts.map +1 -0
- package/dist/sections/SettingsLayout/SettingsLayout.types.d.ts +112 -0
- package/dist/sections/SettingsLayout/SettingsLayout.types.d.ts.map +1 -0
- package/dist/sections/SettingsLayout/index.d.ts +3 -0
- package/dist/sections/SettingsLayout/index.d.ts.map +1 -0
- package/dist/sections/SocialProof/SocialProof.d.ts +8 -0
- package/dist/sections/SocialProof/SocialProof.d.ts.map +1 -0
- package/dist/sections/SocialProof/SocialProof.types.d.ts +138 -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 +7 -0
- package/dist/sections/Stats/StatItemCard.d.ts.map +1 -0
- package/dist/sections/Stats/Stats.d.ts +4 -0
- package/dist/sections/Stats/Stats.d.ts.map +1 -0
- package/dist/sections/Stats/Stats.types.d.ts +131 -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/Stepper/Stepper.d.ts +4 -0
- package/dist/sections/Stepper/Stepper.d.ts.map +1 -0
- package/dist/sections/Stepper/Stepper.types.d.ts +101 -0
- package/dist/sections/Stepper/Stepper.types.d.ts.map +1 -0
- package/dist/sections/Stepper/index.d.ts +3 -0
- package/dist/sections/Stepper/index.d.ts.map +1 -0
- package/dist/sections/Team/Team.d.ts +4 -0
- package/dist/sections/Team/Team.d.ts.map +1 -0
- package/dist/sections/Team/Team.types.d.ts +139 -0
- package/dist/sections/Team/Team.types.d.ts.map +1 -0
- package/dist/sections/Team/TeamMemberCard.d.ts +7 -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 +7 -0
- package/dist/sections/Testimonials/TestimonialCard.d.ts.map +1 -0
- package/dist/sections/Testimonials/Testimonials.d.ts +4 -0
- package/dist/sections/Testimonials/Testimonials.d.ts.map +1 -0
- package/dist/sections/Testimonials/Testimonials.types.d.ts +126 -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 +8 -0
- package/dist/sections/Timeline/Timeline.d.ts.map +1 -0
- package/dist/sections/Timeline/Timeline.types.d.ts +98 -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 +31 -0
- package/dist/sections/index.d.ts.map +1 -0
- package/dist/style.css +1 -0
- package/dist/templates/app/AgentEditor/AgentEditor.d.ts +25 -0
- package/dist/templates/app/AgentEditor/AgentEditor.d.ts.map +1 -0
- package/dist/templates/app/AgentEditor/AgentEditor.types.d.ts +180 -0
- package/dist/templates/app/AgentEditor/AgentEditor.types.d.ts.map +1 -0
- package/dist/templates/app/AgentEditor/MultiAgentPanel.d.ts +9 -0
- package/dist/templates/app/AgentEditor/MultiAgentPanel.d.ts.map +1 -0
- package/dist/templates/app/AgentEditor/index.d.ts +3 -0
- package/dist/templates/app/AgentEditor/index.d.ts.map +1 -0
- package/dist/templates/app/AgentWorkspace/AgentWorkspace.d.ts +5 -0
- package/dist/templates/app/AgentWorkspace/AgentWorkspace.d.ts.map +1 -0
- package/dist/templates/app/AgentWorkspace/AgentWorkspace.types.d.ts +280 -0
- package/dist/templates/app/AgentWorkspace/AgentWorkspace.types.d.ts.map +1 -0
- package/dist/templates/app/AgentWorkspace/index.d.ts +8 -0
- package/dist/templates/app/AgentWorkspace/index.d.ts.map +1 -0
- package/dist/templates/app/ChatPageTemplate/ChatPageTemplate.d.ts +4 -0
- package/dist/templates/app/ChatPageTemplate/ChatPageTemplate.d.ts.map +1 -0
- package/dist/templates/app/ChatPageTemplate/ChatPageTemplate.types.d.ts +69 -0
- package/dist/templates/app/ChatPageTemplate/ChatPageTemplate.types.d.ts.map +1 -0
- package/dist/templates/app/ChatPageTemplate/index.d.ts +19 -0
- package/dist/templates/app/ChatPageTemplate/index.d.ts.map +1 -0
- package/dist/templates/app/DashboardTemplate/DashboardTemplate.d.ts +23 -0
- package/dist/templates/app/DashboardTemplate/DashboardTemplate.d.ts.map +1 -0
- package/dist/templates/app/DashboardTemplate/DashboardTemplate.types.d.ts +54 -0
- package/dist/templates/app/DashboardTemplate/DashboardTemplate.types.d.ts.map +1 -0
- package/dist/templates/app/DashboardTemplate/index.d.ts +3 -0
- package/dist/templates/app/DashboardTemplate/index.d.ts.map +1 -0
- package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.d.ts +20 -0
- package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.d.ts.map +1 -0
- package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.types.d.ts +40 -0
- package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.types.d.ts.map +1 -0
- package/dist/templates/app/KanbanPageTemplate/index.d.ts +3 -0
- package/dist/templates/app/KanbanPageTemplate/index.d.ts.map +1 -0
- package/dist/templates/app/LoginTemplate/LoginTemplate.d.ts +5 -0
- package/dist/templates/app/LoginTemplate/LoginTemplate.d.ts.map +1 -0
- package/dist/templates/app/LoginTemplate/LoginTemplate.types.d.ts +207 -0
- package/dist/templates/app/LoginTemplate/LoginTemplate.types.d.ts.map +1 -0
- package/dist/templates/app/LoginTemplate/index.d.ts +8 -0
- package/dist/templates/app/LoginTemplate/index.d.ts.map +1 -0
- package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.d.ts +25 -0
- package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.d.ts.map +1 -0
- package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.types.d.ts +83 -0
- package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.types.d.ts.map +1 -0
- package/dist/templates/app/ProfilePageTemplate/index.d.ts +3 -0
- package/dist/templates/app/ProfilePageTemplate/index.d.ts.map +1 -0
- package/dist/templates/app/SettingsTemplate/SettingsTemplate.d.ts +22 -0
- package/dist/templates/app/SettingsTemplate/SettingsTemplate.d.ts.map +1 -0
- package/dist/templates/app/SettingsTemplate/SettingsTemplate.types.d.ts +67 -0
- package/dist/templates/app/SettingsTemplate/SettingsTemplate.types.d.ts.map +1 -0
- package/dist/templates/app/SettingsTemplate/index.d.ts +3 -0
- package/dist/templates/app/SettingsTemplate/index.d.ts.map +1 -0
- package/dist/templates/app/index.d.ts +22 -0
- package/dist/templates/app/index.d.ts.map +1 -0
- package/dist/templates/index.d.ts +18 -0
- package/dist/templates/index.d.ts.map +1 -0
- package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.d.ts +20 -0
- package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.d.ts.map +1 -0
- package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.types.d.ts +67 -0
- package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.types.d.ts.map +1 -0
- package/dist/templates/marketing/AboutPageTemplate/index.d.ts +3 -0
- package/dist/templates/marketing/AboutPageTemplate/index.d.ts.map +1 -0
- package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.d.ts +19 -0
- package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.d.ts.map +1 -0
- package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.types.d.ts +56 -0
- package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.types.d.ts.map +1 -0
- package/dist/templates/marketing/ContactPageTemplate/index.d.ts +3 -0
- package/dist/templates/marketing/ContactPageTemplate/index.d.ts.map +1 -0
- package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.d.ts +20 -0
- package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.d.ts.map +1 -0
- package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.types.d.ts +89 -0
- package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.types.d.ts.map +1 -0
- package/dist/templates/marketing/LandingPageTemplate/index.d.ts +3 -0
- package/dist/templates/marketing/LandingPageTemplate/index.d.ts.map +1 -0
- package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.d.ts +19 -0
- package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.d.ts.map +1 -0
- package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.types.d.ts +63 -0
- package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.types.d.ts.map +1 -0
- package/dist/templates/marketing/PricingPageTemplate/index.d.ts +3 -0
- package/dist/templates/marketing/PricingPageTemplate/index.d.ts.map +1 -0
- package/dist/templates/marketing/index.d.ts +14 -0
- package/dist/templates/marketing/index.d.ts.map +1 -0
- package/package.json +94 -0
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
import { NavbarProps } from '@orion-ds/react';
|
|
3
|
+
import { HeroProps } from '../../../sections/Hero';
|
|
4
|
+
import { CarouselSectionProps } from '../../../sections/CarouselSection';
|
|
5
|
+
import { ContactProps } from '../../../sections/Contact';
|
|
6
|
+
import { FAQProps } from '../../../sections/FAQ';
|
|
7
|
+
import { FooterProps } from '../../../sections/Footer';
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* ContactPageTemplate props
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* <ContactPageTemplate
|
|
15
|
+
* hero={{ headline: 'Get in touch' }}
|
|
16
|
+
* contact={{
|
|
17
|
+
* contactInfo: [...],
|
|
18
|
+
* formFields: [...],
|
|
19
|
+
* onSubmit: handleSubmit
|
|
20
|
+
* }}
|
|
21
|
+
* />
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export interface ContactPageTemplateProps extends Omit<HTMLAttributes<HTMLDivElement>, "title"> {
|
|
25
|
+
/**
|
|
26
|
+
* Navbar configuration
|
|
27
|
+
*/
|
|
28
|
+
navbar?: NavbarProps & {
|
|
29
|
+
children?: ReactNode;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Hero section (required) - typically smaller for contact pages
|
|
33
|
+
*/
|
|
34
|
+
hero: HeroProps;
|
|
35
|
+
/**
|
|
36
|
+
* Gallery carousel for office locations/photos
|
|
37
|
+
*/
|
|
38
|
+
locationsCarousel?: Omit<CarouselSectionProps, "variant">;
|
|
39
|
+
/**
|
|
40
|
+
* Contact section with form and info (required)
|
|
41
|
+
*/
|
|
42
|
+
contact: ContactProps;
|
|
43
|
+
/**
|
|
44
|
+
* FAQ section for common questions
|
|
45
|
+
*/
|
|
46
|
+
faq?: FAQProps;
|
|
47
|
+
/**
|
|
48
|
+
* Footer section
|
|
49
|
+
*/
|
|
50
|
+
footer?: FooterProps;
|
|
51
|
+
/**
|
|
52
|
+
* Additional children rendered before footer
|
|
53
|
+
*/
|
|
54
|
+
children?: ReactNode;
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=ContactPageTemplate.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContactPageTemplate.types.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/ContactPageTemplate/ContactPageTemplate.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D;;;;;;;;;;;;;;GAcG;AACH,MAAM,WAAW,wBAAyB,SAAQ,IAAI,CACpD,cAAc,CAAC,cAAc,CAAC,EAC9B,OAAO,CACR;IACC;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,GAAG;QAAE,QAAQ,CAAC,EAAE,SAAS,CAAA;KAAE,CAAC;IAEhD;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC;IAEhB;;OAEG;IACH,iBAAiB,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,SAAS,CAAC,CAAC;IAE1D;;OAEG;IACH,OAAO,EAAE,YAAY,CAAC;IAEtB;;OAEG;IACH,GAAG,CAAC,EAAE,QAAQ,CAAC;IAEf;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/ContactPageTemplate/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AACrE,YAAY,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { LandingPageTemplateProps } from './LandingPageTemplate.types';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* LandingPageTemplate - Full landing page composition
|
|
5
|
+
*
|
|
6
|
+
* Combines multiple Orion sections into a complete, ready-to-use landing page.
|
|
7
|
+
* All sections are optional except Hero, allowing flexible page composition.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```tsx
|
|
11
|
+
* <LandingPageTemplate
|
|
12
|
+
* hero={{ title: 'Welcome', primaryAction: <Button>Start</Button> }}
|
|
13
|
+
* features={{ items: featureItems }}
|
|
14
|
+
* pricing={{ plans: pricingPlans }}
|
|
15
|
+
* />
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare const LandingPageTemplate: import('react').ForwardRefExoticComponent<LandingPageTemplateProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
19
|
+
export default LandingPageTemplate;
|
|
20
|
+
//# sourceMappingURL=LandingPageTemplate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LandingPageTemplate.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/LandingPageTemplate/LandingPageTemplate.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAiB5E;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,mBAAmB,qHAkF/B,CAAC;AAIF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
import { NavbarProps } from '@orion-ds/react';
|
|
3
|
+
import { HeroProps } from '../../../sections/Hero';
|
|
4
|
+
import { CarouselSectionProps } from '../../../sections/CarouselSection';
|
|
5
|
+
import { LogoCloudProps } from '../../../sections/LogoCloud';
|
|
6
|
+
import { FeaturesProps } from '../../../sections/Features';
|
|
7
|
+
import { StatsProps } from '../../../sections/Stats';
|
|
8
|
+
import { PricingProps } from '../../../sections/Pricing';
|
|
9
|
+
import { TestimonialsProps } from '../../../sections/Testimonials';
|
|
10
|
+
import { FAQProps } from '../../../sections/FAQ';
|
|
11
|
+
import { CTAProps } from '../../../sections/CTA';
|
|
12
|
+
import { FooterProps } from '../../../sections/Footer';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* LandingPageTemplate props
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* ```tsx
|
|
19
|
+
* <LandingPageTemplate
|
|
20
|
+
* navbar={{ variant: 'solid', sticky: true }}
|
|
21
|
+
* hero={{
|
|
22
|
+
* headline: 'Build Products 10x Faster',
|
|
23
|
+
* primaryAction: <Button>Get Started</Button>
|
|
24
|
+
* }}
|
|
25
|
+
* features={{ items: [...] }}
|
|
26
|
+
* pricing={{ plans: [...] }}
|
|
27
|
+
* footer={{ brand: {...}, linkGroups: [...] }}
|
|
28
|
+
* />
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
export interface LandingPageTemplateProps extends Omit<HTMLAttributes<HTMLDivElement>, "title"> {
|
|
32
|
+
/**
|
|
33
|
+
* Navbar configuration
|
|
34
|
+
*/
|
|
35
|
+
navbar?: NavbarProps & {
|
|
36
|
+
children?: ReactNode;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Hero section (required)
|
|
40
|
+
*/
|
|
41
|
+
hero: HeroProps;
|
|
42
|
+
/**
|
|
43
|
+
* Editorial carousel for featured stories/content
|
|
44
|
+
* Displays as magazine-style with large images and text overlays
|
|
45
|
+
*/
|
|
46
|
+
featuredCarousel?: Omit<CarouselSectionProps, "variant">;
|
|
47
|
+
/**
|
|
48
|
+
* Logo cloud for social proof
|
|
49
|
+
*/
|
|
50
|
+
logoCloud?: LogoCloudProps;
|
|
51
|
+
/**
|
|
52
|
+
* Features section
|
|
53
|
+
*/
|
|
54
|
+
features?: FeaturesProps;
|
|
55
|
+
/**
|
|
56
|
+
* Stats/metrics section
|
|
57
|
+
*/
|
|
58
|
+
stats?: StatsProps;
|
|
59
|
+
/**
|
|
60
|
+
* Product carousel for showcasing features/products
|
|
61
|
+
* Displays as product showcase cards
|
|
62
|
+
*/
|
|
63
|
+
productCarousel?: Omit<CarouselSectionProps, "variant">;
|
|
64
|
+
/**
|
|
65
|
+
* Pricing section
|
|
66
|
+
*/
|
|
67
|
+
pricing?: PricingProps;
|
|
68
|
+
/**
|
|
69
|
+
* Testimonials section
|
|
70
|
+
*/
|
|
71
|
+
testimonials?: TestimonialsProps;
|
|
72
|
+
/**
|
|
73
|
+
* FAQ section
|
|
74
|
+
*/
|
|
75
|
+
faq?: FAQProps;
|
|
76
|
+
/**
|
|
77
|
+
* Call-to-action section
|
|
78
|
+
*/
|
|
79
|
+
cta?: CTAProps;
|
|
80
|
+
/**
|
|
81
|
+
* Footer section
|
|
82
|
+
*/
|
|
83
|
+
footer?: FooterProps;
|
|
84
|
+
/**
|
|
85
|
+
* Additional children rendered before footer
|
|
86
|
+
*/
|
|
87
|
+
children?: ReactNode;
|
|
88
|
+
}
|
|
89
|
+
//# sourceMappingURL=LandingPageTemplate.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LandingPageTemplate.types.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/LandingPageTemplate/LandingPageTemplate.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,WAAW,wBAAyB,SAAQ,IAAI,CACpD,cAAc,CAAC,cAAc,CAAC,EAC9B,OAAO,CACR;IACC;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,GAAG;QAAE,QAAQ,CAAC,EAAE,SAAS,CAAA;KAAE,CAAC;IAEhD;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC;IAEhB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,SAAS,CAAC,CAAC;IAEzD;;OAEG;IACH,SAAS,CAAC,EAAE,cAAc,CAAC;IAE3B;;OAEG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IAEzB;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;IAEnB;;;OAGG;IACH,eAAe,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,SAAS,CAAC,CAAC;IAExD;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;IAEvB;;OAEG;IACH,YAAY,CAAC,EAAE,iBAAiB,CAAC;IAEjC;;OAEG;IACH,GAAG,CAAC,EAAE,QAAQ,CAAC;IAEf;;OAEG;IACH,GAAG,CAAC,EAAE,QAAQ,CAAC;IAEf;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/LandingPageTemplate/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AACrE,YAAY,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { PricingPageTemplateProps } from './PricingPageTemplate.types';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* PricingPageTemplate - Full pricing page composition
|
|
5
|
+
*
|
|
6
|
+
* Combines Hero, Pricing cards, Comparison table, and FAQ into a complete pricing page.
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* ```tsx
|
|
10
|
+
* <PricingPageTemplate
|
|
11
|
+
* hero={{ headline: 'Choose your plan' }}
|
|
12
|
+
* pricing={{ plans: pricingPlans }}
|
|
13
|
+
* comparison={{ columns: cols, features: features }}
|
|
14
|
+
* />
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare const PricingPageTemplate: import('react').ForwardRefExoticComponent<PricingPageTemplateProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
18
|
+
export default PricingPageTemplate;
|
|
19
|
+
//# sourceMappingURL=PricingPageTemplate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PricingPageTemplate.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/PricingPageTemplate/PricingPageTemplate.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAc5E;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,mBAAmB,qHA0D/B,CAAC;AAIF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
import { NavbarProps } from '@orion-ds/react';
|
|
3
|
+
import { HeroProps } from '../../../sections/Hero';
|
|
4
|
+
import { CarouselSectionProps } from '../../../sections/CarouselSection';
|
|
5
|
+
import { PricingProps } from '../../../sections/Pricing';
|
|
6
|
+
import { ComparisonProps } from '../../../sections/Comparison';
|
|
7
|
+
import { FAQProps } from '../../../sections/FAQ';
|
|
8
|
+
import { CTAProps } from '../../../sections/CTA';
|
|
9
|
+
import { FooterProps } from '../../../sections/Footer';
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* PricingPageTemplate props
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* ```tsx
|
|
16
|
+
* <PricingPageTemplate
|
|
17
|
+
* hero={{ headline: 'Simple, transparent pricing' }}
|
|
18
|
+
* pricing={{ plans: [...] }}
|
|
19
|
+
* comparison={{ columns: [...], features: [...] }}
|
|
20
|
+
* />
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export interface PricingPageTemplateProps extends Omit<HTMLAttributes<HTMLDivElement>, "title"> {
|
|
24
|
+
/**
|
|
25
|
+
* Navbar configuration
|
|
26
|
+
*/
|
|
27
|
+
navbar?: NavbarProps & {
|
|
28
|
+
children?: ReactNode;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Hero section (required) - typically smaller for pricing pages
|
|
32
|
+
*/
|
|
33
|
+
hero: HeroProps;
|
|
34
|
+
/**
|
|
35
|
+
* Product carousel for showcasing key features
|
|
36
|
+
*/
|
|
37
|
+
featuresCarousel?: Omit<CarouselSectionProps, "variant">;
|
|
38
|
+
/**
|
|
39
|
+
* Pricing cards section (required)
|
|
40
|
+
*/
|
|
41
|
+
pricing: PricingProps;
|
|
42
|
+
/**
|
|
43
|
+
* Feature comparison table
|
|
44
|
+
*/
|
|
45
|
+
comparison?: ComparisonProps;
|
|
46
|
+
/**
|
|
47
|
+
* FAQ section for pricing questions
|
|
48
|
+
*/
|
|
49
|
+
faq?: FAQProps;
|
|
50
|
+
/**
|
|
51
|
+
* Call-to-action section
|
|
52
|
+
*/
|
|
53
|
+
cta?: CTAProps;
|
|
54
|
+
/**
|
|
55
|
+
* Footer section
|
|
56
|
+
*/
|
|
57
|
+
footer?: FooterProps;
|
|
58
|
+
/**
|
|
59
|
+
* Additional children rendered before footer
|
|
60
|
+
*/
|
|
61
|
+
children?: ReactNode;
|
|
62
|
+
}
|
|
63
|
+
//# sourceMappingURL=PricingPageTemplate.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PricingPageTemplate.types.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/PricingPageTemplate/PricingPageTemplate.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,wBAAyB,SAAQ,IAAI,CACpD,cAAc,CAAC,cAAc,CAAC,EAC9B,OAAO,CACR;IACC;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,GAAG;QAAE,QAAQ,CAAC,EAAE,SAAS,CAAA;KAAE,CAAC;IAEhD;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC;IAEhB;;OAEG;IACH,gBAAgB,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,SAAS,CAAC,CAAC;IAEzD;;OAEG;IACH,OAAO,EAAE,YAAY,CAAC;IAEtB;;OAEG;IACH,UAAU,CAAC,EAAE,eAAe,CAAC;IAE7B;;OAEG;IACH,GAAG,CAAC,EAAE,QAAQ,CAAC;IAEf;;OAEG;IACH,GAAG,CAAC,EAAE,QAAQ,CAAC;IAEf;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/templates/marketing/PricingPageTemplate/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AACrE,YAAY,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Marketing Page Templates
|
|
3
|
+
*
|
|
4
|
+
* Ready-to-use templates for marketing sites and landing pages.
|
|
5
|
+
*/
|
|
6
|
+
export { LandingPageTemplate } from './LandingPageTemplate';
|
|
7
|
+
export type { LandingPageTemplateProps } from './LandingPageTemplate';
|
|
8
|
+
export { PricingPageTemplate } from './PricingPageTemplate';
|
|
9
|
+
export type { PricingPageTemplateProps } from './PricingPageTemplate';
|
|
10
|
+
export { AboutPageTemplate } from './AboutPageTemplate';
|
|
11
|
+
export type { AboutPageTemplateProps } from './AboutPageTemplate';
|
|
12
|
+
export { ContactPageTemplate } from './ContactPageTemplate';
|
|
13
|
+
export type { ContactPageTemplateProps } from './ContactPageTemplate';
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/templates/marketing/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,YAAY,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,YAAY,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,YAAY,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAElE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,YAAY,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@orion-ds/blocks",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Premium sections and templates for Orion Design System - pre-built UI blocks for marketing, app, and SaaS interfaces",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.cjs",
|
|
7
|
+
"module": "./dist/index.mjs",
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"sideEffects": ["**/*.css"],
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"import": "./dist/index.mjs",
|
|
13
|
+
"require": "./dist/index.cjs",
|
|
14
|
+
"types": "./dist/index.d.ts"
|
|
15
|
+
},
|
|
16
|
+
"./client": {
|
|
17
|
+
"import": "./dist/client.mjs",
|
|
18
|
+
"require": "./dist/client.cjs",
|
|
19
|
+
"types": "./dist/client.d.ts"
|
|
20
|
+
},
|
|
21
|
+
"./sections": {
|
|
22
|
+
"import": "./dist/sections/index.mjs",
|
|
23
|
+
"require": "./dist/sections/index.cjs",
|
|
24
|
+
"types": "./dist/sections/index.d.ts"
|
|
25
|
+
},
|
|
26
|
+
"./sections/*": {
|
|
27
|
+
"import": "./dist/sections/*/index.mjs",
|
|
28
|
+
"require": "./dist/sections/*/index.cjs",
|
|
29
|
+
"types": "./dist/sections/*/index.d.ts"
|
|
30
|
+
},
|
|
31
|
+
"./templates": {
|
|
32
|
+
"import": "./dist/templates/index.mjs",
|
|
33
|
+
"require": "./dist/templates/index.cjs",
|
|
34
|
+
"types": "./dist/templates/index.d.ts"
|
|
35
|
+
},
|
|
36
|
+
"./templates/*": {
|
|
37
|
+
"import": "./dist/templates/*/index.mjs",
|
|
38
|
+
"require": "./dist/templates/*/index.cjs",
|
|
39
|
+
"types": "./dist/templates/*/index.d.ts"
|
|
40
|
+
},
|
|
41
|
+
"./styles.css": "./dist/blocks.css"
|
|
42
|
+
},
|
|
43
|
+
"files": ["dist"],
|
|
44
|
+
"peerDependencies": {
|
|
45
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
46
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
47
|
+
"@orion-ds/react": "workspace:*",
|
|
48
|
+
"lucide-react": ">=0.400.0",
|
|
49
|
+
"recharts": ">=3.0.0",
|
|
50
|
+
"@dnd-kit/core": ">=6.0.0",
|
|
51
|
+
"@dnd-kit/sortable": ">=8.0.0"
|
|
52
|
+
},
|
|
53
|
+
"peerDependenciesMeta": {
|
|
54
|
+
"recharts": {
|
|
55
|
+
"optional": true
|
|
56
|
+
},
|
|
57
|
+
"@dnd-kit/core": {
|
|
58
|
+
"optional": true
|
|
59
|
+
},
|
|
60
|
+
"@dnd-kit/sortable": {
|
|
61
|
+
"optional": true
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"scripts": {
|
|
65
|
+
"build": "vite build",
|
|
66
|
+
"build:watch": "vite build --watch",
|
|
67
|
+
"type-check": "tsc --noEmit",
|
|
68
|
+
"dev": "vite build --watch"
|
|
69
|
+
},
|
|
70
|
+
"keywords": [
|
|
71
|
+
"orion",
|
|
72
|
+
"design-system",
|
|
73
|
+
"blocks",
|
|
74
|
+
"sections",
|
|
75
|
+
"templates",
|
|
76
|
+
"react",
|
|
77
|
+
"ui",
|
|
78
|
+
"components"
|
|
79
|
+
],
|
|
80
|
+
"author": "Orion Design System",
|
|
81
|
+
"license": "MIT",
|
|
82
|
+
"devDependencies": {
|
|
83
|
+
"@types/node": "^20.0.0",
|
|
84
|
+
"@types/react": "^18.2.0 || ^19.0.0",
|
|
85
|
+
"@types/react-dom": "^18.2.0 || ^19.0.0",
|
|
86
|
+
"@vitejs/plugin-react": "^5.0.0",
|
|
87
|
+
"@orion-ds/react": "workspace:*",
|
|
88
|
+
"react": "^18.2.0",
|
|
89
|
+
"react-dom": "^18.2.0",
|
|
90
|
+
"typescript": "^5.3.0",
|
|
91
|
+
"vite": "^5.0.0",
|
|
92
|
+
"vite-plugin-dts": "^3.7.0"
|
|
93
|
+
}
|
|
94
|
+
}
|