umwd-components 0.1.217 → 0.1.218
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.
|
@@ -67,7 +67,6 @@ function Footer(_ref) {
|
|
|
67
67
|
md: 4,
|
|
68
68
|
sx: [useIcons && {
|
|
69
69
|
display: "grid",
|
|
70
|
-
alignItems: "center",
|
|
71
70
|
justifyContent: "center"
|
|
72
71
|
}]
|
|
73
72
|
}, /*#__PURE__*/React.createElement(material.Box, {
|
|
@@ -112,7 +111,6 @@ function Footer(_ref) {
|
|
|
112
111
|
md: 4,
|
|
113
112
|
sx: [useIcons && {
|
|
114
113
|
display: "grid",
|
|
115
|
-
alignItems: "center",
|
|
116
114
|
justifyContent: "stretch",
|
|
117
115
|
width: {
|
|
118
116
|
xs: "80%",
|
|
@@ -198,7 +196,6 @@ function Footer(_ref) {
|
|
|
198
196
|
md: 4,
|
|
199
197
|
sx: [useIcons && {
|
|
200
198
|
display: "grid",
|
|
201
|
-
alignItems: "center",
|
|
202
199
|
justifyContent: "center"
|
|
203
200
|
}]
|
|
204
201
|
}, company_socials && company_socials.length > 0 && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(material.Typography, {
|
|
@@ -63,7 +63,6 @@ function Footer(_ref) {
|
|
|
63
63
|
md: 4,
|
|
64
64
|
sx: [useIcons && {
|
|
65
65
|
display: "grid",
|
|
66
|
-
alignItems: "center",
|
|
67
66
|
justifyContent: "center"
|
|
68
67
|
}]
|
|
69
68
|
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
@@ -108,7 +107,6 @@ function Footer(_ref) {
|
|
|
108
107
|
md: 4,
|
|
109
108
|
sx: [useIcons && {
|
|
110
109
|
display: "grid",
|
|
111
|
-
alignItems: "center",
|
|
112
110
|
justifyContent: "stretch",
|
|
113
111
|
width: {
|
|
114
112
|
xs: "80%",
|
|
@@ -194,7 +192,6 @@ function Footer(_ref) {
|
|
|
194
192
|
md: 4,
|
|
195
193
|
sx: [useIcons && {
|
|
196
194
|
display: "grid",
|
|
197
|
-
alignItems: "center",
|
|
198
195
|
justifyContent: "center"
|
|
199
196
|
}]
|
|
200
197
|
}, company_socials && company_socials.length > 0 && /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(Typography, {
|
package/package.json
CHANGED
|
@@ -109,7 +109,6 @@ function Footer({ data }: { readonly data: FooterProps }) {
|
|
|
109
109
|
sx={[
|
|
110
110
|
useIcons && {
|
|
111
111
|
display: "grid",
|
|
112
|
-
alignItems: "center",
|
|
113
112
|
justifyContent: "center",
|
|
114
113
|
},
|
|
115
114
|
]}
|
|
@@ -164,7 +163,6 @@ function Footer({ data }: { readonly data: FooterProps }) {
|
|
|
164
163
|
sx={[
|
|
165
164
|
useIcons && {
|
|
166
165
|
display: "grid",
|
|
167
|
-
alignItems: "center",
|
|
168
166
|
justifyContent: "stretch",
|
|
169
167
|
width: { xs: "80%", sm: "60%", md: "80%" },
|
|
170
168
|
},
|
|
@@ -264,7 +262,6 @@ function Footer({ data }: { readonly data: FooterProps }) {
|
|
|
264
262
|
sx={[
|
|
265
263
|
useIcons && {
|
|
266
264
|
display: "grid",
|
|
267
|
-
alignItems: "center",
|
|
268
265
|
justifyContent: "center",
|
|
269
266
|
},
|
|
270
267
|
]}
|