Merge branch 'next' into chore-sync-next-4848

This commit is contained in:
Brandy Carney
2024-05-22 14:03:17 -04:00
696 changed files with 7830 additions and 2059 deletions

View File

@ -549,14 +549,14 @@ setting the `checked` property.
@ProxyCmp({
inputs: ['color', 'disabled', 'mode', 'outline', 'shape', 'theme']
inputs: ['color', 'disabled', 'mode', 'outline', 'shape', 'size', 'theme']
})
@Component({
selector: 'ion-chip',
changeDetection: ChangeDetectionStrategy.OnPush,
template: '<ng-content></ng-content>',
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
inputs: ['color', 'disabled', 'mode', 'outline', 'shape', 'theme'],
inputs: ['color', 'disabled', 'mode', 'outline', 'shape', 'size', 'theme'],
})
export class IonChip {
protected el: HTMLElement;