contentoh-components-library 21.2.39 → 21.2.40

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.
@@ -17,7 +17,7 @@ var _reactRouterDom = require("react-router-dom");
17
17
 
18
18
  var _templateObject, _templateObject2, _templateObject3, _templateObject4;
19
19
 
20
- var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n height: 98%;\n box-sizing: border-box;\n padding: 23px 10px 70px 10px;\n flex-direction: column;\n justify-content: space-between;\n overflow: none;\n width: ", "px;\n background: linear-gradient(180deg, #e33aa9 0%, #3b1366 100%);\n scrollbar-width: none;\n display: flex;\n text-align: center;\n transition: width 0.3s linear;\n margin: 0;\n & + * {\n margin-left: 30px;\n }\n .navbar-top {\n transition: all 0.3s linear;\n .option {\n .option-div {\n & + div {\n margin-top: 10px;\n }\n }\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n margin-top: 50px;\n .active {\n background: #e33aa9;\n color: #fafafa;\n text-decoration: none;\n transition: all 0.3s linear;\n }\n .sub-option {\n display: flex;\n flex-direction: column;\n padding-left: ", "px;\n height: auto;\n width: auto;\n }\n }\n }\n"])), function (_ref) {
20
+ var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n height: 100%;\n box-sizing: border-box;\n padding: 23px 10px 70px 10px;\n flex-direction: column;\n justify-content: space-between;\n overflow: none;\n width: ", "px;\n background: linear-gradient(180deg, #e33aa9 0%, #3b1366 100%);\n scrollbar-width: none;\n display: flex;\n text-align: center;\n transition: width 0.3s linear;\n margin: 0;\n & + * {\n margin-left: 30px;\n }\n .navbar-top {\n transition: all 0.3s linear;\n .option {\n .option-div {\n & + div {\n margin-top: 10px;\n }\n }\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n margin-top: 50px;\n .active {\n background: #e33aa9;\n color: #fafafa;\n text-decoration: none;\n transition: all 0.3s linear;\n }\n .sub-option {\n display: flex;\n flex-direction: column;\n padding-left: ", "px;\n height: auto;\n width: auto;\n }\n }\n }\n"])), function (_ref) {
21
21
  var bar = _ref.bar;
22
22
  return bar ? 250 : 58;
23
23
  }, function (_ref2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.2.39",
3
+ "version": "21.2.40",
4
4
  "dependencies": {
5
5
  "@aws-amplify/auth": "^4.5.3",
6
6
  "@aws-amplify/datastore": "^3.11.0",
@@ -3,7 +3,7 @@ import { BrowserRouter as Router, NavLink } from "react-router-dom";
3
3
  import { createGlobalStyle } from "styled-components";
4
4
 
5
5
  export const Container = styled.div`
6
- height: 98%;
6
+ height: 100%;
7
7
  box-sizing: border-box;
8
8
  padding: 23px 10px 70px 10px;
9
9
  flex-direction: column;