@quillsql/react 2.10.36 → 2.10.37

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.
@@ -33,7 +33,7 @@ function DashboardItem({ dashboardItem, onClickDashboardItem, theme, style, name
33
33
  display: 'block',
34
34
  maxWidth: '100%',
35
35
  overflow: 'hidden',
36
- paddingBottom: 20,
36
+ // paddingBottom: 20,
37
37
  }, children: name }), onClickDashboardItem ? ((0, jsx_runtime_1.jsx)("div", { style: {
38
38
  fontFamily: theme.fontFamily,
39
39
  color: theme.primaryTextColor,
@@ -28,7 +28,7 @@ export default function DashboardItem({ dashboardItem, onClickDashboardItem, the
28
28
  display: 'block',
29
29
  maxWidth: '100%',
30
30
  overflow: 'hidden',
31
- paddingBottom: 20,
31
+ // paddingBottom: 20,
32
32
  }, children: name }), onClickDashboardItem ? (_jsx("div", { style: {
33
33
  fontFamily: theme.fontFamily,
34
34
  color: theme.primaryTextColor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quillsql/react",
3
- "version": "2.10.36",
3
+ "version": "2.10.37",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/esm/index.js",