@mjhls/mjh-framework 1.0.800-mobile-ad-test → 1.0.800-mobile-ad-test-v2
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
|
@@ -89,7 +89,7 @@ var AD300x250 = function AD300x250(_ref) {
|
|
|
89
89
|
React__default['default'].createElement(
|
|
90
90
|
'style',
|
|
91
91
|
{ jsx: 'true' },
|
|
92
|
-
'\n .AD300x250 div[id*=\'google_ads_iframe\']:empty {\n height: 0px !important;\n }\n @media screen and (max-width: 768px){\n .AD300x250 .adunitContainer{\n min-height: 300px;\n }\n .AD300x250 .adunitContainer:empty{\n animation: collapse 3s;\n }\n @keyframes collapse {\n 0%{min-height: 300px;}\n 99%{min-height: 300px;}\n 100%{min-height: 0px;}\n }\n }\n \n '
|
|
92
|
+
'\n .AD300x250 div[id*=\'google_ads_iframe\']:empty {\n height: 0px !important;\n }\n @media screen and (max-width: 768px){\n .AD300x250 .adunitContainer{\n min-height: 300px;\n }\n .AD300x250 .adunitContainer:empty{\n animation: collapse 3s forwards;\n }\n @keyframes collapse {\n 0%{min-height: 300px;}\n 99%{min-height: 300px;}\n 100%{min-height: 0px;}\n }\n }\n \n '
|
|
93
93
|
)
|
|
94
94
|
);
|
|
95
95
|
};
|
package/dist/esm/AD300x250.js
CHANGED
|
@@ -83,7 +83,7 @@ var AD300x250 = function AD300x250(_ref) {
|
|
|
83
83
|
React.createElement(
|
|
84
84
|
'style',
|
|
85
85
|
{ jsx: 'true' },
|
|
86
|
-
'\n .AD300x250 div[id*=\'google_ads_iframe\']:empty {\n height: 0px !important;\n }\n @media screen and (max-width: 768px){\n .AD300x250 .adunitContainer{\n min-height: 300px;\n }\n .AD300x250 .adunitContainer:empty{\n animation: collapse 3s;\n }\n @keyframes collapse {\n 0%{min-height: 300px;}\n 99%{min-height: 300px;}\n 100%{min-height: 0px;}\n }\n }\n \n '
|
|
86
|
+
'\n .AD300x250 div[id*=\'google_ads_iframe\']:empty {\n height: 0px !important;\n }\n @media screen and (max-width: 768px){\n .AD300x250 .adunitContainer{\n min-height: 300px;\n }\n .AD300x250 .adunitContainer:empty{\n animation: collapse 3s forwards;\n }\n @keyframes collapse {\n 0%{min-height: 300px;}\n 99%{min-height: 300px;}\n 100%{min-height: 0px;}\n }\n }\n \n '
|
|
87
87
|
)
|
|
88
88
|
);
|
|
89
89
|
};
|