@ansible/ansible-ui-framework 0.0.403 → 0.0.405

Sign up to get free protection for your applications and to get access to all the features.
package/cjs/PageHeader.js CHANGED
@@ -76,9 +76,9 @@ function PageHeader(props) {
76
76
  ? 'thin solid var(--pf-global--BorderColor--100)'
77
77
  : undefined,
78
78
  backgroundColor: 'var(--pf-global--BackgroundColor--100)',
79
- } }, { children: (0, jsx_runtime_1.jsx)(react_core_1.Flex, __assign({ direction: { default: 'row' }, flexWrap: { default: 'nowrap' }, style: { maxWidth: '100%' } }, { children: (0, jsx_runtime_1.jsx)(react_core_1.PageNavigation, __assign({ style: { paddingTop: 0, flexShrink: 1, flexGrow: 1 } }, { children: navigation })) })) }))), (isMdOrLarger || !navigation) && ((0, jsx_runtime_1.jsx)(react_core_1.PageSection, __assign({ variant: react_core_1.PageSectionVariants.light, style: {
79
+ } }, { children: (0, jsx_runtime_1.jsx)(react_core_1.Flex, __assign({ direction: { default: 'row' }, flexWrap: { default: 'nowrap' }, style: { maxWidth: '100%' } }, { children: (0, jsx_runtime_1.jsx)(react_core_1.PageNavigation, __assign({ style: { paddingTop: 0, flexShrink: 1, flexGrow: 1 } }, { children: navigation })) })) }))), true && ((0, jsx_runtime_1.jsx)(react_core_1.PageSection, __assign({ variant: react_core_1.PageSectionVariants.light, style: {
80
80
  paddingTop: breadcrumbs ? (xl ? 16 : 12) : xl ? 16 : 12,
81
- paddingBottom: xl ? 20 : 12,
81
+ paddingBottom: xl ? 16 : 12,
82
82
  borderTop: !navigation && settings.theme !== 'light' && settings.borders
83
83
  ? 'thin solid var(--pf-global--BorderColor--100)'
84
84
  : undefined,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "0.0.403",
4
+ "version": "0.0.405",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {