@wix/design-system
Version:
@wix/design-system
16 lines (15 loc) • 540 B
JavaScript
;
exports.__esModule = true;
exports.indentSizes = exports.depthThresholds = exports.dataHooks = exports.DEFAULT_INDENT_SIZE = void 0;
var DEFAULT_INDENT_SIZE = exports.DEFAULT_INDENT_SIZE = 'large';
var dataHooks = exports.dataHooks = {
nestableListCount: 'nestableList-count',
nestableListButton: 'nestableList-button'
};
var indentSizes = exports.indentSizes = ['small', 'medium', 'large'];
var depthThresholds = exports.depthThresholds = {
small: 20,
medium: 32,
large: 84
};
//# sourceMappingURL=constants.js.map