src: Update remaining v5 version slugs

This commit is contained in:
regexowl 2025-05-19 13:56:53 +02:00 committed by Lucas Garfield
parent 4312cca4dd
commit 2080425753
9 changed files with 20 additions and 21 deletions

View file

@ -10,11 +10,11 @@
}
.pf-c-form {
--pf-c-form--GridGap: var(--pf-v5-global--spacer--md);
--pf-c-form--GridGap: var(--pf6-global--spacer--md);
}
.pf-c-form__group-label {
--pf-c-form__group-label--PaddingBottom: var(--pf-v5-global--spacer--xs);
--pf-c-form__group-label--PaddingBottom: var(--pf-v6-global--spacer--xs);
}
.tiles {
@ -28,9 +28,9 @@
.pf-c-tile:focus {
--pf-c-tile__title--Color: var(--pf-c-tile__title--Color);
--pf-c-tile__icon--Color: var(---pf-v5-global--Color--100);
--pf-c-tile--before--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
--pf-c-tile--before--BorderColor: var(--pf-v5-global--BorderColor--100);
--pf-c-tile__icon--Color: var(---pf-v6-global--Color--100);
--pf-c-tile--before--BorderWidth: var(--pf-v6-global--BorderWidth--sm);
--pf-c-tile--before--BorderColor: var(--pf-v6-global--BorderColor--100);
}
.pf-c-tile.pf-m-selected:focus {
@ -44,11 +44,11 @@
}
.pf-v6-u-min-width {
--pf-v5-u-min-width--MinWidth: 18ch;
--pf-v6-u-min-width--MinWidth: 18ch;
}
.pf-v6-u-max-width {
--pf-v5-u-max-width--MaxWidth: 26rem;
--pf-v6-u-max-width--MaxWidth: 26rem;
}
ul.pf-m-plain {
@ -62,7 +62,7 @@ ul.pf-m-plain {
}
.panel-border {
--pf-v5-c-panel--before--BorderColor: #BEE1F4;
--pf-v6-c-panel--before--BorderColor: #BEE1F4;
}
// Targets the alert within the Reviewsteps > content dropdown

View file

@ -20,7 +20,7 @@ const OscapOnPremWarning = () => {
<Alert
style={{
margin:
'0 var(--pf-v5-c-toolbar__content--PaddingRight) 0 var(--pf-v5-c-toolbar__content--PaddingLeft)',
'0 var(--pf-v6-c-toolbar__content--PaddingRight) 0 var(--pf-v6-c-toolbar__content--PaddingLeft)',
}}
isInline
variant="warning"

View file

@ -192,7 +192,7 @@ export const CreateSaveButton = ({
<FlexItem>
<Spinner
style={
{ '--pf-v5-c-spinner--Color': '#fff' } as React.CSSProperties
{ '--pf-v6-c-spinner--Color': '#fff' } as React.CSSProperties
}
isInline
size="md"

View file

@ -134,7 +134,7 @@ export const EditSaveButton = ({
<FlexItem>
<Spinner
style={
{ '--pf-v5-c-spinner--Color': '#fff' } as React.CSSProperties
{ '--pf-v6-c-spinner--Color': '#fff' } as React.CSSProperties
}
isInline
size="md"