@entur-partner/common 11.2.3 → 11.2.4

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 +24 -24
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -2297,6 +2297,10 @@
2297
2297
  padding: 0;
2298
2298
  }/* DO NOT CHANGE!*/
2299
2299
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2300
+ .eps-confirm-modal-content {
2301
+ margin-bottom: 1rem;
2302
+ }/* DO NOT CHANGE!*/
2303
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2300
2304
  /* DO NOT CHANGE!*/
2301
2305
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2302
2306
  .eps-content {
@@ -2308,14 +2312,6 @@
2308
2312
  }
2309
2313
  }/* DO NOT CHANGE!*/
2310
2314
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2311
- .eps-logo-wrapper {
2312
- display: inline-block;
2313
- }
2314
- .eps-logo-wrapper .logo {
2315
- height: auto;
2316
- width: 170px;
2317
- }/* DO NOT CHANGE!*/
2318
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2319
2315
  .eps-language-select {
2320
2316
  color: #181c56;
2321
2317
  }
@@ -2326,6 +2322,14 @@
2326
2322
  margin-left: 0.125rem;
2327
2323
  }/* DO NOT CHANGE!*/
2328
2324
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2325
+ .eps-logo-wrapper {
2326
+ display: inline-block;
2327
+ }
2328
+ .eps-logo-wrapper .logo {
2329
+ height: auto;
2330
+ width: 170px;
2331
+ }/* DO NOT CHANGE!*/
2332
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2329
2333
  button.eps-link-button {
2330
2334
  cursor: pointer;
2331
2335
  }
@@ -2355,6 +2359,8 @@ button.eps-link-button:hover {
2355
2359
  width: 20rem;
2356
2360
  overflow-y: scroll;
2357
2361
  }
2362
+ }.multi-language-input:focus {
2363
+ outline: none;
2358
2364
  }/* DO NOT CHANGE!*/
2359
2365
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2360
2366
  .eps-status-label {
@@ -2376,6 +2382,16 @@ button.eps-link-button:hover {
2376
2382
  }
2377
2383
  .eps-status-label__bullet.active {
2378
2384
  background: #1a8e60;
2385
+ }.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
2386
+ background: none;
2387
+ background-color: inherit;
2388
+ color: inherit;
2389
+ border: none;
2390
+ padding: 0;
2391
+ font: inherit;
2392
+ outline: inherit;
2393
+ height: inherit;
2394
+ min-width: inherit;
2379
2395
  }/* DO NOT CHANGE!*/
2380
2396
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2381
2397
  /* DO NOT CHANGE!*/
@@ -2652,22 +2668,6 @@ button.eps-link-button:hover {
2652
2668
 
2653
2669
  .eps-font-weight-heading {
2654
2670
  font-weight: 1rem;
2655
- }.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
2656
- background: none;
2657
- background-color: inherit;
2658
- color: inherit;
2659
- border: none;
2660
- padding: 0;
2661
- font: inherit;
2662
- outline: inherit;
2663
- height: inherit;
2664
- min-width: inherit;
2665
- }.multi-language-input:focus {
2666
- outline: none;
2667
- }/* DO NOT CHANGE!*/
2668
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2669
- .eps-confirm-modal-content {
2670
- margin-bottom: 1rem;
2671
2671
  }:root {
2672
2672
  --eps-common: 1;
2673
2673
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur-partner/common",
3
- "version": "11.2.3",
3
+ "version": "11.2.4",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/common.esm.js",
@@ -36,7 +36,7 @@
36
36
  "react-router-dom": ">=6.30.1"
37
37
  },
38
38
  "dependencies": {
39
- "@entur-partner/util": "^1.3.10",
39
+ "@entur-partner/util": "^1.3.11",
40
40
  "classnames": "^2.5.1"
41
41
  },
42
42
  "devDependencies": {
@@ -61,5 +61,5 @@
61
61
  "reportFile": "jest-sonar-report.xml",
62
62
  "indent": 4
63
63
  },
64
- "gitHead": "d1b835704f1e49aadd71e2189a97103b5ab3f620"
64
+ "gitHead": "8f63e83c105559db524fb1bc6541361832816a91"
65
65
  }