jspreadsheet 11.18.5 → 11.18.6

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.
@@ -1279,7 +1279,7 @@
1279
1279
 
1280
1280
  .jss_picker {
1281
1281
  position: relative;
1282
- padding: 5px 8px 5px 8px;
1282
+ padding: 6px 8px;
1283
1283
  border: 1px solid #ccc;
1284
1284
  }
1285
1285
 
package/package.json CHANGED
@@ -44,10 +44,10 @@
44
44
  "datasheet"
45
45
  ],
46
46
  "dependencies": {
47
- "jsuites": "^5.9.1",
47
+ "jsuites": "^5.9.2",
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.18.5"
52
+ "version": "11.18.6"
53
53
  }