carbon-react 126.2.0 → 126.2.1

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.
@@ -8,9 +8,8 @@ import Link from "../link";
8
8
  const StyledSelectContainer = styled.div`
9
9
  height: 26px;
10
10
  width: 55px;
11
- margin-left: 4px;
12
- margin-right: 4px;
13
-
11
+ margin-left: 8px;
12
+ margin-right: 8px;
14
13
  ${StyledInputPresentation} {
15
14
  padding-left: 0;
16
15
  }
@@ -70,7 +69,7 @@ const StyledPagerNavigation = styled.div`
70
69
 
71
70
  && ${StyledInputPresentation} {
72
71
  padding: 0;
73
- margin: 4px;
72
+ margin: 4px 8px;
74
73
  height: 26px;
75
74
  line-height: 26px;
76
75
  min-height: 24px;
@@ -17,9 +17,8 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
17
17
  const StyledSelectContainer = exports.StyledSelectContainer = _styledComponents.default.div`
18
18
  height: 26px;
19
19
  width: 55px;
20
- margin-left: 4px;
21
- margin-right: 4px;
22
-
20
+ margin-left: 8px;
21
+ margin-right: 8px;
23
22
  ${_inputPresentation.default} {
24
23
  padding-left: 0;
25
24
  }
@@ -79,7 +78,7 @@ const StyledPagerNavigation = exports.StyledPagerNavigation = _styledComponents.
79
78
 
80
79
  && ${_inputPresentation.default} {
81
80
  padding: 0;
82
- margin: 4px;
81
+ margin: 4px 8px;
83
82
  height: 26px;
84
83
  line-height: 26px;
85
84
  min-height: 24px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "126.2.0",
3
+ "version": "126.2.1",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",