@signal9/era-ui 1.8.3 → 1.8.4

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.
@@ -122,25 +122,25 @@
122
122
  dir: 'n',
123
123
  cursor: 'cursor-ns-resize',
124
124
  place:
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)'
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)'
126
126
  },
127
127
  {
128
128
  dir: 's',
129
129
  cursor: 'cursor-ns-resize',
130
130
  place:
131
- 'bottom:0;left:calc(var(--era-h-md)/2);right:calc(var(--era-h-md)/2);translate:0 50%;height:var(--era-h-md)'
131
+ 'bottom:0;left:calc(var(--era-h-md)/2);right:calc(var(--era-h-md)/2);translate:0 50%;height:calc(var(--era-h-md)/2)'
132
132
  },
133
133
  {
134
134
  dir: 'w',
135
135
  cursor: 'cursor-ew-resize',
136
136
  place:
137
- 'left:0;top:calc(var(--era-h-md)/2);bottom:calc(var(--era-h-md)/2);translate:-50% 0;width:var(--era-h-md)'
137
+ 'left:0;top:calc(var(--era-h-md)/2);bottom:calc(var(--era-h-md)/2);translate:-50% 0;width:calc(var(--era-h-md)/2)'
138
138
  },
139
139
  {
140
140
  dir: 'e',
141
141
  cursor: 'cursor-ew-resize',
142
142
  place:
143
- 'right:0;top:calc(var(--era-h-md)/2);bottom:calc(var(--era-h-md)/2);translate:50% 0;width:var(--era-h-md)'
143
+ 'right:0;top:calc(var(--era-h-md)/2);bottom:calc(var(--era-h-md)/2);translate:50% 0;width:calc(var(--era-h-md)/2)'
144
144
  }
145
145
  ];
146
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal9/era-ui",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "scripts": {
5
5
  "dev": "vite dev --host",
6
6
  "build": "vite build && npm run prepack",