@entur/travel 6.0.13 → 6.0.14
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 +48 -48
- 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-travel-tag {
|
|
52
7
|
--background-color: #e9e9e9;
|
|
53
8
|
--text-color: inherit;
|
|
@@ -198,6 +153,51 @@
|
|
|
198
153
|
}
|
|
199
154
|
/* DO NOT CHANGE!*/
|
|
200
155
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
156
|
+
.eds-travel-header {
|
|
157
|
+
color: #181c56;
|
|
158
|
+
display: flex;
|
|
159
|
+
flex-direction: column;
|
|
160
|
+
font-weight: 600;
|
|
161
|
+
line-height: 1.5;
|
|
162
|
+
max-width: 100%;
|
|
163
|
+
}
|
|
164
|
+
.eds-contrast .eds-travel-header {
|
|
165
|
+
color: #ffffff;
|
|
166
|
+
}
|
|
167
|
+
.eds-travel-header--large {
|
|
168
|
+
font-size: 1.5rem;
|
|
169
|
+
}
|
|
170
|
+
.eds-travel-header--medium {
|
|
171
|
+
font-size: 1rem;
|
|
172
|
+
}
|
|
173
|
+
.eds-travel-header--no-wrap {
|
|
174
|
+
flex-direction: row;
|
|
175
|
+
}
|
|
176
|
+
.eds-travel-header__from, .eds-travel-header__to {
|
|
177
|
+
min-width: 0;
|
|
178
|
+
overflow: hidden;
|
|
179
|
+
text-overflow: ellipsis;
|
|
180
|
+
white-space: nowrap;
|
|
181
|
+
}
|
|
182
|
+
.eds-travel-header--no-wrap .eds-travel-header__from {
|
|
183
|
+
margin-right: 0.5em;
|
|
184
|
+
}
|
|
185
|
+
.eds-travel-header__to {
|
|
186
|
+
padding-left: 1.8333333333em;
|
|
187
|
+
position: relative;
|
|
188
|
+
}
|
|
189
|
+
.eds-travel-header__to::before {
|
|
190
|
+
background-color: #ff5959;
|
|
191
|
+
content: "";
|
|
192
|
+
display: block;
|
|
193
|
+
height: 0.1666666667em;
|
|
194
|
+
left: 0;
|
|
195
|
+
position: absolute;
|
|
196
|
+
top: 0.65em;
|
|
197
|
+
width: 1.3333333333em;
|
|
198
|
+
}
|
|
199
|
+
/* DO NOT CHANGE!*/
|
|
200
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
201
201
|
.eds-leg-line {
|
|
202
202
|
flex-grow: 1;
|
|
203
203
|
mask-image: url("./pattern/line.svg");
|
|
@@ -238,9 +238,6 @@
|
|
|
238
238
|
}
|
|
239
239
|
/* DO NOT CHANGE!*/
|
|
240
240
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
241
|
-
@import '~@entur/form/dist/styles.css';
|
|
242
|
-
/* DO NOT CHANGE!*/
|
|
243
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
244
241
|
.eds-leg-bone {
|
|
245
242
|
align-items: center;
|
|
246
243
|
display: flex;
|
|
@@ -274,3 +271,6 @@
|
|
|
274
271
|
.eds-leg-bone--horizontal .eds-leg-bone__stop {
|
|
275
272
|
margin-left: 0.125rem;
|
|
276
273
|
}
|
|
274
|
+
/* DO NOT CHANGE!*/
|
|
275
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
276
|
+
@import '~@entur/form/dist/styles.css';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/travel",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.14",
|
|
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.
|
|
30
|
+
"@entur/form": "^7.0.11",
|
|
31
31
|
"@entur/icons": "^6.3.1",
|
|
32
|
-
"@entur/layout": "^2.1.
|
|
32
|
+
"@entur/layout": "^2.1.35",
|
|
33
33
|
"@entur/tokens": "^3.10.0",
|
|
34
|
-
"@entur/utils": "^0.9.
|
|
34
|
+
"@entur/utils": "^0.9.2",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "a7f288d524c9ef12f3b78ea35b864c879c0f1cc3"
|
|
38
38
|
}
|