@entur/travel 6.0.16 → 6.0.18
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 +45 -45
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -3,51 +3,6 @@
|
|
|
3
3
|
}
|
|
4
4
|
/* DO NOT CHANGE!*/
|
|
5
5
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
6
|
-
.eds-travel-header {
|
|
7
|
-
color: #181c56;
|
|
8
|
-
display: flex;
|
|
9
|
-
flex-direction: column;
|
|
10
|
-
font-weight: 600;
|
|
11
|
-
line-height: 1.5;
|
|
12
|
-
max-width: 100%;
|
|
13
|
-
}
|
|
14
|
-
.eds-contrast .eds-travel-header {
|
|
15
|
-
color: #ffffff;
|
|
16
|
-
}
|
|
17
|
-
.eds-travel-header--large {
|
|
18
|
-
font-size: 1.5rem;
|
|
19
|
-
}
|
|
20
|
-
.eds-travel-header--medium {
|
|
21
|
-
font-size: 1rem;
|
|
22
|
-
}
|
|
23
|
-
.eds-travel-header--no-wrap {
|
|
24
|
-
flex-direction: row;
|
|
25
|
-
}
|
|
26
|
-
.eds-travel-header__from, .eds-travel-header__to {
|
|
27
|
-
min-width: 0;
|
|
28
|
-
overflow: hidden;
|
|
29
|
-
text-overflow: ellipsis;
|
|
30
|
-
white-space: nowrap;
|
|
31
|
-
}
|
|
32
|
-
.eds-travel-header--no-wrap .eds-travel-header__from {
|
|
33
|
-
margin-right: 0.5em;
|
|
34
|
-
}
|
|
35
|
-
.eds-travel-header__to {
|
|
36
|
-
padding-left: 1.8333333333em;
|
|
37
|
-
position: relative;
|
|
38
|
-
}
|
|
39
|
-
.eds-travel-header__to::before {
|
|
40
|
-
background-color: #ff5959;
|
|
41
|
-
content: "";
|
|
42
|
-
display: block;
|
|
43
|
-
height: 0.1666666667em;
|
|
44
|
-
left: 0;
|
|
45
|
-
position: absolute;
|
|
46
|
-
top: 0.65em;
|
|
47
|
-
width: 1.3333333333em;
|
|
48
|
-
}
|
|
49
|
-
/* DO NOT CHANGE!*/
|
|
50
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
51
6
|
.eds-leg-line {
|
|
52
7
|
flex-grow: 1;
|
|
53
8
|
mask-image: url("./pattern/line.svg");
|
|
@@ -123,6 +78,51 @@
|
|
|
123
78
|
}
|
|
124
79
|
/* DO NOT CHANGE!*/
|
|
125
80
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
81
|
+
.eds-travel-header {
|
|
82
|
+
color: #181c56;
|
|
83
|
+
display: flex;
|
|
84
|
+
flex-direction: column;
|
|
85
|
+
font-weight: 600;
|
|
86
|
+
line-height: 1.5;
|
|
87
|
+
max-width: 100%;
|
|
88
|
+
}
|
|
89
|
+
.eds-contrast .eds-travel-header {
|
|
90
|
+
color: #ffffff;
|
|
91
|
+
}
|
|
92
|
+
.eds-travel-header--large {
|
|
93
|
+
font-size: 1.5rem;
|
|
94
|
+
}
|
|
95
|
+
.eds-travel-header--medium {
|
|
96
|
+
font-size: 1rem;
|
|
97
|
+
}
|
|
98
|
+
.eds-travel-header--no-wrap {
|
|
99
|
+
flex-direction: row;
|
|
100
|
+
}
|
|
101
|
+
.eds-travel-header__from, .eds-travel-header__to {
|
|
102
|
+
min-width: 0;
|
|
103
|
+
overflow: hidden;
|
|
104
|
+
text-overflow: ellipsis;
|
|
105
|
+
white-space: nowrap;
|
|
106
|
+
}
|
|
107
|
+
.eds-travel-header--no-wrap .eds-travel-header__from {
|
|
108
|
+
margin-right: 0.5em;
|
|
109
|
+
}
|
|
110
|
+
.eds-travel-header__to {
|
|
111
|
+
padding-left: 1.8333333333em;
|
|
112
|
+
position: relative;
|
|
113
|
+
}
|
|
114
|
+
.eds-travel-header__to::before {
|
|
115
|
+
background-color: #ff5959;
|
|
116
|
+
content: "";
|
|
117
|
+
display: block;
|
|
118
|
+
height: 0.1666666667em;
|
|
119
|
+
left: 0;
|
|
120
|
+
position: absolute;
|
|
121
|
+
top: 0.65em;
|
|
122
|
+
width: 1.3333333333em;
|
|
123
|
+
}
|
|
124
|
+
/* DO NOT CHANGE!*/
|
|
125
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
126
126
|
.eds-travel-tag {
|
|
127
127
|
--background-color: #e9e9e9;
|
|
128
128
|
--text-color: inherit;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/travel",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.18",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/travel.esm.js",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/form": "^7.0.
|
|
31
|
-
"@entur/icons": "^6.4.
|
|
32
|
-
"@entur/layout": "^2.1.
|
|
30
|
+
"@entur/form": "^7.0.15",
|
|
31
|
+
"@entur/icons": "^6.4.2",
|
|
32
|
+
"@entur/layout": "^2.1.39",
|
|
33
33
|
"@entur/tokens": "^3.10.0",
|
|
34
34
|
"@entur/utils": "^0.9.3",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "5fcad4b449082b80b796ab52e68f178977f2eba7"
|
|
38
38
|
}
|