diff --git a/src/Components/CreateImageWizard/CreateImageWizard.scss b/src/Components/CreateImageWizard/CreateImageWizard.scss
index b3f3c566..ad52466f 100644
--- a/src/Components/CreateImageWizard/CreateImageWizard.scss
+++ b/src/Components/CreateImageWizard/CreateImageWizard.scss
@@ -15,11 +15,11 @@
}
.pf-c-form {
- --pf-c-form--GridGap: var(--pf-global--spacer--md);
+ --pf-c-form--GridGap: var(--pf-v5-global--spacer--md);
}
.pf-c-form__group-label {
- --pf-c-form__group-label--PaddingBottom: var(--pf-global--spacer--xs);
+ --pf-c-form__group-label--PaddingBottom: var(--pf-v5-global--spacer--xs);
}
.tiles {
@@ -33,9 +33,9 @@
.pf-c-tile:focus {
--pf-c-tile__title--Color: var(--pf-c-tile__title--Color);
- --pf-c-tile__icon--Color: var(---pf-global--Color--100);
- --pf-c-tile--before--BorderWidth: var(--pf-global--BorderWidth--sm);
- --pf-c-tile--before--BorderColor: var(--pf-global--BorderColor--100);
+ --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.pf-m-selected:focus {
@@ -48,12 +48,12 @@
height: 1em;
}
-.pf-u-min-width {
- --pf-u-min-width--MinWidth: 18ch;
+.pf-v5-u-min-width {
+ --pf-v5-u-min-width--MinWidth: 18ch;
}
-.pf-u-max-width {
- --pf-u-max-width--MaxWidth: 26rem;
+.pf-v5-u-max-width {
+ --pf-v5-u-max-width--MaxWidth: 26rem;
}
ul.pf-m-plain {
diff --git a/src/Components/CreateImageWizard/steps/FileSystem/FileSystemAutomaticPartitionInformation.tsx b/src/Components/CreateImageWizard/steps/FileSystem/FileSystemAutomaticPartitionInformation.tsx
index e30066b8..cd5959a3 100644
--- a/src/Components/CreateImageWizard/steps/FileSystem/FileSystemAutomaticPartitionInformation.tsx
+++ b/src/Components/CreateImageWizard/steps/FileSystem/FileSystemAutomaticPartitionInformation.tsx
@@ -27,7 +27,7 @@ const FileSystemAutomaticPartition = () => {
icon={}
iconPosition="right"
href={FILE_SYSTEM_CUSTOMIZATION_URL}
- className="pf-u-pl-0"
+ className="pf-v5-u-pl-0"
>
Customizing file systems during the image creation
diff --git a/src/Components/CreateImageWizard/steps/FileSystem/FileSystemConfiguration.tsx b/src/Components/CreateImageWizard/steps/FileSystem/FileSystemConfiguration.tsx
index c1b555a0..49288cf0 100644
--- a/src/Components/CreateImageWizard/steps/FileSystem/FileSystemConfiguration.tsx
+++ b/src/Components/CreateImageWizard/steps/FileSystem/FileSystemConfiguration.tsx
@@ -65,7 +65,7 @@ const FileSystemConfiguration = () => {
icon={}
iconPosition="right"
href={FILE_SYSTEM_CUSTOMIZATION_URL}
- className="pf-u-pl-0"
+ className="pf-v5-u-pl-0"
>
Read more about manual configuration here
@@ -83,7 +83,7 @@ const FileSystemConfiguration = () => {
}
onClick={handleAddPartition}
diff --git a/src/Components/CreateImageWizard/steps/FileSystem/FileSystemTable.tsx b/src/Components/CreateImageWizard/steps/FileSystem/FileSystemTable.tsx
index dc59b15a..08d39602 100644
--- a/src/Components/CreateImageWizard/steps/FileSystem/FileSystemTable.tsx
+++ b/src/Components/CreateImageWizard/steps/FileSystem/FileSystemTable.tsx
@@ -54,7 +54,7 @@ export const MinimumSizePopover = () => {
variant="plain"
aria-label="File system configuration info"
aria-describedby="file-system-configuration-info"
- className="pf-u-pl-sm pf-u-pt-0 pf-u-pb-0"
+ className="pf-v5-u-pl-sm pf-v5-u-pt-0 pf-v5-u-pb-0"
>
diff --git a/src/Components/CreateImageWizard/steps/ImageOutput/TargetEnvironment.tsx b/src/Components/CreateImageWizard/steps/ImageOutput/TargetEnvironment.tsx
index c969ff9e..dacd1f02 100644
--- a/src/Components/CreateImageWizard/steps/ImageOutput/TargetEnvironment.tsx
+++ b/src/Components/CreateImageWizard/steps/ImageOutput/TargetEnvironment.tsx
@@ -98,7 +98,7 @@ const TargetEnvironment = () => {
{supportedEnvironments?.includes('aws') && (
{
)}
{supportedEnvironments?.includes('gcp') && (
{
)}
{supportedEnvironments?.includes('azure') && (
{
)}
{supportedEnvironments?.includes('oci') && (
{
<>
Private cloud}
- className="pf-u-mt-sm"
+ className="pf-v5-u-mt-sm"
data-testid="target-private"
>
{
}
>
diff --git a/src/Components/CreateImageWizard/steps/Registration/Registration.tsx b/src/Components/CreateImageWizard/steps/Registration/Registration.tsx
index e017e6e0..69cace8a 100644
--- a/src/Components/CreateImageWizard/steps/Registration/Registration.tsx
+++ b/src/Components/CreateImageWizard/steps/Registration/Registration.tsx
@@ -48,7 +48,7 @@ const InsightsPopover = () => {
>
@@ -87,7 +87,7 @@ const RhcPopover = () => {
>
@@ -152,7 +152,7 @@ const Registration = () => {
body={
showOptions && (
Enable predictive analytics and management capabilities
diff --git a/src/Components/CreateImageWizard/steps/Repositories/RepositoriesStatus.tsx b/src/Components/CreateImageWizard/steps/Repositories/RepositoriesStatus.tsx
index 7aa1057c..341f45e9 100644
--- a/src/Components/CreateImageWizard/steps/Repositories/RepositoriesStatus.tsx
+++ b/src/Components/CreateImageWizard/steps/Repositories/RepositoriesStatus.tsx
@@ -74,11 +74,11 @@ const RepositoriesStatus = ({
- Cannot fetch {repoUrl}
+ Cannot fetch {repoUrl}
{(repoIntrospections || repoFailCount) && (
<>
}
>
-
+
{repoStatus === 'Invalid' && (
)}
diff --git a/src/Components/CreateImageWizard/steps/Repositories/components/Empty.tsx b/src/Components/CreateImageWizard/steps/Repositories/components/Empty.tsx
index f9bc4fc1..03ca4c8b 100644
--- a/src/Components/CreateImageWizard/steps/Repositories/components/Empty.tsx
+++ b/src/Components/CreateImageWizard/steps/Repositories/components/Empty.tsx
@@ -42,7 +42,7 @@ export default function Empty({ hasFilterValue, refetch }: EmptyProps) {
component="a"
target="_blank"
href={CONTENT_URL}
- className="pf-u-mr-sm"
+ className="pf-v5-u-mr-sm"
>
Go to repositories
diff --git a/src/Components/CreateImageWizard/steps/Review/ReviewStep.tsx b/src/Components/CreateImageWizard/steps/Review/ReviewStep.tsx
index 02985504..d91be19b 100644
--- a/src/Components/CreateImageWizard/steps/Review/ReviewStep.tsx
+++ b/src/Components/CreateImageWizard/steps/Review/ReviewStep.tsx
@@ -105,7 +105,7 @@ const Review = ({ snapshottingEnabled }: { snapshottingEnabled: boolean }) => {
data-testid={testId}
component="span"
onClick={() => revisitStep(stepId)}
- className="pf-u-p-0 pf-u-font-weight-bold"
+ className="pf-v5-u-p-0 pf-v5-u-font-weight-bold"
isInline
>
Revisit step
@@ -123,7 +123,7 @@ const Review = ({ snapshottingEnabled }: { snapshottingEnabled: boolean }) => {
{label}
diff --git a/src/Components/CreateImageWizard/steps/Review/ReviewStepTextLists.tsx b/src/Components/CreateImageWizard/steps/Review/ReviewStepTextLists.tsx
index fdbeebf7..4c5b1948 100644
--- a/src/Components/CreateImageWizard/steps/Review/ReviewStepTextLists.tsx
+++ b/src/Components/CreateImageWizard/steps/Review/ReviewStepTextLists.tsx
@@ -76,7 +76,7 @@ import { PopoverActivation } from '../Registration/ActivationKeysList';
const ExpirationWarning = () => {
return (
-
+
Expires 14 days after creation
);
@@ -105,7 +105,7 @@ export const ImageOutputList = () => {
Release
@@ -131,7 +131,7 @@ export const FSCList = () => {
Configuration type
@@ -155,7 +155,7 @@ export const FSCList = () => {
variant="link"
aria-label="File system configuration info"
aria-describedby="file-system-configuration-info"
- className="pf-u-pt-0 pf-u-pb-0"
+ className="pf-v5-u-pt-0 pf-v5-u-pb-0"
>
View partitions
@@ -225,7 +225,7 @@ export const TargetEnvAWSList = () => {
Image type
@@ -267,7 +267,7 @@ export const TargetEnvGCPList = () => {
Image type
@@ -330,7 +330,7 @@ export const TargetEnvAzureList = () => {
Image type
@@ -387,7 +387,7 @@ export const TargetEnvOciList = () => {
Object Storage URL
@@ -405,7 +405,7 @@ export const TargetEnvOtherList = () => {
Image type
@@ -485,7 +485,7 @@ export const ContentList = ({
<>
Repository snapshot
@@ -509,7 +509,7 @@ export const ContentList = ({
@@ -552,7 +552,7 @@ export const ContentList = ({
{customRepositories?.length +
recommendedRepositories.length || 0}
@@ -564,7 +564,7 @@ export const ContentList = ({
Additional packages
@@ -583,7 +583,7 @@ export const ContentList = ({
{packages?.length + groups?.length}
@@ -615,7 +615,7 @@ export const RegisterLaterList = () => {
Registration type
@@ -644,7 +644,7 @@ export const RegisterNowList = () => {
Registration type
@@ -708,7 +708,7 @@ export const DetailsList = () => {
<>
Blueprint name
@@ -721,7 +721,7 @@ export const DetailsList = () => {
<>
Description
@@ -747,7 +747,7 @@ export const FirstBootList = () => {
First boot script
diff --git a/src/Components/ImagesTable/EmptyState.tsx b/src/Components/ImagesTable/EmptyState.tsx
index 148c44ae..a5996b4c 100644
--- a/src/Components/ImagesTable/EmptyState.tsx
+++ b/src/Components/ImagesTable/EmptyState.tsx
@@ -99,7 +99,7 @@ const EmptyImagesTable = () => {
iconPosition="right"
isInline
href={CREATING_IMAGES_WITH_IB_SERVICE_URL}
- className="pf-u-pt-md"
+ className="pf-v5-u-pt-md"
>
Image builder for RPM-DNF documentation
diff --git a/src/Components/ImagesTable/ImageDetails.tsx b/src/Components/ImagesTable/ImageDetails.tsx
index efae389a..f735be8d 100644
--- a/src/Components/ImagesTable/ImageDetails.tsx
+++ b/src/Components/ImagesTable/ImageDetails.tsx
@@ -40,7 +40,7 @@ const SourceNotFoundPopover = () => {
@@ -63,7 +63,7 @@ const SourceNotFoundPopover = () => {
>
}
>
-
+
Source name cannot be loaded
@@ -140,8 +140,10 @@ export const AwsDetails = ({ compose }: AwsDetailsPropTypes) => {
return (
<>
- Build Information
-
+
+ Build Information
+
+
UUID
@@ -190,7 +192,7 @@ export const AwsDetails = ({ compose }: AwsDetailsPropTypes) => {
<>
-
+
Cloud Provider Identifiers
>
@@ -229,8 +231,10 @@ export const AzureDetails = ({ compose }: AzureDetailsPropTypes) => {
return (
<>
-
Build Information
-
+
+ Build Information
+
+
UUID
@@ -264,10 +268,10 @@ export const AzureDetails = ({ compose }: AzureDetailsPropTypes) => {
-
+
Cloud Provider Identifiers
-
+
Image name
@@ -314,8 +318,10 @@ export const GcpDetails = ({ compose }: GcpDetailsPropTypes) => {
return (
<>
- Build Information
-
+
+ Build Information
+
+
UUID
@@ -351,10 +357,10 @@ export const GcpDetails = ({ compose }: GcpDetailsPropTypes) => {
)}
-
+
Cloud Provider Identifiers
-
+
Image name
@@ -393,8 +399,10 @@ export const OciDetails = ({ compose }: OciDetailsPropTypes) => {
return (
<>
- Build Information
-
+
+ Build Information
+
+
UUID
@@ -414,10 +422,10 @@ export const OciDetails = ({ compose }: OciDetailsPropTypes) => {
-
+
Cloud Provider Identifiers
-
+
Object Storage URL
@@ -445,8 +453,10 @@ type AwsS3DetailsPropTypes = {
export const AwsS3Details = ({ compose }: AwsS3DetailsPropTypes) => {
return (
<>
- Build Information
-
+
+ Build Information
+
+
UUID
diff --git a/src/Components/ImagesTable/ImagesTable.tsx b/src/Components/ImagesTable/ImagesTable.tsx
index 4405be56..f8ec8220 100644
--- a/src/Components/ImagesTable/ImagesTable.tsx
+++ b/src/Components/ImagesTable/ImagesTable.tsx
@@ -229,7 +229,7 @@ const ImagesTable = () => {
);
})}
-
+
{
iconPosition="right"
// TO DO update the link after documentation is up
href={FILE_SYSTEM_CUSTOMIZATION_URL}
- className="pf-u-pl-0"
+ className="pf-v5-u-pl-0"
>
Read more about launching OCI images
@@ -325,7 +325,7 @@ export const OciInstance = ({ compose, isExpired }: OciInstancePropTypes) => {
>
Image link
diff --git a/src/Components/ImagesTable/Status.tsx b/src/Components/ImagesTable/Status.tsx
index 06299eaf..53e57d96 100644
--- a/src/Components/ImagesTable/Status.tsx
+++ b/src/Components/ImagesTable/Status.tsx
@@ -276,8 +276,8 @@ type StatusPropTypes = {
const Status = ({ icon, text }: StatusPropTypes) => {
return (
-
- {icon}
+
+ {icon}
{text}
);
@@ -312,8 +312,8 @@ const ErrorStatus = ({ icon, text, error }: ErrorStatusPropTypes) => {
}
return (
-
- {icon}
+
+ {icon}
{
bodyContent={
<>
- {reason}
+ {reason}
@@ -336,14 +336,14 @@ const ErrorStatus = ({ icon, text, error }: ErrorStatusPropTypes) => {
reason + '\n\n' + detailsArray.join('\n')
)
}
- className="pf-u-pl-0 pf-u-mt-md"
+ className="pf-v5-u-pl-0 pf-v5-u-mt-md"
>
Copy error text to clipboard
>
}
>
-
+
{text}
diff --git a/src/Components/LandingPage/LandingPage.scss b/src/Components/LandingPage/LandingPage.scss
index e46af229..1dfb6fa0 100644
--- a/src/Components/LandingPage/LandingPage.scss
+++ b/src/Components/LandingPage/LandingPage.scss
@@ -1,13 +1,13 @@
.pf-c-form__group-label-help {
- color: var(--pf-global--icon--Color--light);
+ color: var(--pf-v5-global--icon--Color--light);
}
.pf-c-form__group-label-help:active {
- color: var(--pf-global--icon--Color--dark);
+ color: var(--pf-v5-global--icon--Color--dark);
}
.expand-section {
- background-color: var(--pf-global--palette--white);
+ background-color: var(--pf-v5-global--palette--white);
}
.sidebar-panel {
diff --git a/src/Components/LandingPage/Quickstarts.tsx b/src/Components/LandingPage/Quickstarts.tsx
index f9148e89..72a07c77 100644
--- a/src/Components/LandingPage/Quickstarts.tsx
+++ b/src/Components/LandingPage/Quickstarts.tsx
@@ -13,13 +13,13 @@ export const Quickstarts = () => {
return (
setShowHint(val)}
isExpanded={showHint}
displaySize="lg"
>
-
+
}
iconPosition="right"
@@ -27,12 +27,12 @@ export const Quickstarts = () => {
isInline
component="a"
onClick={activateQuickstart('insights-launch-aws')}
- className="pf-u-font-weight-bold"
+ className="pf-v5-u-font-weight-bold"
>
Launch an AWS Image
-
+
}
iconPosition="right"
@@ -40,12 +40,12 @@ export const Quickstarts = () => {
isInline
component="a"
onClick={activateQuickstart('insights-launch-azure')}
- className="pf-u-font-weight-bold"
+ className="pf-v5-u-font-weight-bold"
>
Launch an Azure Image
-
+
}
iconPosition="right"
@@ -53,12 +53,12 @@ export const Quickstarts = () => {
isInline
component="a"
onClick={activateQuickstart('insights-launch-gcp')}
- className="pf-u-font-weight-bold"
+ className="pf-v5-u-font-weight-bold"
>
Launch a GCP Image
-
+
}
iconPosition="right"
@@ -66,7 +66,7 @@ export const Quickstarts = () => {
isInline
component="a"
onClick={activateQuickstart('insights-custom-repos')}
- className="pf-u-font-weight-bold"
+ className="pf-v5-u-font-weight-bold"
>
Build an Image with Custom Content
diff --git a/src/Components/ShareImageModal/RegionsSelect.tsx b/src/Components/ShareImageModal/RegionsSelect.tsx
index 6514b7dd..98ca12be 100644
--- a/src/Components/ShareImageModal/RegionsSelect.tsx
+++ b/src/Components/ShareImageModal/RegionsSelect.tsx
@@ -224,7 +224,7 @@ const RegionsSelect = ({ composeId, handleClose }: RegionsSelectPropTypes) => {
diff --git a/src/Components/sharedComponents/BetaLabel.scss b/src/Components/sharedComponents/BetaLabel.scss
index be1fbd87..9bdcae20 100644
--- a/src/Components/sharedComponents/BetaLabel.scss
+++ b/src/Components/sharedComponents/BetaLabel.scss
@@ -1,5 +1,5 @@
.beta-label {
- --pf-c-label--BackgroundColor: var(--pf-global--palette--green-300);
- --pf-c-label__content--before--BorderColor: var(--pf-global--palette--green-300);
+ --pf-c-label--BackgroundColor: var(--pf-v5-global--palette--green-300);
+ --pf-c-label__content--before--BorderColor: var(--pf-v5-global--palette--green-300);
margin-right: .5rem;
}
diff --git a/src/Components/sharedComponents/ImageBuilderHeader.tsx b/src/Components/sharedComponents/ImageBuilderHeader.tsx
index 711bc693..ce2a7127 100644
--- a/src/Components/sharedComponents/ImageBuilderHeader.tsx
+++ b/src/Components/sharedComponents/ImageBuilderHeader.tsx
@@ -84,7 +84,7 @@ const AboutImageBuilderPopover = () => {