@entur-partner/common 5.1.4 → 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 +58 -57
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -2,9 +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:
|
|
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;
|
|
8
9
|
}/* DO NOT CHANGE!*/
|
|
9
10
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
10
11
|
/* DO NOT CHANGE!*/
|
|
@@ -54,6 +55,17 @@ button.eps-link-button:hover {
|
|
|
54
55
|
color: #aeb7e2;
|
|
55
56
|
}/* DO NOT CHANGE!*/
|
|
56
57
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
58
|
+
/* DO NOT CHANGE!*/
|
|
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. */
|
|
57
69
|
.eps-logo-wrapper {
|
|
58
70
|
display: inline-block;
|
|
59
71
|
}
|
|
@@ -62,6 +74,24 @@ button.eps-link-button:hover {
|
|
|
62
74
|
width: 170px;
|
|
63
75
|
}/* DO NOT CHANGE!*/
|
|
64
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. */
|
|
79
|
+
.eps-menu {
|
|
80
|
+
position: relative;
|
|
81
|
+
width: 100%;
|
|
82
|
+
z-index: 30;
|
|
83
|
+
}
|
|
84
|
+
@media screen and (min-width: 50rem) {
|
|
85
|
+
.eps-menu {
|
|
86
|
+
left: 0;
|
|
87
|
+
top: 0;
|
|
88
|
+
position: fixed;
|
|
89
|
+
height: 100vh;
|
|
90
|
+
width: 20rem;
|
|
91
|
+
overflow-y: scroll;
|
|
92
|
+
}
|
|
93
|
+
}/* DO NOT CHANGE!*/
|
|
94
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
65
95
|
/**
|
|
66
96
|
PS! We use #eps-user-menu to prevent the micro frontends overriding the styles. By using
|
|
67
97
|
an id we have a higher specificity. We should explore a better solution later. Ideally
|
|
@@ -152,35 +182,6 @@ button.eps-link-button:hover {
|
|
|
152
182
|
#eps-overflow-menu .eps-overflow-menu__item {
|
|
153
183
|
border-radius: 0.25rem;
|
|
154
184
|
border: solid 0.0625rem #54568c;
|
|
155
|
-
}/* DO NOT CHANGE!*/
|
|
156
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
157
|
-
/* DO NOT CHANGE!*/
|
|
158
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
159
|
-
.eps-content {
|
|
160
|
-
margin: 1rem;
|
|
161
|
-
}
|
|
162
|
-
@media screen and (min-width: 50rem) {
|
|
163
|
-
.eps-content {
|
|
164
|
-
margin: 1.5rem 1.5rem 1.5rem 22rem;
|
|
165
|
-
}
|
|
166
|
-
}/* DO NOT CHANGE!*/
|
|
167
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
168
|
-
/* DO NOT CHANGE!*/
|
|
169
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
170
|
-
.eps-menu {
|
|
171
|
-
position: relative;
|
|
172
|
-
width: 100%;
|
|
173
|
-
z-index: 30;
|
|
174
|
-
}
|
|
175
|
-
@media screen and (min-width: 50rem) {
|
|
176
|
-
.eps-menu {
|
|
177
|
-
left: 0;
|
|
178
|
-
top: 0;
|
|
179
|
-
position: fixed;
|
|
180
|
-
height: 100vh;
|
|
181
|
-
width: 20rem;
|
|
182
|
-
overflow-y: scroll;
|
|
183
|
-
}
|
|
184
185
|
}.multi-language-input:focus {
|
|
185
186
|
outline: none;
|
|
186
187
|
}/* DO NOT CHANGE!*/
|
|
@@ -205,10 +206,6 @@ button.eps-link-button:hover {
|
|
|
205
206
|
min-width: inherit;
|
|
206
207
|
}/* DO NOT CHANGE!*/
|
|
207
208
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
208
|
-
.eps-confirm-modal-content {
|
|
209
|
-
margin-bottom: 1rem;
|
|
210
|
-
}/* DO NOT CHANGE!*/
|
|
211
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
212
209
|
.ep-audit-info {
|
|
213
210
|
float: right;
|
|
214
211
|
margin-top: 1rem;
|
|
@@ -224,6 +221,31 @@ button.eps-link-button:hover {
|
|
|
224
221
|
font-weight: 600;
|
|
225
222
|
}/* DO NOT CHANGE!*/
|
|
226
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. */
|
|
227
249
|
/* DO NOT CHANGE!*/
|
|
228
250
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
229
251
|
.eps-pt-none {
|
|
@@ -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
|
}
|