@@ -25,7 +25,7 @@ export const IonLoading = /*@__PURE__*/ defineOverlayContainer<JSX.IonLoading>('
2525
2626export const IonPickerLegacy = /*@__PURE__ */ defineOverlayContainer < JSX . IonPickerLegacy > ( 'ion-picker-legacy' , defineIonPickerLegacyCustomElement , [ 'animated' , 'backdropDismiss' , 'buttons' , 'columns' , 'cssClass' , 'duration' , 'enterAnimation' , 'htmlAttributes' , 'isOpen' , 'keyboardClose' , 'leaveAnimation' , 'mode' , 'showBackdrop' , 'theme' , 'trigger' ] ) ;
2727
28- export const IonToast = /*@__PURE__ */ defineOverlayContainer < JSX . IonToast > ( 'ion-toast' , defineIonToastCustomElement , [ 'animated' , 'buttons' , 'color' , 'cssClass' , 'duration' , 'enterAnimation' , 'header' , 'htmlAttributes' , 'icon' , 'isOpen' , 'keyboardClose' , 'layout' , 'leaveAnimation' , 'message' , 'mode' , 'position' , 'positionAnchor' , 'swipeGesture' , 'theme' , 'translucent' , 'trigger' ] ) ;
28+ export const IonToast = /*@__PURE__ */ defineOverlayContainer < JSX . IonToast > ( 'ion-toast' , defineIonToastCustomElement , [ 'animated' , 'buttons' , 'color' , 'cssClass' , 'duration' , 'enterAnimation' , 'header' , 'htmlAttributes' , 'icon' , 'isOpen' , 'keyboardClose' , 'layout' , 'leaveAnimation' , 'message' , 'mode' , 'position' , 'positionAnchor' , 'shape' , ' swipeGesture', 'theme' , 'translucent' , 'trigger' ] ) ;
2929
3030export const IonModal = /*@__PURE__ */ defineOverlayContainer < JSX . IonModal > ( 'ion-modal' , defineIonModalCustomElement , [ 'animated' , 'backdropBreakpoint' , 'backdropDismiss' , 'breakpoints' , 'canDismiss' , 'enterAnimation' , 'focusTrap' , 'handle' , 'handleBehavior' , 'htmlAttributes' , 'initialBreakpoint' , 'isOpen' , 'keepContentsMounted' , 'keyboardClose' , 'leaveAnimation' , 'mode' , 'presentingElement' , 'shape' , 'showBackdrop' , 'theme' , 'trigger' ] , true ) ;
3131
0 commit comments