@ansible/ansible-ui-framework 0.0.562 → 0.0.563

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/cjs/PageBody.js +1 -1
  2. package/package.json +1 -1
package/cjs/PageBody.js CHANGED
@@ -45,7 +45,7 @@ function PageBody(props) {
45
45
  maxHeight: '100%',
46
46
  margin: usePadding ? 24 : 0,
47
47
  overflow: 'hidden',
48
- border: 'thin solid var(--pf-global--BorderColor--100)',
48
+ border: usePadding ? 'thin solid var(--pf-global--BorderColor--100)' : undefined,
49
49
  backgroundColor: 'var(--pf-global--BackgroundColor--100)',
50
50
  } }, { children: props.children })) })) })));
51
51
  }
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.562",
4
+ "version": "0.0.563",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",