@vectara/vectara-ui 15.9.2 → 15.9.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.
@@ -2,7 +2,7 @@ export declare const TAB_SIZE: readonly ["s", "m"];
2
2
  export type TabSize = (typeof TAB_SIZE)[number];
3
3
  export type TabRoute = {
4
4
  href: string;
5
- title: string;
5
+ title: React.ReactNode;
6
6
  render?: (tabLink: React.ReactNode) => React.ReactNode;
7
7
  testId?: string;
8
8
  isActive?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vectara/vectara-ui",
3
- "version": "15.9.2",
3
+ "version": "15.9.3",
4
4
  "homepage": "./",
5
5
  "description": "Vectara's design system, codified as a React and Sass component library",
6
6
  "author": "Vectara",