@neovici/cosmoz-bottom-bar 9.0.4 → 9.0.5

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.
@@ -26,17 +26,6 @@ const style = css `
26
26
  z-index: 1;
27
27
 
28
28
  --cosmoz-dropdown-anchor-spacing: 12px 6px;
29
- --paper-button: {
30
- background-color: inherit;
31
- text-transform: none;
32
- border: 0;
33
- border-radius: 0;
34
- font-size: inherit;
35
- color: inherit;
36
- font-weight: inherit;
37
- margin: 0;
38
- padding: 0;
39
- };
40
29
  }
41
30
 
42
31
  :host([force-open]) {
@@ -212,9 +201,9 @@ const CosmozBottomBar = (host) => {
212
201
  />
213
202
  </svg>
214
203
  ${map(menuButtons, (menuButton) => html `
215
- <paper-button @click=${() => menuButton.element.click()}
216
- >${menuButton.text}</paper-button
217
- >
204
+ <button @click=${() => menuButton.element.click()}>
205
+ ${menuButton.text}
206
+ </button>
218
207
  `)}
219
208
  </cosmoz-dropdown-menu>
220
209
  <slot name="extra" id="extraSlot"></slot>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-bottom-bar",
3
- "version": "9.0.4",
3
+ "version": "9.0.5",
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",