@vectara/vectara-ui 15.9.2 → 15.9.4

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.
@@ -95,7 +95,6 @@
95
95
  }
96
96
 
97
97
  &.vuiTab-isActive {
98
- pointer-events: none;
99
98
  color: var(--vui-color-full-shade);
100
99
  }
101
100
  }
@@ -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;
@@ -5501,7 +5501,6 @@ h2.react-datepicker__current-month {
5501
5501
  padding-right: 0;
5502
5502
  }
5503
5503
  .vuiTab.vuiTab-isActive {
5504
- pointer-events: none;
5505
5504
  color: var(--vui-color-full-shade);
5506
5505
  }
5507
5506
 
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.4",
4
4
  "homepage": "./",
5
5
  "description": "Vectara's design system, codified as a React and Sass component library",
6
6
  "author": "Vectara",