jspreadsheet 11.0.19 → 11.0.20

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.
@@ -445,7 +445,7 @@
445
445
  position:absolute;
446
446
  top:0;
447
447
  right:0;
448
- margin:20px;
448
+ margin:10px;
449
449
  content:'close';
450
450
  font-family:'Material icons';
451
451
  font-size:24px;
package/package.json CHANGED
@@ -20,10 +20,10 @@
20
20
  "data spreadsheet"
21
21
  ],
22
22
  "dependencies": {
23
- "jsuites": "^5.3.3",
23
+ "jsuites": "^5.3.4",
24
24
  "@jspreadsheet/formula": "^2.0.2"
25
25
  },
26
26
  "main": "dist/index.js",
27
27
  "types": "dist/index.d.ts",
28
- "version": "11.0.19"
28
+ "version": "11.0.20"
29
29
  }