@signal9/era-ui 1.6.0 → 1.7.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.
@@ -12,13 +12,16 @@
12
12
  } = $props();
13
13
  </script>
14
14
 
15
- <!-- data-pane-control carves this out of the drag zone so it clicks, not drags. -->
15
+ <!-- No data-pane-control: the button stays inside the handle's drag zone, so a
16
+ press-and-drag moves the pane (handy for grabbing a tiny pane by its
17
+ corner). A clean click still closes — neodrag only starts a drag on pointer
18
+ movement, and it suppresses the trailing click after an actual drag, so a
19
+ stationary click fires immediately with no delay. -->
16
20
  <Button
17
21
  bind:ref
18
22
  icon
19
23
  size="icon"
20
24
  tone="destructive"
21
- data-pane-control
22
25
  aria-label="Close"
23
26
  class={className}
24
27
  {...restProps}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal9/era-ui",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "scripts": {
5
5
  "dev": "vite dev --host",
6
6
  "build": "vite build && npm run prepack",