@pingux/astro 2.5.4-alpha.4 → 2.5.4-alpha.5

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.
@@ -147,7 +147,7 @@ var itemButton = {
147
147
  wordWrap: 'break-word',
148
148
  wordBreak: 'break-word',
149
149
  paddingLeft: '45px',
150
- paddingRight: '45px',
150
+ paddingRight: 'md',
151
151
  '&.is-focused': {
152
152
  outline: '1px solid',
153
153
  outlineColor: 'focus'
@@ -50,7 +50,7 @@ var NavBarItemLink = function NavBarItemLink(props) {
50
50
  }, others, {
51
51
  sx: _objectSpread({
52
52
  paddingLeft: '45px',
53
- paddingRight: '45px'
53
+ paddingRight: 'md'
54
54
  }, props.sx)
55
55
  }));
56
56
  };
@@ -140,7 +140,7 @@ var itemButton = {
140
140
  wordWrap: 'break-word',
141
141
  wordBreak: 'break-word',
142
142
  paddingLeft: '45px',
143
- paddingRight: '45px',
143
+ paddingRight: 'md',
144
144
  '&.is-focused': {
145
145
  outline: '1px solid',
146
146
  outlineColor: 'focus'
@@ -43,7 +43,7 @@ var NavBarItemLink = function NavBarItemLink(props) {
43
43
  }, others, {
44
44
  sx: _objectSpread({
45
45
  paddingLeft: '45px',
46
- paddingRight: '45px'
46
+ paddingRight: 'md'
47
47
  }, props.sx)
48
48
  }));
49
49
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.5.4-alpha.4",
3
+ "version": "2.5.4-alpha.5",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",