noph-ui 0.17.0 → 0.17.1

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.
@@ -109,12 +109,6 @@
109
109
  onfocus={() => {
110
110
  inputElement?.focus()
111
111
  }}
112
- onkeydown={(event) => {
113
- if (event.key === 'Enter' || event.key === ' ') {
114
- event.preventDefault()
115
- inputElement?.focus()
116
- }
117
- }}
118
112
  >
119
113
  <div
120
114
  class="field"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {