jspreadsheet 12.4.1 → 12.4.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.
@@ -248,7 +248,7 @@
248
248
  }
249
249
 
250
250
  .jss > tbody > tr > td.readonly {
251
- color: rgba(0,0,0,0.4)
251
+ color: color-mix(in srgb, var(--jss-font-color) 40%, transparent)
252
252
  }
253
253
 
254
254
  .jss > tbody > tr > td > select,
package/package.json CHANGED
@@ -44,10 +44,10 @@
44
44
  "datasheet"
45
45
  ],
46
46
  "dependencies": {
47
- "jsuites": "^6.3.1",
47
+ "jsuites": "^6.3.2",
48
48
  "@jspreadsheet/formula-pro": "^6.0.5"
49
49
  },
50
50
  "main": "dist/index.js",
51
51
  "types": "dist/index.d.ts",
52
- "version": "12.4.1"
52
+ "version": "12.4.2"
53
53
  }