@apolitical/component-library 8.2.1-ac.9 → 8.2.2-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/context/user/user.context.d.ts +0 -1
- package/helpers/intl.d.ts +0 -2
- package/index.js +52 -52
- package/index.mjs +6272 -6332
- package/layout/page-layout/components/header/components/index.d.ts +0 -1
- package/layout/page-layout/components/header/header.d.ts +1 -9
- package/layout/page-layout/page-layout.d.ts +0 -4
- package/navigation/filters/filters.d.ts +2 -10
- package/navigation/filters/index.d.ts +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/base/buttons/_icons.scss +0 -1
- package/styles/variables/colors/theme/_layout.scss +0 -1
- package/styles/variables/colors/theme/_navigation.scss +0 -5
- package/layout/page-layout/components/header/components/language-unavailable-message/index.d.ts +0 -1
- package/layout/page-layout/components/header/components/language-unavailable-message/language-unavailable-message.d.ts +0 -5
package/helpers/intl.d.ts
CHANGED
|
@@ -441,7 +441,6 @@ 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;
|
|
445
444
|
header_search_show: string;
|
|
446
445
|
header_search_hide: string;
|
|
447
446
|
header_menu_show: string;
|
|
@@ -478,7 +477,6 @@ export declare const checkIntlPathExists: (path: string, language?: {
|
|
|
478
477
|
'header_account_log-out': string;
|
|
479
478
|
header_buttons_login: string;
|
|
480
479
|
header_buttons_signup: string;
|
|
481
|
-
header_language_unavailable: string;
|
|
482
480
|
pageLayout_browserTooSmall: string;
|
|
483
481
|
pageLayout_error: string;
|
|
484
482
|
loadingBlock_loading: string;
|