@phonghq/go-chat 1.0.31 → 1.0.32
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.
|
@@ -84,7 +84,7 @@ __VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
|
84
84
|
});
|
|
85
85
|
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({});
|
|
86
86
|
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
87
|
-
...{ class: "text-xl font-semibold text-chat-haze-600 mb-2" },
|
|
87
|
+
...{ class: "text-xl text-left font-semibold text-chat-haze-600 mb-2" },
|
|
88
88
|
});
|
|
89
89
|
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
90
90
|
...{ class: "chat-input border border-chat-haze-200 p-2 bg-white shadow-md" },
|
|
@@ -98,7 +98,7 @@ __VLS_asFunctionalElement(__VLS_elements.input)({
|
|
|
98
98
|
[nameValue,];
|
|
99
99
|
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({});
|
|
100
100
|
__VLS_asFunctionalElement(__VLS_elements.p, __VLS_elements.p)({
|
|
101
|
-
...{ class: "text-xl font-semibold text-chat-haze-600 mb-2" },
|
|
101
|
+
...{ class: "text-xl text-left font-semibold text-chat-haze-600 mb-2" },
|
|
102
102
|
});
|
|
103
103
|
__VLS_asFunctionalElement(__VLS_elements.div, __VLS_elements.div)({
|
|
104
104
|
...{ class: "flex items-center gap-2 chat-input border border-chat-haze-200 p-2 bg-white shadow-md" },
|
|
@@ -212,6 +212,7 @@ var __VLS_6;
|
|
|
212
212
|
/** @type {__VLS_StyleScopedClasses['text-center']} */ ;
|
|
213
213
|
/** @type {__VLS_StyleScopedClasses['mb-2']} */ ;
|
|
214
214
|
/** @type {__VLS_StyleScopedClasses['text-xl']} */ ;
|
|
215
|
+
/** @type {__VLS_StyleScopedClasses['text-left']} */ ;
|
|
215
216
|
/** @type {__VLS_StyleScopedClasses['font-semibold']} */ ;
|
|
216
217
|
/** @type {__VLS_StyleScopedClasses['text-chat-haze-600']} */ ;
|
|
217
218
|
/** @type {__VLS_StyleScopedClasses['mb-2']} */ ;
|
|
@@ -226,6 +227,7 @@ var __VLS_6;
|
|
|
226
227
|
/** @type {__VLS_StyleScopedClasses['px-2']} */ ;
|
|
227
228
|
/** @type {__VLS_StyleScopedClasses['w-full']} */ ;
|
|
228
229
|
/** @type {__VLS_StyleScopedClasses['text-xl']} */ ;
|
|
230
|
+
/** @type {__VLS_StyleScopedClasses['text-left']} */ ;
|
|
229
231
|
/** @type {__VLS_StyleScopedClasses['font-semibold']} */ ;
|
|
230
232
|
/** @type {__VLS_StyleScopedClasses['text-chat-haze-600']} */ ;
|
|
231
233
|
/** @type {__VLS_StyleScopedClasses['mb-2']} */ ;
|