@descope/web-components-ui 1.0.255 → 1.0.256

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.255",
3
+ "version": "1.0.256",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -8,7 +8,7 @@ const compVars = ModalClass.cssVarList;
8
8
 
9
9
  const modal = {
10
10
  [compVars.overlayBackgroundColor]: globalRefs.colors.surface.light,
11
- [compVars.overlayShadow]: 'none',
11
+ [compVars.overlayShadow]: globalRefs.shadow.wide['2xl'],
12
12
  [compVars.overlayWidth]: '700px',
13
13
  };
14
14