@entur/modal 2.0.2 → 2.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.
Files changed (2) hide show
  1. package/dist/styles.css +1 -0
  2. package/package.json +6 -6
package/dist/styles.css CHANGED
@@ -214,6 +214,7 @@ html:has(.eds-modal__overlay[open]){
214
214
  padding:0;
215
215
  background:transparent;
216
216
  color:inherit;
217
+ margin:auto;
217
218
  }
218
219
  .eds-modal__overlay[open]{
219
220
  z-index:30;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/modal",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/modal.cjs",
6
6
  "module": "dist/modal.mjs",
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@entur/a11y": "^0.3.2",
30
- "@entur/button": "^5.0.2",
31
- "@entur/icons": "^10.0.1",
32
- "@entur/layout": "^4.0.2",
30
+ "@entur/button": "^5.0.3",
31
+ "@entur/icons": "^10.0.2",
32
+ "@entur/layout": "^4.0.3",
33
33
  "@entur/tokens": "^4.0.1",
34
- "@entur/typography": "^3.0.2",
34
+ "@entur/typography": "^3.0.3",
35
35
  "@entur/utils": "^0.15.0",
36
36
  "classnames": "^2.5.1"
37
37
  },
@@ -58,5 +58,5 @@
58
58
  "./dist/styles.css": "./dist/styles.css",
59
59
  "./package.json": "./package.json"
60
60
  },
61
- "gitHead": "ed2856b4a001b0101f6038c4a38f1ad7fc4d1fe2"
61
+ "gitHead": "407f1fd3968786e6018d717376fe6dfefbde65aa"
62
62
  }