@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.
package/lib/styles/index.css
CHANGED
|
@@ -500,7 +500,7 @@ fieldset {
|
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
.vuiAppSideNav--l .vuiAppSideNav__inner {
|
|
503
|
-
padding:
|
|
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
|
@@ -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
|
};
|