angular / angular/components

bug(material/core): Theme configuration checks should allow extra slots in color palettes

Aperta
#30,780 2 commenti 2 reazioni 0 assegnatari Vedi su GitHub
area: ng-generate feature P4
Lingua principale
TypeScript
Stelle
25k
Fork
6.8k
Merge medio
1g 8h
PR unite (30g)
91

Descrizione

### Is this a regression?

- [ ] Yes, this behavior used to work in the previous version

### The previous version in which this bug was not present was

_No response_

### Description

The [Material Theme Builder](https://material-foundation.github.io/material-theme-builder/) generates slots 5 and 15 in the color palettes.

Image

These should be allowed to be included in the color palettes even if they are not used by Angular Material.

However when I try to include those slots in a theme for Angular Material, the sass complier errors with "Expected $config.primary to be a valid M3 palette". The error is generated by https://github.com/angular/components/blob/c4337d635e3c87b029136c7eaa707df9f2a07163/src/material/core/theming/_config-validation.scss#L38 and https://github.com/angular/components/blob/c4337d635e3c87b029136c7eaa707df9f2a07163/src/material/core/theming/_config-validation.scss#L44

The validation checks should only fail on required (i.e. used by Angular Material) slots.

### Reproduction

StackBlitz link:
Steps to reproduce:
1. Generate a theme using `ng generate @angular/material:theme-color`
2. In any of the color palettes, add an extra value to the map, e.g. `5: #1e0037`.
3. `ng build`

### Expected Behavior

The build completes without error.

### Actual Behavior

The build failed with error.

```
✘ [ERROR] (Expected $config.primary to be a valid M3 palette. Got: (0: #000000, 5: #1e0037, ... )))
51 │ definition.define-colors($color));
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

node_modules/@angular/material/core/tokens/_m3-system.scss 51:13 theme()
```

### Environment

- Angular: 19.2.5
- CDK/Material: 19.2.7

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

Inizia con src/material/core/theming/_config-validation.scss, nei controlli intorno alle righe 38 e 44, quindi riproduci il fallimento aggiungendo lo slot 5 a una palette generata con ng generate @angular/material:theme-color ed eseguendo ng build. Il lavoro è completato quando la palette generata contenente slot aggiuntivi viene compilata senza l'errore relativo a una palette M3 valida.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
angular, sass
Ambito
frontend
Tipo di issue
Bug
Difficoltà
2/5
Tempo stimato
1-3 ore
Stato di attività
Ferma
Chiarezza
Specificata chiaramente
Idoneità per principianti
48/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.