ng-hub-ui-loading 22.2.1 → 22.3.0

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 +12 -4
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -800,9 +800,9 @@ mirrors on its own.
800
800
 
801
801
  ```json
802
802
  {
803
- "@angular/common": ">=21.0.0",
804
- "@angular/core": ">=21.0.0",
805
- "@angular/router": ">=21.0.0",
803
+ "@angular/common": ">=17.3.0",
804
+ "@angular/core": ">=17.3.0",
805
+ "@angular/router": ">=17.3.0",
806
806
  "ng-hub-ui-utils": ">=22.8.0",
807
807
  "rxjs": ">=7.5.0"
808
808
  }
@@ -827,6 +827,14 @@ submitting a pull request, and make sure to document every library change in `CH
827
827
  - **Issues**: [GitHub Issues](https://github.com/hub-env/hub-ui/issues)
828
828
  - **Author**: [Carlos Morcillo](https://www.carlosmorcillo.com)
829
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
+
830
838
  ## 📄 License
831
839
 
832
- MIT © [Carlos Morcillo](https://www.carlosmorcillo.com)
840
+ MIT © [Carlos Morcillo Fernández](https://www.carlosmorcillo.com)
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "ng-hub-ui-loading",
3
- "version": "22.2.1",
3
+ "version": "22.3.0",
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
9
  "url": "git+https://github.com/hub-env/ng-hub-ui-loading.git"
@@ -24,9 +24,9 @@
24
24
  "standalone"
25
25
  ],
26
26
  "peerDependencies": {
27
- "@angular/common": ">=21.0.0",
28
- "@angular/core": ">=21.0.0",
29
- "@angular/router": ">=21.0.0",
27
+ "@angular/common": ">=17.3.0",
28
+ "@angular/core": ">=17.3.0",
29
+ "@angular/router": ">=17.3.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"