jspreadsheet 11.11.7 → 11.12.1

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.
@@ -1334,8 +1334,8 @@
1334
1334
  }
1335
1335
 
1336
1336
  .jss_warning {
1337
- border-left: 1px solid red !important;
1338
- background-color: #ffefef !important;
1337
+ border-left: 1px solid red;
1338
+ background-color: #ffefef;
1339
1339
  position: relative;
1340
1340
  }
1341
1341
 
@@ -1346,11 +1346,12 @@
1346
1346
  position: absolute;
1347
1347
  color: red;
1348
1348
  left: 2px;
1349
+ top: calc(50% - 6px);
1349
1350
  font-weight: normal;
1350
1351
  }
1351
1352
 
1352
- .jss_warning:empty:before {
1353
- margin-top: -7px;
1353
+ .jss > tbody > tr > td.jss_warning {
1354
+ padding-left: 16px;
1354
1355
  }
1355
1356
 
1356
1357
  .jss_hidden {
package/package.json CHANGED
@@ -44,10 +44,10 @@
44
44
  "datasheet"
45
45
  ],
46
46
  "dependencies": {
47
- "jsuites": "^5.7.2",
47
+ "jsuites": "^5.8.0",
48
48
  "@jspreadsheet/formula": "^2.0.2"
49
49
  },
50
50
  "main": "dist/index.js",
51
51
  "types": "dist/index.d.ts",
52
- "version": "11.11.7"
52
+ "version": "11.12.1"
53
53
  }