@manuscripts/style-guide 3.5.6 → 3.5.7

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.
@@ -115,8 +115,6 @@ exports.commonStyles = (0, styled_components_1.css) `
115
115
  color: #b3b3b3;
116
116
  cursor: not-allowed;
117
117
  }
118
-
119
- ${(props) => props.error && 'z-index: 2'};
120
118
  `;
121
119
  exports.TextField = styled_components_1.default.input `
122
120
  display: block;
@@ -79,8 +79,6 @@ export const commonStyles = css `
79
79
  color: #b3b3b3;
80
80
  cursor: not-allowed;
81
81
  }
82
-
83
- ${(props) => props.error && 'z-index: 2'};
84
82
  `;
85
83
  export const TextField = styled.input `
86
84
  display: block;
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": "3.5.6",
4
+ "version": "3.5.7",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-style-guide",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",