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