Skip to content

Commit

Permalink
chore(documentation, styles): remove carousel (#4075)
Browse files Browse the repository at this point in the history
  • Loading branch information
leagrdv authored Nov 29, 2024
1 parent b7ea821 commit 7d1fbad
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 374 deletions.
6 changes: 6 additions & 0 deletions .changeset/slimy-plums-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@swisspost/design-system-documentation': major
'@swisspost/design-system-styles': major
---

Removed deprecated `carousel` component.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ import { loadTranslations } from '@angular/localize';
const I18N_VALUES = {
de: {
'ngb.alert.close': 'Schließen',
'ngb.carousel.slide-number': ' Folie {$INTERPOLATION} von {$INTERPOLATION_1} ',
'ngb.carousel.previous': 'Vorherige',
'ngb.carousel.next': 'Nächste',
'ngb.datepicker.select-year': 'Jahr auswählen',
'ngb.datepicker.select-month': 'Monat auswählen',
'ngb.datepicker.previous-month': 'Vorheriger Monat',
Expand All @@ -39,9 +36,6 @@ const I18N_VALUES = {
},
fr: {
'ngb.alert.close': 'Fermer',
'ngb.carousel.slide-number': 'Diapositive {$INTERPOLATION} sur {$INTERPOLATION_1}',
'ngb.carousel.previous': 'Précédente',
'ngb.carousel.next': 'Suivante',
'ngb.datepicker.select-year': "Sélectionner l'année",
'ngb.datepicker.select-month': 'Sélectionner le mois',
'ngb.datepicker.previous-month': 'Mois précédent',
Expand All @@ -62,9 +56,6 @@ const I18N_VALUES = {
},
it: {
'ngb.alert.close': 'Chiudi',
'ngb.carousel.slide-number': 'Diapositiva {$INTERPOLATION} di {$INTERPOLATION_1}',
'ngb.carousel.previous': 'Precedente',
'ngb.carousel.next': 'Successiva',
'ngb.datepicker.select-year': "Seleziona l'anno",
'ngb.datepicker.select-month': 'Seleziona il mese',
'ngb.datepicker.previous-month': 'Mese precedente',
Expand All @@ -85,9 +76,6 @@ const I18N_VALUES = {
},
en: {
'ngb.alert.close': 'Close',
'ngb.carousel.slide-number': 'Slide {$INTERPOLATION} of {$INTERPOLATION_1}',
'ngb.carousel.previous': 'Previous',
'ngb.carousel.next': 'Next',
'ngb.datepicker.select-year': 'Select Year',
'ngb.datepicker.select-month': 'Select Month',
'ngb.datepicker.previous-month': 'Previous Month',
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion packages/styles/src/components/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
@use 'button-group';
@use 'card';
@use 'card-control';
@use 'carousel';
@use 'chip';
@use 'close';
@use 'elevation';
Expand Down
168 changes: 0 additions & 168 deletions packages/styles/src/components/carousel.scss

This file was deleted.

2 changes: 0 additions & 2 deletions packages/styles/src/themes/bootstrap/_carousel.scss

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
@forward './../../variables/components/breadcrumbs';
@forward './../../variables/components/button';
@forward './../../variables/components/card';
@forward './../../variables/components/carousel';
@forward './../../variables/components/chip';
@forward './../../variables/components/close';
@forward './../../variables/components/datepicker';
Expand Down
Loading

0 comments on commit 7d1fbad

Please sign in to comment.