@mjhls/mjh-framework 1.0.342 → 1.0.343

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 CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.341
2
+ # mjh-framework v. 1.0.343
3
3
 
4
4
 
5
5
  > Foundation Framework
@@ -40,7 +40,9 @@ var FigureComponent = function FigureComponent(props) {
40
40
  blank = node.blank,
41
41
  link = node.link,
42
42
  _node$alignment = node.alignment,
43
- alignment = _node$alignment === undefined ? 'center' : _node$alignment;
43
+ alignment = _node$alignment === undefined ? 'center' : _node$alignment,
44
+ _node$class_name = node.class_name,
45
+ class_name = _node$class_name === undefined ? 'd-block' : _node$class_name;
44
46
  var _node$widthP = node.widthP,
45
47
  widthP = _node$widthP === undefined ? 'auto' : _node$widthP;
46
48
 
@@ -97,7 +99,7 @@ var FigureComponent = function FigureComponent(props) {
97
99
  null,
98
100
  imageWidth !== null && imageFloat !== null && React__default.createElement(
99
101
  reactBootstrap.Figure,
100
- { className: 'd-block', style: { width: imageWidth, maxWidth: '100%', clear: 'both', float: imageFloat, margin: figureMargin } },
102
+ { className: '' + class_name, style: { width: imageWidth, maxWidth: '100%', clear: 'both', float: imageFloat, margin: figureMargin } },
101
103
  link ? React__default.createElement(
102
104
  'a',
103
105
  { target: blank ? '_blank' : '_self', href: link },
package/dist/cjs/index.js CHANGED
@@ -13671,7 +13671,7 @@ var NativeAd = function NativeAd(props) {
13671
13671
  };
13672
13672
 
13673
13673
  var Figure = dynamic(function () {
13674
- return Promise.resolve().then(function () { return require('./Figure-a47ec3a7.js'); });
13674
+ return Promise.resolve().then(function () { return require('./Figure-b308d6a2.js'); });
13675
13675
  }, { ssr: false });
13676
13676
 
13677
13677
  var checkUrlIsExternal = function checkUrlIsExternal(url) {
@@ -35,7 +35,9 @@ var FigureComponent = function FigureComponent(props) {
35
35
  blank = node.blank,
36
36
  link = node.link,
37
37
  _node$alignment = node.alignment,
38
- alignment = _node$alignment === undefined ? 'center' : _node$alignment;
38
+ alignment = _node$alignment === undefined ? 'center' : _node$alignment,
39
+ _node$class_name = node.class_name,
40
+ class_name = _node$class_name === undefined ? 'd-block' : _node$class_name;
39
41
  var _node$widthP = node.widthP,
40
42
  widthP = _node$widthP === undefined ? 'auto' : _node$widthP;
41
43
 
@@ -92,7 +94,7 @@ var FigureComponent = function FigureComponent(props) {
92
94
  null,
93
95
  imageWidth !== null && imageFloat !== null && React__default.createElement(
94
96
  Figure$1,
95
- { className: 'd-block', style: { width: imageWidth, maxWidth: '100%', clear: 'both', float: imageFloat, margin: figureMargin } },
97
+ { className: '' + class_name, style: { width: imageWidth, maxWidth: '100%', clear: 'both', float: imageFloat, margin: figureMargin } },
96
98
  link ? React__default.createElement(
97
99
  'a',
98
100
  { target: blank ? '_blank' : '_self', href: link },
package/dist/esm/index.js CHANGED
@@ -13668,7 +13668,7 @@ var NativeAd = function NativeAd(props) {
13668
13668
  };
13669
13669
 
13670
13670
  var Figure = dynamic(function () {
13671
- return import('./Figure-584ac0c8.js');
13671
+ return import('./Figure-6394d22a.js');
13672
13672
  }, { ssr: false });
13673
13673
 
13674
13674
  var checkUrlIsExternal = function checkUrlIsExternal(url) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.342",
3
+ "version": "1.0.343",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",