mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
* feature(billing): add cart-summary component * tests(billing): add tests for component * feature(billing): add stories and documentation for storybook * feature(billing): export component * fix: add localization and remove null coalescing for PM * fix: import localization pipe and update story for I18n Service remove service * fix(billing): add IconButtonModule and use lineitem name * fix(billing): Update story props and add Family and Premium examples * fix(billing): Add examples and table of contents do to docs * fix(billing): update aria properties * fix(billing): add figma link and description * fix(billing): update docs * fix(billing): remove optional chaining since property is already checked * fix(billing): Update fonts and button padding * fix(billing): Update bitIconButton size to small
4 lines
146 B
TypeScript
4 lines
146 B
TypeScript
// Components
|
|
export * from "./components/pricing-card/pricing-card.component";
|
|
export * from "./components/cart-summary/cart-summary.component";
|