@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/README.md
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -16932,6 +16932,8 @@ var FigureComponent = function FigureComponent(_ref) {
|
|
|
16932
16932
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
16933
16933
|
}, []);
|
|
16934
16934
|
|
|
16935
|
+
if (!node$$1.asset) return null;
|
|
16936
|
+
|
|
16935
16937
|
return React__default.createElement(
|
|
16936
16938
|
Figure,
|
|
16937
16939
|
{ className: 'd-block', style: { width: imageWidth, maxWidth: '100%', clear: 'both', float: imgFloat, margin: figureMargin } },
|