@signal9/era-ui 1.8.2 → 1.8.3

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.
@@ -117,10 +117,12 @@
117
117
  },
118
118
  // edges: a T-thick strip inset T/2 from each end so it meets the corners
119
119
  {
120
+ // Top edge sits ENTIRELY outside (translate -100% → bottom flush at the
121
+ // top edge, extending upward) so it never overlaps the drag bar below.
120
122
  dir: 'n',
121
123
  cursor: 'cursor-ns-resize',
122
124
  place:
123
- 'top:0;left:calc(var(--era-h-md)/2);right:calc(var(--era-h-md)/2);translate:0 -50%;height:var(--era-h-md)'
125
+ 'top:0;left:calc(var(--era-h-md)/2);right:calc(var(--era-h-md)/2);translate:0 -100%;height:var(--era-h-md)'
124
126
  },
125
127
  {
126
128
  dir: 's',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal9/era-ui",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "scripts": {
5
5
  "dev": "vite dev --host",
6
6
  "build": "vite build && npm run prepack",