@brainfish-ai/components 0.7.0-alpha.1 → 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.Xuwh8-_d.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.Xuwh8-_d.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
@@ -386,7 +386,8 @@ export declare interface ChatSearchProps {
386
386
  }) => void;
387
387
  userData?: Record<string, unknown> | null;
388
388
  redirectRules?: RedirectRule[];
389
- attributesSigned?: string;
389
+ secretAttributes?: string;
390
+ allowedRegions?: string[];
390
391
  }
391
392
 
392
393
  export declare const ChatSearchProvider: default_2.FC<{