@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;
@@ -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;
@@ -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;
@@ -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;
@@ -140,7 +140,7 @@ export class BiggiveFilteredCarousel {
140
140
  "mutable": false,
141
141
  "complexType": {
142
142
  "original": "brandColour",
143
- "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\"",
143
+ "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\"",
144
144
  "references": {
145
145
  "brandColour": {
146
146
  "location": "import",
@@ -163,7 +163,7 @@ export class BiggiveFilteredCarousel {
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;
@@ -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;
@@ -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;
@@ -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
  }
@@ -48,7 +48,7 @@ export class BiggiveGenericIcon {
48
48
  "mutable": false,
49
49
  "complexType": {
50
50
  "original": "brandColour",
51
- "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\"",
51
+ "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\"",
52
52
  "references": {
53
53
  "brandColour": {
54
54
  "location": "import",
@@ -71,7 +71,7 @@ export class BiggiveGenericIcon {
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",
@@ -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;
@@ -146,12 +148,30 @@ h5, .heading-5 {
146
148
  .container .heading-colour-brand-5 {
147
149
  color: #F07D00;
148
150
  }
149
- .container .heading-colour-brand-6 {
150
- color: #62CFC9;
151
+ .container .heading-colour-brand-cc-red {
152
+ color: #B30510;
153
+ }
154
+ .container .heading-colour-brand-wgmf-purple {
155
+ color: #6E0887;
156
+ }
157
+ .container .heading-colour-brand-gmf-green {
158
+ color: #50B400;
159
+ }
160
+ .container .heading-colour-brand-emf-yellow {
161
+ color: #FFE500;
162
+ }
163
+ .container .heading-colour-brand-c4c-orange {
164
+ color: #F07D00;
151
165
  }
152
166
  .container .heading-colour-brand-afa-pink {
153
167
  color: #BF387D;
154
168
  }
169
+ .container .heading-colour-brand-mhf-turquoise {
170
+ color: #62CFC9;
171
+ }
172
+ .container .heading-colour-brand-grey {
173
+ color: #CBC8C8;
174
+ }
155
175
  .container .heading-colour-white {
156
176
  color: #FFFFFF;
157
177
  }
@@ -170,6 +190,9 @@ h5, .heading-5 {
170
190
  .container .heading-colour-grey-dark {
171
191
  color: #4A4A4A;
172
192
  }
193
+ .container .heading-colour-brand-6 {
194
+ color: #62CFC9;
195
+ }
173
196
  .container h1, .container h2, .container h3, .container h4, .container h5 {
174
197
  margin: 0;
175
198
  padding: 0;
@@ -203,12 +226,30 @@ h5, .heading-5 {
203
226
  .container .icon-colour-brand-5 svg path {
204
227
  fill: #F07D00;
205
228
  }
206
- .container .icon-colour-brand-6 svg path {
207
- fill: #62CFC9;
229
+ .container .icon-colour-brand-cc-red svg path {
230
+ fill: #B30510;
231
+ }
232
+ .container .icon-colour-brand-wgmf-purple svg path {
233
+ fill: #6E0887;
234
+ }
235
+ .container .icon-colour-brand-gmf-green svg path {
236
+ fill: #50B400;
237
+ }
238
+ .container .icon-colour-brand-emf-yellow svg path {
239
+ fill: #FFE500;
240
+ }
241
+ .container .icon-colour-brand-c4c-orange svg path {
242
+ fill: #F07D00;
208
243
  }
209
244
  .container .icon-colour-brand-afa-pink svg path {
210
245
  fill: #BF387D;
211
246
  }
247
+ .container .icon-colour-brand-mhf-turquoise svg path {
248
+ fill: #62CFC9;
249
+ }
250
+ .container .icon-colour-brand-grey svg path {
251
+ fill: #CBC8C8;
252
+ }
212
253
  .container .icon-colour-white svg path {
213
254
  fill: #FFFFFF;
214
255
  }
@@ -226,4 +267,7 @@ h5, .heading-5 {
226
267
  }
227
268
  .container .icon-colour-grey-dark svg path {
228
269
  fill: #4A4A4A;
270
+ }
271
+ .container .icon-colour-brand-6 svg path {
272
+ fill: #62CFC9;
229
273
  }
@@ -80,7 +80,7 @@ export class BiggiveHeading {
80
80
  "mutable": false,
81
81
  "complexType": {
82
82
  "original": "brandColour",
83
- "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\"",
83
+ "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\"",
84
84
  "references": {
85
85
  "brandColour": {
86
86
  "location": "import",
@@ -203,7 +203,7 @@ export class BiggiveHeading {
203
203
  "mutable": false,
204
204
  "complexType": {
205
205
  "original": "brandColour",
206
- "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\"",
206
+ "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\"",
207
207
  "references": {
208
208
  "brandColour": {
209
209
  "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;
@@ -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;
@@ -201,12 +228,30 @@ a:hover {
201
228
  .container.colour-scheme-brand-5 {
202
229
  color: #F07D00;
203
230
  }
204
- .container.colour-scheme-brand-6 {
205
- color: #62CFC9;
231
+ .container.colour-scheme-brand-cc-red {
232
+ color: #B30510;
233
+ }
234
+ .container.colour-scheme-brand-wgmf-purple {
235
+ color: #6E0887;
236
+ }
237
+ .container.colour-scheme-brand-gmf-green {
238
+ color: #50B400;
239
+ }
240
+ .container.colour-scheme-brand-emf-yellow {
241
+ color: #FFE500;
242
+ }
243
+ .container.colour-scheme-brand-c4c-orange {
244
+ color: #F07D00;
206
245
  }
207
246
  .container.colour-scheme-brand-afa-pink {
208
247
  color: #BF387D;
209
248
  }
249
+ .container.colour-scheme-brand-mhf-turquoise {
250
+ color: #62CFC9;
251
+ }
252
+ .container.colour-scheme-brand-grey {
253
+ color: #CBC8C8;
254
+ }
210
255
  .container.colour-scheme-white {
211
256
  color: #FFFFFF;
212
257
  }
@@ -225,6 +270,9 @@ a:hover {
225
270
  .container.colour-scheme-grey-dark {
226
271
  color: #4A4A4A;
227
272
  }
273
+ .container.colour-scheme-brand-6 {
274
+ color: #62CFC9;
275
+ }
228
276
  .container .sleeve {
229
277
  display: flex;
230
278
  justify-content: space-between;
@@ -69,7 +69,7 @@ export class BiggiveHeroImage {
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",
@@ -109,7 +109,7 @@ export class BiggiveHeroImage {
109
109
  "mutable": false,
110
110
  "complexType": {
111
111
  "original": "brandColour",
112
- "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\"",
112
+ "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\"",
113
113
  "references": {
114
114
  "brandColour": {
115
115
  "location": "import",
@@ -256,7 +256,7 @@ export class BiggiveHeroImage {
256
256
  "mutable": false,
257
257
  "complexType": {
258
258
  "original": "brandColour",
259
- "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\" | undefined",
259
+ "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\" | undefined",
260
260
  "references": {
261
261
  "brandColour": {
262
262
  "location": "import",
@@ -295,7 +295,7 @@ export class BiggiveHeroImage {
295
295
  "mutable": false,
296
296
  "complexType": {
297
297
  "original": "brandColour",
298
- "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\" | undefined",
298
+ "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\" | undefined",
299
299
  "references": {
300
300
  "brandColour": {
301
301
  "location": "import",
@@ -351,7 +351,7 @@ export class BiggiveHeroImage {
351
351
  "mutable": false,
352
352
  "complexType": {
353
353
  "original": "brandColour",
354
- "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\"",
354
+ "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\"",
355
355
  "references": {
356
356
  "brandColour": {
357
357
  "location": "import",