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
36 changes: 29 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/runtime": "^7.15.3",
"@patternfly/react-core": "^4.147.0",
"@patternfly/react-core": "^4.152.4",
"@patternfly/react-icons": "^4.11.8",
"@patternfly/react-table": "^4.29.37",
"@react-pdf/renderer": "^2.0.18",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,17 @@ exports[`CVEDetailsPageSidebar component should render correctly 1`] = `
positionModifiers={
Object {
"bottom": "pf-m-bottom",
"bottom-end": "pf-m-bottom-right",
"bottom-start": "pf-m-bottom-left",
"left": "pf-m-left",
"left-end": "pf-m-left-bottom",
"left-start": "pf-m-left-top",
"right": "pf-m-right",
"right-end": "pf-m-right-bottom",
"right-start": "pf-m-right-top",
"top": "pf-m-top",
"top-end": "pf-m-top-right",
"top-start": "pf-m-top-left",
}
}
trigger={
Expand Down Expand Up @@ -669,9 +677,17 @@ exports[`CVEDetailsPageSidebar component should render correctly 1`] = `
positionModifiers={
Object {
"bottom": "pf-m-bottom",
"bottom-end": "pf-m-bottom-right",
"bottom-start": "pf-m-bottom-left",
"left": "pf-m-left",
"left-end": "pf-m-left-bottom",
"left-start": "pf-m-left-top",
"right": "pf-m-right",
"right-end": "pf-m-right-bottom",
"right-start": "pf-m-right-top",
"top": "pf-m-top",
"top-end": "pf-m-top-right",
"top-start": "pf-m-top-left",
}
}
trigger={
Expand Down Expand Up @@ -1121,9 +1137,17 @@ exports[`CVEDetailsPageSidebar component should render correctly 1`] = `
positionModifiers={
Object {
"bottom": "pf-m-bottom",
"bottom-end": "pf-m-bottom-right",
"bottom-start": "pf-m-bottom-left",
"left": "pf-m-left",
"left-end": "pf-m-left-bottom",
"left-start": "pf-m-left-top",
"right": "pf-m-right",
"right-end": "pf-m-right-bottom",
"right-start": "pf-m-right-top",
"top": "pf-m-top",
"top-end": "pf-m-top-right",
"top-start": "pf-m-top-left",
}
}
trigger={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,17 @@ exports[`SnippetWithHeaderAndPopover Should render with title and label and Tool
positionModifiers={
Object {
"bottom": "pf-m-bottom",
"bottom-end": "pf-m-bottom-right",
"bottom-start": "pf-m-bottom-left",
"left": "pf-m-left",
"left-end": "pf-m-left-bottom",
"left-start": "pf-m-left-top",
"right": "pf-m-right",
"right-end": "pf-m-right-bottom",
"right-start": "pf-m-right-top",
"top": "pf-m-top",
"top-end": "pf-m-top-right",
"top-start": "pf-m-top-left",
}
}
trigger={
Expand Down Expand Up @@ -225,9 +233,17 @@ exports[`SnippetWithHeaderAndPopover Should render with title and label only 1`]
positionModifiers={
Object {
"bottom": "pf-m-bottom",
"bottom-end": "pf-m-bottom-right",
"bottom-start": "pf-m-bottom-left",
"left": "pf-m-left",
"left-end": "pf-m-left-bottom",
"left-start": "pf-m-left-top",
"right": "pf-m-right",
"right-end": "pf-m-right-bottom",
"right-start": "pf-m-right-top",
"top": "pf-m-top",
"top-end": "pf-m-top-right",
"top-start": "pf-m-top-left",
}
}
trigger={
Expand Down Expand Up @@ -370,9 +386,17 @@ exports[`SnippetWithHeaderAndPopover Should render without params 1`] = `
positionModifiers={
Object {
"bottom": "pf-m-bottom",
"bottom-end": "pf-m-bottom-right",
"bottom-start": "pf-m-bottom-left",
"left": "pf-m-left",
"left-end": "pf-m-left-bottom",
"left-start": "pf-m-left-top",
"right": "pf-m-right",
"right-end": "pf-m-right-bottom",
"right-start": "pf-m-right-top",
"top": "pf-m-top",
"top-end": "pf-m-top-right",
"top-start": "pf-m-top-left",
}
}
trigger={
Expand Down
Loading