@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
23 lines (22 loc) • 1.08 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.PROVIDER_ICONS_OUTLINED = exports.PROVIDER_ICONS_CONTAINED = exports.LINKEDIN_SHARE = exports.X_SHARE = exports.FACEBOOK_SHARE = void 0;
const react_theme_default_1 = require("@selfcommunity/react-theme-default");
/**
* Social media urls for contribute share
*/
exports.FACEBOOK_SHARE = 'https://www.facebook.com/sharer.php?u=';
exports.X_SHARE = 'https://x.com/intent/tweet?url=';
exports.LINKEDIN_SHARE = 'https://www.linkedin.com/sharing/share-offsite/?url=';
exports.PROVIDER_ICONS_CONTAINED = {
facebook: react_theme_default_1.FacebookIconContained,
twitter: react_theme_default_1.TwitterIconContained,
linkedin: react_theme_default_1.LinkedinIconContained,
google: react_theme_default_1.GoogleIconContained
};
exports.PROVIDER_ICONS_OUTLINED = {
facebook: react_theme_default_1.FacebookIconOutlined,
twitter: react_theme_default_1.TwitterIconOutlined,
linkedin: react_theme_default_1.LinkedinIconOutlined,
google: react_theme_default_1.GoogleIconOutlined
};
;