Moved and renamed the width-classes.ts file

This commit is contained in:
Imad Saddik 2025-12-20 09:04:13 +01:00
parent d784cf9bea
commit b6dbbcc1fb
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export type CustomWidthPreset = keyof typeof CUSTOM_WIDTH_PRESETS;
* @param autoChatWidth - Whether automatic responsive width is enabled
* @param customChatWidth - Custom width setting (preset key or pixel value)
*/
export function getChatWidthClass(
export function getChatWidth(
autoChatWidth: boolean,
customChatWidth: string
): { class: string; style?: string } {