@entur/travel 6.2.14 → 6.3.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 +1 -2
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -167,8 +167,7 @@
|
|
|
167
167
|
color: var(--text-color);
|
|
168
168
|
font-size: 0.875rem;
|
|
169
169
|
}
|
|
170
|
-
.eds-travel-tag__close-button:focus
|
|
171
|
-
.eds-travel-tag__close-button :focus-within {
|
|
170
|
+
.eds-travel-tag__close-button:has(:focus-visible) {
|
|
172
171
|
outline-offset: 0.125rem;
|
|
173
172
|
outline: 2px solid #ffffff;
|
|
174
173
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/travel",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.3.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/travel.esm.js",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/form": "^8.
|
|
30
|
+
"@entur/form": "^8.2.0",
|
|
31
31
|
"@entur/icons": "^7.6.0",
|
|
32
|
-
"@entur/layout": "^2.
|
|
32
|
+
"@entur/layout": "^2.4.0",
|
|
33
33
|
"@entur/tokens": "^3.17.5",
|
|
34
34
|
"@entur/utils": "^0.12.2",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"dts-cli": "2.0.5"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "2a0e12f4ccbc65c2c8a115690b4895ff01ee7f06"
|
|
41
41
|
}
|