@descope/web-components-ui 1.0.226 → 1.0.227

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.0.226",
3
+ "version": "1.0.227",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -3,8 +3,6 @@ import { ModalClass } from '../../components/descope-modal/ModalClass';
3
3
  const compVars = ModalClass.cssVarList;
4
4
 
5
5
  const modal = {
6
- [compVars.hostWidth]: '400px',
7
- [compVars.hostHeight]: '400px',
8
6
  [compVars.overlayShadow]: 'none',
9
7
  [compVars.overlayWidth]: '700px',
10
8
  };