-
Notifications
You must be signed in to change notification settings - Fork 34
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
PageTemplate and Layout component #2219
Conversation
<ScopedCssBaseline> | ||
<Story /> | ||
</ScopedCssBaseline> |
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.
Talked with @bryancunningham-okta , this MUI imported ScopedCssBaseline
is bringing in unwanted styles for Storybook. Not sure if we want to create a separate PR to remove it or if removing it here is fine
type SupportedPaneRatios = | ||
| [1] | ||
| [1, 1] | ||
| [1, 2] | ||
| [2, 1] | ||
| [1, 3] | ||
| [3, 1] | ||
| [1, 1, 1] | ||
| [1, 2, 1] | ||
| [2, 1, 1] | ||
| [1, 1, 2] | ||
| [1, 1, 1, 1]; |
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.
Open to narrowing this type to support less ratios OOTB so any new ratios can be additive
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.
I don't think we need these
[1, 2, 1]
[2, 1, 1]
[1, 1, 2]
I fixed Applitools issues and re-ran CI. I haven't had a chance to review this yet. |
@@ -95,6 +95,7 @@ export * from "./ScreenReaderText"; | |||
export * from "./SearchField"; | |||
export * from "./Select"; | |||
export * from "./Status"; | |||
export * from "./Surface"; |
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.
Let's move this to Labs.
476e72b
to
28662cb
Compare
packages/odyssey-storybook/.storybook/components/RemovePaddingDecorator.tsx
Outdated
Show resolved
Hide resolved
OKTA-721245 feat: start layout component feat: more work on layout component feat: documentation and syntax updates fix: update to storybook and component feat: add more to Storybook fix: remove unncessary MUI ScopedCssBaseline feat: add full-width story feat(odyssey-react-mui): create surface component feat(odyssey-react-mui): create stories for Grid feat(odyssey-react-mui): remove surface styling from Grid fix: small nit fixes feat(odyssey-react-mui): panes => regions fix(odyssey-react-mui): rename components and add disclaimer fix: standardize vertical layout distance refactor: update css refactor: alphabetize the imports feat: add rudimentary responsiveness to Layout refactor: improve nested selectors refactor: update based on code review Merge branch 'main' into ti-OKTA-721245-layout-component fix: update redundant type export
OKTA-721245 feat: start layout component feat: more work on layout component feat: documentation and syntax updates fix: update to storybook and component feat: add more to Storybook fix: remove unncessary MUI ScopedCssBaseline feat: add full-width story feat(odyssey-react-mui): create surface component feat(odyssey-react-mui): create stories for Grid feat(odyssey-react-mui): remove surface styling from Grid fix: small nit fixes feat(odyssey-react-mui): panes => regions fix(odyssey-react-mui): rename components and add disclaimer fix: standardize vertical layout distance refactor: update css refactor: alphabetize the imports feat: add rudimentary responsiveness to Layout refactor: improve nested selectors refactor: update based on code review Merge branch 'main' into ti-OKTA-721245-layout-component fix: update redundant type export
OKTA-753914 fix: english leak for "Close" in Autocomplete (#2291) OKTA-742653 English leak for "Close" in Autocomplete feat: pageTemplate and Layout component (#2219) OKTA-721245 feat: start layout component feat: more work on layout component feat: documentation and syntax updates fix: update to storybook and component feat: add more to Storybook fix: remove unncessary MUI ScopedCssBaseline feat: add full-width story feat(odyssey-react-mui): create surface component feat(odyssey-react-mui): create stories for Grid feat(odyssey-react-mui): remove surface styling from Grid fix: small nit fixes feat(odyssey-react-mui): panes => regions fix(odyssey-react-mui): rename components and add disclaimer fix: standardize vertical layout distance refactor: update css refactor: alphabetize the imports feat: add rudimentary responsiveness to Layout refactor: improve nested selectors refactor: update based on code review Merge branch 'main' into ti-OKTA-721245-layout-component fix: update redundant type export fix: data Table legacy improvements (#2294) OKTA-753577 feat: add max pages and max rows per page to pagination feat: add manual pagination next disabling feat: reset pagination if search or filters changes refactor: alphabetize props feat: fixing pagination bug refactor: improve pagination calculation refactor: update currentRowsCount to be non-breaking chore(odyssey-react-mui): fix Layout story margin chore(odyssey-react-mui): bump to 1.20.0. not done in main by error chore: back to 1.19.0 chore: bump back to 1.20.0 and generate changelog Merge branch 'main' into bc_backport_1.20 Merge remote-tracking branch 'origin/main' into bc_backport_1.20
OKTA-721245
Summary
PageTemplate
andLayout
componentsTesting & Screenshots
Screen.Recording.2024-05-02.at.5.03.33.PM.mov