@neovici/cosmoz-dropdown 7.7.2-beta.1 → 7.7.2-beta.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.
@@ -46,14 +46,14 @@ const Dropdown = (host) => {
46
46
  }, [active]);
47
47
  return html `
48
48
  <div class="anchor" part="anchor" ${ref(setReference)}>
49
- <cosmoz-button
49
+ <button
50
50
  @mousedown=${preventDefault}
51
51
  @click=${onToggle}
52
52
  part="button"
53
53
  id="dropdownButton"
54
54
  >
55
55
  <slot name="button">...</slot>
56
- </cosmoz-button>
56
+ </button>
57
57
  </div>
58
58
  <cosmoz-dropdown-content
59
59
  popover
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-dropdown",
3
- "version": "7.7.2-beta.1",
3
+ "version": "7.7.2-beta.2",
4
4
  "description": "A simple dropdown web component",
5
5
  "keywords": [
6
6
  "lit-html",