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
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@patternfly/patternfly": "6.5.0-prerelease.43",
"@patternfly/patternfly": "6.5.0-prerelease.55",
"case-anything": "^3.1.2",
"css": "^3.0.0",
"fs-extra": "^11.3.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export const DrawerPanelContent: React.FunctionComponent<DrawerPanelContentProps
className={css(
styles.drawerPanel,
isResizable && styles.modifiers.resizable,
hasNoGlass && styles.modifiers.noGlass,
hasNoGlass && 'pf-m-no-glass',
hasNoBorder && styles.modifiers.noBorder,
formatBreakpointMods(widths, styles),
colorVariant === DrawerColorVariant.noBackground && styles.modifiers.noBackground,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,12 @@ test('Style prop overrides boundaryCssVars', () => {
});
});

test(`Renders with class ${styles.modifiers.noGlass} when hasNoGlass is true`, () => {
test(`Renders with class 'pf-m-no-glass' when hasNoGlass is true`, () => {
render(
<Drawer isExpanded isPill>
<DrawerPanelContent hasNoGlass>Drawer panel content</DrawerPanelContent>
</Drawer>
);

expect(screen.getByText('Drawer panel content')).toHaveClass(styles.modifiers.noGlass);
expect(screen.getByText('Drawer panel content')).toHaveClass('pf-m-no-glass');
});
2 changes: 1 addition & 1 deletion packages/react-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:a11y": "patternfly-a11y --config patternfly-a11y.config"
},
"dependencies": {
"@patternfly/patternfly": "6.5.0-prerelease.43",
"@patternfly/patternfly": "6.5.0-prerelease.55",
"@patternfly/react-charts": "workspace:^",
"@patternfly/react-code-editor": "workspace:^",
"@patternfly/react-core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@patternfly/patternfly": "6.5.0-prerelease.43",
"@patternfly/patternfly": "6.5.0-prerelease.55",
"@rhds/icons": "^2.1.0",
"fs-extra": "^11.3.3",
"tslib": "^2.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"clean": "rimraf dist css"
},
"devDependencies": {
"@patternfly/patternfly": "6.5.0-prerelease.43",
"@patternfly/patternfly": "6.5.0-prerelease.55",
"change-case": "^5.4.4",
"fs-extra": "^11.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@adobe/css-tools": "^4.4.4",
"@patternfly/patternfly": "6.5.0-prerelease.43",
"@patternfly/patternfly": "6.5.0-prerelease.55",
"fs-extra": "^11.3.3"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5079,10 +5079,10 @@ __metadata:
languageName: node
linkType: hard

"@patternfly/patternfly@npm:6.5.0-prerelease.43":
version: 6.5.0-prerelease.43
resolution: "@patternfly/patternfly@npm:6.5.0-prerelease.43"
checksum: 10c0/30e65446e28f3723b12286076995947ea2e232757efddec0f3a11424e80ea1b0b1f56367287ec247fd1899728e4f44eee173308d243c442746a23330d4829c08
"@patternfly/patternfly@npm:6.5.0-prerelease.55":
version: 6.5.0-prerelease.55
resolution: "@patternfly/patternfly@npm:6.5.0-prerelease.55"
checksum: 10c0/02921ae29db7ac07ec977589b5233397536831d818372289f040685835031562bff398f9e5cd594210bfc6d216dbbf22a9d70a454a5d044bb99e53e186651f1e
languageName: node
linkType: hard

Expand Down Expand Up @@ -5180,7 +5180,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@patternfly/react-core@workspace:packages/react-core"
dependencies:
"@patternfly/patternfly": "npm:6.5.0-prerelease.43"
"@patternfly/patternfly": "npm:6.5.0-prerelease.55"
"@patternfly/react-icons": "workspace:^"
"@patternfly/react-styles": "workspace:^"
"@patternfly/react-tokens": "workspace:^"
Expand All @@ -5201,7 +5201,7 @@ __metadata:
resolution: "@patternfly/react-docs@workspace:packages/react-docs"
dependencies:
"@patternfly/documentation-framework": "npm:^6.36.7"
"@patternfly/patternfly": "npm:6.5.0-prerelease.43"
"@patternfly/patternfly": "npm:6.5.0-prerelease.55"
"@patternfly/patternfly-a11y": "npm:5.1.0"
"@patternfly/react-charts": "workspace:^"
"@patternfly/react-code-editor": "workspace:^"
Expand Down Expand Up @@ -5241,7 +5241,7 @@ __metadata:
"@fortawesome/free-brands-svg-icons": "npm:^5.15.4"
"@fortawesome/free-regular-svg-icons": "npm:^5.15.4"
"@fortawesome/free-solid-svg-icons": "npm:^5.15.4"
"@patternfly/patternfly": "npm:6.5.0-prerelease.43"
"@patternfly/patternfly": "npm:6.5.0-prerelease.55"
"@rhds/icons": "npm:^2.1.0"
fs-extra: "npm:^11.3.3"
tslib: "npm:^2.8.1"
Expand Down Expand Up @@ -5328,7 +5328,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@patternfly/react-styles@workspace:packages/react-styles"
dependencies:
"@patternfly/patternfly": "npm:6.5.0-prerelease.43"
"@patternfly/patternfly": "npm:6.5.0-prerelease.55"
change-case: "npm:^5.4.4"
fs-extra: "npm:^11.3.3"
languageName: unknown
Expand Down Expand Up @@ -5370,7 +5370,7 @@ __metadata:
resolution: "@patternfly/react-tokens@workspace:packages/react-tokens"
dependencies:
"@adobe/css-tools": "npm:^4.4.4"
"@patternfly/patternfly": "npm:6.5.0-prerelease.43"
"@patternfly/patternfly": "npm:6.5.0-prerelease.55"
fs-extra: "npm:^11.3.3"
languageName: unknown
linkType: soft
Expand Down
Loading