@entur-partner/common 4.5.2 → 4.5.3

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 +79 -79
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -2,17 +2,38 @@
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
- button.eps-link-button {
6
- cursor: pointer;
5
+ /* DO NOT CHANGE!*/
6
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
7
+ .eps-action-bar {
8
+ position: fixed;
9
+ bottom: 0;
10
+ left: 0;
11
+ right: 0;
12
+ background-color: #f8f8f8;
13
+ border-top: 2px solid #e9e9e9;
14
+ padding: 15px 15px 15px 80px;
15
+ display: flex;
16
+ justify-content: space-between;
17
+ z-index: 3;
7
18
  }
8
- 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 {
9
- background: none;
10
- background-color: inherit;
11
- border: none;
12
- padding: 0;
19
+ @media screen and (min-width: 50rem) {
20
+ .eps-action-bar {
21
+ left: 20rem;
22
+ }
13
23
  }
14
- button.eps-link-button:hover {
15
- color: #aeb7e2;
24
+ .eps-action-bar-right {
25
+ display: flex;
26
+ align-items: flex-start;
27
+ }
28
+ .eps-action-bar-right > *:not(:first-child) {
29
+ margin-left: 1rem;
30
+ }
31
+ .eps-action-bar-left > *:not(:first-child) {
32
+ margin-left: 1rem;
33
+ }
34
+
35
+ .eps-action-bar-padding {
36
+ height: 100px;
16
37
  }/* DO NOT CHANGE!*/
17
38
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
18
39
  .eps-logo-wrapper {
@@ -23,15 +44,17 @@ button.eps-link-button:hover {
23
44
  width: 170px;
24
45
  }/* DO NOT CHANGE!*/
25
46
  /* 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-content {
29
- margin: 1rem;
47
+ button.eps-link-button {
48
+ cursor: pointer;
30
49
  }
31
- @media screen and (min-width: 50rem) {
32
- .eps-content {
33
- margin: 1.5rem 1.5rem 1.5rem 22rem;
34
- }
50
+ 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 {
51
+ background: none;
52
+ background-color: inherit;
53
+ border: none;
54
+ padding: 0;
55
+ }
56
+ button.eps-link-button:hover {
57
+ color: #aeb7e2;
35
58
  }/* DO NOT CHANGE!*/
36
59
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
37
60
  /* DO NOT CHANGE!*/
@@ -54,36 +77,15 @@ button.eps-link-button:hover {
54
77
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
55
78
  /* DO NOT CHANGE!*/
56
79
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
57
- .eps-action-bar {
58
- position: fixed;
59
- bottom: 0;
60
- left: 0;
61
- right: 0;
62
- background-color: #f8f8f8;
63
- border-top: 2px solid #e9e9e9;
64
- padding: 15px 15px 15px 80px;
65
- display: flex;
66
- justify-content: space-between;
67
- z-index: 3;
80
+ .eps-content {
81
+ margin: 1rem;
68
82
  }
69
83
  @media screen and (min-width: 50rem) {
70
- .eps-action-bar {
71
- left: 20rem;
84
+ .eps-content {
85
+ margin: 1.5rem 1.5rem 1.5rem 22rem;
72
86
  }
73
- }
74
- .eps-action-bar-right {
75
- display: flex;
76
- align-items: flex-start;
77
- }
78
- .eps-action-bar-right > *:not(:first-child) {
79
- margin-left: 1rem;
80
- }
81
- .eps-action-bar-left > *:not(:first-child) {
82
- margin-left: 1rem;
83
- }
84
-
85
- .eps-action-bar-padding {
86
- height: 100px;
87
+ }.multi-language-input:focus {
88
+ outline: none;
87
89
  }/* DO NOT CHANGE!*/
88
90
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
89
91
  /**
@@ -173,16 +175,6 @@ button.eps-link-button:hover {
173
175
  #eps-overflow-menu .eps-overflow-menu__item {
174
176
  border-radius: 0.25rem;
175
177
  border: solid 0.0625rem #54568c;
176
- }.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
177
- background: none;
178
- background-color: inherit;
179
- color: inherit;
180
- border: none;
181
- padding: 0;
182
- font: inherit;
183
- outline: inherit;
184
- height: inherit;
185
- min-width: inherit;
186
178
  }/* DO NOT CHANGE!*/
187
179
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
188
180
  .eps-language-select {
@@ -193,8 +185,16 @@ button.eps-link-button:hover {
193
185
  }
194
186
  .eps-language-select .asterisk-margin {
195
187
  margin-left: 0.125rem;
196
- }.multi-language-input:focus {
197
- outline: none;
188
+ }.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
189
+ background: none;
190
+ background-color: inherit;
191
+ color: inherit;
192
+ border: none;
193
+ padding: 0;
194
+ font: inherit;
195
+ outline: inherit;
196
+ height: inherit;
197
+ min-width: inherit;
198
198
  }/* DO NOT CHANGE!*/
199
199
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
200
200
  .ep-audit-info {
@@ -216,6 +216,29 @@ button.eps-link-button:hover {
216
216
  margin-bottom: 1rem;
217
217
  }/* DO NOT CHANGE!*/
218
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;
238
+ }ol.eds-breadcrumbs {
239
+ padding: 0;
240
+ }/* DO NOT CHANGE!*/
241
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
219
242
  /* DO NOT CHANGE!*/
220
243
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
221
244
  .eps-pt-none {
@@ -2462,29 +2485,6 @@ button.eps-link-button:hover {
2462
2485
  background-color: #aeb7e2;
2463
2486
  }/* DO NOT CHANGE!*/
2464
2487
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2465
- .eps-status-label {
2466
- display: flex;
2467
- align-items: center;
2468
- }
2469
- .eps-status-label.center {
2470
- justify-content: center;
2471
- }
2472
- .eps-status-label__bullet {
2473
- padding: 5px;
2474
- margin-bottom: 4px;
2475
- border-radius: 50%;
2476
- background: #d1d3d3;
2477
- margin-right: 10px;
2478
- }
2479
- .eps-status-label__bullet.aggressive {
2480
- background: #ff5959;
2481
- }
2482
- .eps-status-label__bullet.active {
2483
- background: #1a8e60;
2484
- }ol.eds-breadcrumbs {
2485
- padding: 0;
2486
- }/* DO NOT CHANGE!*/
2487
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2488
2488
  /* DO NOT CHANGE!*/
2489
2489
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2490
2490
  .eps-font-size-extraSmall {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur-partner/common",
3
- "version": "4.5.2",
3
+ "version": "4.5.3",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/common.esm.js",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@entur-partner/permission-client-node": "2.3.1",
44
- "@entur/tokens": "3.4.1",
44
+ "@entur/tokens": "3.4.2",
45
45
  "identity-obj-proxy": "3.0.0",
46
46
  "react-router-dom": "5.3.3"
47
47
  },
@@ -58,5 +58,5 @@
58
58
  "reportFile": "jest-sonar-report.xml",
59
59
  "indent": 4
60
60
  },
61
- "gitHead": "be4cef71542c6724f424ad9b55b38cf83eae616a"
61
+ "gitHead": "b767cce86732c1266b347e60cc608c1abf8424c7"
62
62
  }