noph-ui 0.24.4 → 0.24.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.
@@ -373,6 +373,7 @@
373
373
  field?.focus()
374
374
  }}
375
375
  disabled={option.disabled}
376
+ role="option"
376
377
  onkeydown={(event) => {
377
378
  if (event.key === 'ArrowDown') {
378
379
  ;(event.currentTarget?.nextElementSibling as HTMLElement)?.focus()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.24.4",
3
+ "version": "0.24.5",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {