@apolitical/component-library 8.3.11 → 8.3.12-beta.0

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.mjs CHANGED
@@ -2243,7 +2243,6 @@ const Nv = ({
2243
2243
  const m5 = {
2244
2244
  customCard: "custom",
2245
2245
  microcourse: "course",
2246
- courseJourney: "course",
2247
2246
  solutionArticle: "article",
2248
2247
  qaQuestion: "question",
2249
2248
  listPage: "list",
@@ -25310,7 +25309,8 @@ const pU = ({ emails: e, setEmails: t, setIsDisabled: n }) => {
25310
25309
  }
25311
25310
  )
25312
25311
  ] });
25313
- }, ym = (e) => e.map((t) => ({ condition: t })), Rr = {
25312
+ }, ym = (e) => e.map((t) => ({ condition: t }));
25313
+ const Rr = {
25314
25314
  FORM_ID: "manage-account-password-change",
25315
25315
  NEW_PASSWORD: "newPassword",
25316
25316
  CONFIRMED_PASSWORD: "confirmedPassword",
@@ -61059,12 +61059,6 @@ const H9e = ({
61059
61059
  gtmEvent: "microcourse-overview"
61060
61060
  // 'overview' is needed for legacy reasons
61061
61061
  },
61062
- courseJourney: {
61063
- basePath: "/courses/",
61064
- className: "course",
61065
- gtmEvent: "microcourse-overview"
61066
- // 'overview' is needed for legacy reasons
61067
- },
61068
61062
  solutionArticle: {
61069
61063
  basePath: "/solution-articles/en/",
61070
61064
  className: "article",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "8.3.11",
3
+ "version": "8.3.12-beta.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {