@signal9/era-ui 2.11.5 → 2.11.6

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.
@@ -166,8 +166,11 @@
166
166
  <svelte:window use:keys={bindings} />
167
167
 
168
168
  <!-- The terminal command bar: a bare prompt line, not a floating palette. The
169
- dropdown is a flat sheet anchored under it no border, shadow or radius,
170
- just the elevated surface, exactly like the shell it mirrors. -->
169
+ dropdown anchors under it with no radius (a full-width sheet, like the shell
170
+ it mirrors), but its chrome is surface-adaptive via --era-shadow-lg +
171
+ glass-blur: a flat sheet on flat (shadow resolves to none), the chisel frame
172
+ on bevel, frost on glass, the border+offset on cartoon — so it reads as
173
+ "dedicated" on every surface, not an undifferentiated rectangle. -->
171
174
  <div class={cn('relative flex h-(--era-h-md) w-full min-w-0 items-center font-mono', className)}>
172
175
  <ChevronRight class="mx-(--era-gap) size-(--era-h-xs) shrink-0 text-fg" />
173
176
 
@@ -211,7 +214,7 @@
211
214
  role="listbox"
212
215
  tabindex="-1"
213
216
  aria-label="Commands"
214
- class="absolute top-full left-0 z-50 max-h-64 w-full overflow-x-hidden overflow-y-auto bg-2"
217
+ class="glass-blur absolute top-full left-0 z-50 max-h-64 w-full overflow-x-hidden overflow-y-auto bg-(--era-surface-bg-elevated) shadow-(--era-shadow-lg)"
215
218
  onmousedown={(e) => e.preventDefault()}
216
219
  >
217
220
  {#if !filtered.length}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal9/era-ui",
3
- "version": "2.11.5",
3
+ "version": "2.11.6",
4
4
  "scripts": {
5
5
  "dev": "vite dev --host",
6
6
  "build": "vite build && npm run prepack",