@coreui/angular-pro 5.6.6 → 5.6.8
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/LICENSE +2 -2
- package/README.md +3 -3
- package/fesm2022/coreui-angular-pro.mjs +953 -939
- package/fesm2022/coreui-angular-pro.mjs.map +1 -1
- package/package.json +9 -9
package/LICENSE
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
Copyright (c) 2017-
|
|
1
|
+
Copyright (c) 2017-2026 creativeLabs Łukasz Holeczek
|
|
2
2
|
|
|
3
|
-
This is proprietary software.
|
|
3
|
+
This is proprietary software. A valid commercial license is required for all use cases. To obtain a license, please visit [coreui.io](https://coreui.io/pricing/?framework=angular) or contact [sales](https://coreui.io/contact/sales/). Usage without a license is a violation of our terms and conditions.
|
package/README.md
CHANGED
|
@@ -189,9 +189,9 @@ See [the Releases section of our project](https://github.com/coreui/coreui-angul
|
|
|
189
189
|
|
|
190
190
|
## Copyright and license
|
|
191
191
|
|
|
192
|
-
Copyright 2017-
|
|
192
|
+
Copyright 2017-2026 creativeLabs Łukasz Holeczek.
|
|
193
193
|
|
|
194
|
-
This is proprietary software.
|
|
194
|
+
This is proprietary software. A valid commercial license is required for all use cases. To obtain a license, please visit [coreui.io](https://coreui.io/pricing/?framework=angular) or contact [sales](https://coreui.io/contact/sales/). Usage without a license is a violation of our terms and conditions.
|
|
195
195
|
|
|
196
196
|
|
|
197
197
|
[npm-coreui-angular-badge-v5-ng21]: https://img.shields.io/npm/v/@coreui/angular-pro/v5-ng21?style=flat-square&color=brightgreen
|
|
@@ -199,4 +199,4 @@ This is proprietary software. To use it, you have to obtain a commercial license
|
|
|
199
199
|
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular-pro/next?style=flat-square&color=yellow
|
|
200
200
|
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular-pro
|
|
201
201
|
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
|
|
202
|
-
[angular-badge]: https://img.shields.io/badge/angular-^21.
|
|
202
|
+
[angular-badge]: https://img.shields.io/badge/angular-^21.1.0-lightgrey.svg?style=flat-square&logo=angular
|