@entur-partner/common 9.1.0 → 9.2.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/styles.css CHANGED
@@ -45,6 +45,14 @@ main .eds-table--sticky-header--active .eds-table__head,
45
45
  height: 100px;
46
46
  }/* DO NOT CHANGE!*/
47
47
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
48
+ .eps-logo-wrapper {
49
+ display: inline-block;
50
+ }
51
+ .eps-logo-wrapper .logo {
52
+ height: auto;
53
+ width: 170px;
54
+ }/* DO NOT CHANGE!*/
55
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
48
56
  button.eps-link-button {
49
57
  cursor: pointer;
50
58
  }
@@ -58,14 +66,6 @@ button.eps-link-button:hover {
58
66
  color: #aeb7e2;
59
67
  }/* DO NOT CHANGE!*/
60
68
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
61
- .eps-logo-wrapper {
62
- display: inline-block;
63
- }
64
- .eps-logo-wrapper .logo {
65
- height: auto;
66
- width: 170px;
67
- }/* DO NOT CHANGE!*/
68
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
69
69
  /* DO NOT CHANGE!*/
70
70
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
71
71
  .eps-menu {
@@ -93,6 +93,16 @@ button.eps-link-button:hover {
93
93
  .eps-content {
94
94
  margin: 1.5rem 1.5rem 1.5rem 22rem;
95
95
  }
96
+ }.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
97
+ background: none;
98
+ background-color: inherit;
99
+ color: inherit;
100
+ border: none;
101
+ padding: 0;
102
+ font: inherit;
103
+ outline: inherit;
104
+ height: inherit;
105
+ min-width: inherit;
96
106
  }/* DO NOT CHANGE!*/
97
107
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
98
108
  .eps-language-select {
@@ -105,16 +115,6 @@ button.eps-link-button:hover {
105
115
  margin-left: 0.125rem;
106
116
  }.multi-language-input:focus {
107
117
  outline: none;
108
- }.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
109
- background: none;
110
- background-color: inherit;
111
- color: inherit;
112
- border: none;
113
- padding: 0;
114
- font: inherit;
115
- outline: inherit;
116
- height: inherit;
117
- min-width: inherit;
118
118
  }/* DO NOT CHANGE!*/
119
119
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
120
120
  .ep-audit-info {
@@ -132,6 +132,10 @@ button.eps-link-button:hover {
132
132
  font-weight: 600;
133
133
  }/* DO NOT CHANGE!*/
134
134
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
135
+ .eps-confirm-modal-content {
136
+ margin-bottom: 1rem;
137
+ }/* DO NOT CHANGE!*/
138
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
135
139
  /**
136
140
  PS! We use #eps-user-menu to prevent the micro frontends overriding the styles. By using
137
141
  an id we have a higher specificity. We should explore a better solution later. Ideally
@@ -224,33 +228,6 @@ button.eps-link-button:hover {
224
228
  border: solid 0.0625rem #54568c;
225
229
  }/* DO NOT CHANGE!*/
226
230
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
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 {
232
- display: flex;
233
- align-items: center;
234
- }
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
- }ol.eds-breadcrumbs {
251
- padding: 0;
252
- }/* DO NOT CHANGE!*/
253
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
254
231
  /* DO NOT CHANGE!*/
255
232
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
256
233
  .eps-pt-none {
@@ -2495,6 +2472,29 @@ button.eps-link-button:hover {
2495
2472
 
2496
2473
  .eps-bg-lavender {
2497
2474
  background-color: #aeb7e2;
2475
+ }ol.eds-breadcrumbs {
2476
+ padding: 0;
2477
+ }/* DO NOT CHANGE!*/
2478
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2479
+ .eps-status-label {
2480
+ display: flex;
2481
+ align-items: center;
2482
+ }
2483
+ .eps-status-label.center {
2484
+ justify-content: center;
2485
+ }
2486
+ .eps-status-label__bullet {
2487
+ padding: 5px;
2488
+ margin-bottom: 4px;
2489
+ border-radius: 50%;
2490
+ background: #d1d3d3;
2491
+ margin-right: 10px;
2492
+ }
2493
+ .eps-status-label__bullet.aggressive {
2494
+ background: #ff5959;
2495
+ }
2496
+ .eps-status-label__bullet.active {
2497
+ background: #1a8e60;
2498
2498
  }/* DO NOT CHANGE!*/
2499
2499
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2500
2500
  /* DO NOT CHANGE!*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur-partner/common",
3
- "version": "9.1.0",
3
+ "version": "9.2.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/common.esm.js",
@@ -27,7 +27,7 @@
27
27
  "@entur/dropdown": "^5.0.3",
28
28
  "@entur/expand": "^3.2.17",
29
29
  "@entur/form": "^5.0.0",
30
- "@entur/icons": "^5.0.0",
30
+ "@entur/icons": "^7.0.0",
31
31
  "@entur/menu": "^4.0.0",
32
32
  "@entur/modal": "^1.3.6",
33
33
  "@entur/tooltip": "^2.4.7",
@@ -60,5 +60,5 @@
60
60
  "reportFile": "jest-sonar-report.xml",
61
61
  "indent": 4
62
62
  },
63
- "gitHead": "1f512ce900a96262ea8e2700a21a112860f80149"
63
+ "gitHead": "773f88ddae645646761c8847af72f7b1885478f8"
64
64
  }