@chromatic-com/tetra 3.2.4--canary.134.755ec7b.0 → 3.2.4--canary.134.8ec2a4b.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/index.d.mts CHANGED
@@ -595,7 +595,7 @@ interface HeaderLink {
595
595
  href: string;
596
596
  linkWrapper?: any;
597
597
  }
598
- type HeaderLinks = Partial<Record<LinkKeys, HeaderLink>>;
598
+ type HeaderLinks = Partial<Record<LinkKeys, Partial<HeaderLink>>>;
599
599
 
600
600
  interface HeaderProps {
601
601
  theme?: 'light' | 'dark';
package/dist/index.d.ts CHANGED
@@ -595,7 +595,7 @@ interface HeaderLink {
595
595
  href: string;
596
596
  linkWrapper?: any;
597
597
  }
598
- type HeaderLinks = Partial<Record<LinkKeys, HeaderLink>>;
598
+ type HeaderLinks = Partial<Record<LinkKeys, Partial<HeaderLink>>>;
599
599
 
600
600
  interface HeaderProps {
601
601
  theme?: 'light' | 'dark';