@20minutes/hela 2.22.9 → 2.22.10

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.
@@ -6,6 +6,6 @@ export interface HeaderMiniProps extends Pick<HeaderProps, 'logoHref' | 'headerL
6
6
  shortTitle?: string;
7
7
  isHidden?: boolean;
8
8
  themeColor?: ThemeColorType | 'grey-300';
9
- logoName?: 'logo' | 'logo-instant' | 'logo-tv' | 'logo-games';
9
+ logoName?: 'logo' | 'logo-animaux' | 'logo-instant' | 'logo-tv' | 'logo-games';
10
10
  }
11
11
  export declare const HeaderMini: React.FC<HeaderMiniProps>;
@@ -12,7 +12,7 @@ export interface HeaderProps {
12
12
  layout?: LayoutType;
13
13
  themeColor?: ThemeColorType;
14
14
  isHidden?: boolean;
15
- logoName?: 'logo' | 'logo-instant' | 'logo-tv' | 'logo-games';
15
+ logoName?: 'logo' | 'logo-animaux' | 'logo-instant' | 'logo-tv' | 'logo-games';
16
16
  showOpenButton?: boolean;
17
17
  isCurrentPageHome?: boolean;
18
18
  backhref?: string;
@@ -255,6 +255,10 @@ export declare const tokenVariables: {
255
255
  value: string;
256
256
  key: string;
257
257
  };
258
+ 'logo-animaux': {
259
+ value: string;
260
+ key: string;
261
+ };
258
262
  'logo-games': {
259
263
  value: string;
260
264
  key: string;
@@ -599,6 +603,10 @@ export declare const tokenVariables: {
599
603
  key: string;
600
604
  };
601
605
  };
606
+ 'rubric-animaux': {
607
+ value: string;
608
+ key: string;
609
+ };
602
610
  'rubric-c2c': {
603
611
  value: string;
604
612
  key: string;
@@ -807,6 +815,10 @@ export declare const tokenVariables: {
807
815
  };
808
816
  };
809
817
  theme: {
818
+ animaux: {
819
+ value: string;
820
+ key: string;
821
+ };
810
822
  conso: {
811
823
  value: string;
812
824
  key: string;