Repository URL to install this package:
|
Version:
3.12.18 ▾
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4;
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
import { Notification as NotificationSFX } from '@scaleflex/ui/core';
import styled from 'styled-components';
// import { FV, PC } from '@filerobot/common'
var EmbedModalBody = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n padding: 24px;\n gap: 24px;\n"])));
var EmbedSettings = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n gap: 24px;\n flex-grow: 1\n"])));
var Notification = styled(NotificationSFX)(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n width: 100%;\n\n .SfxNotification-Close {\n display: none;\n }\n\n .SfxNotification-Notification {\n margin-right: 0;\n }\n"])));
var EmbedFeats = styled.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n gap: 32px;\n width: 100%;\n"])));
var Styled = {
EmbedModalBody: EmbedModalBody,
EmbedSettings: EmbedSettings,
Notification: Notification,
EmbedFeats: EmbedFeats
};
export default Styled;