@entur-partner/common 11.1.2 → 11.1.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/common.cjs.development.js +21 -51
- 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 +22 -52
- package/dist/common.esm.js.map +1 -1
- package/dist/styles.css +82 -82
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -2,6 +2,55 @@
|
|
|
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. */
|
|
5
54
|
.eps-pt-none {
|
|
6
55
|
padding-top: 0rem;
|
|
7
56
|
}
|
|
@@ -2244,25 +2293,14 @@
|
|
|
2244
2293
|
|
|
2245
2294
|
.eps-bg-lavender {
|
|
2246
2295
|
background-color: #aeb7e2;
|
|
2247
|
-
}/* DO NOT CHANGE!*/
|
|
2248
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2249
|
-
.ep-audit-info {
|
|
2250
|
-
float: right;
|
|
2251
|
-
margin-top: 1rem;
|
|
2252
|
-
font-size: 0.875rem;
|
|
2253
|
-
}
|
|
2254
|
-
.ep-audit-info > div {
|
|
2255
|
-
display: flex;
|
|
2256
|
-
justify-content: space-between;
|
|
2257
|
-
}
|
|
2258
|
-
|
|
2259
|
-
.ep-audit-info-label {
|
|
2260
|
-
margin-right: 3rem;
|
|
2261
|
-
font-weight: 600;
|
|
2262
2296
|
}ol.eds-breadcrumbs {
|
|
2263
2297
|
padding: 0;
|
|
2264
2298
|
}/* DO NOT CHANGE!*/
|
|
2265
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. */
|
|
2266
2304
|
/* DO NOT CHANGE!*/
|
|
2267
2305
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2268
2306
|
.eps-content {
|
|
@@ -2274,20 +2312,6 @@
|
|
|
2274
2312
|
}
|
|
2275
2313
|
}/* DO NOT CHANGE!*/
|
|
2276
2314
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2277
|
-
.eps-confirm-modal-content {
|
|
2278
|
-
margin-bottom: 1rem;
|
|
2279
|
-
}/* DO NOT CHANGE!*/
|
|
2280
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2281
|
-
.eps-language-select {
|
|
2282
|
-
color: #181c56;
|
|
2283
|
-
}
|
|
2284
|
-
.eps-language-select label {
|
|
2285
|
-
flex: initial;
|
|
2286
|
-
}
|
|
2287
|
-
.eps-language-select .asterisk-margin {
|
|
2288
|
-
margin-left: 0.125rem;
|
|
2289
|
-
}/* DO NOT CHANGE!*/
|
|
2290
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2291
2315
|
.eps-logo-wrapper {
|
|
2292
2316
|
display: inline-block;
|
|
2293
2317
|
}
|
|
@@ -2296,17 +2320,14 @@
|
|
|
2296
2320
|
width: 170px;
|
|
2297
2321
|
}/* DO NOT CHANGE!*/
|
|
2298
2322
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2299
|
-
|
|
2300
|
-
|
|
2323
|
+
.eps-language-select {
|
|
2324
|
+
color: #181c56;
|
|
2301
2325
|
}
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
background-color: inherit;
|
|
2305
|
-
border: none;
|
|
2306
|
-
padding: 0;
|
|
2326
|
+
.eps-language-select label {
|
|
2327
|
+
flex: initial;
|
|
2307
2328
|
}
|
|
2308
|
-
|
|
2309
|
-
|
|
2329
|
+
.eps-language-select .asterisk-margin {
|
|
2330
|
+
margin-left: 0.125rem;
|
|
2310
2331
|
}/* DO NOT CHANGE!*/
|
|
2311
2332
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2312
2333
|
/* DO NOT CHANGE!*/
|
|
@@ -2325,6 +2346,19 @@ button.eps-link-button:hover {
|
|
|
2325
2346
|
width: 20rem;
|
|
2326
2347
|
overflow-y: scroll;
|
|
2327
2348
|
}
|
|
2349
|
+
}/* DO NOT CHANGE!*/
|
|
2350
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2351
|
+
button.eps-link-button {
|
|
2352
|
+
cursor: pointer;
|
|
2353
|
+
}
|
|
2354
|
+
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 {
|
|
2355
|
+
background: none;
|
|
2356
|
+
background-color: inherit;
|
|
2357
|
+
border: none;
|
|
2358
|
+
padding: 0;
|
|
2359
|
+
}
|
|
2360
|
+
button.eps-link-button:hover {
|
|
2361
|
+
color: #aeb7e2;
|
|
2328
2362
|
}.multi-language-input:focus {
|
|
2329
2363
|
outline: none;
|
|
2330
2364
|
}/* DO NOT CHANGE!*/
|
|
@@ -2348,6 +2382,16 @@ button.eps-link-button:hover {
|
|
|
2348
2382
|
}
|
|
2349
2383
|
.eps-status-label__bullet.active {
|
|
2350
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;
|
|
2351
2395
|
}/* DO NOT CHANGE!*/
|
|
2352
2396
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2353
2397
|
/* DO NOT CHANGE!*/
|
|
@@ -2624,50 +2668,6 @@ button.eps-link-button:hover {
|
|
|
2624
2668
|
|
|
2625
2669
|
.eps-font-weight-heading {
|
|
2626
2670
|
font-weight: 1rem;
|
|
2627
|
-
}/* DO NOT CHANGE!*/
|
|
2628
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2629
|
-
/* DO NOT CHANGE!*/
|
|
2630
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
2631
|
-
.eps-action-bar {
|
|
2632
|
-
position: fixed;
|
|
2633
|
-
bottom: 0;
|
|
2634
|
-
left: 0;
|
|
2635
|
-
right: 0;
|
|
2636
|
-
background-color: #f8f8f8;
|
|
2637
|
-
border-top: 2px solid #e9e9e9;
|
|
2638
|
-
padding: 15px 15px 15px 80px;
|
|
2639
|
-
display: flex;
|
|
2640
|
-
justify-content: space-between;
|
|
2641
|
-
z-index: 3;
|
|
2642
|
-
}
|
|
2643
|
-
@media screen and (min-width: 50rem) {
|
|
2644
|
-
.eps-action-bar {
|
|
2645
|
-
left: 20rem;
|
|
2646
|
-
}
|
|
2647
|
-
}
|
|
2648
|
-
.eps-action-bar-right {
|
|
2649
|
-
display: flex;
|
|
2650
|
-
align-items: flex-start;
|
|
2651
|
-
}
|
|
2652
|
-
.eps-action-bar-right > *:not(:first-child) {
|
|
2653
|
-
margin-left: 1rem;
|
|
2654
|
-
}
|
|
2655
|
-
.eps-action-bar-left > *:not(:first-child) {
|
|
2656
|
-
margin-left: 1rem;
|
|
2657
|
-
}
|
|
2658
|
-
|
|
2659
|
-
.eps-action-bar-padding {
|
|
2660
|
-
height: 100px;
|
|
2661
|
-
}.eps-unbutton, .eps-unbutton:hover, .eps-unbutton:focus, .eps-unbutton:active:focus, .eps-unbutton:active:hover, .eps-unbutton:active {
|
|
2662
|
-
background: none;
|
|
2663
|
-
background-color: inherit;
|
|
2664
|
-
color: inherit;
|
|
2665
|
-
border: none;
|
|
2666
|
-
padding: 0;
|
|
2667
|
-
font: inherit;
|
|
2668
|
-
outline: inherit;
|
|
2669
|
-
height: inherit;
|
|
2670
|
-
min-width: inherit;
|
|
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.1.
|
|
3
|
+
"version": "11.1.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 <
|
|
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",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"reportFile": "jest-sonar-report.xml",
|
|
62
62
|
"indent": 4
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "e1f7abd011b0e58f7c4d921920f8171f9a76adf5"
|
|
65
65
|
}
|