@ngx-stoui/core 17.0.0 → 17.0.1

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/ngx-datatable.css CHANGED
@@ -168,7 +168,7 @@
168
168
  }
169
169
 
170
170
  .sto-compact .sto-datatable .sto-form__field .mat-mdc-form-field-flex {
171
- height: 19px;
171
+ height: auto;
172
172
  padding: 0 6px;
173
173
  }
174
174
  .sto-compact .sto-datatable .sto-form__field .mat-mdc-form-field-icon-suffix {
@@ -181,7 +181,7 @@
181
181
  height: 2px;
182
182
  }
183
183
  .sto-compact .sto-datatable .datatable-body .datatable-body-cell-label {
184
- line-height: 19px;
184
+ line-height: inherit;
185
185
  height: 100%;
186
186
  }
187
187
 
package/ngx-stoui.css CHANGED
@@ -4040,6 +4040,9 @@ input::-webkit-inner-spin-button {
4040
4040
  .mat-mdc-button.mat-unthemed {
4041
4041
  --mdc-text-button-label-text-color: var(--text);
4042
4042
  }
4043
+ .mat-mdc-button.mat-mdc-raised-button {
4044
+ --mdc-protected-button-label-text-color: var(--primary-hover-alt);
4045
+ }
4043
4046
  .mat-mdc-button.mat-mdc-button-base {
4044
4047
  height: var(--mdc-text-button-container-height);
4045
4048
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngx-stoui/core",
3
- "version": "17.0.0",
3
+ "version": "17.0.1",
4
4
  "author": {
5
5
  "name": "Ronnie Laugen",
6
6
  "email": "rhenri@equinor.com"
@@ -56,7 +56,7 @@
56
56
  .sto-datatable {
57
57
  .sto-form__field {
58
58
  .mat-mdc-form-field-flex {
59
- height: 19px;
59
+ height: auto;
60
60
  padding: 0 6px;
61
61
  }
62
62
 
@@ -76,7 +76,7 @@
76
76
  }
77
77
 
78
78
  .datatable-body .datatable-body-cell-label {
79
- line-height: 19px;
79
+ line-height: inherit;
80
80
  height: 100%;
81
81
  }
82
82
  }