@apolitical/component-library 4.5.0 → 4.5.1-beta.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/index.mjs
CHANGED
|
@@ -1349,6 +1349,7 @@ Thank you for helping to protect the Apolitical community from abusive content.`
|
|
|
1349
1349
|
footer_community_guidelines: "Guidelines & values",
|
|
1350
1350
|
footer_company: "Company",
|
|
1351
1351
|
footer_company_news: "News",
|
|
1352
|
+
footer_company_insights: "Insights",
|
|
1352
1353
|
footer_company_story: "Our story",
|
|
1353
1354
|
footer_company_team: "Meet our team",
|
|
1354
1355
|
footer_company_careers: "Careers",
|
|
@@ -19573,11 +19574,15 @@ const Wi = "cookieBanner_", Hi = [
|
|
|
19573
19574
|
}
|
|
19574
19575
|
},
|
|
19575
19576
|
company: {
|
|
19576
|
-
order: ["news", "story", "team", "careers", "partner", "contact"],
|
|
19577
|
+
order: ["news", "insights", "story", "team", "careers", "partner", "contact"],
|
|
19577
19578
|
news: {
|
|
19578
19579
|
href: "/learning-hub/updates/",
|
|
19579
19580
|
gtmType: "news-click"
|
|
19580
19581
|
},
|
|
19582
|
+
insights: {
|
|
19583
|
+
href: "/learning-hub/global-insights/",
|
|
19584
|
+
gtmType: "insights-click"
|
|
19585
|
+
},
|
|
19581
19586
|
story: {
|
|
19582
19587
|
href: "/pages/our-story",
|
|
19583
19588
|
gtmType: "our-story-click"
|