@entur-partner/common 11.2.0 → 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.
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,27 +2293,12 @@
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
+ }ol.eds-breadcrumbs {
2297
+ padding: 0;
2296
2298
  }/* DO NOT CHANGE!*/
2297
2299
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2298
2300
  .eps-confirm-modal-content {
2299
2301
  margin-bottom: 1rem;
2300
- }ol.eds-breadcrumbs {
2301
- padding: 0;
2302
2302
  }/* DO NOT CHANGE!*/
2303
2303
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2304
2304
  /* DO NOT CHANGE!*/
@@ -2312,6 +2312,16 @@
2312
2312
  }
2313
2313
  }/* DO NOT CHANGE!*/
2314
2314
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2315
+ .eps-language-select {
2316
+ color: #181c56;
2317
+ }
2318
+ .eps-language-select label {
2319
+ flex: initial;
2320
+ }
2321
+ .eps-language-select .asterisk-margin {
2322
+ margin-left: 0.125rem;
2323
+ }/* DO NOT CHANGE!*/
2324
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2315
2325
  .eps-logo-wrapper {
2316
2326
  display: inline-block;
2317
2327
  }
@@ -2320,6 +2330,19 @@
2320
2330
  width: 170px;
2321
2331
  }/* DO NOT CHANGE!*/
2322
2332
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2333
+ button.eps-link-button {
2334
+ cursor: pointer;
2335
+ }
2336
+ 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 {
2337
+ background: none;
2338
+ background-color: inherit;
2339
+ border: none;
2340
+ padding: 0;
2341
+ }
2342
+ button.eps-link-button:hover {
2343
+ color: #aeb7e2;
2344
+ }/* DO NOT CHANGE!*/
2345
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2323
2346
  /* DO NOT CHANGE!*/
2324
2347
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2325
2348
  .eps-menu {
@@ -2340,17 +2363,35 @@
2340
2363
  outline: none;
2341
2364
  }/* DO NOT CHANGE!*/
2342
2365
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2343
- button.eps-link-button {
2344
- cursor: pointer;
2366
+ .eps-status-label {
2367
+ display: flex;
2368
+ align-items: center;
2345
2369
  }
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 {
2370
+ .eps-status-label.center {
2371
+ justify-content: center;
2372
+ }
2373
+ .eps-status-label__bullet {
2374
+ padding: 5px;
2375
+ margin-bottom: 4px;
2376
+ border-radius: 50%;
2377
+ background: #d1d3d3;
2378
+ margin-right: 10px;
2379
+ }
2380
+ .eps-status-label__bullet.aggressive {
2381
+ background: #ff5959;
2382
+ }
2383
+ .eps-status-label__bullet.active {
2384
+ background: #1a8e60;
2385
+ }.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
2347
2386
  background: none;
2348
2387
  background-color: inherit;
2388
+ color: inherit;
2349
2389
  border: none;
2350
2390
  padding: 0;
2351
- }
2352
- button.eps-link-button:hover {
2353
- color: #aeb7e2;
2391
+ font: inherit;
2392
+ outline: inherit;
2393
+ height: inherit;
2394
+ min-width: inherit;
2354
2395
  }/* DO NOT CHANGE!*/
2355
2396
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2356
2397
  /* DO NOT CHANGE!*/
@@ -2627,47 +2668,6 @@ button.eps-link-button:hover {
2627
2668
 
2628
2669
  .eps-font-weight-heading {
2629
2670
  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
- }.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
2652
- background: none;
2653
- background-color: inherit;
2654
- color: inherit;
2655
- border: none;
2656
- padding: 0;
2657
- font: inherit;
2658
- outline: inherit;
2659
- height: inherit;
2660
- min-width: inherit;
2661
- }/* DO NOT CHANGE!*/
2662
- /* 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;
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.4",
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.11",
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": "8f63e83c105559db524fb1bc6541361832816a91"
65
65
  }