@20minutes/tyr 2.40.2 → 2.40.3

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.
@@ -105,10 +105,13 @@ declare global {
105
105
  WfirstParty: boolean;
106
106
  Wam2gamConf: {
107
107
  token: string;
108
- Idcrm: string;
109
108
  cookieless: boolean;
110
109
  useXdevice: boolean;
110
+ Idcrm?: string;
111
111
  };
112
- Wvar: Record<string, string | string[]>;
112
+ WextraIDsConfs: {
113
+ name: string;
114
+ }[];
115
+ Wvar: string[];
113
116
  }
114
117
  }
@@ -92,6 +92,10 @@ export type Scalars = {
92
92
  input: string;
93
93
  output: string;
94
94
  };
95
+ LimitedString8: {
96
+ input: string;
97
+ output: string;
98
+ };
95
99
  PodcastPerPage: {
96
100
  input: number;
97
101
  output: number;
@@ -1794,7 +1798,7 @@ export type TBrandUserFrontArgs = {
1794
1798
  export type TBrandUserFrontCheckUsernameEmailArgs = {
1795
1799
  email?: InputMaybe<Scalars['EmailAddress']['input']>;
1796
1800
  options?: InputMaybe<TUserFrontSingleConnectionOptions>;
1797
- username?: InputMaybe<Scalars['String']['input']>;
1801
+ username?: InputMaybe<Scalars['LimitedString']['input']>;
1798
1802
  };
1799
1803
  export type TBrandUserFrontCommentSsoDataArgs = {
1800
1804
  options?: InputMaybe<TUserFrontSingleConnectionOptions>;
@@ -3703,6 +3707,7 @@ export type TCreateUserBackBrandType = {
3703
3707
  user_back_id: Scalars['ID']['input'];
3704
3708
  };
3705
3709
  export type TCreateUserBackType = {
3710
+ about_me?: InputMaybe<Scalars['LimitedString4']['input']>;
3706
3711
  active?: InputMaybe<Scalars['Boolean']['input']>;
3707
3712
  author_page?: InputMaybe<Scalars['String']['input']>;
3708
3713
  clientMutationId?: InputMaybe<Scalars['String']['input']>;
@@ -10712,10 +10717,10 @@ export type TPdfEdge = {
10712
10717
  node?: Maybe<TPdf>;
10713
10718
  };
10714
10719
  export type TPdfFilter = {
10715
- maxPublicationDate?: InputMaybe<Scalars['LimitedString6']['input']>;
10716
- minPublicationDate?: InputMaybe<Scalars['LimitedString7']['input']>;
10717
- month?: InputMaybe<Scalars['LimitedString5']['input']>;
10718
- year?: InputMaybe<Scalars['LimitedString4']['input']>;
10720
+ maxPublicationDate?: InputMaybe<Scalars['LimitedString7']['input']>;
10721
+ minPublicationDate?: InputMaybe<Scalars['LimitedString8']['input']>;
10722
+ month?: InputMaybe<Scalars['LimitedString6']['input']>;
10723
+ year?: InputMaybe<Scalars['LimitedString5']['input']>;
10719
10724
  };
10720
10725
  export type TPdfIdentifierInputType = {
10721
10726
  clientMutationId?: InputMaybe<Scalars['String']['input']>;
@@ -16452,6 +16457,7 @@ export type TUpdateUserBackBrandType = {
16452
16457
  user_back_id: Scalars['ID']['input'];
16453
16458
  };
16454
16459
  export type TUpdateUserBackType = {
16460
+ about_me?: InputMaybe<Scalars['LimitedString4']['input']>;
16455
16461
  active?: InputMaybe<Scalars['Boolean']['input']>;
16456
16462
  author_page?: InputMaybe<Scalars['String']['input']>;
16457
16463
  avatar?: InputMaybe<Scalars['Upload']['input']>;
@@ -16545,6 +16551,7 @@ export type TUpdateVideoType = {
16545
16551
  };
16546
16552
  export type TUserBack = TNode & TTimestampable & {
16547
16553
  __typename?: 'UserBack';
16554
+ about_me?: Maybe<Scalars['String']['output']>;
16548
16555
  active?: Maybe<Scalars['Boolean']['output']>;
16549
16556
  author_page?: Maybe<Scalars['String']['output']>;
16550
16557
  avatar?: Maybe<Scalars['String']['output']>;
@@ -16855,7 +16862,7 @@ export declare enum UserBotSingleConnectionTotal {
16855
16862
  }
16856
16863
  export type TUserFront = TNode & TTimestampable & {
16857
16864
  __typename?: 'UserFront';
16858
- about_me?: Maybe<Scalars['LimitedString2']['output']>;
16865
+ about_me?: Maybe<Scalars['String']['output']>;
16859
16866
  articles_saved?: Maybe<Array<Maybe<Scalars['Int']['output']>>>;
16860
16867
  author_id?: Maybe<Scalars['Int']['output']>;
16861
16868
  avatar?: Maybe<Scalars['String']['output']>;
@@ -18250,7 +18257,8 @@ export declare enum Newsletter {
18250
18257
  nl_solutions = "nl_solutions",
18251
18258
  nl_sport = "nl_sport",
18252
18259
  nl_tempo = "nl_tempo",
18253
- nl_viepro = "nl_viepro"
18260
+ nl_viepro = "nl_viepro",
18261
+ souscription_profil = "souscription_profil"
18254
18262
  }
18255
18263
  export declare enum NewsletterThemeType {
18256
18264
  community = "community",
@@ -20282,10 +20290,10 @@ export type TGetPdfsByEditionSlugQueryVariables = Exact<{
20282
20290
  slug: Scalars['String']['input'];
20283
20291
  first: Scalars['FirstElement']['input'];
20284
20292
  sort: OrderDirection;
20285
- maxPublicationDate?: InputMaybe<Scalars['LimitedString6']['input']>;
20286
- minPublicationDate?: InputMaybe<Scalars['LimitedString7']['input']>;
20287
- year?: InputMaybe<Scalars['LimitedString4']['input']>;
20288
- month?: InputMaybe<Scalars['LimitedString5']['input']>;
20293
+ maxPublicationDate?: InputMaybe<Scalars['LimitedString7']['input']>;
20294
+ minPublicationDate?: InputMaybe<Scalars['LimitedString8']['input']>;
20295
+ year?: InputMaybe<Scalars['LimitedString5']['input']>;
20296
+ month?: InputMaybe<Scalars['LimitedString6']['input']>;
20289
20297
  }>;
20290
20298
  export type TGetPdfsByEditionSlugQuery = {
20291
20299
  __typename?: 'Query';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@20minutes/tyr",
3
- "version": "2.40.2",
3
+ "version": "2.40.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/20minutes/tyr.git"
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@20minutes/draft-convert": "^3.1.2",
57
- "@20minutes/hela": "^2.18.7",
57
+ "@20minutes/hela": "^2.18.8",
58
58
  "classnames": "^2.5.1",
59
59
  "draft-js": "^0.11.7",
60
60
  "html-entities": "^2.6.0",
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "devDependencies": {
71
71
  "@20minutes/eslint-config": "^3.0.2",
72
- "@aws-sdk/client-s3": "3.1020.0",
72
+ "@aws-sdk/client-s3": "3.1027.0",
73
73
  "@graphql-codegen/cli": "^6.2.1",
74
74
  "@graphql-codegen/typescript": "^5.0.9",
75
75
  "@graphql-codegen/typescript-operations": "^5.0.9",
@@ -78,30 +78,31 @@
78
78
  "@rollup/plugin-node-resolve": "^16.0.3",
79
79
  "@rollup/plugin-replace": "^6.0.3",
80
80
  "@rollup/plugin-terser": "^1.0.0",
81
- "@storybook/addon-docs": "^10.3.3",
82
- "@storybook/addon-links": "^10.3.3",
83
- "@storybook/react-vite": "^10.3.3",
81
+ "@storybook/addon-a11y": "^10.3.4",
82
+ "@storybook/addon-docs": "^10.3.5",
83
+ "@storybook/addon-links": "^10.3.5",
84
+ "@storybook/react-vite": "^10.3.5",
84
85
  "@testing-library/dom": "^10.4.1",
85
86
  "@testing-library/react": "^16.3.2",
86
87
  "@types/draft-js": "^0.11.20",
87
88
  "@types/googletag": "^3.3.0",
88
89
  "@types/jsdom": "^27.0.0",
89
- "@types/node": "^25.5.0",
90
+ "@types/node": "^25.5.2",
90
91
  "@types/poool-access": "^5.18.1",
91
92
  "@types/poool-engage": "^2.2.0",
92
93
  "@types/react": "^18.3.13",
93
94
  "@types/react-dom": "^18.3.1",
94
95
  "@vitejs/plugin-react": "^5.1.4",
95
96
  "@vitest/coverage-v8": "4.0.18",
96
- "dotenv": "^17.3.1",
97
- "esbuild": "^0.27.4",
97
+ "dotenv": "^17.4.1",
98
+ "esbuild": "^0.28.0",
98
99
  "globals": "^17.4.0",
99
100
  "graphql": "^16.13.2",
100
101
  "husky": "^9.1.7",
101
102
  "jest-worker": "^30.3.0",
102
103
  "jsdom": "^28.1.0",
103
104
  "mockdate": "^3.0.5",
104
- "postcss": "^8.5.8",
105
+ "postcss": "^8.5.9",
105
106
  "purgecss": "^8.0.0",
106
107
  "purgecss-from-html": "^8.0.0",
107
108
  "rollup": "^4.60.1",
@@ -109,7 +110,7 @@
109
110
  "rollup-plugin-typescript-paths": "^1.5.0",
110
111
  "rollup-plugin-visualizer": "^7.0.1",
111
112
  "schema-dts": "^2.0.0",
112
- "storybook": "^10.3.3",
113
+ "storybook": "^10.3.5",
113
114
  "tsx": "^4.21.0",
114
115
  "typed-query-selector": "^2.12.1",
115
116
  "typescript": "^6.0.2",