@comicrelief/component-library 8.77.2 → 8.77.3

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 CHANGED
@@ -7079,6 +7079,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
7079
7079
  align-items: center;
7080
7080
  justify-content: flex-start;
7081
7081
  flex-direction: column;
7082
+ width: 100%;
7082
7083
  }
7083
7084
 
7084
7085
  // No dashed 'connecting' line on the final slide
package/dist/index.es.js CHANGED
@@ -33325,6 +33325,7 @@ const Tee = (e) => {
33325
33325
  align-items: center;
33326
33326
  justify-content: flex-start;
33327
33327
  flex-direction: column;
33328
+ width: 100%;
33328
33329
  }
33329
33330
 
33330
33331
  // No dashed 'connecting' line on the final slide
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@comicrelief/component-library",
3
3
  "author": "Comic Relief Engineering Team",
4
- "version": "8.77.2",
4
+ "version": "8.77.3",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
7
7
  "files": [
@@ -237,6 +237,7 @@ const CarouselWrapper = styled.div`
237
237
  align-items: center;
238
238
  justify-content: flex-start;
239
239
  flex-direction: column;
240
+ width: 100%;
240
241
  }
241
242
 
242
243
  // No dashed 'connecting' line on the final slide
package/src/data/data.js CHANGED
@@ -280,32 +280,32 @@ const carouselItemsMinimal = {
280
280
  mobileHeight: 450,
281
281
  tabletHeight: 500,
282
282
  desktopHeight: 475,
283
- headerCopy: "Over the past two years, we've supported",
284
- peopleHelpedText: '11.7 million people',
283
+ headerCopy: 'Header copy',
284
+ peopleHelpedText: 'PeopleHelped text',
285
285
  autoPlay: false,
286
- 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.',
287
- node1Amount: '1,000',
286
+ node1Copy: 'node 1 copy',
287
+ node1Amount: '1',
288
288
  node1Image: {
289
289
  file: {
290
290
  url: '//images.ctfassets.net/zsfivwzfgl3t/6ZsS5CpukQwXRcMSUlbOM1/be31c7ff09891d14232e7c3dbe9fa8a2/028-love_1.png'
291
291
  }
292
292
  },
293
- node2Copy: 'children and young people in the UK and around the world, including with safe homes, good nutrition and access to quality healthcare and education.',
294
- node2Amount: '750,000',
293
+ node2Copy: 'node 2 copy',
294
+ node2Amount: '1',
295
295
  node2Image: {
296
296
  file: {
297
297
  url: '//images.ctfassets.net/zsfivwzfgl3t/6ZsS5CpukQwXRcMSUlbOM1/be31c7ff09891d14232e7c3dbe9fa8a2/028-love_1.png'
298
298
  }
299
299
  },
300
- node3Copy: 'children and young people in the UK and around the world, including with safe homes, good nutrition and access to quality healthcare and education.',
301
- node3Amount: '3,000',
300
+ node3Copy: 'node 3 copy',
301
+ node3Amount: '3',
302
302
  node3Image: {
303
303
  file: {
304
304
  url: '//images.ctfassets.net/zsfivwzfgl3t/6ZsS5CpukQwXRcMSUlbOM1/be31c7ff09891d14232e7c3dbe9fa8a2/028-love_1.png'
305
305
  }
306
306
  },
307
- node4Copy: 'children and young people in the UK and around the world, including with safe homes, good nutrition and access to quality healthcare and education.',
308
- node4Amount: '4,000',
307
+ node4Copy: 'node 4 copy',
308
+ node4Amount: '4',
309
309
  node4Image: {
310
310
  file: {
311
311
  url: '//images.ctfassets.net/zsfivwzfgl3t/6ZsS5CpukQwXRcMSUlbOM1/be31c7ff09891d14232e7c3dbe9fa8a2/028-love_1.png'