Repository URL to install this package:
|
Version:
2.0.4 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.classes = {
default: 'button',
isGhost: 'ghost',
isResting: 'resting',
isDisabled: 'disabled',
isSelected: 'selected',
isPushed: 'active pushed',
isHovering: 'hovered',
isFocused: 'focused',
isLowPriority: 'lowpriority',
isIconLeft: 'icon-left',
isIconRight: 'icon-right',
// @todo
// isFullWidth: 'fullwidth',
// isWide
// 3 standard sizes only, maybe only 2
isNormal: '1x',
isLarge: '2x',
isSuperSized: '3x',
center: 'center'
}; //# sourceMappingURL=fixture.js.map