Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / src / playground / Button / fixture.js
Size: Mime:
"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