@entur-partner/common 4.3.0 → 4.4.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/EnturPartnerLogo.d.ts +3 -0
- package/dist/UserMenu.d.ts +2 -0
- package/dist/common.cjs.development.js +48 -9
- package/dist/common.cjs.development.js.map +1 -1
- package/dist/common.cjs.production.min.js +1 -1
- package/dist/common.cjs.production.min.js.map +1 -1
- package/dist/common.esm.js +47 -10
- package/dist/common.esm.js.map +1 -1
- package/dist/environment.d.ts +13 -0
- package/dist/index.d.ts +1 -0
- package/dist/styles.css +78 -78
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -2,48 +2,6 @@
|
|
|
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
|
-
/* DO NOT CHANGE!*/
|
|
14
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
15
|
-
.eps-action-bar {
|
|
16
|
-
position: fixed;
|
|
17
|
-
bottom: 0;
|
|
18
|
-
left: 0;
|
|
19
|
-
right: 0;
|
|
20
|
-
background-color: #f8f8f8;
|
|
21
|
-
border-top: 2px solid #e9e9e9;
|
|
22
|
-
padding: 15px 15px 15px 80px;
|
|
23
|
-
display: flex;
|
|
24
|
-
justify-content: space-between;
|
|
25
|
-
z-index: 1;
|
|
26
|
-
}
|
|
27
|
-
@media screen and (min-width: 50rem) {
|
|
28
|
-
.eps-action-bar {
|
|
29
|
-
left: 20rem;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
.eps-action-bar-right {
|
|
33
|
-
display: flex;
|
|
34
|
-
align-items: flex-start;
|
|
35
|
-
}
|
|
36
|
-
.eps-action-bar-right > *:not(:first-child) {
|
|
37
|
-
margin-left: 1rem;
|
|
38
|
-
}
|
|
39
|
-
.eps-action-bar-left > *:not(:first-child) {
|
|
40
|
-
margin-left: 1rem;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.eps-action-bar-padding {
|
|
44
|
-
height: 100px;
|
|
45
|
-
}/* DO NOT CHANGE!*/
|
|
46
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
47
5
|
button.eps-link-button {
|
|
48
6
|
cursor: pointer;
|
|
49
7
|
}
|
|
@@ -57,17 +15,6 @@ button.eps-link-button:hover {
|
|
|
57
15
|
color: #aeb7e2;
|
|
58
16
|
}/* DO NOT CHANGE!*/
|
|
59
17
|
/* 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-content {
|
|
63
|
-
margin: 1rem;
|
|
64
|
-
}
|
|
65
|
-
@media screen and (min-width: 50rem) {
|
|
66
|
-
.eps-content {
|
|
67
|
-
margin: 1.5rem 1.5rem 1.5rem 22rem;
|
|
68
|
-
}
|
|
69
|
-
}/* DO NOT CHANGE!*/
|
|
70
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
71
18
|
/**
|
|
72
19
|
PS! We use #eps-user-menu to prevent the micro frontends overriding the styles. By using
|
|
73
20
|
an id we have a higher specificity. We should explore a better solution later. Ideally
|
|
@@ -159,6 +106,59 @@ button.eps-link-button:hover {
|
|
|
159
106
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
160
107
|
/* DO NOT CHANGE!*/
|
|
161
108
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
109
|
+
.eps-action-bar {
|
|
110
|
+
position: fixed;
|
|
111
|
+
bottom: 0;
|
|
112
|
+
left: 0;
|
|
113
|
+
right: 0;
|
|
114
|
+
background-color: #f8f8f8;
|
|
115
|
+
border-top: 2px solid #e9e9e9;
|
|
116
|
+
padding: 15px 15px 15px 80px;
|
|
117
|
+
display: flex;
|
|
118
|
+
justify-content: space-between;
|
|
119
|
+
z-index: 1;
|
|
120
|
+
}
|
|
121
|
+
@media screen and (min-width: 50rem) {
|
|
122
|
+
.eps-action-bar {
|
|
123
|
+
left: 20rem;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
.eps-action-bar-right {
|
|
127
|
+
display: flex;
|
|
128
|
+
align-items: flex-start;
|
|
129
|
+
}
|
|
130
|
+
.eps-action-bar-right > *:not(:first-child) {
|
|
131
|
+
margin-left: 1rem;
|
|
132
|
+
}
|
|
133
|
+
.eps-action-bar-left > *:not(:first-child) {
|
|
134
|
+
margin-left: 1rem;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.eps-action-bar-padding {
|
|
138
|
+
height: 100px;
|
|
139
|
+
}/* DO NOT CHANGE!*/
|
|
140
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
141
|
+
.eps-logo-wrapper {
|
|
142
|
+
display: inline-block;
|
|
143
|
+
}
|
|
144
|
+
.eps-logo-wrapper .logo {
|
|
145
|
+
height: auto;
|
|
146
|
+
width: 170px;
|
|
147
|
+
}/* DO NOT CHANGE!*/
|
|
148
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
149
|
+
/* DO NOT CHANGE!*/
|
|
150
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
151
|
+
.eps-content {
|
|
152
|
+
margin: 1rem;
|
|
153
|
+
}
|
|
154
|
+
@media screen and (min-width: 50rem) {
|
|
155
|
+
.eps-content {
|
|
156
|
+
margin: 1.5rem 1.5rem 1.5rem 22rem;
|
|
157
|
+
}
|
|
158
|
+
}/* DO NOT CHANGE!*/
|
|
159
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
160
|
+
/* DO NOT CHANGE!*/
|
|
161
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
162
162
|
.eps-menu {
|
|
163
163
|
position: relative;
|
|
164
164
|
width: 100%;
|
|
@@ -183,29 +183,6 @@ button.eps-link-button:hover {
|
|
|
183
183
|
}
|
|
184
184
|
.eps-language-select .asterisk-margin {
|
|
185
185
|
margin-left: 0.125rem;
|
|
186
|
-
}.multi-language-input:focus {
|
|
187
|
-
outline: none;
|
|
188
|
-
}/* DO NOT CHANGE!*/
|
|
189
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
190
|
-
.eps-status-label {
|
|
191
|
-
display: flex;
|
|
192
|
-
align-items: center;
|
|
193
|
-
}
|
|
194
|
-
.eps-status-label.center {
|
|
195
|
-
justify-content: center;
|
|
196
|
-
}
|
|
197
|
-
.eps-status-label__bullet {
|
|
198
|
-
padding: 5px;
|
|
199
|
-
margin-bottom: 4px;
|
|
200
|
-
border-radius: 50%;
|
|
201
|
-
background: #d1d3d3;
|
|
202
|
-
margin-right: 10px;
|
|
203
|
-
}
|
|
204
|
-
.eps-status-label__bullet.aggressive {
|
|
205
|
-
background: #ff5959;
|
|
206
|
-
}
|
|
207
|
-
.eps-status-label__bullet.active {
|
|
208
|
-
background: #1a8e60;
|
|
209
186
|
}.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
|
|
210
187
|
background: none;
|
|
211
188
|
background-color: inherit;
|
|
@@ -216,6 +193,8 @@ button.eps-link-button:hover {
|
|
|
216
193
|
outline: inherit;
|
|
217
194
|
height: inherit;
|
|
218
195
|
min-width: inherit;
|
|
196
|
+
}.multi-language-input:focus {
|
|
197
|
+
outline: none;
|
|
219
198
|
}/* DO NOT CHANGE!*/
|
|
220
199
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
221
200
|
.ep-audit-info {
|
|
@@ -235,8 +214,27 @@ button.eps-link-button:hover {
|
|
|
235
214
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
236
215
|
.eps-confirm-modal-content {
|
|
237
216
|
margin-bottom: 1rem;
|
|
238
|
-
}
|
|
239
|
-
|
|
217
|
+
}/* DO NOT CHANGE!*/
|
|
218
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
219
|
+
.eps-status-label {
|
|
220
|
+
display: flex;
|
|
221
|
+
align-items: center;
|
|
222
|
+
}
|
|
223
|
+
.eps-status-label.center {
|
|
224
|
+
justify-content: center;
|
|
225
|
+
}
|
|
226
|
+
.eps-status-label__bullet {
|
|
227
|
+
padding: 5px;
|
|
228
|
+
margin-bottom: 4px;
|
|
229
|
+
border-radius: 50%;
|
|
230
|
+
background: #d1d3d3;
|
|
231
|
+
margin-right: 10px;
|
|
232
|
+
}
|
|
233
|
+
.eps-status-label__bullet.aggressive {
|
|
234
|
+
background: #ff5959;
|
|
235
|
+
}
|
|
236
|
+
.eps-status-label__bullet.active {
|
|
237
|
+
background: #1a8e60;
|
|
240
238
|
}/* DO NOT CHANGE!*/
|
|
241
239
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
242
240
|
/* DO NOT CHANGE!*/
|
|
@@ -2483,6 +2481,8 @@ button.eps-link-button:hover {
|
|
|
2483
2481
|
|
|
2484
2482
|
.eps-bg-lavender {
|
|
2485
2483
|
background-color: #aeb7e2;
|
|
2484
|
+
}ol.eds-breadcrumbs {
|
|
2485
|
+
padding: 0;
|
|
2486
2486
|
}/* DO NOT CHANGE!*/
|
|
2487
2487
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2488
2488
|
/* DO NOT CHANGE!*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur-partner/common",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/common.esm.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@entur-partner/permission-client-node": "1.3.4",
|
|
44
44
|
"@entur/tokens": "2.0.1",
|
|
45
45
|
"identity-obj-proxy": "3.0.0",
|
|
46
|
-
"react-router-dom": "5.3.
|
|
46
|
+
"react-router-dom": "5.3.3"
|
|
47
47
|
},
|
|
48
48
|
"jest": {
|
|
49
49
|
"moduleNameMapper": {
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"reportFile": "jest-sonar-report.xml",
|
|
59
59
|
"indent": 4
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "4dcc7d212af7357d6b4f764cf0628b5c3d35a8b6"
|
|
62
62
|
}
|