Socket
Socket
Sign inDemoInstall

@emotion/core

Package Overview
Dependencies
Maintainers
4
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/core - npm Package Compare versions

Comparing version 10.1.1 to 10.3.0

dist/emotion-element-04d85134.browser.esm.js

8

CHANGELOG.md
# @emotion/core
## 10.3.0
### Minor Changes
- [#2566](https://github.com/emotion-js/emotion/pull/2566) [`122e9f11`](https://github.com/emotion-js/emotion/commit/122e9f11bf3aec2100dd55cee00b74170abe1ec9) Thanks [@eps1lon](https://github.com/eps1lon), [@Andarist](https://github.com/Andarist)! - Fixed hydration mismatches if `React.useId` (an upcoming API in React 18) is used within a tree below our components.
* [#2560](https://github.com/emotion-js/emotion/pull/2560) [`b5a26619`](https://github.com/emotion-js/emotion/commit/b5a26619b158703e9bc653f6297b33350c9e7b40) Thanks [@eps1lon](https://github.com/eps1lon)! - Dropped usage of a deprecated `SFC` React type in favor of `FC`. The `FC` type has been introduced in `@types/react@16.7.2` so this version of this package is now a minimum requirement for TypeScript users.
## 10.1.1

@@ -4,0 +12,0 @@

10

dist/core.browser.cjs.js

@@ -8,3 +8,3 @@ 'use strict';

require('@emotion/cache');
var emotionElement = require('./emotion-element-8aec08a7.browser.cjs.js');
var emotionElement = require('./emotion-element-3a21e59a.browser.cjs.js');
var utils = require('@emotion/utils');

@@ -209,2 +209,6 @@ var serialize = require('@emotion/serialize');

var Noop = function Noop() {
return null;
};
var ClassNames = emotionElement.withEmotionCache(function (props, context) {

@@ -251,4 +255,6 @@ return /*#__PURE__*/React.createElement(emotionElement.ThemeContext.Consumer, null, function (theme) {

hasRendered = true;
var possiblyStyleElement = /*#__PURE__*/React.createElement(Noop, null);
return ele;
return /*#__PURE__*/React.createElement(React.Fragment, null, possiblyStyleElement, ele);
});

@@ -255,0 +261,0 @@ });

14

dist/core.browser.esm.js
import _inheritsLoose from '@babel/runtime/helpers/esm/inheritsLoose';
import { createElement, Component } from 'react';
import { createElement, Component, Fragment } from 'react';
import '@emotion/cache';
import { h as hasOwnProperty, E as Emotion, c as createEmotionProps, w as withEmotionCache, T as ThemeContext } from './emotion-element-57a3a7a3.browser.esm.js';
export { C as CacheProvider, T as ThemeContext, w as withEmotionCache } from './emotion-element-57a3a7a3.browser.esm.js';
import { h as hasOwnProperty, E as Emotion, c as createEmotionProps, w as withEmotionCache, T as ThemeContext } from './emotion-element-04d85134.browser.esm.js';
export { C as CacheProvider, T as ThemeContext, w as withEmotionCache } from './emotion-element-04d85134.browser.esm.js';
import { insertStyles, getRegisteredStyles } from '@emotion/utils';

@@ -201,2 +201,6 @@ import { serializeStyles } from '@emotion/serialize';

var Noop = function Noop() {
return null;
};
var ClassNames = withEmotionCache(function (props, context) {

@@ -243,4 +247,6 @@ return /*#__PURE__*/createElement(ThemeContext.Consumer, null, function (theme) {

hasRendered = true;
var possiblyStyleElement = /*#__PURE__*/createElement(Noop, null);
return ele;
return /*#__PURE__*/createElement(Fragment, null, possiblyStyleElement, ele);
});

@@ -247,0 +253,0 @@ });

@@ -8,3 +8,3 @@ 'use strict';

require('@emotion/cache');
var emotionElement = require('./emotion-element-49eeaaac.cjs.dev.js');
var emotionElement = require('./emotion-element-c423a2c0.cjs.dev.js');
var utils = require('@emotion/utils');

@@ -235,2 +235,6 @@ var serialize = require('@emotion/serialize');

var Noop = function Noop() {
return null;
};
var ClassNames = emotionElement.withEmotionCache(function (props, context) {

@@ -289,2 +293,3 @@ return /*#__PURE__*/React.createElement(emotionElement.ThemeContext.Consumer, null, function (theme) {

hasRendered = true;
var possiblyStyleElement = /*#__PURE__*/React.createElement(Noop, null);

@@ -294,8 +299,9 @@ if (!emotionElement.isBrowser && rules.length !== 0) {

return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", (_ref = {}, _ref["data-emotion-" + context.key] = serializedHashes.substring(1), _ref.dangerouslySetInnerHTML = {
possiblyStyleElement = /*#__PURE__*/React.createElement("style", (_ref = {}, _ref["data-emotion-" + context.key] = serializedHashes.substring(1), _ref.dangerouslySetInnerHTML = {
__html: rules
}, _ref.nonce = context.sheet.nonce, _ref)), ele);
}
}, _ref.nonce = context.sheet.nonce, _ref));
} // Need to return the same number of siblings or else `React.useId` will cause hydration mismatches.
return ele;
return /*#__PURE__*/React.createElement(React.Fragment, null, possiblyStyleElement, ele);
});

@@ -302,0 +308,0 @@ });

@@ -11,3 +11,3 @@ "use strict";

var emotionElement = require("./emotion-element-0e1e5002.cjs.prod.js"), utils = require("@emotion/utils"), serialize = require("@emotion/serialize"), sheet = require("@emotion/sheet"), css = require("@emotion/css");
var emotionElement = require("./emotion-element-968a0f7e.cjs.prod.js"), utils = require("@emotion/utils"), serialize = require("@emotion/serialize"), sheet = require("@emotion/sheet"), css = require("@emotion/css");

@@ -120,5 +120,7 @@ function _interopDefault(e) {

var ClassNames = emotionElement.withEmotionCache((function(props, context) {
var Noop = function() {
return null;
}, ClassNames = emotionElement.withEmotionCache((function(props, context) {
return React.createElement(emotionElement.ThemeContext.Consumer, null, (function(theme) {
var _ref, rules = "", serializedHashes = "", css = function() {
var rules = "", serializedHashes = "", css = function() {
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) args[_key] = arguments[_key];

@@ -140,6 +142,8 @@ var serialized = serialize.serializeStyles(args, context.registered);

}, ele = props.children(content);
return !0, emotionElement.isBrowser || 0 === rules.length ? ele : React.createElement(React.Fragment, null, React.createElement("style", ((_ref = {})["data-emotion-" + context.key] = serializedHashes.substring(1),
var _ref, possiblyStyleElement = React.createElement(Noop, null);
emotionElement.isBrowser || 0 === rules.length || (possiblyStyleElement = React.createElement("style", ((_ref = {})["data-emotion-" + context.key] = serializedHashes.substring(1),
_ref.dangerouslySetInnerHTML = {
__html: rules
}, _ref.nonce = context.sheet.nonce, _ref)), ele);
}, _ref.nonce = context.sheet.nonce, _ref)));
return React.createElement(React.Fragment, null, possiblyStyleElement, ele);
}));

@@ -146,0 +150,0 @@ }));

import _inheritsLoose from '@babel/runtime/helpers/esm/inheritsLoose';
import { createElement, Component, Fragment } from 'react';
import '@emotion/cache';
import { h as hasOwnProperty, E as Emotion, c as createEmotionProps, w as withEmotionCache, T as ThemeContext, i as isBrowser } from './emotion-element-cfcfecf4.esm.js';
export { C as CacheProvider, T as ThemeContext, w as withEmotionCache } from './emotion-element-cfcfecf4.esm.js';
import { h as hasOwnProperty, E as Emotion, c as createEmotionProps, w as withEmotionCache, T as ThemeContext, i as isBrowser } from './emotion-element-39b82f0b.esm.js';
export { C as CacheProvider, T as ThemeContext, w as withEmotionCache } from './emotion-element-39b82f0b.esm.js';
import { insertStyles, getRegisteredStyles } from '@emotion/utils';

@@ -227,2 +227,6 @@ import { serializeStyles } from '@emotion/serialize';

var Noop = function Noop() {
return null;
};
var ClassNames = withEmotionCache(function (props, context) {

@@ -281,2 +285,3 @@ return /*#__PURE__*/createElement(ThemeContext.Consumer, null, function (theme) {

hasRendered = true;
var possiblyStyleElement = /*#__PURE__*/createElement(Noop, null);

@@ -286,8 +291,9 @@ if (!isBrowser && rules.length !== 0) {

return /*#__PURE__*/createElement(Fragment, null, /*#__PURE__*/createElement("style", (_ref = {}, _ref["data-emotion-" + context.key] = serializedHashes.substring(1), _ref.dangerouslySetInnerHTML = {
possiblyStyleElement = /*#__PURE__*/createElement("style", (_ref = {}, _ref["data-emotion-" + context.key] = serializedHashes.substring(1), _ref.dangerouslySetInnerHTML = {
__html: rules
}, _ref.nonce = context.sheet.nonce, _ref)), ele);
}
}, _ref.nonce = context.sheet.nonce, _ref));
} // Need to return the same number of siblings or else `React.useId` will cause hydration mismatches.
return ele;
return /*#__PURE__*/createElement(Fragment, null, possiblyStyleElement, ele);
});

@@ -294,0 +300,0 @@ });

@@ -1,2 +0,2 @@

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).emotionCore={},e.React)}(this,(function(e,t){"use strict";var r=function(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t};var a=function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var t=e.prototype;return t.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var t,r=function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t}(this);t=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(r,t),this.tags.push(r)}var a=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(a);try{var s=105===e.charCodeAt(1)&&64===e.charCodeAt(0);n.insertRule(e,s?0:n.cssRules.length)}catch(e){0}}else a.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}();function n(e){function t(e,a,o,l,h){for(var d,p,b,m,y,C=0,A=0,x=0,E=0,O=0,j=0,M=b=d=0,G=0,P=0,I=0,D=0,W=o.length,L=W-1,q="",U="",F="",H="";G<W;){if(p=o.charCodeAt(G),G===L&&0!==A+E+x+C&&(0!==A&&(p=47===A?10:47),E=x=C=0,W++,L++),0===A+E+x+C){if(G===L&&(0<P&&(q=q.replace(f,"")),0<q.trim().length)){switch(p){case 32:case 9:case 59:case 13:case 10:break;default:q+=o.charAt(G)}p=59}switch(p){case 123:for(d=(q=q.trim()).charCodeAt(0),b=1,D=++G;G<W;){switch(p=o.charCodeAt(G)){case 123:b++;break;case 125:b--;break;case 47:switch(p=o.charCodeAt(G+1)){case 42:case 47:e:{for(M=G+1;M<L;++M)switch(o.charCodeAt(M)){case 47:if(42===p&&42===o.charCodeAt(M-1)&&G+2!==M){G=M+1;break e}break;case 10:if(47===p){G=M+1;break e}}G=M}}break;case 91:p++;case 40:p++;case 34:case 39:for(;G++<L&&o.charCodeAt(G)!==p;);}if(0===b)break;G++}switch(b=o.substring(D,G),0===d&&(d=(q=q.replace(u,"").trim()).charCodeAt(0)),d){case 64:switch(0<P&&(q=q.replace(f,"")),p=q.charCodeAt(1)){case 100:case 109:case 115:case 45:P=a;break;default:P=$}if(D=(b=t(a,P,b,p,h+1)).length,0<R&&(y=c(3,b,P=r($,q,I),a,S,_,D,p,h,l),q=P.join(""),void 0!==y&&0===(D=(b=y.trim()).length)&&(p=0,b="")),0<D)switch(p){case 115:q=q.replace(w,i);case 100:case 109:case 45:b=q+"{"+b+"}";break;case 107:b=(q=q.replace(v,"$1 $2"))+"{"+b+"}",b=1===N||2===N&&s("@"+b,3)?"@-webkit-"+b+"@"+b:"@"+b;break;default:b=q+b,112===l&&(U+=b,b="")}else b="";break;default:b=t(a,r(a,q,I),b,l,h+1)}F+=b,b=I=P=M=d=0,q="",p=o.charCodeAt(++G);break;case 125:case 59:if(1<(D=(q=(0<P?q.replace(f,""):q).trim()).length))switch(0===M&&(d=q.charCodeAt(0),45===d||96<d&&123>d)&&(D=(q=q.replace(" ",":")).length),0<R&&void 0!==(y=c(1,q,a,e,S,_,U.length,l,h,l))&&0===(D=(q=y.trim()).length)&&(q="\0\0"),d=q.charCodeAt(0),p=q.charCodeAt(1),d){case 0:break;case 64:if(105===p||99===p){H+=q+o.charAt(G);break}default:58!==q.charCodeAt(D-1)&&(U+=n(q,d,p,q.charCodeAt(2)))}I=P=M=d=0,q="",p=o.charCodeAt(++G)}}switch(p){case 13:case 10:47===A?A=0:0===1+d&&107!==l&&0<q.length&&(P=1,q+="\0"),0<R*T&&c(0,q,a,e,S,_,U.length,l,h,l),_=1,S++;break;case 59:case 125:if(0===A+E+x+C){_++;break}default:switch(_++,m=o.charAt(G),p){case 9:case 32:if(0===E+C+A)switch(O){case 44:case 58:case 9:case 32:m="";break;default:32!==p&&(m=" ")}break;case 0:m="\\0";break;case 12:m="\\f";break;case 11:m="\\v";break;case 38:0===E+A+C&&(P=I=1,m="\f"+m);break;case 108:if(0===E+A+C+z&&0<M)switch(G-M){case 2:112===O&&58===o.charCodeAt(G-3)&&(z=O);case 8:111===j&&(z=j)}break;case 58:0===E+A+C&&(M=G);break;case 44:0===A+x+E+C&&(P=1,m+="\r");break;case 34:case 39:0===A&&(E=E===p?0:0===E?p:E);break;case 91:0===E+A+x&&C++;break;case 93:0===E+A+x&&C--;break;case 41:0===E+A+C&&x--;break;case 40:if(0===E+A+C){if(0===d)switch(2*O+3*j){case 533:break;default:d=1}x++}break;case 64:0===A+x+E+C+M+b&&(b=1);break;case 42:case 47:if(!(0<E+C+x))switch(A){case 0:switch(2*p+3*o.charCodeAt(G+1)){case 235:A=47;break;case 220:D=G,A=42}break;case 42:47===p&&42===O&&D+2!==G&&(33===o.charCodeAt(D+2)&&(U+=o.substring(D,G+1)),m="",A=0)}}0===A&&(q+=m)}j=O,O=p,G++}if(0<(D=U.length)){if(P=a,0<R&&(void 0!==(y=c(2,U,P,e,S,_,D,l,h,l))&&0===(U=y).length))return H+U+F;if(U=P.join(",")+"{"+U+"}",0!=N*z){switch(2!==N||s(U,2)||(z=0),z){case 111:U=U.replace(k,":-moz-$1")+U;break;case 112:U=U.replace(g,"::-webkit-input-$1")+U.replace(g,"::-moz-$1")+U.replace(g,":-ms-input-$1")+U}z=0}}return H+U+F}function r(e,t,r){var n=t.trim().split(b);t=n;var s=n.length,i=e.length;switch(i){case 0:case 1:var c=0;for(e=0===i?"":e[0]+" ";c<s;++c)t[c]=a(e,t[c],r).trim();break;default:var o=c=0;for(t=[];c<s;++c)for(var l=0;l<i;++l)t[o++]=a(e[l]+" ",n[c],r).trim()}return t}function a(e,t,r){var a=t.charCodeAt(0);switch(33>a&&(a=(t=t.trim()).charCodeAt(0)),a){case 38:return t.replace(m,"$1"+e.trim());case 58:return e.trim()+t.replace(m,"$1"+e.trim());default:if(0<1*r&&0<t.indexOf("\f"))return t.replace(m,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+t}function n(e,t,r,a){var i=e+";",c=2*t+3*r+4*a;if(944===c){e=i.indexOf(":",9)+1;var o=i.substring(e,i.length-1).trim();return o=i.substring(0,e).trim()+o+";",1===N||2===N&&s(o,1)?"-webkit-"+o+o:o}if(0===N||2===N&&!s(i,1))return i;switch(c){case 1015:return 97===i.charCodeAt(10)?"-webkit-"+i+i:i;case 951:return 116===i.charCodeAt(3)?"-webkit-"+i+i:i;case 963:return 110===i.charCodeAt(5)?"-webkit-"+i+i:i;case 1009:if(100!==i.charCodeAt(4))break;case 969:case 942:return"-webkit-"+i+i;case 978:return"-webkit-"+i+"-moz-"+i+i;case 1019:case 983:return"-webkit-"+i+"-moz-"+i+"-ms-"+i+i;case 883:if(45===i.charCodeAt(8))return"-webkit-"+i+i;if(0<i.indexOf("image-set(",11))return i.replace(O,"$1-webkit-$2")+i;break;case 932:if(45===i.charCodeAt(4))switch(i.charCodeAt(5)){case 103:return"-webkit-box-"+i.replace("-grow","")+"-webkit-"+i+"-ms-"+i.replace("grow","positive")+i;case 115:return"-webkit-"+i+"-ms-"+i.replace("shrink","negative")+i;case 98:return"-webkit-"+i+"-ms-"+i.replace("basis","preferred-size")+i}return"-webkit-"+i+"-ms-"+i+i;case 964:return"-webkit-"+i+"-ms-flex-"+i+i;case 1023:if(99!==i.charCodeAt(8))break;return"-webkit-box-pack"+(o=i.substring(i.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+i+"-ms-flex-pack"+o+i;case 1005:return d.test(i)?i.replace(h,":-webkit-")+i.replace(h,":-moz-")+i:i;case 1e3:switch(t=(o=i.substring(13).trim()).indexOf("-")+1,o.charCodeAt(0)+o.charCodeAt(t)){case 226:o=i.replace(y,"tb");break;case 232:o=i.replace(y,"tb-rl");break;case 220:o=i.replace(y,"lr");break;default:return i}return"-webkit-"+i+"-ms-"+o+i;case 1017:if(-1===i.indexOf("sticky",9))break;case 975:switch(t=(i=e).length-10,c=(o=(33===i.charCodeAt(t)?i.substring(0,t):i).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|o.charCodeAt(7))){case 203:if(111>o.charCodeAt(8))break;case 115:i=i.replace(o,"-webkit-"+o)+";"+i;break;case 207:case 102:i=i.replace(o,"-webkit-"+(102<c?"inline-":"")+"box")+";"+i.replace(o,"-webkit-"+o)+";"+i.replace(o,"-ms-"+o+"box")+";"+i}return i+";";case 938:if(45===i.charCodeAt(5))switch(i.charCodeAt(6)){case 105:return o=i.replace("-items",""),"-webkit-"+i+"-webkit-box-"+o+"-ms-flex-"+o+i;case 115:return"-webkit-"+i+"-ms-flex-item-"+i.replace(A,"")+i;default:return"-webkit-"+i+"-ms-flex-line-pack"+i.replace("align-content","").replace(A,"")+i}break;case 973:case 989:if(45!==i.charCodeAt(3)||122===i.charCodeAt(4))break;case 931:case 953:if(!0===E.test(e))return 115===(o=e.substring(e.indexOf(":")+1)).charCodeAt(0)?n(e.replace("stretch","fill-available"),t,r,a).replace(":fill-available",":stretch"):i.replace(o,"-webkit-"+o)+i.replace(o,"-moz-"+o.replace("fill-",""))+i;break;case 962:if(i="-webkit-"+i+(102===i.charCodeAt(5)?"-ms-"+i:"")+i,211===r+a&&105===i.charCodeAt(13)&&0<i.indexOf("transform",10))return i.substring(0,i.indexOf(";",27)+1).replace(p,"$1-webkit-$2")+i}return i}function s(e,t){var r=e.indexOf(1===t?":":"{"),a=e.substring(0,3!==t?r:10);return r=e.substring(r+1,e.length-1),M(2!==t?a:a.replace(x,"$1"),r,t)}function i(e,t){var r=n(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return r!==t+";"?r.replace(C," or ($1)").substring(4):"("+t+")"}function c(e,t,r,a,n,s,i,c,o,u){for(var f,h=0,d=t;h<R;++h)switch(f=j[h].call(l,e,d,r,a,n,s,i,c,o,u)){case void 0:case!1:case!0:case null:break;default:d=f}if(d!==t)return d}function o(e){return void 0!==(e=e.prefix)&&(M=null,e?"function"!=typeof e?N=1:(N=2,M=e):N=0),o}function l(e,r){var a=e;if(33>a.charCodeAt(0)&&(a=a.trim()),a=[a],0<R){var n=c(-1,r,a,a,S,_,0,0,0,0);void 0!==n&&"string"==typeof n&&(r=n)}var s=t($,a,r,0,0);return 0<R&&(void 0!==(n=c(-2,s,a,a,S,_,s.length,0,0,0))&&(s=n)),"",z=0,_=S=1,s}var u=/^\0+/g,f=/[\0\r\f]/g,h=/: */g,d=/zoo|gra/,p=/([,: ])(transform)/g,b=/,\r+?/g,m=/([\t\r\n ])*\f?&/g,v=/@(k\w+)\s*(\S*)\s*/,g=/::(place)/g,k=/:(read-only)/g,y=/[svh]\w+-[tblr]{2}/,w=/\(\s*(.*)\s*\)/g,C=/([\s\S]*?);/g,A=/-self|flex-/g,x=/[^]*?(:[rp][el]a[\w-]+)[^]*/,E=/stretch|:\s*\w+\-(?:conte|avail)/,O=/([^-])(image-set\()/,_=1,S=1,z=0,N=1,$=[],j=[],R=0,M=null,T=0;return l.use=function e(t){switch(t){case void 0:case null:R=j.length=0;break;default:if("function"==typeof t)j[R++]=t;else if("object"==typeof t)for(var r=0,a=t.length;r<a;++r)e(t[r]);else T=0|!!t}return e},l.set=o,void 0!==e&&o(e),l}var s="/*|*/";function i(e){e&&c.current.insert(e+"}")}var c={current:null},o=function(e,t,r,a,n,o,l,u,f,h){switch(e){case 1:switch(t.charCodeAt(0)){case 64:return c.current.insert(t+";"),"";case 108:if(98===t.charCodeAt(2))return""}break;case 2:if(0===u)return t+s;break;case 3:switch(u){case 102:case 112:return c.current.insert(r[0]+t),"";default:return t+(0===h?s:"")}case-2:t.split("/*|*/}").forEach(i)}},l=Object.prototype.hasOwnProperty,u=t.createContext("undefined"!=typeof HTMLElement?function(e){void 0===e&&(e={});var t,r=e.key||"css";void 0!==e.prefix&&(t={prefix:e.prefix});var s=new n(t);var i,l={};i=e.container||document.head;var u,f=document.querySelectorAll("style[data-emotion-"+r+"]");Array.prototype.forEach.call(f,(function(e){e.getAttribute("data-emotion-"+r).split(" ").forEach((function(e){l[e]=!0})),e.parentNode!==i&&i.appendChild(e)})),s.use(e.stylisPlugins)(o),u=function(e,t,r,a){var n=t.name;c.current=r,s(e,t.styles),a&&(h.inserted[n]=!0)};var h={key:r,sheet:new a({key:r,container:i,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:l,registered:{},insert:u};return h}():null),f=t.createContext({}),h=u.Provider,d=function(e){var r=function(r,a){return t.createElement(u.Consumer,null,(function(t){return e(r,t,a)}))};return t.forwardRef(r)};function p(e,t,r){var a="";return r.split(" ").forEach((function(r){void 0!==e[r]?t.push(e[r]):a+=r+" "})),a}var b=function(e,t,r){var a=e.key+"-"+t.name;if(!1===r&&void 0===e.registered[a]&&(e.registered[a]=t.styles),void 0===e.inserted[t.name]){var n=t;do{e.insert("."+a,n,e.sheet,!0);n=n.next}while(void 0!==n)}};var m={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};var v,g,k=/[A-Z]|^ms/g,y=/_EMO_([^_]+?)_([^]*?)_EMO_/g,w=function(e){return 45===e.charCodeAt(1)},C=function(e){return null!=e&&"boolean"!=typeof e},A=(v=function(e){return w(e)?e:e.replace(k,"-$&").toLowerCase()},g={},function(e){return void 0===g[e]&&(g[e]=v(e)),g[e]}),x=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(y,(function(e,t,r){return O={name:t,styles:r,next:O},t}))}return 1===m[e]||w(e)||"number"!=typeof t||0===t?t:t+"px"};function E(e,t,r,a){if(null==r)return"";if(void 0!==r.__emotion_styles)return r;switch(typeof r){case"boolean":return"";case"object":if(1===r.anim)return O={name:r.name,styles:r.styles,next:O},r.name;if(void 0!==r.styles){var n=r.next;if(void 0!==n)for(;void 0!==n;)O={name:n.name,styles:n.styles,next:O},n=n.next;var s=r.styles+";";return s}return function(e,t,r){var a="";if(Array.isArray(r))for(var n=0;n<r.length;n++)a+=E(e,t,r[n],!1);else for(var s in r){var i=r[s];if("object"!=typeof i)null!=t&&void 0!==t[i]?a+=s+"{"+t[i]+"}":C(i)&&(a+=A(s)+":"+x(s,i)+";");else if(!Array.isArray(i)||"string"!=typeof i[0]||null!=t&&void 0!==t[i[0]]){var c=E(e,t,i,!1);switch(s){case"animation":case"animationName":a+=A(s)+":"+c+";";break;default:a+=s+"{"+c+"}"}}else for(var o=0;o<i.length;o++)C(i[o])&&(a+=A(s)+":"+x(s,i[o])+";")}return a}(e,t,r);case"function":if(void 0!==e){var i=O,c=r(e);return O=i,E(e,t,c,a)}break;case"string":}if(null==t)return r;var o=t[r];return void 0===o||a?r:o}var O,_=/label:\s*([^\s;\n{]+)\s*;/g;var S=function(e,t,r){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var a=!0,n="";O=void 0;var s=e[0];null==s||void 0===s.raw?(a=!1,n+=E(r,t,s,!1)):n+=s[0];for(var i=1;i<e.length;i++)n+=E(r,t,e[i],46===n.charCodeAt(n.length-1)),a&&(n+=s[i]);_.lastIndex=0;for(var c,o="";null!==(c=_.exec(n));)o+="-"+c[1];var l=function(e){for(var t,r=0,a=0,n=e.length;n>=4;++a,n-=4)t=1540483477*(65535&(t=255&e.charCodeAt(a)|(255&e.charCodeAt(++a))<<8|(255&e.charCodeAt(++a))<<16|(255&e.charCodeAt(++a))<<24))+(59797*(t>>>16)<<16),r=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&r)+(59797*(r>>>16)<<16);switch(n){case 3:r^=(255&e.charCodeAt(a+2))<<16;case 2:r^=(255&e.charCodeAt(a+1))<<8;case 1:r=1540483477*(65535&(r^=255&e.charCodeAt(a)))+(59797*(r>>>16)<<16)}return(((r=1540483477*(65535&(r^=r>>>13))+(59797*(r>>>16)<<16))^r>>>15)>>>0).toString(36)}(n)+o;return{name:l,styles:n,next:O}},z="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",N=function(e,t){var r={};for(var a in t)l.call(t,a)&&(r[a]=t[a]);return r[z]=e,r},$=function(e,r,a,n){var s=null===a?r.css:r.css(a);"string"==typeof s&&void 0!==e.registered[s]&&(s=e.registered[s]);var i=r[z],c=[s],o="";"string"==typeof r.className?o=p(e.registered,c,r.className):null!=r.className&&(o=r.className+" ");var u=S(c);b(e,u,"string"==typeof i);o+=e.key+"-"+u.name;var f={};for(var h in r)l.call(r,h)&&"css"!==h&&h!==z&&(f[h]=r[h]);return f.ref=n,f.className=o,t.createElement(i,f)},j=d((function(e,r,a){return"function"==typeof e.css?t.createElement(f.Consumer,null,(function(t){return $(r,e,t,a)})):$(r,e,null,a)}));var R=function(e,r){var a=arguments;if(null==r||!l.call(r,"css"))return t.createElement.apply(void 0,a);var n=a.length,s=new Array(n);s[0]=j,s[1]=N(e,r);for(var i=2;i<n;i++)s[i]=a[i];return t.createElement.apply(null,s)},M=d((function(e,r){var a=e.styles;if("function"==typeof a)return t.createElement(f.Consumer,null,(function(e){var n=S([a(e)]);return t.createElement(T,{serialized:n,cache:r})}));var n=S([a]);return t.createElement(T,{serialized:n,cache:r})})),T=function(e){function t(t,r,a){return e.call(this,t,r,a)||this}r(t,e);var n=t.prototype;return n.componentDidMount=function(){this.sheet=new a({key:this.props.cache.key+"-global",nonce:this.props.cache.sheet.nonce,container:this.props.cache.sheet.container});var e=document.querySelector("style[data-emotion-"+this.props.cache.key+'="'+this.props.serialized.name+'"]');null!==e&&this.sheet.tags.push(e),this.props.cache.sheet.tags.length&&(this.sheet.before=this.props.cache.sheet.tags[0]),this.insertStyles()},n.componentDidUpdate=function(e){e.serialized.name!==this.props.serialized.name&&this.insertStyles()},n.insertStyles=function(){if(void 0!==this.props.serialized.next&&b(this.props.cache,this.props.serialized.next,!0),this.sheet.tags.length){var e=this.sheet.tags[this.sheet.tags.length-1].nextElementSibling;this.sheet.before=e,this.sheet.flush()}this.props.cache.insert("",this.props.serialized,this.sheet,!1)},n.componentWillUnmount=function(){this.sheet.flush()},n.render=function(){return null},t}(t.Component);function G(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return S(t)}var P=function e(t){for(var r=t.length,a=0,n="";a<r;a++){var s=t[a];if(null!=s){var i=void 0;switch(typeof s){case"boolean":break;case"object":if(Array.isArray(s))i=e(s);else for(var c in i="",s)s[c]&&c&&(i&&(i+=" "),i+=c);break;default:i=s}i&&(n&&(n+=" "),n+=i)}}return n};function I(e,t,r){var a=[],n=p(e,a,r);return a.length<2?r:n+t(a)}var D=d((function(e,r){return t.createElement(f.Consumer,null,(function(t){var a=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];var n=S(t,r.registered);return b(r,n,!1),r.key+"-"+n.name},n={css:a,cx:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return I(r.registered,a,P(t))},theme:t},s=e.children(n);return!0,s}))}));e.CacheProvider=h,e.ClassNames=D,e.Global=M,e.ThemeContext=f,e.createElement=R,e.css=G,e.jsx=R,e.keyframes=function(){var e=G.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}},e.withEmotionCache=d,Object.defineProperty(e,"__esModule",{value:!0})}));
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).emotionCore={},e.React)}(this,(function(e,t){"use strict";var r=function(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t};var a=function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var t=e.prototype;return t.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var t,r=function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t}(this);t=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(r,t),this.tags.push(r)}var a=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(a);try{var s=105===e.charCodeAt(1)&&64===e.charCodeAt(0);n.insertRule(e,s?0:n.cssRules.length)}catch(e){0}}else a.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}();function n(e){function t(e,a,o,l,h){for(var d,p,m,b,y,C=0,A=0,x=0,E=0,O=0,j=0,M=m=d=0,G=0,P=0,I=0,D=0,W=o.length,F=W-1,L="",q="",U="",H="";G<W;){if(p=o.charCodeAt(G),G===F&&0!==A+E+x+C&&(0!==A&&(p=47===A?10:47),E=x=C=0,W++,F++),0===A+E+x+C){if(G===F&&(0<P&&(L=L.replace(f,"")),0<L.trim().length)){switch(p){case 32:case 9:case 59:case 13:case 10:break;default:L+=o.charAt(G)}p=59}switch(p){case 123:for(d=(L=L.trim()).charCodeAt(0),m=1,D=++G;G<W;){switch(p=o.charCodeAt(G)){case 123:m++;break;case 125:m--;break;case 47:switch(p=o.charCodeAt(G+1)){case 42:case 47:e:{for(M=G+1;M<F;++M)switch(o.charCodeAt(M)){case 47:if(42===p&&42===o.charCodeAt(M-1)&&G+2!==M){G=M+1;break e}break;case 10:if(47===p){G=M+1;break e}}G=M}}break;case 91:p++;case 40:p++;case 34:case 39:for(;G++<F&&o.charCodeAt(G)!==p;);}if(0===m)break;G++}switch(m=o.substring(D,G),0===d&&(d=(L=L.replace(u,"").trim()).charCodeAt(0)),d){case 64:switch(0<P&&(L=L.replace(f,"")),p=L.charCodeAt(1)){case 100:case 109:case 115:case 45:P=a;break;default:P=$}if(D=(m=t(a,P,m,p,h+1)).length,0<R&&(y=c(3,m,P=r($,L,I),a,S,_,D,p,h,l),L=P.join(""),void 0!==y&&0===(D=(m=y.trim()).length)&&(p=0,m="")),0<D)switch(p){case 115:L=L.replace(w,i);case 100:case 109:case 45:m=L+"{"+m+"}";break;case 107:m=(L=L.replace(v,"$1 $2"))+"{"+m+"}",m=1===N||2===N&&s("@"+m,3)?"@-webkit-"+m+"@"+m:"@"+m;break;default:m=L+m,112===l&&(q+=m,m="")}else m="";break;default:m=t(a,r(a,L,I),m,l,h+1)}U+=m,m=I=P=M=d=0,L="",p=o.charCodeAt(++G);break;case 125:case 59:if(1<(D=(L=(0<P?L.replace(f,""):L).trim()).length))switch(0===M&&(d=L.charCodeAt(0),45===d||96<d&&123>d)&&(D=(L=L.replace(" ",":")).length),0<R&&void 0!==(y=c(1,L,a,e,S,_,q.length,l,h,l))&&0===(D=(L=y.trim()).length)&&(L="\0\0"),d=L.charCodeAt(0),p=L.charCodeAt(1),d){case 0:break;case 64:if(105===p||99===p){H+=L+o.charAt(G);break}default:58!==L.charCodeAt(D-1)&&(q+=n(L,d,p,L.charCodeAt(2)))}I=P=M=d=0,L="",p=o.charCodeAt(++G)}}switch(p){case 13:case 10:47===A?A=0:0===1+d&&107!==l&&0<L.length&&(P=1,L+="\0"),0<R*T&&c(0,L,a,e,S,_,q.length,l,h,l),_=1,S++;break;case 59:case 125:if(0===A+E+x+C){_++;break}default:switch(_++,b=o.charAt(G),p){case 9:case 32:if(0===E+C+A)switch(O){case 44:case 58:case 9:case 32:b="";break;default:32!==p&&(b=" ")}break;case 0:b="\\0";break;case 12:b="\\f";break;case 11:b="\\v";break;case 38:0===E+A+C&&(P=I=1,b="\f"+b);break;case 108:if(0===E+A+C+z&&0<M)switch(G-M){case 2:112===O&&58===o.charCodeAt(G-3)&&(z=O);case 8:111===j&&(z=j)}break;case 58:0===E+A+C&&(M=G);break;case 44:0===A+x+E+C&&(P=1,b+="\r");break;case 34:case 39:0===A&&(E=E===p?0:0===E?p:E);break;case 91:0===E+A+x&&C++;break;case 93:0===E+A+x&&C--;break;case 41:0===E+A+C&&x--;break;case 40:if(0===E+A+C){if(0===d)switch(2*O+3*j){case 533:break;default:d=1}x++}break;case 64:0===A+x+E+C+M+m&&(m=1);break;case 42:case 47:if(!(0<E+C+x))switch(A){case 0:switch(2*p+3*o.charCodeAt(G+1)){case 235:A=47;break;case 220:D=G,A=42}break;case 42:47===p&&42===O&&D+2!==G&&(33===o.charCodeAt(D+2)&&(q+=o.substring(D,G+1)),b="",A=0)}}0===A&&(L+=b)}j=O,O=p,G++}if(0<(D=q.length)){if(P=a,0<R&&(void 0!==(y=c(2,q,P,e,S,_,D,l,h,l))&&0===(q=y).length))return H+q+U;if(q=P.join(",")+"{"+q+"}",0!=N*z){switch(2!==N||s(q,2)||(z=0),z){case 111:q=q.replace(k,":-moz-$1")+q;break;case 112:q=q.replace(g,"::-webkit-input-$1")+q.replace(g,"::-moz-$1")+q.replace(g,":-ms-input-$1")+q}z=0}}return H+q+U}function r(e,t,r){var n=t.trim().split(m);t=n;var s=n.length,i=e.length;switch(i){case 0:case 1:var c=0;for(e=0===i?"":e[0]+" ";c<s;++c)t[c]=a(e,t[c],r).trim();break;default:var o=c=0;for(t=[];c<s;++c)for(var l=0;l<i;++l)t[o++]=a(e[l]+" ",n[c],r).trim()}return t}function a(e,t,r){var a=t.charCodeAt(0);switch(33>a&&(a=(t=t.trim()).charCodeAt(0)),a){case 38:return t.replace(b,"$1"+e.trim());case 58:return e.trim()+t.replace(b,"$1"+e.trim());default:if(0<1*r&&0<t.indexOf("\f"))return t.replace(b,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+t}function n(e,t,r,a){var i=e+";",c=2*t+3*r+4*a;if(944===c){e=i.indexOf(":",9)+1;var o=i.substring(e,i.length-1).trim();return o=i.substring(0,e).trim()+o+";",1===N||2===N&&s(o,1)?"-webkit-"+o+o:o}if(0===N||2===N&&!s(i,1))return i;switch(c){case 1015:return 97===i.charCodeAt(10)?"-webkit-"+i+i:i;case 951:return 116===i.charCodeAt(3)?"-webkit-"+i+i:i;case 963:return 110===i.charCodeAt(5)?"-webkit-"+i+i:i;case 1009:if(100!==i.charCodeAt(4))break;case 969:case 942:return"-webkit-"+i+i;case 978:return"-webkit-"+i+"-moz-"+i+i;case 1019:case 983:return"-webkit-"+i+"-moz-"+i+"-ms-"+i+i;case 883:if(45===i.charCodeAt(8))return"-webkit-"+i+i;if(0<i.indexOf("image-set(",11))return i.replace(O,"$1-webkit-$2")+i;break;case 932:if(45===i.charCodeAt(4))switch(i.charCodeAt(5)){case 103:return"-webkit-box-"+i.replace("-grow","")+"-webkit-"+i+"-ms-"+i.replace("grow","positive")+i;case 115:return"-webkit-"+i+"-ms-"+i.replace("shrink","negative")+i;case 98:return"-webkit-"+i+"-ms-"+i.replace("basis","preferred-size")+i}return"-webkit-"+i+"-ms-"+i+i;case 964:return"-webkit-"+i+"-ms-flex-"+i+i;case 1023:if(99!==i.charCodeAt(8))break;return"-webkit-box-pack"+(o=i.substring(i.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+i+"-ms-flex-pack"+o+i;case 1005:return d.test(i)?i.replace(h,":-webkit-")+i.replace(h,":-moz-")+i:i;case 1e3:switch(t=(o=i.substring(13).trim()).indexOf("-")+1,o.charCodeAt(0)+o.charCodeAt(t)){case 226:o=i.replace(y,"tb");break;case 232:o=i.replace(y,"tb-rl");break;case 220:o=i.replace(y,"lr");break;default:return i}return"-webkit-"+i+"-ms-"+o+i;case 1017:if(-1===i.indexOf("sticky",9))break;case 975:switch(t=(i=e).length-10,c=(o=(33===i.charCodeAt(t)?i.substring(0,t):i).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|o.charCodeAt(7))){case 203:if(111>o.charCodeAt(8))break;case 115:i=i.replace(o,"-webkit-"+o)+";"+i;break;case 207:case 102:i=i.replace(o,"-webkit-"+(102<c?"inline-":"")+"box")+";"+i.replace(o,"-webkit-"+o)+";"+i.replace(o,"-ms-"+o+"box")+";"+i}return i+";";case 938:if(45===i.charCodeAt(5))switch(i.charCodeAt(6)){case 105:return o=i.replace("-items",""),"-webkit-"+i+"-webkit-box-"+o+"-ms-flex-"+o+i;case 115:return"-webkit-"+i+"-ms-flex-item-"+i.replace(A,"")+i;default:return"-webkit-"+i+"-ms-flex-line-pack"+i.replace("align-content","").replace(A,"")+i}break;case 973:case 989:if(45!==i.charCodeAt(3)||122===i.charCodeAt(4))break;case 931:case 953:if(!0===E.test(e))return 115===(o=e.substring(e.indexOf(":")+1)).charCodeAt(0)?n(e.replace("stretch","fill-available"),t,r,a).replace(":fill-available",":stretch"):i.replace(o,"-webkit-"+o)+i.replace(o,"-moz-"+o.replace("fill-",""))+i;break;case 962:if(i="-webkit-"+i+(102===i.charCodeAt(5)?"-ms-"+i:"")+i,211===r+a&&105===i.charCodeAt(13)&&0<i.indexOf("transform",10))return i.substring(0,i.indexOf(";",27)+1).replace(p,"$1-webkit-$2")+i}return i}function s(e,t){var r=e.indexOf(1===t?":":"{"),a=e.substring(0,3!==t?r:10);return r=e.substring(r+1,e.length-1),M(2!==t?a:a.replace(x,"$1"),r,t)}function i(e,t){var r=n(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return r!==t+";"?r.replace(C," or ($1)").substring(4):"("+t+")"}function c(e,t,r,a,n,s,i,c,o,u){for(var f,h=0,d=t;h<R;++h)switch(f=j[h].call(l,e,d,r,a,n,s,i,c,o,u)){case void 0:case!1:case!0:case null:break;default:d=f}if(d!==t)return d}function o(e){return void 0!==(e=e.prefix)&&(M=null,e?"function"!=typeof e?N=1:(N=2,M=e):N=0),o}function l(e,r){var a=e;if(33>a.charCodeAt(0)&&(a=a.trim()),a=[a],0<R){var n=c(-1,r,a,a,S,_,0,0,0,0);void 0!==n&&"string"==typeof n&&(r=n)}var s=t($,a,r,0,0);return 0<R&&(void 0!==(n=c(-2,s,a,a,S,_,s.length,0,0,0))&&(s=n)),"",z=0,_=S=1,s}var u=/^\0+/g,f=/[\0\r\f]/g,h=/: */g,d=/zoo|gra/,p=/([,: ])(transform)/g,m=/,\r+?/g,b=/([\t\r\n ])*\f?&/g,v=/@(k\w+)\s*(\S*)\s*/,g=/::(place)/g,k=/:(read-only)/g,y=/[svh]\w+-[tblr]{2}/,w=/\(\s*(.*)\s*\)/g,C=/([\s\S]*?);/g,A=/-self|flex-/g,x=/[^]*?(:[rp][el]a[\w-]+)[^]*/,E=/stretch|:\s*\w+\-(?:conte|avail)/,O=/([^-])(image-set\()/,_=1,S=1,z=0,N=1,$=[],j=[],R=0,M=null,T=0;return l.use=function e(t){switch(t){case void 0:case null:R=j.length=0;break;default:if("function"==typeof t)j[R++]=t;else if("object"==typeof t)for(var r=0,a=t.length;r<a;++r)e(t[r]);else T=0|!!t}return e},l.set=o,void 0!==e&&o(e),l}var s="/*|*/";function i(e){e&&c.current.insert(e+"}")}var c={current:null},o=function(e,t,r,a,n,o,l,u,f,h){switch(e){case 1:switch(t.charCodeAt(0)){case 64:return c.current.insert(t+";"),"";case 108:if(98===t.charCodeAt(2))return""}break;case 2:if(0===u)return t+s;break;case 3:switch(u){case 102:case 112:return c.current.insert(r[0]+t),"";default:return t+(0===h?s:"")}case-2:t.split("/*|*/}").forEach(i)}},l=Object.prototype.hasOwnProperty,u=t.createContext("undefined"!=typeof HTMLElement?function(e){void 0===e&&(e={});var t,r=e.key||"css";void 0!==e.prefix&&(t={prefix:e.prefix});var s=new n(t);var i,l={};i=e.container||document.head;var u,f=document.querySelectorAll("style[data-emotion-"+r+"]");Array.prototype.forEach.call(f,(function(e){e.getAttribute("data-emotion-"+r).split(" ").forEach((function(e){l[e]=!0})),e.parentNode!==i&&i.appendChild(e)})),s.use(e.stylisPlugins)(o),u=function(e,t,r,a){var n=t.name;c.current=r,s(e,t.styles),a&&(h.inserted[n]=!0)};var h={key:r,sheet:new a({key:r,container:i,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:l,registered:{},insert:u};return h}():null),f=t.createContext({}),h=u.Provider,d=function(e){var r=function(r,a){return t.createElement(u.Consumer,null,(function(t){return e(r,t,a)}))};return t.forwardRef(r)};function p(e,t,r){var a="";return r.split(" ").forEach((function(r){void 0!==e[r]?t.push(e[r]):a+=r+" "})),a}var m=function(e,t,r){var a=e.key+"-"+t.name;if(!1===r&&void 0===e.registered[a]&&(e.registered[a]=t.styles),void 0===e.inserted[t.name]){var n=t;do{e.insert("."+a,n,e.sheet,!0);n=n.next}while(void 0!==n)}};var b={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};var v,g,k=/[A-Z]|^ms/g,y=/_EMO_([^_]+?)_([^]*?)_EMO_/g,w=function(e){return 45===e.charCodeAt(1)},C=function(e){return null!=e&&"boolean"!=typeof e},A=(v=function(e){return w(e)?e:e.replace(k,"-$&").toLowerCase()},g={},function(e){return void 0===g[e]&&(g[e]=v(e)),g[e]}),x=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(y,(function(e,t,r){return O={name:t,styles:r,next:O},t}))}return 1===b[e]||w(e)||"number"!=typeof t||0===t?t:t+"px"};function E(e,t,r,a){if(null==r)return"";if(void 0!==r.__emotion_styles)return r;switch(typeof r){case"boolean":return"";case"object":if(1===r.anim)return O={name:r.name,styles:r.styles,next:O},r.name;if(void 0!==r.styles){var n=r.next;if(void 0!==n)for(;void 0!==n;)O={name:n.name,styles:n.styles,next:O},n=n.next;var s=r.styles+";";return s}return function(e,t,r){var a="";if(Array.isArray(r))for(var n=0;n<r.length;n++)a+=E(e,t,r[n],!1);else for(var s in r){var i=r[s];if("object"!=typeof i)null!=t&&void 0!==t[i]?a+=s+"{"+t[i]+"}":C(i)&&(a+=A(s)+":"+x(s,i)+";");else if(!Array.isArray(i)||"string"!=typeof i[0]||null!=t&&void 0!==t[i[0]]){var c=E(e,t,i,!1);switch(s){case"animation":case"animationName":a+=A(s)+":"+c+";";break;default:a+=s+"{"+c+"}"}}else for(var o=0;o<i.length;o++)C(i[o])&&(a+=A(s)+":"+x(s,i[o])+";")}return a}(e,t,r);case"function":if(void 0!==e){var i=O,c=r(e);return O=i,E(e,t,c,a)}break;case"string":}if(null==t)return r;var o=t[r];return void 0===o||a?r:o}var O,_=/label:\s*([^\s;\n{]+)\s*;/g;var S=function(e,t,r){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var a=!0,n="";O=void 0;var s=e[0];null==s||void 0===s.raw?(a=!1,n+=E(r,t,s,!1)):n+=s[0];for(var i=1;i<e.length;i++)n+=E(r,t,e[i],46===n.charCodeAt(n.length-1)),a&&(n+=s[i]);_.lastIndex=0;for(var c,o="";null!==(c=_.exec(n));)o+="-"+c[1];var l=function(e){for(var t,r=0,a=0,n=e.length;n>=4;++a,n-=4)t=1540483477*(65535&(t=255&e.charCodeAt(a)|(255&e.charCodeAt(++a))<<8|(255&e.charCodeAt(++a))<<16|(255&e.charCodeAt(++a))<<24))+(59797*(t>>>16)<<16),r=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&r)+(59797*(r>>>16)<<16);switch(n){case 3:r^=(255&e.charCodeAt(a+2))<<16;case 2:r^=(255&e.charCodeAt(a+1))<<8;case 1:r=1540483477*(65535&(r^=255&e.charCodeAt(a)))+(59797*(r>>>16)<<16)}return(((r=1540483477*(65535&(r^=r>>>13))+(59797*(r>>>16)<<16))^r>>>15)>>>0).toString(36)}(n)+o;return{name:l,styles:n,next:O}},z="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",N=function(e,t){var r={};for(var a in t)l.call(t,a)&&(r[a]=t[a]);return r[z]=e,r},$=function(){return null},j=function(e,r,a,n){var s=null===a?r.css:r.css(a);"string"==typeof s&&void 0!==e.registered[s]&&(s=e.registered[s]);var i=r[z],c=[s],o="";"string"==typeof r.className?o=p(e.registered,c,r.className):null!=r.className&&(o=r.className+" ");var u=S(c);m(e,u,"string"==typeof i);o+=e.key+"-"+u.name;var f={};for(var h in r)l.call(r,h)&&"css"!==h&&h!==z&&(f[h]=r[h]);f.ref=n,f.className=o;var d=t.createElement(i,f),b=t.createElement($,null);return t.createElement(t.Fragment,null,b,d)},R=d((function(e,r,a){return"function"==typeof e.css?t.createElement(f.Consumer,null,(function(t){return j(r,e,t,a)})):j(r,e,null,a)}));var M=function(e,r){var a=arguments;if(null==r||!l.call(r,"css"))return t.createElement.apply(void 0,a);var n=a.length,s=new Array(n);s[0]=R,s[1]=N(e,r);for(var i=2;i<n;i++)s[i]=a[i];return t.createElement.apply(null,s)},T=d((function(e,r){var a=e.styles;if("function"==typeof a)return t.createElement(f.Consumer,null,(function(e){var n=S([a(e)]);return t.createElement(G,{serialized:n,cache:r})}));var n=S([a]);return t.createElement(G,{serialized:n,cache:r})})),G=function(e){function t(t,r,a){return e.call(this,t,r,a)||this}r(t,e);var n=t.prototype;return n.componentDidMount=function(){this.sheet=new a({key:this.props.cache.key+"-global",nonce:this.props.cache.sheet.nonce,container:this.props.cache.sheet.container});var e=document.querySelector("style[data-emotion-"+this.props.cache.key+'="'+this.props.serialized.name+'"]');null!==e&&this.sheet.tags.push(e),this.props.cache.sheet.tags.length&&(this.sheet.before=this.props.cache.sheet.tags[0]),this.insertStyles()},n.componentDidUpdate=function(e){e.serialized.name!==this.props.serialized.name&&this.insertStyles()},n.insertStyles=function(){if(void 0!==this.props.serialized.next&&m(this.props.cache,this.props.serialized.next,!0),this.sheet.tags.length){var e=this.sheet.tags[this.sheet.tags.length-1].nextElementSibling;this.sheet.before=e,this.sheet.flush()}this.props.cache.insert("",this.props.serialized,this.sheet,!1)},n.componentWillUnmount=function(){this.sheet.flush()},n.render=function(){return null},t}(t.Component);function P(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return S(t)}var I=function e(t){for(var r=t.length,a=0,n="";a<r;a++){var s=t[a];if(null!=s){var i=void 0;switch(typeof s){case"boolean":break;case"object":if(Array.isArray(s))i=e(s);else for(var c in i="",s)s[c]&&c&&(i&&(i+=" "),i+=c);break;default:i=s}i&&(n&&(n+=" "),n+=i)}}return n};function D(e,t,r){var a=[],n=p(e,a,r);return a.length<2?r:n+t(a)}var W=function(){return null},F=d((function(e,r){return t.createElement(f.Consumer,null,(function(a){var n=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];var n=S(t,r.registered);return m(r,n,!1),r.key+"-"+n.name},s={css:n,cx:function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return D(r.registered,n,I(t))},theme:a},i=e.children(s);var c=t.createElement(W,null);return t.createElement(t.Fragment,null,c,i)}))}));e.CacheProvider=h,e.ClassNames=F,e.Global=T,e.ThemeContext=f,e.createElement=M,e.css=P,e.jsx=M,e.keyframes=function(){var e=P.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}},e.withEmotionCache=d,Object.defineProperty(e,"__esModule",{value:!0})}));
//# sourceMappingURL=core.umd.min.js.map

@@ -8,3 +8,3 @@ 'use strict';

require('@emotion/cache');
var emotionElement = require('../../dist/emotion-element-8aec08a7.browser.cjs.js');
var emotionElement = require('../../dist/emotion-element-3a21e59a.browser.cjs.js');
require('@emotion/utils');

@@ -11,0 +11,0 @@ require('@emotion/serialize');

import '@babel/runtime/helpers/inheritsLoose';
import 'react';
import '@emotion/cache';
import { h as hasOwnProperty, E as Emotion, c as createEmotionProps } from '../../dist/emotion-element-57a3a7a3.browser.esm.js';
import { h as hasOwnProperty, E as Emotion, c as createEmotionProps } from '../../dist/emotion-element-04d85134.browser.esm.js';
import '@emotion/utils';

@@ -6,0 +6,0 @@ import '@emotion/serialize';

@@ -8,3 +8,3 @@ 'use strict';

require('@emotion/cache');
var emotionElement = require('../../dist/emotion-element-49eeaaac.cjs.dev.js');
var emotionElement = require('../../dist/emotion-element-c423a2c0.cjs.dev.js');
require('@emotion/utils');

@@ -11,0 +11,0 @@ require('@emotion/serialize');

@@ -7,3 +7,3 @@ "use strict";

var emotionElement = require("../../dist/emotion-element-0e1e5002.cjs.prod.js");
var emotionElement = require("../../dist/emotion-element-968a0f7e.cjs.prod.js");

@@ -10,0 +10,0 @@ require("@emotion/utils"), require("@emotion/serialize");

import '@babel/runtime/helpers/inheritsLoose';
import 'react';
import '@emotion/cache';
import { h as hasOwnProperty, E as Emotion, c as createEmotionProps } from '../../dist/emotion-element-cfcfecf4.esm.js';
import { h as hasOwnProperty, E as Emotion, c as createEmotionProps } from '../../dist/emotion-element-39b82f0b.esm.js';
import '@emotion/utils';

@@ -6,0 +6,0 @@ import '@emotion/serialize';

@@ -1,2 +0,2 @@

!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("react/jsx-dev-runtime"),require("react")):"function"==typeof define&&define.amd?define(["exports","react/jsx-dev-runtime","react"],r):r((e="undefined"!=typeof globalThis?globalThis:e||self).emotionCoreJSXDevRuntime={},e.ReactJSXDev,e.React)}(this,(function(e,r,t){"use strict";var a=function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var r=e.prototype;return r.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var r,t=function(e){var r=document.createElement("style");return r.setAttribute("data-emotion",e.key),void 0!==e.nonce&&r.setAttribute("nonce",e.nonce),r.appendChild(document.createTextNode("")),r}(this);r=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(t,r),this.tags.push(t)}var a=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var r=0;r<document.styleSheets.length;r++)if(document.styleSheets[r].ownerNode===e)return document.styleSheets[r]}(a);try{var c=105===e.charCodeAt(1)&&64===e.charCodeAt(0);n.insertRule(e,c?0:n.cssRules.length)}catch(e){0}}else a.appendChild(document.createTextNode(e));this.ctr++},r.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}();function n(e){function r(e,a,o,l,d){for(var h,b,p,m,w,y=0,A=0,x=0,O=0,S=0,R=0,D=p=h=0,G=0,I=0,P=0,M=0,F=o.length,L=F-1,W="",q="",V="",H="";G<F;){if(b=o.charCodeAt(G),G===L&&0!==A+O+x+y&&(0!==A&&(b=47===A?10:47),O=x=y=0,F++,L++),0===A+O+x+y){if(G===L&&(0<I&&(W=W.replace(f,"")),0<W.trim().length)){switch(b){case 32:case 9:case 59:case 13:case 10:break;default:W+=o.charAt(G)}b=59}switch(b){case 123:for(h=(W=W.trim()).charCodeAt(0),p=1,M=++G;G<F;){switch(b=o.charCodeAt(G)){case 123:p++;break;case 125:p--;break;case 47:switch(b=o.charCodeAt(G+1)){case 42:case 47:e:{for(D=G+1;D<L;++D)switch(o.charCodeAt(D)){case 47:if(42===b&&42===o.charCodeAt(D-1)&&G+2!==D){G=D+1;break e}break;case 10:if(47===b){G=D+1;break e}}G=D}}break;case 91:b++;case 40:b++;case 34:case 39:for(;G++<L&&o.charCodeAt(G)!==b;);}if(0===p)break;G++}switch(p=o.substring(M,G),0===h&&(h=(W=W.replace(u,"").trim()).charCodeAt(0)),h){case 64:switch(0<I&&(W=W.replace(f,"")),b=W.charCodeAt(1)){case 100:case 109:case 115:case 45:I=a;break;default:I=N}if(M=(p=r(a,I,p,b,d+1)).length,0<z&&(w=s(3,p,I=t(N,W,P),a,_,E,M,b,d,l),W=I.join(""),void 0!==w&&0===(M=(p=w.trim()).length)&&(b=0,p="")),0<M)switch(b){case 115:W=W.replace(C,i);case 100:case 109:case 45:p=W+"{"+p+"}";break;case 107:p=(W=W.replace(v,"$1 $2"))+"{"+p+"}",p=1===j||2===j&&c("@"+p,3)?"@-webkit-"+p+"@"+p:"@"+p;break;default:p=W+p,112===l&&(q+=p,p="")}else p="";break;default:p=r(a,t(a,W,P),p,l,d+1)}V+=p,p=P=I=D=h=0,W="",b=o.charCodeAt(++G);break;case 125:case 59:if(1<(M=(W=(0<I?W.replace(f,""):W).trim()).length))switch(0===D&&(h=W.charCodeAt(0),45===h||96<h&&123>h)&&(M=(W=W.replace(" ",":")).length),0<z&&void 0!==(w=s(1,W,a,e,_,E,q.length,l,d,l))&&0===(M=(W=w.trim()).length)&&(W="\0\0"),h=W.charCodeAt(0),b=W.charCodeAt(1),h){case 0:break;case 64:if(105===b||99===b){H+=W+o.charAt(G);break}default:58!==W.charCodeAt(M-1)&&(q+=n(W,h,b,W.charCodeAt(2)))}P=I=D=h=0,W="",b=o.charCodeAt(++G)}}switch(b){case 13:case 10:47===A?A=0:0===1+h&&107!==l&&0<W.length&&(I=1,W+="\0"),0<z*T&&s(0,W,a,e,_,E,q.length,l,d,l),E=1,_++;break;case 59:case 125:if(0===A+O+x+y){E++;break}default:switch(E++,m=o.charAt(G),b){case 9:case 32:if(0===O+y+A)switch(S){case 44:case 58:case 9:case 32:m="";break;default:32!==b&&(m=" ")}break;case 0:m="\\0";break;case 12:m="\\f";break;case 11:m="\\v";break;case 38:0===O+A+y&&(I=P=1,m="\f"+m);break;case 108:if(0===O+A+y+$&&0<D)switch(G-D){case 2:112===S&&58===o.charCodeAt(G-3)&&($=S);case 8:111===R&&($=R)}break;case 58:0===O+A+y&&(D=G);break;case 44:0===A+x+O+y&&(I=1,m+="\r");break;case 34:case 39:0===A&&(O=O===b?0:0===O?b:O);break;case 91:0===O+A+x&&y++;break;case 93:0===O+A+x&&y--;break;case 41:0===O+A+y&&x--;break;case 40:if(0===O+A+y){if(0===h)switch(2*S+3*R){case 533:break;default:h=1}x++}break;case 64:0===A+x+O+y+D+p&&(p=1);break;case 42:case 47:if(!(0<O+y+x))switch(A){case 0:switch(2*b+3*o.charCodeAt(G+1)){case 235:A=47;break;case 220:M=G,A=42}break;case 42:47===b&&42===S&&M+2!==G&&(33===o.charCodeAt(M+2)&&(q+=o.substring(M,G+1)),m="",A=0)}}0===A&&(W+=m)}R=S,S=b,G++}if(0<(M=q.length)){if(I=a,0<z&&(void 0!==(w=s(2,q,I,e,_,E,M,l,d,l))&&0===(q=w).length))return H+q+V;if(q=I.join(",")+"{"+q+"}",0!=j*$){switch(2!==j||c(q,2)||($=0),$){case 111:q=q.replace(k,":-moz-$1")+q;break;case 112:q=q.replace(g,"::-webkit-input-$1")+q.replace(g,"::-moz-$1")+q.replace(g,":-ms-input-$1")+q}$=0}}return H+q+V}function t(e,r,t){var n=r.trim().split(p);r=n;var c=n.length,i=e.length;switch(i){case 0:case 1:var s=0;for(e=0===i?"":e[0]+" ";s<c;++s)r[s]=a(e,r[s],t).trim();break;default:var o=s=0;for(r=[];s<c;++s)for(var l=0;l<i;++l)r[o++]=a(e[l]+" ",n[s],t).trim()}return r}function a(e,r,t){var a=r.charCodeAt(0);switch(33>a&&(a=(r=r.trim()).charCodeAt(0)),a){case 38:return r.replace(m,"$1"+e.trim());case 58:return e.trim()+r.replace(m,"$1"+e.trim());default:if(0<1*t&&0<r.indexOf("\f"))return r.replace(m,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+r}function n(e,r,t,a){var i=e+";",s=2*r+3*t+4*a;if(944===s){e=i.indexOf(":",9)+1;var o=i.substring(e,i.length-1).trim();return o=i.substring(0,e).trim()+o+";",1===j||2===j&&c(o,1)?"-webkit-"+o+o:o}if(0===j||2===j&&!c(i,1))return i;switch(s){case 1015:return 97===i.charCodeAt(10)?"-webkit-"+i+i:i;case 951:return 116===i.charCodeAt(3)?"-webkit-"+i+i:i;case 963:return 110===i.charCodeAt(5)?"-webkit-"+i+i:i;case 1009:if(100!==i.charCodeAt(4))break;case 969:case 942:return"-webkit-"+i+i;case 978:return"-webkit-"+i+"-moz-"+i+i;case 1019:case 983:return"-webkit-"+i+"-moz-"+i+"-ms-"+i+i;case 883:if(45===i.charCodeAt(8))return"-webkit-"+i+i;if(0<i.indexOf("image-set(",11))return i.replace(S,"$1-webkit-$2")+i;break;case 932:if(45===i.charCodeAt(4))switch(i.charCodeAt(5)){case 103:return"-webkit-box-"+i.replace("-grow","")+"-webkit-"+i+"-ms-"+i.replace("grow","positive")+i;case 115:return"-webkit-"+i+"-ms-"+i.replace("shrink","negative")+i;case 98:return"-webkit-"+i+"-ms-"+i.replace("basis","preferred-size")+i}return"-webkit-"+i+"-ms-"+i+i;case 964:return"-webkit-"+i+"-ms-flex-"+i+i;case 1023:if(99!==i.charCodeAt(8))break;return"-webkit-box-pack"+(o=i.substring(i.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+i+"-ms-flex-pack"+o+i;case 1005:return h.test(i)?i.replace(d,":-webkit-")+i.replace(d,":-moz-")+i:i;case 1e3:switch(r=(o=i.substring(13).trim()).indexOf("-")+1,o.charCodeAt(0)+o.charCodeAt(r)){case 226:o=i.replace(w,"tb");break;case 232:o=i.replace(w,"tb-rl");break;case 220:o=i.replace(w,"lr");break;default:return i}return"-webkit-"+i+"-ms-"+o+i;case 1017:if(-1===i.indexOf("sticky",9))break;case 975:switch(r=(i=e).length-10,s=(o=(33===i.charCodeAt(r)?i.substring(0,r):i).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|o.charCodeAt(7))){case 203:if(111>o.charCodeAt(8))break;case 115:i=i.replace(o,"-webkit-"+o)+";"+i;break;case 207:case 102:i=i.replace(o,"-webkit-"+(102<s?"inline-":"")+"box")+";"+i.replace(o,"-webkit-"+o)+";"+i.replace(o,"-ms-"+o+"box")+";"+i}return i+";";case 938:if(45===i.charCodeAt(5))switch(i.charCodeAt(6)){case 105:return o=i.replace("-items",""),"-webkit-"+i+"-webkit-box-"+o+"-ms-flex-"+o+i;case 115:return"-webkit-"+i+"-ms-flex-item-"+i.replace(A,"")+i;default:return"-webkit-"+i+"-ms-flex-line-pack"+i.replace("align-content","").replace(A,"")+i}break;case 973:case 989:if(45!==i.charCodeAt(3)||122===i.charCodeAt(4))break;case 931:case 953:if(!0===O.test(e))return 115===(o=e.substring(e.indexOf(":")+1)).charCodeAt(0)?n(e.replace("stretch","fill-available"),r,t,a).replace(":fill-available",":stretch"):i.replace(o,"-webkit-"+o)+i.replace(o,"-moz-"+o.replace("fill-",""))+i;break;case 962:if(i="-webkit-"+i+(102===i.charCodeAt(5)?"-ms-"+i:"")+i,211===t+a&&105===i.charCodeAt(13)&&0<i.indexOf("transform",10))return i.substring(0,i.indexOf(";",27)+1).replace(b,"$1-webkit-$2")+i}return i}function c(e,r){var t=e.indexOf(1===r?":":"{"),a=e.substring(0,3!==r?t:10);return t=e.substring(t+1,e.length-1),D(2!==r?a:a.replace(x,"$1"),t,r)}function i(e,r){var t=n(r,r.charCodeAt(0),r.charCodeAt(1),r.charCodeAt(2));return t!==r+";"?t.replace(y," or ($1)").substring(4):"("+r+")"}function s(e,r,t,a,n,c,i,s,o,u){for(var f,d=0,h=r;d<z;++d)switch(f=R[d].call(l,e,h,t,a,n,c,i,s,o,u)){case void 0:case!1:case!0:case null:break;default:h=f}if(h!==r)return h}function o(e){return void 0!==(e=e.prefix)&&(D=null,e?"function"!=typeof e?j=1:(j=2,D=e):j=0),o}function l(e,t){var a=e;if(33>a.charCodeAt(0)&&(a=a.trim()),a=[a],0<z){var n=s(-1,t,a,a,_,E,0,0,0,0);void 0!==n&&"string"==typeof n&&(t=n)}var c=r(N,a,t,0,0);return 0<z&&(void 0!==(n=s(-2,c,a,a,_,E,c.length,0,0,0))&&(c=n)),"",$=0,E=_=1,c}var u=/^\0+/g,f=/[\0\r\f]/g,d=/: */g,h=/zoo|gra/,b=/([,: ])(transform)/g,p=/,\r+?/g,m=/([\t\r\n ])*\f?&/g,v=/@(k\w+)\s*(\S*)\s*/,g=/::(place)/g,k=/:(read-only)/g,w=/[svh]\w+-[tblr]{2}/,C=/\(\s*(.*)\s*\)/g,y=/([\s\S]*?);/g,A=/-self|flex-/g,x=/[^]*?(:[rp][el]a[\w-]+)[^]*/,O=/stretch|:\s*\w+\-(?:conte|avail)/,S=/([^-])(image-set\()/,E=1,_=1,$=0,j=1,N=[],R=[],z=0,D=null,T=0;return l.use=function e(r){switch(r){case void 0:case null:z=R.length=0;break;default:if("function"==typeof r)R[z++]=r;else if("object"==typeof r)for(var t=0,a=r.length;t<a;++t)e(r[t]);else T=0|!!r}return e},l.set=o,void 0!==e&&o(e),l}var c="/*|*/";function i(e){e&&s.current.insert(e+"}")}var s={current:null},o=function(e,r,t,a,n,o,l,u,f,d){switch(e){case 1:switch(r.charCodeAt(0)){case 64:return s.current.insert(r+";"),"";case 108:if(98===r.charCodeAt(2))return""}break;case 2:if(0===u)return r+c;break;case 3:switch(u){case 102:case 112:return s.current.insert(t[0]+r),"";default:return r+(0===d?c:"")}case-2:r.split("/*|*/}").forEach(i)}},l=Object.prototype.hasOwnProperty,u=t.createContext("undefined"!=typeof HTMLElement?function(e){void 0===e&&(e={});var r,t=e.key||"css";void 0!==e.prefix&&(r={prefix:e.prefix});var c=new n(r);var i,l={};i=e.container||document.head;var u,f=document.querySelectorAll("style[data-emotion-"+t+"]");Array.prototype.forEach.call(f,(function(e){e.getAttribute("data-emotion-"+t).split(" ").forEach((function(e){l[e]=!0})),e.parentNode!==i&&i.appendChild(e)})),c.use(e.stylisPlugins)(o),u=function(e,r,t,a){var n=r.name;s.current=t,c(e,r.styles),a&&(d.inserted[n]=!0)};var d={key:t,sheet:new a({key:t,container:i,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:l,registered:{},insert:u};return d}():null),f=t.createContext({}),d=(u.Provider,function(e){var r=function(r,a){return t.createElement(u.Consumer,null,(function(t){return e(r,t,a)}))};return t.forwardRef(r)});var h={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};var b,p,m=/[A-Z]|^ms/g,v=/_EMO_([^_]+?)_([^]*?)_EMO_/g,g=function(e){return 45===e.charCodeAt(1)},k=function(e){return null!=e&&"boolean"!=typeof e},w=(b=function(e){return g(e)?e:e.replace(m,"-$&").toLowerCase()},p={},function(e){return void 0===p[e]&&(p[e]=b(e)),p[e]}),C=function(e,r){switch(e){case"animation":case"animationName":if("string"==typeof r)return r.replace(v,(function(e,r,t){return A={name:r,styles:t,next:A},r}))}return 1===h[e]||g(e)||"number"!=typeof r||0===r?r:r+"px"};function y(e,r,t,a){if(null==t)return"";if(void 0!==t.__emotion_styles)return t;switch(typeof t){case"boolean":return"";case"object":if(1===t.anim)return A={name:t.name,styles:t.styles,next:A},t.name;if(void 0!==t.styles){var n=t.next;if(void 0!==n)for(;void 0!==n;)A={name:n.name,styles:n.styles,next:A},n=n.next;var c=t.styles+";";return c}return function(e,r,t){var a="";if(Array.isArray(t))for(var n=0;n<t.length;n++)a+=y(e,r,t[n],!1);else for(var c in t){var i=t[c];if("object"!=typeof i)null!=r&&void 0!==r[i]?a+=c+"{"+r[i]+"}":k(i)&&(a+=w(c)+":"+C(c,i)+";");else if(!Array.isArray(i)||"string"!=typeof i[0]||null!=r&&void 0!==r[i[0]]){var s=y(e,r,i,!1);switch(c){case"animation":case"animationName":a+=w(c)+":"+s+";";break;default:a+=c+"{"+s+"}"}}else for(var o=0;o<i.length;o++)k(i[o])&&(a+=w(c)+":"+C(c,i[o])+";")}return a}(e,r,t);case"function":if(void 0!==e){var i=A,s=t(e);return A=i,y(e,r,s,a)}break;case"string":}if(null==r)return t;var o=r[t];return void 0===o||a?t:o}var A,x=/label:\s*([^\s;\n{]+)\s*;/g;var O=function(e,r,t){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var a=!0,n="";A=void 0;var c=e[0];null==c||void 0===c.raw?(a=!1,n+=y(t,r,c,!1)):n+=c[0];for(var i=1;i<e.length;i++)n+=y(t,r,e[i],46===n.charCodeAt(n.length-1)),a&&(n+=c[i]);x.lastIndex=0;for(var s,o="";null!==(s=x.exec(n));)o+="-"+s[1];var l=function(e){for(var r,t=0,a=0,n=e.length;n>=4;++a,n-=4)r=1540483477*(65535&(r=255&e.charCodeAt(a)|(255&e.charCodeAt(++a))<<8|(255&e.charCodeAt(++a))<<16|(255&e.charCodeAt(++a))<<24))+(59797*(r>>>16)<<16),t=1540483477*(65535&(r^=r>>>24))+(59797*(r>>>16)<<16)^1540483477*(65535&t)+(59797*(t>>>16)<<16);switch(n){case 3:t^=(255&e.charCodeAt(a+2))<<16;case 2:t^=(255&e.charCodeAt(a+1))<<8;case 1:t=1540483477*(65535&(t^=255&e.charCodeAt(a)))+(59797*(t>>>16)<<16)}return(((t=1540483477*(65535&(t^=t>>>13))+(59797*(t>>>16)<<16))^t>>>15)>>>0).toString(36)}(n)+o;return{name:l,styles:n,next:A}},S="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",E=function(e,r,a,n){var c=null===a?r.css:r.css(a);"string"==typeof c&&void 0!==e.registered[c]&&(c=e.registered[c]);var i=r[S],s=[c],o="";"string"==typeof r.className?o=function(e,r,t){var a="";return t.split(" ").forEach((function(t){void 0!==e[t]?r.push(e[t]):a+=t+" "})),a}(e.registered,s,r.className):null!=r.className&&(o=r.className+" ");var u=O(s);!function(e,r,t){var a=e.key+"-"+r.name;if(!1===t&&void 0===e.registered[a]&&(e.registered[a]=r.styles),void 0===e.inserted[r.name]){var n=r;do{e.insert("."+a,n,e.sheet,!0),n=n.next}while(void 0!==n)}}(e,u,"string"==typeof i);o+=e.key+"-"+u.name;var f={};for(var d in r)l.call(r,d)&&"css"!==d&&d!==S&&(f[d]=r[d]);return f.ref=n,f.className=o,t.createElement(i,f)},_=d((function(e,r,a){return"function"==typeof e.css?t.createElement(f.Consumer,null,(function(t){return E(r,e,t,a)})):E(r,e,null,a)}));var $=r.Fragment;e.Fragment=$,e.jsxDEV=function(e,t,a,n,c,i){return l.call(t,"css")?r.jsxDEV(_,function(e,r){var t={};for(var a in r)l.call(r,a)&&(t[a]=r[a]);return t[S]=e,t}(e,t),a,n,c,i):r.jsxDEV(e,t,a,n,c,i)},Object.defineProperty(e,"__esModule",{value:!0})}));
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("react/jsx-dev-runtime"),require("react")):"function"==typeof define&&define.amd?define(["exports","react/jsx-dev-runtime","react"],r):r((e="undefined"!=typeof globalThis?globalThis:e||self).emotionCoreJSXDevRuntime={},e.ReactJSXDev,e.React)}(this,(function(e,r,t){"use strict";var a=function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var r=e.prototype;return r.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var r,t=function(e){var r=document.createElement("style");return r.setAttribute("data-emotion",e.key),void 0!==e.nonce&&r.setAttribute("nonce",e.nonce),r.appendChild(document.createTextNode("")),r}(this);r=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(t,r),this.tags.push(t)}var a=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var r=0;r<document.styleSheets.length;r++)if(document.styleSheets[r].ownerNode===e)return document.styleSheets[r]}(a);try{var c=105===e.charCodeAt(1)&&64===e.charCodeAt(0);n.insertRule(e,c?0:n.cssRules.length)}catch(e){0}}else a.appendChild(document.createTextNode(e));this.ctr++},r.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}();function n(e){function r(e,a,o,l,d){for(var h,b,p,m,w,y=0,A=0,x=0,O=0,E=0,R=0,D=p=h=0,G=0,I=0,P=0,M=0,F=o.length,L=F-1,W="",q="",V="",H="";G<F;){if(b=o.charCodeAt(G),G===L&&0!==A+O+x+y&&(0!==A&&(b=47===A?10:47),O=x=y=0,F++,L++),0===A+O+x+y){if(G===L&&(0<I&&(W=W.replace(f,"")),0<W.trim().length)){switch(b){case 32:case 9:case 59:case 13:case 10:break;default:W+=o.charAt(G)}b=59}switch(b){case 123:for(h=(W=W.trim()).charCodeAt(0),p=1,M=++G;G<F;){switch(b=o.charCodeAt(G)){case 123:p++;break;case 125:p--;break;case 47:switch(b=o.charCodeAt(G+1)){case 42:case 47:e:{for(D=G+1;D<L;++D)switch(o.charCodeAt(D)){case 47:if(42===b&&42===o.charCodeAt(D-1)&&G+2!==D){G=D+1;break e}break;case 10:if(47===b){G=D+1;break e}}G=D}}break;case 91:b++;case 40:b++;case 34:case 39:for(;G++<L&&o.charCodeAt(G)!==b;);}if(0===p)break;G++}switch(p=o.substring(M,G),0===h&&(h=(W=W.replace(u,"").trim()).charCodeAt(0)),h){case 64:switch(0<I&&(W=W.replace(f,"")),b=W.charCodeAt(1)){case 100:case 109:case 115:case 45:I=a;break;default:I=N}if(M=(p=r(a,I,p,b,d+1)).length,0<z&&(w=s(3,p,I=t(N,W,P),a,_,S,M,b,d,l),W=I.join(""),void 0!==w&&0===(M=(p=w.trim()).length)&&(b=0,p="")),0<M)switch(b){case 115:W=W.replace(C,i);case 100:case 109:case 45:p=W+"{"+p+"}";break;case 107:p=(W=W.replace(v,"$1 $2"))+"{"+p+"}",p=1===j||2===j&&c("@"+p,3)?"@-webkit-"+p+"@"+p:"@"+p;break;default:p=W+p,112===l&&(q+=p,p="")}else p="";break;default:p=r(a,t(a,W,P),p,l,d+1)}V+=p,p=P=I=D=h=0,W="",b=o.charCodeAt(++G);break;case 125:case 59:if(1<(M=(W=(0<I?W.replace(f,""):W).trim()).length))switch(0===D&&(h=W.charCodeAt(0),45===h||96<h&&123>h)&&(M=(W=W.replace(" ",":")).length),0<z&&void 0!==(w=s(1,W,a,e,_,S,q.length,l,d,l))&&0===(M=(W=w.trim()).length)&&(W="\0\0"),h=W.charCodeAt(0),b=W.charCodeAt(1),h){case 0:break;case 64:if(105===b||99===b){H+=W+o.charAt(G);break}default:58!==W.charCodeAt(M-1)&&(q+=n(W,h,b,W.charCodeAt(2)))}P=I=D=h=0,W="",b=o.charCodeAt(++G)}}switch(b){case 13:case 10:47===A?A=0:0===1+h&&107!==l&&0<W.length&&(I=1,W+="\0"),0<z*T&&s(0,W,a,e,_,S,q.length,l,d,l),S=1,_++;break;case 59:case 125:if(0===A+O+x+y){S++;break}default:switch(S++,m=o.charAt(G),b){case 9:case 32:if(0===O+y+A)switch(E){case 44:case 58:case 9:case 32:m="";break;default:32!==b&&(m=" ")}break;case 0:m="\\0";break;case 12:m="\\f";break;case 11:m="\\v";break;case 38:0===O+A+y&&(I=P=1,m="\f"+m);break;case 108:if(0===O+A+y+$&&0<D)switch(G-D){case 2:112===E&&58===o.charCodeAt(G-3)&&($=E);case 8:111===R&&($=R)}break;case 58:0===O+A+y&&(D=G);break;case 44:0===A+x+O+y&&(I=1,m+="\r");break;case 34:case 39:0===A&&(O=O===b?0:0===O?b:O);break;case 91:0===O+A+x&&y++;break;case 93:0===O+A+x&&y--;break;case 41:0===O+A+y&&x--;break;case 40:if(0===O+A+y){if(0===h)switch(2*E+3*R){case 533:break;default:h=1}x++}break;case 64:0===A+x+O+y+D+p&&(p=1);break;case 42:case 47:if(!(0<O+y+x))switch(A){case 0:switch(2*b+3*o.charCodeAt(G+1)){case 235:A=47;break;case 220:M=G,A=42}break;case 42:47===b&&42===E&&M+2!==G&&(33===o.charCodeAt(M+2)&&(q+=o.substring(M,G+1)),m="",A=0)}}0===A&&(W+=m)}R=E,E=b,G++}if(0<(M=q.length)){if(I=a,0<z&&(void 0!==(w=s(2,q,I,e,_,S,M,l,d,l))&&0===(q=w).length))return H+q+V;if(q=I.join(",")+"{"+q+"}",0!=j*$){switch(2!==j||c(q,2)||($=0),$){case 111:q=q.replace(k,":-moz-$1")+q;break;case 112:q=q.replace(g,"::-webkit-input-$1")+q.replace(g,"::-moz-$1")+q.replace(g,":-ms-input-$1")+q}$=0}}return H+q+V}function t(e,r,t){var n=r.trim().split(p);r=n;var c=n.length,i=e.length;switch(i){case 0:case 1:var s=0;for(e=0===i?"":e[0]+" ";s<c;++s)r[s]=a(e,r[s],t).trim();break;default:var o=s=0;for(r=[];s<c;++s)for(var l=0;l<i;++l)r[o++]=a(e[l]+" ",n[s],t).trim()}return r}function a(e,r,t){var a=r.charCodeAt(0);switch(33>a&&(a=(r=r.trim()).charCodeAt(0)),a){case 38:return r.replace(m,"$1"+e.trim());case 58:return e.trim()+r.replace(m,"$1"+e.trim());default:if(0<1*t&&0<r.indexOf("\f"))return r.replace(m,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+r}function n(e,r,t,a){var i=e+";",s=2*r+3*t+4*a;if(944===s){e=i.indexOf(":",9)+1;var o=i.substring(e,i.length-1).trim();return o=i.substring(0,e).trim()+o+";",1===j||2===j&&c(o,1)?"-webkit-"+o+o:o}if(0===j||2===j&&!c(i,1))return i;switch(s){case 1015:return 97===i.charCodeAt(10)?"-webkit-"+i+i:i;case 951:return 116===i.charCodeAt(3)?"-webkit-"+i+i:i;case 963:return 110===i.charCodeAt(5)?"-webkit-"+i+i:i;case 1009:if(100!==i.charCodeAt(4))break;case 969:case 942:return"-webkit-"+i+i;case 978:return"-webkit-"+i+"-moz-"+i+i;case 1019:case 983:return"-webkit-"+i+"-moz-"+i+"-ms-"+i+i;case 883:if(45===i.charCodeAt(8))return"-webkit-"+i+i;if(0<i.indexOf("image-set(",11))return i.replace(E,"$1-webkit-$2")+i;break;case 932:if(45===i.charCodeAt(4))switch(i.charCodeAt(5)){case 103:return"-webkit-box-"+i.replace("-grow","")+"-webkit-"+i+"-ms-"+i.replace("grow","positive")+i;case 115:return"-webkit-"+i+"-ms-"+i.replace("shrink","negative")+i;case 98:return"-webkit-"+i+"-ms-"+i.replace("basis","preferred-size")+i}return"-webkit-"+i+"-ms-"+i+i;case 964:return"-webkit-"+i+"-ms-flex-"+i+i;case 1023:if(99!==i.charCodeAt(8))break;return"-webkit-box-pack"+(o=i.substring(i.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+i+"-ms-flex-pack"+o+i;case 1005:return h.test(i)?i.replace(d,":-webkit-")+i.replace(d,":-moz-")+i:i;case 1e3:switch(r=(o=i.substring(13).trim()).indexOf("-")+1,o.charCodeAt(0)+o.charCodeAt(r)){case 226:o=i.replace(w,"tb");break;case 232:o=i.replace(w,"tb-rl");break;case 220:o=i.replace(w,"lr");break;default:return i}return"-webkit-"+i+"-ms-"+o+i;case 1017:if(-1===i.indexOf("sticky",9))break;case 975:switch(r=(i=e).length-10,s=(o=(33===i.charCodeAt(r)?i.substring(0,r):i).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|o.charCodeAt(7))){case 203:if(111>o.charCodeAt(8))break;case 115:i=i.replace(o,"-webkit-"+o)+";"+i;break;case 207:case 102:i=i.replace(o,"-webkit-"+(102<s?"inline-":"")+"box")+";"+i.replace(o,"-webkit-"+o)+";"+i.replace(o,"-ms-"+o+"box")+";"+i}return i+";";case 938:if(45===i.charCodeAt(5))switch(i.charCodeAt(6)){case 105:return o=i.replace("-items",""),"-webkit-"+i+"-webkit-box-"+o+"-ms-flex-"+o+i;case 115:return"-webkit-"+i+"-ms-flex-item-"+i.replace(A,"")+i;default:return"-webkit-"+i+"-ms-flex-line-pack"+i.replace("align-content","").replace(A,"")+i}break;case 973:case 989:if(45!==i.charCodeAt(3)||122===i.charCodeAt(4))break;case 931:case 953:if(!0===O.test(e))return 115===(o=e.substring(e.indexOf(":")+1)).charCodeAt(0)?n(e.replace("stretch","fill-available"),r,t,a).replace(":fill-available",":stretch"):i.replace(o,"-webkit-"+o)+i.replace(o,"-moz-"+o.replace("fill-",""))+i;break;case 962:if(i="-webkit-"+i+(102===i.charCodeAt(5)?"-ms-"+i:"")+i,211===t+a&&105===i.charCodeAt(13)&&0<i.indexOf("transform",10))return i.substring(0,i.indexOf(";",27)+1).replace(b,"$1-webkit-$2")+i}return i}function c(e,r){var t=e.indexOf(1===r?":":"{"),a=e.substring(0,3!==r?t:10);return t=e.substring(t+1,e.length-1),D(2!==r?a:a.replace(x,"$1"),t,r)}function i(e,r){var t=n(r,r.charCodeAt(0),r.charCodeAt(1),r.charCodeAt(2));return t!==r+";"?t.replace(y," or ($1)").substring(4):"("+r+")"}function s(e,r,t,a,n,c,i,s,o,u){for(var f,d=0,h=r;d<z;++d)switch(f=R[d].call(l,e,h,t,a,n,c,i,s,o,u)){case void 0:case!1:case!0:case null:break;default:h=f}if(h!==r)return h}function o(e){return void 0!==(e=e.prefix)&&(D=null,e?"function"!=typeof e?j=1:(j=2,D=e):j=0),o}function l(e,t){var a=e;if(33>a.charCodeAt(0)&&(a=a.trim()),a=[a],0<z){var n=s(-1,t,a,a,_,S,0,0,0,0);void 0!==n&&"string"==typeof n&&(t=n)}var c=r(N,a,t,0,0);return 0<z&&(void 0!==(n=s(-2,c,a,a,_,S,c.length,0,0,0))&&(c=n)),"",$=0,S=_=1,c}var u=/^\0+/g,f=/[\0\r\f]/g,d=/: */g,h=/zoo|gra/,b=/([,: ])(transform)/g,p=/,\r+?/g,m=/([\t\r\n ])*\f?&/g,v=/@(k\w+)\s*(\S*)\s*/,g=/::(place)/g,k=/:(read-only)/g,w=/[svh]\w+-[tblr]{2}/,C=/\(\s*(.*)\s*\)/g,y=/([\s\S]*?);/g,A=/-self|flex-/g,x=/[^]*?(:[rp][el]a[\w-]+)[^]*/,O=/stretch|:\s*\w+\-(?:conte|avail)/,E=/([^-])(image-set\()/,S=1,_=1,$=0,j=1,N=[],R=[],z=0,D=null,T=0;return l.use=function e(r){switch(r){case void 0:case null:z=R.length=0;break;default:if("function"==typeof r)R[z++]=r;else if("object"==typeof r)for(var t=0,a=r.length;t<a;++t)e(r[t]);else T=0|!!r}return e},l.set=o,void 0!==e&&o(e),l}var c="/*|*/";function i(e){e&&s.current.insert(e+"}")}var s={current:null},o=function(e,r,t,a,n,o,l,u,f,d){switch(e){case 1:switch(r.charCodeAt(0)){case 64:return s.current.insert(r+";"),"";case 108:if(98===r.charCodeAt(2))return""}break;case 2:if(0===u)return r+c;break;case 3:switch(u){case 102:case 112:return s.current.insert(t[0]+r),"";default:return r+(0===d?c:"")}case-2:r.split("/*|*/}").forEach(i)}},l=Object.prototype.hasOwnProperty,u=t.createContext("undefined"!=typeof HTMLElement?function(e){void 0===e&&(e={});var r,t=e.key||"css";void 0!==e.prefix&&(r={prefix:e.prefix});var c=new n(r);var i,l={};i=e.container||document.head;var u,f=document.querySelectorAll("style[data-emotion-"+t+"]");Array.prototype.forEach.call(f,(function(e){e.getAttribute("data-emotion-"+t).split(" ").forEach((function(e){l[e]=!0})),e.parentNode!==i&&i.appendChild(e)})),c.use(e.stylisPlugins)(o),u=function(e,r,t,a){var n=r.name;s.current=t,c(e,r.styles),a&&(d.inserted[n]=!0)};var d={key:t,sheet:new a({key:t,container:i,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:l,registered:{},insert:u};return d}():null),f=t.createContext({}),d=(u.Provider,function(e){var r=function(r,a){return t.createElement(u.Consumer,null,(function(t){return e(r,t,a)}))};return t.forwardRef(r)});var h={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};var b,p,m=/[A-Z]|^ms/g,v=/_EMO_([^_]+?)_([^]*?)_EMO_/g,g=function(e){return 45===e.charCodeAt(1)},k=function(e){return null!=e&&"boolean"!=typeof e},w=(b=function(e){return g(e)?e:e.replace(m,"-$&").toLowerCase()},p={},function(e){return void 0===p[e]&&(p[e]=b(e)),p[e]}),C=function(e,r){switch(e){case"animation":case"animationName":if("string"==typeof r)return r.replace(v,(function(e,r,t){return A={name:r,styles:t,next:A},r}))}return 1===h[e]||g(e)||"number"!=typeof r||0===r?r:r+"px"};function y(e,r,t,a){if(null==t)return"";if(void 0!==t.__emotion_styles)return t;switch(typeof t){case"boolean":return"";case"object":if(1===t.anim)return A={name:t.name,styles:t.styles,next:A},t.name;if(void 0!==t.styles){var n=t.next;if(void 0!==n)for(;void 0!==n;)A={name:n.name,styles:n.styles,next:A},n=n.next;var c=t.styles+";";return c}return function(e,r,t){var a="";if(Array.isArray(t))for(var n=0;n<t.length;n++)a+=y(e,r,t[n],!1);else for(var c in t){var i=t[c];if("object"!=typeof i)null!=r&&void 0!==r[i]?a+=c+"{"+r[i]+"}":k(i)&&(a+=w(c)+":"+C(c,i)+";");else if(!Array.isArray(i)||"string"!=typeof i[0]||null!=r&&void 0!==r[i[0]]){var s=y(e,r,i,!1);switch(c){case"animation":case"animationName":a+=w(c)+":"+s+";";break;default:a+=c+"{"+s+"}"}}else for(var o=0;o<i.length;o++)k(i[o])&&(a+=w(c)+":"+C(c,i[o])+";")}return a}(e,r,t);case"function":if(void 0!==e){var i=A,s=t(e);return A=i,y(e,r,s,a)}break;case"string":}if(null==r)return t;var o=r[t];return void 0===o||a?t:o}var A,x=/label:\s*([^\s;\n{]+)\s*;/g;var O=function(e,r,t){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var a=!0,n="";A=void 0;var c=e[0];null==c||void 0===c.raw?(a=!1,n+=y(t,r,c,!1)):n+=c[0];for(var i=1;i<e.length;i++)n+=y(t,r,e[i],46===n.charCodeAt(n.length-1)),a&&(n+=c[i]);x.lastIndex=0;for(var s,o="";null!==(s=x.exec(n));)o+="-"+s[1];var l=function(e){for(var r,t=0,a=0,n=e.length;n>=4;++a,n-=4)r=1540483477*(65535&(r=255&e.charCodeAt(a)|(255&e.charCodeAt(++a))<<8|(255&e.charCodeAt(++a))<<16|(255&e.charCodeAt(++a))<<24))+(59797*(r>>>16)<<16),t=1540483477*(65535&(r^=r>>>24))+(59797*(r>>>16)<<16)^1540483477*(65535&t)+(59797*(t>>>16)<<16);switch(n){case 3:t^=(255&e.charCodeAt(a+2))<<16;case 2:t^=(255&e.charCodeAt(a+1))<<8;case 1:t=1540483477*(65535&(t^=255&e.charCodeAt(a)))+(59797*(t>>>16)<<16)}return(((t=1540483477*(65535&(t^=t>>>13))+(59797*(t>>>16)<<16))^t>>>15)>>>0).toString(36)}(n)+o;return{name:l,styles:n,next:A}},E="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",S=function(){return null},_=function(e,r,a,n){var c=null===a?r.css:r.css(a);"string"==typeof c&&void 0!==e.registered[c]&&(c=e.registered[c]);var i=r[E],s=[c],o="";"string"==typeof r.className?o=function(e,r,t){var a="";return t.split(" ").forEach((function(t){void 0!==e[t]?r.push(e[t]):a+=t+" "})),a}(e.registered,s,r.className):null!=r.className&&(o=r.className+" ");var u=O(s);!function(e,r,t){var a=e.key+"-"+r.name;if(!1===t&&void 0===e.registered[a]&&(e.registered[a]=r.styles),void 0===e.inserted[r.name]){var n=r;do{e.insert("."+a,n,e.sheet,!0),n=n.next}while(void 0!==n)}}(e,u,"string"==typeof i);o+=e.key+"-"+u.name;var f={};for(var d in r)l.call(r,d)&&"css"!==d&&d!==E&&(f[d]=r[d]);f.ref=n,f.className=o;var h=t.createElement(i,f),b=t.createElement(S,null);return t.createElement(t.Fragment,null,b,h)},$=d((function(e,r,a){return"function"==typeof e.css?t.createElement(f.Consumer,null,(function(t){return _(r,e,t,a)})):_(r,e,null,a)}));var j=r.Fragment;e.Fragment=j,e.jsxDEV=function(e,t,a,n,c,i){return l.call(t,"css")?r.jsxDEV($,function(e,r){var t={};for(var a in r)l.call(r,a)&&(t[a]=r[a]);return t[E]=e,t}(e,t),a,n,c,i):r.jsxDEV(e,t,a,n,c,i)},Object.defineProperty(e,"__esModule",{value:!0})}));
//# sourceMappingURL=core.umd.min.js.map

@@ -8,3 +8,3 @@ 'use strict';

require('@emotion/cache');
var emotionElement = require('../../dist/emotion-element-8aec08a7.browser.cjs.js');
var emotionElement = require('../../dist/emotion-element-3a21e59a.browser.cjs.js');
require('@emotion/utils');

@@ -11,0 +11,0 @@ require('@emotion/serialize');

import '@babel/runtime/helpers/inheritsLoose';
import 'react';
import '@emotion/cache';
import { h as hasOwnProperty, E as Emotion, c as createEmotionProps } from '../../dist/emotion-element-57a3a7a3.browser.esm.js';
import { h as hasOwnProperty, E as Emotion, c as createEmotionProps } from '../../dist/emotion-element-04d85134.browser.esm.js';
import '@emotion/utils';

@@ -6,0 +6,0 @@ import '@emotion/serialize';

@@ -8,3 +8,3 @@ 'use strict';

require('@emotion/cache');
var emotionElement = require('../../dist/emotion-element-49eeaaac.cjs.dev.js');
var emotionElement = require('../../dist/emotion-element-c423a2c0.cjs.dev.js');
require('@emotion/utils');

@@ -11,0 +11,0 @@ require('@emotion/serialize');

@@ -7,3 +7,3 @@ "use strict";

var emotionElement = require("../../dist/emotion-element-0e1e5002.cjs.prod.js");
var emotionElement = require("../../dist/emotion-element-968a0f7e.cjs.prod.js");

@@ -10,0 +10,0 @@ require("@emotion/utils"), require("@emotion/serialize");

import '@babel/runtime/helpers/inheritsLoose';
import 'react';
import '@emotion/cache';
import { h as hasOwnProperty, E as Emotion, c as createEmotionProps } from '../../dist/emotion-element-cfcfecf4.esm.js';
import { h as hasOwnProperty, E as Emotion, c as createEmotionProps } from '../../dist/emotion-element-39b82f0b.esm.js';
import '@emotion/utils';

@@ -6,0 +6,0 @@ import '@emotion/serialize';

@@ -1,2 +0,2 @@

!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("react/jsx-runtime"),require("react")):"function"==typeof define&&define.amd?define(["exports","react/jsx-runtime","react"],r):r((e="undefined"!=typeof globalThis?globalThis:e||self).emotionCoreJSXRuntime={},e.ReactJSX,e.React)}(this,(function(e,r,t){"use strict";var a=function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var r=e.prototype;return r.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var r,t=function(e){var r=document.createElement("style");return r.setAttribute("data-emotion",e.key),void 0!==e.nonce&&r.setAttribute("nonce",e.nonce),r.appendChild(document.createTextNode("")),r}(this);r=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(t,r),this.tags.push(t)}var a=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var r=0;r<document.styleSheets.length;r++)if(document.styleSheets[r].ownerNode===e)return document.styleSheets[r]}(a);try{var s=105===e.charCodeAt(1)&&64===e.charCodeAt(0);n.insertRule(e,s?0:n.cssRules.length)}catch(e){0}}else a.appendChild(document.createTextNode(e));this.ctr++},r.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}();function n(e){function r(e,a,o,l,d){for(var h,b,p,m,w,y=0,A=0,x=0,O=0,S=0,R=0,T=p=h=0,I=0,P=0,M=0,F=0,L=o.length,W=L-1,q="",D="",H="",J="";I<L;){if(b=o.charCodeAt(I),I===W&&0!==A+O+x+y&&(0!==A&&(b=47===A?10:47),O=x=y=0,L++,W++),0===A+O+x+y){if(I===W&&(0<P&&(q=q.replace(f,"")),0<q.trim().length)){switch(b){case 32:case 9:case 59:case 13:case 10:break;default:q+=o.charAt(I)}b=59}switch(b){case 123:for(h=(q=q.trim()).charCodeAt(0),p=1,F=++I;I<L;){switch(b=o.charCodeAt(I)){case 123:p++;break;case 125:p--;break;case 47:switch(b=o.charCodeAt(I+1)){case 42:case 47:e:{for(T=I+1;T<W;++T)switch(o.charCodeAt(T)){case 47:if(42===b&&42===o.charCodeAt(T-1)&&I+2!==T){I=T+1;break e}break;case 10:if(47===b){I=T+1;break e}}I=T}}break;case 91:b++;case 40:b++;case 34:case 39:for(;I++<W&&o.charCodeAt(I)!==b;);}if(0===p)break;I++}switch(p=o.substring(F,I),0===h&&(h=(q=q.replace(u,"").trim()).charCodeAt(0)),h){case 64:switch(0<P&&(q=q.replace(f,"")),b=q.charCodeAt(1)){case 100:case 109:case 115:case 45:P=a;break;default:P=N}if(F=(p=r(a,P,p,b,d+1)).length,0<z&&(w=i(3,p,P=t(N,q,M),a,E,_,F,b,d,l),q=P.join(""),void 0!==w&&0===(F=(p=w.trim()).length)&&(b=0,p="")),0<F)switch(b){case 115:q=q.replace(C,c);case 100:case 109:case 45:p=q+"{"+p+"}";break;case 107:p=(q=q.replace(g,"$1 $2"))+"{"+p+"}",p=1===$||2===$&&s("@"+p,3)?"@-webkit-"+p+"@"+p:"@"+p;break;default:p=q+p,112===l&&(D+=p,p="")}else p="";break;default:p=r(a,t(a,q,M),p,l,d+1)}H+=p,p=M=P=T=h=0,q="",b=o.charCodeAt(++I);break;case 125:case 59:if(1<(F=(q=(0<P?q.replace(f,""):q).trim()).length))switch(0===T&&(h=q.charCodeAt(0),45===h||96<h&&123>h)&&(F=(q=q.replace(" ",":")).length),0<z&&void 0!==(w=i(1,q,a,e,E,_,D.length,l,d,l))&&0===(F=(q=w.trim()).length)&&(q="\0\0"),h=q.charCodeAt(0),b=q.charCodeAt(1),h){case 0:break;case 64:if(105===b||99===b){J+=q+o.charAt(I);break}default:58!==q.charCodeAt(F-1)&&(D+=n(q,h,b,q.charCodeAt(2)))}M=P=T=h=0,q="",b=o.charCodeAt(++I)}}switch(b){case 13:case 10:47===A?A=0:0===1+h&&107!==l&&0<q.length&&(P=1,q+="\0"),0<z*G&&i(0,q,a,e,E,_,D.length,l,d,l),_=1,E++;break;case 59:case 125:if(0===A+O+x+y){_++;break}default:switch(_++,m=o.charAt(I),b){case 9:case 32:if(0===O+y+A)switch(S){case 44:case 58:case 9:case 32:m="";break;default:32!==b&&(m=" ")}break;case 0:m="\\0";break;case 12:m="\\f";break;case 11:m="\\v";break;case 38:0===O+A+y&&(P=M=1,m="\f"+m);break;case 108:if(0===O+A+y+j&&0<T)switch(I-T){case 2:112===S&&58===o.charCodeAt(I-3)&&(j=S);case 8:111===R&&(j=R)}break;case 58:0===O+A+y&&(T=I);break;case 44:0===A+x+O+y&&(P=1,m+="\r");break;case 34:case 39:0===A&&(O=O===b?0:0===O?b:O);break;case 91:0===O+A+x&&y++;break;case 93:0===O+A+x&&y--;break;case 41:0===O+A+y&&x--;break;case 40:if(0===O+A+y){if(0===h)switch(2*S+3*R){case 533:break;default:h=1}x++}break;case 64:0===A+x+O+y+T+p&&(p=1);break;case 42:case 47:if(!(0<O+y+x))switch(A){case 0:switch(2*b+3*o.charCodeAt(I+1)){case 235:A=47;break;case 220:F=I,A=42}break;case 42:47===b&&42===S&&F+2!==I&&(33===o.charCodeAt(F+2)&&(D+=o.substring(F,I+1)),m="",A=0)}}0===A&&(q+=m)}R=S,S=b,I++}if(0<(F=D.length)){if(P=a,0<z&&(void 0!==(w=i(2,D,P,e,E,_,F,l,d,l))&&0===(D=w).length))return J+D+H;if(D=P.join(",")+"{"+D+"}",0!=$*j){switch(2!==$||s(D,2)||(j=0),j){case 111:D=D.replace(v,":-moz-$1")+D;break;case 112:D=D.replace(k,"::-webkit-input-$1")+D.replace(k,"::-moz-$1")+D.replace(k,":-ms-input-$1")+D}j=0}}return J+D+H}function t(e,r,t){var n=r.trim().split(p);r=n;var s=n.length,c=e.length;switch(c){case 0:case 1:var i=0;for(e=0===c?"":e[0]+" ";i<s;++i)r[i]=a(e,r[i],t).trim();break;default:var o=i=0;for(r=[];i<s;++i)for(var l=0;l<c;++l)r[o++]=a(e[l]+" ",n[i],t).trim()}return r}function a(e,r,t){var a=r.charCodeAt(0);switch(33>a&&(a=(r=r.trim()).charCodeAt(0)),a){case 38:return r.replace(m,"$1"+e.trim());case 58:return e.trim()+r.replace(m,"$1"+e.trim());default:if(0<1*t&&0<r.indexOf("\f"))return r.replace(m,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+r}function n(e,r,t,a){var c=e+";",i=2*r+3*t+4*a;if(944===i){e=c.indexOf(":",9)+1;var o=c.substring(e,c.length-1).trim();return o=c.substring(0,e).trim()+o+";",1===$||2===$&&s(o,1)?"-webkit-"+o+o:o}if(0===$||2===$&&!s(c,1))return c;switch(i){case 1015:return 97===c.charCodeAt(10)?"-webkit-"+c+c:c;case 951:return 116===c.charCodeAt(3)?"-webkit-"+c+c:c;case 963:return 110===c.charCodeAt(5)?"-webkit-"+c+c:c;case 1009:if(100!==c.charCodeAt(4))break;case 969:case 942:return"-webkit-"+c+c;case 978:return"-webkit-"+c+"-moz-"+c+c;case 1019:case 983:return"-webkit-"+c+"-moz-"+c+"-ms-"+c+c;case 883:if(45===c.charCodeAt(8))return"-webkit-"+c+c;if(0<c.indexOf("image-set(",11))return c.replace(S,"$1-webkit-$2")+c;break;case 932:if(45===c.charCodeAt(4))switch(c.charCodeAt(5)){case 103:return"-webkit-box-"+c.replace("-grow","")+"-webkit-"+c+"-ms-"+c.replace("grow","positive")+c;case 115:return"-webkit-"+c+"-ms-"+c.replace("shrink","negative")+c;case 98:return"-webkit-"+c+"-ms-"+c.replace("basis","preferred-size")+c}return"-webkit-"+c+"-ms-"+c+c;case 964:return"-webkit-"+c+"-ms-flex-"+c+c;case 1023:if(99!==c.charCodeAt(8))break;return"-webkit-box-pack"+(o=c.substring(c.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+c+"-ms-flex-pack"+o+c;case 1005:return h.test(c)?c.replace(d,":-webkit-")+c.replace(d,":-moz-")+c:c;case 1e3:switch(r=(o=c.substring(13).trim()).indexOf("-")+1,o.charCodeAt(0)+o.charCodeAt(r)){case 226:o=c.replace(w,"tb");break;case 232:o=c.replace(w,"tb-rl");break;case 220:o=c.replace(w,"lr");break;default:return c}return"-webkit-"+c+"-ms-"+o+c;case 1017:if(-1===c.indexOf("sticky",9))break;case 975:switch(r=(c=e).length-10,i=(o=(33===c.charCodeAt(r)?c.substring(0,r):c).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|o.charCodeAt(7))){case 203:if(111>o.charCodeAt(8))break;case 115:c=c.replace(o,"-webkit-"+o)+";"+c;break;case 207:case 102:c=c.replace(o,"-webkit-"+(102<i?"inline-":"")+"box")+";"+c.replace(o,"-webkit-"+o)+";"+c.replace(o,"-ms-"+o+"box")+";"+c}return c+";";case 938:if(45===c.charCodeAt(5))switch(c.charCodeAt(6)){case 105:return o=c.replace("-items",""),"-webkit-"+c+"-webkit-box-"+o+"-ms-flex-"+o+c;case 115:return"-webkit-"+c+"-ms-flex-item-"+c.replace(A,"")+c;default:return"-webkit-"+c+"-ms-flex-line-pack"+c.replace("align-content","").replace(A,"")+c}break;case 973:case 989:if(45!==c.charCodeAt(3)||122===c.charCodeAt(4))break;case 931:case 953:if(!0===O.test(e))return 115===(o=e.substring(e.indexOf(":")+1)).charCodeAt(0)?n(e.replace("stretch","fill-available"),r,t,a).replace(":fill-available",":stretch"):c.replace(o,"-webkit-"+o)+c.replace(o,"-moz-"+o.replace("fill-",""))+c;break;case 962:if(c="-webkit-"+c+(102===c.charCodeAt(5)?"-ms-"+c:"")+c,211===t+a&&105===c.charCodeAt(13)&&0<c.indexOf("transform",10))return c.substring(0,c.indexOf(";",27)+1).replace(b,"$1-webkit-$2")+c}return c}function s(e,r){var t=e.indexOf(1===r?":":"{"),a=e.substring(0,3!==r?t:10);return t=e.substring(t+1,e.length-1),T(2!==r?a:a.replace(x,"$1"),t,r)}function c(e,r){var t=n(r,r.charCodeAt(0),r.charCodeAt(1),r.charCodeAt(2));return t!==r+";"?t.replace(y," or ($1)").substring(4):"("+r+")"}function i(e,r,t,a,n,s,c,i,o,u){for(var f,d=0,h=r;d<z;++d)switch(f=R[d].call(l,e,h,t,a,n,s,c,i,o,u)){case void 0:case!1:case!0:case null:break;default:h=f}if(h!==r)return h}function o(e){return void 0!==(e=e.prefix)&&(T=null,e?"function"!=typeof e?$=1:($=2,T=e):$=0),o}function l(e,t){var a=e;if(33>a.charCodeAt(0)&&(a=a.trim()),a=[a],0<z){var n=i(-1,t,a,a,E,_,0,0,0,0);void 0!==n&&"string"==typeof n&&(t=n)}var s=r(N,a,t,0,0);return 0<z&&(void 0!==(n=i(-2,s,a,a,E,_,s.length,0,0,0))&&(s=n)),"",j=0,_=E=1,s}var u=/^\0+/g,f=/[\0\r\f]/g,d=/: */g,h=/zoo|gra/,b=/([,: ])(transform)/g,p=/,\r+?/g,m=/([\t\r\n ])*\f?&/g,g=/@(k\w+)\s*(\S*)\s*/,k=/::(place)/g,v=/:(read-only)/g,w=/[svh]\w+-[tblr]{2}/,C=/\(\s*(.*)\s*\)/g,y=/([\s\S]*?);/g,A=/-self|flex-/g,x=/[^]*?(:[rp][el]a[\w-]+)[^]*/,O=/stretch|:\s*\w+\-(?:conte|avail)/,S=/([^-])(image-set\()/,_=1,E=1,j=0,$=1,N=[],R=[],z=0,T=null,G=0;return l.use=function e(r){switch(r){case void 0:case null:z=R.length=0;break;default:if("function"==typeof r)R[z++]=r;else if("object"==typeof r)for(var t=0,a=r.length;t<a;++t)e(r[t]);else G=0|!!r}return e},l.set=o,void 0!==e&&o(e),l}var s="/*|*/";function c(e){e&&i.current.insert(e+"}")}var i={current:null},o=function(e,r,t,a,n,o,l,u,f,d){switch(e){case 1:switch(r.charCodeAt(0)){case 64:return i.current.insert(r+";"),"";case 108:if(98===r.charCodeAt(2))return""}break;case 2:if(0===u)return r+s;break;case 3:switch(u){case 102:case 112:return i.current.insert(t[0]+r),"";default:return r+(0===d?s:"")}case-2:r.split("/*|*/}").forEach(c)}},l=Object.prototype.hasOwnProperty,u=t.createContext("undefined"!=typeof HTMLElement?function(e){void 0===e&&(e={});var r,t=e.key||"css";void 0!==e.prefix&&(r={prefix:e.prefix});var s=new n(r);var c,l={};c=e.container||document.head;var u,f=document.querySelectorAll("style[data-emotion-"+t+"]");Array.prototype.forEach.call(f,(function(e){e.getAttribute("data-emotion-"+t).split(" ").forEach((function(e){l[e]=!0})),e.parentNode!==c&&c.appendChild(e)})),s.use(e.stylisPlugins)(o),u=function(e,r,t,a){var n=r.name;i.current=t,s(e,r.styles),a&&(d.inserted[n]=!0)};var d={key:t,sheet:new a({key:t,container:c,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:l,registered:{},insert:u};return d}():null),f=t.createContext({}),d=(u.Provider,function(e){var r=function(r,a){return t.createElement(u.Consumer,null,(function(t){return e(r,t,a)}))};return t.forwardRef(r)});var h={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};var b,p,m=/[A-Z]|^ms/g,g=/_EMO_([^_]+?)_([^]*?)_EMO_/g,k=function(e){return 45===e.charCodeAt(1)},v=function(e){return null!=e&&"boolean"!=typeof e},w=(b=function(e){return k(e)?e:e.replace(m,"-$&").toLowerCase()},p={},function(e){return void 0===p[e]&&(p[e]=b(e)),p[e]}),C=function(e,r){switch(e){case"animation":case"animationName":if("string"==typeof r)return r.replace(g,(function(e,r,t){return A={name:r,styles:t,next:A},r}))}return 1===h[e]||k(e)||"number"!=typeof r||0===r?r:r+"px"};function y(e,r,t,a){if(null==t)return"";if(void 0!==t.__emotion_styles)return t;switch(typeof t){case"boolean":return"";case"object":if(1===t.anim)return A={name:t.name,styles:t.styles,next:A},t.name;if(void 0!==t.styles){var n=t.next;if(void 0!==n)for(;void 0!==n;)A={name:n.name,styles:n.styles,next:A},n=n.next;var s=t.styles+";";return s}return function(e,r,t){var a="";if(Array.isArray(t))for(var n=0;n<t.length;n++)a+=y(e,r,t[n],!1);else for(var s in t){var c=t[s];if("object"!=typeof c)null!=r&&void 0!==r[c]?a+=s+"{"+r[c]+"}":v(c)&&(a+=w(s)+":"+C(s,c)+";");else if(!Array.isArray(c)||"string"!=typeof c[0]||null!=r&&void 0!==r[c[0]]){var i=y(e,r,c,!1);switch(s){case"animation":case"animationName":a+=w(s)+":"+i+";";break;default:a+=s+"{"+i+"}"}}else for(var o=0;o<c.length;o++)v(c[o])&&(a+=w(s)+":"+C(s,c[o])+";")}return a}(e,r,t);case"function":if(void 0!==e){var c=A,i=t(e);return A=c,y(e,r,i,a)}break;case"string":}if(null==r)return t;var o=r[t];return void 0===o||a?t:o}var A,x=/label:\s*([^\s;\n{]+)\s*;/g;var O=function(e,r,t){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var a=!0,n="";A=void 0;var s=e[0];null==s||void 0===s.raw?(a=!1,n+=y(t,r,s,!1)):n+=s[0];for(var c=1;c<e.length;c++)n+=y(t,r,e[c],46===n.charCodeAt(n.length-1)),a&&(n+=s[c]);x.lastIndex=0;for(var i,o="";null!==(i=x.exec(n));)o+="-"+i[1];var l=function(e){for(var r,t=0,a=0,n=e.length;n>=4;++a,n-=4)r=1540483477*(65535&(r=255&e.charCodeAt(a)|(255&e.charCodeAt(++a))<<8|(255&e.charCodeAt(++a))<<16|(255&e.charCodeAt(++a))<<24))+(59797*(r>>>16)<<16),t=1540483477*(65535&(r^=r>>>24))+(59797*(r>>>16)<<16)^1540483477*(65535&t)+(59797*(t>>>16)<<16);switch(n){case 3:t^=(255&e.charCodeAt(a+2))<<16;case 2:t^=(255&e.charCodeAt(a+1))<<8;case 1:t=1540483477*(65535&(t^=255&e.charCodeAt(a)))+(59797*(t>>>16)<<16)}return(((t=1540483477*(65535&(t^=t>>>13))+(59797*(t>>>16)<<16))^t>>>15)>>>0).toString(36)}(n)+o;return{name:l,styles:n,next:A}},S="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",_=function(e,r){var t={};for(var a in r)l.call(r,a)&&(t[a]=r[a]);return t[S]=e,t},E=function(e,r,a,n){var s=null===a?r.css:r.css(a);"string"==typeof s&&void 0!==e.registered[s]&&(s=e.registered[s]);var c=r[S],i=[s],o="";"string"==typeof r.className?o=function(e,r,t){var a="";return t.split(" ").forEach((function(t){void 0!==e[t]?r.push(e[t]):a+=t+" "})),a}(e.registered,i,r.className):null!=r.className&&(o=r.className+" ");var u=O(i);!function(e,r,t){var a=e.key+"-"+r.name;if(!1===t&&void 0===e.registered[a]&&(e.registered[a]=r.styles),void 0===e.inserted[r.name]){var n=r;do{e.insert("."+a,n,e.sheet,!0),n=n.next}while(void 0!==n)}}(e,u,"string"==typeof c);o+=e.key+"-"+u.name;var f={};for(var d in r)l.call(r,d)&&"css"!==d&&d!==S&&(f[d]=r[d]);return f.ref=n,f.className=o,t.createElement(c,f)},j=d((function(e,r,a){return"function"==typeof e.css?t.createElement(f.Consumer,null,(function(t){return E(r,e,t,a)})):E(r,e,null,a)}));var $=r.Fragment;e.Fragment=$,e.jsx=function(e,t,a){return l.call(t,"css")?r.jsx(j,_(e,t),a):r.jsx(e,t,a)},e.jsxs=function(e,t,a){return l.call(t,"css")?r.jsxs(j,_(e,t),a):r.jsxs(e,t,a)},Object.defineProperty(e,"__esModule",{value:!0})}));
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("react/jsx-runtime"),require("react")):"function"==typeof define&&define.amd?define(["exports","react/jsx-runtime","react"],r):r((e="undefined"!=typeof globalThis?globalThis:e||self).emotionCoreJSXRuntime={},e.ReactJSX,e.React)}(this,(function(e,r,t){"use strict";var a=function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var r=e.prototype;return r.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var r,t=function(e){var r=document.createElement("style");return r.setAttribute("data-emotion",e.key),void 0!==e.nonce&&r.setAttribute("nonce",e.nonce),r.appendChild(document.createTextNode("")),r}(this);r=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(t,r),this.tags.push(t)}var a=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var r=0;r<document.styleSheets.length;r++)if(document.styleSheets[r].ownerNode===e)return document.styleSheets[r]}(a);try{var s=105===e.charCodeAt(1)&&64===e.charCodeAt(0);n.insertRule(e,s?0:n.cssRules.length)}catch(e){0}}else a.appendChild(document.createTextNode(e));this.ctr++},r.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}();function n(e){function r(e,a,o,l,d){for(var h,b,p,m,w,y=0,A=0,x=0,O=0,S=0,R=0,T=p=h=0,I=0,P=0,M=0,F=0,L=o.length,W=L-1,q="",D="",H="",J="";I<L;){if(b=o.charCodeAt(I),I===W&&0!==A+O+x+y&&(0!==A&&(b=47===A?10:47),O=x=y=0,L++,W++),0===A+O+x+y){if(I===W&&(0<P&&(q=q.replace(f,"")),0<q.trim().length)){switch(b){case 32:case 9:case 59:case 13:case 10:break;default:q+=o.charAt(I)}b=59}switch(b){case 123:for(h=(q=q.trim()).charCodeAt(0),p=1,F=++I;I<L;){switch(b=o.charCodeAt(I)){case 123:p++;break;case 125:p--;break;case 47:switch(b=o.charCodeAt(I+1)){case 42:case 47:e:{for(T=I+1;T<W;++T)switch(o.charCodeAt(T)){case 47:if(42===b&&42===o.charCodeAt(T-1)&&I+2!==T){I=T+1;break e}break;case 10:if(47===b){I=T+1;break e}}I=T}}break;case 91:b++;case 40:b++;case 34:case 39:for(;I++<W&&o.charCodeAt(I)!==b;);}if(0===p)break;I++}switch(p=o.substring(F,I),0===h&&(h=(q=q.replace(u,"").trim()).charCodeAt(0)),h){case 64:switch(0<P&&(q=q.replace(f,"")),b=q.charCodeAt(1)){case 100:case 109:case 115:case 45:P=a;break;default:P=N}if(F=(p=r(a,P,p,b,d+1)).length,0<z&&(w=i(3,p,P=t(N,q,M),a,_,E,F,b,d,l),q=P.join(""),void 0!==w&&0===(F=(p=w.trim()).length)&&(b=0,p="")),0<F)switch(b){case 115:q=q.replace(C,c);case 100:case 109:case 45:p=q+"{"+p+"}";break;case 107:p=(q=q.replace(g,"$1 $2"))+"{"+p+"}",p=1===$||2===$&&s("@"+p,3)?"@-webkit-"+p+"@"+p:"@"+p;break;default:p=q+p,112===l&&(D+=p,p="")}else p="";break;default:p=r(a,t(a,q,M),p,l,d+1)}H+=p,p=M=P=T=h=0,q="",b=o.charCodeAt(++I);break;case 125:case 59:if(1<(F=(q=(0<P?q.replace(f,""):q).trim()).length))switch(0===T&&(h=q.charCodeAt(0),45===h||96<h&&123>h)&&(F=(q=q.replace(" ",":")).length),0<z&&void 0!==(w=i(1,q,a,e,_,E,D.length,l,d,l))&&0===(F=(q=w.trim()).length)&&(q="\0\0"),h=q.charCodeAt(0),b=q.charCodeAt(1),h){case 0:break;case 64:if(105===b||99===b){J+=q+o.charAt(I);break}default:58!==q.charCodeAt(F-1)&&(D+=n(q,h,b,q.charCodeAt(2)))}M=P=T=h=0,q="",b=o.charCodeAt(++I)}}switch(b){case 13:case 10:47===A?A=0:0===1+h&&107!==l&&0<q.length&&(P=1,q+="\0"),0<z*G&&i(0,q,a,e,_,E,D.length,l,d,l),E=1,_++;break;case 59:case 125:if(0===A+O+x+y){E++;break}default:switch(E++,m=o.charAt(I),b){case 9:case 32:if(0===O+y+A)switch(S){case 44:case 58:case 9:case 32:m="";break;default:32!==b&&(m=" ")}break;case 0:m="\\0";break;case 12:m="\\f";break;case 11:m="\\v";break;case 38:0===O+A+y&&(P=M=1,m="\f"+m);break;case 108:if(0===O+A+y+j&&0<T)switch(I-T){case 2:112===S&&58===o.charCodeAt(I-3)&&(j=S);case 8:111===R&&(j=R)}break;case 58:0===O+A+y&&(T=I);break;case 44:0===A+x+O+y&&(P=1,m+="\r");break;case 34:case 39:0===A&&(O=O===b?0:0===O?b:O);break;case 91:0===O+A+x&&y++;break;case 93:0===O+A+x&&y--;break;case 41:0===O+A+y&&x--;break;case 40:if(0===O+A+y){if(0===h)switch(2*S+3*R){case 533:break;default:h=1}x++}break;case 64:0===A+x+O+y+T+p&&(p=1);break;case 42:case 47:if(!(0<O+y+x))switch(A){case 0:switch(2*b+3*o.charCodeAt(I+1)){case 235:A=47;break;case 220:F=I,A=42}break;case 42:47===b&&42===S&&F+2!==I&&(33===o.charCodeAt(F+2)&&(D+=o.substring(F,I+1)),m="",A=0)}}0===A&&(q+=m)}R=S,S=b,I++}if(0<(F=D.length)){if(P=a,0<z&&(void 0!==(w=i(2,D,P,e,_,E,F,l,d,l))&&0===(D=w).length))return J+D+H;if(D=P.join(",")+"{"+D+"}",0!=$*j){switch(2!==$||s(D,2)||(j=0),j){case 111:D=D.replace(k,":-moz-$1")+D;break;case 112:D=D.replace(v,"::-webkit-input-$1")+D.replace(v,"::-moz-$1")+D.replace(v,":-ms-input-$1")+D}j=0}}return J+D+H}function t(e,r,t){var n=r.trim().split(p);r=n;var s=n.length,c=e.length;switch(c){case 0:case 1:var i=0;for(e=0===c?"":e[0]+" ";i<s;++i)r[i]=a(e,r[i],t).trim();break;default:var o=i=0;for(r=[];i<s;++i)for(var l=0;l<c;++l)r[o++]=a(e[l]+" ",n[i],t).trim()}return r}function a(e,r,t){var a=r.charCodeAt(0);switch(33>a&&(a=(r=r.trim()).charCodeAt(0)),a){case 38:return r.replace(m,"$1"+e.trim());case 58:return e.trim()+r.replace(m,"$1"+e.trim());default:if(0<1*t&&0<r.indexOf("\f"))return r.replace(m,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+r}function n(e,r,t,a){var c=e+";",i=2*r+3*t+4*a;if(944===i){e=c.indexOf(":",9)+1;var o=c.substring(e,c.length-1).trim();return o=c.substring(0,e).trim()+o+";",1===$||2===$&&s(o,1)?"-webkit-"+o+o:o}if(0===$||2===$&&!s(c,1))return c;switch(i){case 1015:return 97===c.charCodeAt(10)?"-webkit-"+c+c:c;case 951:return 116===c.charCodeAt(3)?"-webkit-"+c+c:c;case 963:return 110===c.charCodeAt(5)?"-webkit-"+c+c:c;case 1009:if(100!==c.charCodeAt(4))break;case 969:case 942:return"-webkit-"+c+c;case 978:return"-webkit-"+c+"-moz-"+c+c;case 1019:case 983:return"-webkit-"+c+"-moz-"+c+"-ms-"+c+c;case 883:if(45===c.charCodeAt(8))return"-webkit-"+c+c;if(0<c.indexOf("image-set(",11))return c.replace(S,"$1-webkit-$2")+c;break;case 932:if(45===c.charCodeAt(4))switch(c.charCodeAt(5)){case 103:return"-webkit-box-"+c.replace("-grow","")+"-webkit-"+c+"-ms-"+c.replace("grow","positive")+c;case 115:return"-webkit-"+c+"-ms-"+c.replace("shrink","negative")+c;case 98:return"-webkit-"+c+"-ms-"+c.replace("basis","preferred-size")+c}return"-webkit-"+c+"-ms-"+c+c;case 964:return"-webkit-"+c+"-ms-flex-"+c+c;case 1023:if(99!==c.charCodeAt(8))break;return"-webkit-box-pack"+(o=c.substring(c.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+c+"-ms-flex-pack"+o+c;case 1005:return h.test(c)?c.replace(d,":-webkit-")+c.replace(d,":-moz-")+c:c;case 1e3:switch(r=(o=c.substring(13).trim()).indexOf("-")+1,o.charCodeAt(0)+o.charCodeAt(r)){case 226:o=c.replace(w,"tb");break;case 232:o=c.replace(w,"tb-rl");break;case 220:o=c.replace(w,"lr");break;default:return c}return"-webkit-"+c+"-ms-"+o+c;case 1017:if(-1===c.indexOf("sticky",9))break;case 975:switch(r=(c=e).length-10,i=(o=(33===c.charCodeAt(r)?c.substring(0,r):c).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|o.charCodeAt(7))){case 203:if(111>o.charCodeAt(8))break;case 115:c=c.replace(o,"-webkit-"+o)+";"+c;break;case 207:case 102:c=c.replace(o,"-webkit-"+(102<i?"inline-":"")+"box")+";"+c.replace(o,"-webkit-"+o)+";"+c.replace(o,"-ms-"+o+"box")+";"+c}return c+";";case 938:if(45===c.charCodeAt(5))switch(c.charCodeAt(6)){case 105:return o=c.replace("-items",""),"-webkit-"+c+"-webkit-box-"+o+"-ms-flex-"+o+c;case 115:return"-webkit-"+c+"-ms-flex-item-"+c.replace(A,"")+c;default:return"-webkit-"+c+"-ms-flex-line-pack"+c.replace("align-content","").replace(A,"")+c}break;case 973:case 989:if(45!==c.charCodeAt(3)||122===c.charCodeAt(4))break;case 931:case 953:if(!0===O.test(e))return 115===(o=e.substring(e.indexOf(":")+1)).charCodeAt(0)?n(e.replace("stretch","fill-available"),r,t,a).replace(":fill-available",":stretch"):c.replace(o,"-webkit-"+o)+c.replace(o,"-moz-"+o.replace("fill-",""))+c;break;case 962:if(c="-webkit-"+c+(102===c.charCodeAt(5)?"-ms-"+c:"")+c,211===t+a&&105===c.charCodeAt(13)&&0<c.indexOf("transform",10))return c.substring(0,c.indexOf(";",27)+1).replace(b,"$1-webkit-$2")+c}return c}function s(e,r){var t=e.indexOf(1===r?":":"{"),a=e.substring(0,3!==r?t:10);return t=e.substring(t+1,e.length-1),T(2!==r?a:a.replace(x,"$1"),t,r)}function c(e,r){var t=n(r,r.charCodeAt(0),r.charCodeAt(1),r.charCodeAt(2));return t!==r+";"?t.replace(y," or ($1)").substring(4):"("+r+")"}function i(e,r,t,a,n,s,c,i,o,u){for(var f,d=0,h=r;d<z;++d)switch(f=R[d].call(l,e,h,t,a,n,s,c,i,o,u)){case void 0:case!1:case!0:case null:break;default:h=f}if(h!==r)return h}function o(e){return void 0!==(e=e.prefix)&&(T=null,e?"function"!=typeof e?$=1:($=2,T=e):$=0),o}function l(e,t){var a=e;if(33>a.charCodeAt(0)&&(a=a.trim()),a=[a],0<z){var n=i(-1,t,a,a,_,E,0,0,0,0);void 0!==n&&"string"==typeof n&&(t=n)}var s=r(N,a,t,0,0);return 0<z&&(void 0!==(n=i(-2,s,a,a,_,E,s.length,0,0,0))&&(s=n)),"",j=0,E=_=1,s}var u=/^\0+/g,f=/[\0\r\f]/g,d=/: */g,h=/zoo|gra/,b=/([,: ])(transform)/g,p=/,\r+?/g,m=/([\t\r\n ])*\f?&/g,g=/@(k\w+)\s*(\S*)\s*/,v=/::(place)/g,k=/:(read-only)/g,w=/[svh]\w+-[tblr]{2}/,C=/\(\s*(.*)\s*\)/g,y=/([\s\S]*?);/g,A=/-self|flex-/g,x=/[^]*?(:[rp][el]a[\w-]+)[^]*/,O=/stretch|:\s*\w+\-(?:conte|avail)/,S=/([^-])(image-set\()/,E=1,_=1,j=0,$=1,N=[],R=[],z=0,T=null,G=0;return l.use=function e(r){switch(r){case void 0:case null:z=R.length=0;break;default:if("function"==typeof r)R[z++]=r;else if("object"==typeof r)for(var t=0,a=r.length;t<a;++t)e(r[t]);else G=0|!!r}return e},l.set=o,void 0!==e&&o(e),l}var s="/*|*/";function c(e){e&&i.current.insert(e+"}")}var i={current:null},o=function(e,r,t,a,n,o,l,u,f,d){switch(e){case 1:switch(r.charCodeAt(0)){case 64:return i.current.insert(r+";"),"";case 108:if(98===r.charCodeAt(2))return""}break;case 2:if(0===u)return r+s;break;case 3:switch(u){case 102:case 112:return i.current.insert(t[0]+r),"";default:return r+(0===d?s:"")}case-2:r.split("/*|*/}").forEach(c)}},l=Object.prototype.hasOwnProperty,u=t.createContext("undefined"!=typeof HTMLElement?function(e){void 0===e&&(e={});var r,t=e.key||"css";void 0!==e.prefix&&(r={prefix:e.prefix});var s=new n(r);var c,l={};c=e.container||document.head;var u,f=document.querySelectorAll("style[data-emotion-"+t+"]");Array.prototype.forEach.call(f,(function(e){e.getAttribute("data-emotion-"+t).split(" ").forEach((function(e){l[e]=!0})),e.parentNode!==c&&c.appendChild(e)})),s.use(e.stylisPlugins)(o),u=function(e,r,t,a){var n=r.name;i.current=t,s(e,r.styles),a&&(d.inserted[n]=!0)};var d={key:t,sheet:new a({key:t,container:c,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:l,registered:{},insert:u};return d}():null),f=t.createContext({}),d=(u.Provider,function(e){var r=function(r,a){return t.createElement(u.Consumer,null,(function(t){return e(r,t,a)}))};return t.forwardRef(r)});var h={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};var b,p,m=/[A-Z]|^ms/g,g=/_EMO_([^_]+?)_([^]*?)_EMO_/g,v=function(e){return 45===e.charCodeAt(1)},k=function(e){return null!=e&&"boolean"!=typeof e},w=(b=function(e){return v(e)?e:e.replace(m,"-$&").toLowerCase()},p={},function(e){return void 0===p[e]&&(p[e]=b(e)),p[e]}),C=function(e,r){switch(e){case"animation":case"animationName":if("string"==typeof r)return r.replace(g,(function(e,r,t){return A={name:r,styles:t,next:A},r}))}return 1===h[e]||v(e)||"number"!=typeof r||0===r?r:r+"px"};function y(e,r,t,a){if(null==t)return"";if(void 0!==t.__emotion_styles)return t;switch(typeof t){case"boolean":return"";case"object":if(1===t.anim)return A={name:t.name,styles:t.styles,next:A},t.name;if(void 0!==t.styles){var n=t.next;if(void 0!==n)for(;void 0!==n;)A={name:n.name,styles:n.styles,next:A},n=n.next;var s=t.styles+";";return s}return function(e,r,t){var a="";if(Array.isArray(t))for(var n=0;n<t.length;n++)a+=y(e,r,t[n],!1);else for(var s in t){var c=t[s];if("object"!=typeof c)null!=r&&void 0!==r[c]?a+=s+"{"+r[c]+"}":k(c)&&(a+=w(s)+":"+C(s,c)+";");else if(!Array.isArray(c)||"string"!=typeof c[0]||null!=r&&void 0!==r[c[0]]){var i=y(e,r,c,!1);switch(s){case"animation":case"animationName":a+=w(s)+":"+i+";";break;default:a+=s+"{"+i+"}"}}else for(var o=0;o<c.length;o++)k(c[o])&&(a+=w(s)+":"+C(s,c[o])+";")}return a}(e,r,t);case"function":if(void 0!==e){var c=A,i=t(e);return A=c,y(e,r,i,a)}break;case"string":}if(null==r)return t;var o=r[t];return void 0===o||a?t:o}var A,x=/label:\s*([^\s;\n{]+)\s*;/g;var O=function(e,r,t){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var a=!0,n="";A=void 0;var s=e[0];null==s||void 0===s.raw?(a=!1,n+=y(t,r,s,!1)):n+=s[0];for(var c=1;c<e.length;c++)n+=y(t,r,e[c],46===n.charCodeAt(n.length-1)),a&&(n+=s[c]);x.lastIndex=0;for(var i,o="";null!==(i=x.exec(n));)o+="-"+i[1];var l=function(e){for(var r,t=0,a=0,n=e.length;n>=4;++a,n-=4)r=1540483477*(65535&(r=255&e.charCodeAt(a)|(255&e.charCodeAt(++a))<<8|(255&e.charCodeAt(++a))<<16|(255&e.charCodeAt(++a))<<24))+(59797*(r>>>16)<<16),t=1540483477*(65535&(r^=r>>>24))+(59797*(r>>>16)<<16)^1540483477*(65535&t)+(59797*(t>>>16)<<16);switch(n){case 3:t^=(255&e.charCodeAt(a+2))<<16;case 2:t^=(255&e.charCodeAt(a+1))<<8;case 1:t=1540483477*(65535&(t^=255&e.charCodeAt(a)))+(59797*(t>>>16)<<16)}return(((t=1540483477*(65535&(t^=t>>>13))+(59797*(t>>>16)<<16))^t>>>15)>>>0).toString(36)}(n)+o;return{name:l,styles:n,next:A}},S="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",E=function(e,r){var t={};for(var a in r)l.call(r,a)&&(t[a]=r[a]);return t[S]=e,t},_=function(){return null},j=function(e,r,a,n){var s=null===a?r.css:r.css(a);"string"==typeof s&&void 0!==e.registered[s]&&(s=e.registered[s]);var c=r[S],i=[s],o="";"string"==typeof r.className?o=function(e,r,t){var a="";return t.split(" ").forEach((function(t){void 0!==e[t]?r.push(e[t]):a+=t+" "})),a}(e.registered,i,r.className):null!=r.className&&(o=r.className+" ");var u=O(i);!function(e,r,t){var a=e.key+"-"+r.name;if(!1===t&&void 0===e.registered[a]&&(e.registered[a]=r.styles),void 0===e.inserted[r.name]){var n=r;do{e.insert("."+a,n,e.sheet,!0),n=n.next}while(void 0!==n)}}(e,u,"string"==typeof c);o+=e.key+"-"+u.name;var f={};for(var d in r)l.call(r,d)&&"css"!==d&&d!==S&&(f[d]=r[d]);f.ref=n,f.className=o;var h=t.createElement(c,f),b=t.createElement(_,null);return t.createElement(t.Fragment,null,b,h)},$=d((function(e,r,a){return"function"==typeof e.css?t.createElement(f.Consumer,null,(function(t){return j(r,e,t,a)})):j(r,e,null,a)}));var N=r.Fragment;e.Fragment=N,e.jsx=function(e,t,a){return l.call(t,"css")?r.jsx($,E(e,t),a):r.jsx(e,t,a)},e.jsxs=function(e,t,a){return l.call(t,"css")?r.jsxs($,E(e,t),a):r.jsxs(e,t,a)},Object.defineProperty(e,"__esModule",{value:!0})}));
//# sourceMappingURL=core.umd.min.js.map
{
"name": "@emotion/core",
"version": "10.1.1",
"version": "10.3.0",
"main": "dist/core.cjs.js",

@@ -35,3 +35,3 @@ "module": "dist/core.esm.js",

"devDependencies": {
"@emotion/styled": "^10.0.27",
"@emotion/styled": "^10.3.0",
"@types/react": "^16.8.20",

@@ -41,3 +41,3 @@ "dtslint": "^0.3.0",

"emotion-server": "^10.0.27",
"emotion-theming": "^10.0.27",
"emotion-theming": "^10.3.0",
"html-tag-names": "^1.1.2",

@@ -44,0 +44,0 @@ "react": "16.14.0",

@@ -80,2 +80,4 @@ // @flow

const Noop = () => null
export const ClassNames = withEmotionCache<Props>((props, context) => {

@@ -116,19 +118,21 @@ return (

hasRendered = true
let possiblyStyleElement = <Noop />
if (!isBrowser && rules.length !== 0) {
return (
<React.Fragment>
<style
{...{
[`data-emotion-${context.key}`]: serializedHashes.substring(
1
),
dangerouslySetInnerHTML: { __html: rules },
nonce: context.sheet.nonce
}}
/>
{ele}
</React.Fragment>
possiblyStyleElement = (
<style
{...{
[`data-emotion-${context.key}`]: serializedHashes.substring(1),
dangerouslySetInnerHTML: { __html: rules },
nonce: context.sheet.nonce
}}
/>
)
}
return ele
// Need to return the same number of siblings or else `React.useId` will cause hydration mismatches.
return (
<React.Fragment>
{possiblyStyleElement}
{ele}
</React.Fragment>
)
}}

@@ -135,0 +139,0 @@ </ThemeContext.Consumer>

@@ -59,2 +59,4 @@ // @flow

const Noop = () => null
let render = (cache, props, theme: null | Object, ref) => {

@@ -116,2 +118,3 @@ let cssProp = theme === null ? props.css : props.css(theme)

const ele = React.createElement(type, newProps)
let possiblyStyleElement = <Noop />
if (!isBrowser && rules !== undefined) {

@@ -124,16 +127,19 @@ let serializedNames = serialized.name

}
return (
<>
<style
{...{
[`data-emotion-${cache.key}`]: serializedNames,
dangerouslySetInnerHTML: { __html: rules },
nonce: cache.sheet.nonce
}}
/>
{ele}
</>
possiblyStyleElement = (
<style
{...{
[`data-emotion-${cache.key}`]: serializedNames,
dangerouslySetInnerHTML: { __html: rules },
nonce: cache.sheet.nonce
}}
/>
)
}
return ele
// Need to return the same number of siblings or else `React.useId` will cause hydration mismatches.
return (
<>
{possiblyStyleElement}
{ele}
</>
)
}

@@ -140,0 +146,0 @@

@@ -12,3 +12,3 @@ // Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>

Provider,
SFC,
FC,
ReactElement,

@@ -34,3 +34,3 @@ ReactNode,

func: (props: Props, context: EmotionCache, ref: Ref<RefType>) => ReactNode
): SFC<Props & ClassAttributes<RefType>>
): FC<Props & ClassAttributes<RefType>>

@@ -37,0 +37,0 @@ export const jsx: typeof createElement

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc