@phonghq/go-chat 1.0.28 → 1.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -305,10 +305,10 @@ for (const [user] of __VLS_getVForSourceType((__VLS_ctx.listConversations))) {
|
|
|
305
305
|
...{ class: "flex justify-between items-center gap-4" },
|
|
306
306
|
});
|
|
307
307
|
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
308
|
-
...{ class: "truncate" },
|
|
308
|
+
...{ class: "truncate text-left" },
|
|
309
309
|
});
|
|
310
310
|
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
311
|
-
...{ class: "flex items-center
|
|
311
|
+
...{ class: "flex items-center" },
|
|
312
312
|
});
|
|
313
313
|
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
314
314
|
...{ class: "truncate font-semibold" },
|
|
@@ -393,9 +393,9 @@ var __VLS_20;
|
|
|
393
393
|
/** @type {__VLS_StyleScopedClasses['items-center']} */ ;
|
|
394
394
|
/** @type {__VLS_StyleScopedClasses['gap-4']} */ ;
|
|
395
395
|
/** @type {__VLS_StyleScopedClasses['truncate']} */ ;
|
|
396
|
+
/** @type {__VLS_StyleScopedClasses['text-left']} */ ;
|
|
396
397
|
/** @type {__VLS_StyleScopedClasses['flex']} */ ;
|
|
397
398
|
/** @type {__VLS_StyleScopedClasses['items-center']} */ ;
|
|
398
|
-
/** @type {__VLS_StyleScopedClasses['text-left']} */ ;
|
|
399
399
|
/** @type {__VLS_StyleScopedClasses['truncate']} */ ;
|
|
400
400
|
/** @type {__VLS_StyleScopedClasses['font-semibold']} */ ;
|
|
401
401
|
/** @type {__VLS_StyleScopedClasses['ml-2']} */ ;
|