@20minutes/hela 2.12.13 → 2.12.15
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/index.es.js +374 -452
- package/dist/index.umd.js +1 -1
- package/dist/scss/abstracts/variables/_token-variables.scss +1 -1
- package/dist/scss/abstracts/variables/_variables.scss +1 -1
- package/dist/src/components/molecules/ShowCover/ShowCover.d.ts +0 -1
- package/dist/src/components/molecules/ShowCover/ShowCover.stories.d.ts +10 -6
- package/dist/style.css +1 -1
- package/package.json +18 -18
|
@@ -24,10 +24,6 @@ declare const meta: {
|
|
|
24
24
|
radius?: import('@storybook/csf').InputType | undefined;
|
|
25
25
|
};
|
|
26
26
|
args: {
|
|
27
|
-
backgroundImage: string;
|
|
28
|
-
foregroundImage: string;
|
|
29
|
-
title: string;
|
|
30
|
-
subtitle: string;
|
|
31
27
|
playButton: {
|
|
32
28
|
children: string;
|
|
33
29
|
href: string;
|
|
@@ -57,9 +53,17 @@ export declare const DesktopPleinLesPoches: Story;
|
|
|
57
53
|
export declare const MobilePleinLesPoches: Story;
|
|
58
54
|
export declare const DesktopTantDEcrans: Story;
|
|
59
55
|
export declare const MobileTantDEcrans: Story;
|
|
60
|
-
export declare const
|
|
61
|
-
export declare const
|
|
56
|
+
export declare const DesktopLaPoireEnDeux: Story;
|
|
57
|
+
export declare const MobileLaPoireEnDeux: Story;
|
|
62
58
|
export declare const DesktopTuPeuxPasTest: Story;
|
|
63
59
|
export declare const MobileTuPeuxPasTest: Story;
|
|
64
60
|
export declare const DesktopQuEstCeQueTuFood: Story;
|
|
65
61
|
export declare const MobileQuEstCeQueTuFood: Story;
|
|
62
|
+
export declare const DesktopWattsIn: Story;
|
|
63
|
+
export declare const MobileWattsIn: Story;
|
|
64
|
+
export declare const DesktopCiNéMa: Story;
|
|
65
|
+
export declare const MobileCiNéMa: Story;
|
|
66
|
+
export declare const DesktopReportages: Story;
|
|
67
|
+
export declare const MobileReportages: Story;
|
|
68
|
+
export declare const DesktopScope: Story;
|
|
69
|
+
export declare const MobileScope: Story;
|