@tet/tet-components-angular 1.3.3-testing → 1.3.5-production
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 -22
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -1,24 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Tet Web Components *for Angular*
|
|
2
|
+

|
|
2
3
|
|
|
3
|
-
This
|
|
4
|
+
> This libary is built specifically for Angular.
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project tet-components-angular` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project tet-components-angular`.
|
|
8
|
-
> Note: Don't forget to add `--project tet-components-angular` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build tet-components-angular` 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 tet-components-angular`, go to the dist folder `cd dist/tet-components-angular` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test tet-components-angular` 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.
|
|
6
|
+
**Tet Web Components (Tet Design System)** is a reusable web component library built with [Stencil](https://stenciljs.com/). It provides a consistent set of UI components designed for easy integration across multiple frameworks and projects.
|
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tet/tet-components-angular",
|
|
3
|
-
"version": "v1.3.
|
|
3
|
+
"version": "v1.3.5-production",
|
|
4
|
+
"description": "A Stencil-based Web Components library for reusable UI elements.",
|
|
5
|
+
"homepage": "https://tet.lv",
|
|
4
6
|
"peerDependencies": {
|
|
5
7
|
"@angular/common": ">=12.0.0",
|
|
6
8
|
"@angular/core": ">=12.0.0",
|
|
7
|
-
"@tet/tet-components": "v1.3.
|
|
9
|
+
"@tet/tet-components": "v1.3.5-production"
|
|
8
10
|
},
|
|
9
11
|
"dependencies": {
|
|
10
12
|
"tslib": "^2.3.0"
|