@comicrelief/component-library 8.77.0 → 8.77.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/dist/index.cjs.js +956 -967
- package/dist/index.es.js +7436 -7445
- package/package.json +2 -2
- package/src/App.jsx +19 -13
- package/src/components/Organisms/WYMDCarousel/WYMDCarousel.js +50 -82
- package/src/components/Organisms/WYMDCarousel/WYMDCarousel.style.js +115 -122
- package/src/components/Organisms/WYMDCarousel/WYMDCarouselExample.jsx +16 -13
- package/src/components/Organisms/WYMDCarousel/__snapshots__/WYMDCarousel.test.js.snap +345 -658
- package/src/data/data.js +2 -2
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:
|
|
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:
|
|
147
|
+
autoPlay: true,
|
|
148
148
|
paddingBottom: '4rem',
|
|
149
149
|
paddingTop: '4rem',
|
|
150
150
|
backgroundColour: 'teal_light',
|