@alaarab/ogrid-vue 2.7.0 → 2.7.2

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.
@@ -141,15 +141,7 @@
141
141
  On hover-capable devices: hidden by default, revealed on column hover. */
142
142
  }
143
143
 
144
- @media (hover: hover) {
145
- .ogrid-column-menu-btn {
146
- visibility: hidden;
147
- }
148
-
149
- th:hover .ogrid-column-menu-btn {
150
- visibility: visible;
151
- }
152
- }
144
+ /* Menu button always visible — matches React-radix parity. */
153
145
 
154
146
  .ogrid-column-menu-btn:focus-visible {
155
147
  visibility: visible;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alaarab/ogrid-vue",
3
- "version": "2.7.0",
3
+ "version": "2.7.2",
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,17 +36,17 @@
36
36
  "node": ">=18"
37
37
  },
38
38
  "dependencies": {
39
- "@alaarab/ogrid-core": "2.7.0"
39
+ "@alaarab/ogrid-core": "2.7.2"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "vue": "^3.3.0"
43
43
  },
44
44
  "devDependencies": {
45
- "vue": "^3.5.28",
46
- "@vitejs/plugin-vue": "^6.0.4",
47
- "vite": "^7.3.1",
45
+ "@vitejs/plugin-vue": "^6.0.5",
46
+ "typescript": "^6.0.0",
47
+ "vite": "^8.0.0",
48
48
  "vite-plugin-dts": "^4.5.4",
49
- "typescript": "^5.9.3"
49
+ "vue": "^3.5.28"
50
50
  },
51
51
  "sideEffects": [
52
52
  "**/*.css"