carbon-react 138.2.0 → 138.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.
@@ -3,7 +3,6 @@ import { margin } from "styled-system";
3
3
  import Icon from "../icon";
4
4
  import StyledIcon from "../icon/icon.style";
5
5
  import StyledButton from "../button/button.style";
6
- import { isSafari } from "../../__internal__/utils/helpers/browser-type-check";
7
6
  import addFocusStyling from "../../style/utils/add-focus-styling";
8
7
  import baseTheme from "../../style/themes/base";
9
8
  const oldFocusStyling = `
@@ -224,9 +223,6 @@ const SubMenuItemIcon = styled(ButtonIcon)`
224
223
 
225
224
  ${type === "chevron_right_thick" && css`
226
225
  right: -5px;
227
- ${isSafari(navigator) && css`
228
- top: var(--sizing100);
229
- `}
230
226
  `}
231
227
  `}
232
228
  `;
@@ -9,7 +9,6 @@ var _styledSystem = require("styled-system");
9
9
  var _icon = _interopRequireDefault(require("../icon"));
10
10
  var _icon2 = _interopRequireDefault(require("../icon/icon.style"));
11
11
  var _button = _interopRequireDefault(require("../button/button.style"));
12
- var _browserTypeCheck = require("../../__internal__/utils/helpers/browser-type-check");
13
12
  var _addFocusStyling = _interopRequireDefault(require("../../style/utils/add-focus-styling"));
14
13
  var _base = _interopRequireDefault(require("../../style/themes/base"));
15
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
@@ -233,9 +232,6 @@ const SubMenuItemIcon = exports.SubMenuItemIcon = (0, _styledComponents.default)
233
232
 
234
233
  ${type === "chevron_right_thick" && (0, _styledComponents.css)`
235
234
  right: -5px;
236
- ${(0, _browserTypeCheck.isSafari)(navigator) && (0, _styledComponents.css)`
237
- top: var(--sizing100);
238
- `}
239
235
  `}
240
236
  `}
241
237
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "138.2.0",
3
+ "version": "138.2.1",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",