ng-hub-ui-stepper 22.10.0 → 22.10.2
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 +4 -3
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
[Español](./README.es.md) | **English**
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/ng-hub-ui-stepper)
|
|
6
|
-
[](https://github.com/
|
|
6
|
+
[](https://github.com/hub-env/ng-hub-ui-stepper/blob/main/LICENSE)
|
|
7
7
|
|
|
8
8
|
A flexible, customizable, and accessible stepper component for Angular 21+. Perfect for multi-step forms, wizards, and guided user experiences with a focus on developer experience and modern standards.
|
|
9
9
|
|
|
10
10
|
> [!IMPORTANT]
|
|
11
|
-
> Version `22.10.
|
|
11
|
+
> Version `22.10.1` targets **Angular 22** and uses the **Signals** architecture shared across `ng-hub-ui`.
|
|
12
12
|
|
|
13
13
|
## Documentation and Live Examples
|
|
14
14
|
|
|
@@ -17,6 +17,7 @@ This package is part of [Hub UI](https://hubui.dev/en/), a collection of Angular
|
|
|
17
17
|
- Docs: https://hubui.dev/en/stepper/overview/
|
|
18
18
|
- Live examples: https://hubui.dev/en/stepper/examples/
|
|
19
19
|
- Hub UI: https://hubui.dev/en/
|
|
20
|
+
- Hub UI on GitHub (issues, roadmap and contributing): https://github.com/hub-env/hub-ui
|
|
20
21
|
|
|
21
22
|
## 🧩 Library Family `ng-hub-ui`
|
|
22
23
|
|
|
@@ -484,7 +485,7 @@ For full theming in a single call, the package ships a `hub-stepper-theme()` Sas
|
|
|
484
485
|
|
|
485
486
|
## Contributing
|
|
486
487
|
|
|
487
|
-
We welcome contributions! Please follow our [Commit Guidelines](https://github.com/
|
|
488
|
+
We welcome contributions! Please follow our [Commit Guidelines](https://github.com/hub-env/hub-ui/blob/main/CONTRIBUTING.md).
|
|
488
489
|
|
|
489
490
|
1. Fork the repo.
|
|
490
491
|
2. Create your feature branch (`git checkout -b feature/amazing-feature`).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-hub-ui-stepper",
|
|
3
|
-
"version": "22.10.
|
|
3
|
+
"version": "22.10.2",
|
|
4
4
|
"description": "A flexible and customizable stepper component for Angular applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -15,16 +15,17 @@
|
|
|
15
15
|
"progress",
|
|
16
16
|
"navigation",
|
|
17
17
|
"workflow",
|
|
18
|
-
"form-wizard"
|
|
18
|
+
"form-wizard",
|
|
19
|
+
"ng-hub-ui"
|
|
19
20
|
],
|
|
20
21
|
"author": "Carlos Morcillo <carlos.morcillo@me.com> (https://www.carlosmorcillo.com)",
|
|
21
22
|
"license": "MIT",
|
|
22
23
|
"repository": {
|
|
23
24
|
"type": "git",
|
|
24
|
-
"url": "git+https://github.com/
|
|
25
|
+
"url": "git+https://github.com/hub-env/ng-hub-ui-stepper.git"
|
|
25
26
|
},
|
|
26
27
|
"bugs": {
|
|
27
|
-
"url": "https://github.com/
|
|
28
|
+
"url": "https://github.com/hub-env/hub-ui/issues"
|
|
28
29
|
},
|
|
29
30
|
"homepage": "https://hubui.dev/en/stepper/overview/",
|
|
30
31
|
"peerDependencies": {
|