@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;
@@ -106,6 +108,31 @@ a:hover {
106
108
  color: #F07D00;
107
109
  }
108
110
 
111
+ .text-colour-hover-brand-cc-red:hover,
112
+ .text-colour-brand-cc-red {
113
+ color: #B30510;
114
+ }
115
+
116
+ .text-colour-hover-brand-wgmf-purple:hover,
117
+ .text-colour-brand-wgmf-purple {
118
+ color: #6E0887;
119
+ }
120
+
121
+ .text-colour-hover-brand-gmf-green:hover,
122
+ .text-colour-brand-gmf-green {
123
+ color: #50B400;
124
+ }
125
+
126
+ .text-colour-hover-brand-emf-yellow:hover,
127
+ .text-colour-brand-emf-yellow {
128
+ color: #FFE500;
129
+ }
130
+
131
+ .text-colour-hover-brand-c4c-orange:hover,
132
+ .text-colour-brand-c4c-orange {
133
+ color: #F07D00;
134
+ }
135
+
109
136
  .text-colour-hover-brand-afa-pink:hover,
110
137
  .text-colour-brand-afa-pink {
111
138
  color: #BF387D;
@@ -265,14 +292,50 @@ a:hover {
265
292
  .container.text-colour-brand-5 .content {
266
293
  color: #F07D00;
267
294
  }
268
- .container.heading-colour-brand-6 .entry h3.heading svg path {
269
- stroke: #62CFC9;
295
+ .container.heading-colour-brand-cc-red .entry h3.heading svg path {
296
+ stroke: #B30510;
270
297
  }
271
- .container.heading-colour-brand-6 h3.heading {
272
- color: #62CFC9;
298
+ .container.heading-colour-brand-cc-red h3.heading {
299
+ color: #B30510;
273
300
  }
274
- .container.text-colour-brand-6 .content {
275
- color: #62CFC9;
301
+ .container.text-colour-brand-cc-red .content {
302
+ color: #B30510;
303
+ }
304
+ .container.heading-colour-brand-wgmf-purple .entry h3.heading svg path {
305
+ stroke: #6E0887;
306
+ }
307
+ .container.heading-colour-brand-wgmf-purple h3.heading {
308
+ color: #6E0887;
309
+ }
310
+ .container.text-colour-brand-wgmf-purple .content {
311
+ color: #6E0887;
312
+ }
313
+ .container.heading-colour-brand-gmf-green .entry h3.heading svg path {
314
+ stroke: #50B400;
315
+ }
316
+ .container.heading-colour-brand-gmf-green h3.heading {
317
+ color: #50B400;
318
+ }
319
+ .container.text-colour-brand-gmf-green .content {
320
+ color: #50B400;
321
+ }
322
+ .container.heading-colour-brand-emf-yellow .entry h3.heading svg path {
323
+ stroke: #FFE500;
324
+ }
325
+ .container.heading-colour-brand-emf-yellow h3.heading {
326
+ color: #FFE500;
327
+ }
328
+ .container.text-colour-brand-emf-yellow .content {
329
+ color: #FFE500;
330
+ }
331
+ .container.heading-colour-brand-c4c-orange .entry h3.heading svg path {
332
+ stroke: #F07D00;
333
+ }
334
+ .container.heading-colour-brand-c4c-orange h3.heading {
335
+ color: #F07D00;
336
+ }
337
+ .container.text-colour-brand-c4c-orange .content {
338
+ color: #F07D00;
276
339
  }
277
340
  .container.heading-colour-brand-afa-pink .entry h3.heading svg path {
278
341
  stroke: #BF387D;
@@ -283,6 +346,24 @@ a:hover {
283
346
  .container.text-colour-brand-afa-pink .content {
284
347
  color: #BF387D;
285
348
  }
349
+ .container.heading-colour-brand-mhf-turquoise .entry h3.heading svg path {
350
+ stroke: #62CFC9;
351
+ }
352
+ .container.heading-colour-brand-mhf-turquoise h3.heading {
353
+ color: #62CFC9;
354
+ }
355
+ .container.text-colour-brand-mhf-turquoise .content {
356
+ color: #62CFC9;
357
+ }
358
+ .container.heading-colour-brand-grey .entry h3.heading svg path {
359
+ stroke: #CBC8C8;
360
+ }
361
+ .container.heading-colour-brand-grey h3.heading {
362
+ color: #CBC8C8;
363
+ }
364
+ .container.text-colour-brand-grey .content {
365
+ color: #CBC8C8;
366
+ }
286
367
  .container.heading-colour-white .entry h3.heading svg path {
287
368
  stroke: #FFFFFF;
288
369
  }
@@ -336,4 +417,13 @@ a:hover {
336
417
  }
337
418
  .container.text-colour-grey-dark .content {
338
419
  color: #4A4A4A;
420
+ }
421
+ .container.heading-colour-brand-6 .entry h3.heading svg path {
422
+ stroke: #62CFC9;
423
+ }
424
+ .container.heading-colour-brand-6 h3.heading {
425
+ color: #62CFC9;
426
+ }
427
+ .container.text-colour-brand-6 .content {
428
+ color: #62CFC9;
339
429
  }
@@ -69,7 +69,7 @@ export class BiggiveAccordion {
69
69
  "mutable": false,
70
70
  "complexType": {
71
71
  "original": "brandColour",
72
- "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\"",
72
+ "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\"",
73
73
  "references": {
74
74
  "brandColour": {
75
75
  "location": "import",
@@ -92,7 +92,7 @@ export class BiggiveAccordion {
92
92
  "mutable": false,
93
93
  "complexType": {
94
94
  "original": "brandColour",
95
- "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\"",
95
+ "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\"",
96
96
  "references": {
97
97
  "brandColour": {
98
98
  "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;
@@ -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;
@@ -201,6 +228,31 @@ a:hover {
201
228
  color: #F07D00;
202
229
  }
203
230
 
231
+ .text-colour-hover-brand-cc-red:hover,
232
+ .text-colour-brand-cc-red {
233
+ color: #B30510;
234
+ }
235
+
236
+ .text-colour-hover-brand-wgmf-purple:hover,
237
+ .text-colour-brand-wgmf-purple {
238
+ color: #6E0887;
239
+ }
240
+
241
+ .text-colour-hover-brand-gmf-green:hover,
242
+ .text-colour-brand-gmf-green {
243
+ color: #50B400;
244
+ }
245
+
246
+ .text-colour-hover-brand-emf-yellow:hover,
247
+ .text-colour-brand-emf-yellow {
248
+ color: #FFE500;
249
+ }
250
+
251
+ .text-colour-hover-brand-c4c-orange:hover,
252
+ .text-colour-brand-c4c-orange {
253
+ color: #F07D00;
254
+ }
255
+
204
256
  .text-colour-hover-brand-afa-pink:hover,
205
257
  .text-colour-brand-afa-pink {
206
258
  color: #BF387D;
@@ -435,17 +487,65 @@ a:hover {
435
487
  .container .image-label-colour-brand-5 .image-label {
436
488
  color: #F07D00;
437
489
  }
438
- .container .main-title-colour-brand-6 h3 {
439
- color: #62CFC9;
490
+ .container .main-title-colour-brand-cc-red h3 {
491
+ color: #B30510;
440
492
  }
441
- .container .slug-colour-brand-6 .slug {
442
- color: #62CFC9;
493
+ .container .slug-colour-brand-cc-red .slug {
494
+ color: #B30510;
443
495
  }
444
- .container .date-colour-brand-6 .date {
445
- color: #62CFC9;
496
+ .container .date-colour-brand-cc-red .date {
497
+ color: #B30510;
446
498
  }
447
- .container .image-label-colour-brand-6 .image-label {
448
- color: #62CFC9;
499
+ .container .image-label-colour-brand-cc-red .image-label {
500
+ color: #B30510;
501
+ }
502
+ .container .main-title-colour-brand-wgmf-purple h3 {
503
+ color: #6E0887;
504
+ }
505
+ .container .slug-colour-brand-wgmf-purple .slug {
506
+ color: #6E0887;
507
+ }
508
+ .container .date-colour-brand-wgmf-purple .date {
509
+ color: #6E0887;
510
+ }
511
+ .container .image-label-colour-brand-wgmf-purple .image-label {
512
+ color: #6E0887;
513
+ }
514
+ .container .main-title-colour-brand-gmf-green h3 {
515
+ color: #50B400;
516
+ }
517
+ .container .slug-colour-brand-gmf-green .slug {
518
+ color: #50B400;
519
+ }
520
+ .container .date-colour-brand-gmf-green .date {
521
+ color: #50B400;
522
+ }
523
+ .container .image-label-colour-brand-gmf-green .image-label {
524
+ color: #50B400;
525
+ }
526
+ .container .main-title-colour-brand-emf-yellow h3 {
527
+ color: #FFE500;
528
+ }
529
+ .container .slug-colour-brand-emf-yellow .slug {
530
+ color: #FFE500;
531
+ }
532
+ .container .date-colour-brand-emf-yellow .date {
533
+ color: #FFE500;
534
+ }
535
+ .container .image-label-colour-brand-emf-yellow .image-label {
536
+ color: #FFE500;
537
+ }
538
+ .container .main-title-colour-brand-c4c-orange h3 {
539
+ color: #F07D00;
540
+ }
541
+ .container .slug-colour-brand-c4c-orange .slug {
542
+ color: #F07D00;
543
+ }
544
+ .container .date-colour-brand-c4c-orange .date {
545
+ color: #F07D00;
546
+ }
547
+ .container .image-label-colour-brand-c4c-orange .image-label {
548
+ color: #F07D00;
449
549
  }
450
550
  .container .main-title-colour-brand-afa-pink h3 {
451
551
  color: #BF387D;
@@ -459,6 +559,30 @@ a:hover {
459
559
  .container .image-label-colour-brand-afa-pink .image-label {
460
560
  color: #BF387D;
461
561
  }
562
+ .container .main-title-colour-brand-mhf-turquoise h3 {
563
+ color: #62CFC9;
564
+ }
565
+ .container .slug-colour-brand-mhf-turquoise .slug {
566
+ color: #62CFC9;
567
+ }
568
+ .container .date-colour-brand-mhf-turquoise .date {
569
+ color: #62CFC9;
570
+ }
571
+ .container .image-label-colour-brand-mhf-turquoise .image-label {
572
+ color: #62CFC9;
573
+ }
574
+ .container .main-title-colour-brand-grey h3 {
575
+ color: #CBC8C8;
576
+ }
577
+ .container .slug-colour-brand-grey .slug {
578
+ color: #CBC8C8;
579
+ }
580
+ .container .date-colour-brand-grey .date {
581
+ color: #CBC8C8;
582
+ }
583
+ .container .image-label-colour-brand-grey .image-label {
584
+ color: #CBC8C8;
585
+ }
462
586
  .container .main-title-colour-white h3 {
463
587
  color: #FFFFFF;
464
588
  }
@@ -530,4 +654,16 @@ a:hover {
530
654
  }
531
655
  .container .image-label-colour-grey-dark .image-label {
532
656
  color: #4A4A4A;
657
+ }
658
+ .container .main-title-colour-brand-6 h3 {
659
+ color: #62CFC9;
660
+ }
661
+ .container .slug-colour-brand-6 .slug {
662
+ color: #62CFC9;
663
+ }
664
+ .container .date-colour-brand-6 .date {
665
+ color: #62CFC9;
666
+ }
667
+ .container .image-label-colour-brand-6 .image-label {
668
+ color: #62CFC9;
533
669
  }
@@ -85,7 +85,7 @@ export class BiggiveArticleCard {
85
85
  "mutable": false,
86
86
  "complexType": {
87
87
  "original": "brandColour",
88
- "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\"",
88
+ "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\"",
89
89
  "references": {
90
90
  "brandColour": {
91
91
  "location": "import",
@@ -143,7 +143,7 @@ export class BiggiveArticleCard {
143
143
  "mutable": false,
144
144
  "complexType": {
145
145
  "original": "brandColour",
146
- "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\"",
146
+ "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\"",
147
147
  "references": {
148
148
  "brandColour": {
149
149
  "location": "import",
@@ -183,7 +183,7 @@ export class BiggiveArticleCard {
183
183
  "mutable": false,
184
184
  "complexType": {
185
185
  "original": "brandColour",
186
- "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\"",
186
+ "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\"",
187
187
  "references": {
188
188
  "brandColour": {
189
189
  "location": "import",
@@ -223,7 +223,7 @@ export class BiggiveArticleCard {
223
223
  "mutable": false,
224
224
  "complexType": {
225
225
  "original": "brandColour",
226
- "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\"",
226
+ "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\"",
227
227
  "references": {
228
228
  "brandColour": {
229
229
  "location": "import",
@@ -365,7 +365,7 @@ export class BiggiveArticleCard {
365
365
  "mutable": false,
366
366
  "complexType": {
367
367
  "original": "brandColour",
368
- "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\"",
368
+ "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\"",
369
369
  "references": {
370
370
  "brandColour": {
371
371
  "location": "import",
@@ -422,7 +422,7 @@ export class BiggiveArticleCard {
422
422
  "mutable": false,
423
423
  "complexType": {
424
424
  "original": "brandColour",
425
- "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\"",
425
+ "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\"",
426
426
  "references": {
427
427
  "brandColour": {
428
428
  "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;
@@ -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;
@@ -78,7 +78,7 @@ export class BiggiveBasicCard {
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",
@@ -119,7 +119,7 @@ export class BiggiveBasicCard {
119
119
  "mutable": false,
120
120
  "complexType": {
121
121
  "original": "brandColour",
122
- "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\"",
122
+ "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\"",
123
123
  "references": {
124
124
  "brandColour": {
125
125
  "location": "import",
@@ -142,7 +142,7 @@ export class BiggiveBasicCard {
142
142
  "mutable": false,
143
143
  "complexType": {
144
144
  "original": "brandColour",
145
- "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\"",
145
+ "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\"",
146
146
  "references": {
147
147
  "brandColour": {
148
148
  "location": "import",
@@ -268,7 +268,7 @@ export class BiggiveBasicCard {
268
268
  "mutable": false,
269
269
  "complexType": {
270
270
  "original": "brandColour",
271
- "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\"",
271
+ "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\"",
272
272
  "references": {
273
273
  "brandColour": {
274
274
  "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
  }