@ngx-stoui/core 21.0.7 → 21.0.9

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
@@ -537,7 +537,8 @@ span.sortable {
537
537
  cursor: pointer;
538
538
  }
539
539
 
540
- [data-icon]::before {
540
+ .sto-datatable [data-icon]::before,
541
+ .sto-mdl-table [data-icon]::before {
541
542
  font-family: "Material Icons" !important;
542
543
  content: attr(data-icon);
543
544
  font-style: normal !important;
package/ngx-stoui.css CHANGED
@@ -1270,7 +1270,8 @@ span.sortable {
1270
1270
  cursor: pointer;
1271
1271
  }
1272
1272
 
1273
- [data-icon]::before {
1273
+ .sto-datatable [data-icon]::before,
1274
+ .sto-mdl-table [data-icon]::before {
1274
1275
  font-family: "Material Icons" !important;
1275
1276
  content: attr(data-icon);
1276
1277
  font-style: normal !important;
@@ -2471,6 +2472,7 @@ span.sortable {
2471
2472
  --mat-form-field-filled-with-label-container-padding-top: 16px;
2472
2473
  --mat-form-field-hover-state-layer-opacity: 0;
2473
2474
  --mat-form-field-subscript-text-line-height: 1.182;
2475
+ --mat-form-field-subscript-text-size: var(--mat-sys-body-small-size);
2474
2476
  --mat-slide-toggle-selected-handle-color: var(--mat-sys-on-primary);
2475
2477
  --mat-slide-toggle-selected-hover-handle-color: var(--mat-sys-on-primary);
2476
2478
  --mat-slide-toggle-selected-focus-handle-color: var(--mat-sys-on-primary);
@@ -2492,7 +2494,6 @@ span.sortable {
2492
2494
  --mat-form-field-container-text-size: initial;
2493
2495
  --mat-form-field-filled-label-text-size: initial;
2494
2496
  --mat-form-field-outlined-label-text-size: initial;
2495
- --mat-form-field-subscript-text-size: initial;
2496
2497
  --mat-select-trigger-text-size: initial;
2497
2498
  --mat-expansion-container-text-size: initial;
2498
2499
  --mat-expansion-header-text-size: initial;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngx-stoui/core",
3
- "version": "21.0.7",
3
+ "version": "21.0.9",
4
4
  "author": {
5
5
  "name": "Ronnie Laugen",
6
6
  "email": "rhenri@equinor.com"