@eui/components 17.1.1-snapshot-1705458354654 → 17.1.1-snapshot-1705498145097
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/docs/dependencies.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-file-upload/eui-file-upload.component.mjs +2 -2
- package/esm2022/layout/eui-app/eui-app.component.mjs +2 -1
- package/fesm2022/eui-components-eui-file-upload.mjs +1 -1
- package/fesm2022/eui-components-eui-file-upload.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +1 -0
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-app/eui-app.component.d.ts.map +1 -1
- package/package.json +12 -12
@@ -1373,6 +1373,7 @@ class EuiAppComponent {
|
|
1373
1373
|
this.asService.setState({
|
1374
1374
|
...this.asService.state,
|
1375
1375
|
isSidebarExpandOnHover: changes.isSidebarExpandOnHover.currentValue,
|
1376
|
+
isSidebarHover: changes.isSidebarExpandOnHover.currentValue,
|
1376
1377
|
});
|
1377
1378
|
}
|
1378
1379
|
}
|