@@ -3047,7 +3047,6 @@ declare const tagName$t = 's-banner';
30473047export interface BannerJSXProps
30483048 extends Partial < BannerProps > ,
30493049 Pick < BannerProps$1 , 'id' > {
3050- primaryAction ?: ComponentChild ;
30513050 secondaryActions ?: ComponentChild ;
30523051 onDismiss ?: ( ( event : CallbackEvent < typeof tagName$t > ) => void ) | null ;
30533052}
@@ -3196,14 +3195,14 @@ export interface PreactOverlayControlProps
31963195declare const Button_base : ( abstract new ( ...args : any ) => {
31973196 activateTarget : PreactOverlayControlProps [ 'activateTarget' ] ;
31983197 activateAction : PreactOverlayControlProps [ 'activateAction' ] ;
3199- '__#48888 @#queueRender' : ( ( ) => void ) | undefined ;
3200- '__#48888 @#legacyStyleComponents' : Map < string , preact . VNode < { } > > ;
3198+ '__#44918 @#queueRender' : ( ( ) => void ) | undefined ;
3199+ '__#44918 @#legacyStyleComponents' : Map < string , preact . VNode < { } > > ;
32013200 attributeChangedCallback ( name : string ) : void ;
32023201 connectedCallback ( ) : void ;
32033202 disconnectedCallback ( ) : void ;
32043203 adoptedCallback ( ) : void ;
32053204 queueRender ( ) : void ;
3206- '__#48888 @#checkElementPrototype' ( ) : void ;
3205+ '__#44918 @#checkElementPrototype' ( ) : void ;
32073206 _addLegacyStyleComponent ( style : string ) : void ;
32083207 click ( { sourceEvent} ?: ClickOptions ) : void ;
32093208 accessKey : string ;
@@ -3783,14 +3782,14 @@ export interface ClickableProps
37833782declare const Clickable_base : ( abstract new ( ...args : any ) => {
37843783 activateTarget : PreactOverlayControlProps [ 'activateTarget' ] ;
37853784 activateAction : PreactOverlayControlProps [ 'activateAction' ] ;
3786- '__#48888 @#queueRender' : ( ( ) => void ) | undefined ;
3787- '__#48888 @#legacyStyleComponents' : Map < string , preact . VNode < { } > > ;
3785+ '__#44918 @#queueRender' : ( ( ) => void ) | undefined ;
3786+ '__#44918 @#legacyStyleComponents' : Map < string , preact . VNode < { } > > ;
37883787 attributeChangedCallback ( name : string ) : void ;
37893788 connectedCallback ( ) : void ;
37903789 disconnectedCallback ( ) : void ;
37913790 adoptedCallback ( ) : void ;
37923791 queueRender ( ) : void ;
3793- '__#48888 @#checkElementPrototype' ( ) : void ;
3792+ '__#44918 @#checkElementPrototype' ( ) : void ;
37943793 _addLegacyStyleComponent ( style : string ) : void ;
37953794 click ( { sourceEvent} ?: ClickOptions ) : void ;
37963795 accessKey : string ;
@@ -4418,14 +4417,14 @@ export interface LinkProps {
44184417declare const Link_base : ( abstract new ( ...args : any ) => {
44194418 activateTarget : PreactOverlayControlProps [ 'activateTarget' ] ;
44204419 activateAction : PreactOverlayControlProps [ 'activateAction' ] ;
4421- '__#48888 @#queueRender' : ( ( ) => void ) | undefined ;
4422- '__#48888 @#legacyStyleComponents' : Map < string , preact . VNode < { } > > ;
4420+ '__#44918 @#queueRender' : ( ( ) => void ) | undefined ;
4421+ '__#44918 @#legacyStyleComponents' : Map < string , preact . VNode < { } > > ;
44234422 attributeChangedCallback ( name : string ) : void ;
44244423 connectedCallback ( ) : void ;
44254424 disconnectedCallback ( ) : void ;
44264425 adoptedCallback ( ) : void ;
44274426 queueRender ( ) : void ;
4428- '__#48888 @#checkElementPrototype' ( ) : void ;
4427+ '__#44918 @#checkElementPrototype' ( ) : void ;
44294428 _addLegacyStyleComponent ( style : string ) : void ;
44304429 click ( { sourceEvent} ?: ClickOptions ) : void ;
44314430 accessKey : string ;
0 commit comments