@apolitical/component-library 10.2.7 → 10.3.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/helpers/intl.d.ts +1 -1
- package/index.js +2 -2
- package/index.mjs +7 -7
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/variables/colors/theme/_layout.scss +7 -7
package/helpers/intl.d.ts
CHANGED
|
@@ -442,13 +442,13 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
442
442
|
footer_community_join: string;
|
|
443
443
|
footer_community_guidelines: string;
|
|
444
444
|
footer_company: string;
|
|
445
|
+
footer_company_agl: string;
|
|
445
446
|
footer_company_news: string;
|
|
446
447
|
footer_company_insights: string;
|
|
447
448
|
footer_company_story: string;
|
|
448
449
|
footer_company_team: string;
|
|
449
450
|
footer_company_careers: string;
|
|
450
451
|
footer_company_partner: string;
|
|
451
|
-
footer_company_contact: string;
|
|
452
452
|
footer_legal: string;
|
|
453
453
|
footer_legal_privacy: string;
|
|
454
454
|
footer_legal_terms: string;
|