@20minutes/hela 2.9.6 → 2.9.8

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, 09 Jul 2025 08:07:02 GMT
3
+ * Generated on Tue, 22 Jul 2025 08:09:30 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, 09 Jul 2025 08:07:02 GMT
4
+ * Generated on Tue, 22 Jul 2025 08:09:30 GMT
5
5
  */
6
6
 
7
7
  $jeux: #4742ff !default;
@@ -6,8 +6,8 @@ export interface ShowCoverProps extends BoxProps {
6
6
  foregroundImage: string;
7
7
  title: string;
8
8
  subtitle: React.ReactNode;
9
- playButton: LinkProps;
10
9
  layout: LayoutType;
10
+ playButton?: LinkProps;
11
11
  foregroundImageHasPresenter?: boolean;
12
12
  }
13
13
  export declare const ShowCover: React.FC<ShowCoverProps>;
@@ -53,6 +53,9 @@ export declare const tokenVariables: {
53
53
  'ballot-box': {
54
54
  value: string;
55
55
  };
56
+ 'birthday-cake': {
57
+ value: string;
58
+ };
56
59
  book: {
57
60
  value: string;
58
61
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@20minutes/hela",
3
- "version": "2.9.6",
3
+ "version": "2.9.8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/20minutes/hela.git"