@mjhls/mjh-framework 1.0.874-ad-test-v2 → 1.0.874-ad-test-v3
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/dist/cjs/AD300x250.js +1 -1
- package/dist/esm/AD300x250.js +1 -1
- package/package.json +1 -1
package/dist/cjs/AD300x250.js
CHANGED
|
@@ -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 .
|
|
110
|
+
{ ref: adContainer, style: { minHeight: main.main_43 ? '250px' : 'unset', 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,
|
package/dist/esm/AD300x250.js
CHANGED
|
@@ -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 .
|
|
104
|
+
{ ref: adContainer, style: { minHeight: main_43 ? '250px' : 'unset', transition: 'min-height .2s linear .5s', display: 'grid', placeItems: 'center' } },
|
|
105
105
|
React.createElement(DFPAdSlot, {
|
|
106
106
|
networkID: networkID,
|
|
107
107
|
adUnit: adUnit,
|