@entur-partner/common 11.2.0 → 11.2.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/dist/styles.css CHANGED
@@ -34,6 +34,21 @@
34
34
  height: 100px;
35
35
  }/* DO NOT CHANGE!*/
36
36
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
37
+ .ep-audit-info {
38
+ float: right;
39
+ margin-top: 1rem;
40
+ font-size: 0.875rem;
41
+ }
42
+ .ep-audit-info > div {
43
+ display: flex;
44
+ justify-content: space-between;
45
+ }
46
+
47
+ .ep-audit-info-label {
48
+ margin-right: 3rem;
49
+ font-weight: 600;
50
+ }/* DO NOT CHANGE!*/
51
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
37
52
  /* DO NOT CHANGE!*/
38
53
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
39
54
  .eps-pt-none {
@@ -2278,25 +2293,6 @@
2278
2293
 
2279
2294
  .eps-bg-lavender {
2280
2295
  background-color: #aeb7e2;
2281
- }/* DO NOT CHANGE!*/
2282
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2283
- .ep-audit-info {
2284
- float: right;
2285
- margin-top: 1rem;
2286
- font-size: 0.875rem;
2287
- }
2288
- .ep-audit-info > div {
2289
- display: flex;
2290
- justify-content: space-between;
2291
- }
2292
-
2293
- .ep-audit-info-label {
2294
- margin-right: 3rem;
2295
- font-weight: 600;
2296
- }/* DO NOT CHANGE!*/
2297
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2298
- .eps-confirm-modal-content {
2299
- margin-bottom: 1rem;
2300
2296
  }ol.eds-breadcrumbs {
2301
2297
  padding: 0;
2302
2298
  }/* DO NOT CHANGE!*/
@@ -2320,6 +2316,29 @@
2320
2316
  width: 170px;
2321
2317
  }/* DO NOT CHANGE!*/
2322
2318
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2319
+ .eps-language-select {
2320
+ color: #181c56;
2321
+ }
2322
+ .eps-language-select label {
2323
+ flex: initial;
2324
+ }
2325
+ .eps-language-select .asterisk-margin {
2326
+ margin-left: 0.125rem;
2327
+ }/* DO NOT CHANGE!*/
2328
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2329
+ button.eps-link-button {
2330
+ cursor: pointer;
2331
+ }
2332
+ 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 {
2333
+ background: none;
2334
+ background-color: inherit;
2335
+ border: none;
2336
+ padding: 0;
2337
+ }
2338
+ button.eps-link-button:hover {
2339
+ color: #aeb7e2;
2340
+ }/* DO NOT CHANGE!*/
2341
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2323
2342
  /* DO NOT CHANGE!*/
2324
2343
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2325
2344
  .eps-menu {
@@ -2336,21 +2355,27 @@
2336
2355
  width: 20rem;
2337
2356
  overflow-y: scroll;
2338
2357
  }
2339
- }.multi-language-input:focus {
2340
- outline: none;
2341
2358
  }/* DO NOT CHANGE!*/
2342
2359
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2343
- button.eps-link-button {
2344
- cursor: pointer;
2360
+ .eps-status-label {
2361
+ display: flex;
2362
+ align-items: center;
2345
2363
  }
2346
- 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 {
2347
- background: none;
2348
- background-color: inherit;
2349
- border: none;
2350
- padding: 0;
2364
+ .eps-status-label.center {
2365
+ justify-content: center;
2351
2366
  }
2352
- button.eps-link-button:hover {
2353
- color: #aeb7e2;
2367
+ .eps-status-label__bullet {
2368
+ padding: 5px;
2369
+ margin-bottom: 4px;
2370
+ border-radius: 50%;
2371
+ background: #d1d3d3;
2372
+ margin-right: 10px;
2373
+ }
2374
+ .eps-status-label__bullet.aggressive {
2375
+ background: #ff5959;
2376
+ }
2377
+ .eps-status-label__bullet.active {
2378
+ background: #1a8e60;
2354
2379
  }/* DO NOT CHANGE!*/
2355
2380
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2356
2381
  /* DO NOT CHANGE!*/
@@ -2627,27 +2652,6 @@ button.eps-link-button:hover {
2627
2652
 
2628
2653
  .eps-font-weight-heading {
2629
2654
  font-weight: 1rem;
2630
- }/* DO NOT CHANGE!*/
2631
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2632
- .eps-status-label {
2633
- display: flex;
2634
- align-items: center;
2635
- }
2636
- .eps-status-label.center {
2637
- justify-content: center;
2638
- }
2639
- .eps-status-label__bullet {
2640
- padding: 5px;
2641
- margin-bottom: 4px;
2642
- border-radius: 50%;
2643
- background: #d1d3d3;
2644
- margin-right: 10px;
2645
- }
2646
- .eps-status-label__bullet.aggressive {
2647
- background: #ff5959;
2648
- }
2649
- .eps-status-label__bullet.active {
2650
- background: #1a8e60;
2651
2655
  }.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
2652
2656
  background: none;
2653
2657
  background-color: inherit;
@@ -2658,16 +2662,12 @@ button.eps-link-button:hover {
2658
2662
  outline: inherit;
2659
2663
  height: inherit;
2660
2664
  min-width: inherit;
2665
+ }.multi-language-input:focus {
2666
+ outline: none;
2661
2667
  }/* DO NOT CHANGE!*/
2662
2668
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2663
- .eps-language-select {
2664
- color: #181c56;
2665
- }
2666
- .eps-language-select label {
2667
- flex: initial;
2668
- }
2669
- .eps-language-select .asterisk-margin {
2670
- margin-left: 0.125rem;
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.0",
3
+ "version": "11.2.3",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/common.esm.js",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@entur/button": ">=2.3.6 <4.0.0",
27
- "@entur/dropdown": ">=5.0.3 <8.0.0",
27
+ "@entur/dropdown": ">=5.0.3 <9.0.0",
28
28
  "@entur/expand": "^3.2.17",
29
29
  "@entur/form": ">=5.0.0 <9.0.0",
30
30
  "@entur/icons": ">=7.12.0 <9.0.0",
@@ -36,14 +36,14 @@
36
36
  "react-router-dom": ">=6.30.1"
37
37
  },
38
38
  "dependencies": {
39
- "@entur-partner/util": "^1.3.7",
39
+ "@entur-partner/util": "^1.3.10",
40
40
  "classnames": "^2.5.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@entur-partner/permission-client-node": "3.6.2",
44
- "@entur/tokens": "3.22.2",
44
+ "@entur/tokens": "3.22.3",
45
45
  "identity-obj-proxy": "3.0.0",
46
- "react-router-dom": "7.13.1"
46
+ "react-router-dom": "7.13.2"
47
47
  },
48
48
  "jest": {
49
49
  "setupFilesAfterEnv": [
@@ -61,5 +61,5 @@
61
61
  "reportFile": "jest-sonar-report.xml",
62
62
  "indent": 4
63
63
  },
64
- "gitHead": "90afbdf7324592cb9e675297449aefb85027f9fd"
64
+ "gitHead": "d1b835704f1e49aadd71e2189a97103b5ab3f620"
65
65
  }