xv-webcomponents 1.2.5-staging.0 → 1.2.8-staging.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/dist/cjs/xv-accordion-v2_45.cjs.entry.js +6 -12
- package/dist/cjs/xv-accordion-v2_45.cjs.entry.js.map +1 -1
- package/dist/collection/components/xv-footer/xv-footer.js +3 -3
- package/dist/collection/components/xv-footer/xv-footer.js.map +1 -1
- package/dist/collection/components/xv-header/xv-header.js +3 -9
- package/dist/collection/components/xv-header/xv-header.js.map +1 -1
- package/dist/esm/xv-accordion-v2_45.entry.js +6 -12
- package/dist/esm/xv-accordion-v2_45.entry.js.map +1 -1
- package/dist/types/components/xv-header/xv-header.d.ts +0 -4
- package/dist/xv-webcomponents/{p-3c2f8980.entry.js → p-dff76e86.entry.js} +2 -2
- package/dist/xv-webcomponents/p-dff76e86.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/dist/xv-webcomponents/p-3c2f8980.entry.js.map +0 -1
|
@@ -22,10 +22,6 @@ export declare class XvHeader {
|
|
|
22
22
|
mobMenuOpen: boolean;
|
|
23
23
|
orgUnit: string;
|
|
24
24
|
private readonly onMetaNavUpdated;
|
|
25
|
-
private static readonly LG_W;
|
|
26
|
-
private static readonly LG_H;
|
|
27
|
-
private static readonly SM_W;
|
|
28
|
-
private static readonly SM_H;
|
|
29
25
|
private currentSuggestion;
|
|
30
26
|
private searchInput?;
|
|
31
27
|
private searchInputs;
|