@descope/web-components-ui 1.0.225 → 1.0.227

Sign up to get free protection for your applications and to get access to all the features.
@@ -8038,8 +8038,6 @@ const ModalClass = compose(
8038
8038
  const compVars = ModalClass.cssVarList;
8039
8039
 
8040
8040
  const modal = {
8041
- [compVars.hostWidth]: '400px',
8042
- [compVars.hostHeight]: '400px',
8043
8041
  [compVars.overlayShadow]: 'none',
8044
8042
  [compVars.overlayWidth]: '700px',
8045
8043
  };