@ngx-stoui/core 20.0.11 → 20.0.12

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 -0
  2. package/package.json +1 -1
package/ngx-stoui.css CHANGED
@@ -4236,6 +4236,7 @@ html body.mat-app-background {
4236
4236
  --mat-option-label-text-color: var(--text);
4237
4237
  --mat-option-selected-state-label-text-color: var(--text);
4238
4238
  --mat-progress-bar-active-indicator-color: var(--primary-highlight);
4239
+ --mat-progress-bar-track-color: var(--primary-hover-alt);
4239
4240
  --mat-pseudo-checkbox-full-unselected-icon-color: var(--text);
4240
4241
  --mat-radio-selected-icon-color: var(--primary-resting);
4241
4242
  --mat-select-enabled-arrow-color: var(--text);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngx-stoui/core",
3
- "version": "20.0.11",
3
+ "version": "20.0.12",
4
4
  "author": {
5
5
  "name": "Ronnie Laugen",
6
6
  "email": "rhenri@equinor.com"