Skip to content

Conversation

@wise-king-sullyman
Copy link
Contributor

What: Closes #9144

Additional issues:

@patternfly-build
Copy link
Contributor

patternfly-build commented May 23, 2023

id: About modal
section: components
cssPrefix: pf-c-about-modal-box
cssPrefix: pf-v5-c-about-modal-box
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to update this in example files right now? Looks like the CSS variables tables in component pages is empty in the preview. cc @nicolethoen would this be tied to patternfly/patternfly-org#3489 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I think that with patternfly/patternfly-org#3489 the tables will work with this change.

Copy link
Contributor

@nicolethoen nicolethoen May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agreed! I think to keep parity with core, we should use the versioned prefixes here. My org work will get all this working again once it merges and I finish the follow up work in react to pull in the newer doc-framework version

Copy link
Contributor

@mcoker mcoker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, one small comment that isn't a blocker.

Comment on lines 1574 to 1576
<div className="pf-v5-l-flex__item">100C</div>
<div className="pf-v5-l-flex__item">50C</div>
<div className="pf-v5-l-flex__item">0C</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you use <FlexItem> here and the other places in this file?

Suggested change
<div className="pf-v5-l-flex__item">100C</div>
<div className="pf-v5-l-flex__item">50C</div>
<div className="pf-v5-l-flex__item">0C</div>
<FlexItem>100C</FlexItem>
<FlexItem>50C</FlexItem>
<FlexItem>0C</FlexItem>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pushed a change that I think addressed this, look good to you?

@tlabaj tlabaj merged commit 43b44de into patternfly:v5 May 31, 2023
nicolethoen pushed a commit to Kells512/patternfly-react that referenced this pull request Sep 1, 2023
…9174)

* fix(react-core): updated class names to include versions

* fix(react-core): updated pf-l- class names to include versions

* chore(CardDemos): changed flex item styled div to FlexItem components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up example/demo class names still missing versioned prefix

7 participants