All files / atom/progressBar/src/ProgressBarLine settings.js

100% Statements 8/8
100% Branches 0/0
100% Functions 0/0
100% Lines 8/8

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15    1x   1x 1x   1x 1x   1x 1x   1x  
import {BASE_CLASS as BASE} from '../settings.js'
 
export const BASE_CLASS = BASE
 
export const BASE_CLASS_LINE = `${BASE_CLASS}Line`
export const CLASS_BAR_ANIMATED = `${BASE_CLASS_LINE}--animated`
 
export const BASE_CLASS_LINE_SIMPLE = `${BASE_CLASS_LINE}Simple`
export const BASE_CLASS_LINE_DOUBLE = `${BASE_CLASS_LINE}Double`
 
export const BASE_CLASS_EXTRA_LINE = `${BASE_CLASS}ExtraLine`
export const BASE_CLASS_EXTRA_LINE_ANIMATED = `${BASE_CLASS_EXTRA_LINE}--animated`
 
export const CLASS_CONTAINER_BAR = `${BASE_CLASS}-container`