@chromatic-com/tetra 3.2.2 → 3.2.3

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/index.d.mts CHANGED
@@ -409,6 +409,7 @@ declare const icons: {
409
409
  readonly vscode: JSX.Element;
410
410
  readonly bluesky: JSX.Element;
411
411
  readonly photostabilize: JSX.Element;
412
+ readonly wand: JSX.Element;
412
413
  };
413
414
 
414
415
  type Icons = keyof typeof icons;
@@ -608,7 +609,7 @@ interface HeaderProps {
608
609
  children: ReactNode;
609
610
  }>;
610
611
  }
611
- type LinkKeys = 'signin' | 'signup' | 'uiTest' | 'visualTest' | 'interactionTest' | 'accessibilityTest' | 'storybook' | 'playwright' | 'cypress' | 'turboSnap' | 'uiReview' | 'publish' | 'figmaPlugin' | 'frontendTeams' | 'designSystems' | 'digitalAgencies' | 'aboutChromatic' | 'careers' | 'security' | 'enterprise' | 'netlify' | 'monday' | 'collective' | 'ezcater' | 'blog' | 'changelog' | 'frontendTestingGuide' | 'docs' | 'pricing' | 'sales' | 'steadySnap' | 'snapshotCalculator' | 'accessibilityBudgetCalculator';
612
+ type LinkKeys = 'signin' | 'signup' | 'uiTest' | 'visualTest' | 'interactionTest' | 'accessibilityTest' | 'storybook' | 'playwright' | 'cypress' | 'turboSnap' | 'uiReview' | 'publish' | 'figmaPlugin' | 'frontendTeams' | 'designSystems' | 'digitalAgencies' | 'aboutChromatic' | 'careers' | 'security' | 'enterprise' | 'netlify' | 'monday' | 'collective' | 'ezcater' | 'blog' | 'changelog' | 'frontendTestingGuide' | 'docs' | 'pricing' | 'sales' | 'steadySnap' | 'snapshotCalculator' | 'accessibilityBudgetCalculator' | 'frontendWorkflowForAI';
612
613
 
613
614
  declare const Header: ({ theme, links, logoLinkWrapper, desktopActiveId, fullWidth, loggedIn, maintenanceMode, isSticky, TrackSignUp, }: HeaderProps) => JSX.Element;
614
615
 
package/dist/index.d.ts CHANGED
@@ -409,6 +409,7 @@ declare const icons: {
409
409
  readonly vscode: JSX.Element;
410
410
  readonly bluesky: JSX.Element;
411
411
  readonly photostabilize: JSX.Element;
412
+ readonly wand: JSX.Element;
412
413
  };
413
414
 
414
415
  type Icons = keyof typeof icons;
@@ -608,7 +609,7 @@ interface HeaderProps {
608
609
  children: ReactNode;
609
610
  }>;
610
611
  }
611
- type LinkKeys = 'signin' | 'signup' | 'uiTest' | 'visualTest' | 'interactionTest' | 'accessibilityTest' | 'storybook' | 'playwright' | 'cypress' | 'turboSnap' | 'uiReview' | 'publish' | 'figmaPlugin' | 'frontendTeams' | 'designSystems' | 'digitalAgencies' | 'aboutChromatic' | 'careers' | 'security' | 'enterprise' | 'netlify' | 'monday' | 'collective' | 'ezcater' | 'blog' | 'changelog' | 'frontendTestingGuide' | 'docs' | 'pricing' | 'sales' | 'steadySnap' | 'snapshotCalculator' | 'accessibilityBudgetCalculator';
612
+ type LinkKeys = 'signin' | 'signup' | 'uiTest' | 'visualTest' | 'interactionTest' | 'accessibilityTest' | 'storybook' | 'playwright' | 'cypress' | 'turboSnap' | 'uiReview' | 'publish' | 'figmaPlugin' | 'frontendTeams' | 'designSystems' | 'digitalAgencies' | 'aboutChromatic' | 'careers' | 'security' | 'enterprise' | 'netlify' | 'monday' | 'collective' | 'ezcater' | 'blog' | 'changelog' | 'frontendTestingGuide' | 'docs' | 'pricing' | 'sales' | 'steadySnap' | 'snapshotCalculator' | 'accessibilityBudgetCalculator' | 'frontendWorkflowForAI';
612
613
 
613
614
  declare const Header: ({ theme, links, logoLinkWrapper, desktopActiveId, fullWidth, loggedIn, maintenanceMode, isSticky, TrackSignUp, }: HeaderProps) => JSX.Element;
614
615