export enum eLoadStatusBackgroundColors { MAGENTA = 'background-red-10', MUTED = 'background-muted', LIME = 'background-green-6', BLUE = 'background-blue-13', GREEN = 'background-green-0', GREEN_SUBTLE = 'background-green-4', ORANGE = 'background-orange-4', ORANGE_SUBTLE = 'background-orange-3', GOLD = 'background-yellow-8', GOLD_SUBTLE = 'background-gold-subtle', RED = 'background-red-10', BROWN = 'background-brown-bold', PURPLE = 'background-purple-4', GREY = 'background-light-gray-2', YELLOW = 'background-yellow-1', }