umwd-components 0.1.141 → 0.1.142

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.
@@ -86,8 +86,8 @@ function HeroSection(_ref) {
86
86
  src: logoImage.url,
87
87
  width: logoImage.width || 100,
88
88
  style: {
89
- width: "90%",
90
- height: "90%",
89
+ /* width: "90%",
90
+ height: "90%", */
91
91
  objectFit: "contain"
92
92
  }
93
93
  })), /*#__PURE__*/React.createElement(material.Typography, {
@@ -84,8 +84,8 @@ function HeroSection(_ref) {
84
84
  src: logoImage.url,
85
85
  width: logoImage.width || 100,
86
86
  style: {
87
- width: "90%",
88
- height: "90%",
87
+ /* width: "90%",
88
+ height: "90%", */
89
89
  objectFit: "contain"
90
90
  }
91
91
  })), /*#__PURE__*/React__default.createElement(Typography, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umwd-components",
3
- "version": "0.1.141",
3
+ "version": "0.1.142",
4
4
  "description": "UMWD Component library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -113,8 +113,8 @@ export function HeroSection({ data }: Readonly<HeroSectionProps>) {
113
113
  src={logoImage.url}
114
114
  width={logoImage.width || 100}
115
115
  style={{
116
- width: "90%",
117
- height: "90%",
116
+ /* width: "90%",
117
+ height: "90%", */
118
118
  objectFit: "contain",
119
119
  }}
120
120
  />