@alaarab/ogrid-react-fluent 2.0.13 → 2.0.14

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.
@@ -140,6 +140,10 @@
140
140
  max-width: 320px;
141
141
  overflow: hidden;
142
142
  padding: 0;
143
+ background-color: var(--colorNeutralBackground1, #ffffff);
144
+ border: 1px solid var(--colorNeutralStroke1, #d1d1d1);
145
+ border-radius: var(--borderRadiusMedium, 4px);
146
+ box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
143
147
  }
144
148
 
145
149
  .popoverHeader {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alaarab/ogrid-react-fluent",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
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",
@@ -40,7 +40,7 @@
40
40
  "node": ">=18"
41
41
  },
42
42
  "dependencies": {
43
- "@alaarab/ogrid-react": "2.0.13"
43
+ "@alaarab/ogrid-react": "2.0.14"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@fluentui/react-components": "^9.0.0",