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