Skip to content

Commit

Permalink
feat(ipx): add exportparts to atomic-ipx-body (#4523)
Browse files Browse the repository at this point in the history
We need a new export part to define a bit of CSS in the Search interface
service for max-height/width.
https://coveord.atlassian.net/browse/SVCC-4197
  • Loading branch information
dguerinCoveo authored Oct 11, 2024
1 parent ec36b2e commit 70754a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export class AtomicIPXModal implements InitializableComponent<AnyBindings> {
<atomic-ipx-body
isOpen={this.isOpen}
displayFooterSlot={this.hasFooterSlotElements}
exportparts="container"
>
<slot name="header" slot="header" />
<slot name="body" slot="body" />
Expand Down

0 comments on commit 70754a0

Please sign in to comment.