@entur-partner/common 5.1.4 → 5.1.6
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 +69 -65
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -2,9 +2,24 @@
|
|
|
2
2
|
--eps-common: 1;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
.
|
|
7
|
-
|
|
5
|
+
main .eds-table--sticky-header--active .eds-table__head,
|
|
6
|
+
.app-shell-content .eds-table--sticky-header--active .eds-table__head {
|
|
7
|
+
z-index: 1;
|
|
8
|
+
}
|
|
9
|
+
.epp-environment-banner ~ main .eds-table--sticky-header--active .eds-table__head,
|
|
10
|
+
.epp-environment-banner ~ .app-shell-content .eds-table--sticky-header--active .eds-table__head {
|
|
11
|
+
top: 1rem;
|
|
12
|
+
}/* DO NOT CHANGE!*/
|
|
13
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
14
|
+
/* DO NOT CHANGE!*/
|
|
15
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
16
|
+
.eps-content {
|
|
17
|
+
margin: 1rem;
|
|
18
|
+
}
|
|
19
|
+
@media screen and (min-width: 50rem) {
|
|
20
|
+
.eps-content {
|
|
21
|
+
margin: 1.5rem 1.5rem 1.5rem 22rem;
|
|
22
|
+
}
|
|
8
23
|
}/* DO NOT CHANGE!*/
|
|
9
24
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
10
25
|
/* DO NOT CHANGE!*/
|
|
@@ -54,6 +69,24 @@ button.eps-link-button:hover {
|
|
|
54
69
|
color: #aeb7e2;
|
|
55
70
|
}/* DO NOT CHANGE!*/
|
|
56
71
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
72
|
+
/* DO NOT CHANGE!*/
|
|
73
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
74
|
+
.eps-menu {
|
|
75
|
+
position: relative;
|
|
76
|
+
width: 100%;
|
|
77
|
+
z-index: 30;
|
|
78
|
+
}
|
|
79
|
+
@media screen and (min-width: 50rem) {
|
|
80
|
+
.eps-menu {
|
|
81
|
+
left: 0;
|
|
82
|
+
top: 0;
|
|
83
|
+
position: fixed;
|
|
84
|
+
height: 100vh;
|
|
85
|
+
width: 20rem;
|
|
86
|
+
overflow-y: scroll;
|
|
87
|
+
}
|
|
88
|
+
}/* DO NOT CHANGE!*/
|
|
89
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
57
90
|
.eps-logo-wrapper {
|
|
58
91
|
display: inline-block;
|
|
59
92
|
}
|
|
@@ -62,6 +95,16 @@ button.eps-link-button:hover {
|
|
|
62
95
|
width: 170px;
|
|
63
96
|
}/* DO NOT CHANGE!*/
|
|
64
97
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
98
|
+
.eps-language-select {
|
|
99
|
+
color: #181c56;
|
|
100
|
+
}
|
|
101
|
+
.eps-language-select label {
|
|
102
|
+
flex: initial;
|
|
103
|
+
}
|
|
104
|
+
.eps-language-select .asterisk-margin {
|
|
105
|
+
margin-left: 0.125rem;
|
|
106
|
+
}/* DO NOT CHANGE!*/
|
|
107
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
65
108
|
/**
|
|
66
109
|
PS! We use #eps-user-menu to prevent the micro frontends overriding the styles. By using
|
|
67
110
|
an id we have a higher specificity. We should explore a better solution later. Ideally
|
|
@@ -154,45 +197,10 @@ button.eps-link-button:hover {
|
|
|
154
197
|
border: solid 0.0625rem #54568c;
|
|
155
198
|
}/* DO NOT CHANGE!*/
|
|
156
199
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
157
|
-
|
|
158
|
-
|
|
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
|
-
}
|
|
200
|
+
.eps-confirm-modal-content {
|
|
201
|
+
margin-bottom: 1rem;
|
|
184
202
|
}.multi-language-input:focus {
|
|
185
203
|
outline: none;
|
|
186
|
-
}/* DO NOT CHANGE!*/
|
|
187
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
188
|
-
.eps-language-select {
|
|
189
|
-
color: #181c56;
|
|
190
|
-
}
|
|
191
|
-
.eps-language-select label {
|
|
192
|
-
flex: initial;
|
|
193
|
-
}
|
|
194
|
-
.eps-language-select .asterisk-margin {
|
|
195
|
-
margin-left: 0.125rem;
|
|
196
204
|
}.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
|
|
197
205
|
background: none;
|
|
198
206
|
background-color: inherit;
|
|
@@ -205,10 +213,6 @@ button.eps-link-button:hover {
|
|
|
205
213
|
min-width: inherit;
|
|
206
214
|
}/* DO NOT CHANGE!*/
|
|
207
215
|
/* 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
216
|
.ep-audit-info {
|
|
213
217
|
float: right;
|
|
214
218
|
margin-top: 1rem;
|
|
@@ -224,6 +228,27 @@ button.eps-link-button:hover {
|
|
|
224
228
|
font-weight: 600;
|
|
225
229
|
}/* DO NOT CHANGE!*/
|
|
226
230
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
231
|
+
.eps-status-label {
|
|
232
|
+
display: flex;
|
|
233
|
+
align-items: center;
|
|
234
|
+
}
|
|
235
|
+
.eps-status-label.center {
|
|
236
|
+
justify-content: center;
|
|
237
|
+
}
|
|
238
|
+
.eps-status-label__bullet {
|
|
239
|
+
padding: 5px;
|
|
240
|
+
margin-bottom: 4px;
|
|
241
|
+
border-radius: 50%;
|
|
242
|
+
background: #d1d3d3;
|
|
243
|
+
margin-right: 10px;
|
|
244
|
+
}
|
|
245
|
+
.eps-status-label__bullet.aggressive {
|
|
246
|
+
background: #ff5959;
|
|
247
|
+
}
|
|
248
|
+
.eps-status-label__bullet.active {
|
|
249
|
+
background: #1a8e60;
|
|
250
|
+
}/* DO NOT CHANGE!*/
|
|
251
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
227
252
|
/* DO NOT CHANGE!*/
|
|
228
253
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
229
254
|
.eps-pt-none {
|
|
@@ -2746,25 +2771,4 @@ button.eps-link-button:hover {
|
|
|
2746
2771
|
|
|
2747
2772
|
.eps-font-weight-heading {
|
|
2748
2773
|
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
2774
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur-partner/common",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.6",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/common.esm.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@entur-partner/permission-client-node": "2.3.2",
|
|
44
|
-
"@entur/tokens": "3.
|
|
44
|
+
"@entur/tokens": "3.11.0",
|
|
45
45
|
"identity-obj-proxy": "3.0.0",
|
|
46
46
|
"react-router-dom": "5.3.3"
|
|
47
47
|
},
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"reportFile": "jest-sonar-report.xml",
|
|
59
59
|
"indent": 4
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "b53591deee85bacaf2ce89b3f8e275763a410103"
|
|
62
62
|
}
|