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 / components / organisms / Share / fixture.js
Size: Mime:
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
const wording = {
  productName: 'Product',
  label: 'Share',
  copy: 'COPY',
  copied: 'COPIED',
  copyLink: 'COPY LINK'
};
exports.wording = wording;
const list = [{
  label: 'Facebook',
  url: 'https://www.facebook.com/',
  path: 'sharer.php?u=',
  bgColor: '#3A559F',
  color: '#fff'
}, {
  label: 'Pinterest',
  url: 'http://pinterest.com/',
  path: 'pin/create/button/?url=',
  bgColor: '#BD091D',
  color: '#fff'
}, {
  label: 'Twitter',
  url: 'https://twitter.com/',
  path: 'share?url=',
  bgColor: '#50ABF1',
  color: '#fff'
}, {
  label: 'social-link',
  url: '',
  path: '',
  bgColor: '#5F6C88',
  color: '#FFFFFF'
}];
exports.list = list; //# sourceMappingURL=fixture.js.map