feat(slides): remove ion-slide, ion-slides, and IonicSwiper module (#25868)

This commit is contained in:
Amanda Johnston
2022-09-01 14:36:17 -05:00
committed by GitHub
parent f5a6b5a4c4
commit d478e03914
53 changed files with 23 additions and 3072 deletions

View File

@ -1,5 +1,5 @@
@import "../themes/ionic.skip-warns.scss";
@import "../components/slides/slides.ios.vars.scss";
@import "../themes/ionic.globals.ios.scss";
// Slides
// --------------------------------------------------
@ -9,12 +9,12 @@
// These values are the same for iOS and MD
// We just do not add a .md or .ios class beforehand
// so the styles are easier to override by the user.
--bullet-background: #{$slides-ios-bullet-background};
--bullet-background-active: #{$slides-ios-bullet-background-active};
--progress-bar-background: #{$slides-ios-progress-bar-background};
--progress-bar-background-active: #{$slides-ios-progress-bar-background-active};
--scroll-bar-background: #{$slides-ios-scroll-bar-background};
--scroll-bar-background-active: #{$slides-ios-scroll-bar-drag-background};
--bullet-background: $text-color-step-800;
--bullet-background-active: ion-color(primary, base);
--progress-bar-background: rgba($text-color-rgb, .25);
--progress-bar-background-active: ion-color(primary, shade);
--scroll-bar-background: rgba($text-color-rgb, .1);
--scroll-bar-background-active: rgba($text-color-rgb, .5);
/**
* @prop --bullet-background: Background of the pagination bullets
* @prop --bullet-background-active: Background of the active pagination bullet