@pepperi-addons/ngx-lib 0.4.1-beta.63 → 0.4.1-beta.65

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pepperi-addons/ngx-lib",
3
- "version": "0.4.1-beta.63",
3
+ "version": "0.4.1-beta.65",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">= 14.0.2",
6
6
  "@angular/cdk": ">= 14.0.2",
@@ -6,7 +6,7 @@
6
6
  // Typography style - This file contains all @font-face declarations, if any.
7
7
  // -----------------------------------------------------------------------------
8
8
 
9
- @import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&family=Crimson+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=David+Libre:wght@400;500;700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
9
+ // @import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&family=Crimson+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=David+Libre:wght@400;500;700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
10
10
 
11
11
  // Calculation
12
12
  @media screen and (max-width: variables.$screen-max-size-2xs) {
package/theming.scss CHANGED
@@ -29,8 +29,6 @@
29
29
  // @use '~@mat-datetimepicker/core/datetimepicker/datetimepicker-theme.scss';
30
30
  @use './src/core/style/themes/default-theme.scss';
31
31
 
32
- @import url('https://fonts.googleapis.com/icon?family=Material+Icons');
33
-
34
32
  // Override material font.
35
33
  $pep-typography: mat.define-typography-config(
36
34
  $font-family: variables.$font-family-body
@@ -80,32 +78,7 @@ $material-theme-for-pep: default-theme.$material-default-theme;
80
78
  /* Here we add the system + component's themes (all the colors definitions that change by the theme) - End */
81
79
  /*************************************************************************************************************/
82
80
 
83
- // @use './src/core/style/themes/default-theme.scss';
84
- // .default-theme {
85
- // $material-theme: $material-default-theme;
86
- // @include pepperi-theme($material-theme);
87
-
88
- // &:focus,
89
- // &:hover,
90
- // &:active {
91
- // background: unset;
92
- // }
93
- // }
94
-
95
- // @use './src/core/style/themes/light-theme.scss';
96
- // .light-theme {
97
- // $material-theme: $material-light-theme;
98
- // @include pepperi-theme($material-theme);// , $user-light-theme-color);
99
- // }
100
-
101
- // @use './src/core/style/themes/black-theme.scss';
102
- // .black-theme {
103
- // $material-theme: $material-black-theme;
104
- // @include pepperi-theme($material-theme);// , $user-black-theme-color);
105
- // }
106
-
107
- // @use './src/core/style/themes/nature-theme.scss';
108
- // .nature-theme {
109
- // $material-theme: $material-nature-theme;
110
- // @include pepperi-theme($material-theme);// , $user-nature-theme-color);
111
- // }
81
+
82
+ // Import links at the end for clients that work offline not crushed on the css.
83
+ @import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&family=Crimson+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=David+Libre:wght@400;500;700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
84
+ @import url('https://fonts.googleapis.com/icon?family=Material+Icons');