@apolitical/component-library 8.3.38 → 8.4.0-ST.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.
Files changed (4) hide show
  1. package/helpers/intl.d.ts +4 -0
  2. package/index.js +102 -102
  3. package/index.mjs +4721 -4673
  4. package/package.json +2 -2
package/helpers/intl.d.ts CHANGED
@@ -487,6 +487,10 @@ export declare const checkIntlPathExists: (path: string, language?: {
487
487
  header_buttons_login: string;
488
488
  header_buttons_signup: string;
489
489
  header_language_unavailable_en: string;
490
+ header_language_unavailable_it: string;
491
+ header_language_unavailable_pl: string;
492
+ header_language_unavailable_ja: string;
493
+ header_language_unavailable_ar: string;
490
494
  header_language_unavailable_es: string;
491
495
  header_language_unavailable_fr: string;
492
496
  header_language_unavailable_pt: string;