@manuscripts/style-guide 1.12.5 → 1.12.7-LEAN-3519.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.
|
@@ -29,14 +29,13 @@ const MenusContainer = styled_components_1.default.div `
|
|
|
29
29
|
const MenuHeading = styled_components_1.default.div `
|
|
30
30
|
padding: 4px 8px;
|
|
31
31
|
cursor: pointer;
|
|
32
|
-
border: 1px solid transparent;
|
|
33
|
-
border-bottom: none;
|
|
34
32
|
`;
|
|
35
33
|
const MenuContainer = styled_components_1.default.div `
|
|
36
34
|
position: relative;
|
|
37
35
|
|
|
38
36
|
& ${MenuHeading} {
|
|
39
|
-
background-color:
|
|
37
|
+
background-color: ${(props) => props.theme.colors.background.secondary};
|
|
38
|
+
line-height: 24px;
|
|
40
39
|
color: ${(props) => (props.isEnabled ? '#353535' : '#e2e2e2')};
|
|
41
40
|
|
|
42
41
|
&:hover {
|
|
@@ -23,14 +23,13 @@ const MenusContainer = styled.div `
|
|
|
23
23
|
const MenuHeading = styled.div `
|
|
24
24
|
padding: 4px 8px;
|
|
25
25
|
cursor: pointer;
|
|
26
|
-
border: 1px solid transparent;
|
|
27
|
-
border-bottom: none;
|
|
28
26
|
`;
|
|
29
27
|
const MenuContainer = styled.div `
|
|
30
28
|
position: relative;
|
|
31
29
|
|
|
32
30
|
& ${MenuHeading} {
|
|
33
|
-
background-color:
|
|
31
|
+
background-color: ${(props) => props.theme.colors.background.secondary};
|
|
32
|
+
line-height: 24px;
|
|
34
33
|
color: ${(props) => (props.isEnabled ? '#353535' : '#e2e2e2')};
|
|
35
34
|
|
|
36
35
|
&:hover {
|
package/dist/types/theme.d.ts
CHANGED
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": "1.12.
|
|
4
|
+
"version": "1.12.7-LEAN-3519.0",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-style-guide",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@manuscripts/assets": "^0.6.4",
|
|
36
36
|
"@manuscripts/json-schema": "^2.2.7",
|
|
37
|
-
"@manuscripts/transform": "2.3.3",
|
|
37
|
+
"@manuscripts/transform": "2.3.3-LEAN-3519.0",
|
|
38
38
|
"@reach/tabs": "^0.18.0",
|
|
39
39
|
"date-fns": "^2.29.3",
|
|
40
40
|
"formik": "^2.2.9",
|
|
@@ -109,4 +109,4 @@
|
|
|
109
109
|
"@types/react": "^17.0.2",
|
|
110
110
|
"jackspeak": "2.1.1"
|
|
111
111
|
}
|
|
112
|
-
}
|
|
112
|
+
}
|