@20minutes/tyr 2.4.0 → 2.4.1
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 +1909 -1923
- package/dist/index.umd.js +70 -70
- package/dist/src/pages/ArticlePage/ArticlePage.d.ts +0 -1
- package/dist/src/pages/SlideshowPage/SlideshowPage.d.ts +0 -1
- package/dist/src/templates/ContentTemplate/ContentTemplate.d.ts +0 -1
- package/dist/src/templates/ContentTemplate/ContentTemplate.stories.d.ts +0 -1
- package/dist/src/types/ComponentConfig.d.ts +0 -1
- package/package.json +2 -2
|
@@ -7,7 +7,6 @@ export interface SlideshowPageProps extends ContentTemplateProps {
|
|
|
7
7
|
highlightedText?: React.ReactNode;
|
|
8
8
|
comment?: React.ReactNode;
|
|
9
9
|
commentButton?: React.ReactNode;
|
|
10
|
-
buyersGuide?: React.ReactNode;
|
|
11
10
|
topContent?: React.ReactNode;
|
|
12
11
|
}
|
|
13
12
|
export declare const SlideshowPage: React.FC<SlideshowPageProps>;
|
|
@@ -29,7 +29,6 @@ export interface ContentTemplateProps extends PageTemplateProps {
|
|
|
29
29
|
latestContentsCarousel: React.ReactNode;
|
|
30
30
|
rubricCarousels: React.ReactNode;
|
|
31
31
|
partnerCards: React.ReactNode;
|
|
32
|
-
buyersGuide?: React.ReactNode;
|
|
33
32
|
templating?: {
|
|
34
33
|
enableAds: boolean;
|
|
35
34
|
enableSponsoredContents: boolean;
|
|
@@ -21,7 +21,6 @@ export declare const ContentTemplateDesktop: {
|
|
|
21
21
|
highlightedText?: React.ReactNode;
|
|
22
22
|
comment?: React.ReactNode;
|
|
23
23
|
commentButton?: React.ReactNode;
|
|
24
|
-
buyersGuide?: React.ReactNode;
|
|
25
24
|
readAlsoBanner?: React.ReactNode;
|
|
26
25
|
breadcrumb: React.ReactNode;
|
|
27
26
|
liveIndicator?: React.ReactNode;
|
|
@@ -17,7 +17,6 @@ export declare const enum ComponentNameArticle {
|
|
|
17
17
|
ARTICLE_PRELOAD = "article/preload",
|
|
18
18
|
ARTICLE_HIGHLIGHTED_TEXT = "article/article-highlighted-text",
|
|
19
19
|
ARTICLE_SCROLL_PROGRESS_BAR = "article/scroll-progress-bar",
|
|
20
|
-
ARTICLE_BUYERS_GUIDE = "article/buyers-guide",
|
|
21
20
|
ARTICLE_ACTUAL_PROMO_BANNER = "article/actual-promo-banner"
|
|
22
21
|
}
|
|
23
22
|
export declare const enum ComponentNameCommon {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@20minutes/tyr",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@github.com/20minutes/tyr.git"
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"tsconfig-paths": "^4.2.0",
|
|
140
140
|
"typed-query-selector": "^2.12.0",
|
|
141
141
|
"typescript": "^4.9.5",
|
|
142
|
-
"vite": "^6.
|
|
142
|
+
"vite": "^6.2.0",
|
|
143
143
|
"vite-plugin-dts": "^4.5.0",
|
|
144
144
|
"vite-tsconfig-paths": "^5.1.4",
|
|
145
145
|
"vitest": "3.0.7"
|