@alaarab/ogrid-fluent 1.3.0 → 1.3.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.
@@ -12,7 +12,8 @@
12
12
  position: relative;
13
13
  /* When table fits (data-auto-fit): fill 100% so last column gets space. When overflow: size to content for scroll. */
14
14
  width: max-content;
15
- min-width: max(100%, var(--data-table-total-min-width, 0px));
15
+ /* No min-width: 100% anchor sizes to grid content so status bar aligns with the DataGrid border.
16
+ .tableScrollContent provides the full-width background color so no gap is visible. */
16
17
  background-color: var(--colorNeutralBackground1, #ffffff);
17
18
  }
18
19
 
@@ -29,7 +30,6 @@
29
30
  width: 100%;
30
31
  min-width: 0;
31
32
  max-width: 100%;
32
- margin-bottom: 15px;
33
33
  border-radius: var(--borderRadiusMedium, 4px);
34
34
  box-sizing: border-box;
35
35
  /* Border is applied to the grid itself so we don't draw an empty bordered area
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alaarab/ogrid-fluent",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "OGrid Fluent UI 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",