@apolitical/component-library 10.1.12 → 10.1.13
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.js +57 -57
- package/index.mjs +7 -2
- package/package.json +1 -1
- package/style.css +1 -1
package/index.mjs
CHANGED
|
@@ -26544,12 +26544,17 @@ const Pd = "cookieBanner_", Rd = [
|
|
|
26544
26544
|
);
|
|
26545
26545
|
}, hi = {
|
|
26546
26546
|
platform: {
|
|
26547
|
-
order: ["events", "courses", "articles", "communities"],
|
|
26547
|
+
order: ["events", "courses", "articles", "communities", "aiCampus", "climateCampus"],
|
|
26548
26548
|
// An array guarantees the right order
|
|
26549
26549
|
events: { href: "/events/", gtmType: "events-click" },
|
|
26550
26550
|
courses: { href: "/microcourses/", gtmType: "microcourses-click" },
|
|
26551
26551
|
articles: { href: "/solution-articles/", gtmType: "articles-click" },
|
|
26552
|
-
communities: { href: "/communities/", gtmType: "communities-click" }
|
|
26552
|
+
communities: { href: "/communities/", gtmType: "communities-click" },
|
|
26553
|
+
aiCampus: { href: "/pages/government-ai-campus", gtmType: "ai-campus-click" },
|
|
26554
|
+
climateCampus: {
|
|
26555
|
+
href: "/pages/government-energy-climate-campus",
|
|
26556
|
+
gtmType: "climate-campus-click"
|
|
26557
|
+
}
|
|
26553
26558
|
},
|
|
26554
26559
|
community: {
|
|
26555
26560
|
order: ["support", "post", "join", "guidelines"],
|