@biggive/components 202308171208.0.0 → 202308171555.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 (103) hide show
  1. package/dist/biggive/biggive.esm.js +1 -1
  2. package/dist/biggive/p-2e22a348.entry.js +1 -0
  3. package/dist/biggive/p-63953782.entry.js +1 -0
  4. package/dist/biggive/p-a10acaaa.entry.js +1 -0
  5. package/dist/biggive/p-b7decebc.entry.js +1 -0
  6. package/dist/biggive/p-c5fc5673.entry.js +1 -0
  7. package/dist/biggive/p-c6d302b2.entry.js +1 -0
  8. package/dist/biggive/p-d78cdb5e.entry.js +1 -0
  9. package/dist/cjs/biggive-accordion_43.cjs.entry.js +21 -21
  10. package/dist/cjs/biggive-basic-card.cjs.entry.js +1 -1
  11. package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +1 -1
  12. package/dist/cjs/biggive-boxed-content.cjs.entry.js +1 -1
  13. package/dist/cjs/biggive-category-icon.cjs.entry.js +1 -1
  14. package/dist/cjs/biggive-image-card.cjs.entry.js +1 -1
  15. package/dist/cjs/biggive-table.cjs.entry.js +1 -1
  16. package/dist/collection/components/biggive-accordion/biggive-accordion.css +14 -0
  17. package/dist/collection/components/biggive-accordion/biggive-accordion.js +2 -2
  18. package/dist/collection/components/biggive-article-card/biggive-article-card.css +22 -0
  19. package/dist/collection/components/biggive-article-card/biggive-article-card.js +6 -6
  20. package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +14 -0
  21. package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +4 -4
  22. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +15 -0
  23. package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +31 -0
  24. package/dist/collection/components/biggive-biography-card/biggive-biography-card.js +2 -2
  25. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +5 -0
  26. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +5 -0
  27. package/dist/collection/components/biggive-carousel/biggive-carousel.css +5 -0
  28. package/dist/collection/components/biggive-carousel/biggive-carousel.js +2 -2
  29. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +15 -0
  30. package/dist/collection/components/biggive-cookie-banner/biggive-cookie-banner.css +14 -0
  31. package/dist/collection/components/biggive-filtered-carousel/biggive-filtered-carousel.js +2 -2
  32. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +5 -0
  33. package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.css +21 -0
  34. package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.js +2 -2
  35. package/dist/collection/components/biggive-heading/biggive-heading.css +6 -0
  36. package/dist/collection/components/biggive-heading/biggive-heading.js +2 -2
  37. package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +8 -0
  38. package/dist/collection/components/biggive-hero-image/biggive-hero-image.js +5 -5
  39. package/dist/collection/components/biggive-icon-button/biggive-icon-button.css +16 -0
  40. package/dist/collection/components/biggive-icon-button/biggive-icon-button.js +3 -3
  41. package/dist/collection/components/biggive-image-button/biggive-image-button.css +13 -0
  42. package/dist/collection/components/biggive-image-button/biggive-image-button.js +3 -3
  43. package/dist/collection/components/biggive-image-card/biggive-image-card.css +14 -0
  44. package/dist/collection/components/biggive-image-card/biggive-image-card.js +2 -2
  45. package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +5 -0
  46. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +21 -0
  47. package/dist/collection/components/biggive-quote/biggive-quote.css +8 -0
  48. package/dist/collection/components/biggive-quote/biggive-quote.js +2 -2
  49. package/dist/collection/components/biggive-sheet/biggive-sheet.css +17 -0
  50. package/dist/collection/components/biggive-sheet/biggive-sheet.js +2 -2
  51. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +27 -0
  52. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +24 -0
  53. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +6 -6
  54. package/dist/collection/components/biggive-table/biggive-table.css +21 -0
  55. package/dist/collection/components/biggive-table/biggive-table.js +4 -4
  56. package/dist/collection/components/biggive-timeline/biggive-timeline.css +38 -0
  57. package/dist/collection/components/biggive-timeline/biggive-timeline.js +11 -11
  58. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +10 -0
  59. package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +5 -0
  60. package/dist/components/biggive-accordion.js +1 -1
  61. package/dist/components/biggive-article-card.js +1 -1
  62. package/dist/components/biggive-basic-card.js +1 -1
  63. package/dist/components/biggive-beneficiary-icon.js +1 -1
  64. package/dist/components/biggive-biography-card.js +1 -1
  65. package/dist/components/biggive-boxed-content.js +1 -1
  66. package/dist/components/biggive-call-to-action.js +1 -1
  67. package/dist/components/biggive-carousel2.js +1 -1
  68. package/dist/components/biggive-category-icon.js +1 -1
  69. package/dist/components/biggive-cookie-banner.js +1 -1
  70. package/dist/components/biggive-formatted-text.js +1 -1
  71. package/dist/components/biggive-generic-icon2.js +1 -1
  72. package/dist/components/biggive-heading.js +1 -1
  73. package/dist/components/biggive-hero-image.js +1 -1
  74. package/dist/components/biggive-icon-button.js +1 -1
  75. package/dist/components/biggive-image-button.js +1 -1
  76. package/dist/components/biggive-image-card.js +1 -1
  77. package/dist/components/biggive-image-feature.js +1 -1
  78. package/dist/components/biggive-misc-icon2.js +1 -1
  79. package/dist/components/biggive-quote.js +1 -1
  80. package/dist/components/biggive-sheet.js +1 -1
  81. package/dist/components/biggive-social-icon2.js +1 -1
  82. package/dist/components/biggive-tabbed-content.js +1 -1
  83. package/dist/components/biggive-table.js +1 -1
  84. package/dist/components/biggive-timeline.js +1 -1
  85. package/dist/components/biggive-totalizer.js +1 -1
  86. package/dist/components/biggive-video-feature.js +1 -1
  87. package/dist/esm/biggive-accordion_43.entry.js +21 -21
  88. package/dist/esm/biggive-basic-card.entry.js +1 -1
  89. package/dist/esm/biggive-beneficiary-icon.entry.js +1 -1
  90. package/dist/esm/biggive-boxed-content.entry.js +1 -1
  91. package/dist/esm/biggive-category-icon.entry.js +1 -1
  92. package/dist/esm/biggive-image-card.entry.js +1 -1
  93. package/dist/esm/biggive-table.entry.js +1 -1
  94. package/dist/types/globals/brand-colour.d.ts +1 -1
  95. package/hydrate/index.js +27 -27
  96. package/package.json +1 -1
  97. package/dist/biggive/p-0d3008a2.entry.js +0 -1
  98. package/dist/biggive/p-50d9a75b.entry.js +0 -1
  99. package/dist/biggive/p-9946cc08.entry.js +0 -1
  100. package/dist/biggive/p-9c09a586.entry.js +0 -1
  101. package/dist/biggive/p-cceaed99.entry.js +0 -1
  102. package/dist/biggive/p-d795d5b7.entry.js +0 -1
  103. package/dist/biggive/p-e5f630d1.entry.js +0 -1
@@ -54,6 +54,11 @@ a:hover {
54
54
  background-color: #62CFC9;
55
55
  }
56
56
 
57
+ .background-colour-hover-brand-afa-pink:hover,
58
+ .background-colour-brand-afa-pink {
59
+ background-color: #BF387D;
60
+ }
61
+
57
62
  .background-colour-hover-white:hover,
58
63
  .background-colour-white {
59
64
  background-color: #FFFFFF;
@@ -125,6 +130,10 @@ a:hover {
125
130
  fill: #CBC8C8;
126
131
  }
127
132
 
133
+ .fill-brand-afa-pink {
134
+ fill: #BF387D;
135
+ }
136
+
128
137
  .fill-brand-mhf-turquoise {
129
138
  fill: #62CFC9;
130
139
  }
@@ -258,6 +267,11 @@ a:hover {
258
267
  color: #CBC8C8;
259
268
  }
260
269
 
270
+ .text-colour-hover-brand-afa-pink:hover,
271
+ .text-colour-brand-afa-pink {
272
+ color: #BF387D;
273
+ }
274
+
261
275
  .text-colour-hover-white:hover,
262
276
  .text-colour-white {
263
277
  color: #FFFFFF;
@@ -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\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
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\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
167
167
  "references": {
168
168
  "brandColour": {
169
169
  "location": "import",
@@ -110,6 +110,11 @@ a:hover {
110
110
  color: #CBC8C8;
111
111
  }
112
112
 
113
+ .text-colour-hover-brand-afa-pink:hover,
114
+ .text-colour-brand-afa-pink {
115
+ color: #BF387D;
116
+ }
117
+
113
118
  .text-colour-hover-white:hover,
114
119
  .text-colour-white {
115
120
  color: #FFFFFF;
@@ -54,6 +54,11 @@ a:hover {
54
54
  background-color: #62CFC9;
55
55
  }
56
56
 
57
+ .background-colour-hover-brand-afa-pink:hover,
58
+ .background-colour-brand-afa-pink {
59
+ background-color: #BF387D;
60
+ }
61
+
57
62
  .background-colour-hover-white:hover,
58
63
  .background-colour-white {
59
64
  background-color: #FFFFFF;
@@ -125,6 +130,10 @@ a:hover {
125
130
  fill: #CBC8C8;
126
131
  }
127
132
 
133
+ .fill-brand-afa-pink {
134
+ fill: #BF387D;
135
+ }
136
+
128
137
  .fill-brand-mhf-turquoise {
129
138
  fill: #62CFC9;
130
139
  }
@@ -224,6 +233,12 @@ a:hover {
224
233
  .generic-icon-item.colour-scheme-brand-6 svg {
225
234
  fill: #000000;
226
235
  }
236
+ .generic-icon-item.colour-scheme-brand-afa-pink {
237
+ background-color: #BF387D;
238
+ }
239
+ .generic-icon-item.colour-scheme-brand-afa-pink svg {
240
+ fill: #000000;
241
+ }
227
242
  .generic-icon-item.colour-scheme-white {
228
243
  background-color: #FFFFFF;
229
244
  }
@@ -344,6 +359,12 @@ a:hover {
344
359
  .generic-icon-item.colour-scheme-brand-6 svg {
345
360
  fill: #000000;
346
361
  }
362
+ .generic-icon-item.colour-scheme-brand-afa-pink {
363
+ background-color: #BF387D;
364
+ }
365
+ .generic-icon-item.colour-scheme-brand-afa-pink svg {
366
+ fill: #000000;
367
+ }
347
368
  .generic-icon-item.colour-scheme-white {
348
369
  background-color: #FFFFFF;
349
370
  }
@@ -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\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
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\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
75
75
  "references": {
76
76
  "brandColour": {
77
77
  "location": "import",
@@ -148,6 +148,9 @@ h5, .heading-5 {
148
148
  .container .heading-colour-brand-6 {
149
149
  color: #62CFC9;
150
150
  }
151
+ .container .heading-colour-brand-afa-pink {
152
+ color: #BF387D;
153
+ }
151
154
  .container .heading-colour-white {
152
155
  color: #FFFFFF;
153
156
  }
@@ -202,6 +205,9 @@ h5, .heading-5 {
202
205
  .container .icon-colour-brand-6 svg path {
203
206
  fill: #62CFC9;
204
207
  }
208
+ .container .icon-colour-brand-afa-pink svg path {
209
+ fill: #BF387D;
210
+ }
205
211
  .container .icon-colour-white svg path {
206
212
  fill: #FFFFFF;
207
213
  }
@@ -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\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
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\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
207
207
  "references": {
208
208
  "brandColour": {
209
209
  "location": "import",
@@ -115,6 +115,11 @@ a:hover {
115
115
  color: #CBC8C8;
116
116
  }
117
117
 
118
+ .text-colour-hover-brand-afa-pink:hover,
119
+ .text-colour-brand-afa-pink {
120
+ color: #BF387D;
121
+ }
122
+
118
123
  .text-colour-hover-white:hover,
119
124
  .text-colour-white {
120
125
  color: #FFFFFF;
@@ -188,6 +193,9 @@ a:hover {
188
193
  .container.colour-scheme-brand-6 {
189
194
  color: #62CFC9;
190
195
  }
196
+ .container.colour-scheme-brand-afa-pink {
197
+ color: #BF387D;
198
+ }
191
199
  .container.colour-scheme-white {
192
200
  color: #FFFFFF;
193
201
  }
@@ -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\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
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\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
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\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\" | undefined",
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",
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\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\" | undefined",
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",
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\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
355
355
  "references": {
356
356
  "brandColour": {
357
357
  "location": "import",
@@ -54,6 +54,11 @@ a:hover {
54
54
  background-color: #62CFC9;
55
55
  }
56
56
 
57
+ .background-colour-hover-brand-afa-pink:hover,
58
+ .background-colour-brand-afa-pink {
59
+ background-color: #BF387D;
60
+ }
61
+
57
62
  .background-colour-hover-white:hover,
58
63
  .background-colour-white {
59
64
  background-color: #FFFFFF;
@@ -190,6 +195,11 @@ a:hover {
190
195
  color: #CBC8C8;
191
196
  }
192
197
 
198
+ .text-colour-hover-brand-afa-pink:hover,
199
+ .text-colour-brand-afa-pink {
200
+ color: #BF387D;
201
+ }
202
+
193
203
  .text-colour-hover-white:hover,
194
204
  .text-colour-white {
195
205
  color: #FFFFFF;
@@ -318,6 +328,9 @@ a:hover {
318
328
  .container .sleeve .arrow-wrap.arrow-colour-brand-6 .arrow-wrap svg path {
319
329
  stroke: #62CFC9;
320
330
  }
331
+ .container .sleeve .arrow-wrap.arrow-colour-brand-afa-pink .arrow-wrap svg path {
332
+ stroke: #BF387D;
333
+ }
321
334
  .container .sleeve .arrow-wrap.arrow-colour-white .arrow-wrap svg path {
322
335
  stroke: #FFFFFF;
323
336
  }
@@ -398,6 +411,9 @@ a:hover {
398
411
  .container.arrow-colour-brand-6 .arrow-wrap svg path {
399
412
  stroke: #62CFC9;
400
413
  }
414
+ .container.arrow-colour-brand-afa-pink .arrow-wrap svg path {
415
+ stroke: #BF387D;
416
+ }
401
417
  .container.arrow-colour-white .arrow-wrap svg path {
402
418
  stroke: #FFFFFF;
403
419
  }
@@ -78,7 +78,7 @@ export class BiggiveIconButton {
78
78
  "mutable": false,
79
79
  "complexType": {
80
80
  "original": "brandColour",
81
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
82
82
  "references": {
83
83
  "brandColour": {
84
84
  "location": "import",
@@ -141,7 +141,7 @@ export class BiggiveIconButton {
141
141
  "mutable": false,
142
142
  "complexType": {
143
143
  "original": "brandColour",
144
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
144
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
145
145
  "references": {
146
146
  "brandColour": {
147
147
  "location": "import",
@@ -269,7 +269,7 @@ export class BiggiveIconButton {
269
269
  "mutable": false,
270
270
  "complexType": {
271
271
  "original": "brandColour",
272
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
272
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
273
273
  "references": {
274
274
  "brandColour": {
275
275
  "location": "import",
@@ -54,6 +54,11 @@ a:hover {
54
54
  background-color: #62CFC9;
55
55
  }
56
56
 
57
+ .background-colour-hover-brand-afa-pink:hover,
58
+ .background-colour-brand-afa-pink {
59
+ background-color: #BF387D;
60
+ }
61
+
57
62
  .background-colour-hover-white:hover,
58
63
  .background-colour-white {
59
64
  background-color: #FFFFFF;
@@ -134,6 +139,11 @@ a:hover {
134
139
  color: #CBC8C8;
135
140
  }
136
141
 
142
+ .text-colour-hover-brand-afa-pink:hover,
143
+ .text-colour-brand-afa-pink {
144
+ color: #BF387D;
145
+ }
146
+
137
147
  .text-colour-hover-white:hover,
138
148
  .text-colour-white {
139
149
  color: #FFFFFF;
@@ -318,6 +328,9 @@ a:hover {
318
328
  .container .sleeve .arrow-wrap.arrow-colour-brand-6 .arrow-wrap svg path {
319
329
  stroke: #62CFC9;
320
330
  }
331
+ .container .sleeve .arrow-wrap.arrow-colour-brand-afa-pink .arrow-wrap svg path {
332
+ stroke: #BF387D;
333
+ }
321
334
  .container .sleeve .arrow-wrap.arrow-colour-white .arrow-wrap svg path {
322
335
  stroke: #FFFFFF;
323
336
  }
@@ -78,7 +78,7 @@ export class BiggiveImageButton {
78
78
  "mutable": false,
79
79
  "complexType": {
80
80
  "original": "brandColour",
81
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
82
82
  "references": {
83
83
  "brandColour": {
84
84
  "location": "import",
@@ -141,7 +141,7 @@ export class BiggiveImageButton {
141
141
  "mutable": false,
142
142
  "complexType": {
143
143
  "original": "brandColour",
144
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
144
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
145
145
  "references": {
146
146
  "brandColour": {
147
147
  "location": "import",
@@ -270,7 +270,7 @@ export class BiggiveImageButton {
270
270
  "mutable": false,
271
271
  "complexType": {
272
272
  "original": "brandColour",
273
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
273
+ "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"brand-afa-pink\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
274
274
  "references": {
275
275
  "brandColour": {
276
276
  "location": "import",
@@ -54,6 +54,11 @@ a:hover {
54
54
  background-color: #62CFC9;
55
55
  }
56
56
 
57
+ .background-colour-hover-brand-afa-pink:hover,
58
+ .background-colour-brand-afa-pink {
59
+ background-color: #BF387D;
60
+ }
61
+
57
62
  .background-colour-hover-white:hover,
58
63
  .background-colour-white {
59
64
  background-color: #FFFFFF;
@@ -125,6 +130,10 @@ a:hover {
125
130
  fill: #CBC8C8;
126
131
  }
127
132
 
133
+ .fill-brand-afa-pink {
134
+ fill: #BF387D;
135
+ }
136
+
128
137
  .fill-brand-mhf-turquoise {
129
138
  fill: #62CFC9;
130
139
  }
@@ -258,6 +267,11 @@ a:hover {
258
267
  color: #CBC8C8;
259
268
  }
260
269
 
270
+ .text-colour-hover-brand-afa-pink:hover,
271
+ .text-colour-brand-afa-pink {
272
+ color: #BF387D;
273
+ }
274
+
261
275
  .text-colour-hover-white:hover,
262
276
  .text-colour-white {
263
277
  color: #FFFFFF;
@@ -71,7 +71,7 @@ export class BiggiveImageCard {
71
71
  "mutable": false,
72
72
  "complexType": {
73
73
  "original": "brandColour",
74
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
75
75
  "references": {
76
76
  "brandColour": {
77
77
  "location": "import",
@@ -163,7 +163,7 @@ export class BiggiveImageCard {
163
163
  "mutable": false,
164
164
  "complexType": {
165
165
  "original": "brandColour",
166
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
167
167
  "references": {
168
168
  "brandColour": {
169
169
  "location": "import",
@@ -59,6 +59,11 @@ a:hover {
59
59
  color: #CBC8C8;
60
60
  }
61
61
 
62
+ .text-colour-hover-brand-afa-pink:hover,
63
+ .text-colour-brand-afa-pink {
64
+ color: #BF387D;
65
+ }
66
+
62
67
  .text-colour-hover-white:hover,
63
68
  .text-colour-white {
64
69
  color: #FFFFFF;
@@ -54,6 +54,11 @@ a:hover {
54
54
  background-color: #62CFC9;
55
55
  }
56
56
 
57
+ .background-colour-hover-brand-afa-pink:hover,
58
+ .background-colour-brand-afa-pink {
59
+ background-color: #BF387D;
60
+ }
61
+
57
62
  .background-colour-hover-white:hover,
58
63
  .background-colour-white {
59
64
  background-color: #FFFFFF;
@@ -125,6 +130,10 @@ a:hover {
125
130
  fill: #CBC8C8;
126
131
  }
127
132
 
133
+ .fill-brand-afa-pink {
134
+ fill: #BF387D;
135
+ }
136
+
128
137
  .fill-brand-mhf-turquoise {
129
138
  fill: #62CFC9;
130
139
  }
@@ -224,6 +233,12 @@ a:hover {
224
233
  .misc-icon-item.colour-scheme-brand-6 svg {
225
234
  fill: #000000;
226
235
  }
236
+ .misc-icon-item.colour-scheme-brand-afa-pink {
237
+ background-color: #BF387D;
238
+ }
239
+ .misc-icon-item.colour-scheme-brand-afa-pink svg {
240
+ fill: #000000;
241
+ }
227
242
  .misc-icon-item.colour-scheme-white {
228
243
  background-color: #FFFFFF;
229
244
  }
@@ -344,6 +359,12 @@ a:hover {
344
359
  .misc-icon-item.colour-scheme-brand-6 svg {
345
360
  fill: #000000;
346
361
  }
362
+ .misc-icon-item.colour-scheme-brand-afa-pink {
363
+ background-color: #BF387D;
364
+ }
365
+ .misc-icon-item.colour-scheme-brand-afa-pink svg {
366
+ fill: #000000;
367
+ }
347
368
  .misc-icon-item.colour-scheme-white {
348
369
  background-color: #FFFFFF;
349
370
  }
@@ -115,6 +115,11 @@ a:hover {
115
115
  color: #CBC8C8;
116
116
  }
117
117
 
118
+ .text-colour-hover-brand-afa-pink:hover,
119
+ .text-colour-brand-afa-pink {
120
+ color: #BF387D;
121
+ }
122
+
118
123
  .text-colour-hover-white:hover,
119
124
  .text-colour-white {
120
125
  color: #FFFFFF;
@@ -200,6 +205,9 @@ a:hover {
200
205
  .container.quote-icon-colour-brand-6 .image-wrap path {
201
206
  fill: #62CFC9;
202
207
  }
208
+ .container.quote-icon-colour-brand-afa-pink .image-wrap path {
209
+ fill: #BF387D;
210
+ }
203
211
  .container.quote-icon-colour-white .image-wrap path {
204
212
  fill: #FFFFFF;
205
213
  }
@@ -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\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
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\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
115
115
  "references": {
116
116
  "brandColour": {
117
117
  "location": "import",
@@ -54,6 +54,11 @@ a:hover {
54
54
  background-color: #62CFC9;
55
55
  }
56
56
 
57
+ .background-colour-hover-brand-afa-pink:hover,
58
+ .background-colour-brand-afa-pink {
59
+ background-color: #BF387D;
60
+ }
61
+
57
62
  .background-colour-hover-white:hover,
58
63
  .background-colour-white {
59
64
  background-color: #FFFFFF;
@@ -134,6 +139,11 @@ a:hover {
134
139
  color: #CBC8C8;
135
140
  }
136
141
 
142
+ .text-colour-hover-brand-afa-pink:hover,
143
+ .text-colour-brand-afa-pink {
144
+ color: #BF387D;
145
+ }
146
+
137
147
  .text-colour-hover-white:hover,
138
148
  .text-colour-white {
139
149
  color: #FFFFFF;
@@ -200,6 +210,10 @@ a:hover {
200
210
  fill: #CBC8C8;
201
211
  }
202
212
 
213
+ .fill-brand-afa-pink {
214
+ fill: #BF387D;
215
+ }
216
+
203
217
  .fill-brand-mhf-turquoise {
204
218
  fill: #62CFC9;
205
219
  }
@@ -302,6 +316,9 @@ a:hover {
302
316
  .container .popup .header .back-link .svg-wrap.colour-brand-6 svg path {
303
317
  fill: #62CFC9;
304
318
  }
319
+ .container .popup .header .back-link .svg-wrap.colour-brand-afa-pink svg path {
320
+ fill: #BF387D;
321
+ }
305
322
  .container .popup .header .back-link .svg-wrap.colour-white svg path {
306
323
  fill: #FFFFFF;
307
324
  }
@@ -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\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
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\" | \"grey-dark\" | \"grey-extra-light\" | \"grey-light\" | \"grey-medium\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
91
91
  "references": {
92
92
  "brandColour": {
93
93
  "location": "import",