@entur-partner/common 5.1.0 → 5.1.2
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 +54 -50
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--eps-common: 1;
|
|
3
|
-
}/* DO NOT CHANGE!*/
|
|
4
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
5
|
-
.eps-logo-wrapper {
|
|
6
|
-
display: inline-block;
|
|
7
3
|
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
|
|
5
|
+
.epp-environment-banner ~ main .eds-table--sticky-header .eds-table__header-cell {
|
|
6
|
+
top: 16px;
|
|
11
7
|
}/* DO NOT CHANGE!*/
|
|
12
8
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
13
9
|
button.eps-link-button {
|
|
@@ -57,6 +53,53 @@ button.eps-link-button:hover {
|
|
|
57
53
|
height: 100px;
|
|
58
54
|
}/* DO NOT CHANGE!*/
|
|
59
55
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
56
|
+
/* DO NOT CHANGE!*/
|
|
57
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
58
|
+
.eps-menu {
|
|
59
|
+
position: relative;
|
|
60
|
+
width: 100%;
|
|
61
|
+
z-index: 30;
|
|
62
|
+
}
|
|
63
|
+
@media screen and (min-width: 50rem) {
|
|
64
|
+
.eps-menu {
|
|
65
|
+
left: 0;
|
|
66
|
+
top: 0;
|
|
67
|
+
position: fixed;
|
|
68
|
+
height: 100vh;
|
|
69
|
+
width: 20rem;
|
|
70
|
+
overflow-y: scroll;
|
|
71
|
+
}
|
|
72
|
+
}/* DO NOT CHANGE!*/
|
|
73
|
+
/* 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. */
|
|
60
103
|
/**
|
|
61
104
|
PS! We use #eps-user-menu to prevent the micro frontends overriding the styles. By using
|
|
62
105
|
an id we have a higher specificity. We should explore a better solution later. Ideally
|
|
@@ -147,45 +190,6 @@ button.eps-link-button:hover {
|
|
|
147
190
|
#eps-overflow-menu .eps-overflow-menu__item {
|
|
148
191
|
border-radius: 0.25rem;
|
|
149
192
|
border: solid 0.0625rem #54568c;
|
|
150
|
-
}/* DO NOT CHANGE!*/
|
|
151
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
152
|
-
/* DO NOT CHANGE!*/
|
|
153
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
154
|
-
.eps-menu {
|
|
155
|
-
position: relative;
|
|
156
|
-
width: 100%;
|
|
157
|
-
z-index: 30;
|
|
158
|
-
}
|
|
159
|
-
@media screen and (min-width: 50rem) {
|
|
160
|
-
.eps-menu {
|
|
161
|
-
left: 0;
|
|
162
|
-
top: 0;
|
|
163
|
-
position: fixed;
|
|
164
|
-
height: 100vh;
|
|
165
|
-
width: 20rem;
|
|
166
|
-
overflow-y: scroll;
|
|
167
|
-
}
|
|
168
|
-
}/* DO NOT CHANGE!*/
|
|
169
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
170
|
-
/* DO NOT CHANGE!*/
|
|
171
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
172
|
-
.eps-content {
|
|
173
|
-
margin: 1rem;
|
|
174
|
-
}
|
|
175
|
-
@media screen and (min-width: 50rem) {
|
|
176
|
-
.eps-content {
|
|
177
|
-
margin: 1.5rem 1.5rem 1.5rem 22rem;
|
|
178
|
-
}
|
|
179
|
-
}/* DO NOT CHANGE!*/
|
|
180
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
181
|
-
.eps-language-select {
|
|
182
|
-
color: #181c56;
|
|
183
|
-
}
|
|
184
|
-
.eps-language-select label {
|
|
185
|
-
flex: initial;
|
|
186
|
-
}
|
|
187
|
-
.eps-language-select .asterisk-margin {
|
|
188
|
-
margin-left: 0.125rem;
|
|
189
193
|
}.multi-language-input:focus {
|
|
190
194
|
outline: none;
|
|
191
195
|
}.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
|
|
@@ -215,6 +219,10 @@ button.eps-link-button:hover {
|
|
|
215
219
|
font-weight: 600;
|
|
216
220
|
}/* DO NOT CHANGE!*/
|
|
217
221
|
/* 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. */
|
|
218
226
|
.eps-status-label {
|
|
219
227
|
display: flex;
|
|
220
228
|
align-items: center;
|
|
@@ -2484,10 +2492,6 @@ button.eps-link-button:hover {
|
|
|
2484
2492
|
padding: 0;
|
|
2485
2493
|
}/* DO NOT CHANGE!*/
|
|
2486
2494
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2487
|
-
.eps-confirm-modal-content {
|
|
2488
|
-
margin-bottom: 1rem;
|
|
2489
|
-
}/* DO NOT CHANGE!*/
|
|
2490
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2491
2495
|
/* DO NOT CHANGE!*/
|
|
2492
2496
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2493
2497
|
.eps-font-size-extraSmall {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur-partner/common",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/common.esm.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"react-router-dom": "^5.2.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@entur-partner/util": "^1.1.
|
|
39
|
+
"@entur-partner/util": "^1.1.6",
|
|
40
40
|
"classnames": "^2.2.6"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"reportFile": "jest-sonar-report.xml",
|
|
59
59
|
"indent": 4
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "80bc168be7493a23f1464affe1507218c2e2b516"
|
|
62
62
|
}
|