@entur/layout 3.1.9-beta.6 → 3.1.9-beta.8

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.
Files changed (2) hide show
  1. package/dist/styles.css +29 -29
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -706,35 +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
- /* DO NOT CHANGE!*/
737
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
738
709
  /* DO NOT CHANGE!*/
739
710
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
740
711
  /* DO NOT CHANGE!*/
@@ -1052,3 +1023,32 @@
1052
1023
  }
1053
1024
  /* DO NOT CHANGE!*/
1054
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.6",
3
+ "version": "3.1.9-beta.8",
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.6",
32
+ "@entur/typography": "^1.10.0-beta.8",
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": "42c5a2e7657f2b5ca17328fcf55873b19e23f94a"
39
+ "gitHead": "75f853e86839313d80d1ea5aa89fb133f42102de"
40
40
  }