@entur/modal 1.7.22 → 2.0.0-alpha.0
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 +3 -3
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -122,6 +122,9 @@
|
|
|
122
122
|
opacity: 1;
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
|
+
:root {
|
|
126
|
+
--eds-modal: 1;
|
|
127
|
+
}
|
|
125
128
|
/* DO NOT CHANGE!*/
|
|
126
129
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
127
130
|
@keyframes slideFromRight {
|
|
@@ -166,6 +169,3 @@
|
|
|
166
169
|
.eds-contrast .eds-drawer__close-button:focus {
|
|
167
170
|
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
|
|
168
171
|
}
|
|
169
|
-
:root {
|
|
170
|
-
--eds-modal: 1;
|
|
171
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/modal",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-alpha.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/modal.esm.js",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"@entur/tokens": "^3.11.1",
|
|
35
35
|
"@entur/typography": "^1.8.17",
|
|
36
36
|
"@entur/utils": "^0.9.5",
|
|
37
|
-
"@reach/dialog": "^0.
|
|
37
|
+
"@reach/dialog": "^0.18.0",
|
|
38
38
|
"classnames": "^2.3.1",
|
|
39
39
|
"react-focus-lock": "^2.9.1"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "46d0a52a33d2b59431ab6c60385ec2759c74dc59"
|
|
42
42
|
}
|