@entur-partner/common 11.0.0-alpha.0 → 11.0.0-alpha.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.
Files changed (2) hide show
  1. package/dist/styles.css +121 -121
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -1,67 +1,5 @@
1
- @import '@entur/loader/dist/styles.css';
2
1
  /* DO NOT CHANGE!*/
3
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
4
- .top-navigation {
5
- display: flex;
6
- align-items: center;
7
- position: fixed;
8
- top: 0;
9
- left: 0;
10
- padding-inline: 2.5rem;
11
- justify-content: flex-start;
12
- border-bottom: 0.125rem solid var(--designentur-header-default-divider);
13
- background: #292b6a;
14
- width: 100%;
15
- height: 5rem;
16
- z-index: 20;
17
- transition: margin-left 0.1s ease-out;
18
- gap: 1.5rem;
19
- }
20
- .top-navigation .eds-top-navigation-item {
21
- color: white;
22
- }
23
- .top-navigation .eds-top-navigation-item:hover {
24
- color: white;
25
- }
26
- .top-navigation .eds-top-navigation-item--active {
27
- color: white;
28
- font-weight: bold;
29
- }
30
- .top-navigation--frontpage {
31
- border-bottom: none;
32
- }
33
- .top-navigation__logo {
34
- margin-right: 1.5rem;
35
- }
36
- .top-navigation__logo:focus-visible {
37
- outline: none;
38
- box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
39
- outline-offset: 0.125rem;
40
- }
41
- .top-navigation__actions {
42
- margin-left: auto;
43
- display: flex;
44
- align-items: center;
45
- }
46
- .top-navigation__button {
47
- color: #ffffff;
48
- }
49
- .top-navigation__button:hover {
50
- color: #292b6a;
51
- }
52
- @media screen and (max-width: 1108px) {
53
- .top-navigation {
54
- padding-inline: 1.5rem;
55
- }
56
- .top-navigation .eds-top-navigation-item {
57
- font-size: 14px;
58
- padding: 0.75rem;
59
- }
60
- .top-navigation__logo {
61
- margin-right: 1.5rem;
62
- }
63
- }/* DO NOT CHANGE!*/
64
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
65
3
  /* DO NOT CHANGE!*/
66
4
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
67
5
  .eps-action-bar {
@@ -96,21 +34,6 @@
96
34
  height: 100px;
97
35
  }/* DO NOT CHANGE!*/
98
36
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
99
- .ep-audit-info {
100
- float: right;
101
- margin-top: 1rem;
102
- font-size: 0.875rem;
103
- }
104
- .ep-audit-info > div {
105
- display: flex;
106
- justify-content: space-between;
107
- }
108
-
109
- .ep-audit-info-label {
110
- margin-right: 3rem;
111
- font-weight: 600;
112
- }/* DO NOT CHANGE!*/
113
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
114
37
  /* DO NOT CHANGE!*/
115
38
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
116
39
  .eps-pt-none {
@@ -2359,8 +2282,19 @@
2359
2282
  padding: 0;
2360
2283
  }/* DO NOT CHANGE!*/
2361
2284
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2362
- .eps-confirm-modal-content {
2363
- margin-bottom: 1rem;
2285
+ .ep-audit-info {
2286
+ float: right;
2287
+ margin-top: 1rem;
2288
+ font-size: 0.875rem;
2289
+ }
2290
+ .ep-audit-info > div {
2291
+ display: flex;
2292
+ justify-content: space-between;
2293
+ }
2294
+
2295
+ .ep-audit-info-label {
2296
+ margin-right: 3rem;
2297
+ font-weight: 600;
2364
2298
  }/* DO NOT CHANGE!*/
2365
2299
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2366
2300
  /* DO NOT CHANGE!*/
@@ -2381,14 +2315,68 @@
2381
2315
  .eps-public-content {
2382
2316
  margin-left: 12rem;
2383
2317
  }
2384
- }/* DO NOT CHANGE!*/
2318
+ }@import '@entur/loader/dist/styles.css';
2319
+ /* DO NOT CHANGE!*/
2385
2320
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2386
- .eps-logo-wrapper {
2387
- display: inline-block;
2321
+ .top-navigation {
2322
+ display: flex;
2323
+ align-items: center;
2324
+ position: fixed;
2325
+ top: 0;
2326
+ left: 0;
2327
+ padding-inline: 2.5rem;
2328
+ justify-content: flex-start;
2329
+ border-bottom: 0.125rem solid var(--designentur-header-default-divider);
2330
+ background: #292b6a;
2331
+ width: 100%;
2332
+ height: 5rem;
2333
+ z-index: 20;
2334
+ transition: margin-left 0.1s ease-out;
2335
+ gap: 1.5rem;
2388
2336
  }
2389
- .eps-logo-wrapper .logo {
2390
- height: auto;
2391
- width: 170px;
2337
+ .top-navigation .eds-top-navigation-item {
2338
+ color: white;
2339
+ }
2340
+ .top-navigation .eds-top-navigation-item:hover {
2341
+ color: white;
2342
+ }
2343
+ .top-navigation .eds-top-navigation-item--active {
2344
+ color: white;
2345
+ font-weight: bold;
2346
+ }
2347
+ .top-navigation--frontpage {
2348
+ border-bottom: none;
2349
+ }
2350
+ .top-navigation__logo {
2351
+ margin-right: 1.5rem;
2352
+ }
2353
+ .top-navigation__logo:focus-visible {
2354
+ outline: none;
2355
+ box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
2356
+ outline-offset: 0.125rem;
2357
+ }
2358
+ .top-navigation__actions {
2359
+ margin-left: auto;
2360
+ display: flex;
2361
+ align-items: center;
2362
+ }
2363
+ .top-navigation__button {
2364
+ color: #ffffff;
2365
+ }
2366
+ .top-navigation__button:hover {
2367
+ color: #292b6a;
2368
+ }
2369
+ @media screen and (max-width: 1108px) {
2370
+ .top-navigation {
2371
+ padding-inline: 1.5rem;
2372
+ }
2373
+ .top-navigation .eds-top-navigation-item {
2374
+ font-size: 14px;
2375
+ padding: 0.75rem;
2376
+ }
2377
+ .top-navigation__logo {
2378
+ margin-right: 1.5rem;
2379
+ }
2392
2380
  }/* DO NOT CHANGE!*/
2393
2381
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2394
2382
  .eps-language-select {
@@ -2401,6 +2389,10 @@
2401
2389
  margin-left: 0.125rem;
2402
2390
  }/* DO NOT CHANGE!*/
2403
2391
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2392
+ .eps-confirm-modal-content {
2393
+ margin-bottom: 1rem;
2394
+ }/* DO NOT CHANGE!*/
2395
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2404
2396
  button.eps-link-button {
2405
2397
  cursor: pointer;
2406
2398
  }
@@ -2416,25 +2408,12 @@ button.eps-link-button:hover {
2416
2408
  outline: none;
2417
2409
  }/* DO NOT CHANGE!*/
2418
2410
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2419
- .eps-status-label {
2420
- display: flex;
2421
- align-items: center;
2422
- }
2423
- .eps-status-label.center {
2424
- justify-content: center;
2425
- }
2426
- .eps-status-label__bullet {
2427
- padding: 5px;
2428
- margin-bottom: 4px;
2429
- border-radius: 50%;
2430
- background: #d1d3d3;
2431
- margin-right: 10px;
2432
- }
2433
- .eps-status-label__bullet.aggressive {
2434
- background: #ff5959;
2411
+ .eps-logo-wrapper {
2412
+ display: inline-block;
2435
2413
  }
2436
- .eps-status-label__bullet.active {
2437
- background: #1a8e60;
2414
+ .eps-logo-wrapper .logo {
2415
+ height: auto;
2416
+ width: 170px;
2438
2417
  }/* DO NOT CHANGE!*/
2439
2418
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2440
2419
  /* DO NOT CHANGE!*/
@@ -2711,6 +2690,27 @@ button.eps-link-button:hover {
2711
2690
 
2712
2691
  .eps-font-weight-heading {
2713
2692
  font-weight: 1rem;
2693
+ }/* DO NOT CHANGE!*/
2694
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2695
+ .eps-status-label {
2696
+ display: flex;
2697
+ align-items: center;
2698
+ }
2699
+ .eps-status-label.center {
2700
+ justify-content: center;
2701
+ }
2702
+ .eps-status-label__bullet {
2703
+ padding: 5px;
2704
+ margin-bottom: 4px;
2705
+ border-radius: 50%;
2706
+ background: #d1d3d3;
2707
+ margin-right: 10px;
2708
+ }
2709
+ .eps-status-label__bullet.aggressive {
2710
+ background: #ff5959;
2711
+ }
2712
+ .eps-status-label__bullet.active {
2713
+ background: #1a8e60;
2714
2714
  }.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
2715
2715
  background: none;
2716
2716
  background-color: inherit;
@@ -2723,6 +2723,24 @@ button.eps-link-button:hover {
2723
2723
  min-width: inherit;
2724
2724
  }/* DO NOT CHANGE!*/
2725
2725
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2726
+ /* DO NOT CHANGE!*/
2727
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2728
+ .eps-menu {
2729
+ position: relative;
2730
+ width: 100%;
2731
+ z-index: 30;
2732
+ }
2733
+ @media screen and (min-width: 50rem) {
2734
+ .eps-menu {
2735
+ left: 0;
2736
+ top: 0;
2737
+ position: fixed;
2738
+ height: 100vh;
2739
+ width: 20rem;
2740
+ overflow-y: scroll;
2741
+ }
2742
+ }/* DO NOT CHANGE!*/
2743
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2726
2744
  /**
2727
2745
  PS! We use #eps-user-menu to prevent the micro frontends overriding the styles. By using
2728
2746
  an id we have a higher specificity. We should explore a better solution later. Ideally
@@ -2813,24 +2831,6 @@ button.eps-link-button:hover {
2813
2831
  #eps-overflow-menu .eps-overflow-menu__item {
2814
2832
  border-radius: 0.25rem;
2815
2833
  border: solid 0.0625rem #54568c;
2816
- }/* DO NOT CHANGE!*/
2817
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2818
- /* DO NOT CHANGE!*/
2819
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
2820
- .eps-menu {
2821
- position: relative;
2822
- width: 100%;
2823
- z-index: 30;
2824
- }
2825
- @media screen and (min-width: 50rem) {
2826
- .eps-menu {
2827
- left: 0;
2828
- top: 0;
2829
- position: fixed;
2830
- height: 100vh;
2831
- width: 20rem;
2832
- overflow-y: scroll;
2833
- }
2834
2834
  }:root {
2835
2835
  --eps-common: 1;
2836
2836
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur-partner/common",
3
- "version": "11.0.0-alpha.0",
3
+ "version": "11.0.0-alpha.1",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/common.esm.js",
@@ -58,5 +58,5 @@
58
58
  "reportFile": "jest-sonar-report.xml",
59
59
  "indent": 4
60
60
  },
61
- "gitHead": "4f7923dfa4d48067fb9403b46572a98eb4842f58"
61
+ "gitHead": "155f3d881a185e71bb143db88082de77e9972bfc"
62
62
  }