@20minutes/tyr 2.37.1 → 2.38.0

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.
@@ -5,7 +5,6 @@ export * from './ArticlesBlockHeader';
5
5
  export * from './BackgroundImage';
6
6
  export * from './CardExtraLarge';
7
7
  export * from './Content';
8
- export * from './ElectionDisclaimer';
9
8
  export * from './EntertainmentBlock';
10
9
  export * from './Faq';
11
10
  export * from './FaqList';
@@ -15,6 +15,5 @@ export interface ElectionsPageProps extends PageTemplateProps {
15
15
  lastArticlesCarousel: React.ReactNode;
16
16
  lastArticlesCarouselBis?: React.ReactNode;
17
17
  resultsFiltered: React.ReactNode;
18
- electionDisclaimer?: React.ReactNode;
19
18
  }
20
19
  export declare const ElectionsPage: React.FC<ElectionsPageProps>;
@@ -84,3 +84,5 @@ export default meta;
84
84
  type Story = StoryObj<typeof meta>;
85
85
  export declare const HomePageMobile: Story;
86
86
  export declare const HomePageDesktop: Story;
87
+ export declare const HomePageMunicipalMobile: Story;
88
+ export declare const HomePageMunicipalDesktop: Story;
@@ -91,8 +91,7 @@ export declare enum ComponentNameElections {
91
91
  ELECTIONS_SIDE_LOCALITIES_TOP = "elections/side-localities-top",
92
92
  ELECTIONS_LAST_ARTICLES_CAROUSEL = "elections/last-articles-carousel",
93
93
  ELECTIONS_LAST_ARTICLES_CAROUSEL_BIS = "elections/last-articles-carousel-bis",
94
- ELECTIONS_RESULTS_FILTERED = "elections/results-filtered",
95
- ELECTIONS_SEARCH_BANNER = "elections/search-banner"
94
+ ELECTIONS_RESULTS_FILTERED = "elections/results-filtered"
96
95
  }
97
96
  export declare enum ComponentNameElectionsAiArticles {
98
97
  ELECTIONS_AI_ARTICLES_JSON_LD_BREADCRUMB = "elections-ai-articles/json-ld-breadcrumb",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@20minutes/tyr",
3
- "version": "2.37.1",
3
+ "version": "2.38.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/20minutes/tyr.git"
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@20minutes/draft-convert": "^3.1.2",
56
- "@20minutes/hela": "^2.17.4",
56
+ "@20minutes/hela": "^2.17.5",
57
57
  "aws-rum-web": "^2.0.0",
58
58
  "classnames": "^2.5.1",
59
59
  "draft-js": "^0.11.7",
@@ -1,5 +0,0 @@
1
- import { default as React } from 'react';
2
- export interface ElectionDisclaimerProps {
3
- enabled: boolean;
4
- }
5
- export declare const ElectionDisclaimer: React.FC<ElectionDisclaimerProps>;
@@ -1 +0,0 @@
1
- export * from './ElectionDisclaimer';