kwikid-components-react
Version:
KwikID's Component Library in React
28 lines (27 loc) • 2.46 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.KwikUIStyleCaptchaRefreshIcon = exports.KwikUIStyleCaptchaContainer = exports.KwikUIStyleCaptchaCanvas = void 0;
var _styledComponents = _interopRequireWildcard(require("styled-components"));
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6;
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
function _taggedTemplateLiteral(e, t) { return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, { raw: { value: Object.freeze(t) } })); }
const KwikUIStyleCaptchaContainer = exports.KwikUIStyleCaptchaContainer = _styledComponents.default.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n align-items: center;\n ", "\n"])), _ref => {
let {
customStyles
} = _ref;
return customStyles && (0, _styledComponents.css)(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n ", "\n "])), customStyles);
});
const KwikUIStyleCaptchaRefreshIcon = exports.KwikUIStyleCaptchaRefreshIcon = _styledComponents.default.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n display: flex;\n justify-content: flex-end;\n\n ", "\n"])), _ref2 => {
let {
customStyles
} = _ref2;
return customStyles && (0, _styledComponents.css)(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n ", "\n "])), customStyles);
});
const KwikUIStyleCaptchaCanvas = exports.KwikUIStyleCaptchaCanvas = _styledComponents.default.canvas(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n background-color: whitesmoke;\n\n ", "\n"])), _ref3 => {
let {
customStyles
} = _ref3;
return customStyles && (0, _styledComponents.css)(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n ", "\n "])), customStyles);
});