@apolitical/component-library 8.10.0-RR.1 → 8.10.0-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/helpers/intl.d.ts +2 -1
- package/index.js +4 -4
- package/index.mjs +9 -4
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -984,7 +984,7 @@ const Y3 = () => {
|
|
|
984
984
|
card_time_ago: "{time} ago",
|
|
985
985
|
card_time_read: "{time} min read",
|
|
986
986
|
card_watch: "Watch recording",
|
|
987
|
-
card_member_type_owner: "
|
|
987
|
+
card_member_type_owner: "Owner",
|
|
988
988
|
card_member_type_member: "Member",
|
|
989
989
|
card_member_count: "{count} members",
|
|
990
990
|
card_cta_people: "View profile",
|
|
@@ -1036,7 +1036,7 @@ const Y3 = () => {
|
|
|
1036
1036
|
member_createdAt_community: "{time} ago in <link>{community}</link>",
|
|
1037
1037
|
member_createdNow_community: "now in <link>{community}</link>",
|
|
1038
1038
|
membersList: "Members",
|
|
1039
|
-
|
|
1039
|
+
membersList_owner: "Owner",
|
|
1040
1040
|
membersList_profile: "Update profile",
|
|
1041
1041
|
membersList_modal_title: "Update profile",
|
|
1042
1042
|
/* Courses */
|
|
@@ -1412,6 +1412,7 @@ Thank you for helping to protect the Apolitical community from abusive content.`
|
|
|
1412
1412
|
footer_legal_cookie: "Cookie policy",
|
|
1413
1413
|
footer_legal_accessibility: "Accessibility statement",
|
|
1414
1414
|
footer_legal_ai: "AI principles",
|
|
1415
|
+
footer_legal_trust: "Trust",
|
|
1415
1416
|
footer_legal_dataProtection: "Data protection officer",
|
|
1416
1417
|
footer_legal_euDataProtection: "EU data protection officer",
|
|
1417
1418
|
footer_contact: "Contact",
|
|
@@ -27274,7 +27275,7 @@ const rf = "cookieBanner_", af = [
|
|
|
27274
27275
|
child: "legal"
|
|
27275
27276
|
},
|
|
27276
27277
|
legal: {
|
|
27277
|
-
order: ["privacy", "terms", "cookie", "accessibility", "ai"],
|
|
27278
|
+
order: ["privacy", "terms", "cookie", "accessibility", "ai", "trust"],
|
|
27278
27279
|
privacy: {
|
|
27279
27280
|
href: "/pages/privacy-policy",
|
|
27280
27281
|
gtmType: "privacy-policy-link"
|
|
@@ -27288,6 +27289,10 @@ const rf = "cookieBanner_", af = [
|
|
|
27288
27289
|
href: "/pages/ai-principles",
|
|
27289
27290
|
gtmType: "ai-principles-link"
|
|
27290
27291
|
},
|
|
27292
|
+
trust: {
|
|
27293
|
+
href: "/pages/trust-at-apolitical",
|
|
27294
|
+
gtmType: "trust-at-apolitical-link"
|
|
27295
|
+
},
|
|
27291
27296
|
accessibility: {
|
|
27292
27297
|
href: "/pages/accessibility-statement",
|
|
27293
27298
|
gtmType: "accessibility-link"
|
|
@@ -47539,7 +47544,7 @@ const zre = 25, qre = ({
|
|
|
47539
47544
|
}
|
|
47540
47545
|
),
|
|
47541
47546
|
E.isAdmin ? /* @__PURE__ */ h.jsxs("div", { className: "member-owner-actions", children: [
|
|
47542
|
-
/* @__PURE__ */ h.jsx(Di, { children: p.formatMessage({ id: `${g}
|
|
47547
|
+
/* @__PURE__ */ h.jsx(Di, { children: p.formatMessage({ id: `${g}_owner` }) }),
|
|
47543
47548
|
(f == null ? void 0 : f.remove) && /* @__PURE__ */ h.jsx(
|
|
47544
47549
|
"button",
|
|
47545
47550
|
{
|