jspreadsheet 11.11.3 → 11.11.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.
@@ -1582,7 +1582,7 @@
1582
1582
  box-sizing: border-box;
1583
1583
  }
1584
1584
 
1585
- .jss_style_form_group label {
1585
+ .jss_style_form_group > label {
1586
1586
  display: block;
1587
1587
  padding-bottom: 4px;
1588
1588
  }
package/package.json CHANGED
@@ -44,10 +44,10 @@
44
44
  "datasheet"
45
45
  ],
46
46
  "dependencies": {
47
- "jsuites": "^5.7.1",
47
+ "jsuites": "^5.7.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.11.3"
52
+ "version": "11.11.4"
53
53
  }