@entur/modal 1.7.21 → 1.7.22

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 +3 -3
  2. package/package.json +8 -8
package/dist/styles.css CHANGED
@@ -122,9 +122,6 @@
122
122
  opacity: 1;
123
123
  }
124
124
  }
125
- :root {
126
- --eds-modal: 1;
127
- }
128
125
  /* DO NOT CHANGE!*/
129
126
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
130
127
  @keyframes slideFromRight {
@@ -169,3 +166,6 @@
169
166
  .eds-contrast .eds-drawer__close-button:focus {
170
167
  box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
171
168
  }
169
+ :root {
170
+ --eds-modal: 1;
171
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/modal",
3
- "version": "1.7.21",
3
+ "version": "1.7.22",
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.71",
31
- "@entur/button": "^3.2.1",
32
- "@entur/icons": "^6.12.0",
33
- "@entur/layout": "^2.1.49",
34
- "@entur/tokens": "^3.11.0",
35
- "@entur/typography": "^1.8.16",
30
+ "@entur/a11y": "^0.2.72",
31
+ "@entur/button": "^3.2.2",
32
+ "@entur/icons": "^6.12.1",
33
+ "@entur/layout": "^2.1.50",
34
+ "@entur/tokens": "^3.11.1",
35
+ "@entur/typography": "^1.8.17",
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": "b88f20e65837e48f9c1c2882f6d18233613d63a6"
41
+ "gitHead": "3fc001a78ef085d8fd22bb8aa245ec488214de72"
42
42
  }