-
Notifications
You must be signed in to change notification settings - Fork 76
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
[Panel and Flow Item] Add scale property #6980
Comments
What would adjust with scale? Rendered text and padding? If so, may want to address Block as well as it would be used within these and may end up with mismatched text sizes and alignment. |
@macandcheese Good point. For Panel and FlowItem, I would say font-size and padding. And for Block, I'm thinking since it is currently at 14px, we could match Button's font-sizes. |
Installed and assigned for verification. |
🍡 Verified locally on 'dev' |
Forgive me @Elijbet, reopening to add controls for |
**Related Issue:** #6980 ## Summary Adding scale control to the simple stories on storybook
Installed and assigned for verification. |
🍡Verified, Part 2 🍿 |
**Related Issue:** #6980 ## Summary Add `scale` property to `panel` and `flow-item`.
**Related Issue:** #6980 ## Summary Adding scale control to the simple stories on storybook
Description
Add a scale property to Panel.
Popover has scale, and it is helpful. But there are times when a flow needs to happen in a Popover and in a compact space.
Acceptance Criteria
Utilize existing scaling conventions.
Work in Popover.
Work in ShellPanel.
In accordance with issue #7623
Relevant Info
A dependency needed for the Dialog + Modal component effort in #7886
See Figma file for specs
Which Component
Panel and FlowItem
Example Use Case
When a flow needs to happen in a compact space...especially in a Popover. See image above.
Priority impact
p4 - not time sensitive
Esri team
N/A
The text was updated successfully, but these errors were encountered: