@spaceandtimelabs/makeinfinite-ui 0.53.1 → 0.53.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.
@@ -19190,6 +19190,7 @@ const hC = /* @__PURE__ */ Xn(Jg), KH = Jg.WidthProvider(hC), XH = Fo.div`
19190
19190
  -ms-user-select: none;
19191
19191
  -o-user-select: none;
19192
19192
  user-select: none;
19193
+ pointer-events: none; /* Allow events to pass through to elements below */
19193
19194
  }
19194
19195
 
19195
19196
  .react-grid-item:hover > .react-resizable-handle {
@@ -179,6 +179,7 @@ object-assign
179
179
  -ms-user-select: none;
180
180
  -o-user-select: none;
181
181
  user-select: none;
182
+ pointer-events: none; /* Allow events to pass through to elements below */
182
183
  }
183
184
 
184
185
  .react-grid-item:hover > .react-resizable-handle {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@spaceandtimelabs/makeinfinite-ui",
3
3
  "author": "aw-sxt",
4
4
  "private": false,
5
- "version": "0.53.1",
5
+ "version": "0.53.2",
6
6
  "type": "module",
7
7
  "exports": {
8
8
  ".": {