@entur/travel 6.2.9 → 6.2.10

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.
Files changed (2) hide show
  1. package/dist/styles.css +48 -48
  2. package/package.json +8 -8
package/dist/styles.css CHANGED
@@ -1,5 +1,53 @@
1
1
  /* DO NOT CHANGE!*/
2
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
+ .eds-travel-header {
4
+ color: var(--components-travel-travelheader-standard-text);
5
+ display: flex;
6
+ flex-direction: column;
7
+ font-weight: 600;
8
+ line-height: 1.5;
9
+ max-width: 100%;
10
+ }
11
+ .eds-contrast .eds-travel-header {
12
+ color: var(--components-travel-travelheader-contrast-text);
13
+ }
14
+ .eds-travel-header--large {
15
+ font-size: 1.5rem;
16
+ }
17
+ .eds-travel-header--medium {
18
+ font-size: 1rem;
19
+ }
20
+ .eds-travel-header--no-wrap {
21
+ flex-direction: row;
22
+ }
23
+ .eds-travel-header__from, .eds-travel-header__to {
24
+ min-width: 0;
25
+ overflow: hidden;
26
+ text-overflow: ellipsis;
27
+ white-space: nowrap;
28
+ }
29
+ .eds-travel-header--no-wrap .eds-travel-header__from {
30
+ margin-right: 0.5em;
31
+ }
32
+ .eds-travel-header__to {
33
+ padding-left: 1.8333333333em;
34
+ position: relative;
35
+ }
36
+ .eds-travel-header__to::before {
37
+ background-color: var(--components-travel-travelheader-standard-stroke-line);
38
+ content: "";
39
+ display: block;
40
+ height: 0.1666666667em;
41
+ left: 0;
42
+ position: absolute;
43
+ top: 0.65em;
44
+ width: 1.3333333333em;
45
+ }
46
+ .eds-contrast .eds-travel-header__to::before {
47
+ background-color: var(--components-travel-travelheader-contrast-stroke-line);
48
+ }
49
+ /* DO NOT CHANGE!*/
50
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
51
  .eds-travel-tag {
4
52
  --background-color: var(--components-travel-traveltag-standard-tagfill-walk);
5
53
  --text-color: var(--components-travel-traveltag-standard-text-line);
@@ -129,54 +177,6 @@
129
177
  outline-offset: 0.125rem;
130
178
  outline: 2px solid #ffffff;
131
179
  }
132
- /* DO NOT CHANGE!*/
133
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
134
- .eds-travel-header {
135
- color: var(--components-travel-travelheader-standard-text);
136
- display: flex;
137
- flex-direction: column;
138
- font-weight: 600;
139
- line-height: 1.5;
140
- max-width: 100%;
141
- }
142
- .eds-contrast .eds-travel-header {
143
- color: var(--components-travel-travelheader-contrast-text);
144
- }
145
- .eds-travel-header--large {
146
- font-size: 1.5rem;
147
- }
148
- .eds-travel-header--medium {
149
- font-size: 1rem;
150
- }
151
- .eds-travel-header--no-wrap {
152
- flex-direction: row;
153
- }
154
- .eds-travel-header__from, .eds-travel-header__to {
155
- min-width: 0;
156
- overflow: hidden;
157
- text-overflow: ellipsis;
158
- white-space: nowrap;
159
- }
160
- .eds-travel-header--no-wrap .eds-travel-header__from {
161
- margin-right: 0.5em;
162
- }
163
- .eds-travel-header__to {
164
- padding-left: 1.8333333333em;
165
- position: relative;
166
- }
167
- .eds-travel-header__to::before {
168
- background-color: var(--components-travel-travelheader-standard-stroke-line);
169
- content: "";
170
- display: block;
171
- height: 0.1666666667em;
172
- left: 0;
173
- position: absolute;
174
- top: 0.65em;
175
- width: 1.3333333333em;
176
- }
177
- .eds-contrast .eds-travel-header__to::before {
178
- background-color: var(--components-travel-travelheader-contrast-stroke-line);
179
- }
180
180
  .eds-leg-line {
181
181
  flex-grow: 1;
182
182
  mask-image: url("./pattern/line.svg");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/travel",
3
- "version": "6.2.9",
3
+ "version": "6.2.10",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/travel.esm.js",
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://bitbucket.org/enturas/design-system.git",
13
+ "url": "https://github.com/entur/design-system.git",
14
14
  "directory": "packages/travel"
15
15
  },
16
16
  "publishConfig": {
@@ -27,12 +27,12 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/form": "^8.1.5",
31
- "@entur/icons": "^7.4.2",
32
- "@entur/layout": "^2.3.18",
33
- "@entur/tokens": "^3.17.2",
34
- "@entur/utils": "^0.12.0",
30
+ "@entur/form": "^8.1.6",
31
+ "@entur/icons": "^7.4.3",
32
+ "@entur/layout": "^2.3.19",
33
+ "@entur/tokens": "^3.17.3",
34
+ "@entur/utils": "^0.12.1",
35
35
  "classnames": "^2.3.1"
36
36
  },
37
- "gitHead": "36055df834c5a9dd170f1846c1e0469481575e1a"
37
+ "gitHead": "214480c52396a9b6f7133bdb21c81986e69c5ec4"
38
38
  }