@ansible/ansible-ui-framework 0.0.289 → 0.0.291
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.
- package/README.md +2 -2
- package/cjs/PageLayout.d.ts +1 -1
- package/cjs/PageLayout.js +1 -1
- package/package.json +1 -1
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
|
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
|
(
|
package/cjs/PageLayout.d.ts
CHANGED
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
|
38
|
+
* PageLayout enables the layout of the page to be responsive.
|
39
39
|
*
|
40
40
|
* @example
|
41
41
|
* <Page>
|
package/package.json
CHANGED