@entur/travel 5.0.2 → 5.0.5
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 +12 -0
- package/dist/styles.css +47 -35
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.5](https://bitbucket.org/enturas/design-system/compare/@entur/travel@5.0.4...@entur/travel@5.0.5) (2022-04-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @entur/travel
|
|
9
|
+
|
|
10
|
+
## [5.0.4](https://bitbucket.org/enturas/design-system/compare/@entur/travel@5.0.3...@entur/travel@5.0.4) (2022-04-20)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @entur/travel
|
|
13
|
+
|
|
14
|
+
## [5.0.3](https://bitbucket.org/enturas/design-system/compare/@entur/travel@5.0.2...@entur/travel@5.0.3) (2022-04-19)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @entur/travel
|
|
17
|
+
|
|
6
18
|
## [5.0.2](https://bitbucket.org/enturas/design-system/compare/@entur/travel@5.0.1...@entur/travel@5.0.2) (2022-03-01)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package @entur/travel
|
package/dist/styles.css
CHANGED
|
@@ -85,6 +85,40 @@
|
|
|
85
85
|
-webkit-mask-image: url("./pattern/wave-horizontal.svg");
|
|
86
86
|
}/* DO NOT CHANGE!*/
|
|
87
87
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
88
|
+
.eds-leg-bone {
|
|
89
|
+
align-items: center;
|
|
90
|
+
display: flex;
|
|
91
|
+
justify-content: space-between;
|
|
92
|
+
}
|
|
93
|
+
.eds-leg-bone__start, .eds-leg-bone__stop {
|
|
94
|
+
border-radius: 50%;
|
|
95
|
+
height: 1rem;
|
|
96
|
+
width: 1rem;
|
|
97
|
+
}
|
|
98
|
+
.eds-leg-bone__line {
|
|
99
|
+
flex-grow: 1;
|
|
100
|
+
}
|
|
101
|
+
.eds-leg-bone--vertical {
|
|
102
|
+
flex-direction: column;
|
|
103
|
+
width: 1rem;
|
|
104
|
+
}
|
|
105
|
+
.eds-leg-bone--vertical .eds-leg-bone__start {
|
|
106
|
+
margin-bottom: 0.125rem;
|
|
107
|
+
}
|
|
108
|
+
.eds-leg-bone--vertical .eds-leg-bone__stop {
|
|
109
|
+
margin-top: 0.125rem;
|
|
110
|
+
}
|
|
111
|
+
.eds-leg-bone--horizontal {
|
|
112
|
+
flex-direction: row;
|
|
113
|
+
height: 1rem;
|
|
114
|
+
}
|
|
115
|
+
.eds-leg-bone--horizontal .eds-leg-bone__start {
|
|
116
|
+
margin-right: 0.125rem;
|
|
117
|
+
}
|
|
118
|
+
.eds-leg-bone--horizontal .eds-leg-bone__stop {
|
|
119
|
+
margin-left: 0.125rem;
|
|
120
|
+
}/* DO NOT CHANGE!*/
|
|
121
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
88
122
|
.eds-travel-tag {
|
|
89
123
|
background-color: #e9e9e9;
|
|
90
124
|
border-radius: 0.25rem;
|
|
@@ -119,7 +153,9 @@
|
|
|
119
153
|
font-size: 1.5rem;
|
|
120
154
|
}
|
|
121
155
|
.eds-travel-tag__close-button {
|
|
122
|
-
appearance: none;
|
|
156
|
+
-webkit-appearance: none;
|
|
157
|
+
-moz-appearance: none;
|
|
158
|
+
appearance: none;
|
|
123
159
|
background: none;
|
|
124
160
|
border: none;
|
|
125
161
|
border-radius: 50%;
|
|
@@ -137,12 +173,22 @@
|
|
|
137
173
|
color: #ffffff;
|
|
138
174
|
}
|
|
139
175
|
.eds-travel-tag__close-button:focus,
|
|
176
|
+
.eds-travel-tag__close-button [focus-within] {
|
|
177
|
+
outline-offset: 0.125rem;
|
|
178
|
+
outline: none;
|
|
179
|
+
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
180
|
+
}
|
|
181
|
+
.eds-travel-tag__close-button:focus,
|
|
140
182
|
.eds-travel-tag__close-button :focus-within {
|
|
141
183
|
outline-offset: 0.125rem;
|
|
142
184
|
outline: none;
|
|
143
185
|
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
144
186
|
}
|
|
145
187
|
.eds-contrast .eds-travel-tag__close-button:focus,
|
|
188
|
+
.eds-contrast .eds-travel-tag__close-button [focus-within] {
|
|
189
|
+
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
|
|
190
|
+
}
|
|
191
|
+
.eds-contrast .eds-travel-tag__close-button:focus,
|
|
146
192
|
.eds-contrast .eds-travel-tag__close-button :focus-within {
|
|
147
193
|
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
|
|
148
194
|
}
|
|
@@ -278,38 +324,4 @@
|
|
|
278
324
|
.eds-travel-tag__label--bottom {
|
|
279
325
|
margin-top: 0.125rem;
|
|
280
326
|
font-size: 0.875rem;
|
|
281
|
-
}/* DO NOT CHANGE!*/
|
|
282
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
283
|
-
.eds-leg-bone {
|
|
284
|
-
align-items: center;
|
|
285
|
-
display: flex;
|
|
286
|
-
justify-content: space-between;
|
|
287
|
-
}
|
|
288
|
-
.eds-leg-bone__start, .eds-leg-bone__stop {
|
|
289
|
-
border-radius: 50%;
|
|
290
|
-
height: 1rem;
|
|
291
|
-
width: 1rem;
|
|
292
|
-
}
|
|
293
|
-
.eds-leg-bone__line {
|
|
294
|
-
flex-grow: 1;
|
|
295
|
-
}
|
|
296
|
-
.eds-leg-bone--vertical {
|
|
297
|
-
flex-direction: column;
|
|
298
|
-
width: 1rem;
|
|
299
|
-
}
|
|
300
|
-
.eds-leg-bone--vertical .eds-leg-bone__start {
|
|
301
|
-
margin-bottom: 0.125rem;
|
|
302
|
-
}
|
|
303
|
-
.eds-leg-bone--vertical .eds-leg-bone__stop {
|
|
304
|
-
margin-top: 0.125rem;
|
|
305
|
-
}
|
|
306
|
-
.eds-leg-bone--horizontal {
|
|
307
|
-
flex-direction: row;
|
|
308
|
-
height: 1rem;
|
|
309
|
-
}
|
|
310
|
-
.eds-leg-bone--horizontal .eds-leg-bone__start {
|
|
311
|
-
margin-right: 0.125rem;
|
|
312
|
-
}
|
|
313
|
-
.eds-leg-bone--horizontal .eds-leg-bone__stop {
|
|
314
|
-
margin-left: 0.125rem;
|
|
315
327
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/travel",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.5",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/travel.esm.js",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"lint": "dts lint"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@entur/icons": "^
|
|
27
|
-
"@entur/layout": "^2.1.
|
|
28
|
-
"@entur/tokens": "^3.3.
|
|
26
|
+
"@entur/icons": "^4.1.1",
|
|
27
|
+
"@entur/layout": "^2.1.5",
|
|
28
|
+
"@entur/tokens": "^3.3.2",
|
|
29
29
|
"@entur/utils": "^0.4.3",
|
|
30
30
|
"classnames": "^2.3.1"
|
|
31
31
|
},
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"rollup-plugin-sass": "^1.2.2"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "7b557782d62c07bdce744f9b084d57177e2202e9"
|
|
40
40
|
}
|