@entur/layout 2.3.21-beta.0 → 2.3.21
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 +2 -8
- package/package.json +6 -6
package/dist/styles.css
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
-webkit-appearance: none;
|
|
12
12
|
-moz-appearance: none;
|
|
13
13
|
appearance: none;
|
|
14
|
+
-webkit-text-decoration: none;
|
|
14
15
|
text-decoration: none;
|
|
15
16
|
}
|
|
16
17
|
.eds-contrast .eds-base-card {
|
|
@@ -128,19 +129,11 @@
|
|
|
128
129
|
.eds-contrast .eds-media-card {
|
|
129
130
|
background-color: var(--components-layout-card-contrast-fill-default);
|
|
130
131
|
}
|
|
131
|
-
.eds-media-card:focus, .eds-media-card[focus-within] {
|
|
132
|
-
outline: 2px solid #181c56;
|
|
133
|
-
outline-color: var(--basecolors-stroke-focus-standard);
|
|
134
|
-
outline-offset: 0.125rem;
|
|
135
|
-
}
|
|
136
132
|
.eds-media-card:focus, .eds-media-card:focus-within {
|
|
137
133
|
outline: 2px solid #181c56;
|
|
138
134
|
outline-color: var(--basecolors-stroke-focus-standard);
|
|
139
135
|
outline-offset: 0.125rem;
|
|
140
136
|
}
|
|
141
|
-
.eds-contrast .eds-media-card:focus, .eds-contrast .eds-media-card[focus-within] {
|
|
142
|
-
outline-color: var(--basecolors-stroke-focus-contrast);
|
|
143
|
-
}
|
|
144
137
|
.eds-contrast .eds-media-card:focus, .eds-contrast .eds-media-card:focus-within {
|
|
145
138
|
outline-color: var(--basecolors-stroke-focus-contrast);
|
|
146
139
|
}
|
|
@@ -170,6 +163,7 @@
|
|
|
170
163
|
color: inherit;
|
|
171
164
|
display: flex;
|
|
172
165
|
flex-direction: column;
|
|
166
|
+
-webkit-text-decoration: none;
|
|
173
167
|
text-decoration: none;
|
|
174
168
|
padding: 1.25rem 2rem 0;
|
|
175
169
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/layout",
|
|
3
|
-
"version": "2.3.21
|
|
3
|
+
"version": "2.3.21",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/layout.esm.js",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/icons": "^7.5.1
|
|
31
|
-
"@entur/tokens": "^3.17.4
|
|
32
|
-
"@entur/typography": "^1.8.50
|
|
33
|
-
"@entur/utils": "^0.12.2
|
|
30
|
+
"@entur/icons": "^7.5.1",
|
|
31
|
+
"@entur/tokens": "^3.17.4",
|
|
32
|
+
"@entur/typography": "^1.8.50",
|
|
33
|
+
"@entur/utils": "^0.12.2",
|
|
34
34
|
"classnames": "^2.3.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"dts-cli": "2.0.5"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "835e1335b390f48b80379ae6c473ac89041a392a"
|
|
40
40
|
}
|