@apolitical/component-library 8.6.0 → 8.7.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 +3 -0
  2. package/index.js +110 -110
  3. package/index.mjs +3359 -3323
  4. package/package.json +1 -1
package/helpers/intl.d.ts CHANGED
@@ -488,6 +488,9 @@ export declare const checkIntlPathExists: (path: string, language?: {
488
488
  header_buttons_signup: string;
489
489
  header_language_unavailable_en: string;
490
490
  'header_language_unavailable_sr-Cyrl': string;
491
+ header_language_unavailable_de: string;
492
+ 'header_language_unavailable_fr-CA': string;
493
+ header_language_unavailable_ko: string;
491
494
  header_language_unavailable_it: string;
492
495
  header_language_unavailable_pl: string;
493
496
  header_language_unavailable_ja: string;