@ngx-stoui/core 20.0.9 → 20.0.10

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
@@ -259,6 +259,9 @@
259
259
  margin: 0 4px;
260
260
  min-height: 0;
261
261
  }
262
+ .sto-datatable .datatable-body .datatable-body-row .datatable-body-cell .mat-mdc-form-field:has(.mat-mdc-chip-set) {
263
+ --mat-form-field-container-vertical-padding: 3px;
264
+ }
262
265
  .sto-datatable .datatable-body .datatable-body-row .datatable-body-cell .mat-mdc-form-field-subscript-wrapper {
263
266
  display: none;
264
267
  }
package/ngx-stoui.css CHANGED
@@ -4341,6 +4341,10 @@ html body .mat-mdc-form-field label:has(> mat-label:empty) > .mat-mdc-form-field
4341
4341
  box-sizing: content-box;
4342
4342
  }
4343
4343
 
4344
+ .mat-mdc-chip.mat-mdc-standard-chip {
4345
+ --mat-chip-container-height: 23px;
4346
+ }
4347
+
4344
4348
  table {
4345
4349
  border-collapse: collapse;
4346
4350
  border-spacing: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngx-stoui/core",
3
- "version": "20.0.9",
3
+ "version": "20.0.10",
4
4
  "author": {
5
5
  "name": "Ronnie Laugen",
6
6
  "email": "rhenri@equinor.com"
@@ -81,6 +81,9 @@
81
81
  --mat-form-field-container-height: 32px;
82
82
  margin: 0 4px;
83
83
  min-height: 0;
84
+ &:has(.mat-mdc-chip-set) {
85
+ --mat-form-field-container-vertical-padding: 3px;
86
+ }
84
87
  }
85
88
  .mat-mdc-form-field-subscript-wrapper {
86
89
  display: none;