ng-hub-ui-utils 22.15.2 → 22.15.3

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 +8 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1008,6 +1008,14 @@ Contributions are welcome! Please:
1008
1008
 
1009
1009
  Check our [contribution guidelines](CONTRIBUTING.md) for more details.
1010
1010
 
1011
+ ## 💼 Commercial support
1012
+
1013
+ 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.
1014
+
1015
+ 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.
1016
+
1017
+ Have a look at [the services](https://www.carlosmorcillo.com/en/services/) or [tell me about your project](https://www.carlosmorcillo.com/en/contact/).
1018
+
1011
1019
  ## 📄 License
1012
1020
 
1013
1021
  MIT © Hub UI contributors
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "ng-hub-ui-utils",
3
- "version": "22.15.2",
3
+ "version": "22.15.3",
4
4
  "description": "Shared utilities for the ng-hub-ui family: standalone pipes, an overlay and popup system, tooltip controller, focus trap, scrollbar compensation, transitions, drag-and-drop helpers, colour utilities and a lightweight i18n layer. Ships no visual components.",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
7
- "@angular/common": ">=18.0.0",
8
- "@angular/core": ">=18.0.0",
7
+ "@angular/common": ">=17.1.0",
8
+ "@angular/core": ">=17.1.0",
9
9
  "ng-hub-ui-ds": ">=22.0.0"
10
10
  },
11
11
  "peerDependenciesMeta": {
@@ -58,7 +58,7 @@
58
58
  "type-guards",
59
59
  "angular-library"
60
60
  ],
61
- "author": "Carlos Morcillo <carlos.morcillo@me.com> (https://www.carlosmorcillo.com)",
61
+ "author": "Carlos Morcillo Fernández <carlos.morcillo@me.com> (https://www.carlosmorcillo.com)",
62
62
  "repository": {
63
63
  "type": "git",
64
64
  "url": "git+https://github.com/hub-env/ng-hub-ui-utils.git"