// Carousel Indicator

/// @deprecated as of v3.x with no replacement

$carousel-indicator-height: 3px !default;

/// @deprecated as of v3.x with no replacement

$carousel-indicator-hit-area-height: 10px !default;

/// @deprecated as of v3.x with no replacement

$carousel-indicator-spacer: 3px !default;

/// @deprecated as of v3.x with no replacement

$carousel-indicator-transition: opacity 0.6s ease !default;

/// @deprecated as of v3.x with no replacement

$carousel-indicator-width: 30px !default;

/// @deprecated as of v3.x with no replacement

$carousel-indicator-active-bg: $white !default;

// Carousel Control

/// @deprecated as of v3.x with no replacement

$carousel-control-color: $white !default;

/// @deprecated as of v3.x with no replacement

$carousel-control-opacity: 0.5 !default;

/// @deprecated as of v3.x with no replacement

$carousel-control-transition: opacity 0.15s ease !default;

/// @deprecated as of v3.x with no replacement

$carousel-control-width: 15% !default;

/// @deprecated as of v3.x with no replacement

$carousel-control-hover-opacity: 0.9 !default;

/// @deprecated as of v3.x with no replacement

$carousel-control-icon-width: 20px !default;

/// @deprecated as of v3.x with no replacement

$carousel-control-next-icon-bg: clay-svg-url(
	"<svg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' width='8' height='8' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/></svg>"
) !default;

/// @deprecated as of v3.x with no replacement

$carousel-control-prev-icon-bg: clay-svg-url(
	"<svg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' width='8' height='8' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/></svg>"
) !default;

// Carousel Item

/// @deprecated as of v3.x with no replacement

$carousel-transition-duration: 0.6s !default;

// Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)

/// @deprecated as of v3.x with no replacement

$carousel-transition: transform $carousel-transition-duration ease-in-out !default;

// Carousel Caption

/// @deprecated as of v3.x with no replacement

$carousel-caption-color: $white !default;

/// @deprecated as of v3.x with no replacement

$carousel-caption-width: 70% !default;
