@entur-partner/common 5.0.1 → 5.1.0

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 CHANGED
@@ -2,6 +2,27 @@
2
2
  --eps-common: 1;
3
3
  }/* DO NOT CHANGE!*/
4
4
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
+ .eps-logo-wrapper {
6
+ display: inline-block;
7
+ }
8
+ .eps-logo-wrapper .logo {
9
+ height: auto;
10
+ width: 170px;
11
+ }/* DO NOT CHANGE!*/
12
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
13
+ button.eps-link-button {
14
+ cursor: pointer;
15
+ }
16
+ button.eps-link-button, button.eps-link-button:hover, button.eps-link-button:focus, button.eps-link-button:active:focus, button.eps-link-button:active:hover, button.eps-link-button:active {
17
+ background: none;
18
+ background-color: inherit;
19
+ border: none;
20
+ padding: 0;
21
+ }
22
+ button.eps-link-button:hover {
23
+ color: #aeb7e2;
24
+ }/* DO NOT CHANGE!*/
25
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
5
26
  /* DO NOT CHANGE!*/
6
27
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
7
28
  .eps-action-bar {
@@ -36,45 +57,6 @@
36
57
  height: 100px;
37
58
  }/* DO NOT CHANGE!*/
38
59
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
39
- button.eps-link-button {
40
- cursor: pointer;
41
- }
42
- button.eps-link-button, button.eps-link-button:hover, button.eps-link-button:focus, button.eps-link-button:active:focus, button.eps-link-button:active:hover, button.eps-link-button:active {
43
- background: none;
44
- background-color: inherit;
45
- border: none;
46
- padding: 0;
47
- }
48
- button.eps-link-button:hover {
49
- color: #aeb7e2;
50
- }/* DO NOT CHANGE!*/
51
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
52
- .eps-logo-wrapper {
53
- display: inline-block;
54
- }
55
- .eps-logo-wrapper .logo {
56
- height: auto;
57
- width: 170px;
58
- }/* DO NOT CHANGE!*/
59
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
60
- /* DO NOT CHANGE!*/
61
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
62
- .eps-menu {
63
- position: relative;
64
- width: 100%;
65
- z-index: 30;
66
- }
67
- @media screen and (min-width: 50rem) {
68
- .eps-menu {
69
- left: 0;
70
- top: 0;
71
- position: fixed;
72
- height: 100vh;
73
- width: 20rem;
74
- overflow-y: scroll;
75
- }
76
- }/* DO NOT CHANGE!*/
77
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
78
60
  /**
79
61
  PS! We use #eps-user-menu to prevent the micro frontends overriding the styles. By using
80
62
  an id we have a higher specificity. We should explore a better solution later. Ideally
@@ -139,6 +121,9 @@ button.eps-link-button:hover {
139
121
  text-align: left;
140
122
  padding: 0.5rem 1rem;
141
123
  }
124
+ #eps-user-menu .eps-overflow-menu__item .eps-version-icon {
125
+ transform: rotate(90deg);
126
+ }
142
127
  #eps-user-menu .eps-overflow-menu__item .eds-icon {
143
128
  font-size: 1rem;
144
129
  margin-right: 0.75rem;
@@ -164,16 +149,22 @@ button.eps-link-button:hover {
164
149
  border: solid 0.0625rem #54568c;
165
150
  }/* DO NOT CHANGE!*/
166
151
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
167
- .eps-language-select {
168
- color: #181c56;
169
- }
170
- .eps-language-select label {
171
- flex: initial;
152
+ /* DO NOT CHANGE!*/
153
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
154
+ .eps-menu {
155
+ position: relative;
156
+ width: 100%;
157
+ z-index: 30;
172
158
  }
173
- .eps-language-select .asterisk-margin {
174
- margin-left: 0.125rem;
175
- }.multi-language-input:focus {
176
- outline: none;
159
+ @media screen and (min-width: 50rem) {
160
+ .eps-menu {
161
+ left: 0;
162
+ top: 0;
163
+ position: fixed;
164
+ height: 100vh;
165
+ width: 20rem;
166
+ overflow-y: scroll;
167
+ }
177
168
  }/* DO NOT CHANGE!*/
178
169
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
179
170
  /* DO NOT CHANGE!*/
@@ -185,6 +176,18 @@ button.eps-link-button:hover {
185
176
  .eps-content {
186
177
  margin: 1.5rem 1.5rem 1.5rem 22rem;
187
178
  }
179
+ }/* DO NOT CHANGE!*/
180
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
181
+ .eps-language-select {
182
+ color: #181c56;
183
+ }
184
+ .eps-language-select label {
185
+ flex: initial;
186
+ }
187
+ .eps-language-select .asterisk-margin {
188
+ margin-left: 0.125rem;
189
+ }.multi-language-input:focus {
190
+ outline: none;
188
191
  }.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
189
192
  background: none;
190
193
  background-color: inherit;
@@ -197,10 +200,6 @@ button.eps-link-button:hover {
197
200
  min-width: inherit;
198
201
  }/* DO NOT CHANGE!*/
199
202
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
200
- .eps-confirm-modal-content {
201
- margin-bottom: 1rem;
202
- }/* DO NOT CHANGE!*/
203
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
204
203
  .ep-audit-info {
205
204
  float: right;
206
205
  margin-top: 1rem;
@@ -216,6 +215,27 @@ button.eps-link-button:hover {
216
215
  font-weight: 600;
217
216
  }/* DO NOT CHANGE!*/
218
217
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
218
+ .eps-status-label {
219
+ display: flex;
220
+ align-items: center;
221
+ }
222
+ .eps-status-label.center {
223
+ justify-content: center;
224
+ }
225
+ .eps-status-label__bullet {
226
+ padding: 5px;
227
+ margin-bottom: 4px;
228
+ border-radius: 50%;
229
+ background: #d1d3d3;
230
+ margin-right: 10px;
231
+ }
232
+ .eps-status-label__bullet.aggressive {
233
+ background: #ff5959;
234
+ }
235
+ .eps-status-label__bullet.active {
236
+ background: #1a8e60;
237
+ }/* DO NOT CHANGE!*/
238
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
219
239
  /* DO NOT CHANGE!*/
220
240
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
221
241
  .eps-pt-none {
@@ -2460,27 +2480,12 @@ button.eps-link-button:hover {
2460
2480
 
2461
2481
  .eps-bg-lavender {
2462
2482
  background-color: #aeb7e2;
2483
+ }ol.eds-breadcrumbs {
2484
+ padding: 0;
2463
2485
  }/* DO NOT CHANGE!*/
2464
2486
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2465
- .eps-status-label {
2466
- display: flex;
2467
- align-items: center;
2468
- }
2469
- .eps-status-label.center {
2470
- justify-content: center;
2471
- }
2472
- .eps-status-label__bullet {
2473
- padding: 5px;
2474
- margin-bottom: 4px;
2475
- border-radius: 50%;
2476
- background: #d1d3d3;
2477
- margin-right: 10px;
2478
- }
2479
- .eps-status-label__bullet.aggressive {
2480
- background: #ff5959;
2481
- }
2482
- .eps-status-label__bullet.active {
2483
- background: #1a8e60;
2487
+ .eps-confirm-modal-content {
2488
+ margin-bottom: 1rem;
2484
2489
  }/* DO NOT CHANGE!*/
2485
2490
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2486
2491
  /* DO NOT CHANGE!*/
@@ -2757,6 +2762,4 @@ button.eps-link-button:hover {
2757
2762
 
2758
2763
  .eps-font-weight-heading {
2759
2764
  font-weight: 1rem;
2760
- }ol.eds-breadcrumbs {
2761
- padding: 0;
2762
2765
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur-partner/common",
3
- "version": "5.0.1",
3
+ "version": "5.1.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/common.esm.js",
@@ -58,5 +58,5 @@
58
58
  "reportFile": "jest-sonar-report.xml",
59
59
  "indent": 4
60
60
  },
61
- "gitHead": "6eb40e6db38fb2b37839b014894c6f1aae48bead"
61
+ "gitHead": "79b7826fcddf305ef12e1e1b3cd457d453d13c62"
62
62
  }