File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
packages/pf4-component-mapper/src/files Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,17 @@ export interface WizardProps {
60
60
buttonsClassName ?: string ;
61
61
title ?: ReactNode ;
62
62
description ?: ReactNode ;
63
- isCompactNav ?: boolean ;
64
63
inModal ?: boolean ;
65
- setFullWidth ?: boolean ;
66
- setFullHeight ?: boolean ;
67
64
isDynamic ?: boolean ;
68
65
showTitles ?: boolean ;
69
66
crossroads ?: string [ ] ;
70
67
fields : WizardField [ ] ;
68
+ hideClose ?: boolean ;
69
+ titleId ?: string ;
70
+ descriptionId ?: string ;
71
+ closeButtonAriaLabel ?: string ;
72
+ hasNoBodyPadding ?: boolean ;
73
+ navAriaLabel ?: string ;
71
74
}
72
75
73
76
declare const Wizard : React . ComponentType < WizardProps > ;
Original file line number Diff line number Diff line change @@ -148,10 +148,7 @@ WizardInternal.propTypes = {
148
148
buttonsClassName : PropTypes . string ,
149
149
title : PropTypes . any ,
150
150
description : PropTypes . any ,
151
- isCompactNav : PropTypes . bool ,
152
151
inModal : PropTypes . bool ,
153
- setFullWidth : PropTypes . bool ,
154
- setFullHeight : PropTypes . bool ,
155
152
isDynamic : PropTypes . bool ,
156
153
showTitles : PropTypes . bool ,
157
154
crossroads : PropTypes . arrayOf ( PropTypes . string ) ,
You can’t perform that action at this time.
0 commit comments