@entur-partner/common 8.0.4 → 9.0.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/OrganisationDropdown.d.ts +6 -6
- package/dist/common.cjs.development.js +6 -6
- 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 +6 -6
- package/dist/common.esm.js.map +1 -1
- package/dist/styles.css +80 -80
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -11,37 +11,6 @@ main .eds-table--sticky-header--active .eds-table__head,
|
|
|
11
11
|
top: 1rem;
|
|
12
12
|
}/* DO NOT CHANGE!*/
|
|
13
13
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
14
|
-
button.eps-link-button {
|
|
15
|
-
cursor: pointer;
|
|
16
|
-
}
|
|
17
|
-
button.eps-link-button, button.eps-link-button:hover, button.eps-link-button:focus, button.eps-link-button:active:focus, button.eps-link-button:active:hover, button.eps-link-button:active {
|
|
18
|
-
background: none;
|
|
19
|
-
background-color: inherit;
|
|
20
|
-
border: none;
|
|
21
|
-
padding: 0;
|
|
22
|
-
}
|
|
23
|
-
button.eps-link-button:hover {
|
|
24
|
-
color: #aeb7e2;
|
|
25
|
-
}/* DO NOT CHANGE!*/
|
|
26
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
27
|
-
/* DO NOT CHANGE!*/
|
|
28
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
29
|
-
.eps-menu {
|
|
30
|
-
position: relative;
|
|
31
|
-
width: 100%;
|
|
32
|
-
z-index: 30;
|
|
33
|
-
}
|
|
34
|
-
@media screen and (min-width: 50rem) {
|
|
35
|
-
.eps-menu {
|
|
36
|
-
left: 0;
|
|
37
|
-
top: 0;
|
|
38
|
-
position: fixed;
|
|
39
|
-
height: 100vh;
|
|
40
|
-
width: 20rem;
|
|
41
|
-
overflow-y: scroll;
|
|
42
|
-
}
|
|
43
|
-
}/* DO NOT CHANGE!*/
|
|
44
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
45
14
|
/* DO NOT CHANGE!*/
|
|
46
15
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
47
16
|
.eps-action-bar {
|
|
@@ -76,6 +45,30 @@ button.eps-link-button:hover {
|
|
|
76
45
|
height: 100px;
|
|
77
46
|
}/* DO NOT CHANGE!*/
|
|
78
47
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
48
|
+
button.eps-link-button {
|
|
49
|
+
cursor: pointer;
|
|
50
|
+
}
|
|
51
|
+
button.eps-link-button, button.eps-link-button:hover, button.eps-link-button:focus, button.eps-link-button:active:focus, button.eps-link-button:active:hover, button.eps-link-button:active {
|
|
52
|
+
background: none;
|
|
53
|
+
background-color: inherit;
|
|
54
|
+
border: none;
|
|
55
|
+
padding: 0;
|
|
56
|
+
}
|
|
57
|
+
button.eps-link-button:hover {
|
|
58
|
+
color: #aeb7e2;
|
|
59
|
+
}/* DO NOT CHANGE!*/
|
|
60
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
61
|
+
/* DO NOT CHANGE!*/
|
|
62
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
63
|
+
.eps-content {
|
|
64
|
+
margin: 1rem;
|
|
65
|
+
}
|
|
66
|
+
@media screen and (min-width: 50rem) {
|
|
67
|
+
.eps-content {
|
|
68
|
+
margin: 1.5rem 1.5rem 1.5rem 22rem;
|
|
69
|
+
}
|
|
70
|
+
}/* DO NOT CHANGE!*/
|
|
71
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
79
72
|
.eps-logo-wrapper {
|
|
80
73
|
display: inline-block;
|
|
81
74
|
}
|
|
@@ -84,6 +77,26 @@ button.eps-link-button:hover {
|
|
|
84
77
|
width: 170px;
|
|
85
78
|
}/* DO NOT CHANGE!*/
|
|
86
79
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
80
|
+
/* DO NOT CHANGE!*/
|
|
81
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
82
|
+
.eps-menu {
|
|
83
|
+
position: relative;
|
|
84
|
+
width: 100%;
|
|
85
|
+
z-index: 30;
|
|
86
|
+
}
|
|
87
|
+
@media screen and (min-width: 50rem) {
|
|
88
|
+
.eps-menu {
|
|
89
|
+
left: 0;
|
|
90
|
+
top: 0;
|
|
91
|
+
position: fixed;
|
|
92
|
+
height: 100vh;
|
|
93
|
+
width: 20rem;
|
|
94
|
+
overflow-y: scroll;
|
|
95
|
+
}
|
|
96
|
+
}.multi-language-input:focus {
|
|
97
|
+
outline: none;
|
|
98
|
+
}/* DO NOT CHANGE!*/
|
|
99
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
87
100
|
.eps-language-select {
|
|
88
101
|
color: #181c56;
|
|
89
102
|
}
|
|
@@ -92,17 +105,6 @@ button.eps-link-button:hover {
|
|
|
92
105
|
}
|
|
93
106
|
.eps-language-select .asterisk-margin {
|
|
94
107
|
margin-left: 0.125rem;
|
|
95
|
-
}/* DO NOT CHANGE!*/
|
|
96
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
97
|
-
/* DO NOT CHANGE!*/
|
|
98
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
99
|
-
.eps-content {
|
|
100
|
-
margin: 1rem;
|
|
101
|
-
}
|
|
102
|
-
@media screen and (min-width: 50rem) {
|
|
103
|
-
.eps-content {
|
|
104
|
-
margin: 1.5rem 1.5rem 1.5rem 22rem;
|
|
105
|
-
}
|
|
106
108
|
}.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
|
|
107
109
|
background: none;
|
|
108
110
|
background-color: inherit;
|
|
@@ -113,23 +115,31 @@ button.eps-link-button:hover {
|
|
|
113
115
|
outline: inherit;
|
|
114
116
|
height: inherit;
|
|
115
117
|
min-width: inherit;
|
|
116
|
-
}.multi-language-input:focus {
|
|
117
|
-
outline: none;
|
|
118
118
|
}/* DO NOT CHANGE!*/
|
|
119
119
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
120
|
-
.
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
.ep-audit-info > div {
|
|
120
|
+
.eps-confirm-modal-content {
|
|
121
|
+
margin-bottom: 1rem;
|
|
122
|
+
}/* DO NOT CHANGE!*/
|
|
123
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
124
|
+
.eps-status-label {
|
|
126
125
|
display: flex;
|
|
127
|
-
|
|
126
|
+
align-items: center;
|
|
128
127
|
}
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
128
|
+
.eps-status-label.center {
|
|
129
|
+
justify-content: center;
|
|
130
|
+
}
|
|
131
|
+
.eps-status-label__bullet {
|
|
132
|
+
padding: 5px;
|
|
133
|
+
margin-bottom: 4px;
|
|
134
|
+
border-radius: 50%;
|
|
135
|
+
background: #d1d3d3;
|
|
136
|
+
margin-right: 10px;
|
|
137
|
+
}
|
|
138
|
+
.eps-status-label__bullet.aggressive {
|
|
139
|
+
background: #ff5959;
|
|
140
|
+
}
|
|
141
|
+
.eps-status-label__bullet.active {
|
|
142
|
+
background: #1a8e60;
|
|
133
143
|
}/* DO NOT CHANGE!*/
|
|
134
144
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
135
145
|
/**
|
|
@@ -224,8 +234,21 @@ button.eps-link-button:hover {
|
|
|
224
234
|
border: solid 0.0625rem #54568c;
|
|
225
235
|
}/* DO NOT CHANGE!*/
|
|
226
236
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
227
|
-
.
|
|
228
|
-
|
|
237
|
+
.ep-audit-info {
|
|
238
|
+
float: right;
|
|
239
|
+
margin-top: 1rem;
|
|
240
|
+
font-size: 0.875rem;
|
|
241
|
+
}
|
|
242
|
+
.ep-audit-info > div {
|
|
243
|
+
display: flex;
|
|
244
|
+
justify-content: space-between;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.ep-audit-info-label {
|
|
248
|
+
margin-right: 3rem;
|
|
249
|
+
font-weight: 600;
|
|
250
|
+
}ol.eds-breadcrumbs {
|
|
251
|
+
padding: 0;
|
|
229
252
|
}/* DO NOT CHANGE!*/
|
|
230
253
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
231
254
|
/* DO NOT CHANGE!*/
|
|
@@ -2474,29 +2497,6 @@ button.eps-link-button:hover {
|
|
|
2474
2497
|
background-color: #aeb7e2;
|
|
2475
2498
|
}/* DO NOT CHANGE!*/
|
|
2476
2499
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2477
|
-
.eps-status-label {
|
|
2478
|
-
display: flex;
|
|
2479
|
-
align-items: center;
|
|
2480
|
-
}
|
|
2481
|
-
.eps-status-label.center {
|
|
2482
|
-
justify-content: center;
|
|
2483
|
-
}
|
|
2484
|
-
.eps-status-label__bullet {
|
|
2485
|
-
padding: 5px;
|
|
2486
|
-
margin-bottom: 4px;
|
|
2487
|
-
border-radius: 50%;
|
|
2488
|
-
background: #d1d3d3;
|
|
2489
|
-
margin-right: 10px;
|
|
2490
|
-
}
|
|
2491
|
-
.eps-status-label__bullet.aggressive {
|
|
2492
|
-
background: #ff5959;
|
|
2493
|
-
}
|
|
2494
|
-
.eps-status-label__bullet.active {
|
|
2495
|
-
background: #1a8e60;
|
|
2496
|
-
}ol.eds-breadcrumbs {
|
|
2497
|
-
padding: 0;
|
|
2498
|
-
}/* DO NOT CHANGE!*/
|
|
2499
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2500
2500
|
/* DO NOT CHANGE!*/
|
|
2501
2501
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2502
2502
|
.eps-font-size-extraSmall {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur-partner/common",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/common.esm.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"react-router-dom": "^6.22.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@entur-partner/util": "^1.2.
|
|
40
|
+
"@entur-partner/util": "^1.2.4",
|
|
41
41
|
"classnames": "^2.2.6"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"reportFile": "jest-sonar-report.xml",
|
|
61
61
|
"indent": 4
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "1960e99958b9fb6857d9d5ce8bd7562c589e283f"
|
|
64
64
|
}
|