@manuscripts/style-guide 3.3.3 → 3.3.4

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.
@@ -35,8 +35,7 @@ const ToggleHeaderContainer = styled_components_1.default.div `
35
35
  display: flex;
36
36
  align-items: center;
37
37
  justify-content: space-between;
38
- padding: 16px 8px;
39
- margin: 8px;
38
+ padding: 16px;
40
39
  color: #353535;
41
40
 
42
41
  cursor: pointer;
@@ -28,8 +28,7 @@ const ToggleHeaderContainer = styled.div `
28
28
  display: flex;
29
29
  align-items: center;
30
30
  justify-content: space-between;
31
- padding: 16px 8px;
32
- margin: 8px;
31
+ padding: 16px;
33
32
  color: #353535;
34
33
 
35
34
  cursor: pointer;
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.3.3",
4
+ "version": "3.3.4",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-style-guide",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",