contentoh-components-library 21.5.28 → 21.5.29

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.
@@ -15,6 +15,6 @@ var _variables = require("../../../global-files/variables");
15
15
 
16
16
  var _templateObject;
17
17
 
18
- var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n border: 1px solid ", ";\n border-radius: 6px;\n padding: 10px;\n width: 100%;\n\n .retailer-name-header {\n & + * {\n margin-top: 10px;\n }\n }\n &.datasheets-layout {\n padding-right: 0;\n\n .inputs-container {\n display: flex;\n flex-wrap: wrap;\n width: 100%;\n gap: 5px;\n\n .input-container {\n flex: 1 1 20%;\n min-width: 227px;\n display: flex;\n flex-direction: column;\n }\n }\n\n .inputs-validation-onboarding{\n display: flex;\n align-items: center;\n gap:5px;\n padding: 0px 5px;\n border: 1px solid #e33aa9;\n // border-left: 1px solid #e33aa9;\n // border-bottom: 1px solid #e33aa9;\n border-radius: 6px;\n position:relative;\n }\n }\n\n & + * {\n margin-top: 15px;\n }\n\n .btnReviewState {\n display: flex;\n flex-direction: column;\n border: 1px solid lightgray;\n border-radius: 3px;\n z-index: 1000;\n position: absolute;\n transform: translate(35%, 0);\n }\n\n .btnReviewState button {\n display: flex;\n align-items: center;\n border: none;\n background: white;\n border-radius: 3px;\n box-shadow: 2px 2px 2px lightgray;\n }\n .btnReviewState button:hover {\n background: lightgray;\n }\n /* #divBtnsReviewdown {\n border-left: 1px solid black;\n border-right: 1px solid black;\n border-bottom: 1px solid black;\n }\n #aceptbtn {\n background: white;\n border: none;\n }\n #rejectbtn {\n background: white;\n border: none;\n } */\n"])), _variables.GlobalColors.s2);
18
+ var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n border: 1px solid ", ";\n border-radius: 6px;\n padding: 10px;\n width: 100%;\n\n .retailer-name-header {\n & + * {\n margin-top: 10px;\n }\n }\n &.datasheets-layout {\n padding-right: 0;\n\n .inputs-container {\n display: flex;\n flex-wrap: wrap;\n width: 100%;\n gap: 5px;\n\n .input-container {\n flex: 1 1 20%;\n min-width: 227px;\n display: flex;\n flex-direction: column;\n }\n }\n\n .inputs-validation-onboarding{\n display: flex;\n align-items: center;\n gap:5px;\n padding: 0px 5px;\n //border: 1px solid #e33aa9;\n // border-left: 1px solid #e33aa9;\n // border-bottom: 1px solid #e33aa9;\n border-radius: 6px;\n position:relative;\n }\n }\n\n & + * {\n margin-top: 15px;\n }\n\n .btnReviewState {\n display: flex;\n flex-direction: column;\n border: 1px solid lightgray;\n border-radius: 3px;\n z-index: 1000;\n position: absolute;\n transform: translate(35%, 0);\n }\n\n .btnReviewState button {\n display: flex;\n align-items: center;\n border: none;\n background: white;\n border-radius: 3px;\n box-shadow: 2px 2px 2px lightgray;\n }\n .btnReviewState button:hover {\n background: lightgray;\n }\n /* #divBtnsReviewdown {\n border-left: 1px solid black;\n border-right: 1px solid black;\n border-bottom: 1px solid black;\n }\n #aceptbtn {\n background: white;\n border: none;\n }\n #rejectbtn {\n background: white;\n border: none;\n } */\n"])), _variables.GlobalColors.s2);
19
19
 
20
20
  exports.Container = Container;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.5.28",
3
+ "version": "21.5.29",
4
4
  "dependencies": {
5
5
  "@aws-amplify/auth": "^4.5.3",
6
6
  "@aws-amplify/datastore": "^3.11.0",
@@ -34,7 +34,7 @@ export const Container = styled.div`
34
34
  align-items: center;
35
35
  gap:5px;
36
36
  padding: 0px 5px;
37
- border: 1px solid #e33aa9;
37
+ //border: 1px solid #e33aa9;
38
38
  // border-left: 1px solid #e33aa9;
39
39
  // border-bottom: 1px solid #e33aa9;
40
40
  border-radius: 6px;