@entur/modal 1.6.23 → 1.6.25

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 +5 -3
  2. package/package.json +9 -9
package/dist/styles.css CHANGED
@@ -1,6 +1,7 @@
1
1
  :root {
2
2
  --eds-modal: 1;
3
- }/* DO NOT CHANGE!*/
3
+ }
4
+ /* DO NOT CHANGE!*/
4
5
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
6
  :root {
6
7
  --reach-dialog: 1;
@@ -112,7 +113,8 @@
112
113
  top: 0%;
113
114
  opacity: 1;
114
115
  }
115
- }/* DO NOT CHANGE!*/
116
+ }
117
+ /* DO NOT CHANGE!*/
116
118
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
117
119
  @keyframes slideFromRight {
118
120
  from {
@@ -155,4 +157,4 @@
155
157
  }
156
158
  .eds-contrast .eds-drawer__close-button:focus {
157
159
  box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
158
- }
160
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/modal",
3
- "version": "1.6.23",
3
+ "version": "1.6.25",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/modal.esm.js",
@@ -27,16 +27,16 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/a11y": "^0.2.58",
31
- "@entur/button": "^2.10.13",
32
- "@entur/icons": "^5.7.0",
33
- "@entur/layout": "^2.1.20",
34
- "@entur/tokens": "^3.7.0",
35
- "@entur/typography": "^1.7.9",
36
- "@entur/utils": "^0.5.4",
30
+ "@entur/a11y": "^0.2.59",
31
+ "@entur/button": "^2.10.15",
32
+ "@entur/icons": "^5.8.1",
33
+ "@entur/layout": "^2.1.22",
34
+ "@entur/tokens": "^3.8.0",
35
+ "@entur/typography": "^1.7.11",
36
+ "@entur/utils": "^0.5.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": "0488198c40c8c610f981c97c8a755a9a435044dd"
41
+ "gitHead": "8019b1b3a39b30bf1052ae34ed1c06b6caf1aa34"
42
42
  }