-
Notifications
You must be signed in to change notification settings - Fork 375
chore(deps): update pf core dep #9108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
a3d1ec3
4c30f67
06d993a
b6233fc
fe3e79d
4a08eb6
bd82c54
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| import * as React from 'react'; | ||
| import { useState } from 'react'; | ||
| import styles from '@patternfly/react-styles/css/components/Label/label'; | ||
| import labelGrpStyles from '@patternfly/react-styles/css/components/LabelGroup/label-group'; | ||
| import labelGrpStyles from '@patternfly/react-styles/css/components/Label/label-group'; | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. update based on pf core change |
||
| import { Button } from '../Button'; | ||
| import { Tooltip, TooltipPosition } from '../Tooltip'; | ||
| import { css } from '@patternfly/react-styles'; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| import * as React from 'react'; | ||
| import styles from '@patternfly/react-styles/css/components/LabelGroup/label-group'; | ||
| import styles from '@patternfly/react-styles/css/components/Label/label-group'; | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. update based on pf core change |
||
| import labelStyles from '@patternfly/react-styles/css/components/Label/label'; | ||
| import { css } from '@patternfly/react-styles'; | ||
| import { Button } from '../Button'; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| import { pfIcons } from '@patternfly/patternfly/icons/pf-icons.mjs'; | ||
| import { pfIcons } from '@patternfly/patternfly/icons/pficons.mjs'; | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. update based on pf core change |
||
|
|
||
| const renaming = { | ||
| save: 'save-alt', | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had to update this because of this change: patternfly/patternfly#5559