@descope/web-components-ui 1.0.225 → 1.0.227
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.
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -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
|
};
|