-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Updated with patch from virtual assistant. (#4358)
* fix: Updated with patch from virtual assistant. * fix: moved main.css to bottom of css imports.
- Loading branch information
Showing
5 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
packages/documentation-site/patternfly-docs/patternfly-docs.css.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2055,10 +2055,10 @@ | |
react-virtualized "^9.22.5" | ||
tslib "^2.5.2" | ||
|
||
"@patternfly/[email protected].0": | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/@patternfly/virtual-assistant/-/virtual-assistant-2.0.0.tgz#3d7bf037dffeafe61757e4969c6263c55f4e35e8" | ||
integrity sha512-f80t06JP0Bphy48+qqs8LXdzDXZk0VtN3GMc2gGg1fZjrEPGc1xXKb/DztOUQjoTYiXP3osQev2tfuJTHL/DIA== | ||
"@patternfly/[email protected].2": | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/@patternfly/virtual-assistant/-/virtual-assistant-2.0.2.tgz#b3144ea60d5d14053482e695bcf8550d0c8497c3" | ||
integrity sha512-2qVQg1cU3Wv+mkFklAYQWyXWICbRlL/vgllSORGmBL0VIYM+Q3ICD3z/CkQrt0K1qdEqXp60dCnu1BKODrptxQ== | ||
dependencies: | ||
"@patternfly/react-code-editor" "^6.0.0" | ||
"@patternfly/react-core" "^6.0.0" | ||
|