1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

[CL-420][PM-18798] - Berry component and tab navigation (#14135)

* berry component and nav slot

* remove debug

* don't worry about routes

* add announce and tests

* fix story

* use existing notification color. fix border radius

* fix berry component class

* finalize berry component

* fix tests

* fix story

* move logic to tabs-v2 component.

* move navButtons to tabs-v2.component

* fix layout

* move story.

* cleanup
This commit is contained in:
Jordan Aasen
2025-04-22 10:18:10 -07:00
committed by GitHub
parent 490a46e9b6
commit 18d47a29df
9 changed files with 189 additions and 39 deletions

View File

@@ -24,6 +24,7 @@ export * from "./components/carousel";
export * as VaultIcons from "./icons";
export * from "./services/vault-nudges.service";
export * from "./services/custom-nudges-services";
export { DefaultSshImportPromptService } from "./services/default-ssh-import-prompt.service";
export { SshImportPromptService } from "./services/ssh-import-prompt.service";