@manuscripts/style-guide 3.6.0 → 3.6.1

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.
@@ -34,7 +34,7 @@ const selectStyles = (theme, error, variant, listMaxHeight) => ({
34
34
  : theme.colors.text.greyMuted || theme.colors.text.secondary,
35
35
  backgroundColor: !state.isDisabled ? '#F2FBFC' : 'transparent',
36
36
  },
37
- padding: state.isFocused ? '0 7px' : '0 8px',
37
+ padding: state.isFocused ? '0 1px 0 7px' : '0 2px 0 8px',
38
38
  backgroundColor: state.isDisabled
39
39
  ? '#F5F5F5'
40
40
  : state.isFocused
@@ -46,7 +46,7 @@ const selectStyles = (theme, error, variant, listMaxHeight) => ({
46
46
  }),
47
47
  valueContainer: (base) => ({
48
48
  ...base,
49
- padding: '0 8px',
49
+ padding: '0 2px 0 8px',
50
50
  }),
51
51
  singleValue: (base, state) => ({
52
52
  ...base,
@@ -28,7 +28,7 @@ const selectStyles = (theme, error, variant, listMaxHeight) => ({
28
28
  : theme.colors.text.greyMuted || theme.colors.text.secondary,
29
29
  backgroundColor: !state.isDisabled ? '#F2FBFC' : 'transparent',
30
30
  },
31
- padding: state.isFocused ? '0 7px' : '0 8px',
31
+ padding: state.isFocused ? '0 1px 0 7px' : '0 2px 0 8px',
32
32
  backgroundColor: state.isDisabled
33
33
  ? '#F5F5F5'
34
34
  : state.isFocused
@@ -40,7 +40,7 @@ const selectStyles = (theme, error, variant, listMaxHeight) => ({
40
40
  }),
41
41
  valueContainer: (base) => ({
42
42
  ...base,
43
- padding: '0 8px',
43
+ padding: '0 2px 0 8px',
44
44
  }),
45
45
  singleValue: (base, state) => ({
46
46
  ...base,
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.6.0",
4
+ "version": "3.6.1",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-style-guide",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",