@apolitical/component-library 8.2.0 → 8.2.1-ac.1
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 +2 -0
- package/index.js +50 -50
- package/index.mjs +5641 -5588
- 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 +9 -1
- package/layout/page-layout/page-layout.d.ts +8 -0
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/base/buttons/_icons.scss +1 -0
- package/styles/variables/colors/theme/_layout.scss +1 -0
package/helpers/intl.d.ts
CHANGED
|
@@ -441,6 +441,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
441
441
|
footer_social_facebook: string;
|
|
442
442
|
footer_copyright: string;
|
|
443
443
|
header_skip: string;
|
|
444
|
+
header_language_switcher: string;
|
|
444
445
|
header_search_show: string;
|
|
445
446
|
header_search_hide: string;
|
|
446
447
|
header_menu_show: string;
|
|
@@ -477,6 +478,7 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
477
478
|
'header_account_log-out': string;
|
|
478
479
|
header_buttons_login: string;
|
|
479
480
|
header_buttons_signup: string;
|
|
481
|
+
header_language_unavailable: string;
|
|
480
482
|
pageLayout_browserTooSmall: string;
|
|
481
483
|
pageLayout_error: string;
|
|
482
484
|
loadingBlock_loading: string;
|