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    
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=fixtures.js.map