@20minutes/hela 2.22.9 → 2.22.11
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/components/molecules/Header/HeaderMini/HeaderMini.d.ts +1 -1
- package/dist/components/organisms/Header/Header.d.ts +1 -1
- package/dist/constants/tokenVariables.d.ts +12 -0
- package/dist/index.es.js +1382 -1319
- package/dist/index.umd.cjs +1 -1
- package/dist/js/scripts.es.js +359 -358
- package/dist/js/scripts.umd.cjs +1 -1
- package/dist/scss/abstracts/variables/_token-variables.scss +2 -1
- package/dist/scss/abstracts/variables/_variables.scss +2 -0
- package/dist/style.css +1 -1
- package/package.json +17 -17
|
@@ -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;
|