@elderbyte/ngx-starter 20.1.0 → 20.1.2

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": "20.1.0",
3
+ "version": "20.1.2",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.0 || ^21.0.0",
6
6
  "@angular/common": "^20.0.0 || ^21.0.0",
@@ -111,7 +111,6 @@
111
111
  //with-icon-selected-icon-color: $color,
112
112
  with-trailing-icon-trailing-icon-color: $color,
113
113
  focus-outline-color: #aaa,
114
- //selected-trailing-icon-color: $color,
115
114
  selected-trailing-icon-color: $color,
116
115
  )
117
116
  );
@@ -143,7 +142,8 @@
143
142
  }
144
143
  }
145
144
 
146
- &.elder-dark-theme .mat-mdc-chip.mat-mdc-chip:not(.mat-mdc-chip-highlighted) {
145
+ &.elder-dark-theme
146
+ .mat-mdc-chip.mat-mdc-chip:not(.mat-mdc-chip-highlighted):not(.mat-mdc-chip-selected) {
147
147
  // &.mat-mdc-chip-highlighted {
148
148
  // $col: map.get(config.$palettes, primary, 30);
149
149
  // @include standard-chip-content-color-variant($col);
@@ -167,11 +167,12 @@
167
167
  }
168
168
  }
169
169
 
170
- &.elder-dark-theme .mat-mdc-chip.mat-mdc-chip.mat-mdc-chip-highlighted {
171
- & {
172
- $col: map.get(config.$palettes, primary, 80);
173
- @include standard-chip-content-color-variant($col);
174
- }
170
+ &.elder-dark-theme .mat-mdc-chip.mat-mdc-chip.mat-mdc-chip-highlighted,
171
+ &.elder-dark-theme .mat-mdc-chip.mat-mdc-chip.mat-mdc-chip-selected {
172
+ // & {
173
+ // $col: map.get(config.$palettes, primary, 80);
174
+ // @include standard-chip-content-color-variant($col);
175
+ // }
175
176
 
176
177
  &.color-primary,
177
178
  &[color='primary'] {