@entur/travel 5.0.8 → 5.0.9

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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.9](https://bitbucket.org/enturas/design-system/compare/@entur/travel@5.0.8...@entur/travel@5.0.9) (2022-06-24)
7
+
8
+ **Note:** Version bump only for package @entur/travel
9
+
6
10
  ## [5.0.8](https://bitbucket.org/enturas/design-system/compare/@entur/travel@5.0.7...@entur/travel@5.0.8) (2022-06-02)
7
11
 
8
12
  **Note:** Version bump only for package @entur/travel
package/dist/styles.css CHANGED
@@ -2,84 +2,6 @@
2
2
  --eds-travel: 1;
3
3
  }/* DO NOT CHANGE!*/
4
4
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
- .eds-travel-header {
6
- color: #181c56;
7
- display: flex;
8
- flex-direction: column;
9
- font-weight: 600;
10
- line-height: 1.5;
11
- max-width: 100%;
12
- }
13
- .eds-contrast .eds-travel-header {
14
- color: #ffffff;
15
- }
16
- .eds-travel-header--large {
17
- font-size: 1.5rem;
18
- }
19
- .eds-travel-header--medium {
20
- font-size: 1rem;
21
- }
22
- .eds-travel-header--no-wrap {
23
- flex-direction: row;
24
- }
25
- .eds-travel-header__from, .eds-travel-header__to {
26
- min-width: 0;
27
- overflow: hidden;
28
- text-overflow: ellipsis;
29
- white-space: nowrap;
30
- }
31
- .eds-travel-header--no-wrap .eds-travel-header__from {
32
- margin-right: 0.5em;
33
- }
34
- .eds-travel-header__to {
35
- padding-left: calc(4em / 3 + 0.5em);
36
- position: relative;
37
- }
38
- .eds-travel-header__to::before {
39
- background-color: #ff5959;
40
- content: "";
41
- display: block;
42
- height: calc(1em / 6);
43
- left: 0;
44
- position: absolute;
45
- top: 0.65em;
46
- width: calc(4em / 3);
47
- }/* DO NOT CHANGE!*/
48
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
49
- .eds-leg-bone {
50
- align-items: center;
51
- display: flex;
52
- justify-content: space-between;
53
- }
54
- .eds-leg-bone__start, .eds-leg-bone__stop {
55
- border-radius: 50%;
56
- height: 1rem;
57
- width: 1rem;
58
- }
59
- .eds-leg-bone__line {
60
- flex-grow: 1;
61
- }
62
- .eds-leg-bone--vertical {
63
- flex-direction: column;
64
- width: 1rem;
65
- }
66
- .eds-leg-bone--vertical .eds-leg-bone__start {
67
- margin-bottom: 0.125rem;
68
- }
69
- .eds-leg-bone--vertical .eds-leg-bone__stop {
70
- margin-top: 0.125rem;
71
- }
72
- .eds-leg-bone--horizontal {
73
- flex-direction: row;
74
- height: 1rem;
75
- }
76
- .eds-leg-bone--horizontal .eds-leg-bone__start {
77
- margin-right: 0.125rem;
78
- }
79
- .eds-leg-bone--horizontal .eds-leg-bone__stop {
80
- margin-left: 0.125rem;
81
- }/* DO NOT CHANGE!*/
82
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
83
5
  .eds-travel-tag {
84
6
  background-color: #e9e9e9;
85
7
  border-radius: 0.25rem;
@@ -294,6 +216,84 @@
294
216
  font-size: 0.875rem;
295
217
  }/* DO NOT CHANGE!*/
296
218
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
219
+ .eds-leg-bone {
220
+ align-items: center;
221
+ display: flex;
222
+ justify-content: space-between;
223
+ }
224
+ .eds-leg-bone__start, .eds-leg-bone__stop {
225
+ border-radius: 50%;
226
+ height: 1rem;
227
+ width: 1rem;
228
+ }
229
+ .eds-leg-bone__line {
230
+ flex-grow: 1;
231
+ }
232
+ .eds-leg-bone--vertical {
233
+ flex-direction: column;
234
+ width: 1rem;
235
+ }
236
+ .eds-leg-bone--vertical .eds-leg-bone__start {
237
+ margin-bottom: 0.125rem;
238
+ }
239
+ .eds-leg-bone--vertical .eds-leg-bone__stop {
240
+ margin-top: 0.125rem;
241
+ }
242
+ .eds-leg-bone--horizontal {
243
+ flex-direction: row;
244
+ height: 1rem;
245
+ }
246
+ .eds-leg-bone--horizontal .eds-leg-bone__start {
247
+ margin-right: 0.125rem;
248
+ }
249
+ .eds-leg-bone--horizontal .eds-leg-bone__stop {
250
+ margin-left: 0.125rem;
251
+ }/* DO NOT CHANGE!*/
252
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
253
+ .eds-travel-header {
254
+ color: #181c56;
255
+ display: flex;
256
+ flex-direction: column;
257
+ font-weight: 600;
258
+ line-height: 1.5;
259
+ max-width: 100%;
260
+ }
261
+ .eds-contrast .eds-travel-header {
262
+ color: #ffffff;
263
+ }
264
+ .eds-travel-header--large {
265
+ font-size: 1.5rem;
266
+ }
267
+ .eds-travel-header--medium {
268
+ font-size: 1rem;
269
+ }
270
+ .eds-travel-header--no-wrap {
271
+ flex-direction: row;
272
+ }
273
+ .eds-travel-header__from, .eds-travel-header__to {
274
+ min-width: 0;
275
+ overflow: hidden;
276
+ text-overflow: ellipsis;
277
+ white-space: nowrap;
278
+ }
279
+ .eds-travel-header--no-wrap .eds-travel-header__from {
280
+ margin-right: 0.5em;
281
+ }
282
+ .eds-travel-header__to {
283
+ padding-left: calc(4em / 3 + 0.5em);
284
+ position: relative;
285
+ }
286
+ .eds-travel-header__to::before {
287
+ background-color: #ff5959;
288
+ content: "";
289
+ display: block;
290
+ height: calc(1em / 6);
291
+ left: 0;
292
+ position: absolute;
293
+ top: 0.65em;
294
+ width: calc(4em / 3);
295
+ }/* DO NOT CHANGE!*/
296
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
297
297
  .eds-leg-line {
298
298
  flex-grow: 1;
299
299
  mask-image: url("./pattern/line.svg");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/travel",
3
- "version": "5.0.8",
3
+ "version": "5.0.9",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/travel.esm.js",
@@ -23,7 +23,7 @@
23
23
  "lint": "dts lint"
24
24
  },
25
25
  "dependencies": {
26
- "@entur/icons": "^4.1.2",
26
+ "@entur/icons": "^4.2.0",
27
27
  "@entur/layout": "^2.1.7",
28
28
  "@entur/tokens": "^3.3.2",
29
29
  "@entur/utils": "^0.4.3",
@@ -36,5 +36,5 @@
36
36
  "devDependencies": {
37
37
  "rollup-plugin-sass": "^1.2.2"
38
38
  },
39
- "gitHead": "02c1bc4caad8480d21d8560188ba21b972e3370e"
39
+ "gitHead": "974289b6579ade4460d12aa877a89e454c983d48"
40
40
  }