cps-ui-kit 0.0.1 → 0.2.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 +13 -19
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,24 +1,18 @@
|
|
|
1
|
-
#
|
|
1
|
+
# CPS UI Kit
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Angular shared components library.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
### Available components
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
- Icon
|
|
8
|
+
- Input
|
|
9
|
+
- Select
|
|
10
|
+
- Button
|
|
11
|
+
- Checkbox
|
|
12
|
+
- Radio
|
|
13
|
+
- Tag
|
|
14
|
+
- Chip
|
|
9
15
|
|
|
10
|
-
|
|
16
|
+
### License
|
|
11
17
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build cps-ui-kit`, go to the dist folder `cd dist/cps-ui-kit` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test cps-ui-kit` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
18
|
+
Apache License 2.0 (see the [LICENSE](https://github.com/AbsaOSS/cps-shared-ui/blob/master/LICENSE) file for the full text)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cps-ui-kit",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^15.2.0",
|
|
6
6
|
"@angular/core": "^15.2.0",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"url": "https://github.com/AbsaOSS/cps-shared-ui"
|
|
14
14
|
},
|
|
15
15
|
"homepage": "https://github.com/AbsaOSS/cps-shared-ui",
|
|
16
|
-
"license": "
|
|
16
|
+
"license": "Apache License 2.0",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"tslib": "^2.3.0"
|
|
19
19
|
},
|