@entur/travel 6.0.0 → 6.0.2

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This package contains the different Travel components.
4
4
 
5
- > 💡 Looking for the [documentation](https://design.entur.org/komponenter/reise/travelheader)?
5
+ > 💡 Looking for the [documentation](https://design.entur.no/komponenter/reise/travelheader)?
6
6
 
7
7
  ## Installation
8
8
 
@@ -14,4 +14,4 @@ yarn add @entur/travel
14
14
 
15
15
  ## Usage
16
16
 
17
- Please refer to the [documentation](https://design.entur.org/komponenter/reise/travelheader) for usage information.
17
+ Please refer to the [documentation](https://design.entur.no/komponenter/reise/travelheader) for usage information.
package/dist/styles.css CHANGED
@@ -48,41 +48,6 @@
48
48
  }
49
49
  /* DO NOT CHANGE!*/
50
50
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
51
- .eds-leg-bone {
52
- align-items: center;
53
- display: flex;
54
- justify-content: space-between;
55
- }
56
- .eds-leg-bone__start, .eds-leg-bone__stop {
57
- border-radius: 50%;
58
- height: 1rem;
59
- width: 1rem;
60
- }
61
- .eds-leg-bone__line {
62
- flex-grow: 1;
63
- }
64
- .eds-leg-bone--vertical {
65
- flex-direction: column;
66
- width: 1rem;
67
- }
68
- .eds-leg-bone--vertical .eds-leg-bone__start {
69
- margin-bottom: 0.125rem;
70
- }
71
- .eds-leg-bone--vertical .eds-leg-bone__stop {
72
- margin-top: 0.125rem;
73
- }
74
- .eds-leg-bone--horizontal {
75
- flex-direction: row;
76
- height: 1rem;
77
- }
78
- .eds-leg-bone--horizontal .eds-leg-bone__start {
79
- margin-right: 0.125rem;
80
- }
81
- .eds-leg-bone--horizontal .eds-leg-bone__stop {
82
- margin-left: 0.125rem;
83
- }
84
- /* DO NOT CHANGE!*/
85
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
86
51
  .eds-travel-tag {
87
52
  --background-color: #e9e9e9;
88
53
  --text-color: inherit;
@@ -233,6 +198,41 @@
233
198
  }
234
199
  /* DO NOT CHANGE!*/
235
200
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
201
+ .eds-leg-bone {
202
+ align-items: center;
203
+ display: flex;
204
+ justify-content: space-between;
205
+ }
206
+ .eds-leg-bone__start, .eds-leg-bone__stop {
207
+ border-radius: 50%;
208
+ height: 1rem;
209
+ width: 1rem;
210
+ }
211
+ .eds-leg-bone__line {
212
+ flex-grow: 1;
213
+ }
214
+ .eds-leg-bone--vertical {
215
+ flex-direction: column;
216
+ width: 1rem;
217
+ }
218
+ .eds-leg-bone--vertical .eds-leg-bone__start {
219
+ margin-bottom: 0.125rem;
220
+ }
221
+ .eds-leg-bone--vertical .eds-leg-bone__stop {
222
+ margin-top: 0.125rem;
223
+ }
224
+ .eds-leg-bone--horizontal {
225
+ flex-direction: row;
226
+ height: 1rem;
227
+ }
228
+ .eds-leg-bone--horizontal .eds-leg-bone__start {
229
+ margin-right: 0.125rem;
230
+ }
231
+ .eds-leg-bone--horizontal .eds-leg-bone__stop {
232
+ margin-left: 0.125rem;
233
+ }
234
+ /* DO NOT CHANGE!*/
235
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
236
236
  .eds-leg-line {
237
237
  flex-grow: 1;
238
238
  mask-image: url("./pattern/line.svg");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/travel",
3
- "version": "6.0.0",
3
+ "version": "6.0.2",
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": "^6.0.0",
31
- "@entur/icons": "^6.0.0",
32
- "@entur/layout": "^2.1.23",
33
- "@entur/tokens": "^3.8.0",
30
+ "@entur/form": "^6.1.0",
31
+ "@entur/icons": "^6.0.1",
32
+ "@entur/layout": "^2.1.24",
33
+ "@entur/tokens": "^3.8.1",
34
34
  "@entur/utils": "^0.5.5",
35
35
  "classnames": "^2.3.1"
36
36
  },
37
- "gitHead": "48cdba2e353c9311d52550a98c6b025deb7b8270"
37
+ "gitHead": "2c2a0a8c94b5196ccb817debb70da641af1e1fcc"
38
38
  }