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 / dist / forms / views / SearchInput / Form / fixture.js
Size: Mime:
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
const inputList = [{
  identity: 'search',
  name: 'search',
  type: 'text',
  value: '',
  className: 'search',
  validationType: 'none',
  ariaLabel: 'search',
  animatePlaceholder: false,
  dataQa: 'qa-search-list',
  icon: {
    breedType: 'search',
    fill: '#62708b',
    stroke: 'none',
    width: '18px',
    height: '18px',
    className: 'search-icon'
  }
}];
exports.inputList = inputList; //# sourceMappingURL=fixture.js.map