@mjhls/mjh-framework 1.0.168 → 1.0.169
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/index.es.js +2 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16940,6 +16940,8 @@ var FigureComponent = function FigureComponent(_ref) {
|
|
|
16940
16940
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
16941
16941
|
}, []);
|
|
16942
16942
|
|
|
16943
|
+
if (!node$$1.asset) return null;
|
|
16944
|
+
|
|
16943
16945
|
return React__default.createElement(
|
|
16944
16946
|
reactBootstrap.Figure,
|
|
16945
16947
|
{ className: 'd-block', style: { width: imageWidth, maxWidth: '100%', clear: 'both', float: imgFloat, margin: figureMargin } },
|