feat(ui) update AtlasKit components

This commit is contained in:
Steffen Kolmer
2021-01-14 17:12:08 +01:00
committed by Saúl Ibarra Corretgé
parent a9bb8e5e81
commit ef7d425859
42 changed files with 2003 additions and 1963 deletions

View File

@@ -276,13 +276,13 @@ function _mapStateToProps(state, ownProps) {
switch (currentLayout) {
case LAYOUTS.TILE_VIEW:
_menuPosition = 'left top';
_menuPosition = 'left-start';
break;
case LAYOUTS.VERTICAL_FILMSTRIP_VIEW:
_menuPosition = 'left bottom';
_menuPosition = 'left-end';
break;
default:
_menuPosition = 'top center';
_menuPosition = 'auto';
}
return {