@entur/layout 3.1.6-beta.0 → 3.1.6

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 +31 -31
  2. package/package.json +4 -4
package/dist/styles.css CHANGED
@@ -708,37 +708,6 @@
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. */
742
711
  /* DO NOT CHANGE!*/
743
712
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
744
713
  [data-color-mode=light],
@@ -1052,3 +1021,34 @@
1052
1021
  :root {
1053
1022
  --eds-layout: 1;
1054
1023
  }
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.6-beta.0",
3
+ "version": "3.1.6",
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.13.0-beta.0",
30
+ "@entur/icons": "^7.13.0",
31
31
  "@entur/tokens": "^3.19.1",
32
- "@entur/typography": "^1.9.10-beta.0",
32
+ "@entur/typography": "^1.9.10",
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": "395ed0106e0bd13be76da11ee8ae35b3197ab218"
39
+ "gitHead": "fce8c4670732d7dd2742d18f0d7759a364ba2c3c"
40
40
  }