Skip to content

Commit

Permalink
feat: new notification-box variants added
Browse files Browse the repository at this point in the history
  • Loading branch information
beatvollenwyder committed Aug 14, 2024
1 parent a2b3a19 commit 128bc13
Show file tree
Hide file tree
Showing 38 changed files with 38 additions and 8 deletions.
Binary file not shown.
Binary file added src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file added src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file added src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file added src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file added src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file added src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file added src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file added src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file added src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file not shown.
Binary file removed src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file removed src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file not shown.
Binary file removed src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file removed src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file not shown.
Binary file removed src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file removed src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file not shown.
Binary file removed src/assets/images/mobile/[email protected]
Binary file not shown.
Binary file removed src/assets/images/mobile/[email protected]
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,32 @@ Die Komponente hat folgende Varianten:{.lead}
* Titel: Optional
* Close-Button: Optional
* Detail-Link: Optional
* Interaction: Optional

### Notificaton-Box mit Titel
### Notification-Box mit Titel
{{ imageWithMode({
url: '/assets/images/mobile/notification-with-title',
url: '/assets/images/mobile/notification-default-with-title',
alt: 'Notification-Box, mit Titel',
title: 'Notification-Box, mit Titel'
}) }}

### Notificaton-Box ohne Titel
### Notification-Box ohne Titel
{{ imageWithMode({
url: '/assets/images/mobile/notification-without-title',
url: '/assets/images/mobile/notification-default-without-title',
alt: 'Notification-Box, ohne Titel',
title: 'Notification-Box, ohne Titel'
}) }}

### Notification-Box mit Interaktion und Titel
{{ imageWithMode({
url: '/assets/images/mobile/notification-interaction-with-title',
alt: 'Notification-Box, mit Titel',
title: 'Notification-Box, mit Titel'
}) }}

### Notification-Box mit Interaktion ohne Titel
{{ imageWithMode({
url: '/assets/images/mobile/notification-interaction-without-title',
alt: 'Notification-Box, ohne Titel',
title: 'Notification-Box, ohne Titel'
}) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,36 @@ The component has the following variants:{.lead}
* Title: Optional
* Close-Button: Optional
* Detail-Link: Optional
* Interaction: Optional

### Notificaton-Box with Titel
### Notification-Box with Titel
{{ imageWithMode({
url: '/assets/images/mobile/notification-with-title',
url: '/assets/images/mobile/notification-default-with-title',
alt: 'Notificaton-Box, with Titel',
title: 'Notificaton-Box, with Titel'
}) }}

### Notificaton-Box without Titel
### Notification-Box without Titel
{{ imageWithMode({
url: '/assets/images/mobile/notification-without-title',
url: '/assets/images/mobile/notification-default-without-title',
alt: 'Notificaton-Box without Titel',
title: 'Notificaton-Box without Titel'
}) }}

### Notification-Box with Interaction and Title
{{ imageWithMode({
url: '/assets/images/mobile/notification-interaction-with-title',
alt: 'Notification-Box, mit Titel',
title: 'Notification-Box, mit Titel'
}) }}

### Notification-Box with Interaction without Title
{{ imageWithMode({
url: '/assets/images/mobile/notification-interaction-without-title',
alt: 'Notification-Box, ohne Titel',
title: 'Notification-Box, ohne Titel'
}) }}

## Spezifikationen
{{ specificationLinks({
figma: 'https://www.figma.com/file/WOtLIam1xwrqcgnAITsEhV/Design-System-Mobile?type=design&node-id=7254%3A25&mode=design&t=g20X3jZNv7HkqZou-1'
Expand Down

0 comments on commit 128bc13

Please sign in to comment.