chore: sync with main

This commit is contained in:
Liam DeBeasi
2024-03-13 10:21:01 -04:00
32 changed files with 995 additions and 181 deletions

View File

@ -275,6 +275,7 @@ export const IonDatetime = /*@__PURE__*/ defineContainer<JSX.IonDatetime, JSX.Io
'color',
'name',
'disabled',
'formatOptions',
'readonly',
'isDateEnabled',
'min',
@ -686,6 +687,7 @@ export const IonRow = /*@__PURE__*/ defineContainer<JSX.IonRow>('ion-row', defin
export const IonSearchbar = /*@__PURE__*/ defineContainer<JSX.IonSearchbar, JSX.IonSearchbar["value"]>('ion-searchbar', defineIonSearchbar, [
'color',
'animated',
'autocapitalize',
'autocomplete',
'autocorrect',
'cancelButtonIcon',
@ -695,6 +697,8 @@ export const IonSearchbar = /*@__PURE__*/ defineContainer<JSX.IonSearchbar, JSX.
'disabled',
'inputmode',
'enterkeyhint',
'maxlength',
'minlength',
'name',
'placeholder',
'searchIcon',