@ammarkhalidfarooq/dashboard-package 0.6.53 → 0.6.54
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.
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2943,7 +2943,7 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref1, ref) {
|
|
|
2943
2943
|
style: {
|
|
2944
2944
|
fontSize: 8,
|
|
2945
2945
|
color: "#9CA3AF",
|
|
2946
|
-
marginBottom:
|
|
2946
|
+
marginBottom: 4
|
|
2947
2947
|
},
|
|
2948
2948
|
children: l
|
|
2949
2949
|
}), /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
@@ -3067,7 +3067,7 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref1, ref) {
|
|
|
3067
3067
|
style: {
|
|
3068
3068
|
fontSize: 8,
|
|
3069
3069
|
color: "#9CA3AF",
|
|
3070
|
-
marginBottom:
|
|
3070
|
+
marginBottom: 4
|
|
3071
3071
|
},
|
|
3072
3072
|
children: l
|
|
3073
3073
|
}), /*#__PURE__*/jsxRuntime.jsx("div", {
|