@apolitical/component-library 8.3.7-st.2 → 8.3.8-ac.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 +0 -1
- package/index.js +44 -44
- package/index.mjs +1313 -1312
- package/package.json +1 -1
package/helpers/intl.d.ts
CHANGED
|
@@ -482,7 +482,6 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
482
482
|
header_language_unavailable_es: string;
|
|
483
483
|
header_language_unavailable_fr: string;
|
|
484
484
|
header_language_unavailable_pt: string;
|
|
485
|
-
header_language_unavailable_id: string;
|
|
486
485
|
pageLayout_browserTooSmall: string;
|
|
487
486
|
pageLayout_error: string;
|
|
488
487
|
loadingBlock_loading: string;
|