@royaloperahouse/chord 2.4.0-e-chord-development → 2.4.1
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 +11 -210
- package/README.GIT +277 -0
- package/README.md +40 -250
- package/dist/chord.cjs.development.js +356 -414
- package/dist/chord.cjs.development.js.map +1 -1
- package/dist/chord.cjs.production.min.js +1 -1
- package/dist/chord.cjs.production.min.js.map +1 -1
- package/dist/chord.esm.js +358 -415
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/atoms/Grid/index.d.ts +1 -2
- package/dist/components/atoms/Icons/Icons.d.ts +1 -1
- package/dist/components/atoms/Icons/SvgIcons/Descriptors/Wheelchair.svg.d.ts +1 -1
- package/dist/components/atoms/Icons/SvgIcons/index.d.ts +1 -1
- package/dist/components/atoms/Logo/Logo.d.ts +1 -1
- package/dist/components/atoms/index.d.ts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/components/molecules/PageHeading/index.d.ts +1 -1
- package/dist/components/molecules/PeopleListing/CreditListing/CreditListing.style.d.ts +0 -1
- package/dist/components/molecules/Select/Select.style.d.ts +1 -1
- package/dist/components/molecules/Table/Table.style.d.ts +0 -1
- package/dist/components/molecules/index.d.ts +1 -1
- package/dist/index.d.ts +2 -3
- package/dist/types/formTypes.d.ts +9 -12
- package/dist/types/iconTypes.d.ts +0 -5
- package/dist/types/tableTypes.d.ts +0 -4
- package/dist/types/types.d.ts +0 -4
- package/package.json +1 -1
- package/dist/components/atoms/Grid/GridItemLegacy.d.ts +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [2.4.1]
|
|
2
|
+
- Update Stream and Cinema badges with new logo.
|
|
3
|
+
- Update Page and Compact headers with new badges.
|
|
4
|
+
|
|
1
5
|
## [2.4.0]
|
|
2
6
|
- Added optional semantic level props to Page Heading, Alt Header, Promo With Title, and Section Title
|
|
3
7
|
- Added optional character limit prop to Page Heading
|
|
@@ -67,172 +71,121 @@
|
|
|
67
71
|
- Read More Component
|
|
68
72
|
|
|
69
73
|
## [2.2.0]
|
|
70
|
-
|
|
71
74
|
- Fix Grid bug introduced in 2.1.9
|
|
72
75
|
|
|
73
76
|
## [2.1.10]
|
|
74
|
-
|
|
75
77
|
- Add missing export for `CreditListing`
|
|
76
78
|
|
|
77
79
|
## [2.1.9]
|
|
78
|
-
|
|
79
80
|
- Add Credit Listing
|
|
80
81
|
|
|
81
82
|
## [2.1.8]
|
|
82
|
-
|
|
83
83
|
- Add Branding Link to Compact Header
|
|
84
84
|
|
|
85
85
|
## [2.1.7]
|
|
86
|
-
|
|
87
86
|
- Footer updates
|
|
88
87
|
|
|
89
88
|
## [2.1.6]
|
|
90
|
-
|
|
91
89
|
- Add X logo
|
|
92
90
|
|
|
93
91
|
## [2.1.5]
|
|
94
|
-
|
|
95
|
-
- Patch search bar hidden fix
|
|
92
|
+
- Revert search error caused by previous version
|
|
96
93
|
|
|
97
94
|
## [2.1.4]
|
|
98
|
-
|
|
99
95
|
- Fix screenreader accessibility for accordions
|
|
100
96
|
|
|
101
97
|
## [2.1.3]
|
|
102
|
-
|
|
103
98
|
- Navigation: make links links
|
|
104
99
|
- Clear testing errors
|
|
105
100
|
|
|
106
101
|
## [2.1.2]
|
|
107
|
-
|
|
108
102
|
- TextField: include optional width param
|
|
109
103
|
|
|
110
104
|
## [2.1.1]
|
|
111
|
-
|
|
112
105
|
- AnchorTabBar: change grid, to move tabs to the center
|
|
113
106
|
|
|
114
107
|
## [2.1.0]
|
|
115
|
-
|
|
116
108
|
- Convert Pagination to href instead of React Router Link
|
|
117
109
|
|
|
118
110
|
## [2.0.0]
|
|
119
|
-
|
|
120
111
|
- Remove swiper dependency
|
|
121
|
-
|
|
122
112
|
## [1.28.0]
|
|
123
|
-
|
|
124
113
|
- Add new RadioGroup component
|
|
125
114
|
- Progress: add the steps
|
|
126
115
|
- Compact header: hide CTA if the prop is undefined
|
|
127
116
|
- Compact header: change highlight color for Stream variant
|
|
128
117
|
|
|
129
118
|
## [1.27.1]
|
|
130
|
-
|
|
131
119
|
- Fixed failing test on timer component
|
|
132
120
|
|
|
133
121
|
## [1.27.0]
|
|
134
|
-
|
|
135
122
|
- ContentSummary component can now be configured to be fully clickable
|
|
136
123
|
|
|
137
124
|
## [1.26.0]
|
|
138
|
-
|
|
139
125
|
- MiniCard and MinimalCarousel: add new components
|
|
140
126
|
|
|
141
127
|
## [1.25.2]
|
|
142
|
-
|
|
143
128
|
- Now clicking on the gray overlay closes the search bar
|
|
144
129
|
|
|
145
130
|
## [1.25.1]
|
|
146
|
-
|
|
147
131
|
- Stepper: Properly export component
|
|
148
132
|
|
|
149
133
|
## [1.25.0]
|
|
150
|
-
|
|
151
134
|
- Stepper: Add Stepper component
|
|
152
135
|
|
|
153
136
|
## [1.24.2]
|
|
154
|
-
|
|
155
137
|
- Increase Upsell Card Flag character limit to 30
|
|
156
138
|
|
|
157
139
|
## [1.24.1]
|
|
158
|
-
|
|
159
140
|
- Include link field to Upsell Cards
|
|
160
141
|
|
|
161
142
|
## [1.24.0]
|
|
162
|
-
|
|
163
143
|
- Implement Upsell Section & Upsell Cards
|
|
164
144
|
|
|
165
|
-
## [1.23.2-b]
|
|
166
|
-
|
|
167
|
-
- Add Stepper component
|
|
168
|
-
- Fix solo negative sign NaN bug
|
|
169
|
-
-
|
|
170
|
-
|
|
171
145
|
## [1.23.2]
|
|
172
|
-
|
|
173
146
|
- Fix BrandingStyle not showing bug
|
|
174
147
|
|
|
175
148
|
## [1.23.1]
|
|
176
|
-
|
|
177
149
|
- Fix enum on BrandingStyle
|
|
178
150
|
|
|
179
151
|
## [1.23.0]
|
|
180
|
-
|
|
181
152
|
- Re-enabled compact header on iOS
|
|
182
153
|
|
|
183
154
|
## [1.22.0]
|
|
184
|
-
|
|
185
155
|
- TextArea: Added new TextArea component
|
|
186
156
|
- TickBox: Added disabled and error states
|
|
187
157
|
|
|
188
158
|
## [1.21.1]
|
|
189
|
-
|
|
190
|
-
- Compact PageHeading: Refactored to support iOS devices
|
|
159
|
+
- Made select state reset behaviour opt-in
|
|
191
160
|
|
|
192
161
|
## [1.21.0]
|
|
193
|
-
|
|
194
162
|
- TextLogo: add new component
|
|
195
163
|
- Compact PageHeading: swap logo with TextLogo to fix iOS issues
|
|
196
164
|
|
|
197
|
-
## [1.20.2-a]
|
|
198
|
-
|
|
199
|
-
- Made select state reset behaviour opt-in
|
|
200
|
-
|
|
201
165
|
## [1.20.2]
|
|
202
|
-
|
|
203
166
|
- Card: change cursor to default for cards without buttons
|
|
204
167
|
- HighlightsCarousel: hide button in case there are no text for them
|
|
205
168
|
|
|
206
169
|
## [1.20.1]
|
|
207
|
-
|
|
208
170
|
- Reset the select component's selected value to the first option if options change
|
|
209
171
|
|
|
210
172
|
## [1.20.0]
|
|
211
|
-
|
|
212
173
|
- Tickbox: Add black-on-white option
|
|
213
|
-
|
|
214
174
|
## [1.19.0]
|
|
215
|
-
|
|
216
175
|
- Add timer to navigation basket
|
|
217
|
-
|
|
218
176
|
## [1.18.3]
|
|
219
|
-
|
|
220
177
|
- iOS devices show image instead of video for Compact PageHeading
|
|
221
178
|
|
|
222
179
|
## [1.18.1-2]
|
|
223
|
-
|
|
224
180
|
- Fix iOS exception on VideoControls
|
|
225
181
|
|
|
226
182
|
## [1.18.0]
|
|
227
|
-
|
|
228
183
|
- Add Compact PageHeading component
|
|
229
184
|
|
|
230
185
|
## [1.17.0]
|
|
231
|
-
|
|
232
186
|
- Add Page Heading Panel variant
|
|
233
187
|
|
|
234
188
|
## [1.16.0]
|
|
235
|
-
|
|
236
189
|
- Implemented a new Timer component
|
|
237
190
|
- Progress: extended the component, added it to Storybook
|
|
238
191
|
- PromoWithTags: added Timer component
|
|
@@ -241,423 +194,290 @@
|
|
|
241
194
|
- Card: added label
|
|
242
195
|
|
|
243
196
|
## [1.15.1]
|
|
244
|
-
|
|
245
197
|
- Change to pagination component to align page numbers with URL numbers.
|
|
246
198
|
|
|
247
199
|
## [1.15.0]
|
|
248
|
-
|
|
249
|
-
- Add Compact PageHeading component
|
|
200
|
+
- Implemented a new Select component
|
|
250
201
|
|
|
251
202
|
## [1.14.0]
|
|
252
|
-
|
|
253
203
|
- Added standfirst functionality to Accordion/ Accordions component and theme for Schools Platform
|
|
254
204
|
|
|
255
205
|
## [1.13.2]
|
|
256
|
-
|
|
257
206
|
- Add styled-components to dev-dependencies, to fix issues with tests that appear after adding the new styled components
|
|
258
207
|
|
|
259
208
|
## [1.13.1]
|
|
260
|
-
|
|
261
209
|
- AnchorTabBar: fix the issues on mobile devices that are related to scroll/stickiness
|
|
262
210
|
|
|
263
211
|
## [1.13.0]
|
|
264
|
-
|
|
265
212
|
- Implemented a new TextField component
|
|
266
213
|
|
|
267
214
|
## [1.12.4]
|
|
268
|
-
|
|
269
215
|
- Search: change copy
|
|
270
216
|
|
|
271
217
|
## [1.12.0]
|
|
272
|
-
|
|
273
218
|
- Search: Extend ContentSummary and SearchBar components to support new search results
|
|
274
219
|
|
|
275
|
-
## [1.11.0-a]
|
|
276
|
-
|
|
277
|
-
- Pagination: add new component
|
|
278
|
-
|
|
279
220
|
## [1.11.0]
|
|
280
|
-
|
|
281
221
|
- Carousels: Rewrite logic that cuts description, to support older browsers
|
|
282
222
|
|
|
283
|
-
## [1.10.0-a]
|
|
284
|
-
|
|
285
|
-
- ContentSummary: make image clickable
|
|
286
|
-
|
|
287
223
|
## [1.10.0]
|
|
288
|
-
|
|
289
224
|
- PageHeadingImpact: Replace CSS background-image with HTML image element
|
|
290
225
|
|
|
291
226
|
## [1.9.0]
|
|
292
|
-
|
|
293
227
|
- Card: Add a new prop for the hover line color
|
|
294
228
|
|
|
295
|
-
## [1.9.0-c]
|
|
296
|
-
|
|
297
|
-
- ContentSummary: make image clickable
|
|
298
|
-
|
|
299
|
-
## [1.9.0-b]
|
|
300
|
-
|
|
301
|
-
- ContentSummary: change image size
|
|
302
|
-
- SearchBar: Export component
|
|
303
|
-
|
|
304
|
-
## [1.9.0-a]
|
|
305
|
-
|
|
306
|
-
- ContentSummary: change image props
|
|
307
|
-
|
|
308
|
-
## [1.9.0]
|
|
309
|
-
|
|
310
|
-
- Card: Add a new prop for the hover line color
|
|
311
|
-
|
|
312
|
-
## [1.8.1-h]
|
|
313
|
-
|
|
314
|
-
- ContentSummary: add exports
|
|
315
|
-
|
|
316
|
-
## [1.8.1-g]
|
|
317
|
-
|
|
318
|
-
- ContentSummary: refactor
|
|
319
|
-
|
|
320
|
-
## [1.8.1-f]
|
|
321
|
-
|
|
322
|
-
- ContentSummary: update conditional rendering
|
|
323
|
-
|
|
324
|
-
## [1.8.1-c]
|
|
325
|
-
|
|
326
|
-
- ContentSummary: update for Search results
|
|
327
|
-
- ContentSummarySection: remove
|
|
328
|
-
|
|
329
|
-
## [1.8.1-b]
|
|
330
|
-
|
|
331
|
-
- Card: add new prop for the line color on hover
|
|
332
|
-
|
|
333
229
|
## [1.8.0]
|
|
334
|
-
|
|
335
230
|
- SearchBar: Disable
|
|
336
231
|
|
|
337
232
|
## [1.7.2]
|
|
338
|
-
|
|
339
233
|
- Add imageAltText to Card component
|
|
340
234
|
|
|
341
235
|
## [1.7.0]
|
|
342
|
-
|
|
343
236
|
- Add new ContentSummary component
|
|
344
237
|
- Add new ContentSummarySection component
|
|
345
238
|
- Add Content Summary Section and individual Content Summaries
|
|
346
239
|
|
|
347
240
|
## [1.6.3]
|
|
348
|
-
|
|
349
241
|
- Add exports for zIndexes
|
|
350
242
|
|
|
351
243
|
## [1.6.2]
|
|
352
|
-
|
|
353
|
-
- ImpactHeader: add alt text for sponsors logo custom image
|
|
244
|
+
- ImpactHeader: add alt text for sponsors logo custom image
|
|
354
245
|
|
|
355
246
|
## [1.6.1]
|
|
356
|
-
|
|
357
247
|
- PageHeadingHighlight component: update exports
|
|
358
248
|
|
|
359
249
|
## [1.6.0]
|
|
360
|
-
|
|
361
250
|
- Add new PageHeadingHighlight component
|
|
362
251
|
|
|
363
252
|
## [1.5.0]
|
|
364
|
-
|
|
365
253
|
- PageHeading: decrease header height when title is not available
|
|
366
254
|
|
|
367
255
|
## [1.4.0]
|
|
368
|
-
|
|
369
256
|
- ImpactHeader: make it possible to pass custom image as a sponsor logo
|
|
370
257
|
|
|
371
258
|
## [1.3.1]
|
|
372
|
-
|
|
373
259
|
- Enable reduced size textLinks on PromoWithTags/asCard
|
|
374
260
|
|
|
375
261
|
## [1.3.0]
|
|
376
|
-
|
|
377
262
|
- Add Static Actvivity Cards as PromoWithTags variant
|
|
378
263
|
|
|
379
264
|
## [1.2.0]
|
|
380
|
-
|
|
381
|
-
- Card: buttons do not change position on mobiles;
|
|
265
|
+
- Card: buttons do not change position on mobiles;
|
|
382
266
|
|
|
383
267
|
## [1.1.0]
|
|
384
|
-
|
|
385
268
|
- TitleWithCTA: fix cases with a long title
|
|
386
269
|
- Card: add pointer cursor to container
|
|
387
270
|
|
|
388
271
|
## [0.9.0]
|
|
389
|
-
|
|
390
272
|
- PromoWithTags: Add margin under ExtraContent iframe
|
|
391
273
|
|
|
392
274
|
## [0.8.0]
|
|
393
|
-
|
|
394
275
|
- Card component: buttons are aligned by height
|
|
395
276
|
- Highlight carousel: added possibility to display two CTAs
|
|
396
277
|
|
|
397
278
|
## [0.7.50]
|
|
398
|
-
|
|
399
279
|
- Add Static Actvivity Cards
|
|
400
280
|
|
|
401
281
|
## [0.7.49]
|
|
402
|
-
|
|
403
282
|
- Change button behaviour on stream and DED pages
|
|
404
283
|
|
|
405
284
|
## [0.7.48]
|
|
406
|
-
|
|
407
285
|
- Add background themes to Information component
|
|
408
286
|
|
|
409
287
|
## [0.7.47]
|
|
410
|
-
|
|
411
288
|
- PromoWithTags: Swap Content & ExtraContent divs to correct keyboard tab order
|
|
412
289
|
|
|
413
290
|
## [0.7.46]
|
|
414
|
-
|
|
415
291
|
- Information: Add new Information component
|
|
416
292
|
|
|
417
293
|
## [0.7.45]
|
|
418
|
-
|
|
419
294
|
- PromoWithTags: extend the component to handle extra content
|
|
420
295
|
|
|
421
296
|
## [0.7.441]
|
|
422
|
-
|
|
423
297
|
- PageHeading: increase max line height for mobile devices
|
|
424
298
|
|
|
425
299
|
## [0.7.44]
|
|
426
|
-
|
|
427
300
|
- PromoWithTags, PromoWithTitle: change grid for text content on tablet view
|
|
428
301
|
|
|
429
302
|
## [0.7.43]
|
|
430
|
-
|
|
431
303
|
- AnchorTabBar: fix the typo in the name of the component
|
|
432
304
|
- PromoWithTags: increase spacing between tags and body text
|
|
433
305
|
- PromoWithTags: change prop name for subtags
|
|
434
306
|
|
|
435
307
|
## [0.7.42]
|
|
436
|
-
|
|
437
308
|
- Livechat: Add more branded fields
|
|
438
309
|
|
|
439
310
|
## [0.7.41]
|
|
440
|
-
|
|
441
311
|
- PromoWithTags: convert the checks value to boolean
|
|
442
312
|
|
|
443
313
|
## [0.7.40]
|
|
444
|
-
|
|
445
314
|
- Add new PromoWithTags component
|
|
446
315
|
- StickyBar: remove bottom border for mobile viewport
|
|
447
316
|
|
|
448
317
|
## [0.7.39]
|
|
449
|
-
|
|
450
318
|
- Livechat: restyling
|
|
451
319
|
|
|
452
320
|
## [0.7.38]
|
|
453
|
-
|
|
454
321
|
- PromoWithTitle: add styles for headings
|
|
455
322
|
|
|
456
323
|
## [0.7.37]
|
|
457
|
-
|
|
458
324
|
- Tabs: Fix nav item spacing for large desktop displays
|
|
459
325
|
|
|
460
326
|
## [0.7.36]
|
|
461
|
-
|
|
462
|
-
- Update PromowithTitle component with tags and change highlight color for text and title in Stream Header
|
|
327
|
+
- Update PromowithTitle component with tags and change highlight color for text and title in Stream Header
|
|
463
328
|
|
|
464
329
|
## [0.7.35]
|
|
465
|
-
|
|
466
330
|
- Add new StickyBar component
|
|
467
331
|
|
|
468
332
|
## [0.7.34]
|
|
469
|
-
|
|
470
333
|
- Tabs: Left-align last dropdown menu in the navigation bar
|
|
471
334
|
|
|
472
335
|
## [0.7.33]
|
|
473
|
-
|
|
474
336
|
- Livechat: add Talkdesk Livechat injection component
|
|
475
337
|
|
|
476
338
|
## [0.7.32]
|
|
477
|
-
|
|
478
339
|
- Carousels: extend character limit for description
|
|
479
340
|
|
|
480
341
|
## [0.7.31]
|
|
481
|
-
|
|
482
342
|
- Card: add image alt text as a prop
|
|
483
343
|
|
|
484
344
|
## [0.7.30]
|
|
485
|
-
|
|
486
345
|
- Navigation: add possibility to pass basket link as prop
|
|
487
346
|
|
|
488
347
|
## [0.7.29]
|
|
489
|
-
|
|
490
348
|
- TextOnly: change spacing for the headings
|
|
491
349
|
|
|
492
350
|
## [0.7.28]
|
|
493
|
-
|
|
494
351
|
- Order PeopleListing component by presence of headshot
|
|
495
352
|
- Show four listings per row on large desktop
|
|
496
353
|
|
|
497
354
|
## [0.7.27]
|
|
498
|
-
|
|
499
355
|
- Extend ContactCard capabilities
|
|
500
356
|
- Extend Tertiary Button text length
|
|
501
357
|
|
|
502
358
|
## [0.7.26]
|
|
503
|
-
|
|
504
359
|
- Add storybook-deployer package
|
|
505
360
|
- Update README with instructions for deployment
|
|
506
361
|
|
|
507
362
|
## [0.7.25]
|
|
508
|
-
|
|
509
363
|
- PeopleListing: add headshot
|
|
510
364
|
|
|
511
365
|
## [0.7.24]
|
|
512
|
-
|
|
513
366
|
- Add new ContactCard component
|
|
514
367
|
|
|
515
368
|
## [0.7.23]
|
|
516
|
-
|
|
517
369
|
- Accordion: make accordion keyboard-navigable
|
|
518
370
|
|
|
519
371
|
## [0.7.22]
|
|
520
|
-
|
|
521
372
|
- Add new AnnouncementBanner component
|
|
522
373
|
|
|
523
374
|
## [0.7.21]
|
|
524
|
-
|
|
525
375
|
- PageHeading: add a possibility to handle bold and italic in text
|
|
526
376
|
- Header-2: fix font size and line-height
|
|
527
377
|
|
|
528
378
|
## [0.7.20]
|
|
529
|
-
|
|
530
379
|
- TextOnly: fix spacing between the elements
|
|
531
380
|
|
|
532
381
|
## [0.7.19]
|
|
533
|
-
|
|
534
382
|
- TextOnly: extend styles for embedded headers and links
|
|
535
383
|
|
|
536
384
|
## [0.7.18]
|
|
537
|
-
|
|
538
385
|
- Quote: fix qoute signs
|
|
539
386
|
|
|
540
387
|
## [0.7.17]
|
|
541
|
-
|
|
542
388
|
- Add new Quote component
|
|
543
389
|
|
|
544
390
|
## [0.7.16]
|
|
545
|
-
|
|
546
391
|
- Card: fix title font size for tablet
|
|
547
392
|
|
|
548
393
|
## [0.7.15]
|
|
549
|
-
|
|
550
394
|
- Tickbox: fix keyboard key value
|
|
551
395
|
|
|
552
396
|
## [0.7.14]
|
|
553
|
-
|
|
554
397
|
- Fix keyboard accessibility for Tickbox
|
|
555
398
|
|
|
556
399
|
## [0.7.13]
|
|
557
|
-
|
|
558
400
|
- Fix Carousel Card typography
|
|
559
401
|
- Fix Impact Header Grid
|
|
560
402
|
- Fix Footer Grid
|
|
561
403
|
- Add additional font sizes for tablet
|
|
562
404
|
|
|
563
405
|
## [0.7.12]
|
|
564
|
-
|
|
565
406
|
- Tickbox: fixed issue with component's state updating
|
|
566
407
|
|
|
567
408
|
## [0.7.11]
|
|
568
|
-
|
|
569
409
|
- PromoWithTitle: align image vertically
|
|
570
410
|
|
|
571
411
|
## [0.7.10]
|
|
572
|
-
|
|
573
412
|
- Theme: increases font size
|
|
574
413
|
|
|
575
414
|
## [0.7.9]
|
|
576
|
-
|
|
577
415
|
- Impact: fix sponsor click and font size on mobile
|
|
578
416
|
- Carousel: add buttons to tablet
|
|
579
417
|
- Navigation: position fixed when menu is open on mobile
|
|
580
418
|
- Highlight Carousel: add html text to short description
|
|
581
419
|
|
|
582
420
|
## [0.7.8]
|
|
583
|
-
|
|
584
421
|
- TitleWithCTA: add message prop
|
|
585
422
|
|
|
586
423
|
## [0.7.7]
|
|
587
|
-
|
|
588
424
|
- Tabs: close dropdown when it is clicked twice
|
|
589
425
|
|
|
590
426
|
## [0.7.6]
|
|
591
|
-
|
|
592
427
|
- Add new initOpen prop to Accordion component
|
|
593
428
|
|
|
594
429
|
## [0.7.5]
|
|
595
|
-
|
|
596
430
|
- Fix Styling in PeopleListing on Desktop
|
|
597
431
|
|
|
598
432
|
## [0.7.4]
|
|
599
|
-
|
|
600
433
|
- Fix git README
|
|
601
434
|
|
|
602
435
|
## [0.7.3]
|
|
603
|
-
|
|
604
436
|
- Fix Styling in PeopleListing on Mobile
|
|
605
437
|
|
|
606
438
|
## [0.7.2]
|
|
607
|
-
|
|
608
439
|
- Add align center image in Editorial component
|
|
609
440
|
- Export ControlledDropdown component
|
|
610
441
|
|
|
611
442
|
## [0.7.1]
|
|
612
|
-
|
|
613
443
|
- Fix TitleWithCTA bug (visualization in two lines) in tablet
|
|
614
444
|
- Export TextLink component
|
|
615
445
|
- PeopleListing: custom person separator
|
|
616
446
|
|
|
617
447
|
## [0.7.0]
|
|
618
|
-
|
|
619
448
|
- PeopleListing: replace people prop by roles prop
|
|
620
449
|
|
|
621
450
|
## [0.6.0]
|
|
622
|
-
|
|
623
451
|
- Refactor the AnchorTabBar to separate page title and buttons
|
|
624
452
|
- Add new TitleWithCTA component
|
|
625
453
|
- Export Tab component
|
|
626
454
|
|
|
627
455
|
## [0.5.11]
|
|
628
|
-
|
|
629
456
|
- Add Tickbox component and TickboxMode enum
|
|
630
457
|
- PageHeading: fix typography
|
|
631
458
|
|
|
632
459
|
## [0.5.10]
|
|
633
|
-
|
|
634
460
|
- Highlights Carousel: tablet layout improvements
|
|
635
461
|
- Navigation improvements for small desktops.
|
|
636
462
|
- Hide Rotator Buttons in the Hihghlight Carousel when there is only one event
|
|
637
463
|
|
|
638
464
|
## [0.5.9]
|
|
639
|
-
|
|
640
465
|
- Reduce tablet grid margin from 50px to 32px.
|
|
641
466
|
- Add alternative to aspect-ratio css attribute.
|
|
642
467
|
|
|
643
468
|
## [0.5.8]
|
|
644
|
-
|
|
645
469
|
- PromoWithTitle links style
|
|
646
470
|
|
|
647
471
|
## [0.5.7]
|
|
648
|
-
|
|
649
472
|
- Added Star icon to Iconography
|
|
650
473
|
|
|
651
474
|
## [0.5.6]
|
|
652
|
-
|
|
653
475
|
- Added Favourite and Favourite Full icons to Iconography
|
|
654
476
|
|
|
655
477
|
## [0.5.5]
|
|
656
|
-
|
|
657
478
|
- Export ImageAspectRatioWrapper component and AspectRatio enum
|
|
658
479
|
|
|
659
480
|
## [0.5.4]
|
|
660
|
-
|
|
661
481
|
- Fix Card typography
|
|
662
482
|
- Fix Carousel title typography
|
|
663
483
|
- Fix Image Carousel size
|
|
@@ -666,63 +486,51 @@
|
|
|
666
486
|
- Fix Anchor bar internal navigation
|
|
667
487
|
|
|
668
488
|
## [0.5.3]
|
|
669
|
-
|
|
670
489
|
- Handle keyboard events using key attribute
|
|
671
490
|
|
|
672
491
|
## [0.5.2]
|
|
673
|
-
|
|
674
492
|
- Highlights Carousel: info change swiping slide
|
|
675
493
|
- Fix RotatorButtons a11y
|
|
676
494
|
|
|
677
495
|
## [0.5.1]
|
|
678
|
-
|
|
679
496
|
- Highlights Carousel: fix box-sizing
|
|
680
497
|
|
|
681
498
|
## [0.5.0]
|
|
682
|
-
|
|
683
499
|
- Highlights Carousel: new slides props (breaking change)
|
|
684
500
|
- Fix in PageHeadingImpact image
|
|
685
501
|
|
|
686
502
|
## [0.4.4]
|
|
687
|
-
|
|
688
503
|
- AnchorTabBar a11y: added tabIndex to links
|
|
689
504
|
|
|
690
505
|
## [0.4.3]
|
|
691
|
-
|
|
692
506
|
- Prevent focus when navigation tab is clicked
|
|
693
507
|
|
|
694
508
|
## [0.4.2]
|
|
695
|
-
|
|
696
509
|
- Highlights Carousel Components
|
|
697
510
|
- Keyboard navigation fix for Navigation Component
|
|
698
511
|
|
|
699
512
|
## [0.4.1]
|
|
700
|
-
|
|
701
513
|
- Swiper included as dependency
|
|
702
514
|
- Fix for italics in Editorial, Card and PromoWithTitle components
|
|
703
515
|
- Extra Props for AnchorTabBar
|
|
704
516
|
|
|
705
517
|
## [0.4.0]
|
|
706
|
-
|
|
707
518
|
- Navigation Logo breaking change
|
|
708
519
|
- Colors enum exported as in types
|
|
709
520
|
|
|
710
521
|
## [0.3.9]
|
|
711
|
-
|
|
712
522
|
- Added Carousel Component
|
|
713
523
|
- Dropdowns overlap fix
|
|
714
524
|
- z-index fixes (for cards overlapping Anchor Tabs)
|
|
715
525
|
- Navigation menu alignment fix
|
|
716
526
|
|
|
717
527
|
## [0.3.8]
|
|
718
|
-
|
|
719
528
|
- Add possibility to configure GridItem for TextOnly component
|
|
720
529
|
- Rich Text Editor Styling fix
|
|
721
530
|
- Tweaks to Button layout for components
|
|
722
531
|
- Anchor navigation arrows fix
|
|
723
532
|
|
|
724
533
|
## [0.3.7]
|
|
725
|
-
|
|
726
534
|
- Typography change for Subtitle 2
|
|
727
535
|
- AltHeader, BodyText, Header, Overline and Subtitle Components
|
|
728
536
|
- REMOVED Heading Component - replaced by Header Component
|
|
@@ -730,26 +538,22 @@
|
|
|
730
538
|
- made 'devices' public
|
|
731
539
|
|
|
732
540
|
## [0.3.6]
|
|
733
|
-
|
|
734
541
|
- PageHeading Component
|
|
735
542
|
- SectionTitle multiline fix
|
|
736
543
|
|
|
737
544
|
## [0.3.5]
|
|
738
|
-
|
|
739
545
|
- Fix for Searchbox border on iOS
|
|
740
546
|
- Fix for Accordion - Mobile Styling Issue
|
|
741
547
|
- Fix for Card Component - Styling Issues
|
|
742
548
|
- Change in Search layout
|
|
743
549
|
|
|
744
550
|
## [0.3.4]
|
|
745
|
-
|
|
746
551
|
- Added Rotator Buttons
|
|
747
552
|
- General Gotham SSm A & B font setup fixes
|
|
748
553
|
- Fix for Footer font and size in mobile view
|
|
749
554
|
- Subtitles 2 typography changes
|
|
750
555
|
|
|
751
556
|
## [0.3.3]
|
|
752
|
-
|
|
753
557
|
- Added AnchorTabBar Component
|
|
754
558
|
- Added Accordion Component
|
|
755
559
|
- Added Card Component
|
|
@@ -757,13 +561,10 @@
|
|
|
757
561
|
- Fix for Navigation Search font and mobile view
|
|
758
562
|
|
|
759
563
|
## [0.3.0]
|
|
760
|
-
|
|
761
564
|
- Design system project renamed and moved to chord
|
|
762
565
|
|
|
763
566
|
## [0.2.0]
|
|
764
|
-
|
|
765
|
-
- public NPM Library
|
|
567
|
+
- public NPM Library
|
|
766
568
|
|
|
767
569
|
## [0.1.0]
|
|
768
|
-
|
|
769
570
|
- Initial version
|