@entur-partner/common 5.1.2 → 5.1.3

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 +66 -65
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -2,21 +2,17 @@
2
2
  --eps-common: 1;
3
3
  }
4
4
 
5
- .epp-environment-banner ~ main .eds-table--sticky-header .eds-table__header-cell {
5
+ .epp-environment-banner ~ main .eds-table--sticky-header .eds-table__header-cell,
6
+ .epp-environment-banner ~ .app-shell-content .eds-table--sticky-header .eds-table__header-cell {
6
7
  top: 16px;
7
8
  }/* DO NOT CHANGE!*/
8
9
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
9
- button.eps-link-button {
10
- cursor: pointer;
11
- }
12
- 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 {
13
- background: none;
14
- background-color: inherit;
15
- border: none;
16
- padding: 0;
10
+ .eps-logo-wrapper {
11
+ display: inline-block;
17
12
  }
18
- button.eps-link-button:hover {
19
- color: #aeb7e2;
13
+ .eps-logo-wrapper .logo {
14
+ height: auto;
15
+ width: 170px;
20
16
  }/* DO NOT CHANGE!*/
21
17
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
22
18
  /* DO NOT CHANGE!*/
@@ -53,6 +49,19 @@ button.eps-link-button:hover {
53
49
  height: 100px;
54
50
  }/* DO NOT CHANGE!*/
55
51
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
52
+ button.eps-link-button {
53
+ cursor: pointer;
54
+ }
55
+ 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 {
56
+ background: none;
57
+ background-color: inherit;
58
+ border: none;
59
+ padding: 0;
60
+ }
61
+ button.eps-link-button:hover {
62
+ color: #aeb7e2;
63
+ }/* DO NOT CHANGE!*/
64
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
56
65
  /* DO NOT CHANGE!*/
57
66
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
58
67
  .eps-menu {
@@ -71,35 +80,6 @@ button.eps-link-button:hover {
71
80
  }
72
81
  }/* DO NOT CHANGE!*/
73
82
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
74
- .eps-logo-wrapper {
75
- display: inline-block;
76
- }
77
- .eps-logo-wrapper .logo {
78
- height: auto;
79
- width: 170px;
80
- }/* DO NOT CHANGE!*/
81
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
82
- /* DO NOT CHANGE!*/
83
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
84
- .eps-content {
85
- margin: 1rem;
86
- }
87
- @media screen and (min-width: 50rem) {
88
- .eps-content {
89
- margin: 1.5rem 1.5rem 1.5rem 22rem;
90
- }
91
- }/* DO NOT CHANGE!*/
92
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
93
- .eps-language-select {
94
- color: #181c56;
95
- }
96
- .eps-language-select label {
97
- flex: initial;
98
- }
99
- .eps-language-select .asterisk-margin {
100
- margin-left: 0.125rem;
101
- }/* DO NOT CHANGE!*/
102
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
103
83
  /**
104
84
  PS! We use #eps-user-menu to prevent the micro frontends overriding the styles. By using
105
85
  an id we have a higher specificity. We should explore a better solution later. Ideally
@@ -190,6 +170,27 @@ button.eps-link-button:hover {
190
170
  #eps-overflow-menu .eps-overflow-menu__item {
191
171
  border-radius: 0.25rem;
192
172
  border: solid 0.0625rem #54568c;
173
+ }/* DO NOT CHANGE!*/
174
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
175
+ .eps-language-select {
176
+ color: #181c56;
177
+ }
178
+ .eps-language-select label {
179
+ flex: initial;
180
+ }
181
+ .eps-language-select .asterisk-margin {
182
+ margin-left: 0.125rem;
183
+ }/* DO NOT CHANGE!*/
184
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
185
+ /* DO NOT CHANGE!*/
186
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
187
+ .eps-content {
188
+ margin: 1rem;
189
+ }
190
+ @media screen and (min-width: 50rem) {
191
+ .eps-content {
192
+ margin: 1.5rem 1.5rem 1.5rem 22rem;
193
+ }
193
194
  }.multi-language-input:focus {
194
195
  outline: none;
195
196
  }.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
@@ -219,31 +220,6 @@ button.eps-link-button:hover {
219
220
  font-weight: 600;
220
221
  }/* DO NOT CHANGE!*/
221
222
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
222
- .eps-confirm-modal-content {
223
- margin-bottom: 1rem;
224
- }/* DO NOT CHANGE!*/
225
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
226
- .eps-status-label {
227
- display: flex;
228
- align-items: center;
229
- }
230
- .eps-status-label.center {
231
- justify-content: center;
232
- }
233
- .eps-status-label__bullet {
234
- padding: 5px;
235
- margin-bottom: 4px;
236
- border-radius: 50%;
237
- background: #d1d3d3;
238
- margin-right: 10px;
239
- }
240
- .eps-status-label__bullet.aggressive {
241
- background: #ff5959;
242
- }
243
- .eps-status-label__bullet.active {
244
- background: #1a8e60;
245
- }/* DO NOT CHANGE!*/
246
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
247
223
  /* DO NOT CHANGE!*/
248
224
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
249
225
  .eps-pt-none {
@@ -2488,6 +2464,10 @@ button.eps-link-button:hover {
2488
2464
 
2489
2465
  .eps-bg-lavender {
2490
2466
  background-color: #aeb7e2;
2467
+ }/* DO NOT CHANGE!*/
2468
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2469
+ .eps-confirm-modal-content {
2470
+ margin-bottom: 1rem;
2491
2471
  }ol.eds-breadcrumbs {
2492
2472
  padding: 0;
2493
2473
  }/* DO NOT CHANGE!*/
@@ -2766,4 +2746,25 @@ button.eps-link-button:hover {
2766
2746
 
2767
2747
  .eps-font-weight-heading {
2768
2748
  font-weight: 1rem;
2749
+ }/* DO NOT CHANGE!*/
2750
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2751
+ .eps-status-label {
2752
+ display: flex;
2753
+ align-items: center;
2754
+ }
2755
+ .eps-status-label.center {
2756
+ justify-content: center;
2757
+ }
2758
+ .eps-status-label__bullet {
2759
+ padding: 5px;
2760
+ margin-bottom: 4px;
2761
+ border-radius: 50%;
2762
+ background: #d1d3d3;
2763
+ margin-right: 10px;
2764
+ }
2765
+ .eps-status-label__bullet.aggressive {
2766
+ background: #ff5959;
2767
+ }
2768
+ .eps-status-label__bullet.active {
2769
+ background: #1a8e60;
2769
2770
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur-partner/common",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
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": "80bc168be7493a23f1464affe1507218c2e2b516"
61
+ "gitHead": "18741224aa2031fc1be755eb17fd15d342fa47fa"
62
62
  }