@entur-partner/common 4.0.2 → 4.0.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.0.3](https://bitbucket.org/enturas/entur-partner-packages/compare/@entur-partner/common@4.0.2...@entur-partner/common@4.0.3) (2021-10-14)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **menu:** for the menu, only show scrollbar when content actually overflows ([55940f1](https://bitbucket.org/enturas/entur-partner-packages/commits/55940f14a5abea4c00b5c98bff7dfb3ffe9aadc7))
11
+
6
12
  ## [4.0.2](https://bitbucket.org/enturas/entur-partner-packages/compare/@entur-partner/common@4.0.1...@entur-partner/common@4.0.2) (2021-10-04)
7
13
 
8
14
  ### Bug Fixes
package/dist/styles.css CHANGED
@@ -1,5 +1,7 @@
1
1
  :root {
2
2
  --eps-common: 1;
3
+ }.multi-language-input:focus {
4
+ outline: none;
3
5
  }.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
4
6
  background: none;
5
7
  background-color: inherit;
@@ -20,27 +22,6 @@
20
22
  width: 170px;
21
23
  }/* DO NOT CHANGE!*/
22
24
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
23
- button.eps-link-button {
24
- cursor: pointer;
25
- }
26
- 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 {
27
- background: none;
28
- background-color: inherit;
29
- border: none;
30
- padding: 0;
31
- }
32
- button.eps-link-button:hover {
33
- color: #aeb7e2;
34
- }ol.eds-breadcrumbs {
35
- padding: 0;
36
- }.multi-language-input:focus {
37
- outline: none;
38
- }/* DO NOT CHANGE!*/
39
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
40
- .eps-confirm-modal-content {
41
- margin-bottom: 1rem;
42
- }/* DO NOT CHANGE!*/
43
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
44
25
  .eps-language-select {
45
26
  color: #181c56;
46
27
  }
@@ -51,40 +32,17 @@ button.eps-link-button:hover {
51
32
  margin-left: 0.125rem;
52
33
  }/* DO NOT CHANGE!*/
53
34
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
54
- .ep-audit-info {
55
- float: right;
56
- margin-top: 1rem;
57
- font-size: 0.875rem;
58
- }
59
- .ep-audit-info > div {
60
- display: flex;
61
- justify-content: space-between;
62
- }
63
-
64
- .ep-audit-info-label {
65
- margin-right: 3rem;
66
- font-weight: 600;
67
- }/* DO NOT CHANGE!*/
68
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
69
- .eps-status-label {
70
- display: flex;
71
- align-items: center;
72
- }
73
- .eps-status-label.center {
74
- justify-content: center;
75
- }
76
- .eps-status-label__bullet {
77
- padding: 5px;
78
- margin-bottom: 4px;
79
- border-radius: 50%;
80
- background: #d1d3d3;
81
- margin-right: 10px;
35
+ button.eps-link-button {
36
+ cursor: pointer;
82
37
  }
83
- .eps-status-label__bullet.aggressive {
84
- background: #ff5959;
38
+ 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 {
39
+ background: none;
40
+ background-color: inherit;
41
+ border: none;
42
+ padding: 0;
85
43
  }
86
- .eps-status-label__bullet.active {
87
- background: #1a8e60;
44
+ button.eps-link-button:hover {
45
+ color: #aeb7e2;
88
46
  }/* DO NOT CHANGE!*/
89
47
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
90
48
  /**
@@ -201,7 +159,7 @@ button.eps-link-button:hover {
201
159
  position: fixed;
202
160
  height: 100vh;
203
161
  width: 20rem;
204
- overflow-y: scroll;
162
+ overflow-y: auto;
205
163
  }
206
164
  }/* DO NOT CHANGE!*/
207
165
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
@@ -239,6 +197,48 @@ button.eps-link-button:hover {
239
197
  height: 100px;
240
198
  }/* DO NOT CHANGE!*/
241
199
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
200
+ .eps-confirm-modal-content {
201
+ margin-bottom: 1rem;
202
+ }/* DO NOT CHANGE!*/
203
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
204
+ .ep-audit-info {
205
+ float: right;
206
+ margin-top: 1rem;
207
+ font-size: 0.875rem;
208
+ }
209
+ .ep-audit-info > div {
210
+ display: flex;
211
+ justify-content: space-between;
212
+ }
213
+
214
+ .ep-audit-info-label {
215
+ margin-right: 3rem;
216
+ font-weight: 600;
217
+ }ol.eds-breadcrumbs {
218
+ padding: 0;
219
+ }/* DO NOT CHANGE!*/
220
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
221
+ .eps-status-label {
222
+ display: flex;
223
+ align-items: center;
224
+ }
225
+ .eps-status-label.center {
226
+ justify-content: center;
227
+ }
228
+ .eps-status-label__bullet {
229
+ padding: 5px;
230
+ margin-bottom: 4px;
231
+ border-radius: 50%;
232
+ background: #d1d3d3;
233
+ margin-right: 10px;
234
+ }
235
+ .eps-status-label__bullet.aggressive {
236
+ background: #ff5959;
237
+ }
238
+ .eps-status-label__bullet.active {
239
+ background: #1a8e60;
240
+ }/* DO NOT CHANGE!*/
241
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
242
242
  /* DO NOT CHANGE!*/
243
243
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
244
244
  .eps-font-size-extraSmall {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur-partner/common",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
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": "877077dfc1876eaa2610e1d6a6e2491386e43ef1"
61
+ "gitHead": "8a8b3397a14e1de8732333b631a9a4a6350080bc"
62
62
  }