@entur-partner/common 10.0.1 → 10.0.2
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/Link.d.ts +1 -1
- package/dist/common.cjs.development.js +7 -7
- package/dist/common.cjs.development.js.map +1 -1
- package/dist/common.cjs.production.min.js +1 -1
- package/dist/common.cjs.production.min.js.map +1 -1
- package/dist/common.esm.js +1 -1
- package/dist/common.esm.js.map +1 -1
- package/dist/styles.css +89 -89
- package/package.json +8 -5
package/dist/styles.css
CHANGED
|
@@ -2,55 +2,6 @@
|
|
|
2
2
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
3
|
/* DO NOT CHANGE!*/
|
|
4
4
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
5
|
-
.eps-action-bar {
|
|
6
|
-
position: fixed;
|
|
7
|
-
bottom: 0;
|
|
8
|
-
left: 0;
|
|
9
|
-
right: 0;
|
|
10
|
-
background-color: #f8f8f8;
|
|
11
|
-
border-top: 2px solid #e9e9e9;
|
|
12
|
-
padding: 15px 15px 15px 80px;
|
|
13
|
-
display: flex;
|
|
14
|
-
justify-content: space-between;
|
|
15
|
-
z-index: 3;
|
|
16
|
-
}
|
|
17
|
-
@media screen and (min-width: 50rem) {
|
|
18
|
-
.eps-action-bar {
|
|
19
|
-
left: 20rem;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
.eps-action-bar-right {
|
|
23
|
-
display: flex;
|
|
24
|
-
align-items: flex-start;
|
|
25
|
-
}
|
|
26
|
-
.eps-action-bar-right > *:not(:first-child) {
|
|
27
|
-
margin-left: 1rem;
|
|
28
|
-
}
|
|
29
|
-
.eps-action-bar-left > *:not(:first-child) {
|
|
30
|
-
margin-left: 1rem;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.eps-action-bar-padding {
|
|
34
|
-
height: 100px;
|
|
35
|
-
}/* DO NOT CHANGE!*/
|
|
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. */
|
|
52
|
-
/* DO NOT CHANGE!*/
|
|
53
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
54
5
|
.eps-pt-none {
|
|
55
6
|
padding-top: 0rem;
|
|
56
7
|
}
|
|
@@ -2295,10 +2246,38 @@
|
|
|
2295
2246
|
background-color: #aeb7e2;
|
|
2296
2247
|
}/* DO NOT CHANGE!*/
|
|
2297
2248
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2249
|
+
/* DO NOT CHANGE!*/
|
|
2250
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2251
|
+
.eps-action-bar {
|
|
2252
|
+
position: fixed;
|
|
2253
|
+
bottom: 0;
|
|
2254
|
+
left: 0;
|
|
2255
|
+
right: 0;
|
|
2256
|
+
background-color: #f8f8f8;
|
|
2257
|
+
border-top: 2px solid #e9e9e9;
|
|
2258
|
+
padding: 15px 15px 15px 80px;
|
|
2259
|
+
display: flex;
|
|
2260
|
+
justify-content: space-between;
|
|
2261
|
+
z-index: 3;
|
|
2262
|
+
}
|
|
2263
|
+
@media screen and (min-width: 50rem) {
|
|
2264
|
+
.eps-action-bar {
|
|
2265
|
+
left: 20rem;
|
|
2266
|
+
}
|
|
2267
|
+
}
|
|
2268
|
+
.eps-action-bar-right {
|
|
2269
|
+
display: flex;
|
|
2270
|
+
align-items: flex-start;
|
|
2271
|
+
}
|
|
2272
|
+
.eps-action-bar-right > *:not(:first-child) {
|
|
2273
|
+
margin-left: 1rem;
|
|
2274
|
+
}
|
|
2275
|
+
.eps-action-bar-left > *:not(:first-child) {
|
|
2276
|
+
margin-left: 1rem;
|
|
2277
|
+
}
|
|
2278
|
+
|
|
2279
|
+
.eps-action-bar-padding {
|
|
2280
|
+
height: 100px;
|
|
2302
2281
|
}/* DO NOT CHANGE!*/
|
|
2303
2282
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2304
2283
|
/* DO NOT CHANGE!*/
|
|
@@ -2322,6 +2301,24 @@
|
|
|
2322
2301
|
margin-left: 0.125rem;
|
|
2323
2302
|
}/* DO NOT CHANGE!*/
|
|
2324
2303
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2304
|
+
/* DO NOT CHANGE!*/
|
|
2305
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2306
|
+
.eps-menu {
|
|
2307
|
+
position: relative;
|
|
2308
|
+
width: 100%;
|
|
2309
|
+
z-index: 30;
|
|
2310
|
+
}
|
|
2311
|
+
@media screen and (min-width: 50rem) {
|
|
2312
|
+
.eps-menu {
|
|
2313
|
+
left: 0;
|
|
2314
|
+
top: 0;
|
|
2315
|
+
position: fixed;
|
|
2316
|
+
height: 100vh;
|
|
2317
|
+
width: 20rem;
|
|
2318
|
+
overflow-y: scroll;
|
|
2319
|
+
}
|
|
2320
|
+
}/* DO NOT CHANGE!*/
|
|
2321
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2325
2322
|
button.eps-link-button {
|
|
2326
2323
|
cursor: pointer;
|
|
2327
2324
|
}
|
|
@@ -2333,10 +2330,33 @@ button.eps-link-button, button.eps-link-button:hover, button.eps-link-button:foc
|
|
|
2333
2330
|
}
|
|
2334
2331
|
button.eps-link-button:hover {
|
|
2335
2332
|
color: #aeb7e2;
|
|
2333
|
+
}/* DO NOT CHANGE!*/
|
|
2334
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2335
|
+
.eps-logo-wrapper {
|
|
2336
|
+
display: inline-block;
|
|
2337
|
+
}
|
|
2338
|
+
.eps-logo-wrapper .logo {
|
|
2339
|
+
height: auto;
|
|
2340
|
+
width: 170px;
|
|
2336
2341
|
}.multi-language-input:focus {
|
|
2337
2342
|
outline: none;
|
|
2338
2343
|
}/* DO NOT CHANGE!*/
|
|
2339
2344
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2345
|
+
.ep-audit-info {
|
|
2346
|
+
float: right;
|
|
2347
|
+
margin-top: 1rem;
|
|
2348
|
+
font-size: 0.875rem;
|
|
2349
|
+
}
|
|
2350
|
+
.ep-audit-info > div {
|
|
2351
|
+
display: flex;
|
|
2352
|
+
justify-content: space-between;
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
.ep-audit-info-label {
|
|
2356
|
+
margin-right: 3rem;
|
|
2357
|
+
font-weight: 600;
|
|
2358
|
+
}/* DO NOT CHANGE!*/
|
|
2359
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2340
2360
|
/* DO NOT CHANGE!*/
|
|
2341
2361
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2342
2362
|
.eps-font-size-extraSmall {
|
|
@@ -2611,6 +2631,22 @@ button.eps-link-button:hover {
|
|
|
2611
2631
|
|
|
2612
2632
|
.eps-font-weight-heading {
|
|
2613
2633
|
font-weight: 1rem;
|
|
2634
|
+
}ol.eds-breadcrumbs {
|
|
2635
|
+
padding: 0;
|
|
2636
|
+
}/* DO NOT CHANGE!*/
|
|
2637
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2638
|
+
.eps-confirm-modal-content {
|
|
2639
|
+
margin-bottom: 1rem;
|
|
2640
|
+
}.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
|
|
2641
|
+
background: none;
|
|
2642
|
+
background-color: inherit;
|
|
2643
|
+
color: inherit;
|
|
2644
|
+
border: none;
|
|
2645
|
+
padding: 0;
|
|
2646
|
+
font: inherit;
|
|
2647
|
+
outline: inherit;
|
|
2648
|
+
height: inherit;
|
|
2649
|
+
min-width: inherit;
|
|
2614
2650
|
}/* DO NOT CHANGE!*/
|
|
2615
2651
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2616
2652
|
.eps-status-label {
|
|
@@ -2632,16 +2668,6 @@ button.eps-link-button:hover {
|
|
|
2632
2668
|
}
|
|
2633
2669
|
.eps-status-label__bullet.active {
|
|
2634
2670
|
background: #1a8e60;
|
|
2635
|
-
}.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
|
|
2636
|
-
background: none;
|
|
2637
|
-
background-color: inherit;
|
|
2638
|
-
color: inherit;
|
|
2639
|
-
border: none;
|
|
2640
|
-
padding: 0;
|
|
2641
|
-
font: inherit;
|
|
2642
|
-
outline: inherit;
|
|
2643
|
-
height: inherit;
|
|
2644
|
-
min-width: inherit;
|
|
2645
2671
|
}/* DO NOT CHANGE!*/
|
|
2646
2672
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2647
2673
|
/**
|
|
@@ -2734,32 +2760,6 @@ button.eps-link-button:hover {
|
|
|
2734
2760
|
#eps-overflow-menu .eps-overflow-menu__item {
|
|
2735
2761
|
border-radius: 0.25rem;
|
|
2736
2762
|
border: solid 0.0625rem #54568c;
|
|
2737
|
-
}/* DO NOT CHANGE!*/
|
|
2738
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2739
|
-
.eps-logo-wrapper {
|
|
2740
|
-
display: inline-block;
|
|
2741
|
-
}
|
|
2742
|
-
.eps-logo-wrapper .logo {
|
|
2743
|
-
height: auto;
|
|
2744
|
-
width: 170px;
|
|
2745
|
-
}/* DO NOT CHANGE!*/
|
|
2746
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2747
|
-
/* DO NOT CHANGE!*/
|
|
2748
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2749
|
-
.eps-menu {
|
|
2750
|
-
position: relative;
|
|
2751
|
-
width: 100%;
|
|
2752
|
-
z-index: 30;
|
|
2753
|
-
}
|
|
2754
|
-
@media screen and (min-width: 50rem) {
|
|
2755
|
-
.eps-menu {
|
|
2756
|
-
left: 0;
|
|
2757
|
-
top: 0;
|
|
2758
|
-
position: fixed;
|
|
2759
|
-
height: 100vh;
|
|
2760
|
-
width: 20rem;
|
|
2761
|
-
overflow-y: scroll;
|
|
2762
|
-
}
|
|
2763
2763
|
}:root {
|
|
2764
2764
|
--eps-common: 1;
|
|
2765
2765
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur-partner/common",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/common.esm.js",
|
|
@@ -33,19 +33,22 @@
|
|
|
33
33
|
"@entur/tooltip": ">=2.4.7 <6.0.0",
|
|
34
34
|
"react": ">=18.0.0",
|
|
35
35
|
"react-dom": ">=18.0.0",
|
|
36
|
-
"react-router-dom": "
|
|
36
|
+
"react-router-dom": ">=6.30.1"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@entur-partner/util": "^1.3.
|
|
39
|
+
"@entur-partner/util": "^1.3.4",
|
|
40
40
|
"classnames": "^2.2.6"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@entur-partner/permission-client-node": "3.4.6",
|
|
44
44
|
"@entur/tokens": "3.17.3",
|
|
45
45
|
"identity-obj-proxy": "3.0.0",
|
|
46
|
-
"react-router-dom": "
|
|
46
|
+
"react-router-dom": "7.11.0"
|
|
47
47
|
},
|
|
48
48
|
"jest": {
|
|
49
|
+
"setupFilesAfterEnv": [
|
|
50
|
+
"./jest-setup.js"
|
|
51
|
+
],
|
|
49
52
|
"moduleNameMapper": {
|
|
50
53
|
"\\.(css|less|sass|scss)$": "identity-obj-proxy"
|
|
51
54
|
},
|
|
@@ -58,5 +61,5 @@
|
|
|
58
61
|
"reportFile": "jest-sonar-report.xml",
|
|
59
62
|
"indent": 4
|
|
60
63
|
},
|
|
61
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "a3ce597af3db43bb6d3145485a3e04f6b68a8dcd"
|
|
62
65
|
}
|