@mjhls/mjh-framework 1.0.304 → 1.0.305

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.304
2
+ # mjh-framework v. 1.0.305
3
3
 
4
4
  > Foundation Framework
5
5
 
package/dist/cjs/index.js CHANGED
@@ -2918,7 +2918,7 @@ var ADFloatingFooter = function ADFloatingFooter(_ref) {
2918
2918
  position = _floatingAd$position === undefined ? 'float' : _floatingAd$position,
2919
2919
  networkID = floatingAd.networkID,
2920
2920
  _floatingAd$sizes = floatingAd.sizes,
2921
- sizes = _floatingAd$sizes === undefined ? [[728, 90]] : _floatingAd$sizes;
2921
+ sizes = _floatingAd$sizes === undefined ? [[1025, 100]] : _floatingAd$sizes;
2922
2922
 
2923
2923
  var adTargeting = {
2924
2924
  content_placement: targeting.content_placement,
@@ -2983,7 +2983,7 @@ var ADFloatingFooter = function ADFloatingFooter(_ref) {
2983
2983
  React__default.createElement(
2984
2984
  'style',
2985
2985
  { jsx: 'true' },
2986
- '\n .floating-ad-wrapper {\n width: auto;\n margin: 0;\n background-color: #f5f5f5;\n position: fixed;\n bottom: 0;\n left: 50%;\n transform: translateX(-50%);\n z-index: 9000;\n display: none;\n }\n .closeButton {\n position: absolute;\n top: -10px;\n right: -10px;\n background: grey;\n color: white;\n font-weight: 500;\n border: 2px solid white;\n border-radius: 50%;\n width: 30px;\n height: 30px;\n text-align: center;\n font-size: 17px;\n cursor: pointer;\n }\n '
2986
+ '\n .floating-ad-wrapper {\n width: 728px;\n height: 90px;\n margin: 0;\n background-color: #f5f5f5;\n position: fixed;\n bottom: 0;\n left: 50%;\n transform: translateX(-50%);\n z-index: 9000;\n display: none;\n }\n .closeButton {\n position: absolute;\n top: -10px;\n right: -10px;\n background: grey;\n color: white;\n font-weight: 500;\n border: 2px solid white;\n border-radius: 50%;\n width: 30px;\n height: 30px;\n text-align: center;\n font-size: 17px;\n cursor: pointer;\n }\n '
2987
2987
  )
2988
2988
  );
2989
2989
  };
package/dist/esm/index.js CHANGED
@@ -2916,7 +2916,7 @@ var ADFloatingFooter = function ADFloatingFooter(_ref) {
2916
2916
  position = _floatingAd$position === undefined ? 'float' : _floatingAd$position,
2917
2917
  networkID = floatingAd.networkID,
2918
2918
  _floatingAd$sizes = floatingAd.sizes,
2919
- sizes = _floatingAd$sizes === undefined ? [[728, 90]] : _floatingAd$sizes;
2919
+ sizes = _floatingAd$sizes === undefined ? [[1025, 100]] : _floatingAd$sizes;
2920
2920
 
2921
2921
  var adTargeting = {
2922
2922
  content_placement: targeting.content_placement,
@@ -2981,7 +2981,7 @@ var ADFloatingFooter = function ADFloatingFooter(_ref) {
2981
2981
  React__default.createElement(
2982
2982
  'style',
2983
2983
  { jsx: 'true' },
2984
- '\n .floating-ad-wrapper {\n width: auto;\n margin: 0;\n background-color: #f5f5f5;\n position: fixed;\n bottom: 0;\n left: 50%;\n transform: translateX(-50%);\n z-index: 9000;\n display: none;\n }\n .closeButton {\n position: absolute;\n top: -10px;\n right: -10px;\n background: grey;\n color: white;\n font-weight: 500;\n border: 2px solid white;\n border-radius: 50%;\n width: 30px;\n height: 30px;\n text-align: center;\n font-size: 17px;\n cursor: pointer;\n }\n '
2984
+ '\n .floating-ad-wrapper {\n width: 728px;\n height: 90px;\n margin: 0;\n background-color: #f5f5f5;\n position: fixed;\n bottom: 0;\n left: 50%;\n transform: translateX(-50%);\n z-index: 9000;\n display: none;\n }\n .closeButton {\n position: absolute;\n top: -10px;\n right: -10px;\n background: grey;\n color: white;\n font-weight: 500;\n border: 2px solid white;\n border-radius: 50%;\n width: 30px;\n height: 30px;\n text-align: center;\n font-size: 17px;\n cursor: pointer;\n }\n '
2985
2985
  )
2986
2986
  );
2987
2987
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.304",
3
+ "version": "1.0.305",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",