@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.es.js
CHANGED
|
@@ -2941,7 +2941,7 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref1, ref) {
|
|
|
2941
2941
|
style: {
|
|
2942
2942
|
fontSize: 8,
|
|
2943
2943
|
color: "#9CA3AF",
|
|
2944
|
-
marginBottom:
|
|
2944
|
+
marginBottom: 4
|
|
2945
2945
|
},
|
|
2946
2946
|
children: l
|
|
2947
2947
|
}), /*#__PURE__*/jsx("div", {
|
|
@@ -3065,7 +3065,7 @@ var ExportPdfLayout = /*#__PURE__*/React.forwardRef(function (_ref1, ref) {
|
|
|
3065
3065
|
style: {
|
|
3066
3066
|
fontSize: 8,
|
|
3067
3067
|
color: "#9CA3AF",
|
|
3068
|
-
marginBottom:
|
|
3068
|
+
marginBottom: 4
|
|
3069
3069
|
},
|
|
3070
3070
|
children: l
|
|
3071
3071
|
}), /*#__PURE__*/jsx("div", {
|