@entur-partner/common 4.4.0 → 4.4.1

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.
Files changed (2) hide show
  1. package/dist/styles.css +59 -59
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -15,6 +15,48 @@ button.eps-link-button:hover {
15
15
  color: #aeb7e2;
16
16
  }/* DO NOT CHANGE!*/
17
17
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
18
+ .eps-logo-wrapper {
19
+ display: inline-block;
20
+ }
21
+ .eps-logo-wrapper .logo {
22
+ height: auto;
23
+ width: 170px;
24
+ }/* DO NOT CHANGE!*/
25
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
26
+ /* DO NOT CHANGE!*/
27
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
28
+ .eps-action-bar {
29
+ position: fixed;
30
+ bottom: 0;
31
+ left: 0;
32
+ right: 0;
33
+ background-color: #f8f8f8;
34
+ border-top: 2px solid #e9e9e9;
35
+ padding: 15px 15px 15px 80px;
36
+ display: flex;
37
+ justify-content: space-between;
38
+ z-index: 3;
39
+ }
40
+ @media screen and (min-width: 50rem) {
41
+ .eps-action-bar {
42
+ left: 20rem;
43
+ }
44
+ }
45
+ .eps-action-bar-right {
46
+ display: flex;
47
+ align-items: flex-start;
48
+ }
49
+ .eps-action-bar-right > *:not(:first-child) {
50
+ margin-left: 1rem;
51
+ }
52
+ .eps-action-bar-left > *:not(:first-child) {
53
+ margin-left: 1rem;
54
+ }
55
+
56
+ .eps-action-bar-padding {
57
+ height: 100px;
58
+ }/* DO NOT CHANGE!*/
59
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
18
60
  /**
19
61
  PS! We use #eps-user-menu to prevent the micro frontends overriding the styles. By using
20
62
  an id we have a higher specificity. We should explore a better solution later. Ideally
@@ -106,59 +148,6 @@ button.eps-link-button:hover {
106
148
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
107
149
  /* DO NOT CHANGE!*/
108
150
  /* 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
151
  .eps-menu {
163
152
  position: relative;
164
153
  width: 100%;
@@ -175,6 +164,17 @@ button.eps-link-button:hover {
175
164
  }
176
165
  }/* DO NOT CHANGE!*/
177
166
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
167
+ /* DO NOT CHANGE!*/
168
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
169
+ .eps-content {
170
+ margin: 1rem;
171
+ }
172
+ @media screen and (min-width: 50rem) {
173
+ .eps-content {
174
+ margin: 1.5rem 1.5rem 1.5rem 22rem;
175
+ }
176
+ }/* DO NOT CHANGE!*/
177
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
178
178
  .eps-language-select {
179
179
  color: #181c56;
180
180
  }
@@ -183,6 +183,8 @@ 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;
186
188
  }.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
187
189
  background: none;
188
190
  background-color: inherit;
@@ -193,8 +195,6 @@ button.eps-link-button:hover {
193
195
  outline: inherit;
194
196
  height: inherit;
195
197
  min-width: inherit;
196
- }.multi-language-input:focus {
197
- outline: none;
198
198
  }/* DO NOT CHANGE!*/
199
199
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
200
200
  .ep-audit-info {
@@ -212,10 +212,6 @@ button.eps-link-button:hover {
212
212
  font-weight: 600;
213
213
  }/* DO NOT CHANGE!*/
214
214
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
215
- .eps-confirm-modal-content {
216
- margin-bottom: 1rem;
217
- }/* DO NOT CHANGE!*/
218
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
219
215
  .eps-status-label {
220
216
  display: flex;
221
217
  align-items: center;
@@ -237,6 +233,10 @@ button.eps-link-button:hover {
237
233
  background: #1a8e60;
238
234
  }/* DO NOT CHANGE!*/
239
235
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
236
+ .eps-confirm-modal-content {
237
+ margin-bottom: 1rem;
238
+ }/* DO NOT CHANGE!*/
239
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
240
240
  /* DO NOT CHANGE!*/
241
241
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
242
242
  .eps-pt-none {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur-partner/common",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/common.esm.js",
@@ -58,5 +58,5 @@
58
58
  "reportFile": "jest-sonar-report.xml",
59
59
  "indent": 4
60
60
  },
61
- "gitHead": "4dcc7d212af7357d6b4f764cf0628b5c3d35a8b6"
61
+ "gitHead": "2c94713a3693b8833cd4b2a3911d08f89f29d93b"
62
62
  }