feat(misc, TextContent): update core version & text content updates by kmcfaul · Pull Request #10378 · patternfly/patternfly-react

Choose a reason for hiding this comment

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

Just one small change needed for the wizard toggle.

Also left some comments on card demo icons but those are all pre-existing and just nits, so no importance to get in with this PR IMO.

Also there is a line in the react-tokens readme we could probably clean up -

import global_BackgroundColor_100 from '@patternfly/react-tokens/dist/esm/global_-background-color_100';

^ references an old global var name and the filename in the import has hyphens that should be underscores. We could probably just copy/paste the import line from the block below it there:

import global_background_color_primary_default from '@patternfly/react-tokens/dist/esm/global_background_color_primary_default';