@20minutes/tyr 2.4.6 → 2.5.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.
- package/dist/css/legalPage-desktop-critical.css +1 -1
- package/dist/css/legalPage-desktop-no-critical.css +1 -1
- package/dist/css/legalPage-mobile-critical.css +1 -1
- package/dist/css/legalPage-mobile-no-critical.css +1 -1
- package/dist/index.es.js +3243 -3230
- package/dist/index.umd.js +88 -88
- package/dist/js/ads.min.js +1 -1
- package/dist/js/main.min.js +2 -2
- package/dist/src/components/organisms/LegalPage/Moderation/Moderation.d.ts +5 -0
- package/dist/src/components/organisms/LegalPage/Moderation/index.d.ts +1 -0
- package/dist/src/components/organisms/LegalPage/index.d.ts +1 -0
- package/dist/src/pages/LegalPage/LegalPage.d.ts +1 -0
- package/dist/src/pages/LegalPage/LegalPage.stories.d.ts +2 -0
- package/dist/src/types/ComponentConfig.d.ts +1 -0
- package/package.json +4 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Moderation';
|
|
@@ -59,3 +59,5 @@ export declare const LegalMentionsMobile: Story;
|
|
|
59
59
|
export declare const LegalMentionsDesktop: Story;
|
|
60
60
|
export declare const CookiesMobile: Story;
|
|
61
61
|
export declare const CookiesDesktop: Story;
|
|
62
|
+
export declare const ModerationMobile: Story;
|
|
63
|
+
export declare const ModerationDesktop: Story;
|
|
@@ -180,6 +180,7 @@ export declare const enum ComponentNameLegal {
|
|
|
180
180
|
LEGAL_PRIVACY = "legal/privacy",
|
|
181
181
|
LEGAL_MENTIONS = "legal/mentions",
|
|
182
182
|
LEGAL_COOKIES = "legal/cookies",
|
|
183
|
+
LEGAL_MODERATION = "legal/moderation",
|
|
183
184
|
LEGAL_META = "legal/meta"
|
|
184
185
|
}
|
|
185
186
|
export declare const enum ComponentNameLegalNotice {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@20minutes/tyr",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@github.com/20minutes/tyr.git"
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"@types/react": "^18.3.13",
|
|
101
101
|
"@types/react-dom": "^18.3.1",
|
|
102
102
|
"@types/sinon": "^17.0.4",
|
|
103
|
-
"@typescript-eslint/eslint-plugin": "^8.26.
|
|
104
|
-
"@typescript-eslint/parser": "^8.26.
|
|
103
|
+
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
104
|
+
"@typescript-eslint/parser": "^8.26.1",
|
|
105
105
|
"@vitejs/plugin-react": "^4.3.4",
|
|
106
106
|
"@vitest/coverage-v8": "^3.0.8",
|
|
107
107
|
"babel-loader": "^10.0.0",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"eslint-config-airbnb": "^19.0.4",
|
|
110
110
|
"eslint-config-prettier": "^9.1.0",
|
|
111
111
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
112
|
-
"eslint-import-resolver-typescript": "^3.8.
|
|
112
|
+
"eslint-import-resolver-typescript": "^3.8.4",
|
|
113
113
|
"eslint-plugin-babel": "^5.3.1",
|
|
114
114
|
"eslint-plugin-import": "^2.31.0",
|
|
115
115
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|