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