/*
 * Copyright (c) 2016-2025 Broadcom. All Rights Reserved.
 * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
 * This software is released under MIT license.
 * The full license information can be found in LICENSE in the root directory of this project.
 */
// Usage: ../progress/progress-bars/_progress-bars.clarity.scss
// @deprecated in v17 in favor of $clr-progress-default-color
$clr-progress-defaultBarColor: var(--clr-progress-default-color) !default;
$clr-progress-default-color: $clr-progress-defaultBarColor !default;
$clr-progress-success-color: var(--clr-progress-alt-color-1) !default;
$clr-progress-danger-color: var(--clr-progress-alt-color-2) !default;
$clr-progress-warning-color: var(--clr-progress-alt-color-3) !default;

// @deprecated in v17 in favor of $clr-progress-bg-color
$clr-progress-bgColor: var(--clr-progress-bg-color) !default;
$clr-progress-bg-color: $clr-progress-bgColor !default;

$clr-progress-label-color: var(--clr-progress-label-color) !default;
