@20minutes/hela 2.16.5 → 2.16.6

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,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Feb 2026 13:22:29 GMT
3
+ * Generated on Tue, 24 Feb 2026 16:02:09 GMT
4
4
  */
5
5
 
6
6
  $token-variables: (
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Tue, 24 Feb 2026 13:22:29 GMT
4
+ * Generated on Tue, 24 Feb 2026 16:02:09 GMT
5
5
  */
6
6
 
7
7
  $jeux: #4742ff !default;
@@ -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'>, FlexProps {
5
5
  isArticlePage?: boolean;
6
6
  shortTitle?: string;
7
7
  isHidden?: boolean;
@@ -4,7 +4,7 @@ declare const meta: {
4
4
  title: string;
5
5
  component: React.FC<import('../../..').HeaderMiniProps>;
6
6
  args: {
7
- logohref: string;
7
+ logoHref: string;
8
8
  headerLinks: {
9
9
  name: string;
10
10
  link: string;
@@ -2,7 +2,7 @@ import { default as React } from 'react';
2
2
  import { LinkProps } from '../..';
3
3
  import { IconNameType, LayoutType, ThemeColorType } from '../../../types';
4
4
  export interface FooterProps {
5
- logohref: string;
5
+ logoHref: string;
6
6
  socialIcons: {
7
7
  name: IconNameType;
8
8
  url: string;
@@ -7,7 +7,7 @@ declare const meta: {
7
7
  component: React.FC<FooterProps>;
8
8
  args: {
9
9
  layout: LayoutType.MOBILE;
10
- logohref: string;
10
+ logoHref: string;
11
11
  categories: {
12
12
  name: string;
13
13
  links: import('../..').LinkProps<"a">[];
@@ -2,11 +2,12 @@ import { default as React } from 'react';
2
2
  import { SubMenuProps } from '../..';
3
3
  import { LayoutType, ThemeColorType } from '../../../types';
4
4
  export interface HeaderProps {
5
- logohref: string;
5
+ logoHref: string;
6
6
  searchformurl: string;
7
7
  headerLinks: (SubMenuProps & {
8
8
  isActive?: boolean;
9
9
  })[];
10
+ homeHref?: string;
10
11
  logoIsHeading?: boolean;
11
12
  layout?: LayoutType;
12
13
  themeColor?: ThemeColorType;
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  import { HeaderProps } from '../..';
3
- export declare const HeaderMobile: React.FC<Pick<HeaderProps, 'logohref' | 'logoIsHeading' | 'themeColor' | 'isHidden' | 'logoName' | 'showOpenButton'> & {
3
+ export declare const HeaderMobile: React.FC<Pick<HeaderProps, 'logoHref' | 'logoIsHeading' | 'themeColor' | 'isHidden' | 'logoName' | 'showOpenButton'> & {
4
4
  backhref?: string;
5
5
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@20minutes/hela",
3
- "version": "2.16.5",
3
+ "version": "2.16.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/20minutes/hela.git"