@vectara/vectara-ui 15.9.3 → 15.9.5

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.
@@ -89,7 +89,7 @@
89
89
 
90
90
  .vuiAppSideNav--l {
91
91
  .vuiAppSideNav__inner {
92
- padding: 20px 12px 0;
92
+ padding: 4px 8px 0;
93
93
  }
94
94
 
95
95
  .vuiAppSideNavLink {
@@ -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
  }
@@ -500,7 +500,7 @@ fieldset {
500
500
  }
501
501
 
502
502
  .vuiAppSideNav--l .vuiAppSideNav__inner {
503
- padding: 20px 12px 0;
503
+ padding: 4px 8px 0;
504
504
  }
505
505
  .vuiAppSideNav--l .vuiAppSideNavLink {
506
506
  display: block;
@@ -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.3",
3
+ "version": "15.9.5",
4
4
  "homepage": "./",
5
5
  "description": "Vectara's design system, codified as a React and Sass component library",
6
6
  "author": "Vectara",
@@ -16,6 +16,11 @@ export const tabs = {
16
16
  name: "Tabs",
17
17
  path: "/tabs",
18
18
  examples: [
19
+ {
20
+ name: "Tabs Navigator",
21
+ component: <TabsNavigator />,
22
+ source: TabsNavigatorSource.default.toString()
23
+ },
19
24
  {
20
25
  name: "Small",
21
26
  component: <Small />,
@@ -40,11 +45,6 @@ export const tabs = {
40
45
  name: "Enclosed",
41
46
  component: <Enclosed />,
42
47
  source: EnclosedSource.default.toString()
43
- },
44
- {
45
- name: "Tabs Navigator",
46
- component: <TabsNavigator />,
47
- source: TabsNavigatorSource.default.toString()
48
48
  }
49
49
  ]
50
50
  };