@entur/expand 3.3.22 → 3.3.24-beta.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.
Files changed (2) hide show
  1. package/package.json +16 -11
  2. package/CHANGELOG.md +0 -438
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/expand",
3
- "version": "3.3.22",
3
+ "version": "3.3.24-beta.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/expand.esm.js",
@@ -17,25 +17,30 @@
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
+ "prepack": "yarn run build",
23
+ "prepublish": "yarn run test && yarn run lint",
24
+ "test": "yarn run dts test --env=jsdom",
25
+ "lint": "yarn run dts lint"
24
26
  },
25
27
  "peerDependencies": {
26
28
  "react": ">=16.8.0",
27
29
  "react-dom": ">=16.8.0"
28
30
  },
29
31
  "dependencies": {
30
- "@entur/icons": "^5.1.0",
31
- "@entur/tokens": "^3.4.1",
32
- "@entur/typography": "^1.7.0",
33
- "@entur/utils": "^0.4.5",
32
+ "@entur/icons": "^5.1.2-beta.0",
33
+ "@entur/tokens": "^3.4.2-beta.0",
34
+ "@entur/typography": "^1.7.1-beta.0",
35
+ "@entur/utils": "^0.4.6-beta.0",
34
36
  "classnames": "^2.3.1",
35
37
  "react-collapse": "^5.1.0"
36
38
  },
37
39
  "devDependencies": {
38
- "@types/react-collapse": "^5.0.1"
40
+ "@types/react-collapse": "^5.0.1",
41
+ "dts-cli": "^1.1.6",
42
+ "jest-watch-typeahead": "^2.2.0",
43
+ "ts-jest": "^27.0.0"
39
44
  },
40
- "gitHead": "9d0450ea38d34dffbd45ab0b65eb9f02f499392b"
45
+ "gitHead": "d66113fbe7eee544fb34f82211406b8ed95837a1"
41
46
  }
package/CHANGELOG.md DELETED
@@ -1,438 +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
- ## [3.3.22](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.21...@entur/expand@3.3.22) (2022-10-20)
7
-
8
- **Note:** Version bump only for package @entur/expand
9
-
10
- ## [3.3.21](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.20...@entur/expand@3.3.21) (2022-10-12)
11
-
12
- ### Bug Fixes
13
-
14
- - **expand:** change divs in button to be span ([29a238e](https://bitbucket.org/enturas/design-system/commits/29a238e698457bea8244cbdc3aceaf4f18892568))
15
- - **expand:** make aria-controls not refere to unmounted element id ([92b0b4a](https://bitbucket.org/enturas/design-system/commits/92b0b4a4ff3b5be56d9ae1559cb61c800897a08f))
16
-
17
- ## [3.3.19](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.18...@entur/expand@3.3.19) (2022-08-31)
18
-
19
- **Note:** Version bump only for package @entur/expand
20
-
21
- ## [3.3.18](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.17...@entur/expand@3.3.18) (2022-08-24)
22
-
23
- **Note:** Version bump only for package @entur/expand
24
-
25
- ## [3.3.17](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.16...@entur/expand@3.3.17) (2022-08-09)
26
-
27
- ### Bug Fixes
28
-
29
- - **Base Expandable Panel:** remove redundant CSS property ([062072f](https://bitbucket.org/enturas/design-system/commits/062072f5e301f51bd411625e19d647033fa926c7))
30
- - **Expandable panel:** make BaseExpandablePanel focus stackable ([5770334](https://bitbucket.org/enturas/design-system/commits/57703343a80ff067b49cb0ec2aabda74d391d080))
31
-
32
- ## [3.3.16](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.15...@entur/expand@3.3.16) (2022-07-05)
33
-
34
- **Note:** Version bump only for package @entur/expand
35
-
36
- ## [3.3.15](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.14...@entur/expand@3.3.15) (2022-06-24)
37
-
38
- **Note:** Version bump only for package @entur/expand
39
-
40
- ## [3.3.14](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.13...@entur/expand@3.3.14) (2022-06-02)
41
-
42
- **Note:** Version bump only for package @entur/expand
43
-
44
- ## [3.3.13](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.12...@entur/expand@3.3.13) (2022-05-13)
45
-
46
- **Note:** Version bump only for package @entur/expand
47
-
48
- ## [3.3.12](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.11...@entur/expand@3.3.12) (2022-05-04)
49
-
50
- **Note:** Version bump only for package @entur/expand
51
-
52
- ## [3.3.11](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.10...@entur/expand@3.3.11) (2022-04-27)
53
-
54
- **Note:** Version bump only for package @entur/expand
55
-
56
- ## [3.3.10](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.9...@entur/expand@3.3.10) (2022-04-20)
57
-
58
- **Note:** Version bump only for package @entur/expand
59
-
60
- ## [3.3.9](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.8...@entur/expand@3.3.9) (2022-04-19)
61
-
62
- **Note:** Version bump only for package @entur/expand
63
-
64
- ## [3.3.8](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.7...@entur/expand@3.3.8) (2022-03-01)
65
-
66
- **Note:** Version bump only for package @entur/expand
67
-
68
- ## [3.3.7](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.6...@entur/expand@3.3.7) (2022-02-09)
69
-
70
- **Note:** Version bump only for package @entur/expand
71
-
72
- ## [3.3.6](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.5...@entur/expand@3.3.6) (2021-11-17)
73
-
74
- **Note:** Version bump only for package @entur/expand
75
-
76
- ## [3.3.5](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.4...@entur/expand@3.3.5) (2021-09-23)
77
-
78
- **Note:** Version bump only for package @entur/expand
79
-
80
- ## [3.3.4](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.3...@entur/expand@3.3.4) (2021-09-13)
81
-
82
- **Note:** Version bump only for package @entur/expand
83
-
84
- ## [3.3.3](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.2...@entur/expand@3.3.3) (2021-09-07)
85
-
86
- ### Bug Fixes
87
-
88
- - utilize reworked focus token ([586758f](https://bitbucket.org/enturas/design-system/commits/586758fc86eb5aa52116c63c14ef033eb2e8b12f))
89
- - **useaccordion:** improve typings of hook ([a0e6406](https://bitbucket.org/enturas/design-system/commits/a0e6406f81748a3858910bbe12454a58c4507e42))
90
- - fix lint warnings in test ([652dfc7](https://bitbucket.org/enturas/design-system/commits/652dfc7e176e02ff8bcd5df20ef125decba65318))
91
- - update dependencies ([d99ee7b](https://bitbucket.org/enturas/design-system/commits/d99ee7b76446834b0f8602bacba4319de121e38a))
92
-
93
- ## [3.3.2](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.1...@entur/expand@3.3.2) (2021-07-16)
94
-
95
- **Note:** Version bump only for package @entur/expand
96
-
97
- ## [3.3.1](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.3.0...@entur/expand@3.3.1) (2021-06-25)
98
-
99
- ### Bug Fixes
100
-
101
- - update dependencies ([a937757](https://bitbucket.org/enturas/design-system/commits/a9377575fed93796a626e50c753da1bb2283335b))
102
-
103
- # [3.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.29...@entur/expand@3.3.0) (2021-05-05)
104
-
105
- ### Features
106
-
107
- - **expandable text:** add titleElement prop ([a8cdcdb](https://bitbucket.org/enturas/design-system/commits/a8cdcdb305308864e653a843fd3bd1964afc353f))
108
-
109
- ## [3.2.29](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.28...@entur/expand@3.2.29) (2021-04-23)
110
-
111
- ### Bug Fixes
112
-
113
- - utilize new focus tokens ([17113ef](https://bitbucket.org/enturas/design-system/commits/17113ef3f791c86fa6e19e71680fd5acdbae4990))
114
-
115
- ## [3.2.28](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.27...@entur/expand@3.2.28) (2021-04-09)
116
-
117
- **Note:** Version bump only for package @entur/expand
118
-
119
- ## [3.2.27](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.26...@entur/expand@3.2.27) (2021-03-02)
120
-
121
- **Note:** Version bump only for package @entur/expand
122
-
123
- ## [3.2.26](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.25...@entur/expand@3.2.26) (2021-02-17)
124
-
125
- **Note:** Version bump only for package @entur/expand
126
-
127
- ## [3.2.25](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.24...@entur/expand@3.2.25) (2021-01-29)
128
-
129
- **Note:** Version bump only for package @entur/expand
130
-
131
- ## [3.2.24](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.23...@entur/expand@3.2.24) (2021-01-20)
132
-
133
- **Note:** Version bump only for package @entur/expand
134
-
135
- ## [3.2.23](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.22...@entur/expand@3.2.23) (2021-01-13)
136
-
137
- ### Bug Fixes
138
-
139
- - transpose grey colors for updated color tokens ([d6a444c](https://bitbucket.org/enturas/design-system/commits/d6a444c2c37339b9bac0702738ed52693367d344))
140
-
141
- ## [3.2.22](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.21...@entur/expand@3.2.22) (2021-01-05)
142
-
143
- **Note:** Version bump only for package @entur/expand
144
-
145
- ## [3.2.21](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.20...@entur/expand@3.2.21) (2020-12-04)
146
-
147
- **Note:** Version bump only for package @entur/expand
148
-
149
- ## [3.2.20](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.19...@entur/expand@3.2.20) (2020-11-10)
150
-
151
- ### Bug Fixes
152
-
153
- - **expandabletext:** adjust padding for expandable text ([2c54d82](https://bitbucket.org/enturas/design-system/commits/2c54d8210722b736e3cc39a92f8ddb0540f70113))
154
-
155
- ## [3.2.19](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.18...@entur/expand@3.2.19) (2020-11-05)
156
-
157
- **Note:** Version bump only for package @entur/expand
158
-
159
- ## [3.2.18](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.17...@entur/expand@3.2.18) (2020-10-23)
160
-
161
- **Note:** Version bump only for package @entur/expand
162
-
163
- ## [3.2.17](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.16...@entur/expand@3.2.17) (2020-10-16)
164
-
165
- **Note:** Version bump only for package @entur/expand
166
-
167
- ## [3.2.16](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.15...@entur/expand@3.2.16) (2020-10-09)
168
-
169
- **Note:** Version bump only for package @entur/expand
170
-
171
- ## [3.2.15](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.14...@entur/expand@3.2.15) (2020-09-25)
172
-
173
- **Note:** Version bump only for package @entur/expand
174
-
175
- ## [3.2.14](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.13...@entur/expand@3.2.14) (2020-09-14)
176
-
177
- **Note:** Version bump only for package @entur/expand
178
-
179
- ## [3.2.13](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.12...@entur/expand@3.2.13) (2020-09-10)
180
-
181
- ### Bug Fixes
182
-
183
- - **expandable panel:** adjust font size ([5e9080d](https://bitbucket.org/enturas/design-system/commits/5e9080dd9dfc438b4e2d6c8cfae9bff3f918b3e3))
184
- - **expandable text button:** adjust heading size ([40d3064](https://bitbucket.org/enturas/design-system/commits/40d3064e34badaa76497cbbc84de6e4ddd43a401))
185
-
186
- ## [3.2.12](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.11...@entur/expand@3.2.12) (2020-09-02)
187
-
188
- **Note:** Version bump only for package @entur/expand
189
-
190
- ## [3.2.11](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.10...@entur/expand@3.2.11) (2020-08-26)
191
-
192
- **Note:** Version bump only for package @entur/expand
193
-
194
- ## [3.2.10](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.9...@entur/expand@3.2.10) (2020-08-19)
195
-
196
- **Note:** Version bump only for package @entur/expand
197
-
198
- ## [3.2.9](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.8...@entur/expand@3.2.9) (2020-08-14)
199
-
200
- ### Bug Fixes
201
-
202
- - **expandable text:** remove underline from expandableText ([2852a21](https://bitbucket.org/enturas/design-system/commits/2852a218d1c3caec9f9fb8293da78b8e448a0c52))
203
-
204
- ## [3.2.8](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.7...@entur/expand@3.2.8) (2020-08-11)
205
-
206
- **Note:** Version bump only for package @entur/expand
207
-
208
- ## [3.2.7](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.6...@entur/expand@3.2.7) (2020-07-22)
209
-
210
- **Note:** Version bump only for package @entur/expand
211
-
212
- ## [3.2.6](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.5...@entur/expand@3.2.6) (2020-07-16)
213
-
214
- **Note:** Version bump only for package @entur/expand
215
-
216
- ## [3.2.5](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.4...@entur/expand@3.2.5) (2020-07-09)
217
-
218
- ### Bug Fixes
219
-
220
- - increase border radius for expandable panels ([1202b7c](https://bitbucket.org/enturas/design-system/commits/1202b7cabf93dab86a5c85f30624e581cb345e16))
221
-
222
- ## [3.2.4](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.3...@entur/expand@3.2.4) (2020-07-03)
223
-
224
- **Note:** Version bump only for package @entur/expand
225
-
226
- ## [3.2.3](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.2...@entur/expand@3.2.3) (2020-06-17)
227
-
228
- **Note:** Version bump only for package @entur/expand
229
-
230
- ## [3.2.2](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.1...@entur/expand@3.2.2) (2020-05-27)
231
-
232
- **Note:** Version bump only for package @entur/expand
233
-
234
- ## [3.2.1](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.2.0...@entur/expand@3.2.1) (2020-05-26)
235
-
236
- **Note:** Version bump only for package @entur/expand
237
-
238
- # [3.2.0](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.1.2...@entur/expand@3.2.0) (2020-05-20)
239
-
240
- ### Bug Fixes
241
-
242
- - use the expand arrow component instead of icon ([44e955a](https://bitbucket.org/enturas/design-system/commits/44e955a636f0c42b72e19029c75c6324f90c5ac3))
243
-
244
- ### Features
245
-
246
- - add expand arrow as its own component ([5fc6bea](https://bitbucket.org/enturas/design-system/commits/5fc6bea21d2568ced1af0c0f976df4b2efbff539))
247
-
248
- ## [3.1.2](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.1.1...@entur/expand@3.1.2) (2020-04-27)
249
-
250
- **Note:** Version bump only for package @entur/expand
251
-
252
- ## [3.1.1](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.1.0...@entur/expand@3.1.1) (2020-04-23)
253
-
254
- ### Bug Fixes
255
-
256
- - updated to use new focus styling where applicable ([d0a52c0](https://bitbucket.org/enturas/design-system/commits/d0a52c096b673c6647070a90dd79bef9003ee0ad))
257
-
258
- # [3.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/expand@3.0.0...@entur/expand@3.1.0) (2020-04-08)
259
-
260
- ### Features
261
-
262
- - add contentStyle prop for all expandable components ([efaac0f](https://bitbucket.org/enturas/design-system/commits/efaac0fb1822a4e38137e96c73f1f76cf41b3416))
263
-
264
- # [3.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.1.15...@entur/expand@3.0.0) (2020-03-25)
265
-
266
- ### Features
267
-
268
- - fix onToggle for ExpandableText ([ff15631](https://bitbucket.org/enturas/design-system/commits/ff15631e89e38519aebf0292c9479a57eda88b80))
269
-
270
- ### BREAKING CHANGES
271
-
272
- - ExpandableTextButton now takes in onToggle instead of using onClick directly
273
-
274
- ISSUES CLOSED: ETU-1853
275
-
276
- # [2.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.1.15...@entur/expand@2.0.0) (2020-03-25)
277
-
278
- ### Features
279
-
280
- - fix onToggle for ExpandableText ([ff15631](https://bitbucket.org/enturas/design-system/commits/ff15631e89e38519aebf0292c9479a57eda88b80))
281
-
282
- ### BREAKING CHANGES
283
-
284
- - ExpandableTextButton now takes in onToggle instead of using onClick directly
285
-
286
- ISSUES CLOSED: ETU-1853
287
-
288
- ## [1.1.15](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.1.14...@entur/expand@1.1.15) (2020-03-20)
289
-
290
- **Note:** Version bump only for package @entur/expand
291
-
292
- ## [1.1.14](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.1.13...@entur/expand@1.1.14) (2020-03-18)
293
-
294
- **Note:** Version bump only for package @entur/expand
295
-
296
- ## [1.1.13](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.1.12...@entur/expand@1.1.13) (2020-03-05)
297
-
298
- **Note:** Version bump only for package @entur/expand
299
-
300
- ## [1.1.12](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.1.11...@entur/expand@1.1.12) (2020-02-26)
301
-
302
- **Note:** Version bump only for package @entur/expand
303
-
304
- ## [1.1.11](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.1.10...@entur/expand@1.1.11) (2020-02-20)
305
-
306
- **Note:** Version bump only for package @entur/expand
307
-
308
- ## [1.1.10](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.1.9...@entur/expand@1.1.10) (2020-02-14)
309
-
310
- ### Bug Fixes
311
-
312
- - reduce left-padding for expandable panels ([27144ef](https://bitbucket.org/enturas/design-system/commits/27144ef0969e57811ca9b1fb22c12d2143c44c98))
313
-
314
- ## [1.1.9](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.1.8...@entur/expand@1.1.9) (2020-02-12)
315
-
316
- **Note:** Version bump only for package @entur/expand
317
-
318
- ## [1.1.8](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.1.7...@entur/expand@1.1.8) (2020-02-10)
319
-
320
- ### Bug Fixes
321
-
322
- - fix rendering of expandable panels ([4784f7c](https://bitbucket.org/enturas/design-system/commits/4784f7c010c38c4b20d96d007dee64dfe15b8380))
323
-
324
- ## [1.1.7](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.1.6...@entur/expand@1.1.7) (2020-02-05)
325
-
326
- ### Bug Fixes
327
-
328
- - remove test-files from build process ([e0b24af](https://bitbucket.org/enturas/design-system/commits/e0b24af05d5c2ad8de4ae587d83c389495235890))
329
-
330
- ## [1.1.6](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.1.5...@entur/expand@1.1.6) (2020-01-28)
331
-
332
- **Note:** Version bump only for package @entur/expand
333
-
334
- ## [1.1.5](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.1.4...@entur/expand@1.1.5) (2020-01-27)
335
-
336
- ### Bug Fixes
337
-
338
- - update expandable panels to comply with new typography ([6c8276f](https://bitbucket.org/enturas/design-system/commits/6c8276f8ced0eead81c936af8ec24b8665c0281e))
339
- - **types:** place types in the correct place ([acace09](https://bitbucket.org/enturas/design-system/commits/acace09ec0e258c5cff3a65e13ab29d6603780d9))
340
-
341
- ## [1.1.4](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.1.3...@entur/expand@1.1.4) (2020-01-20)
342
-
343
- **Note:** Version bump only for package @entur/expand
344
-
345
- ## [1.1.3](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.1.2...@entur/expand@1.1.3) (2020-01-14)
346
-
347
- **Note:** Version bump only for package @entur/expand
348
-
349
- ## [1.1.2](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.1.1...@entur/expand@1.1.2) (2020-01-13)
350
-
351
- **Note:** Version bump only for package @entur/expand
352
-
353
- ## [1.1.1](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.1.0...@entur/expand@1.1.1) (2020-01-08)
354
-
355
- ### Bug Fixes
356
-
357
- - warn in development if the developer have forgotten the CSS ([e5c30fc](https://bitbucket.org/enturas/design-system/commits/e5c30fc08624ef22c02773892778abd92205c6b0))
358
-
359
- # [1.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.0.3...@entur/expand@1.1.0) (2020-01-06)
360
-
361
- ### Features
362
-
363
- - refactor expandable-text-button as seperate component, and expose it ([c5765b0](https://bitbucket.org/enturas/design-system/commits/c5765b0fde18c146ec3858ccb098490ffd48274b))
364
-
365
- ## [1.0.3](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.0.2...@entur/expand@1.0.3) (2019-12-10)
366
-
367
- ### Bug Fixes
368
-
369
- - adding default prop as part of documentation ([1ef7510](https://bitbucket.org/enturas/design-system/commits/1ef75107362f6262429d7fe31519b4353eccc8de))
370
-
371
- ## [1.0.2](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.0.1...@entur/expand@1.0.2) (2019-11-29)
372
-
373
- **Note:** Version bump only for package @entur/expand
374
-
375
- ## [1.0.1](https://bitbucket.org/enturas/design-system/compare/@entur/expand@1.0.0...@entur/expand@1.0.1) (2019-11-28)
376
-
377
- ### Bug Fixes
378
-
379
- - **ExpandableText:** tweak design of the expandable text component ([2d5dc34](https://bitbucket.org/enturas/design-system/commits/2d5dc34972ccc3e0a40b8c6cd0b6d73809f0ba0f))
380
-
381
- # [1.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/expand@0.3.1...@entur/expand@1.0.0) (2019-11-22)
382
-
383
- ### Bug Fixes
384
-
385
- - fixing potential duplication of props naming ([6efd896](https://bitbucket.org/enturas/design-system/commits/6efd896d381bca09bc047dbdaec6d2629a9571db))
386
- - **ExpandableText:** move toggle arrow to right side of toggle text ([5bc75d7](https://bitbucket.org/enturas/design-system/commits/5bc75d72f06cf20d174745924c11cd4e24199dab))
387
- - **ExpandableText:** remove possibility to control ExpandableText ([ff9cd6c](https://bitbucket.org/enturas/design-system/commits/ff9cd6ce50867ae000bb61f0f9901bbeb645fe40))
388
-
389
- ### Code Refactoring
390
-
391
- - **ExpandableGroup:** rename to Accordion ([e5f1a96](https://bitbucket.org/enturas/design-system/commits/e5f1a9644be8184e80f849970f255fc3553b0d46))
392
-
393
- ### Features
394
-
395
- - **Accordion:** add new component - AccordionItem ([e73072a](https://bitbucket.org/enturas/design-system/commits/e73072a704cb591413601c5c6c4d5442432e7f34))
396
- - **types:** exporting all public types for public components ([4a277ab](https://bitbucket.org/enturas/design-system/commits/4a277ab266fdb32a6760821a07b1c6cc716bac85))
397
-
398
- ### BREAKING CHANGES
399
-
400
- - **ExpandableText:** No longer possible to control the ExpandableText component
401
- - **ExpandableGroup:** The export ExpandableGroup is renamed to Accordion
402
-
403
- ## [0.3.1](https://bitbucket.org/enturas/design-system/compare/@entur/expand@0.3.0...@entur/expand@0.3.1) (2019-11-18)
404
-
405
- **Note:** Version bump only for package @entur/expand
406
-
407
- # [0.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/expand@0.2.2...@entur/expand@0.3.0) (2019-11-14)
408
-
409
- ### Bug Fixes
410
-
411
- - fix a few padding issues ([017e79b](https://bitbucket.org/enturas/design-system/commits/017e79bf5df8ec38a2d791de2b8d9f9ea8fc0f5a))
412
- - **class prefix:** fixing final class name prefixes ([bdcd590](https://bitbucket.org/enturas/design-system/commits/bdcd590407c0f3cc4a9cc02d294edcce6b106cc7))
413
- - **css classnames:** fixing naming collisions with CSS classes ([a93ca43](https://bitbucket.org/enturas/design-system/commits/a93ca435d3a01d61d8f02694a672686b9e943a66))
414
- - **ExpandablePanel:** fix how paddings are applied ([0e3dd23](https://bitbucket.org/enturas/design-system/commits/0e3dd23f98e1365ca55f1abd1a01741dd00c9f0a))
415
- - **ExpandablePanel:** make expandable panels accept longer titles ([85a3329](https://bitbucket.org/enturas/design-system/commits/85a3329e7de390014182354786e3c01908131735))
416
- - add missing dependencies to dependency arrays ([15f1e81](https://bitbucket.org/enturas/design-system/commits/15f1e81f5a3dfea3e60453195379d392e6d536a0))
417
- - fix lint errors ([8539282](https://bitbucket.org/enturas/design-system/commits/8539282c04b01cc1459109cbc9c4111dfcdaa5f4))
418
-
419
- ### Features
420
-
421
- - **ExpandableGroup:** add new component ExpandableGroup ([d070846](https://bitbucket.org/enturas/design-system/commits/d0708469b26de68237a0d6a139cd77ad86c60959))
422
- - **ExpandableLink:** adding ExpandableLink as its own component ([03bea1f](https://bitbucket.org/enturas/design-system/commits/03bea1f37a6febc558c79501c0b149868881471a))
423
-
424
- ## [0.2.2](https://bitbucket.org/enturas/design-system/compare/@entur/expand@0.2.1...@entur/expand@0.2.2) (2019-11-07)
425
-
426
- ### Bug Fixes
427
-
428
- - **Styling:** proper padding and inline icon ([119dea6](https://bitbucket.org/enturas/design-system/commits/119dea6a27bcdd0e5098f0abfc4eb2057464f16b))
429
-
430
- ## [0.2.1](https://bitbucket.org/enturas/design-system/compare/@entur/expand@0.2.0...@entur/expand@0.2.1) (2019-11-06)
431
-
432
- **Note:** Version bump only for package @entur/expand
433
-
434
- # 0.2.0 (2019-11-04)
435
-
436
- ### Features
437
-
438
- - **Expand:** adding Expandable, ControlledExpandable component in expand package ([d469df0](https://bitbucket.org/enturas/design-system/commits/d469df03e3da6e70e206746debc5ec0a11d18af1))