@apolitical/component-library 10.2.6-beta.4 → 10.2.6-fg-2
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 +4 -4
- package/index.mjs +5 -5
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -26060,7 +26060,7 @@ const fF = Vo(() => Promise.resolve().then(() => gx)), E9 = [
|
|
|
26060
26060
|
},
|
|
26061
26061
|
{
|
|
26062
26062
|
key: "microcourses",
|
|
26063
|
-
href: "/
|
|
26063
|
+
href: "/courses/"
|
|
26064
26064
|
},
|
|
26065
26065
|
{
|
|
26066
26066
|
key: "articles",
|
|
@@ -26627,7 +26627,7 @@ const Pd = "cookieBanner_", Rd = [
|
|
|
26627
26627
|
order: ["events", "courses", "articles", "communities", "aiCampus", "climateCampus"],
|
|
26628
26628
|
// An array guarantees the right order
|
|
26629
26629
|
events: { href: "/events/", gtmType: "events-click" },
|
|
26630
|
-
courses: { href: "/
|
|
26630
|
+
courses: { href: "/courses/", gtmType: "courses-click" },
|
|
26631
26631
|
articles: { href: "/articles/", gtmType: "articles-click" },
|
|
26632
26632
|
communities: { href: "/communities/", gtmType: "communities-click" },
|
|
26633
26633
|
aiCampus: { href: "/pages/government-ai-campus", gtmType: "ai-campus-click" },
|
|
@@ -46603,8 +46603,8 @@ const Et = {
|
|
|
46603
46603
|
order: ["events", "courses", "articles", "communities"],
|
|
46604
46604
|
events: { href: "/events/", className: "icon events" },
|
|
46605
46605
|
courses: {
|
|
46606
|
-
href: "/
|
|
46607
|
-
gtmType: "
|
|
46606
|
+
href: "/courses/",
|
|
46607
|
+
gtmType: "courses-click",
|
|
46608
46608
|
className: "icon courses"
|
|
46609
46609
|
},
|
|
46610
46610
|
articles: {
|
|
@@ -50433,7 +50433,7 @@ const voe = ({
|
|
|
50433
50433
|
gtmEvent: "event"
|
|
50434
50434
|
},
|
|
50435
50435
|
microcourse: {
|
|
50436
|
-
basePath: "/
|
|
50436
|
+
basePath: "/courses",
|
|
50437
50437
|
className: "course",
|
|
50438
50438
|
gtmEvent: "microcourse-overview"
|
|
50439
50439
|
// 'overview' is needed for legacy reasons
|