@apolitical/component-library 10.1.18 → 10.1.19
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
|
@@ -25984,7 +25984,7 @@ const dF = Vo(() => 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",
|
|
@@ -26548,7 +26548,7 @@ const Pd = "cookieBanner_", Rd = [
|
|
|
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: "/
|
|
26551
|
+
articles: { href: "/articles/", gtmType: "articles-click" },
|
|
26552
26552
|
communities: { href: "/communities/", gtmType: "communities-click" },
|
|
26553
26553
|
aiCampus: { href: "/pages/government-ai-campus", gtmType: "ai-campus-click" },
|
|
26554
26554
|
climateCampus: {
|
|
@@ -46528,7 +46528,7 @@ const Et = {
|
|
|
46528
46528
|
className: "icon courses"
|
|
46529
46529
|
},
|
|
46530
46530
|
articles: {
|
|
46531
|
-
href: "/
|
|
46531
|
+
href: "/articles/",
|
|
46532
46532
|
gtmType: "articles-click",
|
|
46533
46533
|
className: "icon articles"
|
|
46534
46534
|
},
|
|
@@ -50358,7 +50358,7 @@ const goe = ({
|
|
|
50358
50358
|
// 'overview' is needed for legacy reasons
|
|
50359
50359
|
},
|
|
50360
50360
|
solutionArticle: {
|
|
50361
|
-
basePath: "/
|
|
50361
|
+
basePath: "/articles",
|
|
50362
50362
|
className: "article",
|
|
50363
50363
|
length: {
|
|
50364
50364
|
title: 60
|
|
@@ -51276,7 +51276,7 @@ const tc = "notFoundError_", Coe = () => {
|
|
|
51276
51276
|
})
|
|
51277
51277
|
}
|
|
51278
51278
|
),
|
|
51279
|
-
/* @__PURE__ */ h.jsx(Le, { href: "/
|
|
51279
|
+
/* @__PURE__ */ h.jsx(Le, { href: "/articles/", children: e.formatMessage({ id: `${tc}cta` }) })
|
|
51280
51280
|
] })
|
|
51281
51281
|
},
|
|
51282
51282
|
reportError: () => {
|