@apolitical/component-library 8.10.1-re1 → 8.10.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/index.mjs CHANGED
@@ -1410,6 +1410,7 @@ Thank you for helping to protect the Apolitical community from abusive content.`
1410
1410
  footer_legal_cookie: "Cookie policy",
1411
1411
  footer_legal_accessibility: "Accessibility statement",
1412
1412
  footer_legal_ai: "AI principles",
1413
+ footer_legal_trust: "Trust",
1413
1414
  footer_legal_dataProtection: "Data protection officer",
1414
1415
  footer_legal_euDataProtection: "EU data protection officer",
1415
1416
  footer_contact: "Contact",
@@ -27272,7 +27273,7 @@ const rf = "cookieBanner_", af = [
27272
27273
  child: "legal"
27273
27274
  },
27274
27275
  legal: {
27275
- order: ["privacy", "terms", "cookie", "accessibility", "ai"],
27276
+ order: ["privacy", "terms", "cookie", "accessibility", "ai", "trust"],
27276
27277
  privacy: {
27277
27278
  href: "/pages/privacy-policy",
27278
27279
  gtmType: "privacy-policy-link"
@@ -27286,6 +27287,10 @@ const rf = "cookieBanner_", af = [
27286
27287
  href: "/pages/ai-principles",
27287
27288
  gtmType: "ai-principles-link"
27288
27289
  },
27290
+ trust: {
27291
+ href: "/pages/trust-at-apolitical",
27292
+ gtmType: "trust-at-apolitical-link"
27293
+ },
27289
27294
  accessibility: {
27290
27295
  href: "/pages/accessibility-statement",
27291
27296
  gtmType: "accessibility-link"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "8.10.1-re1",
3
+ "version": "8.10.2",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {