cps-ui-kit 21.29.3 → 22.0.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.
- package/README.md +4 -0
- package/fesm2022/cps-ui-kit.mjs +49381 -8023
- package/fesm2022/cps-ui-kit.mjs.map +1 -1
- package/package.json +4 -7
- package/styles/styles.scss +0 -7
- package/types/cps-ui-kit.d.ts +13731 -2583
package/README.md
CHANGED
|
@@ -41,3 +41,7 @@
|
|
|
41
41
|
### License
|
|
42
42
|
|
|
43
43
|
Apache License 2.0 (see the [LICENSE](https://github.com/AbsaOSS/cps-shared-ui/blob/master/LICENSE) file for the full text)
|
|
44
|
+
|
|
45
|
+
### Third-party notices
|
|
46
|
+
|
|
47
|
+
`cps-ui-kit` vendors source code from [PrimeNG](https://github.com/primefaces/primeng) and [primeuix](https://github.com/primefaces/primeuix) (both MIT License) rather than depending on them as npm packages. See [NOTICE](https://github.com/AbsaOSS/cps-shared-ui/blob/master/NOTICE) for details.
|