@ansible/ansible-ui-framework 0.0.289 → 0.0.291

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ansible UI Framework
2
2
 
3
- [NPM Package](https://www.npmjs.com/package/@ansible/ansible-ui-framework)
3
+ [NPM Package: @ansible/ansible-ui-framework](https://www.npmjs.com/package/@ansible/ansible-ui-framework)
4
4
 
5
5
  A framework for building responsive web applications using [PatternFly](https://www.patternfly.org).
6
6
 
@@ -54,7 +54,7 @@ The `PageLayout` is used at the start of each page. It provides a consistent lay
54
54
 
55
55
  ### Use PageHeader at the top of your pages
56
56
 
57
- The `PageHeader` is used at the top of each page. It provides a consistent layout of header elements. It supports responsive layout based on the size of the window.
57
+ The [PageHeader](https://github.com/ansible/ansible-ui/blob/main/framework/PageHeader.tsx) is used at the top of each page. It provides a consistent layout of header elements. It supports responsive layout based on the size of the window.
58
58
 
59
59
  ```tsx
60
60
  (
@@ -1,6 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
2
  /**
3
- * PageLayout enables the responsive layout of the page.
3
+ * PageLayout enables the layout of the page to be responsive.
4
4
  *
5
5
  * @example
6
6
  * <Page>
package/cjs/PageLayout.js CHANGED
@@ -35,7 +35,7 @@ var jsx_runtime_1 = require("react/jsx-runtime");
35
35
  var ErrorBoundary_1 = __importDefault(require("./components/ErrorBoundary"));
36
36
  var useFrameworkTranslations_1 = require("./useFrameworkTranslations");
37
37
  /**
38
- * PageLayout enables the responsive layout of the page.
38
+ * PageLayout enables the layout of the page to be responsive.
39
39
  *
40
40
  * @example
41
41
  * <Page>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "Framework for building consistent responsive web applications using PatternFly.",
4
- "version": "0.0.289",
4
+ "version": "0.0.291",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {