@entur/layout 2.3.19 → 2.3.21-alpha.0
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 +31 -47
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -46,22 +46,6 @@
|
|
|
46
46
|
background: var(--components-layout-card-standard-divide);
|
|
47
47
|
transition: width 0.2s ease-in-out;
|
|
48
48
|
}
|
|
49
|
-
.eds-navigation-card:before {
|
|
50
|
-
content: " ";
|
|
51
|
-
position: absolute;
|
|
52
|
-
display: block;
|
|
53
|
-
top: 0;
|
|
54
|
-
left: 0;
|
|
55
|
-
right: 0;
|
|
56
|
-
bottom: 0;
|
|
57
|
-
box-shadow: 0 0.125rem 1rem 0 rgba(0, 0, 0, 0.1);
|
|
58
|
-
transition: opacity 0.2s ease-in-out;
|
|
59
|
-
opacity: 0;
|
|
60
|
-
border-radius: 0.25rem;
|
|
61
|
-
}
|
|
62
|
-
.eds-contrast .eds-navigation-card:before {
|
|
63
|
-
box-shadow: 0 0.125rem 1rem 0 rgb(57, 61, 121);
|
|
64
|
-
}
|
|
65
49
|
.eds-navigation-card:hover {
|
|
66
50
|
transform: translateY(-0.25rem);
|
|
67
51
|
}
|
|
@@ -222,6 +206,8 @@
|
|
|
222
206
|
}
|
|
223
207
|
/* DO NOT CHANGE!*/
|
|
224
208
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
209
|
+
/* DO NOT CHANGE!*/
|
|
210
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
225
211
|
.eds-badge {
|
|
226
212
|
display: flex;
|
|
227
213
|
justify-content: center;
|
|
@@ -404,6 +390,35 @@
|
|
|
404
390
|
}
|
|
405
391
|
/* DO NOT CHANGE!*/
|
|
406
392
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
393
|
+
.eds-tag {
|
|
394
|
+
background: #e9e9e9;
|
|
395
|
+
color: #181c56;
|
|
396
|
+
display: inline-block;
|
|
397
|
+
min-width: 2rem;
|
|
398
|
+
padding: 0.25rem 0.75rem;
|
|
399
|
+
font-size: 0.875rem;
|
|
400
|
+
line-height: 1.375rem;
|
|
401
|
+
}
|
|
402
|
+
.eds-tag--leading-icon .eds-icon {
|
|
403
|
+
margin-right: 0.5rem;
|
|
404
|
+
}
|
|
405
|
+
.eds-tag--trailing-icon .eds-icon {
|
|
406
|
+
margin-left: 0.5rem;
|
|
407
|
+
}
|
|
408
|
+
.eds-tag--compact {
|
|
409
|
+
font-size: 0.75rem;
|
|
410
|
+
padding: 0.125rem 0.5rem;
|
|
411
|
+
line-height: 1.25rem;
|
|
412
|
+
height: 1.5rem;
|
|
413
|
+
}
|
|
414
|
+
.eds-tag--compact.eds-tag--leading-icon .eds-icon {
|
|
415
|
+
margin-right: 0.25rem;
|
|
416
|
+
}
|
|
417
|
+
.eds-tag--compact.eds-tag--trailing-icon .eds-icon {
|
|
418
|
+
margin-left: 0.25rem;
|
|
419
|
+
}
|
|
420
|
+
/* DO NOT CHANGE!*/
|
|
421
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
407
422
|
/* DO NOT CHANGE!*/
|
|
408
423
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
409
424
|
/* DO NOT CHANGE!*/
|
|
@@ -701,34 +716,3 @@
|
|
|
701
716
|
:root {
|
|
702
717
|
--eds-layout: 1;
|
|
703
718
|
}
|
|
704
|
-
/* DO NOT CHANGE!*/
|
|
705
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
706
|
-
/* DO NOT CHANGE!*/
|
|
707
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
708
|
-
.eds-tag {
|
|
709
|
-
background: #e9e9e9;
|
|
710
|
-
color: #181c56;
|
|
711
|
-
display: inline-block;
|
|
712
|
-
min-width: 2rem;
|
|
713
|
-
padding: 0.25rem 0.75rem;
|
|
714
|
-
font-size: 0.875rem;
|
|
715
|
-
line-height: 1.375rem;
|
|
716
|
-
}
|
|
717
|
-
.eds-tag--leading-icon .eds-icon {
|
|
718
|
-
margin-right: 0.5rem;
|
|
719
|
-
}
|
|
720
|
-
.eds-tag--trailing-icon .eds-icon {
|
|
721
|
-
margin-left: 0.5rem;
|
|
722
|
-
}
|
|
723
|
-
.eds-tag--compact {
|
|
724
|
-
font-size: 0.75rem;
|
|
725
|
-
padding: 0.125rem 0.5rem;
|
|
726
|
-
line-height: 1.25rem;
|
|
727
|
-
height: 1.5rem;
|
|
728
|
-
}
|
|
729
|
-
.eds-tag--compact.eds-tag--leading-icon .eds-icon {
|
|
730
|
-
margin-right: 0.25rem;
|
|
731
|
-
}
|
|
732
|
-
.eds-tag--compact.eds-tag--trailing-icon .eds-icon {
|
|
733
|
-
margin-left: 0.25rem;
|
|
734
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/layout",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.21-alpha.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/layout.esm.js",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/icons": "^7.
|
|
30
|
+
"@entur/icons": "^7.5.0",
|
|
31
31
|
"@entur/tokens": "^3.17.3",
|
|
32
|
-
"@entur/typography": "^1.8.
|
|
33
|
-
"@entur/utils": "^0.
|
|
32
|
+
"@entur/typography": "^1.8.50-alpha.0",
|
|
33
|
+
"@entur/utils": "^1.0.0-alpha.0",
|
|
34
34
|
"classnames": "^2.3.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "b653c119e54372ec210ed20aa99ded642f114c69"
|
|
37
37
|
}
|