@pingux/astro 1.39.1 → 1.39.2-alpha.0

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.
@@ -159,20 +159,23 @@ var environmentBreadcrumb = _objectSpread(_objectSpread({}, base), {}, {
159
159
 
160
160
  var navBarSubtitle = {
161
161
  ml: 'md',
162
- mb: '15px',
163
- fontWeight: 3,
164
- fontSize: '11px',
162
+ my: 'sm',
163
+ fontWeight: 1,
164
+ fontSize: 'sm',
165
165
  color: 'accent.80',
166
166
  zIndex: '100'
167
167
  };
168
168
 
169
169
  var navBarHeaderText = _objectSpread(_objectSpread({}, wordWrap), {}, {
170
170
  whiteSpace: 'break-spaces',
171
- lineHeight: '13px',
172
- fontSize: '13px',
171
+ lineHeight: 1,
172
+ fontSize: 'md',
173
173
  fontWeight: 1,
174
174
  maxWidth: '150px',
175
- color: 'white'
175
+ color: 'neutral.95',
176
+ '.is-selected &': {
177
+ color: 'white'
178
+ }
176
179
  });
177
180
 
178
181
  var collapsiblePanellItem = _objectSpread(_objectSpread({}, wordWrap), {}, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.39.1",
3
+ "version": "1.39.2-alpha.0",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",