@elderbyte/ngx-starter 19.1.0-beta.30 → 19.1.0-beta.31

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "19.1.0-beta.30",
3
+ "version": "19.1.0-beta.31",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^18.0.0 || ^19.0.0",
6
6
  "@angular/common": "^18.0.0 || ^19.0.0",
@@ -189,11 +189,12 @@
189
189
  --md-sys-color-on-tertiary-container: var(--md-sys-color-on-secondary-container);
190
190
  }
191
191
 
192
- // slide toggle colors
193
- .mat-accent.mat-mdc-slide-toggle {
194
- --md-sys-color-tertiary: var(--md-sys-color-secondary);
195
- --md-sys-color-on-tertiary: var(--md-sys-color-on-secondary);
196
- --md-sys-color-tertiary-container: var(--md-sys-color-secondary-container);
197
- --md-sys-color-on-tertiary-container: var(--md-sys-color-on-secondary-container);
192
+ // slide toggle colors fix
193
+ &.elder-light-theme {
194
+ .mat-accent.mat-mdc-slide-toggle {
195
+ --md-sys-color-on-tertiary: white;
196
+ // --mdc-switch-selected-focus-handle-color: color-mix(in hsl, var(--md-sys-color-tertiary), black 16%);
197
+ // --mdc-switch-selected-hover-handle-color: color-mix(in hsl, var(--md-sys-color-tertiary), black 16%);
198
+ }
198
199
  }
199
200
  }
@@ -41,6 +41,10 @@
41
41
  * {
42
42
  color: var(--md-sys-color-on-surface) !important;
43
43
  }
44
+ .mat-mdc-button-disabled,
45
+ .mat-mdc-button-disabled * {
46
+ color: var(--md-sys-color-outline) !important;
47
+ }
44
48
  .elder-toolbar-main-nav-button .mat-icon {
45
49
  color: var(--md-sys-color-primary) !important;
46
50
  }
@@ -213,6 +213,7 @@ $media: (
213
213
  flex: none;
214
214
  }
215
215
 
216
+ .elder-basic-pane-layout,
216
217
  .layout-row {
217
218
  & > .flex-100 {
218
219
  @include flex-initial-100;