@pepperi-addons/ngx-lib-react 0.5.8 → 0.5.9

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/services.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pepperi-addons/ngx-lib-react",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "Thin React wrappers for Pepperi Angular Elements (Web Components) to improve DX in React.",
5
5
  "license": "MIT",
6
6
  "author": "Pepperi",
package/services.js CHANGED
@@ -384,11 +384,11 @@ export function openReactPepDialog(options) {
384
384
  style: {
385
385
  position: 'fixed',
386
386
  inset: 0,
387
- background: 'rgba(0, 0, 0, 0.4)',
387
+ background: 'rgba(0, 0, 0, 0.32)',
388
388
  display: 'flex',
389
389
  alignItems: 'center',
390
390
  justifyContent: 'center',
391
- zIndex: 1100,
391
+ zIndex: 1000,
392
392
  },
393
393
  }, React.createElement('div', {
394
394
  className: 'cdk-overlay-pane pep-dialog',