@entur/layout 2.1.10 → 2.1.12-RC.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.1.12-RC.0](https://bitbucket.org/enturas/design-system/compare/@entur/layout@2.1.12-alpha.1...@entur/layout@2.1.12-RC.0) (2022-11-21)
7
+
8
+ **Note:** Version bump only for package @entur/layout
9
+
10
+ ## [2.1.12-alpha.1](https://bitbucket.org/enturas/design-system/compare/@entur/layout@2.1.12-alpha.0...@entur/layout@2.1.12-alpha.1) (2022-10-26)
11
+
12
+ **Note:** Version bump only for package @entur/layout
13
+
14
+ ## [2.1.12-alpha.0](https://bitbucket.org/enturas/design-system/compare/@entur/layout@2.1.11...@entur/layout@2.1.12-alpha.0) (2022-10-20)
15
+
16
+ **Note:** Version bump only for package @entur/layout
17
+
6
18
  ## [2.1.10](https://bitbucket.org/enturas/design-system/compare/@entur/layout@2.1.9...@entur/layout@2.1.10) (2022-08-31)
7
19
 
8
20
  **Note:** Version bump only for package @entur/layout
package/dist/styles.css CHANGED
@@ -1,4 +1,6 @@
1
- /* DO NOT CHANGE!*/
1
+ :root {
2
+ --eds-layout: 1;
3
+ }/* DO NOT CHANGE!*/
2
4
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
5
  .eds-contrast {
4
6
  --primary-background-color: #181c56;
@@ -6,26 +8,6 @@
6
8
  --primary-label-color: #aeb7e2;
7
9
  background-color: var(--primary-background-color);
8
10
  color: var(--primary-text-color);
9
- }:root {
10
- --eds-layout: 1;
11
- }/* DO NOT CHANGE!*/
12
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
13
- .eds-base-card {
14
- display: flex;
15
- box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
16
- border: 0.0625rem solid #e9e9e9;
17
- border-radius: 0.25rem;
18
- align-items: center;
19
- -webkit-appearance: none;
20
- -moz-appearance: none;
21
- appearance: none;
22
- text-decoration: none;
23
- color: inherit;
24
- }
25
- .eds-contrast .eds-base-card {
26
- background-color: #292b6a;
27
- border-color: #54568c;
28
- box-shadow: 0 0.0625rem 0.1875rem 0 #393d79;
29
11
  }/* DO NOT CHANGE!*/
30
12
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
31
13
  /* DO NOT CHANGE!*/
@@ -136,6 +118,24 @@
136
118
  font-size: 1rem;
137
119
  }/* DO NOT CHANGE!*/
138
120
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
121
+ .eds-base-card {
122
+ display: flex;
123
+ box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
124
+ border: 0.0625rem solid #e9e9e9;
125
+ border-radius: 0.25rem;
126
+ align-items: center;
127
+ -webkit-appearance: none;
128
+ -moz-appearance: none;
129
+ appearance: none;
130
+ text-decoration: none;
131
+ color: inherit;
132
+ }
133
+ .eds-contrast .eds-base-card {
134
+ background-color: #292b6a;
135
+ border-color: #54568c;
136
+ box-shadow: 0 0.0625rem 0.1875rem 0 #393d79;
137
+ }/* DO NOT CHANGE!*/
138
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
139
139
  .eds-tag {
140
140
  background: #e9e9e9;
141
141
  color: #181c56;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/layout",
3
- "version": "2.1.10",
3
+ "version": "2.1.12-RC.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/layout.esm.js",
@@ -27,12 +27,12 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/typography": "^1.6.17",
31
- "@entur/utils": "^0.4.5",
30
+ "@entur/typography": "^1.7.1-RC.0",
31
+ "@entur/utils": "^0.5.0-RC.0",
32
32
  "classnames": "^2.3.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@entur/tokens": "^3.4.1"
36
36
  },
37
- "gitHead": "8aec781ef750306fdf0c4042edabfad5b33cbdb8"
37
+ "gitHead": "eb50f5092d80dcdfe5c35bdcd7970e9af29e620a"
38
38
  }