@manuscripts/style-guide 2.0.35 → 2.0.36-LEAN-4311.0

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.
@@ -58,6 +58,7 @@ exports.NestedSubmenusContainer = (0, styled_components_1.default)(exports.Subme
58
58
  position: absolute;
59
59
  top: 0;
60
60
  left: 100%;
61
+ overflow: visible;
61
62
  `;
62
63
  const Separator = styled_components_1.default.div `
63
64
  height: 0;
@@ -80,6 +81,7 @@ const Container = styled_components_1.default.div `
80
81
  align-items: center;
81
82
  cursor: pointer;
82
83
  padding: 8px 16px 8px 4px;
84
+
83
85
  ${(props) => props.isOpen && 'background: #f2fbfc;'}
84
86
 
85
87
  &:hover {
@@ -52,6 +52,7 @@ export const NestedSubmenusContainer = styled(SubmenusContainer) `
52
52
  position: absolute;
53
53
  top: 0;
54
54
  left: 100%;
55
+ overflow: visible;
55
56
  `;
56
57
  const Separator = styled.div `
57
58
  height: 0;
@@ -74,6 +75,7 @@ const Container = styled.div `
74
75
  align-items: center;
75
76
  cursor: pointer;
76
77
  padding: 8px 16px 8px 4px;
78
+
77
79
  ${(props) => props.isOpen && 'background: #f2fbfc;'}
78
80
 
79
81
  &:hover {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@manuscripts/style-guide",
3
3
  "description": "Shared components for Manuscripts applications",
4
- "version": "2.0.35",
4
+ "version": "2.0.36-LEAN-4311.0",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-style-guide",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",