new-front-common-library 16.1.2 → 16.1.3

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.
@@ -1,4 +1,4 @@
1
- @import "../mat-palettes";
1
+ @import "mat-palettes";
2
2
 
3
3
  .dark-theme {
4
4
  .page-container {
@@ -1,6 +1,6 @@
1
- @import "light-theme-16";
2
- @import "dark-theme-16";
3
- @import "../flex";
1
+ @import "light-theme";
2
+ @import "dark-theme";
3
+ @import "flex";
4
4
  @import "~@ng-select/ng-select/themes/default.theme.css";
5
5
 
6
6
  body, html {
@@ -1,4 +1,4 @@
1
- @import "../mat-palettes";
1
+ @import "mat-palettes";
2
2
 
3
3
  .light-theme {
4
4
  .page-container {
@@ -1,4 +1,4 @@
1
- @use '../../../../../node_modules/@angular/material/index' as mat;
1
+ @use '../../../../node_modules/@angular/material/index' as mat;
2
2
 
3
3
  @include mat.core();
4
4
 
@@ -8,8 +8,8 @@
8
8
  @import url('https://fonts.googleapis.com/css?family=Roboto');
9
9
 
10
10
  //Imports
11
- @import "../mat-palettes";
12
- @import '../../../../../node_modules/@angular/material/theming';
11
+ @import "mat-palettes";
12
+ @import '../../../../node_modules/@angular/material/theming';
13
13
 
14
14
  // Define a light theme
15
15
  $mat-theme-ignore-duplication-warnings: true;
@@ -51,6 +51,6 @@ $dark-theme: mat.define-dark-theme((
51
51
  @include mat.private-form-field-density(-2);
52
52
  }
53
53
 
54
- @import "material-16/mdc";
55
- @import "global-16";
54
+ @import "material/mdc";
55
+ @import "global";
56
56
 
@@ -1,4 +1,4 @@
1
- @import "../../mat-palettes";
1
+ @import "../mat-palettes";
2
2
 
3
3
  .dark-theme {
4
4
 
@@ -1,4 +1,4 @@
1
- @import "../../mat-palettes";
1
+ @import "../mat-palettes";
2
2
 
3
3
  .light-theme {
4
4
  // MAT SELECT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "new-front-common-library",
3
- "version": "16.1.2",
3
+ "version": "16.1.3",
4
4
  "Dependencies": {
5
5
  "@angular/common": "^16.2.12",
6
6
  "@angular/core": "^16.2.12",