@entur/layout 2.1.20 → 2.1.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.
- package/dist/styles.css +14 -8
- package/package.json +6 -6
package/dist/styles.css
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--eds-layout: 1;
|
|
3
|
+
}
|
|
1
4
|
/* DO NOT CHANGE!*/
|
|
2
5
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
6
|
.eds-contrast {
|
|
@@ -6,9 +9,8 @@
|
|
|
6
9
|
--primary-label-color: #aeb7e2;
|
|
7
10
|
background-color: var(--primary-background-color);
|
|
8
11
|
color: var(--primary-text-color);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
}/* DO NOT CHANGE!*/
|
|
12
|
+
}
|
|
13
|
+
/* DO NOT CHANGE!*/
|
|
12
14
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
13
15
|
.eds-base-card {
|
|
14
16
|
display: flex;
|
|
@@ -26,7 +28,8 @@
|
|
|
26
28
|
background-color: #292b6a;
|
|
27
29
|
border-color: #54568c;
|
|
28
30
|
box-shadow: 0 0.0625rem 0.1875rem 0 rgb(57, 61, 121);
|
|
29
|
-
}
|
|
31
|
+
}
|
|
32
|
+
/* DO NOT CHANGE!*/
|
|
30
33
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
31
34
|
/* DO NOT CHANGE!*/
|
|
32
35
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
@@ -134,7 +137,8 @@
|
|
|
134
137
|
}
|
|
135
138
|
.eds-navigation-card__external--compact {
|
|
136
139
|
font-size: 1rem;
|
|
137
|
-
}
|
|
140
|
+
}
|
|
141
|
+
/* DO NOT CHANGE!*/
|
|
138
142
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
139
143
|
.eds-media-card {
|
|
140
144
|
flex-direction: column;
|
|
@@ -195,7 +199,8 @@
|
|
|
195
199
|
.eds-media-card__arrow-icon {
|
|
196
200
|
align-self: flex-end;
|
|
197
201
|
margin: 1rem 0 1.5rem;
|
|
198
|
-
}
|
|
202
|
+
}
|
|
203
|
+
/* DO NOT CHANGE!*/
|
|
199
204
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
200
205
|
.eds-tag {
|
|
201
206
|
background: #e9e9e9;
|
|
@@ -223,7 +228,8 @@
|
|
|
223
228
|
}
|
|
224
229
|
.eds-tag--compact.eds-tag--trailing-icon .eds-icon {
|
|
225
230
|
margin-left: 0.25rem;
|
|
226
|
-
}
|
|
231
|
+
}
|
|
232
|
+
/* DO NOT CHANGE!*/
|
|
227
233
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
228
234
|
.eds-badge {
|
|
229
235
|
display: flex;
|
|
@@ -384,4 +390,4 @@
|
|
|
384
390
|
height: 0.625rem;
|
|
385
391
|
width: 0.625rem;
|
|
386
392
|
border-radius: 50%;
|
|
387
|
-
}
|
|
393
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/layout",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.22",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/layout.esm.js",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/icons": "^5.
|
|
31
|
-
"@entur/tokens": "^3.
|
|
32
|
-
"@entur/typography": "^1.7.
|
|
33
|
-
"@entur/utils": "^0.5.
|
|
30
|
+
"@entur/icons": "^5.8.1",
|
|
31
|
+
"@entur/tokens": "^3.8.0",
|
|
32
|
+
"@entur/typography": "^1.7.11",
|
|
33
|
+
"@entur/utils": "^0.5.5",
|
|
34
34
|
"classnames": "^2.3.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "8019b1b3a39b30bf1052ae34ed1c06b6caf1aa34"
|
|
37
37
|
}
|