@alaarab/ogrid-js 2.5.0 → 2.5.1

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.
@@ -415,6 +415,7 @@
415
415
  outline-offset: -1px;
416
416
  z-index: var(--ogrid-z-active-cell, 2);
417
417
  position: relative;
418
+ contain: none;
418
419
  }
419
420
 
420
421
  /* Cell range/drag highlights: qualify with .ogrid-container to reach specificity 0,3,0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alaarab/ogrid-js",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "OGrid vanilla JS – framework-free data grid with sorting, filtering, pagination, and spreadsheet-style editing.",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -36,7 +36,7 @@
36
36
  "node": ">=18"
37
37
  },
38
38
  "dependencies": {
39
- "@alaarab/ogrid-core": "2.5.0"
39
+ "@alaarab/ogrid-core": "2.5.1"
40
40
  },
41
41
  "sideEffects": [
42
42
  "**/*.css"