@entur/layout 3.1.1 → 3.1.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/styles.css +27 -27
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -706,33 +706,6 @@
|
|
|
706
706
|
}
|
|
707
707
|
/* DO NOT CHANGE!*/
|
|
708
708
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
709
|
-
.eds-tag {
|
|
710
|
-
background: #e9e9e9;
|
|
711
|
-
color: #181c56;
|
|
712
|
-
display: inline-block;
|
|
713
|
-
min-width: 2rem;
|
|
714
|
-
padding: 0.25rem 0.75rem;
|
|
715
|
-
font-size: 0.875rem;
|
|
716
|
-
line-height: 1.375rem;
|
|
717
|
-
}
|
|
718
|
-
.eds-tag--leading-icon .eds-icon {
|
|
719
|
-
margin-right: 0.5rem;
|
|
720
|
-
}
|
|
721
|
-
.eds-tag--trailing-icon .eds-icon {
|
|
722
|
-
margin-left: 0.5rem;
|
|
723
|
-
}
|
|
724
|
-
.eds-tag--compact {
|
|
725
|
-
font-size: 0.75rem;
|
|
726
|
-
padding: 0.125rem 0.5rem;
|
|
727
|
-
line-height: 1.25rem;
|
|
728
|
-
height: 1.5rem;
|
|
729
|
-
}
|
|
730
|
-
.eds-tag--compact.eds-tag--leading-icon .eds-icon {
|
|
731
|
-
margin-right: 0.25rem;
|
|
732
|
-
}
|
|
733
|
-
.eds-tag--compact.eds-tag--trailing-icon .eds-icon {
|
|
734
|
-
margin-left: 0.25rem;
|
|
735
|
-
}
|
|
736
709
|
/* DO NOT CHANGE!*/
|
|
737
710
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
738
711
|
/* DO NOT CHANGE!*/
|
|
@@ -1052,3 +1025,30 @@
|
|
|
1052
1025
|
}
|
|
1053
1026
|
/* DO NOT CHANGE!*/
|
|
1054
1027
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1028
|
+
.eds-tag {
|
|
1029
|
+
background: #e9e9e9;
|
|
1030
|
+
color: #181c56;
|
|
1031
|
+
display: inline-block;
|
|
1032
|
+
min-width: 2rem;
|
|
1033
|
+
padding: 0.25rem 0.75rem;
|
|
1034
|
+
font-size: 0.875rem;
|
|
1035
|
+
line-height: 1.375rem;
|
|
1036
|
+
}
|
|
1037
|
+
.eds-tag--leading-icon .eds-icon {
|
|
1038
|
+
margin-right: 0.5rem;
|
|
1039
|
+
}
|
|
1040
|
+
.eds-tag--trailing-icon .eds-icon {
|
|
1041
|
+
margin-left: 0.5rem;
|
|
1042
|
+
}
|
|
1043
|
+
.eds-tag--compact {
|
|
1044
|
+
font-size: 0.75rem;
|
|
1045
|
+
padding: 0.125rem 0.5rem;
|
|
1046
|
+
line-height: 1.25rem;
|
|
1047
|
+
height: 1.5rem;
|
|
1048
|
+
}
|
|
1049
|
+
.eds-tag--compact.eds-tag--leading-icon .eds-icon {
|
|
1050
|
+
margin-right: 0.25rem;
|
|
1051
|
+
}
|
|
1052
|
+
.eds-tag--compact.eds-tag--trailing-icon .eds-icon {
|
|
1053
|
+
margin-left: 0.25rem;
|
|
1054
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/layout",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/layout.esm.js",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/icons": "^7.
|
|
30
|
+
"@entur/icons": "^7.10.0",
|
|
31
31
|
"@entur/tokens": "^3.19.0",
|
|
32
|
-
"@entur/typography": "^1.9.
|
|
32
|
+
"@entur/typography": "^1.9.6",
|
|
33
33
|
"@entur/utils": "^0.12.3",
|
|
34
34
|
"classnames": "^2.3.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"dts-cli": "2.0.5"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "2574ca4c0632d084e2c531ee43e4f066c32c4d89"
|
|
40
40
|
}
|