@chromatic-com/tetra
Advanced tools
Comparing version 2.0.3--canary.113.01d068e.0 to 2.0.3--canary.113.4e7efd3.0
import * as _emotion_react from '@emotion/react'; | ||
import * as React from 'react'; | ||
import React__default, { FC, ReactNode, ComponentType, ElementType, FunctionComponent } from 'react'; | ||
import React__default, { FC, ReactNode, ElementType, ComponentType, FunctionComponent } from 'react'; | ||
import * as _emotion_styled from '@emotion/styled'; | ||
@@ -559,16 +559,7 @@ import * as RadixDropdownMenu from '@radix-ui/react-dropdown-menu'; | ||
type LinkKeys = 'signin' | 'signup' | 'uiTest' | 'visualTest' | 'interactionTest' | 'storybook' | 'playwright' | 'cypress' | 'turboSnap' | 'uiReview' | 'publish' | 'figmaPlugin' | 'frontendTeams' | 'designSystems' | 'digitalAgencies' | 'aboutChromatic' | 'careers' | 'security' | 'enterprise' | 'netlify' | 'monday' | 'collective' | 'ezcater' | 'blog' | 'changelog' | 'frontendTestingGuide' | 'docs' | 'pricing' | 'sales'; | ||
interface FooterLink { | ||
href: string; | ||
linkWrapper?: any; | ||
} | ||
type FooterLinks = Record<LinkKeys, FooterLink>; | ||
interface FooterProps { | ||
theme: 'light' | 'dark'; | ||
links: FooterLinks; | ||
homeLinkWrapper?: any; | ||
LinkWrapper: ElementType; | ||
} | ||
declare const Footer: ({ theme, links, homeLinkWrapper, ...props }: FooterProps) => JSX.Element; | ||
declare const Footer: ({ theme, LinkWrapper, ...props }: FooterProps) => JSX.Element; | ||
@@ -618,2 +609,3 @@ interface ColumnProps { | ||
} | ||
type LinkKeys = 'signin' | 'signup' | 'uiTest' | 'visualTest' | 'interactionTest' | 'storybook' | 'playwright' | 'cypress' | 'turboSnap' | 'uiReview' | 'publish' | 'figmaPlugin' | 'frontendTeams' | 'designSystems' | 'digitalAgencies' | 'aboutChromatic' | 'careers' | 'security' | 'enterprise' | 'netlify' | 'monday' | 'collective' | 'ezcater' | 'blog' | 'changelog' | 'frontendTestingGuide' | 'docs' | 'pricing' | 'sales'; | ||
@@ -620,0 +612,0 @@ declare const Header: ({ theme, links, logoLinkWrapper, desktopActiveId, fullWidth, loggedIn, maintenanceMode, TrackSignUp, }: HeaderProps) => JSX.Element; |
{ | ||
"name": "@chromatic-com/tetra", | ||
"version": "2.0.3--canary.113.01d068e.0", | ||
"version": "2.0.3--canary.113.4e7efd3.0", | ||
"description": "Style Guide + UI library for Chromatic and Storybook marketing sites and docs", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3972926
6253