@neovici/cosmoz-bottom-bar 7.1.0 → 7.1.2

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.
@@ -356,7 +356,7 @@ class CosmozBottomBar extends PolymerElement {
356
356
 
357
357
  _moveElement(element, toToolbar) {
358
358
  const slot = toToolbar ? BOTTOM_BAR_TOOLBAR_SLOT : BOTTOM_BAR_MENU_SLOT,
359
- tabindex = toToolbar ? '0' : '-1';
359
+ tabindex = '0';
360
360
  element.setAttribute('slot', slot);
361
361
  element.setAttribute('tabindex', tabindex);
362
362
  element.classList.toggle(this.menuClass, !toToolbar);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-bottom-bar",
3
- "version": "7.1.0",
3
+ "version": "7.1.2",
4
4
  "description": "A responsive bottom-bar that can house buttons/actions and a menu for the buttons that won't fit the available width.",
5
5
  "keywords": [
6
6
  "polymer",