Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"css-element-queries": "^1.0.1",
"patternfly": "^3.59.4",
"patternfly-react": "^2.39.6",
"react-bootstrap": "^0.32.1",
"react-bootstrap": "^0.33.0",
"react-click-outside": "^3.0.1",
"react-diff-view": "^1.8.1",
"react-ellipsis-with-tooltip": "^1.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-3/patternfly-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"css-element-queries": "^1.0.1",
"lodash": "^4.17.15",
"patternfly": "^3.59.4",
"react-bootstrap": "^0.32.1",
"react-bootstrap": "^0.33.0",
"react-bootstrap-switch": "^15.5.3",
"react-bootstrap-typeahead": "^3.4.1",
"react-c3js": "^0.1.20",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ exports[`AboutModal renders correctly when hidden 1`] = `null`;

exports[`AboutModal renders correctly when shown 1`] = `
<div
aria-hidden="true"
role="dialog"
>
<div
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Kebab dropdown renders properly 1`] = `
<Uncontrolled(Dropdown)
<ForwardRef
className="dropdown-kebab-pf"
componentClass={[Function]}
id="myKebab"
Expand Down Expand Up @@ -65,5 +65,5 @@ exports[`Kebab dropdown renders properly 1`] = `
Separated link
</MenuItem>
</DropdownMenu>
</Uncontrolled(Dropdown)>
</ForwardRef>
`;
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`renders Dropdown: dropdown is rendered 1`] = `
<Uncontrolled(Dropdown)
<ForwardRef
componentClass="li"
id="InfoTip"
onBlur={[Function]}
Expand All @@ -11,5 +11,5 @@ exports[`renders Dropdown: dropdown is rendered 1`] = `
open={false}
>
children
</Uncontrolled(Dropdown)>
</ForwardRef>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ exports[`MastheadCollapse renders properly: MastheadCollapse snapshot 1`] = `
`;

exports[`MastheadDropdown renders properly: MastheadDropdown snapshot 1`] = `
<Uncontrolled(Dropdown)
<ForwardRef
className=""
componentClass={[Function]}
id="app-help-dropdown"
Expand Down Expand Up @@ -362,5 +362,5 @@ exports[`MastheadDropdown renders properly: MastheadDropdown snapshot 1`] = `
About
</MenuItem>
</DropdownMenu>
</Uncontrolled(Dropdown)>
</ForwardRef>
`;
Loading