@entur-partner/common 5.1.3 → 5.1.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/dist/styles.css +50 -49
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -2,17 +2,10 @@
|
|
|
2
2
|
--eps-common: 1;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.epp-environment-banner ~ main .eds-table--sticky-header .eds-
|
|
6
|
-
.epp-environment-banner ~ .app-shell-content .eds-table--sticky-header .eds-
|
|
7
|
-
top:
|
|
8
|
-
|
|
9
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
10
|
-
.eps-logo-wrapper {
|
|
11
|
-
display: inline-block;
|
|
12
|
-
}
|
|
13
|
-
.eps-logo-wrapper .logo {
|
|
14
|
-
height: auto;
|
|
15
|
-
width: 170px;
|
|
5
|
+
.epp-environment-banner ~ main .eds-table--sticky-header--active .eds-table__head,
|
|
6
|
+
.epp-environment-banner ~ .app-shell-content .eds-table--sticky-header--active .eds-table__head {
|
|
7
|
+
top: 1rem;
|
|
8
|
+
z-index: 1;
|
|
16
9
|
}/* DO NOT CHANGE!*/
|
|
17
10
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
18
11
|
/* DO NOT CHANGE!*/
|
|
@@ -64,6 +57,25 @@ button.eps-link-button:hover {
|
|
|
64
57
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
65
58
|
/* DO NOT CHANGE!*/
|
|
66
59
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
60
|
+
.eps-content {
|
|
61
|
+
margin: 1rem;
|
|
62
|
+
}
|
|
63
|
+
@media screen and (min-width: 50rem) {
|
|
64
|
+
.eps-content {
|
|
65
|
+
margin: 1.5rem 1.5rem 1.5rem 22rem;
|
|
66
|
+
}
|
|
67
|
+
}/* DO NOT CHANGE!*/
|
|
68
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
69
|
+
.eps-logo-wrapper {
|
|
70
|
+
display: inline-block;
|
|
71
|
+
}
|
|
72
|
+
.eps-logo-wrapper .logo {
|
|
73
|
+
height: auto;
|
|
74
|
+
width: 170px;
|
|
75
|
+
}/* DO NOT CHANGE!*/
|
|
76
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
77
|
+
/* DO NOT CHANGE!*/
|
|
78
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
67
79
|
.eps-menu {
|
|
68
80
|
position: relative;
|
|
69
81
|
width: 100%;
|
|
@@ -170,6 +182,8 @@ button.eps-link-button:hover {
|
|
|
170
182
|
#eps-overflow-menu .eps-overflow-menu__item {
|
|
171
183
|
border-radius: 0.25rem;
|
|
172
184
|
border: solid 0.0625rem #54568c;
|
|
185
|
+
}.multi-language-input:focus {
|
|
186
|
+
outline: none;
|
|
173
187
|
}/* DO NOT CHANGE!*/
|
|
174
188
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
175
189
|
.eps-language-select {
|
|
@@ -180,19 +194,6 @@ button.eps-link-button:hover {
|
|
|
180
194
|
}
|
|
181
195
|
.eps-language-select .asterisk-margin {
|
|
182
196
|
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
|
-
}
|
|
194
|
-
}.multi-language-input:focus {
|
|
195
|
-
outline: none;
|
|
196
197
|
}.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
|
|
197
198
|
background: none;
|
|
198
199
|
background-color: inherit;
|
|
@@ -220,6 +221,31 @@ button.eps-link-button:hover {
|
|
|
220
221
|
font-weight: 600;
|
|
221
222
|
}/* DO NOT CHANGE!*/
|
|
222
223
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
224
|
+
.eps-status-label {
|
|
225
|
+
display: flex;
|
|
226
|
+
align-items: center;
|
|
227
|
+
}
|
|
228
|
+
.eps-status-label.center {
|
|
229
|
+
justify-content: center;
|
|
230
|
+
}
|
|
231
|
+
.eps-status-label__bullet {
|
|
232
|
+
padding: 5px;
|
|
233
|
+
margin-bottom: 4px;
|
|
234
|
+
border-radius: 50%;
|
|
235
|
+
background: #d1d3d3;
|
|
236
|
+
margin-right: 10px;
|
|
237
|
+
}
|
|
238
|
+
.eps-status-label__bullet.aggressive {
|
|
239
|
+
background: #ff5959;
|
|
240
|
+
}
|
|
241
|
+
.eps-status-label__bullet.active {
|
|
242
|
+
background: #1a8e60;
|
|
243
|
+
}/* DO NOT CHANGE!*/
|
|
244
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
245
|
+
.eps-confirm-modal-content {
|
|
246
|
+
margin-bottom: 1rem;
|
|
247
|
+
}/* DO NOT CHANGE!*/
|
|
248
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
223
249
|
/* DO NOT CHANGE!*/
|
|
224
250
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
225
251
|
.eps-pt-none {
|
|
@@ -2464,10 +2490,6 @@ button.eps-link-button:hover {
|
|
|
2464
2490
|
|
|
2465
2491
|
.eps-bg-lavender {
|
|
2466
2492
|
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;
|
|
2471
2493
|
}ol.eds-breadcrumbs {
|
|
2472
2494
|
padding: 0;
|
|
2473
2495
|
}/* DO NOT CHANGE!*/
|
|
@@ -2746,25 +2768,4 @@ button.eps-link-button:hover {
|
|
|
2746
2768
|
|
|
2747
2769
|
.eps-font-weight-heading {
|
|
2748
2770
|
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;
|
|
2770
2771
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur-partner/common",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.5",
|
|
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": "
|
|
61
|
+
"gitHead": "2a430a2f5605e8c4d6721452e7ad1333781fede8"
|
|
62
62
|
}
|