@porscheinformatik/material-addons 15.0.0-alpha.1 → 15.0.0-alpha.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": "@porscheinformatik/material-addons",
3
- "version": "v15.0.0-alpha.1",
3
+ "version": "v15.0.0-alpha.2",
4
4
  "description": "Custom theme and components for Angular Material",
5
5
  "homepage": "https://github.com/porscheinformatik/material-addons",
6
6
  "repository": {
@@ -60,19 +60,11 @@ $contrast: (
60
60
  color: $warn-color;
61
61
  }
62
62
 
63
- .mat-mdc-chip.mat-mdc-standard-chip.mat-warn {
64
- color: $warn-color;
65
- border: 1px solid $warn-color;
66
- }
67
63
  } @else {
68
64
  @warn 'variable $warn-color in theme #{$theme-name} is not defined';
69
65
  }
70
66
 
71
67
  @if variable_exists(main-primary) {
72
- .mat-mdc-chip-selected {
73
- border: 1px solid $main-primary !important;
74
- color: $main-primary !important;
75
- }
76
68
  .mat-mdc-outlined-button {
77
69
  border-color: $main-primary !important;
78
70
  }
@@ -85,10 +77,6 @@ $contrast: (
85
77
  } @else {
86
78
  @warn 'variable $main-primary in theme #{$theme-name} is not defined';
87
79
  }
88
- /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version.*/
89
- .mat-mdc-chip-selected {
90
- background-color: white !important;
91
- }
92
80
  }
93
81
 
94
82
  body {
@@ -240,16 +228,6 @@ mad-link-button {
240
228
  padding-right: 16px;
241
229
  }
242
230
 
243
- .mat-mdc-chip.mat-mdc-standard-chip {
244
- background-color: white;
245
- color: rgba(0, 0, 0, 0.87);
246
- border: 1px solid rgba(0, 0, 0, 0.4);
247
- }
248
-
249
- .mat-mdc-chip.mat-mdc-standard-chip.mat-warn {
250
- background-color: white;
251
- }
252
-
253
231
  .mat-mdc-tab-group {
254
232
  max-width: 100%;
255
233
  }