Repository URL to install this package:
|
Version:
4.0.116 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const Button_1 = require("../../atoms/Button");
const SocialIconList_1 = require("../../molecules/SocialIconList");
const ShareWrapper = styleh_components_1.styled.div``;
exports.ShareWrapper = ShareWrapper;
const ShareHeader = styleh_components_1.styled.div``;
exports.ShareHeader = ShareHeader;
const IconListPanel = styleh_components_1.styled.li.attrs({
className: 'social-icons'
})`position:relative;display:inline-flex;`;
exports.IconListPanel = IconListPanel;
const SocialIconListContainer = styleh_components_1.styled(SocialIconList_1.SocialIconList)``;
exports.SocialIconListContainer = SocialIconListContainer;
const StyledSocialIconButton = styleh_components_1.styled(Button_1.Button).attrs({
'data-qa': 'qa-copy-link-button',
'aria-label': 'Copy link button'
})`${SocialIconList_1.IconLink.componentStyle.rules};background:#5F6C88;border:0;`;
exports.StyledSocialIconButton = StyledSocialIconButton; //# sourceMappingURL=styled.js.map