-
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
Conversation
| @@ -1,5 +1,5 @@ | |||
| import * as React from 'react'; | |||
| import styles from '@patternfly/react-styles/css/components/ChipGroup/chip-group'; | |||
| import styles from '@patternfly/react-styles/css/components/Chip/chip-group'; | |||
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
|
Preview: https://patternfly-react-pr-9108.surge.sh A11y report: https://patternfly-react-pr-9108-a11y.surge.sh |
|
@mcoker - do the snapshot updates make sense with recent core changes? inset classes being removed? |
|
@gitdallas nope, glad you caught that. It's a bug in core, @mattnolting and I are looking at it now - patternfly/patternfly#5560 |
wise-king-sullyman
left a comment
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.
It seems like this does resolve the original issue.
wise-king-sullyman
left a comment
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.
Wait it looks like an integration test is failing, is that just related to the other core bug mentioned above?
|
@gitdallas @wise-king-sullyman this should be fixed now in 5.0.0-alpha.53 |
| 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'; |
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.
update based on pf core 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'; | |||
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.
update based on pf core change
| @@ -1,4 +1,4 @@ | |||
| import { pfIcons } from '@patternfly/patternfly/icons/pf-icons.mjs'; | |||
| import { pfIcons } from '@patternfly/patternfly/icons/pficons.mjs'; | |||
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.
update based on pf core change
|
@wise-king-sullyman - right. an issue was discovered with pf core while updating @mcoker - I've had to make a few other changes (pf-icons => pficons, LabelGroup => Label), i'm not sure what to do with the background image changes. what do you think? |
|
Commented out background image related stuff, will be handled with this issue #9051 |
|
@gitdallas looks like there's just a few unit test that probably just need to be |
will close #8993
about modal (larger X is back, backgrounds are gone) https://patternfly-react-pr-9108.surge.sh/components/about-modal