Skip to content

Commit

Permalink
regenerate types
Browse files Browse the repository at this point in the history
  • Loading branch information
remorses committed Jan 8, 2025
1 parent 3478bcb commit 54e5537
Show file tree
Hide file tree
Showing 28 changed files with 1,229 additions and 67 deletions.
9 changes: 8 additions & 1 deletion nextjs-app/src/framer/GrowthSpaceMenu.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ export interface Props {
width?: any
height?: any
layoutId?: string

"variant"?: '1' | '2' | 'Rani' | 'RaniHistory' | '3'
"on2"?: Function
"on1"?: Function
"on3"?: Function
"title"?: string
"platformName1"?: string
"platformName2"?: string
"platformName3"?: string
}

const GrowthSpaceMenuFramerComponent = (props: Props) => any
Expand Down
13 changes: 12 additions & 1 deletion nextjs-app/src/framer/card.d.ts

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion nextjs-app/src/framer/footer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export interface Props {
width?: any
height?: any
layoutId?: string

"variant"?: 'Desktop' | 'Mobile' | 'Tablet'
"footerText"?: string
}

const FooterFramerComponent = (props: Props) => any
Expand Down
2 changes: 1 addition & 1 deletion nextjs-app/src/framer/framerNav.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface Props {
width?: any
height?: any
layoutId?: string

"variant"?: 'Desktop' | 'Phone' | 'Phone Open'
}

const FramerNavFramerComponent = (props: Props) => any
Expand Down
2 changes: 1 addition & 1 deletion nextjs-app/src/framer/full-page.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface Props {
width?: any
height?: any
layoutId?: string

"variant"?: 'Desktop' | 'Tablet'
}

const FullPageFramerComponent = (props: Props) => any
Expand Down
2 changes: 1 addition & 1 deletion nextjs-app/src/framer/fylo.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface Props {
width?: any
height?: any
layoutId?: string

"variant"?: 'Variant 6' | 'Variant 1' | 'Variant 2' | 'Variant 3' | 'Variant 4' | 'Variant 5' | 'Variant 7' | 'Variant 8' | 'Variant 9' | 'Variant 12' | 'Variant 13' | 'Variant 14' | 'Variant 15' | 'Variant 16' | 'Variant 17' | 'Variant 21' | 'Variant 22' | 'Variant 23' | 'Variant 24' | 'Variant 25' | 'Variant 26' | 'Variant 26' | 'Variant 12' | 'Variant 17' | 'Variant 17' | 'Variant 17' | 'Variant 17' | 'Variant 17' | 'Variant 17' | 'Variant 21' | 'Variant 21' | 'Variant 21' | 'Variant 26' | 'Variant 21'
}

const FyloFramerComponent = (props: Props) => any
Expand Down
4 changes: 3 additions & 1 deletion nextjs-app/src/framer/hero.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ export interface Props {
width?: any
height?: any
layoutId?: string

"variant"?: 'Variant 1' | 'mobile'
"news"?: string
"heading"?: string
}

const HeroFramerComponent = (props: Props) => any
Expand Down
3 changes: 2 additions & 1 deletion nextjs-app/src/framer/input.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export interface Props {
width?: any
height?: any
layoutId?: string

"variant"?: 'Default' | 'Focus' | 'Blur'
"inputName"?: string
}

const InputFramerComponent = (props: Props) => any
Expand Down
43 changes: 42 additions & 1 deletion nextjs-app/src/framer/issue-17.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,48 @@ export interface Props {
width?: any
height?: any
layoutId?: string

"variant"?: 'Desktop' | 'Tablet' | 'Mobile'
"primaryCTAText"?: string
"primaryCTALink"?: string
"heroPreHeadingText"?: string
"heroTitle"?: string
"heroDescription"?: string
"heroSocialProof"?: string
"logosSocialProofText"?: string
"valuePropIntroPreHeadingText"?: string
"valuePropIntroTitle"?: string
"valuePropIntroDescription"?: string
"valueProp1PreHeadingText"?: string
"valueProp1Title"?: string
"valueProp1Description"?: string
"valueProp2PreHeadingText"?: string
"valueProp2Title"?: string
"valueProp2Description"?: string
"valueProp3PreHeadingText"?: string
"valueProp3Title"?: string
"valueProp3Description"?: string
"howItWorksIntroTitle"?: string
"howItWorks1PhosphorIcon"?: string
"howItWorks1Title"?: string
"howItWorks1Description"?: string
"howItWorks2PhosphorIcon"?: string
"howItWorks2Title"?: string
"howItWorks2Description"?: string
"howItWorks3PhosphorIcon"?: string
"howItWorks3Title"?: string
"howItWorks3Description"?: string
"ctaSectionTitle"?: string
"ctaSectionDescription"?: string
"faqQuestion1"?: string
"faqAnswer1"?: string
"faqQuestion2"?: string
"faqAnswer2"?: string
"faqQuestion3"?: string
"faqAnswer3"?: string
"faqQuestion4"?: string
"faqAnswer4"?: string
"faqQuestion5"?: string
"faqAnswer5"?: string
}

const Issue17FramerComponent = (props: Props) => any
Expand Down
2 changes: 1 addition & 1 deletion nextjs-app/src/framer/logos.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface Props {
width?: any
height?: any
layoutId?: string

"variant"?: 'Logo Ticker' | 'Logo Ticker - M'
}

const LogosFramerComponent = (props: Props) => any
Expand Down
2 changes: 1 addition & 1 deletion nextjs-app/src/framer/menus.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface Props {
width?: any
height?: any
layoutId?: string

"variant"?: 'Normal' | 'Feature' | 'Learn' | 'Why us' | 'Our team'
}

const MenusFramerComponent = (props: Props) => any
Expand Down
3 changes: 2 additions & 1 deletion nextjs-app/src/framer/pricing.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export interface Props {
width?: any
height?: any
layoutId?: string

"variant"?: 'Desktop 1' | 'Tablet 1' | 'Mobile 1' | 'Mobile 2'
"buyEvent"?: Function
}

const PricingFramerComponent = (props: Props) => any
Expand Down
2 changes: 1 addition & 1 deletion nextjs-app/src/framer/rich.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface Props {
width?: any
height?: any
layoutId?: string

"content"?: undefined
}

const RichFramerComponent = (props: Props) => any
Expand Down
Loading

0 comments on commit 54e5537

Please sign in to comment.