@brainfish-ai/components 0.20.1 → 0.20.3

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.
@@ -20,8 +20,8 @@ export declare interface ChartRadialStackedProps {
20
20
  title: string;
21
21
  data: Record<string, number>[];
22
22
  chartConfig: ChartConfig;
23
- trend: Trend;
24
- trendValue: string;
23
+ trend?: Trend;
24
+ trendValue?: string;
25
25
  className?: string;
26
26
  }
27
27
 
@@ -5322,7 +5322,7 @@ function Header({
5322
5322
  variant: "ghost",
5323
5323
  onClick: onBackButtonClick,
5324
5324
  "aria-label": "Go back",
5325
- className: cn("shrink-0", isSearchWidget ? "" : "@3xl:hidden"),
5325
+ className: cn("shrink-0 text-primary-foreground", isSearchWidget ? "" : "@3xl:hidden"),
5326
5326
  disabled: isSearching
5327
5327
  },
5328
5328
  /* @__PURE__ */ React__default.createElement(ArrowLeft, null)
@@ -6341,4 +6341,4 @@ const ChatSearch = forwardRef(({ featureFlags, ...props }, ref) => /* @__PURE__
6341
6341
  ChatSearch.displayName = "ChatSearch";
6342
6342
 
6343
6343
  export { ChatSearch as C, ChatSearchProvider as a, useIsChatSearchDirty as b, useChatSearch as u };
6344
- //# sourceMappingURL=ChatSearch.DBiDqJZy.js.map
6344
+ //# sourceMappingURL=ChatSearch.Bad4C07E.js.map