src: Run class-name-updater
This runs `npx @patternfly/class-name-updater src --v6 --fix`.
This commit is contained in:
parent
1fc1f0cb8d
commit
4312cca4dd
30 changed files with 149 additions and 149 deletions
|
|
@ -484,7 +484,7 @@ const Packages = () => {
|
|||
</EmptyStateActions>
|
||||
<EmptyStateActions>
|
||||
<Button
|
||||
className="pf-v5-u-pt-md"
|
||||
className="pf-v6-u-pt-md"
|
||||
variant="link"
|
||||
isInline
|
||||
component="a"
|
||||
|
|
@ -1197,11 +1197,11 @@ const Packages = () => {
|
|||
}
|
||||
>
|
||||
<Button
|
||||
icon={<HelpIcon className="pf-v5-u-ml-xs" />}
|
||||
icon={<HelpIcon className="pf-v6-u-ml-xs" />}
|
||||
variant="plain"
|
||||
aria-label="About included packages"
|
||||
component="span"
|
||||
className="pf-v5-u-p-0"
|
||||
className="pf-v6-u-p-0"
|
||||
isInline
|
||||
/>
|
||||
</Popover>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ const PackageInfoNotAvailablePopover = () => {
|
|||
icon={<HelpIcon />}
|
||||
variant="plain"
|
||||
aria-label="Package description"
|
||||
className="pf-v5-u-pl-sm pf-v5-u-pt-0 pf-v5-u-pb-0"
|
||||
className="pf-v6-u-pl-sm pf-v6-u-pt-0 pf-v6-u-pb-0"
|
||||
/>
|
||||
</Popover>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ export const IncludedReposPopover = () => {
|
|||
variant="plain"
|
||||
aria-label="About included repositories"
|
||||
component="span"
|
||||
className="pf-v5-u-p-0"
|
||||
className="pf-v6-u-p-0"
|
||||
size="sm"
|
||||
isInline
|
||||
/>
|
||||
|
|
@ -45,7 +45,7 @@ export const OtherReposPopover = () => {
|
|||
variant="plain"
|
||||
aria-label="About other repositories"
|
||||
component="span"
|
||||
className="pf-v5-u-p-0"
|
||||
className="pf-v6-u-p-0"
|
||||
size="sm"
|
||||
isInline
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue