@20minutes/hela 2.11.2 → 2.11.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 09 Oct 2025 09:04:49 GMT
3
+ * Generated on Thu, 16 Oct 2025 08:11:15 GMT
4
4
  */
5
5
 
6
6
  $token-variables: (
@@ -134,6 +134,7 @@ $token-variables: (
134
134
  'tempo': var(--color-theme-tempo),
135
135
  'vie-pro': var(--color-theme-vie-pro),
136
136
  'infolocale': var(--color-theme-infolocale),
137
+ 'gaming': var(--color-theme-gaming),
137
138
  'jeux': var(--color-theme-jeux)
138
139
  )
139
140
  ),
@@ -1,10 +1,11 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Thu, 09 Oct 2025 09:04:49 GMT
4
+ * Generated on Thu, 16 Oct 2025 08:11:15 GMT
5
5
  */
6
6
 
7
7
  $jeux: #4742ff !default;
8
+ $gaming: #fa6ee5 !default;
8
9
  $infolocale: #4742ff !default;
9
10
  $vie-pro: #b49b56 !default;
10
11
  $tempo: #ecb200 !default;
@@ -105,6 +106,7 @@ $variables: (
105
106
  'tempo': $tempo,
106
107
  'vie-pro': $vie-pro,
107
108
  'infolocale': $infolocale,
109
+ 'gaming': $gaming,
108
110
  'jeux': $jeux
109
111
  )
110
112
  )
@@ -398,9 +398,6 @@ export declare const tokenVariables: {
398
398
  events: {
399
399
  'olympic-games': {};
400
400
  };
401
- 'rubric-jeux': {
402
- value: string;
403
- };
404
401
  'rubric-c2c': {
405
402
  value: string;
406
403
  };
@@ -413,6 +410,12 @@ export declare const tokenVariables: {
413
410
  'rubric-high-tech': {
414
411
  value: string;
415
412
  };
413
+ 'rubric-gaming': {
414
+ value: string;
415
+ };
416
+ 'rubric-jeux': {
417
+ value: string;
418
+ };
416
419
  'rubric-news': {
417
420
  value: string;
418
421
  };
@@ -730,6 +733,9 @@ export declare const tokenVariables: {
730
733
  infolocale: {
731
734
  value: string;
732
735
  };
736
+ gaming: {
737
+ value: string;
738
+ };
733
739
  jeux: {
734
740
  value: string;
735
741
  };