@pepperi-addons/ngx-lib 0.4.2-beta.6 → 0.4.2-beta.7

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.2-beta.6",
3
+ "version": "0.4.2-beta.7",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">= 14.0.2",
6
6
  "@angular/cdk": ">= 14.0.2",
@@ -108,13 +108,13 @@ html,
108
108
  body {
109
109
  $font-size: 16px;
110
110
 
111
- font-family: variables.$font-family-body;
112
- font-weight: variables.$font-weight-normal;
111
+ font-family: variables.$font-family-body !important;
112
+ font-weight: variables.$font-weight-normal !important;
113
113
  font-size: $font-size;
114
114
 
115
115
  // Override default user agent stylesheet
116
116
  button {
117
- font: variables.$font-weight-normal $font-size variables.$font-family-body;
117
+ font: variables.$font-weight-normal $font-size variables.$font-family-body !important;
118
118
  }
119
119
  // line-height: variables.$lh-md;
120
120
 
@@ -136,11 +136,11 @@ body {
136
136
  }
137
137
 
138
138
  .font-family-title {
139
- font-family: variables.$font-family-title;
139
+ font-family: variables.$font-family-title !important;
140
140
  }
141
141
 
142
142
  .font-family-body {
143
- font-family: variables.$font-family-body;
143
+ font-family: variables.$font-family-body !important;
144
144
  }
145
145
 
146
146
  .ellipsis {
@@ -153,7 +153,7 @@ h4,
153
153
  h3,
154
154
  h2,
155
155
  h1 {
156
- font-family: variables.$font-family-title;
156
+ font-family: variables.$font-family-title !important;
157
157
  }
158
158
 
159
159
  /**