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