Repository URL to install this package:
|
Version:
4.0.29 ▾
|
"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