@mjhls/mjh-framework 1.0.1045 → 1.0.1046

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.
@@ -112,7 +112,7 @@ var Feature = function Feature(props) {
112
112
  return openLink(feature_link);
113
113
  } },
114
114
  React__default["default"].createElement('img', {
115
- style: { maxHeight: '375px', minHeight: '300px', objectFit: hide_title_body ? 'unset' : 'cover', paddingLeft: '50%' },
115
+ style: { maxHeight: '375px', minHeight: '300px', objectFit: hide_title_body ? 'unset' : 'cover', cursor: 'pointer', paddingLeft: '50%' },
116
116
  className: 'd-block w-100',
117
117
  src: urlFor({ client: client, source: feature_img, imageWidth: imageWidth }),
118
118
  alt: feature_alt
@@ -105,7 +105,7 @@ var Feature = function Feature(props) {
105
105
  return openLink(feature_link);
106
106
  } },
107
107
  React__default.createElement('img', {
108
- style: { maxHeight: '375px', minHeight: '300px', objectFit: hide_title_body ? 'unset' : 'cover', paddingLeft: '50%' },
108
+ style: { maxHeight: '375px', minHeight: '300px', objectFit: hide_title_body ? 'unset' : 'cover', cursor: 'pointer', paddingLeft: '50%' },
109
109
  className: 'd-block w-100',
110
110
  src: urlFor({ client: client, source: feature_img, imageWidth: imageWidth }),
111
111
  alt: feature_alt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.1045",
3
+ "version": "1.0.1046",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",