noph-ui 0.24.13 → 0.24.14

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.
@@ -152,6 +152,7 @@
152
152
  }}
153
153
  onkeydown={(event) => {
154
154
  if (event.key === 'Tab') {
155
+ menuElement?.hidePopover()
155
156
  return
156
157
  }
157
158
  if (event.key === 'Escape' && menuOpen) {
@@ -170,6 +170,7 @@
170
170
  bind:this={viewport}
171
171
  bind:offsetHeight={viewport_height}
172
172
  onscroll={handle_scroll}
173
+ tabindex="-1"
173
174
  style="height: {height};"
174
175
  >
175
176
  <div bind:this={contents} style="padding-top: {top}px; padding-bottom: {bottom}px;">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.24.13",
3
+ "version": "0.24.14",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {