@eui/core 10.6.11-snapshot-1663172685399 → 10.6.11

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.
@@ -19,6 +19,7 @@ export interface UIState {
19
19
  isSidebarStateCloseWithIcons?: boolean;
20
20
  isSidebarExpandOnHover?: boolean;
21
21
  hasSidebar?: boolean;
22
+ hasBreadcrumbs?: boolean;
22
23
  hasHeader?: boolean;
23
24
  hasHeaderLogo?: boolean;
24
25
  hasHeaderEnvironment?: boolean;
@@ -95,11 +96,13 @@ export declare class UxAppShellService {
95
96
  activateSidebarHeader(): void;
96
97
  activateSidebarFooter(): void;
97
98
  activateHeader(): void;
99
+ activateBreadcrumbs(): void;
98
100
  activateTopMessage(height: number): void;
99
101
  activateToolbar(): void;
100
102
  fetchCssVars(): void;
101
103
  initCssVars(): void;
102
104
  activateHeaderCssVars(): void;
105
+ activateBreadcrumbsCssVars(): void;
103
106
  activateTopMessageCssVars(height: number): void;
104
107
  activateToolbarCssVars(): void;
105
108
  activateFooterCssVars(): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eui/core",
3
- "version": "10.6.11-snapshot-1663172685399",
4
- "tag": "snapshot",
3
+ "version": "10.6.11",
4
+ "tag": "prev",
5
5
  "description": "eUI core package - holding UI components for Desktop applications",
6
6
  "author": "ec.europa.eui@gmail.com",
7
7
  "license": "EUPL-1.1",