@entur-partner/common 7.1.0 → 8.0.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.
package/dist/styles.css CHANGED
@@ -11,6 +11,19 @@ main .eds-table--sticky-header--active .eds-table__head,
11
11
  top: 1rem;
12
12
  }/* DO NOT CHANGE!*/
13
13
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
14
+ button.eps-link-button {
15
+ cursor: pointer;
16
+ }
17
+ 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 {
18
+ background: none;
19
+ background-color: inherit;
20
+ border: none;
21
+ padding: 0;
22
+ }
23
+ button.eps-link-button:hover {
24
+ color: #aeb7e2;
25
+ }/* DO NOT CHANGE!*/
26
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
14
27
  /* DO NOT CHANGE!*/
15
28
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
16
29
  .eps-action-bar {
@@ -45,14 +58,6 @@ main .eds-table--sticky-header--active .eds-table__head,
45
58
  height: 100px;
46
59
  }/* DO NOT CHANGE!*/
47
60
  /* 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. */
56
61
  /* DO NOT CHANGE!*/
57
62
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
58
63
  .eps-menu {
@@ -71,17 +76,22 @@ main .eds-table--sticky-header--active .eds-table__head,
71
76
  }
72
77
  }/* DO NOT CHANGE!*/
73
78
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
74
- button.eps-link-button {
75
- cursor: pointer;
79
+ .eps-logo-wrapper {
80
+ display: inline-block;
76
81
  }
77
- 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 {
78
- background: none;
79
- background-color: inherit;
80
- border: none;
81
- padding: 0;
82
+ .eps-logo-wrapper .logo {
83
+ height: auto;
84
+ width: 170px;
85
+ }/* DO NOT CHANGE!*/
86
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
87
+ .eps-language-select {
88
+ color: #181c56;
82
89
  }
83
- button.eps-link-button:hover {
84
- color: #aeb7e2;
90
+ .eps-language-select label {
91
+ flex: initial;
92
+ }
93
+ .eps-language-select .asterisk-margin {
94
+ margin-left: 0.125rem;
85
95
  }/* DO NOT CHANGE!*/
86
96
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
87
97
  /**
@@ -185,16 +195,6 @@ button.eps-link-button:hover {
185
195
  .eps-content {
186
196
  margin: 1.5rem 1.5rem 1.5rem 22rem;
187
197
  }
188
- }/* DO NOT CHANGE!*/
189
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
190
- .eps-language-select {
191
- color: #181c56;
192
- }
193
- .eps-language-select label {
194
- flex: initial;
195
- }
196
- .eps-language-select .asterisk-margin {
197
- margin-left: 0.125rem;
198
198
  }.multi-language-input:focus {
199
199
  outline: none;
200
200
  }.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
@@ -224,31 +224,6 @@ button.eps-link-button:hover {
224
224
  font-weight: 600;
225
225
  }/* DO NOT CHANGE!*/
226
226
  /* 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
- }/* DO NOT CHANGE!*/
251
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
252
227
  /* DO NOT CHANGE!*/
253
228
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
254
229
  .eps-pt-none {
@@ -2495,6 +2470,33 @@ button.eps-link-button:hover {
2495
2470
  background-color: #aeb7e2;
2496
2471
  }/* DO NOT CHANGE!*/
2497
2472
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2473
+ .eps-confirm-modal-content {
2474
+ margin-bottom: 1rem;
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
+ }/* DO NOT CHANGE!*/
2499
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2498
2500
  /* DO NOT CHANGE!*/
2499
2501
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2500
2502
  .eps-font-size-extraSmall {
@@ -2769,6 +2771,4 @@ button.eps-link-button:hover {
2769
2771
 
2770
2772
  .eps-font-weight-heading {
2771
2773
  font-weight: 1rem;
2772
- }ol.eds-breadcrumbs {
2773
- padding: 0;
2774
2774
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur-partner/common",
3
- "version": "7.1.0",
3
+ "version": "8.0.1",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/common.esm.js",
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://bitbucket.org/enturas/entur-partner-packages.git",
13
+ "url": "https://github.com/entur/entur-partner-packages.git",
14
14
  "directory": "packages/common"
15
15
  },
16
16
  "publishConfig": {
@@ -37,7 +37,7 @@
37
37
  "react-router-dom": "^6.22.0"
38
38
  },
39
39
  "dependencies": {
40
- "@entur-partner/util": "^1.2.0",
40
+ "@entur-partner/util": "^1.2.1",
41
41
  "classnames": "^2.2.6"
42
42
  },
43
43
  "devDependencies": {
@@ -60,5 +60,5 @@
60
60
  "reportFile": "jest-sonar-report.xml",
61
61
  "indent": 4
62
62
  },
63
- "gitHead": "8d2c7198d641809b9735065935c831ead1f10f33"
63
+ "gitHead": "d80524acda1e959d9f3d4002c664f9f8ce5ff74d"
64
64
  }