@eui/core 10.6.18 → 10.6.19

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.
@@ -26,6 +26,7 @@ export interface UIState {
26
26
  environmentValue?: string;
27
27
  isSidebarHidden?: boolean;
28
28
  hasToolbar?: boolean;
29
+ hasToolbarMenu?: boolean;
29
30
  hasTopMessage?: boolean;
30
31
  windowWidth?: number;
31
32
  windowHeight?: number;
@@ -99,6 +100,7 @@ export declare class UxAppShellService {
99
100
  activateBreadcrumbs(): void;
100
101
  activateTopMessage(height: number): void;
101
102
  activateToolbar(): void;
103
+ activateToolbarMenu(): void;
102
104
  fetchCssVars(): void;
103
105
  initCssVars(): void;
104
106
  activateHeaderCssVars(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/core",
3
- "version": "10.6.18",
3
+ "version": "10.6.19",
4
4
  "tag": "prev",
5
5
  "description": "eUI core package - holding UI components for Desktop applications",
6
6
  "author": "ec.europa.eui@gmail.com",