@signal9/era-ui 1.18.0 → 1.18.1

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.
@@ -78,9 +78,12 @@
78
78
  {/if}
79
79
  <span class={cn('truncate text-body', focused ? 'text-bright' : 'text-muted')}>{win.title}</span
80
80
  >
81
- <!-- Close / minimize / maximize. data-pane-control so it clicks instead of
82
- dragging the pane. -->
83
- <div class="ml-auto shrink-0" data-pane-control>
81
+ <!-- Close / minimize / maximize. Deliberately NOT data-pane-control (same as
82
+ the raw Pane.Close): a left press-and-HOLD drags the window — neodrag only
83
+ drags the primary button and suppresses the trailing click after a real
84
+ drag, so a clean click still closes, and right/middle arming is a
85
+ different button entirely. -->
86
+ <div class="ml-auto shrink-0">
84
87
  <Button
85
88
  icon
86
89
  size="icon"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal9/era-ui",
3
- "version": "1.18.0",
3
+ "version": "1.18.1",
4
4
  "scripts": {
5
5
  "dev": "vite dev --host",
6
6
  "build": "vite build && npm run prepack",