@pingux/astro 1.15.0-alpha.1 → 1.15.0-alpha.2

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.
@@ -262,7 +262,7 @@ var Default = function Default() {
262
262
  "aria-label": "home link"
263
263
  }, logo)), (0, _react2.jsx)(_index.Separator, {
264
264
  marginTop: "lg",
265
- marginBottom: "sm",
265
+ marginBottom: "0px",
266
266
  backgroundColor: "neutral.60"
267
267
  }), (0, _react2.jsx)(_index.Box, {
268
268
  variant: "navBar.sectionContainer",
@@ -57,6 +57,7 @@ var itemHeaderContainer = {
57
57
  }
58
58
  };
59
59
  var sectionContainer = {
60
+ pt: '10px',
60
61
  height: '100%',
61
62
  maxHeight: '100%',
62
63
  overflowY: 'overlay !important'
@@ -44,7 +44,8 @@ var base = {
44
44
 
45
45
  var navBarSeparator = _objectSpread(_objectSpread({}, base), {}, {
46
46
  width: '100%',
47
- backgroundColor: 'neutral.60'
47
+ backgroundColor: 'neutral.60',
48
+ my: 0
48
49
  });
49
50
 
50
51
  var navBarSubtitleSeparator = _objectSpread(_objectSpread({}, base), {}, {
@@ -237,7 +237,7 @@ export var Default = function Default() {
237
237
  "aria-label": "home link"
238
238
  }, logo)), ___EmotionJSX(Separator, {
239
239
  marginTop: "lg",
240
- marginBottom: "sm",
240
+ marginBottom: "0px",
241
241
  backgroundColor: "neutral.60"
242
242
  }), ___EmotionJSX(Box, {
243
243
  variant: "navBar.sectionContainer",
@@ -38,6 +38,7 @@ var itemHeaderContainer = {
38
38
  }
39
39
  };
40
40
  var sectionContainer = {
41
+ pt: '10px',
41
42
  height: '100%',
42
43
  maxHeight: '100%',
43
44
  overflowY: 'overlay !important'
@@ -26,7 +26,8 @@ var base = {
26
26
 
27
27
  var navBarSeparator = _objectSpread(_objectSpread({}, base), {}, {
28
28
  width: '100%',
29
- backgroundColor: 'neutral.60'
29
+ backgroundColor: 'neutral.60',
30
+ my: 0
30
31
  });
31
32
 
32
33
  var navBarSubtitleSeparator = _objectSpread(_objectSpread({}, base), {}, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.15.0-alpha.1",
3
+ "version": "1.15.0-alpha.2",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",