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:
const wording = {
    favoritesTitle: 'Favorites',
    favoritesShare: 'Share',
    favoritesIconColor: '#D2161B',
    shareFavoritesTitle: 'Share My Favorites',
    emptyFavoritesPageMessage: 'You do not have any favorites items yet.',
    favoritesPrivateListMessage: 'You no longer have permission to access this wish list.',
};
const qa = {
    favoritesIcon: 'qa-favorites',
    favoritesShare: 'qa-favorites-share',
};
const socialIconList = [
    {
        label: 'Facebook',
        url: 'http://facebook.com',
        color: '#3c5a99',
        dataQa: 'qa-facebook',
        breed: 'withBg',
    },
    {
        label: 'Pinterest',
        url: 'http://pinterest.com',
        bgcolor: '#ee2d34',
        color: '#fff',
        dataQa: 'qa-pinterest',
    },
    {
        label: 'Twitter',
        url: 'http://twitter.com',
        bgcolor: '#28aae1',
        color: '#fff',
        dataQa: 'qa-twitter',
    },
];
export { wording, socialIconList, qa };
//# sourceMappingURL=fixture.js.map