@entur/layout 3.1.9-beta.10 → 3.1.9-beta.11
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 +3 -3
package/dist/styles.css
CHANGED
|
@@ -706,6 +706,33 @@
|
|
|
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
|
+
}
|
|
709
736
|
/* DO NOT CHANGE!*/
|
|
710
737
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
711
738
|
/* DO NOT CHANGE!*/
|
|
@@ -1025,30 +1052,3 @@
|
|
|
1025
1052
|
}
|
|
1026
1053
|
/* DO NOT CHANGE!*/
|
|
1027
1054
|
/* 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.9-beta.
|
|
3
|
+
"version": "3.1.9-beta.11",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/layout.esm.js",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@entur/icons": "^8.0.0",
|
|
31
31
|
"@entur/tokens": "^3.19.1",
|
|
32
|
-
"@entur/typography": "^1.10.0-beta.
|
|
32
|
+
"@entur/typography": "^1.10.0-beta.11",
|
|
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": "43d0a9514cbaeb6c8e319c4286bed9bd3ea21b22"
|
|
40
40
|
}
|