umwd-components 0.1.211 → 0.1.213

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.
@@ -71,7 +71,7 @@ function Footer(_ref) {
71
71
  //console.log(logo.url);
72
72
 
73
73
  return /*#__PURE__*/React.createElement(material.AppBar, {
74
- position: "absolute",
74
+ position: "relative",
75
75
  sx: {
76
76
  backgroundColor: theme.palette.mode === "light" ? theme.palette.primary.light : theme.palette.primary.dark,
77
77
  top: "auto",
@@ -96,6 +96,7 @@ function HeroSection(_ref) {
96
96
  align: "center",
97
97
  component: "h1"
98
98
  }, heading), /*#__PURE__*/React.createElement(material.Box, {
99
+ className: "spacer",
99
100
  sx: {
100
101
  height: {
101
102
  xs: "120px",
@@ -67,7 +67,7 @@ function Footer(_ref) {
67
67
  //console.log(logo.url);
68
68
 
69
69
  return /*#__PURE__*/React__default.createElement(AppBar, {
70
- position: "absolute",
70
+ position: "relative",
71
71
  sx: {
72
72
  backgroundColor: theme.palette.mode === "light" ? theme.palette.primary.light : theme.palette.primary.dark,
73
73
  top: "auto",
@@ -94,6 +94,7 @@ function HeroSection(_ref) {
94
94
  align: "center",
95
95
  component: "h1"
96
96
  }, heading), /*#__PURE__*/React__default.createElement(Box, {
97
+ className: "spacer",
97
98
  sx: {
98
99
  height: {
99
100
  xs: "120px",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umwd-components",
3
- "version": "0.1.211",
3
+ "version": "0.1.213",
4
4
  "description": "UMWD Component library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -113,7 +113,7 @@ function Footer({ data }: { readonly data: FooterProps }) {
113
113
 
114
114
  return (
115
115
  <AppBar
116
- position="absolute"
116
+ position="relative"
117
117
  sx={{
118
118
  backgroundColor:
119
119
  theme.palette.mode === "light"
@@ -116,6 +116,7 @@ export function HeroSection({ data }: Readonly<HeroSectionProps>) {
116
116
  {heading}
117
117
  </Typography>
118
118
  <Box
119
+ className="spacer"
119
120
  sx={{
120
121
  height: {
121
122
  xs: "120px",