@20minutes/tyr 2.1.3 → 2.1.4

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.
@@ -24,5 +24,6 @@ export interface HomePageProps extends PageTemplateProps {
24
24
  partners: React.ReactNode;
25
25
  conso: React.ReactNode;
26
26
  movies: React.ReactNode;
27
+ streamingTv: React.ReactNode;
27
28
  }
28
29
  export declare const HomePage: React.FC<HomePageProps>;
@@ -56,6 +56,7 @@ declare const meta: {
56
56
  cityByCity: React.FunctionComponentElement<CityByCityBlockProps>;
57
57
  partners: React.FunctionComponentElement<import('@20minutes/hela').ThreeColumnsArticlesProps>;
58
58
  movies: React.FunctionComponentElement<EntertainmentCarouselProps>;
59
+ streamingTv: React.FunctionComponentElement<EntertainmentCarouselProps>;
59
60
  headerMini?: React.ReactNode;
60
61
  menu: React.ReactNode;
61
62
  adTopPage?: React.ReactNode;
@@ -127,7 +127,8 @@ export declare const enum ComponentNameHome {
127
127
  HOME_PURCHASE_GUIDE = "home/purchase-guide",
128
128
  HOME_CITY_BY_CITY = "home/city-by-city",
129
129
  HOME_PARTNERS = "home/partners",
130
- HOME_MOVIES = "home/movies"
130
+ HOME_MOVIES = "home/movies",
131
+ HOME_STREAMING_TV = "home/streaming-tv"
131
132
  }
132
133
  export declare const enum ComponentNameHoroscope {
133
134
  HOROSCOPE_JSON_LD_BREADCRUMB = "horoscope/json-ld-breadcrumb",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@20minutes/tyr",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/20minutes/tyr.git"
@@ -66,7 +66,7 @@
66
66
  },
67
67
  "devDependencies": {
68
68
  "@20minutes/eslint-config": "^1.2.6",
69
- "@aws-sdk/client-s3": "3.741.0",
69
+ "@aws-sdk/client-s3": "3.743.0",
70
70
  "@babel/core": "^7.26.7",
71
71
  "@babel/eslint-parser": "^7.26.5",
72
72
  "@eslint/compat": "^1.2.6",