@perses-dev/tracing-gantt-chart-plugin 0.11.0 → 0.12.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/__mf/js/TracingGanttChart.f1ef6924.js +6 -0
  2. package/__mf/js/async/{964.3f12c3f5.js → 121.cb300887.js} +2 -2
  3. package/__mf/js/async/{488.2d364feb.js → 177.cf9df204.js} +1 -1
  4. package/__mf/js/async/192.f723a636.js +1 -0
  5. package/__mf/js/async/2.e3ce4ee4.js +1 -0
  6. package/__mf/js/async/235.806ca841.js +1 -0
  7. package/__mf/js/async/252.0e9814ef.js +22 -0
  8. package/__mf/js/async/274.457dda65.js +2 -0
  9. package/__mf/js/async/356.7ea3eee9.js +1 -0
  10. package/__mf/js/async/392.6a9270a8.js +2 -0
  11. package/__mf/js/async/43.55c495e3.js +2 -0
  12. package/__mf/js/async/470.f5dfd429.js +2 -0
  13. package/__mf/js/async/{118.c1138755.js → 557.d2605567.js} +1 -1
  14. package/__mf/js/async/{62.1a6f8c05.js → 558.a4e7ed47.js} +1 -1
  15. package/__mf/js/async/{214.8bf3e03e.js → 587.3a4d8eed.js} +1 -1
  16. package/__mf/js/async/588.a1fce2da.js +1 -0
  17. package/__mf/js/async/616.25399954.js +1 -0
  18. package/__mf/js/async/622.632bfcaa.js +7 -0
  19. package/__mf/js/async/71.ec1919d7.js +1 -0
  20. package/__mf/js/async/728.b805adfd.js +1 -0
  21. package/__mf/js/async/754.2f82ce32.js +39 -0
  22. package/__mf/js/async/873.0f298220.js +1 -0
  23. package/__mf/js/async/941.065a3eec.js +2 -0
  24. package/__mf/js/async/953.c4774074.js +1 -0
  25. package/__mf/js/async/{738.7d9e5092.js → 968.5f7ccf5e.js} +1 -1
  26. package/__mf/js/async/978.151ab551.js +1 -0
  27. package/__mf/js/async/986.56030b97.js +110 -0
  28. package/__mf/js/async/__federation_expose_TracingGanttChart.eeb93a1d.js +1 -0
  29. package/__mf/js/async/lib-router.1f330b2a.js +2 -0
  30. package/__mf/js/main.e0f131ec.js +6 -0
  31. package/lib/PanelActions.js +1 -1
  32. package/lib/PanelActions.js.map +1 -1
  33. package/lib/TracingGanttChart/DetailPane/Attributes.js +1 -1
  34. package/lib/TracingGanttChart/DetailPane/Attributes.js.map +1 -1
  35. package/lib/TracingGanttChart/DetailPane/DetailPane.js +1 -1
  36. package/lib/TracingGanttChart/DetailPane/DetailPane.js.map +1 -1
  37. package/lib/TracingGanttChart/DetailPane/SpanEvents.js +1 -1
  38. package/lib/TracingGanttChart/DetailPane/SpanEvents.js.map +1 -1
  39. package/lib/TracingGanttChart/DetailPane/SpanLinks.js +1 -1
  40. package/lib/TracingGanttChart/DetailPane/SpanLinks.js.map +1 -1
  41. package/lib/TracingGanttChart/GanttTable/GanttTable.js +1 -1
  42. package/lib/TracingGanttChart/GanttTable/GanttTable.js.map +1 -1
  43. package/lib/TracingGanttChart/GanttTable/GanttTableHeader.js +1 -1
  44. package/lib/TracingGanttChart/GanttTable/GanttTableHeader.js.map +1 -1
  45. package/lib/TracingGanttChart/GanttTable/GanttTableProvider.js +1 -1
  46. package/lib/TracingGanttChart/GanttTable/GanttTableProvider.js.map +1 -1
  47. package/lib/TracingGanttChart/GanttTable/GanttTableRow.js +1 -1
  48. package/lib/TracingGanttChart/GanttTable/GanttTableRow.js.map +1 -1
  49. package/lib/TracingGanttChart/GanttTable/ResizableDivider.js +1 -1
  50. package/lib/TracingGanttChart/GanttTable/ResizableDivider.js.map +1 -1
  51. package/lib/TracingGanttChart/GanttTable/SpanDuration.js +1 -1
  52. package/lib/TracingGanttChart/GanttTable/SpanDuration.js.map +1 -1
  53. package/lib/TracingGanttChart/GanttTable/SpanIndents.js +1 -1
  54. package/lib/TracingGanttChart/GanttTable/SpanIndents.js.map +1 -1
  55. package/lib/TracingGanttChart/GanttTable/SpanLinksButton.js +1 -1
  56. package/lib/TracingGanttChart/GanttTable/SpanLinksButton.js.map +1 -1
  57. package/lib/TracingGanttChart/GanttTable/SpanName.js +1 -1
  58. package/lib/TracingGanttChart/GanttTable/SpanName.js.map +1 -1
  59. package/lib/TracingGanttChart/MiniGanttChart/Canvas.js +1 -1
  60. package/lib/TracingGanttChart/MiniGanttChart/Canvas.js.map +1 -1
  61. package/lib/TracingGanttChart/MiniGanttChart/MiniGanttChart.js +1 -1
  62. package/lib/TracingGanttChart/MiniGanttChart/MiniGanttChart.js.map +1 -1
  63. package/lib/TracingGanttChart/Ticks.js +1 -1
  64. package/lib/TracingGanttChart/Ticks.js.map +1 -1
  65. package/lib/TracingGanttChart/TraceDetails.js +1 -1
  66. package/lib/TracingGanttChart/TraceDetails.js.map +1 -1
  67. package/lib/TracingGanttChart/TracingGanttChart.js +1 -1
  68. package/lib/TracingGanttChart/TracingGanttChart.js.map +1 -1
  69. package/lib/bootstrap.js +1 -1
  70. package/lib/bootstrap.js.map +1 -1
  71. package/lib/cjs/PanelActions.js +3 -3
  72. package/lib/cjs/TracingGanttChart/DetailPane/Attributes.js +5 -5
  73. package/lib/cjs/TracingGanttChart/GanttTable/GanttTableProvider.js +4 -4
  74. package/lib/cjs/TracingGanttChart/Ticks.js +3 -3
  75. package/lib/cjs/TracingGanttChart/palette.js +3 -3
  76. package/lib/cjs/TracingGanttChart/utils.js +7 -7
  77. package/lib/cjs/index-federation.js +12 -12
  78. package/mf-manifest.json +34 -34
  79. package/mf-stats.json +34 -34
  80. package/package.json +4 -4
  81. package/__mf/js/TracingGanttChart.4febbfb4.js +0 -5
  82. package/__mf/js/async/173.66fc423e.js +0 -2
  83. package/__mf/js/async/177.ab9a582b.js +0 -110
  84. package/__mf/js/async/224.670da1e3.js +0 -1
  85. package/__mf/js/async/238.813da7cb.js +0 -1
  86. package/__mf/js/async/292.4821b1b1.js +0 -1
  87. package/__mf/js/async/409.12b6365d.js +0 -1
  88. package/__mf/js/async/63.0b6a8d45.js +0 -39
  89. package/__mf/js/async/651.bcb43163.js +0 -1
  90. package/__mf/js/async/694.fe491393.js +0 -1
  91. package/__mf/js/async/711.1f4a48d0.js +0 -22
  92. package/__mf/js/async/740.fa3debdf.js +0 -1
  93. package/__mf/js/async/75.4d502b5c.js +0 -1
  94. package/__mf/js/async/770.65ae427e.js +0 -1
  95. package/__mf/js/async/783.976dc72b.js +0 -1
  96. package/__mf/js/async/813.de2c52ae.js +0 -7
  97. package/__mf/js/async/814.c33b5f31.js +0 -2
  98. package/__mf/js/async/863.0e6501cd.js +0 -2
  99. package/__mf/js/async/960.89291786.js +0 -2
  100. package/__mf/js/async/971.0902cbf8.js +0 -1
  101. package/__mf/js/async/981.1c640ffc.js +0 -2
  102. package/__mf/js/async/__federation_expose_TracingGanttChart.13966d2e.js +0 -1
  103. package/__mf/js/async/lib-router.ab6beae3.js +0 -2
  104. package/__mf/js/main.685d41e3.js +0 -5
  105. /package/__mf/css/async/{263.d3010b86.css → 442.d3010b86.css} +0 -0
  106. /package/__mf/css/async/{341.d3010b86.css → 61.d3010b86.css} +0 -0
  107. /package/__mf/css/async/{759.d3010b86.css → 823.d3010b86.css} +0 -0
  108. /package/__mf/js/async/{964.3f12c3f5.js.LICENSE.txt → 121.cb300887.js.LICENSE.txt} +0 -0
  109. /package/__mf/js/async/{711.1f4a48d0.js.LICENSE.txt → 252.0e9814ef.js.LICENSE.txt} +0 -0
  110. /package/__mf/js/async/{960.89291786.js.LICENSE.txt → 274.457dda65.js.LICENSE.txt} +0 -0
  111. /package/__mf/js/async/{981.1c640ffc.js.LICENSE.txt → 392.6a9270a8.js.LICENSE.txt} +0 -0
  112. /package/__mf/js/async/{814.c33b5f31.js.LICENSE.txt → 43.55c495e3.js.LICENSE.txt} +0 -0
  113. /package/__mf/js/async/{173.66fc423e.js.LICENSE.txt → 470.f5dfd429.js.LICENSE.txt} +0 -0
  114. /package/__mf/js/async/{813.de2c52ae.js.LICENSE.txt → 622.632bfcaa.js.LICENSE.txt} +0 -0
  115. /package/__mf/js/async/{63.0b6a8d45.js.LICENSE.txt → 754.2f82ce32.js.LICENSE.txt} +0 -0
  116. /package/__mf/js/async/{863.0e6501cd.js.LICENSE.txt → 941.065a3eec.js.LICENSE.txt} +0 -0
  117. /package/__mf/js/async/{177.ab9a582b.js.LICENSE.txt → 986.56030b97.js.LICENSE.txt} +0 -0
  118. /package/__mf/js/async/{lib-router.ab6beae3.js.LICENSE.txt → lib-router.1f330b2a.js.LICENSE.txt} +0 -0
@@ -1 +0,0 @@
1
- "use strict";(self.chunk_TracingGanttChart=self.chunk_TracingGanttChart||[]).push([["651"],{17960:function(e,r,t){t.d(r,{Z:()=>n});function n(e){var r=Object.create(null);return function(t){return void 0===r[t]&&(r[t]=e(t)),r[t]}}},42747:function(e,r,t){t.d(r,{O:()=>v});var n,o={animationIterationCount:1,aspectRatio: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,scale: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},a=t(17960),i=/[A-Z]|^ms/g,l=/_EMO_([^_]+?)_([^]*?)_EMO_/g,s=function(e){return 45===e.charCodeAt(1)},u=function(e){return null!=e&&"boolean"!=typeof e},c=(0,a.Z)(function(e){return s(e)?e:e.replace(i,"-$&").toLowerCase()}),f=function(e,r){switch(e){case"animation":case"animationName":if("string"==typeof r)return r.replace(l,function(e,r,t){return n={name:r,styles:t,next:n},r})}return 1===o[e]||s(e)||"number"!=typeof r||0===r?r:r+"px"};function d(e,r,t){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 n={name:t.name,styles:t.styles,next:n},t.name;if(void 0!==t.styles){var o=t.next;if(void 0!==o)for(;void 0!==o;)n={name:o.name,styles:o.styles,next:n},o=o.next;return t.styles+";"}return function(e,r,t){var n="";if(Array.isArray(t))for(var o=0;o<t.length;o++)n+=d(e,r,t[o])+";";else for(var a in t){var i=t[a];if("object"!=typeof i)null!=r&&void 0!==r[i]?n+=a+"{"+r[i]+"}":u(i)&&(n+=c(a)+":"+f(a,i)+";");else if(Array.isArray(i)&&"string"==typeof i[0]&&(null==r||void 0===r[i[0]]))for(var l=0;l<i.length;l++)u(i[l])&&(n+=c(a)+":"+f(a,i[l])+";");else{var s=d(e,r,i);switch(a){case"animation":case"animationName":n+=c(a)+":"+s+";";break;default:n+=a+"{"+s+"}"}}}return n}(e,r,t);case"function":if(void 0!==e){var a=n,i=t(e);return n=a,d(e,r,i)}}if(null==r)return t;var l=r[t];return void 0!==l?l:t}var m=/label:\s*([^\s;{]+)\s*(;|$)/g;function v(e,r,t){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var o,a=!0,i="";n=void 0;var l=e[0];null==l||void 0===l.raw?(a=!1,i+=d(t,r,l)):i+=l[0];for(var s=1;s<e.length;s++)i+=d(t,r,e[s]),a&&(i+=l[s]);m.lastIndex=0;for(var u="";null!==(o=m.exec(i));)u+="-"+o[1];return{name:function(e){for(var r,t=0,n=0,o=e.length;o>=4;++n,o-=4)r=(65535&(r=255&e.charCodeAt(n)|(255&e.charCodeAt(++n))<<8|(255&e.charCodeAt(++n))<<16|(255&e.charCodeAt(++n))<<24))*0x5bd1e995+((r>>>16)*59797<<16),r^=r>>>24,t=(65535&r)*0x5bd1e995+((r>>>16)*59797<<16)^(65535&t)*0x5bd1e995+((t>>>16)*59797<<16);switch(o){case 3:t^=(255&e.charCodeAt(n+2))<<16;case 2:t^=(255&e.charCodeAt(n+1))<<8;case 1:t^=255&e.charCodeAt(n),t=(65535&t)*0x5bd1e995+((t>>>16)*59797<<16)}return t^=t>>>13,(((t=(65535&t)*0x5bd1e995+((t>>>16)*59797<<16))^t>>>15)>>>0).toString(36)}(i)+u,styles:i,next:n}}},70252:function(e,r,t){t.d(r,{Z:()=>n});function n(){return(n=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)({}).hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e}).apply(null,arguments)}}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.chunk_TracingGanttChart=self.chunk_TracingGanttChart||[]).push([["694"],{17960:function(e,t,r){r.d(t,{Z:()=>n});function n(e){var t=Object.create(null);return function(r){return void 0===t[r]&&(t[r]=e(r)),t[r]}}},42747:function(e,t,r){r.d(t,{O:()=>m});var n,i={animationIterationCount:1,aspectRatio: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,scale: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},a=r(17960),o=/[A-Z]|^ms/g,l=/_EMO_([^_]+?)_([^]*?)_EMO_/g,s=function(e){return 45===e.charCodeAt(1)},c=function(e){return null!=e&&"boolean"!=typeof e},d=(0,a.Z)(function(e){return s(e)?e:e.replace(o,"-$&").toLowerCase()}),u=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(l,function(e,t,r){return n={name:t,styles:r,next:n},t})}return 1===i[e]||s(e)||"number"!=typeof t||0===t?t:t+"px"};function p(e,t,r){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 n={name:r.name,styles:r.styles,next:n},r.name;if(void 0!==r.styles){var i=r.next;if(void 0!==i)for(;void 0!==i;)n={name:i.name,styles:i.styles,next:n},i=i.next;return r.styles+";"}return function(e,t,r){var n="";if(Array.isArray(r))for(var i=0;i<r.length;i++)n+=p(e,t,r[i])+";";else for(var a in r){var o=r[a];if("object"!=typeof o)null!=t&&void 0!==t[o]?n+=a+"{"+t[o]+"}":c(o)&&(n+=d(a)+":"+u(a,o)+";");else if(Array.isArray(o)&&"string"==typeof o[0]&&(null==t||void 0===t[o[0]]))for(var l=0;l<o.length;l++)c(o[l])&&(n+=d(a)+":"+u(a,o[l])+";");else{var s=p(e,t,o);switch(a){case"animation":case"animationName":n+=d(a)+":"+s+";";break;default:n+=a+"{"+s+"}"}}}return n}(e,t,r);case"function":if(void 0!==e){var a=n,o=r(e);return n=a,p(e,t,o)}}if(null==t)return r;var l=t[r];return void 0!==l?l:r}var f=/label:\s*([^\s;{]+)\s*(;|$)/g;function m(e,t,r){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var i,a=!0,o="";n=void 0;var l=e[0];null==l||void 0===l.raw?(a=!1,o+=p(r,t,l)):o+=l[0];for(var s=1;s<e.length;s++)o+=p(r,t,e[s]),a&&(o+=l[s]);f.lastIndex=0;for(var c="";null!==(i=f.exec(o));)c+="-"+i[1];return{name:function(e){for(var t,r=0,n=0,i=e.length;i>=4;++n,i-=4)t=(65535&(t=255&e.charCodeAt(n)|(255&e.charCodeAt(++n))<<8|(255&e.charCodeAt(++n))<<16|(255&e.charCodeAt(++n))<<24))*0x5bd1e995+((t>>>16)*59797<<16),t^=t>>>24,r=(65535&t)*0x5bd1e995+((t>>>16)*59797<<16)^(65535&r)*0x5bd1e995+((r>>>16)*59797<<16);switch(i){case 3:r^=(255&e.charCodeAt(n+2))<<16;case 2:r^=(255&e.charCodeAt(n+1))<<8;case 1:r^=255&e.charCodeAt(n),r=(65535&r)*0x5bd1e995+((r>>>16)*59797<<16)}return r^=r>>>13,(((r=(65535&r)*0x5bd1e995+((r>>>16)*59797<<16))^r>>>15)>>>0).toString(36)}(o)+c,styles:o,next:n}}},51958:function(e,t,r){r.r(t),r.d(t,{default:()=>g});var n=r(70252),i=r(72116),a=r(42747),o=r(37164),l=r(53211),s=r(54538),c=r(17960),d=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,u=(0,c.Z)(function(e){return d.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&91>e.charCodeAt(2)}),p=function(e){return"theme"!==e},f=function(e){return"string"==typeof e&&e.charCodeAt(0)>96?u:p},m=function(e,t,r){var n;if(t){var i=t.shouldForwardProp;n=e.__emotion_forwardProp&&i?function(t){return e.__emotion_forwardProp(t)&&i(t)}:i}return"function"!=typeof n&&r&&(n=e.__emotion_forwardProp),n},h=function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return(0,l.hC)(t,r,n),(0,o.L)(function(){return(0,l.My)(t,r,n)}),null},g=(function e(t,r){var o,c,d=t.__emotion_real===t,u=d&&t.__emotion_base||t;void 0!==r&&(o=r.label,c=r.target);var p=m(t,r,d),g=p||f(u),y=!g("as");return function(){var v=arguments,b=d&&void 0!==t.__emotion_styles?t.__emotion_styles.slice(0):[];if(void 0!==o&&b.push("label:"+o+";"),null==v[0]||void 0===v[0].raw)b.push.apply(b,v);else{var k=v[0];b.push(k[0]);for(var x=v.length,C=1;C<x;C++)b.push(v[C],k[C])}var w=(0,i.withEmotionCache)(function(e,t,r){var n=y&&e.as||u,o="",d=[],m=e;if(null==e.theme){for(var v in m={},e)m[v]=e[v];m.theme=s.useContext(i.ThemeContext)}"string"==typeof e.className?o=(0,l.fp)(t.registered,d,e.className):null!=e.className&&(o=e.className+" ");var k=(0,a.O)(b.concat(d),t.registered,m);o+=t.key+"-"+k.name,void 0!==c&&(o+=" "+c);var x=y&&void 0===p?f(n):g,C={};for(var w in e)(!y||"as"!==w)&&x(w)&&(C[w]=e[w]);return C.className=o,r&&(C.ref=r),s.createElement(s.Fragment,null,s.createElement(h,{cache:t,serialized:k,isStringTag:"string"==typeof n}),s.createElement(n,C))});return w.displayName=void 0!==o?o:"Styled("+("string"==typeof u?u:u.displayName||u.name||"Component")+")",w.defaultProps=t.defaultProps,w.__emotion_real=w,w.__emotion_base=u,w.__emotion_styles=b,w.__emotion_forwardProp=p,Object.defineProperty(w,"toString",{value:function(){return"."+c}}),w.withComponent=function(t,i){return e(t,(0,n.Z)({},r,i,{shouldForwardProp:m(w,i,!0)})).apply(void 0,b)},w}}).bind(null);["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"].forEach(function(e){g[e]=g(e)})},37164:function(e,t,r){r.d(t,{L:()=>a,j:()=>o});var n=r(54538),i=!!n.useInsertionEffect&&n.useInsertionEffect,a=i||function(e){return e()},o=i||n.useLayoutEffect},53211:function(e,t,r){function n(e,t,r){var n="";return r.split(" ").forEach(function(r){void 0!==e[r]?t.push(e[r]+";"):r&&(n+=r+" ")}),n}r.d(t,{My:()=>a,fp:()=>n,hC:()=>i});var i=function(e,t,r){var n=e.key+"-"+t.name;!1===r&&void 0===e.registered[n]&&(e.registered[n]=t.styles)},a=function(e,t,r){i(e,t,r);var n=e.key+"-"+t.name;if(void 0===e.inserted[t.name]){var a=t;do e.insert(t===a?"."+n:"",a,e.sheet,!0),a=a.next;while(void 0!==a)}}},70252:function(e,t,r){r.d(t,{Z:()=>n});function n(){return(n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(null,arguments)}}}]);