@manuscripts/style-guide 1.12.13-LEAN-3519.0 → 1.12.13-LEAN-3502.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.
|
@@ -153,6 +153,7 @@ exports.PrimaryButtonSmall = (0, styled_components_1.default)(__1.PrimaryButton)
|
|
|
153
153
|
`;
|
|
154
154
|
const Wrapper = styled_components_1.default.div `
|
|
155
155
|
display: flex;
|
|
156
|
+
z-index: 6;
|
|
156
157
|
padding: ${(props) => props.theme.grid.unit * 3}px
|
|
157
158
|
${(props) => props.theme.grid.unit * 8}px;
|
|
158
159
|
width: 100%;
|
|
@@ -160,6 +161,7 @@ const Wrapper = styled_components_1.default.div `
|
|
|
160
161
|
align-items: center;
|
|
161
162
|
border-bottom: 1px solid #f2f2f2;
|
|
162
163
|
font-size: 14px;
|
|
164
|
+
background: white;
|
|
163
165
|
|
|
164
166
|
${__1.NavDropdownContainer} + ${__1.NavDropdownContainer} {
|
|
165
167
|
margin-left: ${(props) => props.theme.grid.unit * 2}px;
|
|
@@ -123,6 +123,7 @@ export const PrimaryButtonSmall = styled(PrimaryButton) `
|
|
|
123
123
|
`;
|
|
124
124
|
const Wrapper = styled.div `
|
|
125
125
|
display: flex;
|
|
126
|
+
z-index: 6;
|
|
126
127
|
padding: ${(props) => props.theme.grid.unit * 3}px
|
|
127
128
|
${(props) => props.theme.grid.unit * 8}px;
|
|
128
129
|
width: 100%;
|
|
@@ -130,6 +131,7 @@ const Wrapper = styled.div `
|
|
|
130
131
|
align-items: center;
|
|
131
132
|
border-bottom: 1px solid #f2f2f2;
|
|
132
133
|
font-size: 14px;
|
|
134
|
+
background: white;
|
|
133
135
|
|
|
134
136
|
${NavDropdownContainer} + ${NavDropdownContainer} {
|
|
135
137
|
margin-left: ${(props) => props.theme.grid.unit * 2}px;
|
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.13-LEAN-
|
|
4
|
+
"version": "1.12.13-LEAN-3502.0",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-style-guide",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@manuscripts/json-schema": "2.2.8",
|
|
36
|
-
"@manuscripts/transform": "2.3.
|
|
36
|
+
"@manuscripts/transform": "2.3.6",
|
|
37
37
|
"@reach/tabs": "^0.18.0",
|
|
38
38
|
"date-fns": "^2.29.3",
|
|
39
39
|
"formik": "^2.2.9",
|