@mjhls/mjh-framework 1.0.609 → 1.0.610
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/README.md +1 -1
- package/dist/cjs/Feature.js +3 -3
- package/dist/esm/Feature.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cjs/Feature.js
CHANGED
|
@@ -37,10 +37,10 @@ var Feature = function Feature(props) {
|
|
|
37
37
|
var builder = index$1.imageUrlBuilder(client);
|
|
38
38
|
return builder.image(source).auto('format');
|
|
39
39
|
};
|
|
40
|
-
//image width
|
|
41
|
-
var imageWidth =
|
|
40
|
+
//image width updated.
|
|
41
|
+
var imageWidth = 450;
|
|
42
42
|
if (main.main_39) {
|
|
43
|
-
imageWidth =
|
|
43
|
+
imageWidth = 225;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
var renderUrl = function renderUrl(feature_link, feature_title, feature_body) {
|
package/dist/esm/Feature.js
CHANGED
|
@@ -32,10 +32,10 @@ var Feature = function Feature(props) {
|
|
|
32
32
|
var builder = imageUrlBuilder(client);
|
|
33
33
|
return builder.image(source).auto('format');
|
|
34
34
|
};
|
|
35
|
-
//image width
|
|
36
|
-
var imageWidth =
|
|
35
|
+
//image width updated.
|
|
36
|
+
var imageWidth = 450;
|
|
37
37
|
if (main_39) {
|
|
38
|
-
imageWidth =
|
|
38
|
+
imageWidth = 225;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
var renderUrl = function renderUrl(feature_link, feature_title, feature_body) {
|