@entur/layout 3.1.9-beta.8 → 3.1.9-beta.9
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 -31
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -708,6 +708,37 @@
|
|
|
708
708
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
709
709
|
/* DO NOT CHANGE!*/
|
|
710
710
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
711
|
+
.eds-tag {
|
|
712
|
+
background: #e9e9e9;
|
|
713
|
+
color: #181c56;
|
|
714
|
+
display: inline-block;
|
|
715
|
+
min-width: 2rem;
|
|
716
|
+
padding: 0.25rem 0.75rem;
|
|
717
|
+
font-size: 0.875rem;
|
|
718
|
+
line-height: 1.375rem;
|
|
719
|
+
}
|
|
720
|
+
.eds-tag--leading-icon .eds-icon {
|
|
721
|
+
margin-right: 0.5rem;
|
|
722
|
+
}
|
|
723
|
+
.eds-tag--trailing-icon .eds-icon {
|
|
724
|
+
margin-left: 0.5rem;
|
|
725
|
+
}
|
|
726
|
+
.eds-tag--compact {
|
|
727
|
+
font-size: 0.75rem;
|
|
728
|
+
padding: 0.125rem 0.5rem;
|
|
729
|
+
line-height: 1.25rem;
|
|
730
|
+
height: 1.5rem;
|
|
731
|
+
}
|
|
732
|
+
.eds-tag--compact.eds-tag--leading-icon .eds-icon {
|
|
733
|
+
margin-right: 0.25rem;
|
|
734
|
+
}
|
|
735
|
+
.eds-tag--compact.eds-tag--trailing-icon .eds-icon {
|
|
736
|
+
margin-left: 0.25rem;
|
|
737
|
+
}
|
|
738
|
+
/* DO NOT CHANGE!*/
|
|
739
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
740
|
+
/* DO NOT CHANGE!*/
|
|
741
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
711
742
|
/* DO NOT CHANGE!*/
|
|
712
743
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
713
744
|
[data-color-mode=light],
|
|
@@ -1021,34 +1052,3 @@
|
|
|
1021
1052
|
:root {
|
|
1022
1053
|
--eds-layout: 1;
|
|
1023
1054
|
}
|
|
1024
|
-
/* DO NOT CHANGE!*/
|
|
1025
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
1026
|
-
/* DO NOT CHANGE!*/
|
|
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.9-beta.
|
|
3
|
+
"version": "3.1.9-beta.9",
|
|
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.9",
|
|
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": "6f685d2e4ac13bdaf9c6480f9e7922c9d8f4619c"
|
|
40
40
|
}
|