ng-hub-ui-loading 22.2.0 → 22.2.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 +14 -5
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -15,6 +15,7 @@ This package is part of [Hub UI](https://hubui.dev/en/), a collection of Angular
|
|
|
15
15
|
- Docs: https://hubui.dev/en/loading/overview/
|
|
16
16
|
- Live examples: https://hubui.dev/en/loading/examples/
|
|
17
17
|
- Hub UI: https://hubui.dev/en/
|
|
18
|
+
- Hub UI on GitHub (issues, roadmap and contributing): https://github.com/hub-env/hub-ui
|
|
18
19
|
|
|
19
20
|
## 🧩 Library Family `ng-hub-ui`
|
|
20
21
|
|
|
@@ -799,9 +800,9 @@ mirrors on its own.
|
|
|
799
800
|
|
|
800
801
|
```json
|
|
801
802
|
{
|
|
802
|
-
"@angular/common": ">=
|
|
803
|
-
"@angular/core": ">=
|
|
804
|
-
"@angular/router": ">=
|
|
803
|
+
"@angular/common": ">=17.1.0",
|
|
804
|
+
"@angular/core": ">=17.1.0",
|
|
805
|
+
"@angular/router": ">=17.1.0",
|
|
805
806
|
"ng-hub-ui-utils": ">=22.8.0",
|
|
806
807
|
"rxjs": ">=7.5.0"
|
|
807
808
|
}
|
|
@@ -823,9 +824,17 @@ submitting a pull request, and make sure to document every library change in `CH
|
|
|
823
824
|
|
|
824
825
|
## ☕ Support
|
|
825
826
|
|
|
826
|
-
- **Issues**: [GitHub Issues](https://github.com/
|
|
827
|
+
- **Issues**: [GitHub Issues](https://github.com/hub-env/hub-ui/issues)
|
|
827
828
|
- **Author**: [Carlos Morcillo](https://www.carlosmorcillo.com)
|
|
828
829
|
|
|
830
|
+
## 💼 Commercial support
|
|
831
|
+
|
|
832
|
+
These libraries are maintained by [Carlos Morcillo Fernández](https://www.carlosmorcillo.com), a freelance frontend architect working with teams that build and maintain Angular applications.
|
|
833
|
+
|
|
834
|
+
If your team depends on Hub-UI and needs more than an issue thread can solve, that is my day job: architecture audits, design systems, Angular migrations and team mentoring. For projects that also need design and a full team, I run them through [Frog Hub](https://froghub.es), my development studio.
|
|
835
|
+
|
|
836
|
+
Have a look at [the services](https://www.carlosmorcillo.com/en/services/) or [tell me about your project](https://www.carlosmorcillo.com/en/contact/).
|
|
837
|
+
|
|
829
838
|
## 📄 License
|
|
830
839
|
|
|
831
|
-
MIT © [Carlos Morcillo](https://www.carlosmorcillo.com)
|
|
840
|
+
MIT © [Carlos Morcillo Fernández](https://www.carlosmorcillo.com)
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-hub-ui-loading",
|
|
3
|
-
"version": "22.2.
|
|
3
|
+
"version": "22.2.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Customizable loading indicators for Angular: inline block, container overlay or fullscreen, plus a page-level progress bar for the navbar, with CSS-only variants, branding image and programmatic services. Part of the ng-hub-ui family.",
|
|
6
|
-
"author": "Carlos Morcillo <carlos.morcillo@me.com> (https://www.carlosmorcillo.com)",
|
|
6
|
+
"author": "Carlos Morcillo Fernández <carlos.morcillo@me.com> (https://www.carlosmorcillo.com)",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/
|
|
9
|
+
"url": "git+https://github.com/hub-env/ng-hub-ui-loading.git"
|
|
10
10
|
},
|
|
11
11
|
"bugs": {
|
|
12
|
-
"url": "https://github.com/
|
|
12
|
+
"url": "https://github.com/hub-env/hub-ui/issues"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://hubui.dev/en/loading/overview/",
|
|
15
15
|
"keywords": [
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"standalone"
|
|
25
25
|
],
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@angular/common": ">=
|
|
28
|
-
"@angular/core": ">=
|
|
29
|
-
"@angular/router": ">=
|
|
27
|
+
"@angular/common": ">=17.1.0",
|
|
28
|
+
"@angular/core": ">=17.1.0",
|
|
29
|
+
"@angular/router": ">=17.1.0",
|
|
30
30
|
"ng-hub-ui-ds": ">=22.0.0",
|
|
31
31
|
"ng-hub-ui-utils": ">=22.8.0",
|
|
32
32
|
"rxjs": ">=7.5.0"
|