@alaarab/ogrid-vue 2.5.8 → 2.5.9

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.
@@ -64,6 +64,10 @@
64
64
  color: var(--ogrid-fg);
65
65
  }
66
66
 
67
+ /* No left border on first column — the grid container provides the left edge */
68
+ .ogrid-table tr th:first-child,
69
+ .ogrid-table tr td:first-child { border-left: none; }
70
+
67
71
  .ogrid-table tbody tr {
68
72
  height: var(--ogrid-row-height, auto);
69
73
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alaarab/ogrid-vue",
3
- "version": "2.5.8",
3
+ "version": "2.5.9",
4
4
  "description": "OGrid Vue – Vue 3 composables, headless components, and utilities for OGrid data grids.",
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.7"
39
+ "@alaarab/ogrid-core": "2.5.9"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "vue": "^3.3.0"