@entur/modal 1.7.13 → 1.7.14
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 +6 -6
package/dist/styles.css
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--eds-modal: 1;
|
|
3
|
+
}
|
|
1
4
|
/* DO NOT CHANGE!*/
|
|
2
5
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
6
|
:root {
|
|
@@ -122,9 +125,6 @@
|
|
|
122
125
|
opacity: 1;
|
|
123
126
|
}
|
|
124
127
|
}
|
|
125
|
-
:root {
|
|
126
|
-
--eds-modal: 1;
|
|
127
|
-
}
|
|
128
128
|
/* DO NOT CHANGE!*/
|
|
129
129
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
130
130
|
@keyframes slideFromRight {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/modal",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.14",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/modal.esm.js",
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@entur/a11y": "^0.2.70",
|
|
31
|
-
"@entur/button": "^3.1.
|
|
32
|
-
"@entur/icons": "^6.
|
|
33
|
-
"@entur/layout": "^2.1.
|
|
31
|
+
"@entur/button": "^3.1.5",
|
|
32
|
+
"@entur/icons": "^6.9.0",
|
|
33
|
+
"@entur/layout": "^2.1.44",
|
|
34
34
|
"@entur/tokens": "^3.10.0",
|
|
35
|
-
"@entur/typography": "^1.8.
|
|
35
|
+
"@entur/typography": "^1.8.11",
|
|
36
36
|
"@entur/utils": "^0.9.5",
|
|
37
37
|
"@reach/dialog": "^0.16.0",
|
|
38
38
|
"classnames": "^2.3.1",
|
|
39
39
|
"react-focus-lock": "^2.9.1"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "36f7ef81ee8188c701d607dc01124658dfff7265"
|
|
42
42
|
}
|