2 lines
2.1 MiB
JavaScript
2 lines
2.1 MiB
JavaScript
|
/*! For license information please see 365.2fc02e92b450d48d7c72.manager.bundle.js.LICENSE.txt */
|
||
|
(self.webpackChunkowncast_admin=self.webpackChunkowncast_admin||[]).push([[365],{14591:(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{nq:()=>CacheProvider,ms:()=>ClassNames,xB:()=>Global,Ni:()=>ThemeContext,az:()=>jsx,iv:()=>css_browser_esm,tZ:()=>jsx,F4:()=>keyframes,Xn:()=>withEmotionCache});var inheritsLoose=__webpack_require__(94578),react=__webpack_require__(67294);var StyleSheet=function(){function StyleSheet(options){this.isSpeedy=void 0===options.speedy||options.speedy,this.tags=[],this.ctr=0,this.nonce=options.nonce,this.key=options.key,this.container=options.container,this.before=null}var _proto=StyleSheet.prototype;return _proto.insert=function insert(rule){if(this.ctr%(this.isSpeedy?65e3:1)==0){var before,_tag=function createStyleElement(options){var tag=document.createElement("style");return tag.setAttribute("data-emotion",options.key),void 0!==options.nonce&&tag.setAttribute("nonce",options.nonce),tag.appendChild(document.createTextNode("")),tag}(this);before=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(_tag,before),this.tags.push(_tag)}var tag=this.tags[this.tags.length-1];if(this.isSpeedy){var sheet=function sheetForTag(tag){if(tag.sheet)return tag.sheet;for(var i=0;i<document.styleSheets.length;i++)if(document.styleSheets[i].ownerNode===tag)return document.styleSheets[i]}(tag);try{var isImportRule=105===rule.charCodeAt(1)&&64===rule.charCodeAt(0);sheet.insertRule(rule,isImportRule?0:sheet.cssRules.length)}catch(e){0}}else tag.appendChild(document.createTextNode(rule));this.ctr++},_proto.flush=function flush(){this.tags.forEach((function(tag){return tag.parentNode.removeChild(tag)})),this.tags=[],this.ctr=0},StyleSheet}(),stylis_browser_esm=__webpack_require__(48285);function toSheet(block){block&&Sheet.current.insert(block+"}")}var Sheet={current:null},ruleSheet=function ruleSheet(context,content,selectors,parents,line,column,length,ns,depth,at){switch(context){case 1:switch(content.charCodeAt(0)){case 64:return Sheet.current.insert(content+";"),"";case 108:if(98===content.charCodeAt(2))return""}break;case 2:if(0===ns)return content+"/*|*/";break;case 3:switch(ns){case 102:case 112:return Sheet.current.insert(selectors[0]+content),"";default:return content+(0===at?"/*|*/":"")}case-2:content.split("/*|*/}").forEach(toSheet)}};const cache_browser_esm=function createCache(options){void 0===options&&(options={});var stylisOptions,key=options.key||"css";void 0!==options.prefix&&(stylisOptions={prefix:options.prefix});var stylis=new stylis_browser_esm.Z(stylisOptions);var container,inserted={};container=options.container||document.head;var _insert,nodes=document.querySelectorAll("style[data-emotion-"+key+"]");Array.prototype.forEach.call(nodes,(function(node){node.getAttribute("data-emotion-"+key).split(" ").forEach((function(id){inserted[id]=!0})),node.parentNode!==container&&container.appendChild(node)})),stylis.use(options.stylisPlugins)(ruleSheet),_insert=function insert(selector,serialized,sheet,shouldCache){var name=serialized.name;Sheet.current=sheet,stylis(selector,serialized.styles),shouldCache&&(cache.inserted[name]=!0)};var cache={key,sheet:new StyleSheet({key,container,nonce:options.nonce,speedy:options.speedy}),nonce:options.nonce,inserted,registered:{},insert:_insert};return cache};var utils_browser_esm=__webpack_require__(68087),serialize_browser_esm=__webpack_require__(4872),emotion_element_04d85134_browser_esm_hasOwnProperty=Object.prototype.hasOwnProperty,EmotionCacheContext=(0,react.createContext)("undefined"!=typeof HTMLElement?cache_browser_esm():null),ThemeContext=(0,react.createContext)({}),CacheProvider=EmotionCacheContext.Provider,withEmotionCache=function withEmotionCache(func){var render=function render(props,ref){return(0,react.createElement)(EmotionCacheContext.Consumer,null,(function(cache){return func(props,cache,ref)}))};return(0,react.forwardRef)(render)},typePropName="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",createEmotionProps=function createEmotio
|