@20minutes/hela 2.16.6 → 2.16.7

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,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Tue, 24 Feb 2026 16:02:09 GMT
4
+ * Generated on Thu, 26 Feb 2026 10:22:40 GMT
5
5
  */
6
6
 
7
7
  $jeux: #4742ff !default;
@@ -0,0 +1 @@
1
+ export declare const listenerOfZoomOverlayMap: () => void;
@@ -7,6 +7,8 @@ interface DepartmentsPath {
7
7
  interface DromTown {
8
8
  id: string;
9
9
  path: string;
10
+ url: string;
11
+ name: string;
10
12
  }
11
13
  export interface DromData {
12
14
  name: string;
@@ -51,19 +51,20 @@ export declare const cityZoom: {
51
51
  readonly PARIS: {
52
52
  readonly label: "Paris";
53
53
  readonly viewBox: "249.8 112.2 10 10";
54
- readonly filterPrefix: "75";
54
+ readonly filterPrefix: "75056AR";
55
55
  readonly ids: string[];
56
56
  };
57
57
  readonly MARSEILLE: {
58
58
  readonly label: "Marseille";
59
59
  readonly viewBox: "360.4 391.2 12 12";
60
- readonly filterPrefix: "13";
60
+ readonly filterPrefix: "13055AR";
61
61
  readonly ids: string[];
62
62
  };
63
63
  readonly LYON: {
64
64
  readonly label: "Lyon";
65
65
  readonly viewBox: "338.9 269 6 6";
66
- readonly filterPrefix: "69";
66
+ readonly filterPrefix: "69123AR";
67
67
  readonly ids: string[];
68
68
  };
69
69
  };
70
+ export declare const departmentNames: Record<string, string>;