@vtex/styleguide
Version:
> VTEX Styleguide React components ([Docs](https://vtex.github.io/styleguide))
17 lines (16 loc) • 449 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var DEFAULT_LABELS = exports.DEFAULT_LABELS = {
addNewCondition: 'add new condition',
delete: 'Remove',
headerPrefix: 'Matching',
headerSufix: 'following conditions:',
operatorAll: 'all',
operatorAnd: 'and',
operatorAny: 'any',
operatorOr: 'or'
};
var SMALL_ICON_SIZE = exports.SMALL_ICON_SIZE = 14;
var MEDIUM_ICON_SIZE = exports.MEDIUM_ICON_SIZE = 16;