@skyscanner/backpack-web 29.4.1 → 29.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -166,7 +166,7 @@ class BpkPopoverPortal extends Component {
|
|
|
166
166
|
});
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
|
-
const propTypes = {
|
|
169
|
+
export const propTypes = {
|
|
170
170
|
// BpkPopover props - when migrating the popover to TS, we can import the type from BpkPopover
|
|
171
171
|
children: PropTypes.node.isRequired,
|
|
172
172
|
closeButtonText: PropTypes.string.isRequired,
|
|
@@ -195,7 +195,7 @@ const propTypes = {
|
|
|
195
195
|
*/
|
|
196
196
|
popperModifiers: PropTypes.arrayOf(PropTypes.object)
|
|
197
197
|
};
|
|
198
|
-
const defaultProps = {
|
|
198
|
+
export const defaultProps = {
|
|
199
199
|
// BpkPopover props - when migrating the popover to TS, we can import the type from BpkPopover
|
|
200
200
|
className: null,
|
|
201
201
|
closeButtonIcon: true,
|