globuswebcomponents 2.8.6 → 2.8.7

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.
@@ -30,7 +30,7 @@ export declare class GbDatePicker {
30
30
  componentDidLoad(): void;
31
31
  componentWillLoad(): void;
32
32
  private handleResize;
33
- updateCalendarDropdown(): void;
33
+ private getMonthCount;
34
34
  disconnectedCallback(): void;
35
35
  private initializePicker;
36
36
  clearDateSelection(): void;
@@ -48,7 +48,6 @@ export declare class GbHeader {
48
48
  notificationDropdown: HTMLElement;
49
49
  helpDropdown: HTMLElement;
50
50
  private handleResize;
51
- updatePaginationSize(): void;
52
51
  toggleDropdown(id: string): void;
53
52
  applyColorToInitials(): "gray" | "pink" | "purple" | "blue" | "cyan" | "green" | "yellow";
54
53
  onSearch(item: any): void;
@@ -57,7 +56,6 @@ export declare class GbHeader {
57
56
  helpDropdownItemClicked(item: any): void;
58
57
  onThemeTabClicked(tab: any): void;
59
58
  onAvatarDropdownItemClicked(item: any): void;
60
- onNotificationDropdownItemClicked(item: any): void;
61
59
  handleClickOutside(event: MouseEvent): void;
62
60
  renderLogo(): any;
63
61
  showAndHideFullSearcBar(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globuswebcomponents",
3
- "version": "2.8.6",
3
+ "version": "2.8.7",
4
4
  "description": "Globus One",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",