@apolitical/component-library 8.3.22 → 8.3.23-ac.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.
package/index.mjs CHANGED
@@ -1379,10 +1379,10 @@ Thank you for helping to protect the Apolitical community from abusive content.`
1379
1379
  publishArticleForm_tags_label: "Tags (select up to three)",
1380
1380
  publishArticleForm_cover_image_label: "Cover image",
1381
1381
  publishArticleForm__tags_topic_CitiesAndLocalGovernment: "Cities and local government",
1382
- publishArticleForm__tags_topic_Climate: "Climate",
1382
+ publishArticleForm__tags_topic_Climate: "Climate & energy",
1383
1383
  publishArticleForm__tags_topic_DigitalAndData: "Digital, data and AI",
1384
1384
  publishArticleForm__tags_topic_Education: "Education",
1385
- publishArticleForm__tags_topic_EquityJusticeAndInclusion: "Equity, justice and inclusion",
1385
+ publishArticleForm__tags_topic_EquityJusticeAndInclusion: "Inclusion",
1386
1386
  publishArticleForm__tags_topic_HealthAndSocialCare: "Health and social care",
1387
1387
  publishArticleForm__tags_topic_Innovation: "Innovation",
1388
1388
  publishArticleForm__tags_topic_LeadershipAndSkills: "Leadership and skills",
@@ -1546,11 +1546,11 @@ Thank you for helping to protect the Apolitical community from abusive content.`
1546
1546
  header_topics_explore_articles: "Articles",
1547
1547
  header_topics_explore_communities: "Communities",
1548
1548
  header_topics_topics: "Topics",
1549
- header_topics_topics_climate: "Climate",
1549
+ header_topics_topics_climate: "Climate & energy",
1550
1550
  "header_topics_topics_cities-and-local-government": "Cities and local government",
1551
1551
  "header_topics_topics_digital-and-data": "Digital, data and AI",
1552
1552
  header_topics_topics_education: "Education",
1553
- "header_topics_topics_equity-justice-and-inclusion": "Equity, justice and inclusion",
1553
+ "header_topics_topics_equity-justice-and-inclusion": "Inclusion",
1554
1554
  "header_topics_topics_health-and-social-care": "Health and social care",
1555
1555
  header_topics_topics_innovation: "Innovation",
1556
1556
  "header_topics_topics_leadership-and-skills": "Leadership and skills",
@@ -45924,6 +45924,7 @@ const xt = {
45924
45924
  onlyShow: "logged-in"
45925
45925
  },
45926
45926
  topics: {
45927
+ onlyShow: "logged-in",
45927
45928
  order: ["explore", "topics"],
45928
45929
  menuId: "site-navigation",
45929
45930
  explore: {
@@ -45951,8 +45952,9 @@ const xt = {
45951
45952
  "cities-and-local-government",
45952
45953
  "digital-and-data",
45953
45954
  "education",
45954
- "equity-justice-and-inclusion",
45955
45955
  "health-and-social-care",
45956
+ // this is now just 'inclusion' but in the BE its still the below
45957
+ "equity-justice-and-inclusion",
45956
45958
  "innovation",
45957
45959
  "leadership-and-skills",
45958
45960
  "life-in-government",
@@ -46243,7 +46245,7 @@ const R3 = ({
46243
46245
  "account-navigation"
46244
46246
  /* ACCOUNT */
46245
46247
  ]]);
46246
- const F = /* @__PURE__ */ h.jsxs(h.Fragment, { children: [
46248
+ const F = l && /* @__PURE__ */ h.jsxs(h.Fragment, { children: [
46247
46249
  !u.search && /* @__PURE__ */ h.jsx(
46248
46250
  "button",
46249
46251
  {
@@ -13,6 +13,8 @@ declare namespace _default {
13
13
  export let onlyShow: string;
14
14
  }
15
15
  namespace topics {
16
+ let onlyShow_1: string;
17
+ export { onlyShow_1 as onlyShow };
16
18
  let order_1: string[];
17
19
  export { order_1 as order };
18
20
  export let menuId: string;
@@ -95,8 +97,8 @@ declare namespace _default {
95
97
  namespace partners {
96
98
  let href_6: string;
97
99
  export { href_6 as href };
98
- let onlyShow_1: string;
99
- export { onlyShow_1 as onlyShow };
100
+ let onlyShow_2: string;
101
+ export { onlyShow_2 as onlyShow };
100
102
  }
101
103
  let account: {
102
104
  menuId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "8.3.22",
3
+ "version": "8.3.23-ac.1",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {