@mjhls/mjh-framework 1.0.480 → 1.0.481

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.480
2
+ # mjh-framework v. 1.0.481
3
3
 
4
4
 
5
5
  > Foundation Framework
@@ -2021,7 +2021,7 @@ var Sidebar = function Sidebar(_ref) {
2021
2021
  React__default.createElement(
2022
2022
  'style',
2023
2023
  { jsx: 'true' },
2024
- '\n .sidebar {\n clear: both;\n float: right;\n background-color: #eee;\n width: 40%;\n padding: 1rem;\n margin: 0 0 1rem 1rem;\n }\n // resolving list items inside sidebar being shifted to center because of unusual margin\n .sidebar ul {\n margin-left: 0;\n padding-left: 2rem;\n }\n @media screen and (max-width: 991px) {\n .sidebar {\n float: none;\n width: auto;\n margin: 1rem 0;\n }\n }\n '
2024
+ '\n .sidebar {\n clear: both;\n float: right;\n background-color: #eee;\n width: 40%;\n padding: 1rem;\n margin: 0 0 1rem 1rem;\n }\n /* resolving list items inside sidebar being shifted to center because of unusual margin */\n .sidebar ul {\n margin-left: 0;\n padding-left: 1rem;\n }\n @media screen and (max-width: 991px) {\n .sidebar {\n float: none;\n width: auto;\n margin: 1rem 0;\n }\n }\n '
2025
2025
  )
2026
2026
  );
2027
2027
  };
@@ -2015,7 +2015,7 @@ var Sidebar = function Sidebar(_ref) {
2015
2015
  React__default.createElement(
2016
2016
  'style',
2017
2017
  { jsx: 'true' },
2018
- '\n .sidebar {\n clear: both;\n float: right;\n background-color: #eee;\n width: 40%;\n padding: 1rem;\n margin: 0 0 1rem 1rem;\n }\n // resolving list items inside sidebar being shifted to center because of unusual margin\n .sidebar ul {\n margin-left: 0;\n padding-left: 2rem;\n }\n @media screen and (max-width: 991px) {\n .sidebar {\n float: none;\n width: auto;\n margin: 1rem 0;\n }\n }\n '
2018
+ '\n .sidebar {\n clear: both;\n float: right;\n background-color: #eee;\n width: 40%;\n padding: 1rem;\n margin: 0 0 1rem 1rem;\n }\n /* resolving list items inside sidebar being shifted to center because of unusual margin */\n .sidebar ul {\n margin-left: 0;\n padding-left: 1rem;\n }\n @media screen and (max-width: 991px) {\n .sidebar {\n float: none;\n width: auto;\n margin: 1rem 0;\n }\n }\n '
2019
2019
  )
2020
2020
  );
2021
2021
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.480",
3
+ "version": "1.0.481",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",