@apolitical/component-library 10.1.12 → 10.1.13-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 +57 -57
- package/index.mjs +12 -7
- package/package.json +1 -1
- package/style.css +1 -1
package/index.mjs
CHANGED
|
@@ -25984,7 +25984,7 @@ const dF = Wo(() => Promise.resolve().then(() => mx)), E9 = [
|
|
|
25984
25984
|
},
|
|
25985
25985
|
{
|
|
25986
25986
|
key: "articles",
|
|
25987
|
-
href: "/
|
|
25987
|
+
href: "/articles/"
|
|
25988
25988
|
},
|
|
25989
25989
|
{
|
|
25990
25990
|
key: "communities",
|
|
@@ -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
|
-
articles: { href: "/
|
|
26552
|
-
communities: { href: "/communities/", gtmType: "communities-click" }
|
|
26551
|
+
articles: { href: "/articles/", gtmType: "articles-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"],
|
|
@@ -46523,7 +46528,7 @@ const Et = {
|
|
|
46523
46528
|
className: "icon courses"
|
|
46524
46529
|
},
|
|
46525
46530
|
articles: {
|
|
46526
|
-
href: "/
|
|
46531
|
+
href: "/articles/",
|
|
46527
46532
|
gtmType: "articles-click",
|
|
46528
46533
|
className: "icon articles"
|
|
46529
46534
|
},
|
|
@@ -50355,7 +50360,7 @@ const moe = ({
|
|
|
50355
50360
|
// 'overview' is needed for legacy reasons
|
|
50356
50361
|
},
|
|
50357
50362
|
solutionArticle: {
|
|
50358
|
-
basePath: "/
|
|
50363
|
+
basePath: "/articles",
|
|
50359
50364
|
className: "article",
|
|
50360
50365
|
length: {
|
|
50361
50366
|
title: 60
|
|
@@ -51273,7 +51278,7 @@ const tc = "notFoundError_", _oe = () => {
|
|
|
51273
51278
|
})
|
|
51274
51279
|
}
|
|
51275
51280
|
),
|
|
51276
|
-
/* @__PURE__ */ h.jsx(Le, { href: "/
|
|
51281
|
+
/* @__PURE__ */ h.jsx(Le, { href: "/articles/", children: e.formatMessage({ id: `${tc}cta` }) })
|
|
51277
51282
|
] })
|
|
51278
51283
|
},
|
|
51279
51284
|
reportError: () => {
|