@ngx-stoui/core 20.0.8 → 20.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 +11 -0
  2. package/package.json +1 -1
package/ngx-stoui.css CHANGED
@@ -4239,6 +4239,8 @@ html body.mat-app-background {
4239
4239
  --mat-slide-toggle-handle-surface-color: var(--primary-resting);
4240
4240
  --mat-slide-toggle-label-text-color: var(--text);
4241
4241
  --mat-slide-toggle-selected-focus-track-color: var(--primary-selected-focus);
4242
+ --mat-slide-toggle-selected-icon-color: var(--primary-contrast-resting);
4243
+ --mat-slide-toggle-disabled-selected-icon-color: var(--primary-selected-hover);
4242
4244
  --mat-slide-toggle-selected-hover-track-color: var(--primary-selected-hover);
4243
4245
  --mat-slide-toggle-selected-track-color: var(--primary-selected-hover);
4244
4246
  --mat-slide-toggle-unselected-focus-handle-color: var(--bg-default);
@@ -4295,6 +4297,9 @@ html body .mat-mdc-select-panel {
4295
4297
  html body .mat-mdc-option {
4296
4298
  min-height: 36px;
4297
4299
  }
4300
+ html body .mdc-switch.mdc-switch--disabled {
4301
+ --mat-slide-toggle-handle-surface-color: var(--bg-disabled);
4302
+ }
4298
4303
  html body .mat-mdc-button-base {
4299
4304
  height: var(--mat-button-text-container-height);
4300
4305
  }
@@ -4419,6 +4424,12 @@ a.dense.breadcrumbs__button {
4419
4424
  height: 100%;
4420
4425
  }
4421
4426
 
4427
+ sto-nav-drawer-item .mat-mdc-button > .mat-icon {
4428
+ width: 24px;
4429
+ height: 24px;
4430
+ font-size: 24px;
4431
+ }
4432
+
4422
4433
  .mat-select-panel,
4423
4434
  .mat-autocomplete-panel {
4424
4435
  border-radius: 4px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngx-stoui/core",
3
- "version": "20.0.8",
3
+ "version": "20.0.9",
4
4
  "author": {
5
5
  "name": "Ronnie Laugen",
6
6
  "email": "rhenri@equinor.com"