oip-common 0.0.9 → 0.0.11

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 CHANGED
@@ -1,28 +1,28 @@
1
- # OipCommon
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project oip-common` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project oip-common`.
8
-
9
- > Note: Don't forget to add `--project oip-common` or else it will be added to the default project in your `angular.json` file.
10
-
11
- ## Build
12
-
13
- Run `ng build oip-common` to build the project. The build artifacts will be stored in the `dist/` directory.
14
-
15
- ## Publishing
16
-
17
- After building your library with `ng build oip-common`, go to the dist folder `cd dist/oip-common` and run `npm publish`.
18
-
19
- ## Running unit tests
20
-
21
- Run `ng test oip-common` to execute the unit tests via [Karma](https://karma-runner.github.io).
22
-
23
- ## Further help
24
-
25
- 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.
26
-
27
-
28
- з
1
+ # OipCommon
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project oip-common` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project oip-common`.
8
+
9
+ > Note: Don't forget to add `--project oip-common` or else it will be added to the default project in your `angular.json` file.
10
+
11
+ ## Build
12
+
13
+ Run `ng build oip-common` to build the project. The build artifacts will be stored in the `dist/` directory.
14
+
15
+ ## Publishing
16
+
17
+ After building your library with `ng build oip-common`, go to the dist folder `cd dist/oip-common` and run `npm publish`.
18
+
19
+ ## Running unit tests
20
+
21
+ Run `ng test oip-common` to execute the unit tests via [Karma](https://karma-runner.github.io).
22
+
23
+ ## Further help
24
+
25
+ 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.
26
+
27
+
28
+ з
@@ -1,14 +1,13 @@
1
- @use "./variables/_common";
2
- @use "./variables/_light";
3
- @use "./variables/_dark";
4
- @use "./_mixins";
5
- @use "./_preloading";
6
- @use "./_core";
7
- @use "./_main";
8
- @use "./_topbar";
9
- @use "./_menu";
10
- @use "./_footer";
11
- @use "./_responsive";
12
- @use "./_utils";
13
- @use "./_typography";
14
- @use "./_logo";
1
+ @use "./variables/_common";
2
+ @use "./variables/_light";
3
+ @use "./variables/_dark";
4
+ @use "./_mixins";
5
+ @use "./_preloading";
6
+ @use "./_core";
7
+ @use "./_main";
8
+ @use "./_topbar";
9
+ @use "./_menu";
10
+ @use "./_footer";
11
+ @use "./_responsive";
12
+ @use "./_utils";
13
+ @use "./_typography";