@signal9/era-ui 1.8.5 → 1.8.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.
@@ -119,10 +119,13 @@
119
119
  {
120
120
  // Top edge sits ENTIRELY outside (translate -100% → bottom flush at the
121
121
  // top edge, extending upward) so it never overlaps the drag bar below.
122
+ // Half the others' thickness (h-md/4) because all of it shows outside,
123
+ // whereas the centered edges only reveal half — so this matches their
124
+ // external protrusion.
122
125
  dir: 'n',
123
126
  cursor: 'cursor-ns-resize',
124
127
  place:
125
- 'top:0;left:calc(var(--era-h-md)/2);right:calc(var(--era-h-md)/2);translate:0 -100%;height:calc(var(--era-h-md)/2)'
128
+ 'top:0;left:calc(var(--era-h-md)/2);right:calc(var(--era-h-md)/2);translate:0 -100%;height:calc(var(--era-h-md)/4)'
126
129
  },
127
130
  {
128
131
  dir: 's',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal9/era-ui",
3
- "version": "1.8.5",
3
+ "version": "1.8.6",
4
4
  "scripts": {
5
5
  "dev": "vite dev --host",
6
6
  "build": "vite build && npm run prepack",