@entur/travel 6.2.13-RC.0 → 6.2.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 +0 -5
- package/package.json +7 -7
package/dist/styles.css
CHANGED
|
@@ -168,11 +168,6 @@
|
|
|
168
168
|
font-size: 0.875rem;
|
|
169
169
|
}
|
|
170
170
|
.eds-travel-tag__close-button:focus,
|
|
171
|
-
.eds-travel-tag__close-button [focus-within] {
|
|
172
|
-
outline-offset: 0.125rem;
|
|
173
|
-
outline: 2px solid #ffffff;
|
|
174
|
-
}
|
|
175
|
-
.eds-travel-tag__close-button:focus,
|
|
176
171
|
.eds-travel-tag__close-button :focus-within {
|
|
177
172
|
outline-offset: 0.125rem;
|
|
178
173
|
outline: 2px solid #ffffff;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/travel",
|
|
3
|
-
"version": "6.2.13
|
|
3
|
+
"version": "6.2.13",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/travel.esm.js",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/form": "^8.1.9
|
|
31
|
-
"@entur/icons": "^7.5.1
|
|
32
|
-
"@entur/layout": "^2.3.21
|
|
33
|
-
"@entur/tokens": "^3.17.4
|
|
34
|
-
"@entur/utils": "^0.12.2
|
|
30
|
+
"@entur/form": "^8.1.9",
|
|
31
|
+
"@entur/icons": "^7.5.1",
|
|
32
|
+
"@entur/layout": "^2.3.21",
|
|
33
|
+
"@entur/tokens": "^3.17.4",
|
|
34
|
+
"@entur/utils": "^0.12.2",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"dts-cli": "2.0.5"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "835e1335b390f48b80379ae6c473ac89041a392a"
|
|
41
41
|
}
|