Skip to content

Commit ba08d7a

Browse files
authored
fix(*): Renamed 'input-container' part to 'input-area'. (#1954)
1 parent a1cdbf3 commit ba08d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/chat/chat.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ const Slots = setSlots(
156156
* @csspart empty-state - Styles the empty state container when there are no messages.
157157
*
158158
* @csspart input-area-container - Styles the wrapper around the chat input area.
159-
* @csspart input-container - Styles the main input container.
159+
* @csspart input-area - Styles the main text input area.
160160
* @csspart input-attachments-container - Styles the container for attachments in the input.
161161
* @csspart input-attachment-container - Styles a single attachment in the input area.
162162
* @csspart input-attachment-name - Styles the file name of an attachment.
@@ -509,7 +509,7 @@ export default class IgcChatComponent extends EventEmitterMixin<
509509
<div part="input-area-container">
510510
<igc-chat-input
511511
exportparts="
512-
input-container: input-area-container,
512+
input-container: input-area,
513513
input-wrapper: input-container,
514514
attachments: input-attachments-container,
515515
attachment-wrapper: input-attachment-container,

0 commit comments

Comments
 (0)