jspreadsheet 12.0.0-beta.8 → 12.0.0-beta.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.
@@ -286,7 +286,7 @@
286
286
  padding-right: 24px;
287
287
  }
288
288
 
289
- .jss > tbody > tr > td.jss_dropdown:hover {
289
+ .jss > tbody > tr > td.jss_dropdown:hover:not(.readonly) {
290
290
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7 10l5 5 5-5H7z' fill='gray'/%3E%3C/svg%3E");
291
291
  }
292
292
 
package/package.json CHANGED
@@ -44,10 +44,10 @@
44
44
  "datasheet"
45
45
  ],
46
46
  "dependencies": {
47
- "jsuites": "^6.0.0-beta.7",
47
+ "jsuites": "^6.0.0-beta.8",
48
48
  "@jspreadsheet/formula-pro": "^6.0.0-beta.0"
49
49
  },
50
50
  "main": "dist/index.js",
51
51
  "types": "dist/index.d.ts",
52
- "version": "12.0.0-beta.8"
52
+ "version": "12.0.0-beta.9"
53
53
  }