@entur/layout 2.1.12-beta.3 → 2.1.12

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