@entur/alert 0.11.17 → 0.11.19

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
@@ -111,26 +111,22 @@
111
111
  .eds-alert-box--toast {
112
112
  max-width: 22rem;
113
113
  width: 100%;
114
- -webkit-animation: 0.5s ease-in-out 0s 1 bounceInRight;
115
- animation: 0.5s ease-in-out 0s 1 bounceInRight;
114
+ animation: 0.5s ease-in-out 0s 1 bounceInRight;
116
115
  }
117
116
  @media screen and (min-width: 50rem) {
118
117
  .eds-alert-box--toast {
119
118
  min-width: 12rem;
120
- width: -webkit-fit-content;
121
119
  width: -moz-fit-content;
122
120
  width: fit-content;
123
121
  }
124
122
  }
125
123
  .eds-alert-box--toast--exit-animation {
126
- -webkit-animation: 0.5s ease-in-out 0s 1 bounceOutRight;
127
- animation: 0.5s ease-in-out 0s 1 bounceOutRight;
124
+ animation: 0.5s ease-in-out 0s 1 bounceOutRight;
128
125
  }
129
126
  .eds-alert-box--small {
130
127
  font-size: 0.875rem;
131
128
  }
132
129
  .eds-alert-box--fit-content {
133
- width: -webkit-fit-content;
134
130
  width: -moz-fit-content;
135
131
  width: fit-content;
136
132
  }
@@ -253,34 +249,9 @@
253
249
  }
254
250
  }
255
251
 
256
- @-webkit-keyframes bounceInRight {
257
- from, 60%, 75%, 90%, to {
258
- -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
259
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
260
- }
261
- from {
262
- opacity: 0;
263
- transform: translate3d(3000px, 0, 0) scaleX(3);
264
- }
265
- 60% {
266
- opacity: 1;
267
- transform: translate3d(-25px, 0, 0) scaleX(1);
268
- }
269
- 75% {
270
- transform: translate3d(10px, 0, 0) scaleX(0.98);
271
- }
272
- 90% {
273
- transform: translate3d(-5px, 0, 0) scaleX(0.995);
274
- }
275
- to {
276
- transform: translate3d(0, 0, 0);
277
- }
278
- }
279
-
280
252
  @keyframes bounceInRight {
281
253
  from, 60%, 75%, 90%, to {
282
- -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
283
- animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
254
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
284
255
  }
285
256
  from {
286
257
  opacity: 0;
@@ -300,16 +271,6 @@
300
271
  transform: translate3d(0, 0, 0);
301
272
  }
302
273
  }
303
- @-webkit-keyframes bounceOutRight {
304
- 20% {
305
- opacity: 1;
306
- transform: translate3d(-20px, 0, 0) scaleX(0.9);
307
- }
308
- to {
309
- opacity: 0;
310
- transform: translate3d(2000px, 0, 0) scaleX(2);
311
- }
312
- }
313
274
  @keyframes bounceOutRight {
314
275
  20% {
315
276
  opacity: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/alert",
3
- "version": "0.11.17",
3
+ "version": "0.11.19",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/alert.esm.js",
@@ -20,26 +20,26 @@
20
20
  "start": "dts watch --noClean",
21
21
  "build": "dts build",
22
22
  "test": "dts test",
23
- "lint": "dts lint"
23
+ "lint": "dts lint src"
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/expand": "^3.3.30",
31
- "@entur/icons": "^5.4.2",
32
- "@entur/typography": "^1.7.5",
33
- "@entur/utils": "^0.5.0",
30
+ "@entur/expand": "^3.3.32",
31
+ "@entur/icons": "^5.5.0",
32
+ "@entur/typography": "^1.7.7",
33
+ "@entur/utils": "^0.5.2",
34
34
  "classnames": "^2.3.1",
35
- "copy-text-to-clipboard": "2.2"
35
+ "copy-text-to-clipboard": "^2.2"
36
36
  },
37
37
  "devDependencies": {
38
- "@entur/tokens": "^3.4.4"
38
+ "@entur/tokens": "^3.5.0"
39
39
  },
40
40
  "volta": {
41
- "node": "14.17.0",
42
- "yarn": "1.18.0"
41
+ "node": "16.17.0",
42
+ "yarn": "1.22.19"
43
43
  },
44
- "gitHead": "36772ae4f2d8375622acff19736c07d15435cb95"
44
+ "gitHead": "30b38034aaafba9fb308fb3d8c8bfaab9608d720"
45
45
  }
package/CHANGELOG.md DELETED
@@ -1,457 +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
- ## [0.11.16](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.11.15...@entur/alert@0.11.16) (2023-01-19)
7
-
8
- **Note:** Version bump only for package @entur/alert
9
-
10
- ## [0.11.15](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.11.12...@entur/alert@0.11.15) (2022-12-09)
11
-
12
- **Note:** Version bump only for package @entur/alert
13
-
14
- ## [0.11.14](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.11.13...@entur/alert@0.11.14) (2022-11-24)
15
-
16
- **Note:** Version bump only for package @entur/alert
17
-
18
- ## [0.11.13](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.11.12...@entur/alert@0.11.13) (2022-10-31)
19
-
20
- **Note:** Version bump only for package @entur/alert
21
-
22
- ## [0.11.12](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.11.11...@entur/alert@0.11.12) (2022-10-31)
23
-
24
- **Note:** Version bump only for package @entur/alert
25
-
26
- ## [0.11.11](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.11.10...@entur/alert@0.11.11) (2022-10-31)
27
-
28
- **Note:** Version bump only for package @entur/alert
29
-
30
- ## [0.11.10](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.11.9...@entur/alert@0.11.10) (2022-10-20)
31
-
32
- **Note:** Version bump only for package @entur/alert
33
-
34
- ## [0.11.9](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.11.8...@entur/alert@0.11.9) (2022-10-20)
35
-
36
- ### Bug Fixes
37
-
38
- - add children to toast provider ([162766b](https://bitbucket.org/enturas/design-system/commits/162766bb46e9798e9da267e927b62339feb310f2))
39
-
40
- ## [0.11.8](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.11.7...@entur/alert@0.11.8) (2022-10-12)
41
-
42
- **Note:** Version bump only for package @entur/alert
43
-
44
- ## [0.11.6](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.11.5...@entur/alert@0.11.6) (2022-08-31)
45
-
46
- **Note:** Version bump only for package @entur/alert
47
-
48
- ## [0.11.5](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.11.4...@entur/alert@0.11.5) (2022-08-24)
49
-
50
- **Note:** Version bump only for package @entur/alert
51
-
52
- ## [0.11.4](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.11.3...@entur/alert@0.11.4) (2022-08-09)
53
-
54
- **Note:** Version bump only for package @entur/alert
55
-
56
- ## [0.11.3](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.11.2...@entur/alert@0.11.3) (2022-07-05)
57
-
58
- **Note:** Version bump only for package @entur/alert
59
-
60
- ## [0.11.2](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.11.1...@entur/alert@0.11.2) (2022-06-24)
61
-
62
- **Note:** Version bump only for package @entur/alert
63
-
64
- ## [0.11.1](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.11.0...@entur/alert@0.11.1) (2022-06-02)
65
-
66
- **Note:** Version bump only for package @entur/alert
67
-
68
- # [0.11.0](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.10.6...@entur/alert@0.11.0) (2022-05-13)
69
-
70
- ### Features
71
-
72
- - **toast:** add exit animation for toast alert ([0e29579](https://bitbucket.org/enturas/design-system/commits/0e29579bea29d3b591752dd479e33989d8c8bcf1))
73
-
74
- ## [0.10.6](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.10.5...@entur/alert@0.10.6) (2022-05-04)
75
-
76
- **Note:** Version bump only for package @entur/alert
77
-
78
- ## [0.10.5](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.10.4...@entur/alert@0.10.5) (2022-04-27)
79
-
80
- ### Bug Fixes
81
-
82
- - **small alertbox:** fix alert icon not being centered on text on smaller screen sizes ([050b393](https://bitbucket.org/enturas/design-system/commits/050b3932866ef8ba73565335f88aa10ccdcee48d))
83
-
84
- ## [0.10.4](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.10.3...@entur/alert@0.10.4) (2022-04-20)
85
-
86
- **Note:** Version bump only for package @entur/alert
87
-
88
- ## [0.10.3](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.10.2...@entur/alert@0.10.3) (2022-04-19)
89
-
90
- **Note:** Version bump only for package @entur/alert
91
-
92
- ## [0.10.2](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.10.1...@entur/alert@0.10.2) (2022-03-01)
93
-
94
- **Note:** Version bump only for package @entur/alert
95
-
96
- ## [0.10.1](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.10.0...@entur/alert@0.10.1) (2022-02-09)
97
-
98
- **Note:** Version bump only for package @entur/alert
99
-
100
- # [0.10.0](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.9.1...@entur/alert@0.10.0) (2022-01-21)
101
-
102
- ### Features
103
-
104
- - **copyable text:** add new CopyableText component ([b793604](https://bitbucket.org/enturas/design-system/commits/b7936040b0fe054e061af4d6a0b56279b3e6ed1c))
105
-
106
- ## [0.9.1](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.9.0...@entur/alert@0.9.1) (2021-11-17)
107
-
108
- ### Bug Fixes
109
-
110
- - **smallalertbox:** fix closable prop warning ([7808494](https://bitbucket.org/enturas/design-system/commits/780849470227e2e1edf847b3d58c1b81b5b70c1c))
111
-
112
- # [0.9.0](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.8.3...@entur/alert@0.9.0) (2021-10-18)
113
-
114
- ### Bug Fixes
115
-
116
- - **alert box:** adjust close button focus styling ([b163918](https://bitbucket.org/enturas/design-system/commits/b1639187829e5f8d8ae971ea68f80ad0d7115c88))
117
-
118
- ### Features
119
-
120
- - **smallalertbox:** add closable prop ([f07bba6](https://bitbucket.org/enturas/design-system/commits/f07bba67ecb0829cd13f81ddb425771129efda33))
121
-
122
- ## [0.8.3](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.8.2...@entur/alert@0.8.3) (2021-09-23)
123
-
124
- ### Bug Fixes
125
-
126
- - **expandablealertbox:** fix focus styling for expand button ([7c0c604](https://bitbucket.org/enturas/design-system/commits/7c0c604b39066498d833234cdaa919049569f6f2))
127
- - **smallalertbox:** fix icon position ([e53eb11](https://bitbucket.org/enturas/design-system/commits/e53eb110df787725342d8004621fc8940a4f7744))
128
-
129
- ## [0.8.2](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.8.1...@entur/alert@0.8.2) (2021-09-13)
130
-
131
- ### Bug Fixes
132
-
133
- - **alertbox:** adjust border colors for alertbox ([9650c53](https://bitbucket.org/enturas/design-system/commits/9650c53aad246959bf107b4600648df536a70fe6))
134
- - **alertbox:** use new outlined icons in alertbox ([ff0e256](https://bitbucket.org/enturas/design-system/commits/ff0e256162a677dc68ca5f57652db48680063a0d))
135
-
136
- ## [0.8.1](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.8.0...@entur/alert@0.8.1) (2021-09-07)
137
-
138
- ### Bug Fixes
139
-
140
- - improve typings ([0bf1a31](https://bitbucket.org/enturas/design-system/commits/0bf1a310db9deb36cef83a6273bb1be762c2af90))
141
- - utilize reworked focus token ([586758f](https://bitbucket.org/enturas/design-system/commits/586758fc86eb5aa52116c63c14ef033eb2e8b12f))
142
-
143
- # [0.8.0](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.7.16...@entur/alert@0.8.0) (2021-07-16)
144
-
145
- ### Bug Fixes
146
-
147
- - **expandable alert box:** fix icon position ([a1b5f55](https://bitbucket.org/enturas/design-system/commits/a1b5f555d867757b09de2968cecec6f10432e2cc))
148
- - **expandablealertbox:** fix close and open label props not being set ([f3b17d4](https://bitbucket.org/enturas/design-system/commits/f3b17d47c4afb08830ddf38c36af8c262ec01bc2))
149
-
150
- ### Features
151
-
152
- - **toast:** add bounce in animation for toasts ([f85b6cc](https://bitbucket.org/enturas/design-system/commits/f85b6cc51ffd77256799d905fb8e9e3ea184b21e))
153
- - **toastprovider:** add classname and style prop ([db6227c](https://bitbucket.org/enturas/design-system/commits/db6227c6fd372b1beb9c0b53b7326a9808d6be1f))
154
-
155
- ## [0.7.16](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.7.15...@entur/alert@0.7.16) (2021-06-25)
156
-
157
- ### Bug Fixes
158
-
159
- - update dependencies ([84d2366](https://bitbucket.org/enturas/design-system/commits/84d236602fc0bf56b6a466ca7ecff4fcededb5fc))
160
-
161
- ## [0.7.15](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.7.14...@entur/alert@0.7.15) (2021-05-05)
162
-
163
- **Note:** Version bump only for package @entur/alert
164
-
165
- ## [0.7.14](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.7.13...@entur/alert@0.7.14) (2021-04-23)
166
-
167
- ### Bug Fixes
168
-
169
- - utilize new focus tokens ([17113ef](https://bitbucket.org/enturas/design-system/commits/17113ef3f791c86fa6e19e71680fd5acdbae4990))
170
-
171
- ## [0.7.13](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.7.12...@entur/alert@0.7.13) (2021-04-09)
172
-
173
- **Note:** Version bump only for package @entur/alert
174
-
175
- ## [0.7.12](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.7.11...@entur/alert@0.7.12) (2021-03-02)
176
-
177
- **Note:** Version bump only for package @entur/alert
178
-
179
- ## [0.7.11](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.7.10...@entur/alert@0.7.11) (2021-02-17)
180
-
181
- **Note:** Version bump only for package @entur/alert
182
-
183
- ## [0.7.10](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.7.9...@entur/alert@0.7.10) (2021-02-05)
184
-
185
- ### Bug Fixes
186
-
187
- - **toastalert:** center title if no children content ([78571b9](https://bitbucket.org/enturas/design-system/commits/78571b99feb458a46a9a39e096b8b3ab1b57576a))
188
- - **toastalert:** children props is optional ([75c5fd0](https://bitbucket.org/enturas/design-system/commits/75c5fd01015f757d54127aa72ede75f50166a84f))
189
-
190
- ## [0.7.9](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.7.8...@entur/alert@0.7.9) (2021-01-29)
191
-
192
- **Note:** Version bump only for package @entur/alert
193
-
194
- ## [0.7.8](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.7.7...@entur/alert@0.7.8) (2021-01-20)
195
-
196
- **Note:** Version bump only for package @entur/alert
197
-
198
- ## [0.7.7](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.7.6...@entur/alert@0.7.7) (2021-01-13)
199
-
200
- ### Bug Fixes
201
-
202
- - **alerts:** set border radius on all alerts ([fd477df](https://bitbucket.org/enturas/design-system/commits/fd477dfe49fa414d87af793b3b19ca0fdbd42762))
203
-
204
- ## [0.7.6](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.7.5...@entur/alert@0.7.6) (2021-01-05)
205
-
206
- ### Bug Fixes
207
-
208
- - **expandablealertbox:** fix expand button bug for long titles ([52ccfe9](https://bitbucket.org/enturas/design-system/commits/52ccfe9188a8757f84f179e7a68f9a240aa0d68c))
209
-
210
- ## [0.7.5](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.7.4...@entur/alert@0.7.5) (2020-12-04)
211
-
212
- **Note:** Version bump only for package @entur/alert
213
-
214
- ## [0.7.4](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.7.3...@entur/alert@0.7.4) (2020-11-26)
215
-
216
- ### Bug Fixes
217
-
218
- - **expandablealertbox:** type=button on expandarrow ([a03b3bd](https://bitbucket.org/enturas/design-system/commits/a03b3bdb4ba0a9789b531b4ac6cbaa16c5a85772))
219
-
220
- ## [0.7.3](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.7.2...@entur/alert@0.7.3) (2020-11-10)
221
-
222
- **Note:** Version bump only for package @entur/alert
223
-
224
- ## [0.7.2](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.7.1...@entur/alert@0.7.2) (2020-11-05)
225
-
226
- **Note:** Version bump only for package @entur/alert
227
-
228
- ## [0.7.1](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.7.0...@entur/alert@0.7.1) (2020-10-23)
229
-
230
- ### Bug Fixes
231
-
232
- - **expandable alert box:** fix div descendant of p warning of title ([5581a87](https://bitbucket.org/enturas/design-system/commits/5581a870dc5fa0e9c793e9ee72b49ce55cb5effd))
233
-
234
- # [0.7.0](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.6.9...@entur/alert@0.7.0) (2020-10-16)
235
-
236
- ### Bug Fixes
237
-
238
- - **basealertbox:** upgrade title prop from string to react node ([263c0a6](https://bitbucket.org/enturas/design-system/commits/263c0a6b43ce9bcc7694b53943579aae6e67bbac))
239
-
240
- ### Features
241
-
242
- - add expandable small and banner AlertBox ([3dcc2ed](https://bitbucket.org/enturas/design-system/commits/3dcc2edfc08ae7761a1e3d7b0de60e1eaf88ba85))
243
-
244
- ## [0.6.9](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.6.8...@entur/alert@0.6.9) (2020-10-09)
245
-
246
- **Note:** Version bump only for package @entur/alert
247
-
248
- ## [0.6.8](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.6.7...@entur/alert@0.6.8) (2020-09-25)
249
-
250
- ### Bug Fixes
251
-
252
- - **small alert box:** adjust font size down from 16 to 14 ([7349397](https://bitbucket.org/enturas/design-system/commits/7349397d7e47694d22ab20a0dffe133c27104516))
253
-
254
- ## [0.6.7](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.6.6...@entur/alert@0.6.7) (2020-09-14)
255
-
256
- **Note:** Version bump only for package @entur/alert
257
-
258
- ## [0.6.6](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.6.5...@entur/alert@0.6.6) (2020-09-02)
259
-
260
- ### Bug Fixes
261
-
262
- - **alert box:** shift font size for new token ([6c46880](https://bitbucket.org/enturas/design-system/commits/6c46880b2fcf5cc0ff9115dc2b9f00a3a58320b8))
263
- - **alertbox:** cursor pointer for close button ([4da18df](https://bitbucket.org/enturas/design-system/commits/4da18dfbde9176f6c1788edafdfd7b4af15ddb07))
264
-
265
- ## [0.6.5](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.6.4...@entur/alert@0.6.5) (2020-08-26)
266
-
267
- **Note:** Version bump only for package @entur/alert
268
-
269
- ## [0.6.4](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.6.3...@entur/alert@0.6.4) (2020-08-19)
270
-
271
- **Note:** Version bump only for package @entur/alert
272
-
273
- ## [0.6.3](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.6.2...@entur/alert@0.6.3) (2020-08-11)
274
-
275
- **Note:** Version bump only for package @entur/alert
276
-
277
- ## [0.6.2](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.6.1...@entur/alert@0.6.2) (2020-07-22)
278
-
279
- **Note:** Version bump only for package @entur/alert
280
-
281
- ## [0.6.1](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.6.0...@entur/alert@0.6.1) (2020-07-16)
282
-
283
- **Note:** Version bump only for package @entur/alert
284
-
285
- # [0.6.0](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.26...@entur/alert@0.6.0) (2020-07-09)
286
-
287
- ### Features
288
-
289
- - add position prop for toastprovider ([3127173](https://bitbucket.org/enturas/design-system/commits/3127173522c00fde06ff88892d216fda35ded362))
290
-
291
- ## [0.5.26](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.25...@entur/alert@0.5.26) (2020-07-03)
292
-
293
- ### Bug Fixes
294
-
295
- - fix close button position on toast alerts ([75bfc76](https://bitbucket.org/enturas/design-system/commits/75bfc7662fd99dca5d525dae6d93a8f3817b9c6c))
296
-
297
- ## [0.5.25](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.24...@entur/alert@0.5.25) (2020-06-17)
298
-
299
- **Note:** Version bump only for package @entur/alert
300
-
301
- ## [0.5.24](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.23...@entur/alert@0.5.24) (2020-05-27)
302
-
303
- **Note:** Version bump only for package @entur/alert
304
-
305
- ## [0.5.23](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.22...@entur/alert@0.5.23) (2020-05-26)
306
-
307
- **Note:** Version bump only for package @entur/alert
308
-
309
- ## [0.5.22](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.21...@entur/alert@0.5.22) (2020-05-20)
310
-
311
- **Note:** Version bump only for package @entur/alert
312
-
313
- ## [0.5.21](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.20...@entur/alert@0.5.21) (2020-04-27)
314
-
315
- **Note:** Version bump only for package @entur/alert
316
-
317
- ## [0.5.20](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.19...@entur/alert@0.5.20) (2020-04-23)
318
-
319
- ### Bug Fixes
320
-
321
- - updated to use new focus styling where applicable ([d0a52c0](https://bitbucket.org/enturas/design-system/commits/d0a52c096b673c6647070a90dd79bef9003ee0ad))
322
-
323
- ## [0.5.19](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.18...@entur/alert@0.5.19) (2020-04-08)
324
-
325
- **Note:** Version bump only for package @entur/alert
326
-
327
- ## [0.5.18](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.16...@entur/alert@0.5.18) (2020-03-25)
328
-
329
- **Note:** Version bump only for package @entur/alert
330
-
331
- ## [0.5.17](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.16...@entur/alert@0.5.17) (2020-03-25)
332
-
333
- **Note:** Version bump only for package @entur/alert
334
-
335
- ## [0.5.16](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.15...@entur/alert@0.5.16) (2020-03-20)
336
-
337
- **Note:** Version bump only for package @entur/alert
338
-
339
- ## [0.5.15](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.14...@entur/alert@0.5.15) (2020-03-18)
340
-
341
- **Note:** Version bump only for package @entur/alert
342
-
343
- ## [0.5.14](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.13...@entur/alert@0.5.14) (2020-03-05)
344
-
345
- **Note:** Version bump only for package @entur/alert
346
-
347
- ## [0.5.13](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.12...@entur/alert@0.5.13) (2020-02-26)
348
-
349
- **Note:** Version bump only for package @entur/alert
350
-
351
- ## [0.5.12](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.11...@entur/alert@0.5.12) (2020-02-20)
352
-
353
- **Note:** Version bump only for package @entur/alert
354
-
355
- ## [0.5.11](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.10...@entur/alert@0.5.11) (2020-02-14)
356
-
357
- **Note:** Version bump only for package @entur/alert
358
-
359
- ## [0.5.10](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.9...@entur/alert@0.5.10) (2020-02-12)
360
-
361
- **Note:** Version bump only for package @entur/alert
362
-
363
- ## [0.5.9](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.8...@entur/alert@0.5.9) (2020-02-05)
364
-
365
- ### Bug Fixes
366
-
367
- - remove test-files from build process ([e0b24af](https://bitbucket.org/enturas/design-system/commits/e0b24af05d5c2ad8de4ae587d83c389495235890))
368
-
369
- ## [0.5.8](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.7...@entur/alert@0.5.8) (2020-01-28)
370
-
371
- **Note:** Version bump only for package @entur/alert
372
-
373
- ## [0.5.7](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.6...@entur/alert@0.5.7) (2020-01-27)
374
-
375
- ### Bug Fixes
376
-
377
- - center text of alerts if no title is provided ([3976be9](https://bitbucket.org/enturas/design-system/commits/3976be9831c306a5d8a16530b16af03dcf5ad323))
378
- - min width and right side flexing of toast alerts ([21f2f2e](https://bitbucket.org/enturas/design-system/commits/21f2f2e33a69951ed3be64a2f1c24a6dd897f401))
379
- - **types:** place types in the correct place ([acace09](https://bitbucket.org/enturas/design-system/commits/acace09ec0e258c5cff3a65e13ab29d6603780d9))
380
-
381
- ## [0.5.6](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.5...@entur/alert@0.5.6) (2020-01-14)
382
-
383
- **Note:** Version bump only for package @entur/alert
384
-
385
- ## [0.5.5](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.4...@entur/alert@0.5.5) (2020-01-13)
386
-
387
- **Note:** Version bump only for package @entur/alert
388
-
389
- ## [0.5.4](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.3...@entur/alert@0.5.4) (2020-01-08)
390
-
391
- ### Bug Fixes
392
-
393
- - warn in development if the developer have forgotten the CSS ([e5c30fc](https://bitbucket.org/enturas/design-system/commits/e5c30fc08624ef22c02773892778abd92205c6b0))
394
-
395
- ## [0.5.3](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.2...@entur/alert@0.5.3) (2020-01-06)
396
-
397
- ### Bug Fixes
398
-
399
- - **ToastProvider:** fix issue with typescript typings ([e0217b9](https://bitbucket.org/enturas/design-system/commits/e0217b960d757c71a5ac542a7a2452510af9fc98))
400
-
401
- ## [0.5.2](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.1...@entur/alert@0.5.2) (2019-12-10)
402
-
403
- ### Bug Fixes
404
-
405
- - adding default prop as part of documentation ([1ef7510](https://bitbucket.org/enturas/design-system/commits/1ef75107362f6262429d7fe31519b4353eccc8de))
406
-
407
- ## [0.5.1](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.5.0...@entur/alert@0.5.1) (2019-11-29)
408
-
409
- **Note:** Version bump only for package @entur/alert
410
-
411
- # [0.5.0](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.4.1...@entur/alert@0.5.0) (2019-11-22)
412
-
413
- ### Features
414
-
415
- - **types:** exporting all public types for public components ([4a277ab](https://bitbucket.org/enturas/design-system/commits/4a277ab266fdb32a6760821a07b1c6cc716bac85))
416
-
417
- ## [0.4.1](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.4.0...@entur/alert@0.4.1) (2019-11-14)
418
-
419
- ### Bug Fixes
420
-
421
- - add missing dependencies to dependency arrays ([15f1e81](https://bitbucket.org/enturas/design-system/commits/15f1e81f5a3dfea3e60453195379d392e6d536a0))
422
- - **css classnames:** fixing naming collisions with CSS classes ([a93ca43](https://bitbucket.org/enturas/design-system/commits/a93ca435d3a01d61d8f02694a672686b9e943a66))
423
-
424
- # [0.4.0](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.3.1...@entur/alert@0.4.0) (2019-11-04)
425
-
426
- ### Features
427
-
428
- - **SmallAlertBox:** add width="fit-content" option ([1f4d327](https://bitbucket.org/enturas/design-system/commits/1f4d32763a65bbe2a70f814f9ca9377a737f53ca))
429
-
430
- ## [0.3.1](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.3.0...@entur/alert@0.3.1) (2019-10-30)
431
-
432
- ### Bug Fixes
433
-
434
- - migrate to latest version of space tokens ([4330496](https://bitbucket.org/enturas/design-system/commits/4330496e269bf628f7b9b7aec75f704800201101))
435
- - update all packages to use new tokens ([4847835](https://bitbucket.org/enturas/design-system/commits/48478359b0e562ba828e06d9b5c57239316805c2))
436
-
437
- # [0.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.2.1...@entur/alert@0.3.0) (2019-10-22)
438
-
439
- ### Bug Fixes
440
-
441
- - **alert:** tweak size of icon on banner and toast alerts ([988dc38](https://bitbucket.org/enturas/design-system/commits/988dc38cc90a4e9ec60b670b62937ceacf8a9f53))
442
- - **toast:** set toast role to status ([1337e6a](https://bitbucket.org/enturas/design-system/commits/1337e6a3c9ef15898b5d8022e00fd2f62a9259fc))
443
-
444
- ### Features
445
-
446
- - **alert:** add smarter toasts ([cab5023](https://bitbucket.org/enturas/design-system/commits/cab502382272d1c377c26ac89652755ab236a9b5))
447
-
448
- ## [0.2.1](https://bitbucket.org/enturas/design-system/compare/@entur/alert@0.2.0...@entur/alert@0.2.1) (2019-10-07)
449
-
450
- **Note:** Version bump only for package @entur/alert
451
-
452
- # 0.2.0 (2019-09-26)
453
-
454
- ### Features
455
-
456
- - add new alert package ([52e0b03](https://bitbucket.org/enturas/design-system/commits/52e0b03))
457
- - **alert:** add new prop \`closable\` ([ae80e40](https://bitbucket.org/enturas/design-system/commits/ae80e40))