pds-dev-kit-web-test 2.7.290 → 2.7.292
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.
| 
         @@ -406,7 +406,7 @@ var CompositionEditor = (0, react_1.forwardRef)(function CompositionEditorCanvas 
     | 
|
| 
       406 
406 
     | 
    
         
             
                var customSectionStyles = {
         
     | 
| 
       407 
407 
     | 
    
         
             
                    minHeight: "".concat(minHeight, "px"),
         
     | 
| 
       408 
408 
     | 
    
         
             
                    maxHeight: "".concat(maxHeight, "px"),
         
     | 
| 
       409 
     | 
    
         
            -
                    width:  
     | 
| 
      
 409 
     | 
    
         
            +
                    // width: `${canvasWidth}px`,
         
     | 
| 
       410 
410 
     | 
    
         
             
                    maxWidth: maxWidth ? "".concat(maxWidth, "px") : '100%',
         
     | 
| 
       411 
411 
     | 
    
         
             
                    minWidth: "".concat(Math.max(canvasWidth, minWidth !== null && minWidth !== void 0 ? minWidth : 0), "px")
         
     | 
| 
       412 
412 
     | 
    
         
             
                };
         
     |