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    
@skava/ui / dist / components / organisms / Share / styled.js
Size: Mime:
"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