@entur/modal 1.8.14 → 1.8.16
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/styles.css +1 -4
- package/package.json +9 -9
package/dist/styles.css
CHANGED
|
@@ -205,16 +205,13 @@
|
|
|
205
205
|
|
|
206
206
|
.eds-modal__overlay{
|
|
207
207
|
background:rgba(0, 0, 0, 0.5);
|
|
208
|
-
|
|
208
|
+
inset:0;
|
|
209
209
|
display:-webkit-box;
|
|
210
210
|
display:-webkit-flex;
|
|
211
211
|
display:-moz-box;
|
|
212
212
|
display:flex;
|
|
213
|
-
left:0;
|
|
214
213
|
overflow:hidden;
|
|
215
214
|
position:fixed;
|
|
216
|
-
right:0;
|
|
217
|
-
top:0;
|
|
218
215
|
z-index:30;
|
|
219
216
|
-webkit-animation:fadeInOverlay;
|
|
220
217
|
-moz-animation:fadeInOverlay;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/modal",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.16",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/modal.cjs.js",
|
|
6
6
|
"module": "dist/modal.esm.js",
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"react-dom": ">=16.8.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@entur/a11y": "^0.2.
|
|
30
|
-
"@entur/button": "^4.0.
|
|
31
|
-
"@entur/icons": "^9.0.
|
|
32
|
-
"@entur/layout": "^3.7.
|
|
33
|
-
"@entur/tokens": "^3.
|
|
34
|
-
"@entur/typography": "^2.1.
|
|
35
|
-
"@entur/utils": "^0.13.
|
|
29
|
+
"@entur/a11y": "^0.2.113",
|
|
30
|
+
"@entur/button": "^4.0.11",
|
|
31
|
+
"@entur/icons": "^9.0.4",
|
|
32
|
+
"@entur/layout": "^3.7.5",
|
|
33
|
+
"@entur/tokens": "^3.24.0",
|
|
34
|
+
"@entur/typography": "^2.1.12",
|
|
35
|
+
"@entur/utils": "^0.13.6",
|
|
36
36
|
"@reach/dialog": "^0.16.2",
|
|
37
37
|
"classnames": "^2.5.1",
|
|
38
38
|
"react-focus-lock": "^2.13.6"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"vite": "^7.3.2",
|
|
50
50
|
"vite-plugin-dts": "^4.5.4"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "801efcdaddd24c63ea7b9198ffe8902cac9477ab"
|
|
53
53
|
}
|