Skip to content

Commit

Permalink
fix: Updated with patch from virtual assistant. (#4358)
Browse files Browse the repository at this point in the history
* fix: Updated with patch from virtual assistant.

* fix: moved main.css to bottom of css imports.
  • Loading branch information
dlabaj authored Oct 30, 2024
1 parent d5b85d8 commit ccab899
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/documentation-framework/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Releases": [
{
"name": "6.0.0",
"date": "2024-10-24",
"date": "2024-10-30",
"latest": true,
"versions": {
"@patternfly/patternfly": "6.0.0",
Expand All @@ -23,7 +23,7 @@
"@patternfly/quickstarts": "6.0.0",
"@patternfly/react-virtualized-extension": "6.0.0",
"@patternfly/react-templates": "6.0.0",
"@patternfly/virtual-assistant": "2.0.0"
"@patternfly/virtual-assistant": "2.0.2"
}
},{
"name": "prerelease",
Expand Down
4 changes: 2 additions & 2 deletions packages/documentation-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"screenshots": "pf-docs-framework screenshots"
},
"dependencies": {
"@patternfly/documentation-framework": "6.0.0",
"@patternfly/documentation-framework": "6.0.1",
"@patternfly/react-catalog-view-extension": "6.0.0",
"@patternfly/react-console": "6.0.0",
"@patternfly/react-docs": "7.0.0",
Expand All @@ -27,7 +27,7 @@
"@patternfly/react-component-groups": "6.0.0",
"@patternfly/react-virtualized-extension": "6.0.0",
"@patternfly/quickstarts": "6.0.0",
"@patternfly/virtual-assistant": "2.0.0",
"@patternfly/virtual-assistant": "2.0.2",
"@patternfly/design-tokens": "1.13.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The official release of PatternFly 6 is here! It contains all of the previous fe
- [@patternfly/react-user-feedback@6.0.0](https://www.npmjs.com/package/@patternfly/react-user-feedback/v/6.0.0) ([changelog](https://github.com/patternfly/react-user-feedback/releases/tag/v6.0.0))
- [@patternfly/react-virtualized-extension@6.0.0](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/6.0.0) ([changelog](https://github.com/patternfly/react-virtualized-extension/releases/tag/v6.0.0))
- [@patternfly/quickstarts@6.0.0](https://www.npmjs.com/package/@patternfly/quickstarts/v/6.0.0) ([changelog](https://github.com/patternfly/patternfly-quickstarts/releases/tag/v6.0.0))
- [@patternfly/virtual-assistant@2.0.0](https://www.npmjs.com/package/@patternfly/virtual-assistant/v/2.0.0) ([changelog](https://github.com/patternfly/patternfly-quickstarts/releases/tag/v2.0.0))
- [@patternfly/virtual-assistant@2.0.2](https://www.npmjs.com/package/@patternfly/virtual-assistant/v/2.0.2) ([changelog](https://github.com/patternfly/patternfly-quickstarts/releases/tag/v2.0.0))
- [@patternfly/react-component-groups@6.0.0](https://www.npmjs.com/package/@patternfly/react-component-groups/v/6.0.0) ([changelog](https://github.com/patternfly/react-component-groups/releases/tag/v6.0.0))

### PatternFly AI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// React-specific CSS
import "@patternfly/react-styles/src/css/components/Table/inline-edit.css"; // inline-edit extension styles
import "@patternfly/react-styles/src/css/layouts/Toolbar/toolbar.css";

// Patternfly
import "@patternfly/patternfly/patternfly.css";
// Patternfly utilities
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ccab899

Please sign in to comment.