@apolitical/component-library 8.1.2 → 8.1.3-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 +1 -0
- package/index.js +50 -50
- package/index.mjs +4920 -4877
- package/layout/page-layout/components/header/components/index.d.ts +1 -0
- package/layout/page-layout/components/header/components/language-unavailable-message/index.d.ts +1 -0
- package/layout/page-layout/components/header/components/language-unavailable-message/language-unavailable-message.d.ts +5 -0
- package/layout/page-layout/components/header/header.d.ts +3 -1
- package/layout/page-layout/page-layout.d.ts +2 -0
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/variables/colors/theme/_layout.scss +1 -0
package/helpers/intl.d.ts
CHANGED
|
@@ -477,6 +477,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
477
477
|
'header_account_log-out': string;
|
|
478
478
|
header_buttons_login: string;
|
|
479
479
|
header_buttons_signup: string;
|
|
480
|
+
header_language_unavailable: string;
|
|
480
481
|
pageLayout_browserTooSmall: string;
|
|
481
482
|
pageLayout_error: string;
|
|
482
483
|
loadingBlock_loading: string;
|