@comicrelief/component-library 8.77.0 → 8.77.2

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/src/data/data.js CHANGED
@@ -70,7 +70,7 @@ const carouselItemsComplete = {
70
70
  desktopHeight: 475,
71
71
  headerCopy: "Over the past two years, we've supported",
72
72
  peopleHelpedText: '11.7 million people',
73
- autoPlay: false,
73
+ autoPlay: true,
74
74
  node1Copy: 'children and young people in the UK and around the world, including with safe homes, good nutrition and access to quality healthcare and education.',
75
75
  node1Amount: '1,000',
76
76
  node1Image: {
@@ -144,7 +144,7 @@ const carouselItemsCompleteWithPadding = {
144
144
  desktopHeight: 475,
145
145
  headerCopy: "Over the past two years, we've supported",
146
146
  peopleHelpedText: '11.7 million people',
147
- autoPlay: false,
147
+ autoPlay: true,
148
148
  paddingBottom: '4rem',
149
149
  paddingTop: '4rem',
150
150
  backgroundColour: 'teal_light',