Your IP : 172.71.120.3


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/progressbar/src/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/progressbar/src/progressbar-color.js

/**
 * @namespace {BX.UI}
 */
export default class ProgressBarColor
{
	static NONE = "ui-progressbar-none";
	static DANGER = "ui-progressbar-danger";
	static SUCCESS = "ui-progressbar-success";
	static PRIMARY = "ui-progressbar-primary";
	static WARNING = "ui-progressbar-warning";
}