@20minutes/tyr 2.26.6 → 2.26.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.
package/dist/index.es.js
CHANGED
|
@@ -9567,7 +9567,8 @@ class VH {
|
|
|
9567
9567
|
}, this.generateHomeProps = () => (this.pageInfo.chapter1 = "accueil", this.pageInfo.chapter2 = "", {
|
|
9568
9568
|
"s:page_type": "home",
|
|
9569
9569
|
"s:content_source": "20mn",
|
|
9570
|
-
"s:content_title": "20 Minutes - Toute l’actualité en direct et les dernières infos en continu"
|
|
9570
|
+
"s:content_title": "20 Minutes - Toute l’actualité en direct et les dernières infos en continu",
|
|
9571
|
+
content_type: null
|
|
9571
9572
|
}), this.generateElectionsProps = () => {
|
|
9572
9573
|
const { national: i, region: o, department: u, constituency: d, town: c } = this.datalayerInfo.elections || {};
|
|
9573
9574
|
return this.pageInfo.chapter1 = "elections", this.pageInfo.chapter2 = "resultats", c && u ? (this.pageInfo.chapter3 = u, this.pageInfo.chapter4 = c) : d && u ? (this.pageInfo.chapter3 = u, this.pageInfo.chapter4 = d) : u && o ? (this.pageInfo.chapter3 = o, this.pageInfo.chapter4 = u) : o ? (this.pageInfo.chapter3 = "france", this.pageInfo.chapter4 = o) : i && (this.pageInfo.chapter3 = i), {
|