@brainfish-ai/components 0.19.5 → 0.19.6

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