mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-07 21:10:55 +08:00
* test implementation * move files * adjust import and sample router comments * add storybook docs to anon-layout * rename to AnonLayoutWrapperComponent * update storybook docs * remove references to CL and replace with 'Auth-owned' * move AnonLayoutWrapperComponent to libs * add pageTitle input * add subTitle input * translate page title/subtitle, and refactor how icon is added * update tailwind.config and component styles * adjust spacing between primary and secondary content * move switch statement to wrapper * move icon to router file * update storybook documentation * fix storybook text color in normal code blocks * remove sample route * move wrapper component back to web * remove sample route * update storybook docs
16 lines
521 B
TypeScript
16 lines
521 B
TypeScript
/**
|
|
* This barrel file should only contain Angular exports
|
|
*/
|
|
|
|
// icons
|
|
export * from "./icons";
|
|
|
|
export * from "./anon-layout/anon-layout.component";
|
|
export * from "./fingerprint-dialog/fingerprint-dialog.component";
|
|
export * from "./password-callout/password-callout.component";
|
|
|
|
// user verification
|
|
export * from "./user-verification/user-verification-dialog.component";
|
|
export * from "./user-verification/user-verification-dialog.types";
|
|
export * from "./user-verification/user-verification-form-input.component";
|