@learningpool/ui 1.16.2 → 1.17.1
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/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -130,6 +130,7 @@ export { default as List } from './components/datadisplay/List/List';
|
|
|
130
130
|
export { default as SideInSide } from './components/pages/SideInSide/SideInSide';
|
|
131
131
|
export { default as ErrorPage } from './components/pages/ErrorPage/ErrorPage';
|
|
132
132
|
export { default as AppHub } from './components/stream/AppHub/AppHub';
|
|
133
|
+
export { default as AppSwitcher } from './components/stream/AppSwitcher/AppSwitcher';
|
|
133
134
|
export { default as Header } from './components/landmarks/Header/Header';
|
|
134
135
|
export { default as MobileNavigation } from './components/navigation/MobileNavigation/MobileNavigation';
|
|
135
136
|
export { default as VerticalNavigation } from './components/navigation/VerticalNavigation/VerticalNavigation';
|
package/index.js
CHANGED
|
@@ -141,6 +141,7 @@ export { default as SideInSide } from './components/pages/SideInSide/SideInSide'
|
|
|
141
141
|
export { default as ErrorPage } from './components/pages/ErrorPage/ErrorPage';
|
|
142
142
|
// Stream Suite components
|
|
143
143
|
export { default as AppHub } from './components/stream/AppHub/AppHub';
|
|
144
|
+
export { default as AppSwitcher } from './components/stream/AppSwitcher/AppSwitcher';
|
|
144
145
|
export { default as Header } from './components/landmarks/Header/Header';
|
|
145
146
|
export { default as MobileNavigation } from './components/navigation/MobileNavigation/MobileNavigation';
|
|
146
147
|
export { default as VerticalNavigation } from './components/navigation/VerticalNavigation/VerticalNavigation';
|