@ngx-stoui/core 21.0.8 → 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.
Files changed (2) hide show
  1. package/ngx-stoui.css +1 -1
  2. package/package.json +1 -1
package/ngx-stoui.css CHANGED
@@ -2472,6 +2472,7 @@ span.sortable {
2472
2472
  --mat-form-field-filled-with-label-container-padding-top: 16px;
2473
2473
  --mat-form-field-hover-state-layer-opacity: 0;
2474
2474
  --mat-form-field-subscript-text-line-height: 1.182;
2475
+ --mat-form-field-subscript-text-size: var(--mat-sys-body-small-size);
2475
2476
  --mat-slide-toggle-selected-handle-color: var(--mat-sys-on-primary);
2476
2477
  --mat-slide-toggle-selected-hover-handle-color: var(--mat-sys-on-primary);
2477
2478
  --mat-slide-toggle-selected-focus-handle-color: var(--mat-sys-on-primary);
@@ -2493,7 +2494,6 @@ span.sortable {
2493
2494
  --mat-form-field-container-text-size: initial;
2494
2495
  --mat-form-field-filled-label-text-size: initial;
2495
2496
  --mat-form-field-outlined-label-text-size: initial;
2496
- --mat-form-field-subscript-text-size: initial;
2497
2497
  --mat-select-trigger-text-size: initial;
2498
2498
  --mat-expansion-container-text-size: initial;
2499
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.8",
3
+ "version": "21.0.9",
4
4
  "author": {
5
5
  "name": "Ronnie Laugen",
6
6
  "email": "rhenri@equinor.com"