@entur/layout 2.1.12-alpha.1 → 2.1.12-beta.3

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 CHANGED
@@ -28,6 +28,69 @@
28
28
  box-shadow: 0 0.0625rem 0.1875rem 0 #393d79;
29
29
  }/* DO NOT CHANGE!*/
30
30
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
31
+ .eds-media-card {
32
+ flex-direction: column;
33
+ overflow: hidden;
34
+ position: relative;
35
+ width: -webkit-fit-content;
36
+ width: -moz-fit-content;
37
+ width: fit-content;
38
+ transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
39
+ }
40
+ .eds-media-card:focus, .eds-media-card[focus-within] {
41
+ outline: none;
42
+ box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
43
+ }
44
+ .eds-media-card:focus, .eds-media-card:focus-within {
45
+ outline: none;
46
+ box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
47
+ }
48
+ .eds-contrast .eds-media-card:focus, .eds-contrast .eds-media-card[focus-within] {
49
+ box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
50
+ }
51
+ .eds-contrast .eds-media-card:focus, .eds-contrast .eds-media-card:focus-within {
52
+ box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
53
+ }
54
+ .eds-contrast .eds-media-card {
55
+ background-color: #292b6a;
56
+ }
57
+ .eds-media-card__media {
58
+ transition: transform 0.2s ease-in-out;
59
+ }
60
+ .eds-media-card__title {
61
+ font-size: 1.5rem;
62
+ line-height: 1.875rem;
63
+ font-weight: 600;
64
+ margin: 0.75rem 0 0.5rem;
65
+ text-align: left;
66
+ width: -webkit-fit-content;
67
+ width: -moz-fit-content;
68
+ width: fit-content;
69
+ position: relative;
70
+ }
71
+ .eds-media-card:hover {
72
+ transform: translateY(-0.25rem);
73
+ box-shadow: 0 0.125rem 1rem 0 rgba(0, 0, 0, 0.1);
74
+ }
75
+ .eds-media-card__text {
76
+ -webkit-appearance: none;
77
+ -moz-appearance: none;
78
+ appearance: none;
79
+ cursor: pointer;
80
+ color: inherit;
81
+ display: flex;
82
+ flex-direction: column;
83
+ text-decoration: none;
84
+ padding: 1.25rem 2rem 0;
85
+ }
86
+ .eds-media-card__text:focus {
87
+ outline: none;
88
+ }
89
+ .eds-media-card__arrow-icon {
90
+ align-self: flex-end;
91
+ margin: 1rem 0 1.5rem;
92
+ }/* DO NOT CHANGE!*/
93
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
31
94
  /* DO NOT CHANGE!*/
32
95
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
33
96
  .eds-navigation-card {
@@ -136,69 +199,6 @@
136
199
  font-size: 1rem;
137
200
  }/* DO NOT CHANGE!*/
138
201
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
139
- .eds-media-card {
140
- flex-direction: column;
141
- overflow: hidden;
142
- position: relative;
143
- width: -webkit-fit-content;
144
- width: -moz-fit-content;
145
- width: fit-content;
146
- transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
147
- }
148
- .eds-media-card:focus, .eds-media-card[focus-within] {
149
- outline: none;
150
- box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
151
- }
152
- .eds-media-card:focus, .eds-media-card:focus-within {
153
- outline: none;
154
- box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
155
- }
156
- .eds-contrast .eds-media-card:focus, .eds-contrast .eds-media-card[focus-within] {
157
- box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
158
- }
159
- .eds-contrast .eds-media-card:focus, .eds-contrast .eds-media-card:focus-within {
160
- box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
161
- }
162
- .eds-contrast .eds-media-card {
163
- background-color: #292b6a;
164
- }
165
- .eds-media-card__media {
166
- transition: transform 0.2s ease-in-out;
167
- }
168
- .eds-media-card__title {
169
- font-size: 1.5rem;
170
- line-height: 1.875rem;
171
- font-weight: 600;
172
- margin: 0.75rem 0 0.5rem;
173
- text-align: left;
174
- width: -webkit-fit-content;
175
- width: -moz-fit-content;
176
- width: fit-content;
177
- position: relative;
178
- }
179
- .eds-media-card:hover {
180
- transform: translateY(-0.25rem);
181
- box-shadow: 0 0.125rem 1rem 0 rgba(0, 0, 0, 0.1);
182
- }
183
- .eds-media-card__text {
184
- -webkit-appearance: none;
185
- -moz-appearance: none;
186
- appearance: none;
187
- cursor: pointer;
188
- color: inherit;
189
- display: flex;
190
- flex-direction: column;
191
- text-decoration: none;
192
- padding: 1.25rem 2rem 0;
193
- }
194
- .eds-media-card__text:focus {
195
- outline: none;
196
- }
197
- .eds-media-card__arrow-icon {
198
- align-self: flex-end;
199
- margin: 1rem 0 1.5rem;
200
- }/* DO NOT CHANGE!*/
201
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
202
202
  .eds-tag {
203
203
  background: #e9e9e9;
204
204
  color: #181c56;
@@ -216,7 +216,7 @@
216
216
  }
217
217
  .eds-tag--compact {
218
218
  font-size: 0.75rem;
219
- padding: 0.125rem 0.5rem;
219
+ padding: Calc(0.25rem / 2) 0.5rem;
220
220
  line-height: 1.25rem;
221
221
  height: 1.5rem;
222
222
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/layout",
3
- "version": "2.1.12-alpha.1",
3
+ "version": "2.1.12-beta.3",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/layout.esm.js",
@@ -17,22 +17,25 @@
17
17
  "access": "public"
18
18
  },
19
19
  "scripts": {
20
- "start": "dts watch --noClean",
21
- "build": "dts build",
22
- "test": "dts test --env=jsdom",
23
- "lint": "dts lint"
20
+ "start": "yarn run dts watch --noClean",
21
+ "build": "yarn run dts build",
22
+ "test": "yarn run dts test --env=jsdom",
23
+ "lint": "yarn run dts lint"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">=16.8.0",
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/typography": "^1.7.1-alpha.1",
31
- "@entur/utils": "^0.5.0-alpha.0",
30
+ "@entur/typography": "^1.7.1-beta.3",
31
+ "@entur/utils": "^0.4.6-beta.2",
32
32
  "classnames": "^2.3.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@entur/tokens": "^3.4.1"
35
+ "@entur/tokens": "^3.4.2-beta.2",
36
+ "dts-cli": "^1.1.6",
37
+ "jest-watch-typeahead": "^2.2.0",
38
+ "ts-jest": "^27.0.0"
36
39
  },
37
- "gitHead": "8e5d6c63d180d5b3a7b2d0c6c4cdbb8ecb8af8f4"
40
+ "gitHead": "89c8eee86c247794134c34484a205e0f7f65d0a5"
38
41
  }
package/CHANGELOG.md DELETED
@@ -1,408 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [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)
7
-
8
- **Note:** Version bump only for package @entur/layout
9
-
10
- ## [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)
11
-
12
- **Note:** Version bump only for package @entur/layout
13
-
14
- ## [2.1.10](https://bitbucket.org/enturas/design-system/compare/@entur/layout@2.1.9...@entur/layout@2.1.10) (2022-08-31)
15
-
16
- **Note:** Version bump only for package @entur/layout
17
-
18
- ## [2.1.9](https://bitbucket.org/enturas/design-system/compare/@entur/layout@2.1.8...@entur/layout@2.1.9) (2022-08-24)
19
-
20
- **Note:** Version bump only for package @entur/layout
21
-
22
- ## [2.1.8](https://bitbucket.org/enturas/design-system/compare/@entur/layout@2.1.7...@entur/layout@2.1.8) (2022-08-09)
23
-
24
- **Note:** Version bump only for package @entur/layout
25
-
26
- ## [2.1.7](https://bitbucket.org/enturas/design-system/compare/@entur/layout@2.1.6...@entur/layout@2.1.7) (2022-06-02)
27
-
28
- **Note:** Version bump only for package @entur/layout
29
-
30
- ## [2.1.6](https://bitbucket.org/enturas/design-system/compare/@entur/layout@2.1.5...@entur/layout@2.1.6) (2022-05-13)
31
-
32
- **Note:** Version bump only for package @entur/layout
33
-
34
- ## [2.1.5](https://bitbucket.org/enturas/design-system/compare/@entur/layout@2.1.4...@entur/layout@2.1.5) (2022-04-27)
35
-
36
- **Note:** Version bump only for package @entur/layout
37
-
38
- ## [2.1.4](https://bitbucket.org/enturas/design-system/compare/@entur/layout@2.1.3...@entur/layout@2.1.4) (2022-02-09)
39
-
40
- **Note:** Version bump only for package @entur/layout
41
-
42
- ## [2.1.3](https://bitbucket.org/enturas/design-system/compare/@entur/layout@2.1.2...@entur/layout@2.1.3) (2021-11-17)
43
-
44
- **Note:** Version bump only for package @entur/layout
45
-
46
- ## [2.1.2](https://bitbucket.org/enturas/design-system/compare/@entur/layout@2.1.1...@entur/layout@2.1.2) (2021-09-23)
47
-
48
- **Note:** Version bump only for package @entur/layout
49
-
50
- ## [2.1.1](https://bitbucket.org/enturas/design-system/compare/@entur/layout@2.1.0...@entur/layout@2.1.1) (2021-09-07)
51
-
52
- ### Bug Fixes
53
-
54
- - fix lint warnings ([fecb950](https://bitbucket.org/enturas/design-system/commits/fecb95073921975c0c2eaea313afb63235a63589))
55
- - utilize reworked focus token ([586758f](https://bitbucket.org/enturas/design-system/commits/586758fc86eb5aa52116c63c14ef033eb2e8b12f))
56
-
57
- # [2.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/layout@2.0.1...@entur/layout@2.1.0) (2021-07-16)
58
-
59
- ### Features
60
-
61
- - **media card:** add wholeCardAsElement prop ([77bda47](https://bitbucket.org/enturas/design-system/commits/77bda475dad9f80d4e95d14cc88c225bb35c11db))
62
-
63
- ## [2.0.1](https://bitbucket.org/enturas/design-system/compare/@entur/layout@2.0.0...@entur/layout@2.0.1) (2021-06-25)
64
-
65
- ### Bug Fixes
66
-
67
- - update dependencies ([8757f55](https://bitbucket.org/enturas/design-system/commits/8757f551ea84321b1fec788636cef6912ba42af8))
68
-
69
- # [2.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.10.4...@entur/layout@2.0.0) (2021-06-04)
70
-
71
- ### Features
72
-
73
- - add new component notification badge ([738d1db](https://bitbucket.org/enturas/design-system/commits/738d1db64ed9bd99881aea76fcbf77624265eee8))
74
- - add new component status badge ([f9757ba](https://bitbucket.org/enturas/design-system/commits/f9757ba14e57ea5467c4770c06f4db30570de276))
75
- - **badge:** add type prop to component ([2aba830](https://bitbucket.org/enturas/design-system/commits/2aba830991cf8267534f8a2feaf89c903ac3b2e6))
76
- - **bullet badge:** add new component bullet badge ([c6d0bce](https://bitbucket.org/enturas/design-system/commits/c6d0bcea0558576b41829277fa5c2036fb2caaf0))
77
-
78
- ### BREAKING CHANGES
79
-
80
- - **badge:** select type after your need, or use the new badge components directly
81
-
82
- ## [1.10.4](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.10.3...@entur/layout@1.10.4) (2021-05-19)
83
-
84
- ### Bug Fixes
85
-
86
- - **navigation card:** improve component styling on mobile ([4387991](https://bitbucket.org/enturas/design-system/commits/4387991d6f03531edab250f855de10c2aecfe60b))
87
-
88
- ## [1.10.3](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.10.2...@entur/layout@1.10.3) (2021-04-23)
89
-
90
- ### Bug Fixes
91
-
92
- - utilize new focus tokens ([17113ef](https://bitbucket.org/enturas/design-system/commits/17113ef3f791c86fa6e19e71680fd5acdbae4990))
93
-
94
- ## [1.10.2](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.10.1...@entur/layout@1.10.2) (2021-03-02)
95
-
96
- **Note:** Version bump only for package @entur/layout
97
-
98
- ## [1.10.1](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.10.0...@entur/layout@1.10.1) (2021-02-17)
99
-
100
- ### Bug Fixes
101
-
102
- - **polymorphism:** update polymorphism dependency ([dc4c31d](https://bitbucket.org/enturas/design-system/commits/dc4c31d8e891a46c1f0c1fbd0a6a026c1638accc))
103
-
104
- # [1.10.0](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.9.3...@entur/layout@1.10.0) (2021-01-29)
105
-
106
- ### Bug Fixes
107
-
108
- - **navigationcard:** remove arrow icon on non compact cards ([e1d7134](https://bitbucket.org/enturas/design-system/commits/e1d713422adff6cb25b883630ea1a27d4408ca2d))
109
-
110
- ### Features
111
-
112
- - **contrast:** export contrast react-context ([793fad7](https://bitbucket.org/enturas/design-system/commits/793fad790e81cc09e171e9226688711da93f8863))
113
-
114
- ## [1.9.3](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.9.2...@entur/layout@1.9.3) (2021-01-20)
115
-
116
- **Note:** Version bump only for package @entur/layout
117
-
118
- ## [1.9.2](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.9.1...@entur/layout@1.9.2) (2021-01-13)
119
-
120
- ### Bug Fixes
121
-
122
- - transpose grey colors for updated color tokens ([d6a444c](https://bitbucket.org/enturas/design-system/commits/d6a444c2c37339b9bac0702738ed52693367d344))
123
-
124
- ## [1.9.1](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.9.0...@entur/layout@1.9.1) (2021-01-05)
125
-
126
- **Note:** Version bump only for package @entur/layout
127
-
128
- # [1.9.0](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.8.3...@entur/layout@1.9.0) (2020-12-04)
129
-
130
- ### Bug Fixes
131
-
132
- - **contrast:** improve typings ([160c495](https://bitbucket.org/enturas/design-system/commits/160c4955687a3a072fd8b806799a27228153f8a9))
133
-
134
- ### Features
135
-
136
- - **badge:** add support for polymorphic component typings ([b6aaba5](https://bitbucket.org/enturas/design-system/commits/b6aaba5c9a3424798d5ab94c4d32269fd53576c2))
137
- - **cards:** add support for polymorphic component typings ([7531e31](https://bitbucket.org/enturas/design-system/commits/7531e31222f924576f8b03d0ebc90fae517e400a))
138
- - **contrast:** add support for polymorphic component typings ([b2639ad](https://bitbucket.org/enturas/design-system/commits/b2639ad289a30e9dabc213dfb92e9f12b06377d6))
139
- - **tag:** add support for polymorphic component typings ([a9a4bf0](https://bitbucket.org/enturas/design-system/commits/a9a4bf018543d57951a34284e3721380684dddb4))
140
-
141
- ## [1.8.3](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.8.2...@entur/layout@1.8.3) (2020-11-05)
142
-
143
- **Note:** Version bump only for package @entur/layout
144
-
145
- ## [1.8.2](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.8.1...@entur/layout@1.8.2) (2020-10-23)
146
-
147
- **Note:** Version bump only for package @entur/layout
148
-
149
- ## [1.8.1](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.8.0...@entur/layout@1.8.1) (2020-10-09)
150
-
151
- ### Bug Fixes
152
-
153
- - **badge:** decrease font weight ([9b7bf2f](https://bitbucket.org/enturas/design-system/commits/9b7bf2f4f6676268cdc33c7461b75b56e6bdc640))
154
-
155
- # [1.8.0](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.7.5...@entur/layout@1.8.0) (2020-09-25)
156
-
157
- ### Features
158
-
159
- - **navigation card:** add externallink prop ([37a66de](https://bitbucket.org/enturas/design-system/commits/37a66de4e02022e8a54df3ea68205a05ad5ace6d))
160
-
161
- ## [1.7.5](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.7.4...@entur/layout@1.7.5) (2020-09-14)
162
-
163
- **Note:** Version bump only for package @entur/layout
164
-
165
- ## [1.7.4](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.7.3...@entur/layout@1.7.4) (2020-09-02)
166
-
167
- ### Bug Fixes
168
-
169
- - **media card:** shift font size for new token ([3185b6a](https://bitbucket.org/enturas/design-system/commits/3185b6a474f1ef8c369f6aba53c2b2c28c0fa140))
170
- - **navigation card:** shift font size for new token ([ed39b1e](https://bitbucket.org/enturas/design-system/commits/ed39b1ecc15b8a06fa40d85c467e2ffd8693b15c))
171
-
172
- ## [1.7.3](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.7.2...@entur/layout@1.7.3) (2020-08-19)
173
-
174
- **Note:** Version bump only for package @entur/layout
175
-
176
- ## [1.7.2](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.7.1...@entur/layout@1.7.2) (2020-08-11)
177
-
178
- **Note:** Version bump only for package @entur/layout
179
-
180
- ## [1.7.1](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.7.0...@entur/layout@1.7.1) (2020-07-24)
181
-
182
- ### Bug Fixes
183
-
184
- - add forwardref to badge component ([7a2532e](https://bitbucket.org/enturas/design-system/commits/7a2532eda6ed564f0267d918d4ba2ceca3887a9b))
185
-
186
- # [1.7.0](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.6.0...@entur/layout@1.7.0) (2020-07-13)
187
-
188
- ### Features
189
-
190
- - add forward referencing to Contrast ([63ebcb8](https://bitbucket.org/enturas/design-system/commits/63ebcb8b865b8aa71cfb85331d74292457cb2a13))
191
- - add info and neutral variant for badge ([d187808](https://bitbucket.org/enturas/design-system/commits/d187808627cd3186b52d6293cd626374ef96fa58))
192
-
193
- # [1.6.0](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.5.0...@entur/layout@1.6.0) (2020-07-09)
194
-
195
- ### Features
196
-
197
- - add compact prop for tag component ([fe271c1](https://bitbucket.org/enturas/design-system/commits/fe271c11beed22641379cc90634eb54a55d42b6a))
198
-
199
- # [1.5.0](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.4.4...@entur/layout@1.5.0) (2020-07-03)
200
-
201
- ### Features
202
-
203
- - titleicon for compact navcard, and simplified design ([ae0d2e4](https://bitbucket.org/enturas/design-system/commits/ae0d2e4e0e00d65c7edf119d96ef024b9f8eb101))
204
-
205
- ## [1.4.4](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.4.3...@entur/layout@1.4.4) (2020-06-17)
206
-
207
- **Note:** Version bump only for package @entur/layout
208
-
209
- ## [1.4.3](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.4.2...@entur/layout@1.4.3) (2020-05-27)
210
-
211
- **Note:** Version bump only for package @entur/layout
212
-
213
- ## [1.4.2](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.4.1...@entur/layout@1.4.2) (2020-05-26)
214
-
215
- **Note:** Version bump only for package @entur/layout
216
-
217
- ## [1.4.1](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.4.0...@entur/layout@1.4.1) (2020-05-20)
218
-
219
- **Note:** Version bump only for package @entur/layout
220
-
221
- # [1.4.0](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.3.6...@entur/layout@1.4.0) (2020-04-27)
222
-
223
- ### Features
224
-
225
- - add category prop for media cards ([5ec6540](https://bitbucket.org/enturas/design-system/commits/5ec65404ecf445f44ed223366d817aacf5adc9ac))
226
-
227
- ## [1.3.6](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.3.5...@entur/layout@1.3.6) (2020-04-23)
228
-
229
- ### Bug Fixes
230
-
231
- - fixed mediacard red-line bug ([d95d1d1](https://bitbucket.org/enturas/design-system/commits/d95d1d1ea190db502c224f135d15fb3f80002806))
232
- - updated to use new focus styling where applicable ([d0a52c0](https://bitbucket.org/enturas/design-system/commits/d0a52c096b673c6647070a90dd79bef9003ee0ad))
233
-
234
- ## [1.3.5](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.3.4...@entur/layout@1.3.5) (2020-04-08)
235
-
236
- ### Bug Fixes
237
-
238
- - fix border color for cards in contrast ([564aa85](https://bitbucket.org/enturas/design-system/commits/564aa85014b63bda47159fb7782a4a71577e9a7d))
239
-
240
- ## [1.3.4](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.3.2...@entur/layout@1.3.4) (2020-03-25)
241
-
242
- ### Bug Fixes
243
-
244
- - add thin border to navigationcards ([b4be3e7](https://bitbucket.org/enturas/design-system/commits/b4be3e71f5146f55f5ab383b9e344b15a2e8f0ab))
245
-
246
- ## [1.3.3](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.3.2...@entur/layout@1.3.3) (2020-03-25)
247
-
248
- ### Bug Fixes
249
-
250
- - add thin border to navigationcards ([b4be3e7](https://bitbucket.org/enturas/design-system/commits/b4be3e71f5146f55f5ab383b9e344b15a2e8f0ab))
251
-
252
- ## [1.3.2](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.3.1...@entur/layout@1.3.2) (2020-03-20)
253
-
254
- ### Bug Fixes
255
-
256
- - small styling tweak for cards ([a616522](https://bitbucket.org/enturas/design-system/commits/a61652276e10cd14d836d2241cd160b9b5742d7d))
257
-
258
- ## [1.3.1](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.3.0...@entur/layout@1.3.1) (2020-03-18)
259
-
260
- ### Bug Fixes
261
-
262
- - update styling for card components ([5505e22](https://bitbucket.org/enturas/design-system/commits/5505e224b778d1793a8ec3a56f06eb6aec1b17bc))
263
-
264
- # [1.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.2.4...@entur/layout@1.3.0) (2020-02-26)
265
-
266
- ### Bug Fixes
267
-
268
- - readjust hover effect for cards ([1f09cb7](https://bitbucket.org/enturas/design-system/commits/1f09cb7242fcec9c0c0927c951c7f76a47e4e0fa))
269
-
270
- ### Features
271
-
272
- - adding the tag component ([213edb6](https://bitbucket.org/enturas/design-system/commits/213edb6bcaec751f4eff7a024e87c974d90202ba))
273
- - **badge:** adding the badge component ([f88f222](https://bitbucket.org/enturas/design-system/commits/f88f22221f66c2376b01773de2245d079014ccd8))
274
-
275
- ## [1.2.4](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.2.3...@entur/layout@1.2.4) (2020-02-20)
276
-
277
- ### Bug Fixes
278
-
279
- - update navigationcard to align with new small typography ([ec23db5](https://bitbucket.org/enturas/design-system/commits/ec23db52ce70a45699a4a74e326f478185d1d729))
280
-
281
- ## [1.2.3](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.2.2...@entur/layout@1.2.3) (2020-02-14)
282
-
283
- **Note:** Version bump only for package @entur/layout
284
-
285
- ## [1.2.2](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.2.1...@entur/layout@1.2.2) (2020-02-10)
286
-
287
- ### Bug Fixes
288
-
289
- - remove deprecated and colliding styling ([81f3128](https://bitbucket.org/enturas/design-system/commits/81f3128afb75b74ae9d4e643ca2d7af1b1efabb3))
290
-
291
- ## [1.2.1](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.2.0...@entur/layout@1.2.1) (2020-02-05)
292
-
293
- ### Bug Fixes
294
-
295
- - fixing broken flow for mediacard ([b9069b8](https://bitbucket.org/enturas/design-system/commits/b9069b8bb115f750968ae194f357b72d3f1442ab))
296
-
297
- # [1.2.0](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.1.1...@entur/layout@1.2.0) (2020-02-05)
298
-
299
- ### Bug Fixes
300
-
301
- - fix contrast styling for card-components ([9490181](https://bitbucket.org/enturas/design-system/commits/9490181256c3f628bde9125e468b6d26d77bc220))
302
- - remove test-files from build process ([e0b24af](https://bitbucket.org/enturas/design-system/commits/e0b24af05d5c2ad8de4ae587d83c389495235890))
303
- - update look and hover-effect for navigationcard ([05690ac](https://bitbucket.org/enturas/design-system/commits/05690ac39553e2aaf6130d3eca230e009bdd1ff4))
304
-
305
- ### Features
306
-
307
- - adding new component: mediacard ([00989a9](https://bitbucket.org/enturas/design-system/commits/00989a9b740b8526db5cc237381bdd982c9a391c))
308
- - new look and feel for navigationcards ([942398c](https://bitbucket.org/enturas/design-system/commits/942398c7ab5ffc53e96679ce1893738e4eb94066))
309
-
310
- ## [1.1.1](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.1.0...@entur/layout@1.1.1) (2020-01-28)
311
-
312
- **Note:** Version bump only for package @entur/layout
313
-
314
- # [1.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.0.5...@entur/layout@1.1.0) (2020-01-27)
315
-
316
- ### Bug Fixes
317
-
318
- - update navigationcards to comply with new typography ([3d77634](https://bitbucket.org/enturas/design-system/commits/3d776344dbfdec913f73bc33fcf209d6fdafd088))
319
- - **types:** place types in the correct place ([acace09](https://bitbucket.org/enturas/design-system/commits/acace09ec0e258c5cff3a65e13ab29d6603780d9))
320
-
321
- ### Features
322
-
323
- - adding the useContrast-hook, for contrast awereness in JS/TS ([ba580ef](https://bitbucket.org/enturas/design-system/commits/ba580ef67c7250f7ea7d9ecb0c6662b5ed8449d1))
324
-
325
- ## [1.0.5](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.0.4...@entur/layout@1.0.5) (2020-01-20)
326
-
327
- **Note:** Version bump only for package @entur/layout
328
-
329
- ## [1.0.4](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.0.3...@entur/layout@1.0.4) (2020-01-14)
330
-
331
- **Note:** Version bump only for package @entur/layout
332
-
333
- ## [1.0.3](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.0.2...@entur/layout@1.0.3) (2020-01-13)
334
-
335
- **Note:** Version bump only for package @entur/layout
336
-
337
- ## [1.0.2](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.0.1...@entur/layout@1.0.2) (2020-01-08)
338
-
339
- ### Bug Fixes
340
-
341
- - warn in development if the developer have forgotten the CSS ([e5c30fc](https://bitbucket.org/enturas/design-system/commits/e5c30fc08624ef22c02773892778abd92205c6b0))
342
-
343
- ## [1.0.1](https://bitbucket.org/enturas/design-system/compare/@entur/layout@1.0.0...@entur/layout@1.0.1) (2020-01-06)
344
-
345
- **Note:** Version bump only for package @entur/layout
346
-
347
- # [1.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/layout@0.4.1...@entur/layout@1.0.0) (2019-12-10)
348
-
349
- ### Bug Fixes
350
-
351
- - adding default prop as part of documentation ([1ef7510](https://bitbucket.org/enturas/design-system/commits/1ef75107362f6262429d7fe31519b4353eccc8de))
352
- - **Card:** renaming CardBox/Tab, to NavigationCard ([da9856a](https://bitbucket.org/enturas/design-system/commits/da9856a285136e773825efe6ea4e927fea4a0ef4))
353
-
354
- ### Features
355
-
356
- - adding new component Card ([836331f](https://bitbucket.org/enturas/design-system/commits/836331f985baee213d116ec364b19a864d73755f))
357
-
358
- ### BREAKING CHANGES
359
-
360
- - **Card:** CardBox and CardTab are renamed to NavigationCard,
361
- whereas CardBox is a renaming procedure(CardBox -> NavigationCard),
362
- CardTab is NavigationCard with the compact prop
363
-
364
- ## [0.4.1](https://bitbucket.org/enturas/design-system/compare/@entur/layout@0.4.0...@entur/layout@0.4.1) (2019-11-29)
365
-
366
- ### Bug Fixes
367
-
368
- - using new box shadow tokens ([9ff30bd](https://bitbucket.org/enturas/design-system/commits/9ff30bd52ad2b6e6d770565684a05e15f0b0ba9a))
369
-
370
- # [0.4.0](https://bitbucket.org/enturas/design-system/compare/@entur/layout@0.3.2...@entur/layout@0.4.0) (2019-11-22)
371
-
372
- ### Bug Fixes
373
-
374
- - add missing Props to end of type name ([d28f9c6](https://bitbucket.org/enturas/design-system/commits/d28f9c65dd2ab72c94108cad3dab39c320c95146))
375
-
376
- ### Features
377
-
378
- - **types:** exporting all public types for public components ([4a277ab](https://bitbucket.org/enturas/design-system/commits/4a277ab266fdb32a6760821a07b1c6cc716bac85))
379
-
380
- ## [0.3.2](https://bitbucket.org/enturas/design-system/compare/@entur/layout@0.3.1...@entur/layout@0.3.2) (2019-11-18)
381
-
382
- **Note:** Version bump only for package @entur/layout
383
-
384
- ## [0.3.1](https://bitbucket.org/enturas/design-system/compare/@entur/layout@0.3.0...@entur/layout@0.3.1) (2019-11-14)
385
-
386
- ### Bug Fixes
387
-
388
- - **css classnames:** fixing naming collisions with CSS classes ([a93ca43](https://bitbucket.org/enturas/design-system/commits/a93ca435d3a01d61d8f02694a672686b9e943a66))
389
-
390
- # [0.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/layout@0.2.2...@entur/layout@0.3.0) (2019-11-07)
391
-
392
- ### Features
393
-
394
- - **CardComponent:** adding the CardBox and CardTab component to layout ([22a5da2](https://bitbucket.org/enturas/design-system/commits/22a5da2d696736d9074f3b778a753aad960834ab))
395
-
396
- ## [0.2.2](https://bitbucket.org/enturas/design-system/compare/@entur/layout@0.2.1...@entur/layout@0.2.2) (2019-10-30)
397
-
398
- **Note:** Version bump only for package @entur/layout
399
-
400
- ## [0.2.1](https://bitbucket.org/enturas/design-system/compare/@entur/layout@0.2.0...@entur/layout@0.2.1) (2019-10-22)
401
-
402
- **Note:** Version bump only for package @entur/layout
403
-
404
- # 0.2.0 (2019-10-07)
405
-
406
- ### Features
407
-
408
- - **layout:** add new package layout ([3ab2559](https://bitbucket.org/enturas/design-system/commits/3ab2559))