-
Notifications
You must be signed in to change notification settings - Fork 77
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 & Flow Item]: Refactor "footer"
slot to account for modal
#8981
Comments
Not sure if this applies to Card cc @ashetland @SkyeSeitz - I think it may have just been mentioned as a component that has footer-start/end slots. |
Agreed. I believe the idea was to confirm if we wanted more consistency between footers across components or if Card should be unique. |
"footer"
slot to account for modal
"footer"
slot to account for modal
"footer"
slot to account for modal
"footer"
slot to account for modal
Installed and assigned for verification. |
The Sending back to development for follow-up prior to release. |
**Related Issue:** #8981 ## Summary Fixes DOM order of flow-item footer start/end slots. Note: `flow-item` and `panel` stories were updated to make footer slot content easier to review.
Installed and assigned for verification. |
@DitwanP @geospatialem this introduced a regression. The following CSS prop isn't being honored anymore: 3def3ea#r144045487
|
Description
Currently the
panel
andflow-item
have a"footer"
slot, however to accommodate the Dialog + Modal component effort in #7886, we may need to account of additional footer slots, such as"footer-start"
and"footer-end"
to match the "back / secondary / start" currently offered in themodal
component.Acceptance Criteria
Refactor
panel
andflow-item
footer to includefooter-end
&footer-start
slots with no built in spacing between or within slotsWhich Component
panel
flow-item
Relevant Info
A dependency needed for the Dialog + Modal component effort in #7886
See Figma file for specs
Calcite package
The text was updated successfully, but these errors were encountered: