diff --git a/package.json b/package.json index 68033e1..155e238 100644 --- a/package.json +++ b/package.json @@ -34,17 +34,26 @@ "@visual-framework/vf-box": "^2.4.0", "@visual-framework/vf-button": "3.0.2", "@visual-framework/vf-content": "1.6.16", + "@visual-framework/vf-core": "2.2.47", + "@visual-framework/vf-extensions-react": "^0.0.8", + "@visual-framework/vf-font-plex-mono": "^1.1.3", + "@visual-framework/vf-font-plex-sans": "^1.1.3", + "@visual-framework/vf-footer": "^1.2.1", + "@visual-framework/vf-global-header": "^3.1.6", "@visual-framework/vf-grid": "^1.4.1", "@visual-framework/vf-hero": "^4.0.3", "@visual-framework/vf-link": "^2.0.2", "@visual-framework/vf-mega-menu": "^1.0.2", "@visual-framework/vf-profile": "^1.4.0", + "@visual-framework/vf-sass-config": "2.6.1", "@visual-framework/vf-sass-starter": "^0.1.30", "@visual-framework/vf-search": "^1.0.0", + "@visual-framework/vf-search-client-side": "^2.0.2", "@visual-framework/vf-stack": "^3.0.0", "@visual-framework/vf-tabs": "^2.1.5", "@visual-framework/vf-text": "^1.1.1", "@visual-framework/vf-u-fullbleed": "^1.2.2", + "@visual-framework/vf-utility-classes": "2.0.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.13.0" diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 01bebbc..7dded3f 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -8,9 +8,11 @@ import { VfHeroComponent } from './components/vf-hero/vf-hero.component'; import { VfTabsComponent } from './components/vf-tabs/vf-tabs.component'; import { VfBackToTopComponent } from './components/vf-back-to-top/vf-back-to-top.component'; import { HomeComponent } from './components/home/home.component'; +import { SearchComponent } from './components/search/search.component'; const routes: Routes = [ { path: '', component: HomeComponent }, + { path: 'search', component: SearchComponent }, { path: 'components/vf-back-to-top', component: VfBackToTopComponent }, { path: 'components/vf-badge', component: VfBadgeComponent }, { path: 'components/vf-banner', component: VfBannerComponent }, diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 6832230..8f539e9 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -8,6 +8,7 @@ import { AppRoutingModule } from './app-routing.module'; import { AppHeaderModule } from './components/header/header.module'; import { AppFooterModule } from './components/footer/footer.module'; import { VfComponentsModule } from './components/vf-components.module'; +import { SearchModule } from './components/search/search.module'; @NgModule({ declarations: [ AppComponent @@ -20,6 +21,7 @@ import { VfComponentsModule } from './components/vf-components.module'; AppHeaderModule, AppFooterModule, VfComponentsModule, + SearchModule, ], bootstrap: [AppComponent], schemas: [NO_ERRORS_SCHEMA] diff --git a/src/app/components/footer/footer.component.html b/src/app/components/footer/footer.component.html index 9164d02..8f97e9a 100644 --- a/src/app/components/footer/footer.component.html +++ b/src/app/components/footer/footer.component.html @@ -71,9 +71,6 @@