@brainfish-ai/components 0.7.0 → 0.7.1

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.
@@ -1,2 +1,2 @@
1
- export { C as ChatSearch, a as ChatSearchProvider, u as useChatSearch, b as useIsChatSearchDirty } from '../chunks/ChatSearch.BD2RqFhC.js';
1
+ export { C as ChatSearch, a as ChatSearchProvider, u as useChatSearch, b as useIsChatSearchDirty } from '../chunks/ChatSearch.D-TNvcdQ.js';
2
2
  //# sourceMappingURL=chat-search.js.map
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './index.css';export { C as ChatSearch, a as ChatSearchProvider, u as useChatSearch, b as useIsChatSearchDirty } from './chunks/ChatSearch.BD2RqFhC.js';
1
+ import './index.css';export { C as ChatSearch, a as ChatSearchProvider, u as useChatSearch, b as useIsChatSearchDirty } from './chunks/ChatSearch.D-TNvcdQ.js';
2
2
  export { C as CodeBlock, F as FormattedMessage, M as MemoizedReactMarkdown, a as MermaidDiagram, Z as ZoomableImage } from './chunks/FormattedMessage.DPRps9mh.js';
3
3
  export { Button, buttonVariants } from './components/ui/button.js';
4
4
  export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './components/ui/collapsible.js';
package/dist/index.d.ts CHANGED
@@ -387,6 +387,7 @@ export declare interface ChatSearchProps {
387
387
  userData?: Record<string, unknown> | null;
388
388
  redirectRules?: RedirectRule[];
389
389
  secretAttributes?: string;
390
+ allowedRegions?: string[];
390
391
  }
391
392
 
392
393
  export declare const ChatSearchProvider: default_2.FC<{