jspreadsheet 12.8.1 → 12.8.4

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.
@@ -1290,6 +1290,14 @@ div.jss_filters_icon.jss_filters_active::before {
1290
1290
  background-color: var(--jss-background-color);
1291
1291
  }
1292
1292
 
1293
+ .jss_editor.jss_focus .jss_input.lm-dropdown-input {
1294
+ padding: 2px 24px 2px 3px;
1295
+ }
1296
+
1297
+ .jss_editor.jss_focus .lm-lazy {
1298
+ width: 100% !important;
1299
+ }
1300
+
1293
1301
  .jss_editor.jss_focus .jss_input[placeholder]:empty::before {
1294
1302
  content: "\00a0" attr(placeholder);
1295
1303
  color: var(--jss-border-color-highlight);
package/package.json CHANGED
@@ -44,10 +44,10 @@
44
44
  "datasheet"
45
45
  ],
46
46
  "dependencies": {
47
- "jsuites": "^6.4.0",
47
+ "jsuites": "^6.4.1",
48
48
  "@jspreadsheet/formula-pro": "^6.0.8"
49
49
  },
50
50
  "main": "dist/index.js",
51
51
  "types": "dist/index.d.ts",
52
- "version": "12.8.1"
52
+ "version": "12.8.4"
53
53
  }