@equinor/cpl-error-snackbar-react 0.0.2 → 0.0.3

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/index.js CHANGED
@@ -313,6 +313,7 @@ var FixedWrapper = import_styled_components3.default.div`
313
313
  }
314
314
  return `
315
315
  position: fixed;
316
+ z-index: 1000;
316
317
  bottom: 0;
317
318
  left: 0;
318
319
  width: 100%;
package/dist/index.mjs CHANGED
@@ -272,6 +272,7 @@ var FixedWrapper = styled3.div`
272
272
  }
273
273
  return `
274
274
  position: fixed;
275
+ z-index: 1000;
275
276
  bottom: 0;
276
277
  left: 0;
277
278
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/cpl-error-snackbar-react",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -24,8 +24,8 @@
24
24
  "react-dom": "^18.2.0",
25
25
  "styled-components": "^6.1.11",
26
26
  "tsup": "^8.1.0",
27
- "eslint-config-custom": "0.0.5",
28
- "tsconfig": "0.0.1"
27
+ "tsconfig": "0.0.1",
28
+ "eslint-config-custom": "0.0.5"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@equinor/eds-core-react": ">=0.35.1",