@ansible/ansible-ui-framework 0.0.301 → 0.0.302

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [`Ansible UI Framework`](https://github.com/ansible/ansible-ui/blob/main/framework/README.md) ▸ [PageTable](https://github.com/ansible/ansible-ui/blob/main/framework/docs/PageTable.md#PageTable)
2
+
1
3
  # Ansible UI Framework
2
4
 
3
5
  [NPM Package: @ansible/ansible-ui-framework](https://www.npmjs.com/package/@ansible/ansible-ui-framework)
@@ -1,3 +1,5 @@
1
+ [Ansible UI Framework](https://github.com/ansible/ansible-ui/blob/main/framework/README.md#ansible-ui-framework) ▸ [Components](https://github.com/ansible/ansible-ui/blob/main/framework/docs/components.md#Ansible-UI-Components) ▸ BulkActionDialog
2
+
1
3
  # BulkActionDialog
2
4
 
3
5
  BulkActionDialog is a generic dialog for process bulk actions.
@@ -0,0 +1,8 @@
1
+ [Ansible UI Framework](https://github.com/ansible/ansible-ui/blob/main/framework/README.md#ansible-ui-framework) ▸ Components
2
+
3
+ # Ansible UI Components
4
+
5
+ - [BulkActionDialog](https://github.com/ansible/ansible-ui/blob/main/framework/docs/BulkActionDialog.md#BulkActionDialog)
6
+ - [PageFramework](https://github.com/ansible/ansible-ui/blob/main/framework/docs/PageFramework.md#PageFramework)
7
+ - [PageHeader](https://github.com/ansible/ansible-ui/blob/main/framework/docs/PageHeader.md#PageHeader)
8
+ - [PageLayout](https://github.com/ansible/ansible-ui/blob/main/framework/docs/PageLayout.md#PageLayout)
package/docs/Framework.md CHANGED
@@ -1,4 +1,6 @@
1
- # Framework
1
+ [`Ansible UI Framework`](https://github.com/ansible/ansible-ui/blob/main/framework/README.md) ▸ [PageTable](https://github.com/ansible/ansible-ui/blob/main/framework/docs/PageTable.md#PageTable)
2
+
3
+ # Ansible UI Framework
2
4
 
3
5
  A framework for creating performant, consistent, and responsive web applications using [PatternFly](https://www.patternfly.org).
4
6
 
@@ -1,3 +1,5 @@
1
+ [Ansible UI Framework](https://github.com/ansible/ansible-ui/blob/main/framework/README.md#ansible-ui-framework) ▸ [Components](https://github.com/ansible/ansible-ui/blob/main/framework/docs/components.md#Ansible-UI-Components) ▸ PageFramework
2
+
1
3
  # PageFramework
2
4
 
3
5
  The `PageFramework` component bundles up all the context providers in the Ansible UI framework in a convienent component for framework consumers. Examples of internal context providers are translations, navigation, settings, alerts, and dialogs.
@@ -1,3 +1,5 @@
1
+ [Ansible UI Framework](https://github.com/ansible/ansible-ui/blob/main/framework/README.md#ansible-ui-framework) ▸ [Components](https://github.com/ansible/ansible-ui/blob/main/framework/docs/components.md#Ansible-UI-Components) ▸ PageHeader
2
+
1
3
  # PageHeader
2
4
 
3
5
  PageHeader enables the responsive layout of the header.
@@ -1,3 +1,5 @@
1
+ [Ansible UI Framework](https://github.com/ansible/ansible-ui/blob/main/framework/README.md#ansible-ui-framework) ▸ [Components](https://github.com/ansible/ansible-ui/blob/main/framework/docs/components.md#Ansible-UI-Components) ▸ PageLayout
2
+
1
3
  # PageLayout
2
4
 
3
5
  The PageLayout is used as the container for the contents of the 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.301",
4
+ "version": "0.0.302",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {