@ammarkhalidfarooq/dashboard-package 0.6.91 → 0.6.92
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 +10 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +10 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2770,18 +2770,25 @@ var PageFooter = function PageFooter(_ref13) {
|
|
|
2770
2770
|
page = _ref13.page;
|
|
2771
2771
|
return /*#__PURE__*/jsx("div", {
|
|
2772
2772
|
style: {
|
|
2773
|
-
padding: "
|
|
2773
|
+
padding: "9px ".concat(MX, "px 54px"),
|
|
2774
2774
|
borderTop: "1px solid #DEE5EF",
|
|
2775
2775
|
background: "#FFFFFF",
|
|
2776
2776
|
marginTop: "auto",
|
|
2777
2777
|
flexShrink: 0
|
|
2778
2778
|
},
|
|
2779
|
-
children: /*#__PURE__*/jsxs("
|
|
2779
|
+
children: /*#__PURE__*/jsxs("div", {
|
|
2780
2780
|
style: {
|
|
2781
|
+
display: "flex",
|
|
2782
|
+
justifyContent: "space-between",
|
|
2783
|
+
alignItems: "center",
|
|
2781
2784
|
fontSize: 8,
|
|
2782
2785
|
color: THEME.muted
|
|
2783
2786
|
},
|
|
2784
|
-
children: ["
|
|
2787
|
+
children: [/*#__PURE__*/jsxs("span", {
|
|
2788
|
+
children: ["Confidential - Generated by ", generatedBy, " - ", generatedLabel]
|
|
2789
|
+
}), /*#__PURE__*/jsxs("span", {
|
|
2790
|
+
children: ["Page ", page, " of 2 - madinah.com"]
|
|
2791
|
+
})]
|
|
2785
2792
|
})
|
|
2786
2793
|
});
|
|
2787
2794
|
};
|