@brainfish-ai/components 0.19.6 → 0.19.7
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.
- package/dist/esm/chunks/{ChatSearch.DzEHRqRZ.js → ChatSearch.DOH90EUx.js} +2 -3
- package/dist/esm/chunks/{ChatSearch.DzEHRqRZ.js.map → ChatSearch.DOH90EUx.js.map} +1 -1
- package/dist/esm/components/chat-search.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/stats.html +1 -1
- package/package.json +1 -1
|
@@ -6123,8 +6123,7 @@ const ChatSearchComponent = forwardRef(
|
|
|
6123
6123
|
"div",
|
|
6124
6124
|
{
|
|
6125
6125
|
className: cn(
|
|
6126
|
-
"w-full relative flex flex-col justify-between @container",
|
|
6127
|
-
isSearchWidget ? "h-auto" : "h-dvh",
|
|
6126
|
+
"w-full relative h-dvh flex flex-col justify-between @container",
|
|
6128
6127
|
"md:h-auto md:p-4 md:bg-dark-100",
|
|
6129
6128
|
className
|
|
6130
6129
|
),
|
|
@@ -6342,4 +6341,4 @@ const ChatSearch = forwardRef(({ featureFlags, ...props }, ref) => /* @__PURE__
|
|
|
6342
6341
|
ChatSearch.displayName = "ChatSearch";
|
|
6343
6342
|
|
|
6344
6343
|
export { ChatSearch as C, ChatSearchProvider as a, useIsChatSearchDirty as b, useChatSearch as u };
|
|
6345
|
-
//# sourceMappingURL=ChatSearch.
|
|
6344
|
+
//# sourceMappingURL=ChatSearch.DOH90EUx.js.map
|