@neovici/cosmoz-bottom-bar
Advanced tools
Comparing version 7.1.1 to 7.1.2
@@ -359,3 +359,3 @@ /* eslint-disable max-lines */ | ||
const slot = toToolbar ? BOTTOM_BAR_TOOLBAR_SLOT : BOTTOM_BAR_MENU_SLOT, | ||
tabindex = toToolbar ? '0' : '-1'; | ||
tabindex = '0'; | ||
element.setAttribute('slot', slot); | ||
@@ -362,0 +362,0 @@ element.setAttribute('tabindex', tabindex); |
{ | ||
"name": "@neovici/cosmoz-bottom-bar", | ||
"version": "7.1.1", | ||
"version": "7.1.2", | ||
"description": "A responsive bottom-bar that can house buttons/actions and a menu for the buttons that won't fit the available width.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30084