@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;
@@ -250,8 +252,8 @@ a:hover {
250
252
 
251
253
  .container.background-color-primary:before,
252
254
  .container.background-color-primary:after,
253
- .container.background-color-primary .sleeve,
254
- .container.background-color-primary .sleeve:before {
255
+ .container.background-color-primary .sleeve:before,
256
+ .container.background-color-primary .sleeve {
255
257
  background-color: #2C089B;
256
258
  color: #FFFFFF;
257
259
  }
@@ -312,14 +314,70 @@ a:hover {
312
314
  color: #FFFFFF;
313
315
  }
314
316
 
315
- .container.background-color-brand-6:before,
316
- .container.background-color-brand-6:after,
317
- .container.background-color-brand-6 .sleeve:before,
318
- .container.background-color-brand-6 .sleeve {
317
+ .container.background-color-brand-cc-red:before,
318
+ .container.background-color-brand-cc-red:after,
319
+ .container.background-color-brand-cc-red .sleeve:before,
320
+ .container.background-color-brand-cc-red .sleeve {
321
+ background-color: #B30510;
322
+ color: #FFFFFF;
323
+ }
324
+
325
+ .container.background-color-brand-wgmf-purple:before,
326
+ .container.background-color-brand-wgmf-purple:after,
327
+ .container.background-color-brand-wgmf-purple .sleeve:before,
328
+ .container.background-color-brand-wgmf-purple .sleeve {
329
+ background-color: #6E0887;
330
+ color: #FFFFFF;
331
+ }
332
+
333
+ .container.background-color-brand-gmf-green:before,
334
+ .container.background-color-brand-gmf-green:after,
335
+ .container.background-color-brand-gmf-green .sleeve:before,
336
+ .container.background-color-brand-gmf-green .sleeve {
337
+ background-color: #50B400;
338
+ color: #FFFFFF;
339
+ }
340
+
341
+ .container.background-color-brand-emf-yellow:before,
342
+ .container.background-color-brand-emf-yellow:after,
343
+ .container.background-color-brand-emf-yellow .sleeve:before,
344
+ .container.background-color-brand-emf-yellow .sleeve {
345
+ background-color: #FFE500;
346
+ color: #FFFFFF;
347
+ }
348
+
349
+ .container.background-color-brand-c4c-orange:before,
350
+ .container.background-color-brand-c4c-orange:after,
351
+ .container.background-color-brand-c4c-orange .sleeve:before,
352
+ .container.background-color-brand-c4c-orange .sleeve {
353
+ background-color: #F07D00;
354
+ color: #FFFFFF;
355
+ }
356
+
357
+ .container.background-color-brand-afa-pink:before,
358
+ .container.background-color-brand-afa-pink:after,
359
+ .container.background-color-brand-afa-pink .sleeve:before,
360
+ .container.background-color-brand-afa-pink .sleeve {
361
+ background-color: #BF387D;
362
+ color: #FFFFFF;
363
+ }
364
+
365
+ .container.background-color-brand-mhf-turquoise:before,
366
+ .container.background-color-brand-mhf-turquoise:after,
367
+ .container.background-color-brand-mhf-turquoise .sleeve:before,
368
+ .container.background-color-brand-mhf-turquoise .sleeve {
319
369
  background-color: #62CFC9;
320
370
  color: #FFFFFF;
321
371
  }
322
372
 
373
+ .container.background-color-brand-grey:before,
374
+ .container.background-color-brand-grey:after,
375
+ .container.background-color-brand-grey .sleeve:before,
376
+ .container.background-color-brand-grey .sleeve {
377
+ background-color: #CBC8C8;
378
+ color: #FFFFFF;
379
+ }
380
+
323
381
  .container.background-color-white:before,
324
382
  .container.background-color-white:after,
325
383
  .container.background-color-white .sleeve:before,
@@ -366,4 +424,12 @@ a:hover {
366
424
  .container.background-color-grey-dark .sleeve {
367
425
  background-color: #4A4A4A;
368
426
  color: #FFFFFF;
427
+ }
428
+
429
+ .container.background-color-brand-6:before,
430
+ .container.background-color-brand-6:after,
431
+ .container.background-color-brand-6 .sleeve:before,
432
+ .container.background-color-brand-6 .sleeve {
433
+ background-color: #62CFC9;
434
+ color: #FFFFFF;
369
435
  }
@@ -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;
@@ -111,6 +113,31 @@ a:hover {
111
113
  color: #F07D00;
112
114
  }
113
115
 
116
+ .text-colour-hover-brand-cc-red:hover,
117
+ .text-colour-brand-cc-red {
118
+ color: #B30510;
119
+ }
120
+
121
+ .text-colour-hover-brand-wgmf-purple:hover,
122
+ .text-colour-brand-wgmf-purple {
123
+ color: #6E0887;
124
+ }
125
+
126
+ .text-colour-hover-brand-gmf-green:hover,
127
+ .text-colour-brand-gmf-green {
128
+ color: #50B400;
129
+ }
130
+
131
+ .text-colour-hover-brand-emf-yellow:hover,
132
+ .text-colour-brand-emf-yellow {
133
+ color: #FFE500;
134
+ }
135
+
136
+ .text-colour-hover-brand-c4c-orange:hover,
137
+ .text-colour-brand-c4c-orange {
138
+ color: #F07D00;
139
+ }
140
+
114
141
  .text-colour-hover-brand-afa-pink:hover,
115
142
  .text-colour-brand-afa-pink {
116
143
  color: #BF387D;
@@ -213,12 +240,30 @@ a:hover {
213
240
  .container.quote-icon-colour-brand-5 .image-wrap path {
214
241
  fill: #F07D00;
215
242
  }
216
- .container.quote-icon-colour-brand-6 .image-wrap path {
217
- fill: #62CFC9;
243
+ .container.quote-icon-colour-brand-cc-red .image-wrap path {
244
+ fill: #B30510;
245
+ }
246
+ .container.quote-icon-colour-brand-wgmf-purple .image-wrap path {
247
+ fill: #6E0887;
248
+ }
249
+ .container.quote-icon-colour-brand-gmf-green .image-wrap path {
250
+ fill: #50B400;
251
+ }
252
+ .container.quote-icon-colour-brand-emf-yellow .image-wrap path {
253
+ fill: #FFE500;
254
+ }
255
+ .container.quote-icon-colour-brand-c4c-orange .image-wrap path {
256
+ fill: #F07D00;
218
257
  }
219
258
  .container.quote-icon-colour-brand-afa-pink .image-wrap path {
220
259
  fill: #BF387D;
221
260
  }
261
+ .container.quote-icon-colour-brand-mhf-turquoise .image-wrap path {
262
+ fill: #62CFC9;
263
+ }
264
+ .container.quote-icon-colour-brand-grey .image-wrap path {
265
+ fill: #CBC8C8;
266
+ }
222
267
  .container.quote-icon-colour-white .image-wrap path {
223
268
  fill: #FFFFFF;
224
269
  }
@@ -237,6 +282,9 @@ a:hover {
237
282
  .container.quote-icon-colour-grey-dark .image-wrap path {
238
283
  fill: #4A4A4A;
239
284
  }
285
+ .container.quote-icon-colour-brand-6 .image-wrap path {
286
+ fill: #62CFC9;
287
+ }
240
288
  @media screen and (max-width: 768px) {
241
289
  .container {
242
290
  padding: 45px;
@@ -52,7 +52,7 @@ export class BiggiveQuote {
52
52
  "mutable": false,
53
53
  "complexType": {
54
54
  "original": "brandColour",
55
- "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\"",
55
+ "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\"",
56
56
  "references": {
57
57
  "brandColour": {
58
58
  "location": "import",
@@ -111,7 +111,7 @@ export class BiggiveQuote {
111
111
  "mutable": false,
112
112
  "complexType": {
113
113
  "original": "brandColour",
114
- "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\"",
114
+ "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\"",
115
115
  "references": {
116
116
  "brandColour": {
117
117
  "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;
@@ -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;
@@ -222,6 +274,26 @@ a:hover {
222
274
  fill: #F07D00;
223
275
  }
224
276
 
277
+ .fill-brand-cc-red {
278
+ fill: #B30510;
279
+ }
280
+
281
+ .fill-brand-wgmf-purple {
282
+ fill: #6E0887;
283
+ }
284
+
285
+ .fill-brand-gmf-green {
286
+ fill: #50B400;
287
+ }
288
+
289
+ .fill-brand-emf-yellow {
290
+ fill: #FFE500;
291
+ }
292
+
293
+ .fill-brand-c4c-orange {
294
+ fill: #F07D00;
295
+ }
296
+
225
297
  .fill-brand-afa-pink {
226
298
  fill: #BF387D;
227
299
  }
@@ -329,12 +401,30 @@ a:hover {
329
401
  .container .popup .header .back-link .svg-wrap.colour-brand-5 svg path {
330
402
  fill: #F07D00;
331
403
  }
332
- .container .popup .header .back-link .svg-wrap.colour-brand-6 svg path {
333
- fill: #62CFC9;
404
+ .container .popup .header .back-link .svg-wrap.colour-brand-cc-red svg path {
405
+ fill: #B30510;
406
+ }
407
+ .container .popup .header .back-link .svg-wrap.colour-brand-wgmf-purple svg path {
408
+ fill: #6E0887;
409
+ }
410
+ .container .popup .header .back-link .svg-wrap.colour-brand-gmf-green svg path {
411
+ fill: #50B400;
412
+ }
413
+ .container .popup .header .back-link .svg-wrap.colour-brand-emf-yellow svg path {
414
+ fill: #FFE500;
415
+ }
416
+ .container .popup .header .back-link .svg-wrap.colour-brand-c4c-orange svg path {
417
+ fill: #F07D00;
334
418
  }
335
419
  .container .popup .header .back-link .svg-wrap.colour-brand-afa-pink svg path {
336
420
  fill: #BF387D;
337
421
  }
422
+ .container .popup .header .back-link .svg-wrap.colour-brand-mhf-turquoise svg path {
423
+ fill: #62CFC9;
424
+ }
425
+ .container .popup .header .back-link .svg-wrap.colour-brand-grey svg path {
426
+ fill: #CBC8C8;
427
+ }
338
428
  .container .popup .header .back-link .svg-wrap.colour-white svg path {
339
429
  fill: #FFFFFF;
340
430
  }
@@ -353,6 +443,9 @@ a:hover {
353
443
  .container .popup .header .back-link .svg-wrap.colour-grey-dark svg path {
354
444
  fill: #4A4A4A;
355
445
  }
446
+ .container .popup .header .back-link .svg-wrap.colour-brand-6 svg path {
447
+ fill: #62CFC9;
448
+ }
356
449
  .container .popup .header .back-link .svg-wrap svg {
357
450
  height: 14px;
358
451
  width: auto;
@@ -64,7 +64,7 @@ export class BiggiveSheet {
64
64
  "mutable": false,
65
65
  "complexType": {
66
66
  "original": "brandColour",
67
- "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\"",
67
+ "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\"",
68
68
  "references": {
69
69
  "brandColour": {
70
70
  "location": "import",
@@ -87,7 +87,7 @@ export class BiggiveSheet {
87
87
  "mutable": false,
88
88
  "complexType": {
89
89
  "original": "brandColour",
90
- "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\"",
90
+ "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\"",
91
91
  "references": {
92
92
  "brandColour": {
93
93
  "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
  }
@@ -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;
@@ -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;
@@ -372,24 +399,100 @@ a:hover {
372
399
  .container.button-icon-colour-brand-5 .navigation .button svg path {
373
400
  stroke: #F07D00;
374
401
  }
375
- .container.text-colour-brand-6 .navigation li {
376
- color: #62CFC9;
402
+ .container.text-colour-brand-cc-red .navigation li {
403
+ color: #B30510;
377
404
  }
378
- .container.navigation-highlight-colour-brand-6 .navigation ul {
379
- border-color: #62CFC9;
405
+ .container.navigation-highlight-colour-brand-cc-red .navigation ul {
406
+ border-color: #B30510;
380
407
  }
381
- .container.selected-text-colour-brand-6 .navigation li.selected {
382
- color: #62CFC9;
383
- border-color: #62CFC9;
408
+ .container.selected-text-colour-brand-cc-red .navigation li.selected {
409
+ color: #B30510;
410
+ border-color: #B30510;
384
411
  }
385
- .container.selected-navigation-highlight-colour-brand-6 .navigation li.selected {
386
- border-color: #62CFC9;
412
+ .container.selected-navigation-highlight-colour-brand-cc-red .navigation li.selected {
413
+ border-color: #B30510;
387
414
  }
388
- .container.button-background-colour-brand-6 .navigation .button {
389
- background-color: #62CFC9;
415
+ .container.button-background-colour-brand-cc-red .navigation .button {
416
+ background-color: #B30510;
390
417
  }
391
- .container.button-icon-colour-brand-6 .navigation .button svg path {
392
- stroke: #62CFC9;
418
+ .container.button-icon-colour-brand-cc-red .navigation .button svg path {
419
+ stroke: #B30510;
420
+ }
421
+ .container.text-colour-brand-wgmf-purple .navigation li {
422
+ color: #6E0887;
423
+ }
424
+ .container.navigation-highlight-colour-brand-wgmf-purple .navigation ul {
425
+ border-color: #6E0887;
426
+ }
427
+ .container.selected-text-colour-brand-wgmf-purple .navigation li.selected {
428
+ color: #6E0887;
429
+ border-color: #6E0887;
430
+ }
431
+ .container.selected-navigation-highlight-colour-brand-wgmf-purple .navigation li.selected {
432
+ border-color: #6E0887;
433
+ }
434
+ .container.button-background-colour-brand-wgmf-purple .navigation .button {
435
+ background-color: #6E0887;
436
+ }
437
+ .container.button-icon-colour-brand-wgmf-purple .navigation .button svg path {
438
+ stroke: #6E0887;
439
+ }
440
+ .container.text-colour-brand-gmf-green .navigation li {
441
+ color: #50B400;
442
+ }
443
+ .container.navigation-highlight-colour-brand-gmf-green .navigation ul {
444
+ border-color: #50B400;
445
+ }
446
+ .container.selected-text-colour-brand-gmf-green .navigation li.selected {
447
+ color: #50B400;
448
+ border-color: #50B400;
449
+ }
450
+ .container.selected-navigation-highlight-colour-brand-gmf-green .navigation li.selected {
451
+ border-color: #50B400;
452
+ }
453
+ .container.button-background-colour-brand-gmf-green .navigation .button {
454
+ background-color: #50B400;
455
+ }
456
+ .container.button-icon-colour-brand-gmf-green .navigation .button svg path {
457
+ stroke: #50B400;
458
+ }
459
+ .container.text-colour-brand-emf-yellow .navigation li {
460
+ color: #FFE500;
461
+ }
462
+ .container.navigation-highlight-colour-brand-emf-yellow .navigation ul {
463
+ border-color: #FFE500;
464
+ }
465
+ .container.selected-text-colour-brand-emf-yellow .navigation li.selected {
466
+ color: #FFE500;
467
+ border-color: #FFE500;
468
+ }
469
+ .container.selected-navigation-highlight-colour-brand-emf-yellow .navigation li.selected {
470
+ border-color: #FFE500;
471
+ }
472
+ .container.button-background-colour-brand-emf-yellow .navigation .button {
473
+ background-color: #FFE500;
474
+ }
475
+ .container.button-icon-colour-brand-emf-yellow .navigation .button svg path {
476
+ stroke: #FFE500;
477
+ }
478
+ .container.text-colour-brand-c4c-orange .navigation li {
479
+ color: #F07D00;
480
+ }
481
+ .container.navigation-highlight-colour-brand-c4c-orange .navigation ul {
482
+ border-color: #F07D00;
483
+ }
484
+ .container.selected-text-colour-brand-c4c-orange .navigation li.selected {
485
+ color: #F07D00;
486
+ border-color: #F07D00;
487
+ }
488
+ .container.selected-navigation-highlight-colour-brand-c4c-orange .navigation li.selected {
489
+ border-color: #F07D00;
490
+ }
491
+ .container.button-background-colour-brand-c4c-orange .navigation .button {
492
+ background-color: #F07D00;
493
+ }
494
+ .container.button-icon-colour-brand-c4c-orange .navigation .button svg path {
495
+ stroke: #F07D00;
393
496
  }
394
497
  .container.text-colour-brand-afa-pink .navigation li {
395
498
  color: #BF387D;
@@ -410,6 +513,44 @@ a:hover {
410
513
  .container.button-icon-colour-brand-afa-pink .navigation .button svg path {
411
514
  stroke: #BF387D;
412
515
  }
516
+ .container.text-colour-brand-mhf-turquoise .navigation li {
517
+ color: #62CFC9;
518
+ }
519
+ .container.navigation-highlight-colour-brand-mhf-turquoise .navigation ul {
520
+ border-color: #62CFC9;
521
+ }
522
+ .container.selected-text-colour-brand-mhf-turquoise .navigation li.selected {
523
+ color: #62CFC9;
524
+ border-color: #62CFC9;
525
+ }
526
+ .container.selected-navigation-highlight-colour-brand-mhf-turquoise .navigation li.selected {
527
+ border-color: #62CFC9;
528
+ }
529
+ .container.button-background-colour-brand-mhf-turquoise .navigation .button {
530
+ background-color: #62CFC9;
531
+ }
532
+ .container.button-icon-colour-brand-mhf-turquoise .navigation .button svg path {
533
+ stroke: #62CFC9;
534
+ }
535
+ .container.text-colour-brand-grey .navigation li {
536
+ color: #CBC8C8;
537
+ }
538
+ .container.navigation-highlight-colour-brand-grey .navigation ul {
539
+ border-color: #CBC8C8;
540
+ }
541
+ .container.selected-text-colour-brand-grey .navigation li.selected {
542
+ color: #CBC8C8;
543
+ border-color: #CBC8C8;
544
+ }
545
+ .container.selected-navigation-highlight-colour-brand-grey .navigation li.selected {
546
+ border-color: #CBC8C8;
547
+ }
548
+ .container.button-background-colour-brand-grey .navigation .button {
549
+ background-color: #CBC8C8;
550
+ }
551
+ .container.button-icon-colour-brand-grey .navigation .button svg path {
552
+ stroke: #CBC8C8;
553
+ }
413
554
  .container.text-colour-white .navigation li {
414
555
  color: #FFFFFF;
415
556
  }
@@ -523,4 +664,23 @@ a:hover {
523
664
  }
524
665
  .container.button-icon-colour-grey-dark .navigation .button svg path {
525
666
  stroke: #4A4A4A;
667
+ }
668
+ .container.text-colour-brand-6 .navigation li {
669
+ color: #62CFC9;
670
+ }
671
+ .container.navigation-highlight-colour-brand-6 .navigation ul {
672
+ border-color: #62CFC9;
673
+ }
674
+ .container.selected-text-colour-brand-6 .navigation li.selected {
675
+ color: #62CFC9;
676
+ border-color: #62CFC9;
677
+ }
678
+ .container.selected-navigation-highlight-colour-brand-6 .navigation li.selected {
679
+ border-color: #62CFC9;
680
+ }
681
+ .container.button-background-colour-brand-6 .navigation .button {
682
+ background-color: #62CFC9;
683
+ }
684
+ .container.button-icon-colour-brand-6 .navigation .button svg path {
685
+ stroke: #62CFC9;
526
686
  }