@helpscout/hsds-react
Version:
React component library for Help Scout's Design System
22 lines (15 loc) • 993 B
JavaScript
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
exports.__esModule = true;
exports.AttachmentListUI = exports.ContentUI = void 0;
var _styledComponents = _interopRequireDefault(require("styled-components"));
var ContentUI = _styledComponents.default.div.withConfig({
displayName: "AttachmentListcss__ContentUI",
componentId: "sc-1h5ptin-0"
})(["position:relative;display:flex;gap:8px;align-items:center;flex-wrap:wrap;"]);
exports.ContentUI = ContentUI;
var AttachmentListUI = _styledComponents.default.div.withConfig({
displayName: "AttachmentListcss__AttachmentListUI",
componentId: "sc-1h5ptin-1"
})(["position:relative;&.withOverflow ", "{flex-wrap:nowrap;padding:0 4px;}&.withOverflow.is-theme-preview ", "{padding-top:25px;padding-bottom:10px;}.c-AttachmentList__DownloadAll{flex:0 0 auto;--buttonHeight:30px;margin-left:4px;}.c-Icon{flex:0 0 auto;}"], ContentUI, ContentUI);
exports.AttachmentListUI = AttachmentListUI;
;