@alaarab/ogrid-react-fluent 2.1.12 → 2.1.13

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.
@@ -428,6 +428,7 @@
428
428
  width: max-content;
429
429
  min-width: var(--data-table-min-width, max-content);
430
430
  background: var(--ogrid-bg, #fff);
431
+ overflow-x: clip;
431
432
  }
432
433
  .ogrid-fluent__DataGridTable-module__tableWrapper {
433
434
  position: relative;
@@ -957,6 +958,7 @@
957
958
  }
958
959
  .ogrid-fluent__DataGridTable-module__tableWidthAnchor {
959
960
  background-color: var(--colorNeutralBackground1, var(--ogrid-bg, #ffffff));
961
+ overflow-x: clip;
960
962
  }
961
963
  .ogrid-fluent__DataGridTable-module__tableWrapper {
962
964
  border: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alaarab/ogrid-react-fluent",
3
- "version": "2.1.12",
3
+ "version": "2.1.13",
4
4
  "description": "OGrid React Fluent implementation – DataGrid-powered data table with sorting, filtering, pagination, column chooser, and CSV export.",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -41,7 +41,7 @@
41
41
  "node": ">=18"
42
42
  },
43
43
  "dependencies": {
44
- "@alaarab/ogrid-react": "2.1.12"
44
+ "@alaarab/ogrid-react": "2.1.13"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@fluentui/react-components": "^9.0.0",