@entur-partner/common 9.0.0 → 9.1.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/UserMenu/components/CookieSettingsMenuItem.d.ts +9 -0
- package/dist/UserMenu/index.d.ts +3 -0
- package/dist/common.cjs.development.js +26 -1
- 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 +27 -2
- package/dist/common.esm.js.map +1 -1
- package/dist/styles.css +45 -45
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -58,17 +58,6 @@ button.eps-link-button:hover {
|
|
|
58
58
|
color: #aeb7e2;
|
|
59
59
|
}/* DO NOT CHANGE!*/
|
|
60
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. */
|
|
72
61
|
.eps-logo-wrapper {
|
|
73
62
|
display: inline-block;
|
|
74
63
|
}
|
|
@@ -93,8 +82,17 @@ button.eps-link-button:hover {
|
|
|
93
82
|
width: 20rem;
|
|
94
83
|
overflow-y: scroll;
|
|
95
84
|
}
|
|
96
|
-
}
|
|
97
|
-
|
|
85
|
+
}/* DO NOT CHANGE!*/
|
|
86
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
87
|
+
/* DO NOT CHANGE!*/
|
|
88
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
89
|
+
.eps-content {
|
|
90
|
+
margin: 1rem;
|
|
91
|
+
}
|
|
92
|
+
@media screen and (min-width: 50rem) {
|
|
93
|
+
.eps-content {
|
|
94
|
+
margin: 1.5rem 1.5rem 1.5rem 22rem;
|
|
95
|
+
}
|
|
98
96
|
}/* DO NOT CHANGE!*/
|
|
99
97
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
100
98
|
.eps-language-select {
|
|
@@ -105,6 +103,8 @@ button.eps-link-button:hover {
|
|
|
105
103
|
}
|
|
106
104
|
.eps-language-select .asterisk-margin {
|
|
107
105
|
margin-left: 0.125rem;
|
|
106
|
+
}.multi-language-input:focus {
|
|
107
|
+
outline: none;
|
|
108
108
|
}.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
|
|
109
109
|
background: none;
|
|
110
110
|
background-color: inherit;
|
|
@@ -117,29 +117,19 @@ button.eps-link-button:hover {
|
|
|
117
117
|
min-width: inherit;
|
|
118
118
|
}/* DO NOT CHANGE!*/
|
|
119
119
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
120
|
-
.
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
.eps-status-label {
|
|
125
|
-
display: flex;
|
|
126
|
-
align-items: center;
|
|
127
|
-
}
|
|
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;
|
|
120
|
+
.ep-audit-info {
|
|
121
|
+
float: right;
|
|
122
|
+
margin-top: 1rem;
|
|
123
|
+
font-size: 0.875rem;
|
|
137
124
|
}
|
|
138
|
-
.
|
|
139
|
-
|
|
125
|
+
.ep-audit-info > div {
|
|
126
|
+
display: flex;
|
|
127
|
+
justify-content: space-between;
|
|
140
128
|
}
|
|
141
|
-
|
|
142
|
-
|
|
129
|
+
|
|
130
|
+
.ep-audit-info-label {
|
|
131
|
+
margin-right: 3rem;
|
|
132
|
+
font-weight: 600;
|
|
143
133
|
}/* DO NOT CHANGE!*/
|
|
144
134
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
145
135
|
/**
|
|
@@ -234,19 +224,29 @@ button.eps-link-button:hover {
|
|
|
234
224
|
border: solid 0.0625rem #54568c;
|
|
235
225
|
}/* DO NOT CHANGE!*/
|
|
236
226
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
237
|
-
.
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
.ep-audit-info > div {
|
|
227
|
+
.eps-confirm-modal-content {
|
|
228
|
+
margin-bottom: 1rem;
|
|
229
|
+
}/* DO NOT CHANGE!*/
|
|
230
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
231
|
+
.eps-status-label {
|
|
243
232
|
display: flex;
|
|
244
|
-
|
|
233
|
+
align-items: center;
|
|
245
234
|
}
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
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
250
|
}ol.eds-breadcrumbs {
|
|
251
251
|
padding: 0;
|
|
252
252
|
}/* DO NOT CHANGE!*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur-partner/common",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/common.esm.js",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"reportFile": "jest-sonar-report.xml",
|
|
61
61
|
"indent": 4
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "1f512ce900a96262ea8e2700a21a112860f80149"
|
|
64
64
|
}
|