# Added deposit and download page

### Components

* Tooltip added
* Label added
* Toggle group added

### Pages

* overview - open deposito page added
* download - staement page added

### Updates

* Removed m-account refactored to m-summary, m-account__name to m-summary__title, m-summary__container added
* Removed m-account-select and refactored to m-summary with modifiers (m-summary--expand)
* Removed m-account-option and refactored to m-option
* Removed o-account-options and refactored to o-options
* m-account__info-item--lowercase removed, m-summary__info-item--uppercase added, default value is now lowercase
* Borders are placed on m-summary, previously m-account, with the class m-summary--contained

* **overbooking**

  * *main*

    * replaced m-account-select by m-summary with class m-summary--expand, make use of the a-label component instead of m-account-select__label

  * *choice*

    * removed p-overbooking__header
    * within l-section__content, changed o-account-options to o-options
    * wihtin o-options, replaced m-account by m-summary (added m-summary__container)
    * within the mobile version changed o-account-options to o-options and replaced m-account by m-summary

* **overview**

  * *detail-deposito*

    * replaced m-account by m-summary, removed m-account__info-item--lowercase and added m-summary__info-item--uppercase on items that have to be uppercase

    * replaced m-account-select by m-summary with class m-summary--expand, make use of the a-label component instead of m-account-select__label

  * *detail-transaction*

    * desktop: moved l-section within div p-transaction-detail
    * desktop: moved o-header outside l-section and added class p-transaction-detail__header on o-header
    * desktop: placed l-section underneath o-header
    * desktop: moved a-budget a-budget--2x-large into l-section__content and added class l-content__item, above the new m-summary
    * desktop & mobile: turned wrapping `<section></section>` into `<div></div>`
    * mobile: replaced m-account-select by m-summary with class m-summary--expand, make use of the a-label component instead of m-account-select__label

  * *detail-product*

    * replaced m-account by replaced by m-summary, removed m-account__info-item--lowercase and added m-summary__info-item--uppercase on items that have to be uppercase

  * *main*

    * replaced m-account by m-summary and added m-summary--contained to m-summary components that need borders, removed m-account__info-item--lowercase and added m-summary__info-item--uppercase on items that have to be uppercase

* **settings**

  * *accounts*

    * replaced m-account by m-summary, removed m-account__info-item--lowercase and added m-summary__info-item--uppercase on items that have to be uppercase
    * added m-summary--contained on the m-summary components because they need the borders around it


  * *accounts-edit*

    * replaced m-account by m-summary and added m-summary--contained to m-summary components that need borders, removed m-account__info-item--lowercase and added m-summary__info-item--uppercase on items that have to be uppercase


