@signal9/era-ui 1.11.1 → 1.11.2

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.
@@ -128,23 +128,23 @@
128
128
  dir: 'nw',
129
129
  cursor: 'cursor-nwse-resize',
130
130
  place:
131
- 'top:0;left:0;translate:-100% -100%;width:calc(var(--era-h-md)/2);height:calc(var(--era-h-md)/2)'
131
+ 'top:0;left:0;translate:-50% -50%;width:calc(var(--era-h-md)/2);height:calc(var(--era-h-md)/2)'
132
132
  },
133
133
  {
134
134
  dir: 'ne',
135
135
  cursor: 'cursor-nesw-resize',
136
136
  place:
137
- 'top:0;right:0;translate:100% -100%;width:calc(var(--era-h-md)/2);height:calc(var(--era-h-md)/2)'
137
+ 'top:0;right:0;translate:50% -50%;width:calc(var(--era-h-md)/2);height:calc(var(--era-h-md)/2)'
138
138
  },
139
139
  {
140
140
  dir: 'sw',
141
141
  cursor: 'cursor-nesw-resize',
142
142
  place:
143
- 'bottom:0;left:0;translate:-100% 100%;width:calc(var(--era-h-md)/2);height:calc(var(--era-h-md)/2)'
143
+ 'bottom:0;left:0;translate:-50% 50%;width:calc(var(--era-h-md)/2);height:calc(var(--era-h-md)/2)'
144
144
  },
145
145
  {
146
- // Bottom-right straddles (translate 50%): 6px out AND 6px in, matching
147
- // the s + e edges which bleed inward.
146
+ // All four corners straddle (translate ±50%): 6px out AND 6px in, so they
147
+ // protrude the same amount, matching the s + e edges' inward bleed.
148
148
  dir: 'se',
149
149
  cursor: 'cursor-nwse-resize',
150
150
  place:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal9/era-ui",
3
- "version": "1.11.1",
3
+ "version": "1.11.2",
4
4
  "scripts": {
5
5
  "dev": "vite dev --host",
6
6
  "build": "vite build && npm run prepack",