mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 11:03:30 +00:00
* added generator spotlight to credential generator component * moved generator spotlight to browser component and add as slot in libs. update copy for send * added an aria label for the generator nudge body content * new copy and styles for browser send will be behind feature flag * update featureflag call to observable in send-v2 * changed how nudge text is made in credential generator * added new observable to vault nudges to return specific boolean. Update naming of vault types. update observable calls in credential-generator and send-v2 * update send-v2 and credential generator to use new renamed nudges * update to create nudge generator spotlight component. using this inside the credential generator for nudge spotlight * fix imports for Nudge related code * add libs/angular to storybook --------- Co-authored-by: Nick Krantz <nick@livefront.com>
21 lines
866 B
JSON
21 lines
866 B
JSON
{
|
|
"extends": "../../../shared/tsconfig",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@bitwarden/admin-console/common": ["../../../admin-console/src/common"],
|
|
"@bitwarden/angular/*": ["../../../angular/src/*"],
|
|
"@bitwarden/auth/common": ["../../../auth/src/common"],
|
|
"@bitwarden/common/*": ["../../../common/src/*"],
|
|
"@bitwarden/components": ["../../../components/src"],
|
|
"@bitwarden/generator-core": ["../../../tools/generator/core/src"],
|
|
"@bitwarden/generator-history": ["../../../tools/generator/extensions/history/src"],
|
|
"@bitwarden/key-management": ["../../../key-management/src"],
|
|
"@bitwarden/platform": ["../../../platform/src"],
|
|
"@bitwarden/ui-common": ["../../../ui/common/src"],
|
|
"@bitwarden/vault": ["../../../vault/src"]
|
|
}
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|