@entur-partner/common 5.1.5 → 5.1.6

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 +37 -34
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -2,10 +2,24 @@
2
2
  --eps-common: 1;
3
3
  }
4
4
 
5
+ main .eds-table--sticky-header--active .eds-table__head,
6
+ .app-shell-content .eds-table--sticky-header--active .eds-table__head {
7
+ z-index: 1;
8
+ }
5
9
  .epp-environment-banner ~ main .eds-table--sticky-header--active .eds-table__head,
6
10
  .epp-environment-banner ~ .app-shell-content .eds-table--sticky-header--active .eds-table__head {
7
11
  top: 1rem;
8
- z-index: 1;
12
+ }/* DO NOT CHANGE!*/
13
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
14
+ /* DO NOT CHANGE!*/
15
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
16
+ .eps-content {
17
+ margin: 1rem;
18
+ }
19
+ @media screen and (min-width: 50rem) {
20
+ .eps-content {
21
+ margin: 1.5rem 1.5rem 1.5rem 22rem;
22
+ }
9
23
  }/* DO NOT CHANGE!*/
10
24
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
11
25
  /* DO NOT CHANGE!*/
@@ -57,25 +71,6 @@ button.eps-link-button:hover {
57
71
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
58
72
  /* DO NOT CHANGE!*/
59
73
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
60
- .eps-content {
61
- margin: 1rem;
62
- }
63
- @media screen and (min-width: 50rem) {
64
- .eps-content {
65
- margin: 1.5rem 1.5rem 1.5rem 22rem;
66
- }
67
- }/* DO NOT CHANGE!*/
68
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
69
- .eps-logo-wrapper {
70
- display: inline-block;
71
- }
72
- .eps-logo-wrapper .logo {
73
- height: auto;
74
- width: 170px;
75
- }/* DO NOT CHANGE!*/
76
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
77
- /* DO NOT CHANGE!*/
78
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
79
74
  .eps-menu {
80
75
  position: relative;
81
76
  width: 100%;
@@ -92,6 +87,24 @@ button.eps-link-button:hover {
92
87
  }
93
88
  }/* DO NOT CHANGE!*/
94
89
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
90
+ .eps-logo-wrapper {
91
+ display: inline-block;
92
+ }
93
+ .eps-logo-wrapper .logo {
94
+ height: auto;
95
+ width: 170px;
96
+ }/* DO NOT CHANGE!*/
97
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
98
+ .eps-language-select {
99
+ color: #181c56;
100
+ }
101
+ .eps-language-select label {
102
+ flex: initial;
103
+ }
104
+ .eps-language-select .asterisk-margin {
105
+ margin-left: 0.125rem;
106
+ }/* DO NOT CHANGE!*/
107
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
95
108
  /**
96
109
  PS! We use #eps-user-menu to prevent the micro frontends overriding the styles. By using
97
110
  an id we have a higher specificity. We should explore a better solution later. Ideally
@@ -182,18 +195,12 @@ button.eps-link-button:hover {
182
195
  #eps-overflow-menu .eps-overflow-menu__item {
183
196
  border-radius: 0.25rem;
184
197
  border: solid 0.0625rem #54568c;
185
- }.multi-language-input:focus {
186
- outline: none;
187
198
  }/* DO NOT CHANGE!*/
188
199
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
189
- .eps-language-select {
190
- color: #181c56;
191
- }
192
- .eps-language-select label {
193
- flex: initial;
194
- }
195
- .eps-language-select .asterisk-margin {
196
- margin-left: 0.125rem;
200
+ .eps-confirm-modal-content {
201
+ margin-bottom: 1rem;
202
+ }.multi-language-input:focus {
203
+ outline: none;
197
204
  }.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
198
205
  background: none;
199
206
  background-color: inherit;
@@ -242,10 +249,6 @@ button.eps-link-button:hover {
242
249
  background: #1a8e60;
243
250
  }/* DO NOT CHANGE!*/
244
251
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
245
- .eps-confirm-modal-content {
246
- margin-bottom: 1rem;
247
- }/* DO NOT CHANGE!*/
248
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
249
252
  /* DO NOT CHANGE!*/
250
253
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
251
254
  .eps-pt-none {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur-partner/common",
3
- "version": "5.1.5",
3
+ "version": "5.1.6",
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.2",
44
- "@entur/tokens": "3.10.0",
44
+ "@entur/tokens": "3.11.0",
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": "2a430a2f5605e8c4d6721452e7ad1333781fede8"
61
+ "gitHead": "b53591deee85bacaf2ce89b3f8e275763a410103"
62
62
  }