cps-ui-kit 0.1.0 → 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.
Files changed (2) hide show
  1. package/README.md +13 -19
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,24 +1,18 @@
1
- # CpsUiKit
1
+ # CPS UI Kit
2
2
 
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0.
3
+ Angular shared components library.
4
4
 
5
- ## Code scaffolding
5
+ ### Available components
6
6
 
7
- Run `ng generate component component-name --project cps-ui-kit` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project cps-ui-kit`.
8
- > Note: Don't forget to add `--project cps-ui-kit` or else it will be added to the default project in your `angular.json` file.
7
+ - Icon
8
+ - Input
9
+ - Select
10
+ - Button
11
+ - Checkbox
12
+ - Radio
13
+ - Tag
14
+ - Chip
9
15
 
10
- ## Build
16
+ ### License
11
17
 
12
- Run `ng build cps-ui-kit` to build the project. The build artifacts will be stored in the `dist/` directory.
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.1.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": "SEE LICENSE IN LICENSE",
16
+ "license": "Apache License 2.0",
17
17
  "dependencies": {
18
18
  "tslib": "^2.3.0"
19
19
  },