@apolitical/component-library 8.3.34-2911.0 → 8.3.35

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 +1 -0
  2. package/index.js +100 -100
  3. package/index.mjs +3159 -3149
  4. package/package.json +2 -2
package/helpers/intl.d.ts CHANGED
@@ -492,6 +492,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
492
492
  header_language_unavailable_pt: string;
493
493
  header_language_unavailable_id: string;
494
494
  'header_language_unavailable_pt-BR': string;
495
+ 'header_language_unavailable_es-419': string;
495
496
  pageLayout_browserTooSmall: string;
496
497
  pageLayout_error: string;
497
498
  loadingBlock_loading: string;