@20minutes/hela 2.8.4 → 2.8.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 Wed, 28 May 2025 07:39:32 GMT
3
+ * Generated on Wed, 28 May 2025 12:29:08 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 Wed, 28 May 2025 07:39:32 GMT
4
+ * Generated on Wed, 28 May 2025 12:29:08 GMT
5
5
  */
6
6
 
7
7
  $jeux: #4742ff !default;
@@ -1,9 +1,10 @@
1
1
  import { default as React } from 'react';
2
- import { MediaProps } from '../../../..';
2
+ import { LinkProps, MediaProps } from '../../../..';
3
3
  import { CardType, LayoutType, SpacingSystemProps } from '../../../../../types';
4
4
  export interface CardExtraLargeProps extends CardType, SpacingSystemProps {
5
5
  layout: LayoutType;
6
6
  follows3ColumnsGrid?: boolean;
7
7
  mediaSrc?: MediaProps['src'];
8
+ linkProps?: LinkProps;
8
9
  }
9
10
  export declare const CardExtraLarge: React.FC<CardExtraLargeProps>;
@@ -43,3 +43,4 @@ export declare const MobileWithClickableSignature: Story;
43
43
  export declare const Follows3ColumnsGrid: Story;
44
44
  export declare const IntoDarkBlockDesktop: Story;
45
45
  export declare const IntoDarkBlockMobile: Story;
46
+ export declare const WithQuizButtonMobile: Story;
@@ -0,0 +1,7 @@
1
+ import { default as React } from 'react';
2
+ import { LinkProps } from '../../../..';
3
+ import { CardType, SpacingSystemProps } from '../../../../../types';
4
+ export interface CardSideImageProps extends CardType, SpacingSystemProps {
5
+ linkProps?: LinkProps;
6
+ }
7
+ export declare const CardSideImage: React.FC<CardSideImageProps>;
@@ -0,0 +1,36 @@
1
+ import { default as React } from 'react';
2
+ import { CardSideImageProps } from './CardSideImage';
3
+ import { StoryObj } from '@storybook/react';
4
+ declare const meta: {
5
+ title: string;
6
+ component: React.FC<CardSideImageProps>;
7
+ args: CardSideImageProps;
8
+ argTypes: {
9
+ m?: import('@storybook/csf').InputType | undefined;
10
+ mt?: import('@storybook/csf').InputType | undefined;
11
+ mr?: import('@storybook/csf').InputType | undefined;
12
+ mb?: import('@storybook/csf').InputType | undefined;
13
+ ml?: import('@storybook/csf').InputType | undefined;
14
+ mx?: import('@storybook/csf').InputType | undefined;
15
+ my?: import('@storybook/csf').InputType | undefined;
16
+ p?: import('@storybook/csf').InputType | undefined;
17
+ pt?: import('@storybook/csf').InputType | undefined;
18
+ pr?: import('@storybook/csf').InputType | undefined;
19
+ pb?: import('@storybook/csf').InputType | undefined;
20
+ pl?: import('@storybook/csf').InputType | undefined;
21
+ px?: import('@storybook/csf').InputType | undefined;
22
+ py?: import('@storybook/csf').InputType | undefined;
23
+ borderColor?: import('@storybook/csf').InputType | undefined;
24
+ bg?: import('@storybook/csf').InputType | undefined;
25
+ color?: import('@storybook/csf').InputType | undefined;
26
+ radius?: import('@storybook/csf').InputType | undefined;
27
+ };
28
+ parameters: {
29
+ controls: {
30
+ exclude: string[];
31
+ };
32
+ };
33
+ };
34
+ export default meta;
35
+ type Story = StoryObj<typeof meta>;
36
+ export declare const Desktop: Story;
@@ -0,0 +1 @@
1
+ export * from './CardSideImage';
@@ -7,6 +7,7 @@ export * from './CardMost';
7
7
  export * from './CardMovie';
8
8
  export * from './CardNewsletter';
9
9
  export * from './CardOverview';
10
+ export * from './CardSideImage';
10
11
  export * from './CardSmall';
11
12
  export * from './CardTiny';
12
13
  export * from './CardVertical';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@20minutes/hela",
3
- "version": "2.8.4",
3
+ "version": "2.8.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/20minutes/hela.git"