Skip to content

Commit 852ae9a

Browse files
authored
fix: bump pf-core version 6.5.0-prerelease.55 (#12282)
1 parent 0d5e67e commit 852ae9a

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

packages/react-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"tslib": "^2.8.1"
5555
},
5656
"devDependencies": {
57-
"@patternfly/patternfly": "6.5.0-prerelease.43",
57+
"@patternfly/patternfly": "6.5.0-prerelease.55",
5858
"case-anything": "^3.1.2",
5959
"css": "^3.0.0",
6060
"fs-extra": "^11.3.3"

packages/react-core/src/components/Drawer/DrawerPanelContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ export const DrawerPanelContent: React.FunctionComponent<DrawerPanelContentProps
369369
className={css(
370370
styles.drawerPanel,
371371
isResizable && styles.modifiers.resizable,
372-
hasNoGlass && styles.modifiers.noGlass,
372+
hasNoGlass && 'pf-m-no-glass',
373373
hasNoBorder && styles.modifiers.noBorder,
374374
formatBreakpointMods(widths, styles),
375375
colorVariant === DrawerColorVariant.noBackground && styles.modifiers.noBackground,

packages/react-core/src/components/Drawer/__tests__/DrawerPanelContent.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,12 @@ test('Style prop overrides boundaryCssVars', () => {
179179
});
180180
});
181181

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

189-
expect(screen.getByText('Drawer panel content')).toHaveClass(styles.modifiers.noGlass);
189+
expect(screen.getByText('Drawer panel content')).toHaveClass('pf-m-no-glass');
190190
});

packages/react-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test:a11y": "patternfly-a11y --config patternfly-a11y.config"
2424
},
2525
"dependencies": {
26-
"@patternfly/patternfly": "6.5.0-prerelease.43",
26+
"@patternfly/patternfly": "6.5.0-prerelease.55",
2727
"@patternfly/react-charts": "workspace:^",
2828
"@patternfly/react-code-editor": "workspace:^",
2929
"@patternfly/react-core": "workspace:^",

packages/react-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@fortawesome/free-brands-svg-icons": "^5.15.4",
3636
"@fortawesome/free-regular-svg-icons": "^5.15.4",
3737
"@fortawesome/free-solid-svg-icons": "^5.15.4",
38-
"@patternfly/patternfly": "6.5.0-prerelease.43",
38+
"@patternfly/patternfly": "6.5.0-prerelease.55",
3939
"@rhds/icons": "^2.1.0",
4040
"fs-extra": "^11.3.3",
4141
"tslib": "^2.8.1"

packages/react-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"clean": "rimraf dist css"
2020
},
2121
"devDependencies": {
22-
"@patternfly/patternfly": "6.5.0-prerelease.43",
22+
"@patternfly/patternfly": "6.5.0-prerelease.55",
2323
"change-case": "^5.4.4",
2424
"fs-extra": "^11.3.3"
2525
},

packages/react-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@adobe/css-tools": "^4.4.4",
33-
"@patternfly/patternfly": "6.5.0-prerelease.43",
33+
"@patternfly/patternfly": "6.5.0-prerelease.55",
3434
"fs-extra": "^11.3.3"
3535
}
3636
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5079,10 +5079,10 @@ __metadata:
50795079
languageName: node
50805080
linkType: hard
50815081

5082-
"@patternfly/patternfly@npm:6.5.0-prerelease.43":
5083-
version: 6.5.0-prerelease.43
5084-
resolution: "@patternfly/patternfly@npm:6.5.0-prerelease.43"
5085-
checksum: 10c0/30e65446e28f3723b12286076995947ea2e232757efddec0f3a11424e80ea1b0b1f56367287ec247fd1899728e4f44eee173308d243c442746a23330d4829c08
5082+
"@patternfly/patternfly@npm:6.5.0-prerelease.55":
5083+
version: 6.5.0-prerelease.55
5084+
resolution: "@patternfly/patternfly@npm:6.5.0-prerelease.55"
5085+
checksum: 10c0/02921ae29db7ac07ec977589b5233397536831d818372289f040685835031562bff398f9e5cd594210bfc6d216dbbf22a9d70a454a5d044bb99e53e186651f1e
50865086
languageName: node
50875087
linkType: hard
50885088

@@ -5180,7 +5180,7 @@ __metadata:
51805180
version: 0.0.0-use.local
51815181
resolution: "@patternfly/react-core@workspace:packages/react-core"
51825182
dependencies:
5183-
"@patternfly/patternfly": "npm:6.5.0-prerelease.43"
5183+
"@patternfly/patternfly": "npm:6.5.0-prerelease.55"
51845184
"@patternfly/react-icons": "workspace:^"
51855185
"@patternfly/react-styles": "workspace:^"
51865186
"@patternfly/react-tokens": "workspace:^"
@@ -5201,7 +5201,7 @@ __metadata:
52015201
resolution: "@patternfly/react-docs@workspace:packages/react-docs"
52025202
dependencies:
52035203
"@patternfly/documentation-framework": "npm:^6.36.7"
5204-
"@patternfly/patternfly": "npm:6.5.0-prerelease.43"
5204+
"@patternfly/patternfly": "npm:6.5.0-prerelease.55"
52055205
"@patternfly/patternfly-a11y": "npm:5.1.0"
52065206
"@patternfly/react-charts": "workspace:^"
52075207
"@patternfly/react-code-editor": "workspace:^"
@@ -5241,7 +5241,7 @@ __metadata:
52415241
"@fortawesome/free-brands-svg-icons": "npm:^5.15.4"
52425242
"@fortawesome/free-regular-svg-icons": "npm:^5.15.4"
52435243
"@fortawesome/free-solid-svg-icons": "npm:^5.15.4"
5244-
"@patternfly/patternfly": "npm:6.5.0-prerelease.43"
5244+
"@patternfly/patternfly": "npm:6.5.0-prerelease.55"
52455245
"@rhds/icons": "npm:^2.1.0"
52465246
fs-extra: "npm:^11.3.3"
52475247
tslib: "npm:^2.8.1"
@@ -5328,7 +5328,7 @@ __metadata:
53285328
version: 0.0.0-use.local
53295329
resolution: "@patternfly/react-styles@workspace:packages/react-styles"
53305330
dependencies:
5331-
"@patternfly/patternfly": "npm:6.5.0-prerelease.43"
5331+
"@patternfly/patternfly": "npm:6.5.0-prerelease.55"
53325332
change-case: "npm:^5.4.4"
53335333
fs-extra: "npm:^11.3.3"
53345334
languageName: unknown
@@ -5370,7 +5370,7 @@ __metadata:
53705370
resolution: "@patternfly/react-tokens@workspace:packages/react-tokens"
53715371
dependencies:
53725372
"@adobe/css-tools": "npm:^4.4.4"
5373-
"@patternfly/patternfly": "npm:6.5.0-prerelease.43"
5373+
"@patternfly/patternfly": "npm:6.5.0-prerelease.55"
53745374
fs-extra: "npm:^11.3.3"
53755375
languageName: unknown
53765376
linkType: soft

0 commit comments

Comments
 (0)