@entur/travel 5.0.26 → 5.0.28
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 +37 -37
- package/package.json +8 -11
package/dist/styles.css
CHANGED
|
@@ -212,40 +212,6 @@
|
|
|
212
212
|
font-size: 0.875rem;
|
|
213
213
|
}/* DO NOT CHANGE!*/
|
|
214
214
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
215
|
-
.eds-leg-bone {
|
|
216
|
-
align-items: center;
|
|
217
|
-
display: flex;
|
|
218
|
-
justify-content: space-between;
|
|
219
|
-
}
|
|
220
|
-
.eds-leg-bone__start, .eds-leg-bone__stop {
|
|
221
|
-
border-radius: 50%;
|
|
222
|
-
height: 1rem;
|
|
223
|
-
width: 1rem;
|
|
224
|
-
}
|
|
225
|
-
.eds-leg-bone__line {
|
|
226
|
-
flex-grow: 1;
|
|
227
|
-
}
|
|
228
|
-
.eds-leg-bone--vertical {
|
|
229
|
-
flex-direction: column;
|
|
230
|
-
width: 1rem;
|
|
231
|
-
}
|
|
232
|
-
.eds-leg-bone--vertical .eds-leg-bone__start {
|
|
233
|
-
margin-bottom: 0.125rem;
|
|
234
|
-
}
|
|
235
|
-
.eds-leg-bone--vertical .eds-leg-bone__stop {
|
|
236
|
-
margin-top: 0.125rem;
|
|
237
|
-
}
|
|
238
|
-
.eds-leg-bone--horizontal {
|
|
239
|
-
flex-direction: row;
|
|
240
|
-
height: 1rem;
|
|
241
|
-
}
|
|
242
|
-
.eds-leg-bone--horizontal .eds-leg-bone__start {
|
|
243
|
-
margin-right: 0.125rem;
|
|
244
|
-
}
|
|
245
|
-
.eds-leg-bone--horizontal .eds-leg-bone__stop {
|
|
246
|
-
margin-left: 0.125rem;
|
|
247
|
-
}/* DO NOT CHANGE!*/
|
|
248
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
249
215
|
.eds-travel-header {
|
|
250
216
|
color: #181c56;
|
|
251
217
|
display: flex;
|
|
@@ -276,18 +242,18 @@
|
|
|
276
242
|
margin-right: 0.5em;
|
|
277
243
|
}
|
|
278
244
|
.eds-travel-header__to {
|
|
279
|
-
padding-left:
|
|
245
|
+
padding-left: 1.8333333333em;
|
|
280
246
|
position: relative;
|
|
281
247
|
}
|
|
282
248
|
.eds-travel-header__to::before {
|
|
283
249
|
background-color: #ff5959;
|
|
284
250
|
content: "";
|
|
285
251
|
display: block;
|
|
286
|
-
height:
|
|
252
|
+
height: 0.1666666667em;
|
|
287
253
|
left: 0;
|
|
288
254
|
position: absolute;
|
|
289
255
|
top: 0.65em;
|
|
290
|
-
width:
|
|
256
|
+
width: 1.3333333333em;
|
|
291
257
|
}/* DO NOT CHANGE!*/
|
|
292
258
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
293
259
|
.eds-leg-line {
|
|
@@ -327,4 +293,38 @@
|
|
|
327
293
|
.eds-leg-line--horizontal.eds-leg-line--wave {
|
|
328
294
|
mask-image: url("./pattern/wave-horizontal.svg");
|
|
329
295
|
-webkit-mask-image: url("./pattern/wave-horizontal.svg");
|
|
296
|
+
}/* DO NOT CHANGE!*/
|
|
297
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
298
|
+
.eds-leg-bone {
|
|
299
|
+
align-items: center;
|
|
300
|
+
display: flex;
|
|
301
|
+
justify-content: space-between;
|
|
302
|
+
}
|
|
303
|
+
.eds-leg-bone__start, .eds-leg-bone__stop {
|
|
304
|
+
border-radius: 50%;
|
|
305
|
+
height: 1rem;
|
|
306
|
+
width: 1rem;
|
|
307
|
+
}
|
|
308
|
+
.eds-leg-bone__line {
|
|
309
|
+
flex-grow: 1;
|
|
310
|
+
}
|
|
311
|
+
.eds-leg-bone--vertical {
|
|
312
|
+
flex-direction: column;
|
|
313
|
+
width: 1rem;
|
|
314
|
+
}
|
|
315
|
+
.eds-leg-bone--vertical .eds-leg-bone__start {
|
|
316
|
+
margin-bottom: 0.125rem;
|
|
317
|
+
}
|
|
318
|
+
.eds-leg-bone--vertical .eds-leg-bone__stop {
|
|
319
|
+
margin-top: 0.125rem;
|
|
320
|
+
}
|
|
321
|
+
.eds-leg-bone--horizontal {
|
|
322
|
+
flex-direction: row;
|
|
323
|
+
height: 1rem;
|
|
324
|
+
}
|
|
325
|
+
.eds-leg-bone--horizontal .eds-leg-bone__start {
|
|
326
|
+
margin-right: 0.125rem;
|
|
327
|
+
}
|
|
328
|
+
.eds-leg-bone--horizontal .eds-leg-bone__stop {
|
|
329
|
+
margin-left: 0.125rem;
|
|
330
330
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/travel",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.28",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/travel.esm.js",
|
|
@@ -22,19 +22,16 @@
|
|
|
22
22
|
"test": "dts test",
|
|
23
23
|
"lint": "dts lint src"
|
|
24
24
|
},
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"@entur/icons": "^5.5.0",
|
|
27
|
-
"@entur/layout": "^2.1.18",
|
|
28
|
-
"@entur/tokens": "^3.5.0",
|
|
29
|
-
"@entur/utils": "^0.5.2",
|
|
30
|
-
"classnames": "^2.3.1"
|
|
31
|
-
},
|
|
32
25
|
"peerDependencies": {
|
|
33
26
|
"react": ">=16.8.0",
|
|
34
27
|
"react-dom": ">=16.8.0"
|
|
35
28
|
},
|
|
36
|
-
"
|
|
37
|
-
"
|
|
29
|
+
"dependencies": {
|
|
30
|
+
"@entur/icons": "^5.7.0",
|
|
31
|
+
"@entur/layout": "^2.1.20",
|
|
32
|
+
"@entur/tokens": "^3.7.0",
|
|
33
|
+
"@entur/utils": "^0.5.4",
|
|
34
|
+
"classnames": "^2.3.1"
|
|
38
35
|
},
|
|
39
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "0488198c40c8c610f981c97c8a755a9a435044dd"
|
|
40
37
|
}
|