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

This commit is contained in:
Brandy Carney
2024-05-30 10:01:13 -04:00
110 changed files with 3105 additions and 56 deletions

View File

@ -210,14 +210,14 @@ export declare interface IonApp extends Components.IonApp {}
@ProxyCmp({
inputs: ['mode', 'theme']
inputs: ['mode', 'shape', 'size', 'theme']
})
@Component({
selector: 'ion-avatar',
changeDetection: ChangeDetectionStrategy.OnPush,
template: '<ng-content></ng-content>',
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
inputs: ['mode', 'theme'],
inputs: ['mode', 'shape', 'size', 'theme'],
})
export class IonAvatar {
protected el: HTMLElement;
@ -260,14 +260,14 @@ export declare interface IonBackdrop extends Components.IonBackdrop {
@ProxyCmp({
inputs: ['color', 'mode', 'theme']
inputs: ['color', 'mode', 'size', 'theme']
})
@Component({
selector: 'ion-badge',
changeDetection: ChangeDetectionStrategy.OnPush,
template: '<ng-content></ng-content>',
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
inputs: ['color', 'mode', 'theme'],
inputs: ['color', 'mode', 'size', 'theme'],
})
export class IonBadge {
protected el: HTMLElement;