@entur/dropdown 6.0.13-RC.0 → 6.0.13

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 CHANGED
@@ -220,9 +220,6 @@
220
220
  text-overflow: ellipsis;
221
221
  line-height: 1rem;
222
222
  }
223
- .eds-dropdown__selected-item.focus-visible {
224
- outline: none;
225
- }
226
223
  .eds-dropdown__selected-item:focus-visible {
227
224
  outline: none;
228
225
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/dropdown",
3
- "version": "6.0.13-RC.0",
3
+ "version": "6.0.13",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/dropdown.esm.js",
@@ -27,15 +27,15 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/a11y": "^0.2.94-RC.0",
31
- "@entur/button": "^3.2.37-RC.0",
32
- "@entur/chip": "^0.7.27-RC.0",
33
- "@entur/form": "^8.1.9-RC.0",
34
- "@entur/icons": "^7.5.1-RC.0",
35
- "@entur/loader": "^0.5.15-RC.0",
36
- "@entur/tokens": "^3.17.4-RC.0",
37
- "@entur/tooltip": "^5.1.5-RC.0",
38
- "@entur/utils": "^0.12.2-RC.0",
30
+ "@entur/a11y": "^0.2.94",
31
+ "@entur/button": "^3.2.37",
32
+ "@entur/chip": "^0.7.27",
33
+ "@entur/form": "^8.1.9",
34
+ "@entur/icons": "^7.5.1",
35
+ "@entur/loader": "^0.5.15",
36
+ "@entur/tokens": "^3.17.4",
37
+ "@entur/tooltip": "^5.1.5",
38
+ "@entur/utils": "^0.12.2",
39
39
  "@floating-ui/react-dom": "^2.1.0",
40
40
  "classnames": "^2.3.1",
41
41
  "downshift": "^9.0.8"
@@ -43,5 +43,5 @@
43
43
  "devDependencies": {
44
44
  "dts-cli": "2.0.5"
45
45
  },
46
- "gitHead": "d7913682a41ade219cbd4dfc6e45060152c7fa0a"
46
+ "gitHead": "835e1335b390f48b80379ae6c473ac89041a392a"
47
47
  }