@gympass/yoga 7.61.1 → 7.61.2

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.
@@ -28,7 +28,7 @@ var StyledMenuList = (0, _styledComponents["default"])(_reactDropdownMenu.Conten
28
28
  _ref$theme$yoga = _ref.theme.yoga,
29
29
  menu = _ref$theme$yoga.components.menu,
30
30
  elevations = _ref$theme$yoga.elevations;
31
- return "\n margin: " + menu.margin["default"] + "px 0;\n padding: 0;\n min-width: " + menu.width.min + "px;\n max-width: " + menu.width.max + "px;\n border-radius: " + menu.border.radius + "px;\n\n background-color: " + menu.backgroundColor.white + ";\n box-shadow: " + elevations.small + "\n z-index: " + zIndex + ";\n\n ";
31
+ return "\n margin: " + menu.margin["default"] + "px 0;\n padding: 0;\n min-width: " + menu.width.min + "px;\n max-width: " + menu.width.max + "px;\n border-radius: " + menu.border.radius + "px;\n background-color: " + menu.backgroundColor.white + ";\n box-shadow: " + elevations.small + ";\n z-index: " + zIndex + ";\n ";
32
32
  });
33
33
  var MenuList = /*#__PURE__*/(0, _react.forwardRef)(function (_ref2, ref) {
34
34
  var children = _ref2.children,
@@ -12,7 +12,7 @@ var StyledMenuList = styled(MenuListRoot)(_templateObject || (_templateObject =
12
12
  _ref$theme$yoga = _ref.theme.yoga,
13
13
  menu = _ref$theme$yoga.components.menu,
14
14
  elevations = _ref$theme$yoga.elevations;
15
- return "\n margin: " + menu.margin["default"] + "px 0;\n padding: 0;\n min-width: " + menu.width.min + "px;\n max-width: " + menu.width.max + "px;\n border-radius: " + menu.border.radius + "px;\n\n background-color: " + menu.backgroundColor.white + ";\n box-shadow: " + elevations.small + "\n z-index: " + zIndex + ";\n\n ";
15
+ return "\n margin: " + menu.margin["default"] + "px 0;\n padding: 0;\n min-width: " + menu.width.min + "px;\n max-width: " + menu.width.max + "px;\n border-radius: " + menu.border.radius + "px;\n background-color: " + menu.backgroundColor.white + ";\n box-shadow: " + elevations.small + ";\n z-index: " + zIndex + ";\n ";
16
16
  });
17
17
  var MenuList = /*#__PURE__*/forwardRef(function (_ref2, ref) {
18
18
  var children = _ref2.children,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.61.1",
3
+ "version": "7.61.2",
4
4
  "description": "Gympass component library",
5
5
  "main": "./cjs",
6
6
  "sideEffects": false,
@@ -52,7 +52,7 @@
52
52
  "react": ">=16",
53
53
  "styled-components": "^4.4.0"
54
54
  },
55
- "gitHead": "ad32416bd4482f57ec0fb10a57019f0997f9e3fb",
55
+ "gitHead": "0755cce3b6a06252ca8e24d6aa48d289a0e82eda",
56
56
  "module": "./esm",
57
57
  "private": false,
58
58
  "react-native": "./cjs/index.native.js"