@apolitical/component-library 8.5.0 → 8.6.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.
- package/helpers/intl.d.ts +3 -1
- package/index.js +110 -110
- package/index.mjs +3319 -3295
- package/package.json +1 -1
package/helpers/intl.d.ts
CHANGED
|
@@ -487,7 +487,9 @@ 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
|
-
|
|
490
|
+
header_language_unavailable_de: string;
|
|
491
|
+
'header_language_unavailable_fr-CA': string;
|
|
492
|
+
header_language_unavailable_ko: string;
|
|
491
493
|
header_language_unavailable_it: string;
|
|
492
494
|
header_language_unavailable_pl: string;
|
|
493
495
|
header_language_unavailable_ja: string;
|