diff --git a/__snapshots__/foundations/chromium/Colors-should-match-screenshot-1/Colors-should-match-screenshot.png b/__snapshots__/foundations/chromium/Colors-should-match-screenshot-1/Colors-should-match-screenshot.png index 96c285c37db..82058261dac 100644 Binary files a/__snapshots__/foundations/chromium/Colors-should-match-screenshot-1/Colors-should-match-screenshot.png and b/__snapshots__/foundations/chromium/Colors-should-match-screenshot-1/Colors-should-match-screenshot.png differ diff --git a/__snapshots__/foundations/chromium/Fonts-should-match-screenshot-1/Fonts-should-match-screenshot.png b/__snapshots__/foundations/chromium/Fonts-should-match-screenshot-1/Fonts-should-match-screenshot.png index 883729ea822..843f64b47be 100644 Binary files a/__snapshots__/foundations/chromium/Fonts-should-match-screenshot-1/Fonts-should-match-screenshot.png and b/__snapshots__/foundations/chromium/Fonts-should-match-screenshot-1/Fonts-should-match-screenshot.png differ diff --git a/__snapshots__/foundations/firefox/Colors-should-match-screenshot-1/Colors-should-match-screenshot.png b/__snapshots__/foundations/firefox/Colors-should-match-screenshot-1/Colors-should-match-screenshot.png index 7c3c04afec4..8ed1e0ca9ab 100644 Binary files a/__snapshots__/foundations/firefox/Colors-should-match-screenshot-1/Colors-should-match-screenshot.png and b/__snapshots__/foundations/firefox/Colors-should-match-screenshot-1/Colors-should-match-screenshot.png differ diff --git a/__snapshots__/foundations/firefox/Fonts-should-match-screenshot-1/Fonts-should-match-screenshot.png b/__snapshots__/foundations/firefox/Fonts-should-match-screenshot-1/Fonts-should-match-screenshot.png index 5514f0baca3..e88b5c3a1ac 100644 Binary files a/__snapshots__/foundations/firefox/Fonts-should-match-screenshot-1/Fonts-should-match-screenshot.png and b/__snapshots__/foundations/firefox/Fonts-should-match-screenshot-1/Fonts-should-match-screenshot.png differ diff --git a/__snapshots__/foundations/webkit/Colors-should-match-screenshot-1/Colors-should-match-screenshot.png b/__snapshots__/foundations/webkit/Colors-should-match-screenshot-1/Colors-should-match-screenshot.png index ec066532e6a..4288ce010de 100644 Binary files a/__snapshots__/foundations/webkit/Colors-should-match-screenshot-1/Colors-should-match-screenshot.png and b/__snapshots__/foundations/webkit/Colors-should-match-screenshot-1/Colors-should-match-screenshot.png differ diff --git a/__snapshots__/foundations/webkit/Fonts-should-match-screenshot-1/Fonts-should-match-screenshot.png b/__snapshots__/foundations/webkit/Fonts-should-match-screenshot-1/Fonts-should-match-screenshot.png index 68ff527d729..9e321ea1a24 100644 Binary files a/__snapshots__/foundations/webkit/Fonts-should-match-screenshot-1/Fonts-should-match-screenshot.png and b/__snapshots__/foundations/webkit/Fonts-should-match-screenshot-1/Fonts-should-match-screenshot.png differ diff --git a/packages/components/src/components/navigation/docs/Angular.md b/packages/components/src/components/navigation/docs/Angular.md index 531a302064e..bd8419956d1 100644 --- a/packages/components/src/components/navigation/docs/Angular.md +++ b/packages/components/src/components/navigation/docs/Angular.md @@ -11,7 +11,7 @@ import { DBNavigation } from '@db-ui/ngx-components'; @Component({ // ... standalone: true, - imports: [..., DBNavigation], + imports: [..., DBNavigation, DBNavigationItem, NavigationContentDirective], // ... }) ``` diff --git a/packages/components/src/components/navigation/docs/React.md b/packages/components/src/components/navigation/docs/React.md index 6d3994070b5..f676b748da2 100644 --- a/packages/components/src/components/navigation/docs/React.md +++ b/packages/components/src/components/navigation/docs/React.md @@ -6,7 +6,7 @@ For general installation and configuration look at the [react-components](https: ```tsx App.tsx // App.tsx -import { DBNavigation } from "@db-ui/react-components"; +import { DBNavigation, DBNavigationItem } from "@db-ui/react-components"; const App = () => (