@ansible/ansible-ui-framework 0.0.347 → 0.0.348

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.
@@ -2,8 +2,8 @@
2
2
 
3
3
  # Ansible UI Components
4
4
 
5
- - [BulkActionDialog](BulkActionDialog.md)
6
- - [PageFramework](PageFramework.md)
7
- - [PageHeader](PageHeader.md)
8
- - [PageLayout](PageLayout.md)
9
- - [PageTable](PageTable.md)
5
+ - [BulkActionDialog](components/BulkActionDialog.md)
6
+ - [PageFramework](components/PageFramework.md)
7
+ - [PageHeader](components/PageHeader.md)
8
+ - [PageLayout](components/PageLayout.md)
9
+ - [PageTable](components/PageTable.md)
package/docs/Framework.md CHANGED
@@ -4,7 +4,7 @@ Ansible UI Framework
4
4
 
5
5
  A framework for building applications using [PatternFly](https://www.patternfly.org).
6
6
 
7
- - [Getting Started](GettingStarted.md)
7
+ - [Getting Started](guides/GettingStarted.md)
8
8
  - [Guides](Guides.md)
9
9
  - [Components](Components.md)
10
10
 
package/docs/Guides.md CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Ansible UI Guides
4
4
 
5
- - [Getting Started](GettingStarted.md)
6
- - [PageTable Guide](PageTableGuide.md)
5
+ - [Getting Started](guides/GettingStarted.md)
6
+ - [PageTable Guide](guides/PageTableGuide.md)
@@ -1,4 +1,4 @@
1
- [Ansible UI Framework](Framework.md) ▸ [Guides](Guides.md) ▸ Getting Started
1
+ [Ansible UI Framework](../Framework.md) ▸ [Guides](../Guides.md) ▸ Getting Started
2
2
 
3
3
  # Getting Started
4
4
 
@@ -1,4 +1,4 @@
1
- [Ansible UI Framework](Framework.md) ▸ [Guides](Guides.md) ▸ PageTable
1
+ [Ansible UI Framework](../Framework.md) ▸ [Guides](../Guides.md) ▸ PageTable
2
2
 
3
3
  # PageTable Guide
4
4
 
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.347",
4
+ "version": "0.0.348",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {