@apolitical/component-library 10.1.10-rh1 → 10.1.11-fg-1

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.
Files changed (3) hide show
  1. package/index.js +4 -4
  2. package/index.mjs +5 -5
  3. package/package.json +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: "/solution-articles/"
25987
+ href: "/en/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: "/solution-articles/", gtmType: "articles-click" },
26551
+ articles: { href: "/en/articles/", gtmType: "articles-click" },
26552
26552
  communities: { href: "/communities/", gtmType: "communities-click" }
26553
26553
  },
26554
26554
  community: {
@@ -46523,7 +46523,7 @@ const Et = {
46523
46523
  className: "icon courses"
46524
46524
  },
46525
46525
  articles: {
46526
- href: "/solution-articles/",
46526
+ href: "/en/articles/",
46527
46527
  gtmType: "articles-click",
46528
46528
  className: "icon articles"
46529
46529
  },
@@ -50355,7 +50355,7 @@ const moe = ({
50355
50355
  // 'overview' is needed for legacy reasons
50356
50356
  },
50357
50357
  solutionArticle: {
50358
- basePath: "/solution-articles/en/",
50358
+ basePath: "/en/articles",
50359
50359
  className: "article",
50360
50360
  length: {
50361
50361
  title: 60
@@ -51273,7 +51273,7 @@ const tc = "notFoundError_", _oe = () => {
51273
51273
  })
51274
51274
  }
51275
51275
  ),
51276
- /* @__PURE__ */ h.jsx(Le, { href: "/solution-articles/", children: e.formatMessage({ id: `${tc}cta` }) })
51276
+ /* @__PURE__ */ h.jsx(Le, { href: "/en/articles/", children: e.formatMessage({ id: `${tc}cta` }) })
51277
51277
  ] })
51278
51278
  },
51279
51279
  reportError: () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "10.1.10-rh1",
3
+ "version": "10.1.11-fg-1",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {