Added new chip tests and baselines

This commit is contained in:
Bernardo Cardoso
2024-04-09 10:49:57 +01:00
parent 9238854966
commit 58c0ab8731
15 changed files with 123 additions and 5 deletions

View File

@ -227,7 +227,8 @@ export const IonCheckbox = /*@__PURE__*/ defineContainer<JSX.IonCheckbox, JSX.Io
export const IonChip = /*@__PURE__*/ defineContainer<JSX.IonChip>('ion-chip', defineIonChip, [
'color',
'outline',
'disabled'
'disabled',
'shape'
]);