@cubejs-client/playground 1.3.62 → 1.3.64

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.
@@ -2732,7 +2732,7 @@ object-assign
2732
2732
  will-change: height, opacity;
2733
2733
  }
2734
2734
  }
2735
- `),AccordionDetails=reactExports.memo(function(nt){const{children:st,isLazy:mt,size:vt,isSeparated:gt,isExpanded:yt=!1,styles:bt}=nt,[$t,xt]=reactExports.useState(yt?"expanded":"collapsed"),Et=reactExports.useRef(null),Ct=mt||typeof st=="function",St=(()=>{if(Ct){if(yt||$t==="collapsing")return renderChildren(st);if($t==="collapsed")return null}return renderChildren(st)})();return reactExports.useLayoutEffect(()=>{var Tt;(Tt=Et.current)==null||Tt.style.setProperty(ACCORDION_CONTENT_HEIGHT_VARIABLE,`${Et.current.scrollHeight}px`)},[yt]),jsx(CSSTransition,{in:yt,timeout:ANIMATION_TIMEOUT,classNames:"cube-accordion-transition",onEnter:()=>xt("expanding"),onEntered:()=>xt("expanded"),onExiting:()=>xt("collapsing"),onExited:()=>xt("collapsed"),children:jsx(AccordionDetailsContent,{ref:Et,$expanded:yt,children:jsx(AccordionDetailsContentInnerElement,{"data-size":vt,mods:{separated:gt},styles:bt,children:St})})})});function renderChildren(tt){return typeof tt=="function"?tt():tt}const IconElement=dt.span`
2735
+ `),AccordionDetails=reactExports.memo(function(nt){const{children:st,isLazy:mt,size:vt,isSeparated:gt,isExpanded:yt=!1,styles:bt}=nt,[$t,xt]=reactExports.useState(yt?"expanded":"collapsed"),Et=reactExports.useRef(null),Ct=mt||typeof st=="function",St=(()=>{if(Ct){if(yt||$t==="collapsing")return renderChildren(st);if($t==="collapsed")return null}return renderChildren(st)})();return reactExports.useLayoutEffect(()=>{var Tt,wt;(wt=Et.current)==null||wt.style.setProperty(ACCORDION_CONTENT_HEIGHT_VARIABLE,`${(Tt=Et.current)==null?void 0:Tt.scrollHeight}px`)},[yt]),jsx(CSSTransition,{in:yt,timeout:ANIMATION_TIMEOUT,classNames:"cube-accordion-transition",onEnter:()=>xt("expanding"),onEntered:()=>xt("expanded"),onExiting:()=>xt("collapsing"),onExited:()=>xt("collapsed"),children:jsx(AccordionDetailsContent,{ref:Et,$expanded:yt,children:jsx(AccordionDetailsContentInnerElement,{"data-size":vt,mods:{separated:gt},styles:bt,children:St})})})});function renderChildren(tt){return typeof tt=="function"?tt():tt}const IconElement=dt.span`
2736
2736
  display: inline-block;
2737
2737
  color: inherit;
2738
2738
  font-style: normal;
package/build/index.html CHANGED
@@ -23,7 +23,7 @@
23
23
  }
24
24
  </style>
25
25
  <title>Cube Playground</title>
26
- <script type="module" crossorigin src="./assets/index-B7kpbKgs.js"></script>
26
+ <script type="module" crossorigin src="./assets/index-Cwd9oCOF.js"></script>
27
27
  <link rel="stylesheet" crossorigin href="./assets/index-kgBp1eWM.css">
28
28
  </head>
29
29
  <body>