noph-ui 0.9.8 → 0.9.9

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.
@@ -110,7 +110,7 @@
110
110
  aria-controls="listbox"
111
111
  aria-expanded={menuOpen}
112
112
  aria-label={attributes['aria-label'] || label}
113
- data-test-id={attributes['data-test-id']}
113
+ data-testid={attributes['data-testid']}
114
114
  bind:this={field}
115
115
  autofocus={disabled ? false : autofocus}
116
116
  onclick={(event) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.9.8",
3
+ "version": "0.9.9",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {