@neovici/cosmoz-bottom-bar 10.1.0 → 10.2.0

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.
@@ -242,7 +242,10 @@ const CosmozBottomBar = (host) => {
242
242
  />
243
243
  </svg>
244
244
  ${map(menuButtons, (menuButton) => html `
245
- <button @click=${() => menuButton.element.click()}>
245
+ <button
246
+ title=${menuButton.text}
247
+ @click=${() => menuButton.element.click()}
248
+ >
246
249
  ${menuButton.text}
247
250
  </button>
248
251
  `)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-bottom-bar",
3
- "version": "10.1.0",
3
+ "version": "10.2.0",
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",