@20minutes/hela 2.17.4 → 2.17.5

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 Fri, 13 Mar 2026 09:42:01 GMT
3
+ * Generated on Fri, 13 Mar 2026 14:53:09 GMT
4
4
  */
5
5
 
6
6
  $token-variables: (
@@ -1,9 +1,10 @@
1
1
  import { default as React } from 'react';
2
- import { ButtonProps } from '../../../..';
2
+ import { ButtonProps, LinkProps } from '../../../..';
3
3
  import { CardType } from '../../../../../types';
4
- export interface CardNotificationProps extends CardType {
4
+ export interface CardNotificationProps extends Omit<CardType, 'link'> {
5
5
  timeText?: string;
6
6
  hasDot?: boolean;
7
7
  closeButton?: ButtonProps;
8
+ linkButton?: LinkProps;
8
9
  }
9
10
  export declare const CardNotification: React.FC<CardNotificationProps>;
@@ -4,7 +4,9 @@ declare const meta: {
4
4
  title: string;
5
5
  component: React.FC<import('../../../..').CardNotificationProps>;
6
6
  args: {
7
- link: string;
7
+ linkButton: {
8
+ onClick: () => void;
9
+ };
8
10
  timeText: string;
9
11
  cardImageProps: {
10
12
  cover: string;
@@ -13,5 +13,6 @@ export interface SearchBannerProps {
13
13
  variant?: 'municipales-2026';
14
14
  isOpen?: boolean;
15
15
  hasTopBorder?: boolean;
16
+ size?: 'small';
16
17
  }
17
18
  export declare const SearchBanner: React.FC<SearchBannerProps>;
@@ -624,6 +624,7 @@ export default meta;
624
624
  type Story = StoryObj<typeof meta>;
625
625
  export declare const Mobile: Story;
626
626
  export declare const MobileIsExpandable: Story;
627
+ export declare const MobileIsExpandableAndSmall: Story;
627
628
  export declare const MobileHasTitle: Story;
628
629
  export declare const Desktop: Story;
629
630
  export declare const DesktopWithBreadcrumb: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@20minutes/hela",
3
- "version": "2.17.4",
3
+ "version": "2.17.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/20minutes/hela.git"