feat(textarea): add ionic theme design with medium size (#29776)

- Adds the typography styles for the default size (medium)
- Adds the styles for the outline fill 
- Adds the styles for the label & helper text
- Adds the spacing for the label, textarea, counter and helper text
This commit is contained in:
Brandy Carney
2024-08-21 14:55:40 -04:00
committed by GitHub
parent 59ba289233
commit b57f4be284
23 changed files with 470 additions and 104 deletions

View File

@ -858,6 +858,7 @@ export const IonTextarea = /*@__PURE__*/ defineContainer<JSX.IonTextarea, JSX.Io
'label',
'labelPlacement',
'shape',
'size',
'ionChange',
'ionInput',
'ionBlur',