ordering-ui-admin-external 1.43.5 → 1.43.7

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.
@@ -16,7 +16,7 @@ var WrapperRow = exports.WrapperRow = _styledComponents.default.div(_templateObj
16
16
  return props.theme.colors.headingColor;
17
17
  }, function (_ref) {
18
18
  var wrapperWidth = _ref.wrapperWidth;
19
- return wrapperWidth < 992 && (0, _styledComponents.css)(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n flex-direction: column !important;\n "])));
19
+ return wrapperWidth < 992 && (0, _styledComponents.css)(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n flex-direction: column !important;\n padding: 15px 10px 0 10px;\n "])));
20
20
  });
21
21
  var Option = exports.Option = _styledComponents.default.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n font-weight: 400;\n font-size: 14px;\n line-height: 24px;\n color: ", ";\n display: flex;\n align-items: center;\n padding: 5px;\n"])), function (props) {
22
22
  return props.theme.colors.secundaryContrast;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-admin-external",
3
- "version": "1.43.5",
3
+ "version": "1.43.7",
4
4
  "description": "Ordering UI Admin Components",
5
5
  "main": "./_modules/index.js",
6
6
  "exports": {
@@ -83,7 +83,7 @@
83
83
  "lodash": "^4.17.20",
84
84
  "moment": "^2.29.1",
85
85
  "moment-range": "^4.0.2",
86
- "ordering-components-admin-external": "1.43.1",
86
+ "ordering-components-admin-external": "1.43.2",
87
87
  "polished": "^3.6.7",
88
88
  "prop-types": "^15.7.2",
89
89
  "react-big-calendar": "^1.4.2",
@@ -64,6 +64,7 @@ export const WrapperRow = styled.div`
64
64
 
65
65
  ${({ wrapperWidth }) => wrapperWidth < 992 && css`
66
66
  flex-direction: column !important;
67
+ padding: 15px 10px 0 10px;
67
68
  `}
68
69
  `
69
70
  export const Option = styled.div`