@20minutes/hela 2.21.11 → 2.21.13

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.
@@ -1,3 +1,3 @@
1
1
  import { SVGProps } from 'react';
2
- declare const SvgSprite: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
2
+ declare const SvgSprite: (props: SVGProps<SVGSVGElement>) => import("react").JSX.Element;
3
3
  export default SvgSprite;
@@ -5,4 +5,4 @@ export interface IframeProps extends BoxProps {
5
5
  htmlIframeProps: React.IframeHTMLAttributes<HTMLIFrameElement>;
6
6
  ratio?: 'auto' | 'square' | 'video' | 'landscape' | 'portrait';
7
7
  }
8
- export declare function Iframe({ title, ratio, htmlIframeProps, ...boxProps }: IframeProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function Iframe({ title, ratio, htmlIframeProps, ...boxProps }: IframeProps): React.JSX.Element;
@@ -1,7 +1,7 @@
1
1
  import { default as React } from 'react';
2
2
  import { FlexProps, HeaderProps } from '../../..';
3
3
  import { ThemeColorType } from '../../../../types';
4
- export interface HeaderMiniProps extends Pick<HeaderProps, 'logoHref' | 'headerLinks'>, FlexProps {
4
+ export interface HeaderMiniProps extends Pick<HeaderProps, 'logoHref' | 'headerLinks' | 'layout'>, FlexProps {
5
5
  isArticlePage?: boolean;
6
6
  shortTitle?: string;
7
7
  isHidden?: boolean;
@@ -27,5 +27,5 @@ export interface MapTownsByDepartmentsProps extends BoxProps {
27
27
  townsSprite?: string;
28
28
  className?: string;
29
29
  }
30
- export declare const MapTownsByDepartments: ({ layout, resultsPerTown, departmentsPaths, dromsConfig, townsSprite, className, ...boxProps }: MapTownsByDepartmentsProps) => import("react/jsx-runtime").JSX.Element;
30
+ export declare const MapTownsByDepartments: ({ layout, resultsPerTown, departmentsPaths, dromsConfig, townsSprite, className, ...boxProps }: MapTownsByDepartmentsProps) => import("react").JSX.Element;
31
31
  export {};
@@ -5,5 +5,6 @@ export interface SponsorProps extends FlexProps {
5
5
  sponsor: SponsorType;
6
6
  variant: 'header-dedicated-desktop' | 'header-dedicated-mobile' | 'header-sponsored-desktop' | 'header-sponsored-mobile' | 'menu' | 'signature';
7
7
  hasText?: boolean;
8
+ isInline?: boolean;
8
9
  }
9
10
  export declare const Sponsor: React.FC<SponsorProps>;
@@ -14,5 +14,5 @@ export interface RankingProps extends BoxProps {
14
14
  layout: LayoutType;
15
15
  playerData?: RankingPlayer[];
16
16
  }
17
- export declare const Ranking: ({ playerData, layout, ...boxProps }: RankingProps) => import("react/jsx-runtime").JSX.Element;
17
+ export declare const Ranking: ({ playerData, layout, children, ...boxProps }: RankingProps) => import("react").JSX.Element;
18
18
  export {};
@@ -43,10 +43,6 @@ export declare const tokenVariables: {
43
43
  };
44
44
  };
45
45
  icon: {
46
- '20mn-pub': {
47
- value: string;
48
- key: string;
49
- };
50
46
  apple: {
51
47
  value: string;
52
48
  key: string;
@@ -243,6 +239,10 @@ export declare const tokenVariables: {
243
239
  value: string;
244
240
  key: string;
245
241
  };
242
+ lock: {
243
+ value: string;
244
+ key: string;
245
+ };
246
246
  logo: {
247
247
  value: string;
248
248
  key: string;
@@ -327,6 +327,10 @@ export declare const tokenVariables: {
327
327
  value: string;
328
328
  key: string;
329
329
  };
330
+ 'pub-20mn': {
331
+ value: string;
332
+ key: string;
333
+ };
330
334
  puzzle: {
331
335
  value: string;
332
336
  key: string;