@signal9/era-ui 2.34.1 → 2.35.0

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.
@@ -82,7 +82,7 @@
82
82
  // always closes.
83
83
  const closeKeys = $derived(new Set(['Escape', ...hotkeyList.filter((b) => b.length === 1)]));
84
84
 
85
- // zsh-style typeahead: hint what Enter will run, right under the caret.
85
+ // Ghost completion: hint what Enter will run, right under the caret.
86
86
  // · empty input → the view placeholder
87
87
  // · label prefix match → the label's remaining tail, a completion you can
88
88
  // accept with Tab (type `cha`, ghost `ngelog`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal9/era-ui",
3
- "version": "2.34.1",
3
+ "version": "2.35.0",
4
4
  "scripts": {
5
5
  "dev": "vite dev --host",
6
6
  "build": "vite build && npm run prepack",