@ansible/ansible-ui-framework 2.4.665 → 2.4.666

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.
Files changed (2) hide show
  1. package/README.md +9 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,11 +2,12 @@
2
2
 
3
3
  UI projects for [Ansible](https://www.ansible.com).
4
4
 
5
- - [Getting Started](#getting-started)
6
- - [Environment Variables](#environment-variables)
7
- - [NPM Scripts](#npm-scripts)
8
- - [Documentation](#documentation)
9
- - [Code of Conduct](#code-of-conduct)
5
+ - [Ansible UI](#ansible-ui)
6
+ - [Getting Started](#getting-started)
7
+ - [Environment Variables](#environment-variables)
8
+ - [NPM Scripts](#npm-scripts)
9
+ - [Documentation](#documentation)
10
+ - [Code of Conduct](#code-of-conduct)
10
11
 
11
12
  ## Getting Started
12
13
 
@@ -19,13 +20,13 @@ UI projects for [Ansible](https://www.ansible.com).
19
20
 
20
21
  2. Clone Repository
21
22
 
22
- ```
23
+ ```zsh
23
24
  git clone git@github.com:ansible/ansible-ui.git
24
25
  ```
25
26
 
26
27
  3. Install Package Dependencies
27
28
 
28
- ```
29
+ ```zsh
29
30
  npm ci
30
31
  ```
31
32
 
@@ -99,6 +100,7 @@ export HUB_PASSWORD='my-password'
99
100
 
100
101
  - [Development](./docs/DEVELOPMENT.md)
101
102
  - [Framework](./framework/README.md) - A framework for building applications using [PatternFly](https://www.patternfly.org).
103
+ - [Handling Errors in Forms](./framework/PageForm/README.md) - A component for handling forms and errors.
102
104
 
103
105
  ## Code of Conduct
104
106
 
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": "2.4.665",
4
+ "version": "2.4.666",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",