@biggive/components 202309201242.0.0 → 202309211700.0.0

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.
Files changed (138) hide show
  1. package/dist/biggive/biggive.esm.js +1 -1
  2. package/dist/biggive/p-096075f1.entry.js +1 -0
  3. package/dist/biggive/p-2781a486.entry.js +1 -0
  4. package/dist/biggive/p-372efbf1.entry.js +1 -0
  5. package/dist/biggive/p-3a13b23d.entry.js +1 -0
  6. package/dist/biggive/p-57f9bf7e.entry.js +1 -0
  7. package/dist/biggive/p-87a0a022.entry.js +1 -0
  8. package/dist/biggive/p-a5738158.entry.js +1 -0
  9. package/dist/biggive/p-d6357cc1.entry.js +1 -0
  10. package/dist/cjs/{biggive-accordion_43.cjs.entry.js → biggive-accordion_42.cjs.entry.js} +22 -58
  11. package/dist/cjs/biggive-basic-card.cjs.entry.js +1 -1
  12. package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +1 -1
  13. package/dist/cjs/biggive-boxed-content.cjs.entry.js +1 -1
  14. package/dist/cjs/biggive-category-icon.cjs.entry.js +1 -1
  15. package/dist/cjs/biggive-cookie-banner.cjs.entry.js +42 -0
  16. package/dist/cjs/biggive-image-card.cjs.entry.js +1 -1
  17. package/dist/cjs/biggive-table.cjs.entry.js +1 -1
  18. package/dist/cjs/biggive.cjs.js +1 -1
  19. package/dist/cjs/loader.cjs.js +1 -1
  20. package/dist/collection/components/biggive-accordion/biggive-accordion.css +96 -6
  21. package/dist/collection/components/biggive-accordion/biggive-accordion.js +2 -2
  22. package/dist/collection/components/biggive-accordion-entry/biggive-accordion-entry.css +2 -0
  23. package/dist/collection/components/biggive-article-card/biggive-article-card.css +144 -8
  24. package/dist/collection/components/biggive-article-card/biggive-article-card.js +6 -6
  25. package/dist/collection/components/biggive-back-to-top/biggive-back-to-top.css +2 -0
  26. package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +72 -0
  27. package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +4 -4
  28. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +47 -0
  29. package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +213 -14
  30. package/dist/collection/components/biggive-biography-card/biggive-biography-card.js +2 -2
  31. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +27 -0
  32. package/dist/collection/components/biggive-branded-image/biggive-branded-image.css +2 -0
  33. package/dist/collection/components/biggive-button/biggive-button.css +122 -0
  34. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +27 -0
  35. package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +2 -0
  36. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.css +2 -0
  37. package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.css +2 -0
  38. package/dist/collection/components/biggive-carousel/biggive-carousel.css +27 -0
  39. package/dist/collection/components/biggive-carousel/biggive-carousel.js +2 -2
  40. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +47 -0
  41. package/dist/collection/components/biggive-cookie-banner/biggive-cookie-banner.css +72 -0
  42. package/dist/collection/components/biggive-filtered-carousel/biggive-filtered-carousel.css +2 -0
  43. package/dist/collection/components/biggive-filtered-carousel/biggive-filtered-carousel.js +2 -2
  44. package/dist/collection/components/biggive-footer/biggive-footer.css +2 -0
  45. package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.css +2 -0
  46. package/dist/collection/components/biggive-form-field-text-input/biggive-text-input.css +2 -0
  47. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +27 -0
  48. package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.css +47 -0
  49. package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.js +2 -2
  50. package/dist/collection/components/biggive-grid/biggive-grid.css +2 -0
  51. package/dist/collection/components/biggive-heading/biggive-heading.css +48 -4
  52. package/dist/collection/components/biggive-heading/biggive-heading.js +2 -2
  53. package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +50 -2
  54. package/dist/collection/components/biggive-hero-image/biggive-hero-image.js +5 -5
  55. package/dist/collection/components/biggive-icon-button/biggive-icon-button.css +98 -4
  56. package/dist/collection/components/biggive-icon-button/biggive-icon-button.js +3 -3
  57. package/dist/collection/components/biggive-icon-group/biggive-icon-group.css +2 -0
  58. package/dist/collection/components/biggive-image/biggive-image.css +2 -0
  59. package/dist/collection/components/biggive-image-button/biggive-image-button.css +75 -2
  60. package/dist/collection/components/biggive-image-button/biggive-image-button.js +3 -3
  61. package/dist/collection/components/biggive-image-card/biggive-image-card.css +72 -0
  62. package/dist/collection/components/biggive-image-card/biggive-image-card.js +2 -2
  63. package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +27 -0
  64. package/dist/collection/components/biggive-main-menu/biggive-main-menu.css +2 -0
  65. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +47 -0
  66. package/dist/collection/components/biggive-nav-group/biggive-nav-group.css +2 -0
  67. package/dist/collection/components/biggive-nav-item/biggive-nav-item.css +2 -0
  68. package/dist/collection/components/biggive-page-column/biggive-page-column.css +2 -0
  69. package/dist/collection/components/biggive-page-columns/biggive-page-columns.css +2 -0
  70. package/dist/collection/components/biggive-page-section/biggive-page-section.css +72 -6
  71. package/dist/collection/components/biggive-popup/biggive-popup.css +2 -0
  72. package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.css +2 -0
  73. package/dist/collection/components/biggive-quote/biggive-quote.css +50 -2
  74. package/dist/collection/components/biggive-quote/biggive-quote.js +2 -2
  75. package/dist/collection/components/biggive-sheet/biggive-sheet.css +95 -2
  76. package/dist/collection/components/biggive-sheet/biggive-sheet.js +2 -2
  77. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +47 -0
  78. package/dist/collection/components/biggive-tab/biggive-tab.css +2 -0
  79. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +173 -13
  80. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +6 -6
  81. package/dist/collection/components/biggive-table/biggive-table.css +139 -8
  82. package/dist/collection/components/biggive-table/biggive-table.js +4 -4
  83. package/dist/collection/components/biggive-timeline/biggive-timeline.css +280 -22
  84. package/dist/collection/components/biggive-timeline/biggive-timeline.js +11 -11
  85. package/dist/collection/components/biggive-timeline-entry/biggive-timeline-entry.css +2 -0
  86. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +52 -0
  87. package/dist/collection/components/biggive-totalizer-ticker-item/biggive-totalizer-ticker-item.css +2 -0
  88. package/dist/collection/components/biggive-video/biggive-video.css +2 -0
  89. package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +27 -0
  90. package/dist/components/biggive-accordion.js +1 -1
  91. package/dist/components/biggive-article-card.js +1 -1
  92. package/dist/components/biggive-basic-card.js +1 -1
  93. package/dist/components/biggive-beneficiary-icon.js +1 -1
  94. package/dist/components/biggive-biography-card.js +1 -1
  95. package/dist/components/biggive-boxed-content.js +1 -1
  96. package/dist/components/biggive-button2.js +1 -1
  97. package/dist/components/biggive-call-to-action.js +1 -1
  98. package/dist/components/biggive-carousel2.js +1 -1
  99. package/dist/components/biggive-category-icon.js +1 -1
  100. package/dist/components/biggive-cookie-banner.js +1 -1
  101. package/dist/components/biggive-formatted-text.js +1 -1
  102. package/dist/components/biggive-generic-icon2.js +1 -1
  103. package/dist/components/biggive-heading.js +1 -1
  104. package/dist/components/biggive-hero-image.js +1 -1
  105. package/dist/components/biggive-icon-button.js +1 -1
  106. package/dist/components/biggive-image-button.js +1 -1
  107. package/dist/components/biggive-image-card.js +1 -1
  108. package/dist/components/biggive-image-feature.js +1 -1
  109. package/dist/components/biggive-misc-icon2.js +1 -1
  110. package/dist/components/biggive-page-section.js +1 -1
  111. package/dist/components/biggive-quote.js +1 -1
  112. package/dist/components/biggive-sheet.js +1 -1
  113. package/dist/components/biggive-social-icon2.js +1 -1
  114. package/dist/components/biggive-tabbed-content.js +1 -1
  115. package/dist/components/biggive-table.js +1 -1
  116. package/dist/components/biggive-timeline.js +1 -1
  117. package/dist/components/biggive-totalizer.js +1 -1
  118. package/dist/components/biggive-video-feature.js +1 -1
  119. package/dist/esm/{biggive-accordion_43.entry.js → biggive-accordion_42.entry.js} +23 -58
  120. package/dist/esm/biggive-basic-card.entry.js +1 -1
  121. package/dist/esm/biggive-beneficiary-icon.entry.js +1 -1
  122. package/dist/esm/biggive-boxed-content.entry.js +1 -1
  123. package/dist/esm/biggive-category-icon.entry.js +1 -1
  124. package/dist/esm/biggive-cookie-banner.entry.js +38 -0
  125. package/dist/esm/biggive-image-card.entry.js +1 -1
  126. package/dist/esm/biggive-table.entry.js +1 -1
  127. package/dist/esm/biggive.js +1 -1
  128. package/dist/esm/loader.js +1 -1
  129. package/dist/types/globals/brand-colour.d.ts +2 -2
  130. package/hydrate/index.js +29 -29
  131. package/package.json +1 -1
  132. package/dist/biggive/p-144e9233.entry.js +0 -1
  133. package/dist/biggive/p-62969558.entry.js +0 -1
  134. package/dist/biggive/p-6e54b647.entry.js +0 -1
  135. package/dist/biggive/p-92429b63.entry.js +0 -1
  136. package/dist/biggive/p-98c8a42d.entry.js +0 -1
  137. package/dist/biggive/p-bf9807bb.entry.js +0 -1
  138. package/dist/biggive/p-ff05adc7.entry.js +0 -1
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
3
  * Also see mixin icon-large - that repeats this list of colours and specifies another colour to go with each one, e.g. white or black.
4
+ *
5
+ * NOTE: brand-1 to brand-5 are deprecated, please use the color brands instead
4
6
  */
5
7
  a {
6
8
  color: inherit;
@@ -50,6 +52,31 @@ a:hover {
50
52
  background-color: #F07D00;
51
53
  }
52
54
 
55
+ .background-colour-hover-brand-cc-red:hover,
56
+ .background-colour-brand-cc-red {
57
+ background-color: #B30510;
58
+ }
59
+
60
+ .background-colour-hover-brand-wgmf-purple:hover,
61
+ .background-colour-brand-wgmf-purple {
62
+ background-color: #6E0887;
63
+ }
64
+
65
+ .background-colour-hover-brand-gmf-green:hover,
66
+ .background-colour-brand-gmf-green {
67
+ background-color: #50B400;
68
+ }
69
+
70
+ .background-colour-hover-brand-emf-yellow:hover,
71
+ .background-colour-brand-emf-yellow {
72
+ background-color: #FFE500;
73
+ }
74
+
75
+ .background-colour-hover-brand-c4c-orange:hover,
76
+ .background-colour-brand-c4c-orange {
77
+ background-color: #F07D00;
78
+ }
79
+
53
80
  .background-colour-hover-brand-afa-pink:hover,
54
81
  .background-colour-brand-afa-pink {
55
82
  background-color: #BF387D;
@@ -196,6 +223,31 @@ a:hover {
196
223
  color: #F07D00;
197
224
  }
198
225
 
226
+ .text-colour-hover-brand-cc-red:hover,
227
+ .text-colour-brand-cc-red {
228
+ color: #B30510;
229
+ }
230
+
231
+ .text-colour-hover-brand-wgmf-purple:hover,
232
+ .text-colour-brand-wgmf-purple {
233
+ color: #6E0887;
234
+ }
235
+
236
+ .text-colour-hover-brand-gmf-green:hover,
237
+ .text-colour-brand-gmf-green {
238
+ color: #50B400;
239
+ }
240
+
241
+ .text-colour-hover-brand-emf-yellow:hover,
242
+ .text-colour-brand-emf-yellow {
243
+ color: #FFE500;
244
+ }
245
+
246
+ .text-colour-hover-brand-c4c-orange:hover,
247
+ .text-colour-brand-c4c-orange {
248
+ color: #F07D00;
249
+ }
250
+
199
251
  .text-colour-hover-brand-afa-pink:hover,
200
252
  .text-colour-brand-afa-pink {
201
253
  color: #BF387D;
@@ -341,12 +393,30 @@ a:hover {
341
393
  .container .sleeve .arrow-wrap.arrow-colour-brand-5 .arrow-wrap svg path {
342
394
  stroke: #F07D00;
343
395
  }
344
- .container .sleeve .arrow-wrap.arrow-colour-brand-6 .arrow-wrap svg path {
345
- stroke: #62CFC9;
396
+ .container .sleeve .arrow-wrap.arrow-colour-brand-cc-red .arrow-wrap svg path {
397
+ stroke: #B30510;
398
+ }
399
+ .container .sleeve .arrow-wrap.arrow-colour-brand-wgmf-purple .arrow-wrap svg path {
400
+ stroke: #6E0887;
401
+ }
402
+ .container .sleeve .arrow-wrap.arrow-colour-brand-gmf-green .arrow-wrap svg path {
403
+ stroke: #50B400;
404
+ }
405
+ .container .sleeve .arrow-wrap.arrow-colour-brand-emf-yellow .arrow-wrap svg path {
406
+ stroke: #FFE500;
407
+ }
408
+ .container .sleeve .arrow-wrap.arrow-colour-brand-c4c-orange .arrow-wrap svg path {
409
+ stroke: #F07D00;
346
410
  }
347
411
  .container .sleeve .arrow-wrap.arrow-colour-brand-afa-pink .arrow-wrap svg path {
348
412
  stroke: #BF387D;
349
413
  }
414
+ .container .sleeve .arrow-wrap.arrow-colour-brand-mhf-turquoise .arrow-wrap svg path {
415
+ stroke: #62CFC9;
416
+ }
417
+ .container .sleeve .arrow-wrap.arrow-colour-brand-grey .arrow-wrap svg path {
418
+ stroke: #CBC8C8;
419
+ }
350
420
  .container .sleeve .arrow-wrap.arrow-colour-white .arrow-wrap svg path {
351
421
  stroke: #FFFFFF;
352
422
  }
@@ -365,6 +435,9 @@ a:hover {
365
435
  .container .sleeve .arrow-wrap.arrow-colour-grey-dark .arrow-wrap svg path {
366
436
  stroke: #4A4A4A;
367
437
  }
438
+ .container .sleeve .arrow-wrap.arrow-colour-brand-6 .arrow-wrap svg path {
439
+ stroke: #62CFC9;
440
+ }
368
441
  .container .icon-wrap {
369
442
  background-position: center center;
370
443
  background-size: cover;
@@ -424,12 +497,30 @@ a:hover {
424
497
  .container.arrow-colour-brand-5 .arrow-wrap svg path {
425
498
  stroke: #F07D00;
426
499
  }
427
- .container.arrow-colour-brand-6 .arrow-wrap svg path {
428
- stroke: #62CFC9;
500
+ .container.arrow-colour-brand-cc-red .arrow-wrap svg path {
501
+ stroke: #B30510;
502
+ }
503
+ .container.arrow-colour-brand-wgmf-purple .arrow-wrap svg path {
504
+ stroke: #6E0887;
505
+ }
506
+ .container.arrow-colour-brand-gmf-green .arrow-wrap svg path {
507
+ stroke: #50B400;
508
+ }
509
+ .container.arrow-colour-brand-emf-yellow .arrow-wrap svg path {
510
+ stroke: #FFE500;
511
+ }
512
+ .container.arrow-colour-brand-c4c-orange .arrow-wrap svg path {
513
+ stroke: #F07D00;
429
514
  }
430
515
  .container.arrow-colour-brand-afa-pink .arrow-wrap svg path {
431
516
  stroke: #BF387D;
432
517
  }
518
+ .container.arrow-colour-brand-mhf-turquoise .arrow-wrap svg path {
519
+ stroke: #62CFC9;
520
+ }
521
+ .container.arrow-colour-brand-grey .arrow-wrap svg path {
522
+ stroke: #CBC8C8;
523
+ }
433
524
  .container.arrow-colour-white .arrow-wrap svg path {
434
525
  stroke: #FFFFFF;
435
526
  }
@@ -447,4 +538,7 @@ a:hover {
447
538
  }
448
539
  .container.arrow-colour-grey-dark .arrow-wrap svg path {
449
540
  stroke: #4A4A4A;
541
+ }
542
+ .container.arrow-colour-brand-6 .arrow-wrap svg path {
543
+ stroke: #62CFC9;
450
544
  }
@@ -78,7 +78,7 @@ export class BiggiveIconButton {
78
78
  "mutable": false,
79
79
  "complexType": {
80
80
  "original": "brandColour",
81
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
81
+ "resolved": "\"black\" | \"brand-afa-pink\" | \"brand-c4c-orange\" | \"brand-cc-red\" | \"brand-emf-yellow\" | \"brand-gmf-green\" | \"brand-grey\" | \"brand-mhf-turquoise\" | \"brand-wgmf-purple\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
82
82
  "references": {
83
83
  "brandColour": {
84
84
  "location": "import",
@@ -141,7 +141,7 @@ export class BiggiveIconButton {
141
141
  "mutable": false,
142
142
  "complexType": {
143
143
  "original": "brandColour",
144
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
144
+ "resolved": "\"black\" | \"brand-afa-pink\" | \"brand-c4c-orange\" | \"brand-cc-red\" | \"brand-emf-yellow\" | \"brand-gmf-green\" | \"brand-grey\" | \"brand-mhf-turquoise\" | \"brand-wgmf-purple\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
145
145
  "references": {
146
146
  "brandColour": {
147
147
  "location": "import",
@@ -269,7 +269,7 @@ export class BiggiveIconButton {
269
269
  "mutable": false,
270
270
  "complexType": {
271
271
  "original": "brandColour",
272
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
272
+ "resolved": "\"black\" | \"brand-afa-pink\" | \"brand-c4c-orange\" | \"brand-cc-red\" | \"brand-emf-yellow\" | \"brand-gmf-green\" | \"brand-grey\" | \"brand-mhf-turquoise\" | \"brand-wgmf-purple\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
273
273
  "references": {
274
274
  "brandColour": {
275
275
  "location": "import",
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
3
  * Also see mixin icon-large - that repeats this list of colours and specifies another colour to go with each one, e.g. white or black.
4
+ *
5
+ * NOTE: brand-1 to brand-5 are deprecated, please use the color brands instead
4
6
  */
5
7
  a {
6
8
  color: inherit;
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
3
  * Also see mixin icon-large - that repeats this list of colours and specifies another colour to go with each one, e.g. white or black.
4
+ *
5
+ * NOTE: brand-1 to brand-5 are deprecated, please use the color brands instead
4
6
  */
5
7
  a {
6
8
  color: inherit;
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
3
  * Also see mixin icon-large - that repeats this list of colours and specifies another colour to go with each one, e.g. white or black.
4
+ *
5
+ * NOTE: brand-1 to brand-5 are deprecated, please use the color brands instead
4
6
  */
5
7
  a {
6
8
  color: inherit;
@@ -50,6 +52,31 @@ a:hover {
50
52
  background-color: #F07D00;
51
53
  }
52
54
 
55
+ .background-colour-hover-brand-cc-red:hover,
56
+ .background-colour-brand-cc-red {
57
+ background-color: #B30510;
58
+ }
59
+
60
+ .background-colour-hover-brand-wgmf-purple:hover,
61
+ .background-colour-brand-wgmf-purple {
62
+ background-color: #6E0887;
63
+ }
64
+
65
+ .background-colour-hover-brand-gmf-green:hover,
66
+ .background-colour-brand-gmf-green {
67
+ background-color: #50B400;
68
+ }
69
+
70
+ .background-colour-hover-brand-emf-yellow:hover,
71
+ .background-colour-brand-emf-yellow {
72
+ background-color: #FFE500;
73
+ }
74
+
75
+ .background-colour-hover-brand-c4c-orange:hover,
76
+ .background-colour-brand-c4c-orange {
77
+ background-color: #F07D00;
78
+ }
79
+
53
80
  .background-colour-hover-brand-afa-pink:hover,
54
81
  .background-colour-brand-afa-pink {
55
82
  background-color: #BF387D;
@@ -140,6 +167,31 @@ a:hover {
140
167
  color: #F07D00;
141
168
  }
142
169
 
170
+ .text-colour-hover-brand-cc-red:hover,
171
+ .text-colour-brand-cc-red {
172
+ color: #B30510;
173
+ }
174
+
175
+ .text-colour-hover-brand-wgmf-purple:hover,
176
+ .text-colour-brand-wgmf-purple {
177
+ color: #6E0887;
178
+ }
179
+
180
+ .text-colour-hover-brand-gmf-green:hover,
181
+ .text-colour-brand-gmf-green {
182
+ color: #50B400;
183
+ }
184
+
185
+ .text-colour-hover-brand-emf-yellow:hover,
186
+ .text-colour-brand-emf-yellow {
187
+ color: #FFE500;
188
+ }
189
+
190
+ .text-colour-hover-brand-c4c-orange:hover,
191
+ .text-colour-brand-c4c-orange {
192
+ color: #F07D00;
193
+ }
194
+
143
195
  .text-colour-hover-brand-afa-pink:hover,
144
196
  .text-colour-brand-afa-pink {
145
197
  color: #BF387D;
@@ -341,12 +393,30 @@ a:hover {
341
393
  .container .sleeve .arrow-wrap.arrow-colour-brand-5 .arrow-wrap svg path {
342
394
  stroke: #F07D00;
343
395
  }
344
- .container .sleeve .arrow-wrap.arrow-colour-brand-6 .arrow-wrap svg path {
345
- stroke: #62CFC9;
396
+ .container .sleeve .arrow-wrap.arrow-colour-brand-cc-red .arrow-wrap svg path {
397
+ stroke: #B30510;
398
+ }
399
+ .container .sleeve .arrow-wrap.arrow-colour-brand-wgmf-purple .arrow-wrap svg path {
400
+ stroke: #6E0887;
401
+ }
402
+ .container .sleeve .arrow-wrap.arrow-colour-brand-gmf-green .arrow-wrap svg path {
403
+ stroke: #50B400;
404
+ }
405
+ .container .sleeve .arrow-wrap.arrow-colour-brand-emf-yellow .arrow-wrap svg path {
406
+ stroke: #FFE500;
407
+ }
408
+ .container .sleeve .arrow-wrap.arrow-colour-brand-c4c-orange .arrow-wrap svg path {
409
+ stroke: #F07D00;
346
410
  }
347
411
  .container .sleeve .arrow-wrap.arrow-colour-brand-afa-pink .arrow-wrap svg path {
348
412
  stroke: #BF387D;
349
413
  }
414
+ .container .sleeve .arrow-wrap.arrow-colour-brand-mhf-turquoise .arrow-wrap svg path {
415
+ stroke: #62CFC9;
416
+ }
417
+ .container .sleeve .arrow-wrap.arrow-colour-brand-grey .arrow-wrap svg path {
418
+ stroke: #CBC8C8;
419
+ }
350
420
  .container .sleeve .arrow-wrap.arrow-colour-white .arrow-wrap svg path {
351
421
  stroke: #FFFFFF;
352
422
  }
@@ -365,6 +435,9 @@ a:hover {
365
435
  .container .sleeve .arrow-wrap.arrow-colour-grey-dark .arrow-wrap svg path {
366
436
  stroke: #4A4A4A;
367
437
  }
438
+ .container .sleeve .arrow-wrap.arrow-colour-brand-6 .arrow-wrap svg path {
439
+ stroke: #62CFC9;
440
+ }
368
441
  .container .image-wrap {
369
442
  background-position: center center;
370
443
  background-size: cover;
@@ -78,7 +78,7 @@ export class BiggiveImageButton {
78
78
  "mutable": false,
79
79
  "complexType": {
80
80
  "original": "brandColour",
81
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
81
+ "resolved": "\"black\" | \"brand-afa-pink\" | \"brand-c4c-orange\" | \"brand-cc-red\" | \"brand-emf-yellow\" | \"brand-gmf-green\" | \"brand-grey\" | \"brand-mhf-turquoise\" | \"brand-wgmf-purple\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
82
82
  "references": {
83
83
  "brandColour": {
84
84
  "location": "import",
@@ -141,7 +141,7 @@ export class BiggiveImageButton {
141
141
  "mutable": false,
142
142
  "complexType": {
143
143
  "original": "brandColour",
144
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
144
+ "resolved": "\"black\" | \"brand-afa-pink\" | \"brand-c4c-orange\" | \"brand-cc-red\" | \"brand-emf-yellow\" | \"brand-gmf-green\" | \"brand-grey\" | \"brand-mhf-turquoise\" | \"brand-wgmf-purple\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
145
145
  "references": {
146
146
  "brandColour": {
147
147
  "location": "import",
@@ -270,7 +270,7 @@ export class BiggiveImageButton {
270
270
  "mutable": false,
271
271
  "complexType": {
272
272
  "original": "brandColour",
273
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
273
+ "resolved": "\"black\" | \"brand-afa-pink\" | \"brand-c4c-orange\" | \"brand-cc-red\" | \"brand-emf-yellow\" | \"brand-gmf-green\" | \"brand-grey\" | \"brand-mhf-turquoise\" | \"brand-wgmf-purple\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
274
274
  "references": {
275
275
  "brandColour": {
276
276
  "location": "import",
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
3
  * Also see mixin icon-large - that repeats this list of colours and specifies another colour to go with each one, e.g. white or black.
4
+ *
5
+ * NOTE: brand-1 to brand-5 are deprecated, please use the color brands instead
4
6
  */
5
7
  a {
6
8
  color: inherit;
@@ -50,6 +52,31 @@ a:hover {
50
52
  background-color: #F07D00;
51
53
  }
52
54
 
55
+ .background-colour-hover-brand-cc-red:hover,
56
+ .background-colour-brand-cc-red {
57
+ background-color: #B30510;
58
+ }
59
+
60
+ .background-colour-hover-brand-wgmf-purple:hover,
61
+ .background-colour-brand-wgmf-purple {
62
+ background-color: #6E0887;
63
+ }
64
+
65
+ .background-colour-hover-brand-gmf-green:hover,
66
+ .background-colour-brand-gmf-green {
67
+ background-color: #50B400;
68
+ }
69
+
70
+ .background-colour-hover-brand-emf-yellow:hover,
71
+ .background-colour-brand-emf-yellow {
72
+ background-color: #FFE500;
73
+ }
74
+
75
+ .background-colour-hover-brand-c4c-orange:hover,
76
+ .background-colour-brand-c4c-orange {
77
+ background-color: #F07D00;
78
+ }
79
+
53
80
  .background-colour-hover-brand-afa-pink:hover,
54
81
  .background-colour-brand-afa-pink {
55
82
  background-color: #BF387D;
@@ -132,6 +159,26 @@ a:hover {
132
159
  fill: #F07D00;
133
160
  }
134
161
 
162
+ .fill-brand-cc-red {
163
+ fill: #B30510;
164
+ }
165
+
166
+ .fill-brand-wgmf-purple {
167
+ fill: #6E0887;
168
+ }
169
+
170
+ .fill-brand-gmf-green {
171
+ fill: #50B400;
172
+ }
173
+
174
+ .fill-brand-emf-yellow {
175
+ fill: #FFE500;
176
+ }
177
+
178
+ .fill-brand-c4c-orange {
179
+ fill: #F07D00;
180
+ }
181
+
135
182
  .fill-brand-afa-pink {
136
183
  fill: #BF387D;
137
184
  }
@@ -268,6 +315,31 @@ a:hover {
268
315
  color: #F07D00;
269
316
  }
270
317
 
318
+ .text-colour-hover-brand-cc-red:hover,
319
+ .text-colour-brand-cc-red {
320
+ color: #B30510;
321
+ }
322
+
323
+ .text-colour-hover-brand-wgmf-purple:hover,
324
+ .text-colour-brand-wgmf-purple {
325
+ color: #6E0887;
326
+ }
327
+
328
+ .text-colour-hover-brand-gmf-green:hover,
329
+ .text-colour-brand-gmf-green {
330
+ color: #50B400;
331
+ }
332
+
333
+ .text-colour-hover-brand-emf-yellow:hover,
334
+ .text-colour-brand-emf-yellow {
335
+ color: #FFE500;
336
+ }
337
+
338
+ .text-colour-hover-brand-c4c-orange:hover,
339
+ .text-colour-brand-c4c-orange {
340
+ color: #F07D00;
341
+ }
342
+
271
343
  .text-colour-hover-brand-afa-pink:hover,
272
344
  .text-colour-brand-afa-pink {
273
345
  color: #BF387D;
@@ -71,7 +71,7 @@ export class BiggiveImageCard {
71
71
  "mutable": false,
72
72
  "complexType": {
73
73
  "original": "brandColour",
74
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
74
+ "resolved": "\"black\" | \"brand-afa-pink\" | \"brand-c4c-orange\" | \"brand-cc-red\" | \"brand-emf-yellow\" | \"brand-gmf-green\" | \"brand-grey\" | \"brand-mhf-turquoise\" | \"brand-wgmf-purple\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
75
75
  "references": {
76
76
  "brandColour": {
77
77
  "location": "import",
@@ -163,7 +163,7 @@ export class BiggiveImageCard {
163
163
  "mutable": false,
164
164
  "complexType": {
165
165
  "original": "brandColour",
166
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
166
+ "resolved": "\"black\" | \"brand-afa-pink\" | \"brand-c4c-orange\" | \"brand-cc-red\" | \"brand-emf-yellow\" | \"brand-gmf-green\" | \"brand-grey\" | \"brand-mhf-turquoise\" | \"brand-wgmf-purple\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
167
167
  "references": {
168
168
  "brandColour": {
169
169
  "location": "import",
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
3
  * Also see mixin icon-large - that repeats this list of colours and specifies another colour to go with each one, e.g. white or black.
4
+ *
5
+ * NOTE: brand-1 to brand-5 are deprecated, please use the color brands instead
4
6
  */
5
7
  a {
6
8
  color: inherit;
@@ -55,6 +57,31 @@ a:hover {
55
57
  color: #F07D00;
56
58
  }
57
59
 
60
+ .text-colour-hover-brand-cc-red:hover,
61
+ .text-colour-brand-cc-red {
62
+ color: #B30510;
63
+ }
64
+
65
+ .text-colour-hover-brand-wgmf-purple:hover,
66
+ .text-colour-brand-wgmf-purple {
67
+ color: #6E0887;
68
+ }
69
+
70
+ .text-colour-hover-brand-gmf-green:hover,
71
+ .text-colour-brand-gmf-green {
72
+ color: #50B400;
73
+ }
74
+
75
+ .text-colour-hover-brand-emf-yellow:hover,
76
+ .text-colour-brand-emf-yellow {
77
+ color: #FFE500;
78
+ }
79
+
80
+ .text-colour-hover-brand-c4c-orange:hover,
81
+ .text-colour-brand-c4c-orange {
82
+ color: #F07D00;
83
+ }
84
+
58
85
  .text-colour-hover-brand-afa-pink:hover,
59
86
  .text-colour-brand-afa-pink {
60
87
  color: #BF387D;
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
3
  * Also see mixin icon-large - that repeats this list of colours and specifies another colour to go with each one, e.g. white or black.
4
+ *
5
+ * NOTE: brand-1 to brand-5 are deprecated, please use the color brands instead
4
6
  */
5
7
  a {
6
8
  color: inherit;
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
3
  * Also see mixin icon-large - that repeats this list of colours and specifies another colour to go with each one, e.g. white or black.
4
+ *
5
+ * NOTE: brand-1 to brand-5 are deprecated, please use the color brands instead
4
6
  */
5
7
  a {
6
8
  color: inherit;
@@ -50,6 +52,31 @@ a:hover {
50
52
  background-color: #F07D00;
51
53
  }
52
54
 
55
+ .background-colour-hover-brand-cc-red:hover,
56
+ .background-colour-brand-cc-red {
57
+ background-color: #B30510;
58
+ }
59
+
60
+ .background-colour-hover-brand-wgmf-purple:hover,
61
+ .background-colour-brand-wgmf-purple {
62
+ background-color: #6E0887;
63
+ }
64
+
65
+ .background-colour-hover-brand-gmf-green:hover,
66
+ .background-colour-brand-gmf-green {
67
+ background-color: #50B400;
68
+ }
69
+
70
+ .background-colour-hover-brand-emf-yellow:hover,
71
+ .background-colour-brand-emf-yellow {
72
+ background-color: #FFE500;
73
+ }
74
+
75
+ .background-colour-hover-brand-c4c-orange:hover,
76
+ .background-colour-brand-c4c-orange {
77
+ background-color: #F07D00;
78
+ }
79
+
53
80
  .background-colour-hover-brand-afa-pink:hover,
54
81
  .background-colour-brand-afa-pink {
55
82
  background-color: #BF387D;
@@ -132,6 +159,26 @@ a:hover {
132
159
  fill: #F07D00;
133
160
  }
134
161
 
162
+ .fill-brand-cc-red {
163
+ fill: #B30510;
164
+ }
165
+
166
+ .fill-brand-wgmf-purple {
167
+ fill: #6E0887;
168
+ }
169
+
170
+ .fill-brand-gmf-green {
171
+ fill: #50B400;
172
+ }
173
+
174
+ .fill-brand-emf-yellow {
175
+ fill: #FFE500;
176
+ }
177
+
178
+ .fill-brand-c4c-orange {
179
+ fill: #F07D00;
180
+ }
181
+
135
182
  .fill-brand-afa-pink {
136
183
  fill: #BF387D;
137
184
  }
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
3
  * Also see mixin icon-large - that repeats this list of colours and specifies another colour to go with each one, e.g. white or black.
4
+ *
5
+ * NOTE: brand-1 to brand-5 are deprecated, please use the color brands instead
4
6
  */
5
7
  a {
6
8
  color: inherit;
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
3
  * Also see mixin icon-large - that repeats this list of colours and specifies another colour to go with each one, e.g. white or black.
4
+ *
5
+ * NOTE: brand-1 to brand-5 are deprecated, please use the color brands instead
4
6
  */
5
7
  a {
6
8
  color: inherit;
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
3
  * Also see mixin icon-large - that repeats this list of colours and specifies another colour to go with each one, e.g. white or black.
4
+ *
5
+ * NOTE: brand-1 to brand-5 are deprecated, please use the color brands instead
4
6
  */
5
7
  a {
6
8
  color: inherit;
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
3
  * Also see mixin icon-large - that repeats this list of colours and specifies another colour to go with each one, e.g. white or black.
4
+ *
5
+ * NOTE: brand-1 to brand-5 are deprecated, please use the color brands instead
4
6
  */
5
7
  a {
6
8
  color: inherit;