Skip to content
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

feat: Misc Odyssey updates #2326

Merged
merged 16 commits into from
Oct 1, 2024
Merged

Conversation

bryancunningham-okta
Copy link
Contributor

@bryancunningham-okta bryancunningham-okta commented Aug 23, 2024

OKTA-796463

Summary

  • Expose wrapped Stack utility component from MUI
  • Fix deprecation warning from Storybook
  • Expose getOptionLabel prop on Autocomplete
  • Add linkTarget props for Banner and Callout
  • Remove broken Tooltip story

Testing & Screenshots

  • I have confirmed this change with my designer and the Odyssey Design Team.

@bryancunningham-okta bryancunningham-okta requested a review from a team as a code owner August 23, 2024 17:27
Copy link
Contributor

@KevinGhadyani-Okta KevinGhadyani-Okta left a comment

Choose a reason for hiding this comment

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

Looks good, but i don't know what could break here either.

Does Applitools pass?

Copy link
Contributor

@KevinGhadyani-Okta KevinGhadyani-Okta left a comment

Choose a reason for hiding this comment

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


Copy link
Contributor

@KevinGhadyani-Okta KevinGhadyani-Okta left a comment

Choose a reason for hiding this comment

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

Approved noting we'll be wrapping these. Sorry, I can't unapprove :/.

Comment on lines 32 to 34
const Stack = ({ children, spacing }: StackProps) => {
return <MuiStack spacing={spacing}>{children}</MuiStack>;
};
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this the spacing stuff we're missing from Gen2? Can we get a Storybook entry for it?

@oktapp-aperture-okta oktapp-aperture-okta bot merged commit 84fcef3 into main Oct 1, 2024
3 checks passed
@oktapp-aperture-okta oktapp-aperture-okta bot deleted the bc-expose-mui-stack-and-grid branch October 1, 2024 15:31
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.

3 participants