@mjhls/mjh-framework 1.0.874-ad-test-v3 → 1.0.874-ad-test-v4

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.
@@ -107,7 +107,7 @@ var AD300x250 = function AD300x250(_ref) {
107
107
 
108
108
  return React__default['default'].createElement(
109
109
  'div',
110
- { ref: adContainer, style: { minHeight: main.main_43 ? '250px' : 'unset', transition: 'min-height .2s linear .5s', display: 'grid', placeItems: 'center' } },
110
+ { ref: adContainer, style: { minHeight: '250px', transition: 'min-height .2s linear .5s', display: 'grid', placeItems: 'center' } },
111
111
  React__default['default'].createElement(AdSlot, {
112
112
  networkID: networkID,
113
113
  adUnit: adUnit,
@@ -101,7 +101,7 @@ var AD300x250 = function AD300x250(_ref) {
101
101
 
102
102
  return React.createElement(
103
103
  'div',
104
- { ref: adContainer, style: { minHeight: main_43 ? '250px' : 'unset', transition: 'min-height .2s linear .5s', display: 'grid', placeItems: 'center' } },
104
+ { ref: adContainer, style: { minHeight: '250px', transition: 'min-height .2s linear .5s', display: 'grid', placeItems: 'center' } },
105
105
  React.createElement(DFPAdSlot, {
106
106
  networkID: networkID,
107
107
  adUnit: adUnit,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.874-ad-test-v3",
3
+ "version": "1.0.874-ad-test-v4",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",