@biggive/components 202303021718.0.0 → 202303031121.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 (67) hide show
  1. package/dist/biggive/biggive.esm.js +1 -1
  2. package/dist/biggive/p-3e2d205e.entry.js +1 -0
  3. package/dist/biggive/{p-780650cc.entry.js → p-64a544fa.entry.js} +1 -1
  4. package/dist/cjs/biggive-back-to-top_27.cjs.entry.js +4 -4
  5. package/dist/cjs/biggive-table.cjs.entry.js +1 -1
  6. package/dist/collection/components/biggive-article-card/biggive-article-card.css +3 -0
  7. package/dist/collection/components/biggive-back-to-top/biggive-back-to-top.css +3 -0
  8. package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +3 -0
  9. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +3 -0
  10. package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +3 -0
  11. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +3 -0
  12. package/dist/collection/components/biggive-branded-image/biggive-branded-image.css +3 -0
  13. package/dist/collection/components/biggive-button/biggive-button.css +3 -0
  14. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +3 -0
  15. package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +3 -0
  16. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.css +3 -0
  17. package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.css +3 -0
  18. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +3 -0
  19. package/dist/collection/components/biggive-footer/biggive-footer.css +3 -0
  20. package/dist/collection/components/biggive-form-field-select/biggive-form-field-select.css +3 -0
  21. package/dist/collection/components/biggive-form-field-select-option/biggive-form-field-select-option.css +3 -0
  22. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +3 -0
  23. package/dist/collection/components/biggive-grid/biggive-grid.css +3 -0
  24. package/dist/collection/components/biggive-header/biggive-header.css +3 -0
  25. package/dist/collection/components/biggive-heading/biggive-heading.css +87 -0
  26. package/dist/collection/components/biggive-heading/biggive-heading.js +62 -32
  27. package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +3 -0
  28. package/dist/collection/components/biggive-icon-group/biggive-icon-group.css +3 -0
  29. package/dist/collection/components/biggive-image/biggive-image.css +3 -0
  30. package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +3 -0
  31. package/dist/collection/components/biggive-main-menu/biggive-main-menu.css +3 -0
  32. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +3 -0
  33. package/dist/collection/components/biggive-nav-group/biggive-nav-group.css +3 -0
  34. package/dist/collection/components/biggive-nav-item/biggive-nav-item.css +3 -0
  35. package/dist/collection/components/biggive-page-column/biggive-page-column.css +3 -0
  36. package/dist/collection/components/biggive-page-columns/biggive-page-columns.css +3 -0
  37. package/dist/collection/components/biggive-page-section/biggive-page-section.css +3 -0
  38. package/dist/collection/components/biggive-popup/biggive-popup.css +3 -0
  39. package/dist/collection/components/biggive-popup-standalone/biggive-popup-standalone.css +3 -0
  40. package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.css +3 -0
  41. package/dist/collection/components/biggive-quote/biggive-quote.css +3 -0
  42. package/dist/collection/components/biggive-search/biggive-search.css +3 -0
  43. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +3 -0
  44. package/dist/collection/components/biggive-tab/biggive-tab.css +3 -0
  45. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +3 -0
  46. package/dist/collection/components/biggive-table/biggive-table.css +27 -24
  47. package/dist/collection/components/biggive-table/biggive-table.js +4 -4
  48. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +3 -0
  49. package/dist/collection/components/biggive-totalizer-ticker-item/biggive-totalizer-ticker-item.css +3 -0
  50. package/dist/collection/components/biggive-video/biggive-video.css +3 -0
  51. package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +3 -0
  52. package/dist/collection/globals/heading-size.js +1 -0
  53. package/dist/collection/globals/heading-tag.js +1 -0
  54. package/dist/collection/globals/spacing-option.js +1 -0
  55. package/dist/components/biggive-heading.js +4 -4
  56. package/dist/components/biggive-table.js +1 -1
  57. package/dist/esm/biggive-back-to-top_27.entry.js +4 -4
  58. package/dist/esm/biggive-table.entry.js +1 -1
  59. package/dist/types/components/biggive-heading/biggive-heading.d.ts +10 -33
  60. package/dist/types/components.d.ts +15 -66
  61. package/dist/types/globals/brand-colour.d.ts +7 -1
  62. package/dist/types/globals/heading-size.d.ts +5 -0
  63. package/dist/types/globals/heading-tag.d.ts +1 -0
  64. package/dist/types/globals/spacing-option.d.ts +5 -0
  65. package/hydrate/index.js +5 -5
  66. package/package.json +1 -1
  67. package/dist/biggive/p-08fc4499.entry.js +0 -1
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -116,6 +119,7 @@ h5, .heading-5 {
116
119
  font-family: "Euclid Triangle", sans-serif;
117
120
  font-size: 17px;
118
121
  line-height: 24px;
122
+ display: flex;
119
123
  }
120
124
  .container .heading-colour-primary {
121
125
  color: #2C089B;
@@ -126,9 +130,92 @@ h5, .heading-5 {
126
130
  .container .heading-colour-tertiary {
127
131
  color: #FF7272;
128
132
  }
133
+ .container .heading-colour-brand-1 {
134
+ color: #B30510;
135
+ }
136
+ .container .heading-colour-brand-2 {
137
+ color: #6E0887;
138
+ }
139
+ .container .heading-colour-brand-3 {
140
+ color: #50B400;
141
+ }
142
+ .container .heading-colour-brand-4 {
143
+ color: #FFE500;
144
+ }
145
+ .container .heading-colour-brand-5 {
146
+ color: #F07D00;
147
+ }
148
+ .container .heading-colour-brand-6 {
149
+ color: #62CFC9;
150
+ }
129
151
  .container .heading-colour-white {
130
152
  color: #FFFFFF;
131
153
  }
132
154
  .container .heading-colour-black {
133
155
  color: #000000;
156
+ }
157
+ .container .heading-colour-grey-extra-light {
158
+ color: #D7D7D7;
159
+ }
160
+ .container .heading-colour-grey-light {
161
+ color: #E8E8E8;
162
+ }
163
+ .container .heading-colour-grey-medium {
164
+ color: #8A8A8A;
165
+ }
166
+ .container .heading-colour-grey-dark {
167
+ color: #4A4A4A;
168
+ }
169
+ .container h1, .container h2, .container h3, .container h4, .container h5 {
170
+ margin: 0;
171
+ padding: 0;
172
+ }
173
+ .container h1 svg, .container h2 svg, .container h3 svg, .container h4 svg, .container h5 svg {
174
+ height: 0.7em;
175
+ margin-right: 0.2em;
176
+ }
177
+ .container .icon-colour-primary svg path {
178
+ fill: #2C089B;
179
+ }
180
+ .container .icon-colour-secondary svg path {
181
+ fill: #2AF135;
182
+ }
183
+ .container .icon-colour-tertiary svg path {
184
+ fill: #FF7272;
185
+ }
186
+ .container .icon-colour-brand-1 svg path {
187
+ fill: #B30510;
188
+ }
189
+ .container .icon-colour-brand-2 svg path {
190
+ fill: #6E0887;
191
+ }
192
+ .container .icon-colour-brand-3 svg path {
193
+ fill: #50B400;
194
+ }
195
+ .container .icon-colour-brand-4 svg path {
196
+ fill: #FFE500;
197
+ }
198
+ .container .icon-colour-brand-5 svg path {
199
+ fill: #F07D00;
200
+ }
201
+ .container .icon-colour-brand-6 svg path {
202
+ fill: #62CFC9;
203
+ }
204
+ .container .icon-colour-white svg path {
205
+ fill: #FFFFFF;
206
+ }
207
+ .container .icon-colour-black svg path {
208
+ fill: #000000;
209
+ }
210
+ .container .icon-colour-grey-extra-light svg path {
211
+ fill: #D7D7D7;
212
+ }
213
+ .container .icon-colour-grey-light svg path {
214
+ fill: #E8E8E8;
215
+ }
216
+ .container .icon-colour-grey-medium svg path {
217
+ fill: #8A8A8A;
218
+ }
219
+ .container .icon-colour-grey-dark svg path {
220
+ fill: #4A4A4A;
134
221
  }
@@ -1,8 +1,8 @@
1
1
  import { h } from '@stencil/core';
2
2
  export class BiggiveHeading {
3
3
  constructor() {
4
- this.spaceAbove = 0;
5
- this.spaceBelow = 0;
4
+ this.spaceAbove = 2;
5
+ this.spaceBelow = 4;
6
6
  this.colour = 'primary';
7
7
  this.htmlElement = 'h1';
8
8
  this.size = 1;
@@ -13,7 +13,7 @@ export class BiggiveHeading {
13
13
  }
14
14
  render() {
15
15
  const Tag = this.htmlElement;
16
- return (h("div", { class: 'container align-' + this.align + ' space-above-' + this.spaceAbove + ' space-below-' + this.spaceBelow }, this.icon ? (h("svg", { viewBox: "0 0 102 88" }, h("path", { class: "st0", d: "M51.2,0l-51,88h102L51.2,0z" }), h("path", { d: "M31,68.3c-1,0-1.9-0.9-1.9-1.9c0-1,0.9-1.9,1.9-1.9c1.1,0,1.9,0.9,1.9,1.9C32.9,67.5,32.1,68.3,31,68.3z M29.5,79.4h3v-10\n h-3V79.4z M41,69.4V70c-0.5-0.5-1.4-0.9-2.5-0.9c-2.7,0-4.9,2-4.9,4.9c0,2.9,2.2,4.9,4.9,4.9c1.1,0,2-0.3,2.5-0.9v0.6\n c0,1.3-1.2,1.9-2.7,1.9c-1.3,0-2.4-0.3-3.5-0.9v3c1.3,0.5,2.7,0.6,3.6,0.6c3,0,5.5-1.3,5.5-4.6v-9.4L41,69.4L41,69.4z M41,75.3\n c-0.4,0.6-1.2,0.9-1.9,0.9c-1.3,0-2.3-0.8-2.3-2.2c0-1.4,1-2.2,2.3-2.2c0.8,0,1.5,0.4,1.9,0.9V75.3z M52.8,79.7\n c2.4,0,3.8-0.4,5.1-1.2v-7.7h-6.6v2.9h3.5v2.6c-0.5,0.1-1.1,0.3-1.9,0.3c-3,0-4.4-2-4.4-4.3c0-2.3,1.7-4.3,4.8-4.3\n c1.3,0,2.6,0.4,3.5,0.9v-3.3c-0.9-0.4-2.1-0.7-3.7-0.7c-4.6,0-7.8,3.3-7.8,7.4C45.2,76.5,48.1,79.7,52.8,79.7z M60.7,68.3\n c-1,0-1.9-0.9-1.9-1.9c0-1,0.9-1.9,1.9-1.9c1.1,0,1.9,0.9,1.9,1.9C62.6,67.5,61.8,68.3,60.7,68.3z M59.2,79.4h3v-10h-3V79.4z\n M69,73.9l-2.6-4.5h-3.5l6,10.3l6-10.3h-3.5L69,73.9z M77.5,75.1h7c0-4.4-2.5-6-5.1-6c-2.7,0-5.1,1.6-5.1,5.2c0,3.5,2.5,5.2,5.5,5.2\n c1.3,0,2.7-0.2,3.8-0.8v-2.8c-1.5,0.9-2.5,0.9-3.3,0.9C78.9,76.9,77.6,76.5,77.5,75.1z M79.4,71.5c0.9,0,1.7,0.4,1.8,1.7h-3.7\n C77.7,72,78.6,71.5,79.4,71.5z M26,71.6c0.7-0.6,1.1-1.5,1.1-2.5c0-1.9-1.8-3.9-4.4-3.9h-4.8v14.3h6.3c2.4,0,4.3-1.9,4.3-4.2\n C28.4,73.8,27.8,72.2,26,71.6z M21,68.1h1.4c0.9,0,1.5,0.7,1.5,1.4c0,0.8-0.6,1.4-1.5,1.4H21V68.1z M23.8,76.5H21v-2.9h2.8\n c0.9,0,1.5,0.6,1.5,1.4C25.3,75.9,24.7,76.5,23.8,76.5z" }))) : null, h(Tag, { class: 'heading-colour-' + this.colour + ' heading-' + this.size }, this.text)));
16
+ return (h("div", { class: 'container align-' + this.align + ' space-above-' + this.spaceAbove + ' space-below-' + this.spaceBelow }, h(Tag, { class: 'heading-colour-' + this.colour + ' icon-colour-' + this.iconColour + ' heading-' + this.size }, this.icon ? (h("svg", { viewBox: "0 0 102 88" }, h("path", { class: "st0", d: "M51.2,0l-51,88h102L51.2,0z" }), h("path", { d: "M31,68.3c-1,0-1.9-0.9-1.9-1.9c0-1,0.9-1.9,1.9-1.9c1.1,0,1.9,0.9,1.9,1.9C32.9,67.5,32.1,68.3,31,68.3z M29.5,79.4h3v-10\n h-3V79.4z M41,69.4V70c-0.5-0.5-1.4-0.9-2.5-0.9c-2.7,0-4.9,2-4.9,4.9c0,2.9,2.2,4.9,4.9,4.9c1.1,0,2-0.3,2.5-0.9v0.6\n c0,1.3-1.2,1.9-2.7,1.9c-1.3,0-2.4-0.3-3.5-0.9v3c1.3,0.5,2.7,0.6,3.6,0.6c3,0,5.5-1.3,5.5-4.6v-9.4L41,69.4L41,69.4z M41,75.3\n c-0.4,0.6-1.2,0.9-1.9,0.9c-1.3,0-2.3-0.8-2.3-2.2c0-1.4,1-2.2,2.3-2.2c0.8,0,1.5,0.4,1.9,0.9V75.3z M52.8,79.7\n c2.4,0,3.8-0.4,5.1-1.2v-7.7h-6.6v2.9h3.5v2.6c-0.5,0.1-1.1,0.3-1.9,0.3c-3,0-4.4-2-4.4-4.3c0-2.3,1.7-4.3,4.8-4.3\n c1.3,0,2.6,0.4,3.5,0.9v-3.3c-0.9-0.4-2.1-0.7-3.7-0.7c-4.6,0-7.8,3.3-7.8,7.4C45.2,76.5,48.1,79.7,52.8,79.7z M60.7,68.3\n c-1,0-1.9-0.9-1.9-1.9c0-1,0.9-1.9,1.9-1.9c1.1,0,1.9,0.9,1.9,1.9C62.6,67.5,61.8,68.3,60.7,68.3z M59.2,79.4h3v-10h-3V79.4z\n M69,73.9l-2.6-4.5h-3.5l6,10.3l6-10.3h-3.5L69,73.9z M77.5,75.1h7c0-4.4-2.5-6-5.1-6c-2.7,0-5.1,1.6-5.1,5.2c0,3.5,2.5,5.2,5.5,5.2\n c1.3,0,2.7-0.2,3.8-0.8v-2.8c-1.5,0.9-2.5,0.9-3.3,0.9C78.9,76.9,77.6,76.5,77.5,75.1z M79.4,71.5c0.9,0,1.7,0.4,1.8,1.7h-3.7\n C77.7,72,78.6,71.5,79.4,71.5z M26,71.6c0.7-0.6,1.1-1.5,1.1-2.5c0-1.9-1.8-3.9-4.4-3.9h-4.8v14.3h6.3c2.4,0,4.3-1.9,4.3-4.2\n C28.4,73.8,27.8,72.2,26,71.6z M21,68.1h1.4c0.9,0,1.5,0.7,1.5,1.4c0,0.8-0.6,1.4-1.5,1.4H21V68.1z M23.8,76.5H21v-2.9h2.8\n c0.9,0,1.5,0.6,1.5,1.4C25.3,75.9,24.7,76.5,23.8,76.5z" }))) : null, this.text)));
17
17
  }
18
18
  static get is() { return "biggive-heading"; }
19
19
  static get encapsulation() { return "shadow"; }
@@ -33,51 +33,66 @@ export class BiggiveHeading {
33
33
  "type": "number",
34
34
  "mutable": false,
35
35
  "complexType": {
36
- "original": "number",
37
- "resolved": "number",
38
- "references": {}
36
+ "original": "spacingOption",
37
+ "resolved": "0 | 1 | 2 | 3 | 4 | 5 | 6",
38
+ "references": {
39
+ "spacingOption": {
40
+ "location": "import",
41
+ "path": "../../globals/spacing-option"
42
+ }
43
+ }
39
44
  },
40
45
  "required": false,
41
46
  "optional": false,
42
47
  "docs": {
43
48
  "tags": [],
44
- "text": "Space above component"
49
+ "text": ""
45
50
  },
46
51
  "attribute": "space-above",
47
52
  "reflect": false,
48
- "defaultValue": "0"
53
+ "defaultValue": "2"
49
54
  },
50
55
  "spaceBelow": {
51
56
  "type": "number",
52
57
  "mutable": false,
53
58
  "complexType": {
54
- "original": "number",
55
- "resolved": "number",
56
- "references": {}
59
+ "original": "spacingOption",
60
+ "resolved": "0 | 1 | 2 | 3 | 4 | 5 | 6",
61
+ "references": {
62
+ "spacingOption": {
63
+ "location": "import",
64
+ "path": "../../globals/spacing-option"
65
+ }
66
+ }
57
67
  },
58
68
  "required": false,
59
69
  "optional": false,
60
70
  "docs": {
61
71
  "tags": [],
62
- "text": "Space below component"
72
+ "text": ""
63
73
  },
64
74
  "attribute": "space-below",
65
75
  "reflect": false,
66
- "defaultValue": "0"
76
+ "defaultValue": "4"
67
77
  },
68
78
  "colour": {
69
79
  "type": "string",
70
80
  "mutable": false,
71
81
  "complexType": {
72
- "original": "string",
73
- "resolved": "string",
74
- "references": {}
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\"",
84
+ "references": {
85
+ "brandColour": {
86
+ "location": "import",
87
+ "path": "../../globals/brand-colour"
88
+ }
89
+ }
75
90
  },
76
91
  "required": false,
77
92
  "optional": false,
78
93
  "docs": {
79
94
  "tags": [],
80
- "text": "Colour Scheme"
95
+ "text": ""
81
96
  },
82
97
  "attribute": "colour",
83
98
  "reflect": false,
@@ -87,15 +102,20 @@ export class BiggiveHeading {
87
102
  "type": "string",
88
103
  "mutable": false,
89
104
  "complexType": {
90
- "original": "string",
91
- "resolved": "string",
92
- "references": {}
105
+ "original": "headingTag",
106
+ "resolved": "\"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\"",
107
+ "references": {
108
+ "headingTag": {
109
+ "location": "import",
110
+ "path": "../../globals/heading-tag"
111
+ }
112
+ }
93
113
  },
94
114
  "required": false,
95
115
  "optional": false,
96
116
  "docs": {
97
117
  "tags": [],
98
- "text": "HTML element"
118
+ "text": ""
99
119
  },
100
120
  "attribute": "html-element",
101
121
  "reflect": false,
@@ -105,15 +125,20 @@ export class BiggiveHeading {
105
125
  "type": "number",
106
126
  "mutable": false,
107
127
  "complexType": {
108
- "original": "number",
109
- "resolved": "number",
110
- "references": {}
128
+ "original": "headingSize",
129
+ "resolved": "1 | 2 | 3 | 4 | 5",
130
+ "references": {
131
+ "headingSize": {
132
+ "location": "import",
133
+ "path": "../../globals/heading-size"
134
+ }
135
+ }
111
136
  },
112
137
  "required": false,
113
138
  "optional": false,
114
139
  "docs": {
115
140
  "tags": [],
116
- "text": "Heading size"
141
+ "text": ""
117
142
  },
118
143
  "attribute": "size",
119
144
  "reflect": false,
@@ -131,7 +156,7 @@ export class BiggiveHeading {
131
156
  "optional": false,
132
157
  "docs": {
133
158
  "tags": [],
134
- "text": "Text alignment"
159
+ "text": ""
135
160
  },
136
161
  "attribute": "align",
137
162
  "reflect": false,
@@ -149,7 +174,7 @@ export class BiggiveHeading {
149
174
  "optional": false,
150
175
  "docs": {
151
176
  "tags": [],
152
- "text": "Heading text"
177
+ "text": ""
153
178
  },
154
179
  "attribute": "text",
155
180
  "reflect": false,
@@ -167,7 +192,7 @@ export class BiggiveHeading {
167
192
  "optional": false,
168
193
  "docs": {
169
194
  "tags": [],
170
- "text": "Icon"
195
+ "text": ""
171
196
  },
172
197
  "attribute": "icon",
173
198
  "reflect": false,
@@ -177,15 +202,20 @@ export class BiggiveHeading {
177
202
  "type": "string",
178
203
  "mutable": false,
179
204
  "complexType": {
180
- "original": "string",
181
- "resolved": "string",
182
- "references": {}
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\"",
207
+ "references": {
208
+ "brandColour": {
209
+ "location": "import",
210
+ "path": "../../globals/brand-colour"
211
+ }
212
+ }
183
213
  },
184
214
  "required": false,
185
215
  "optional": false,
186
216
  "docs": {
187
217
  "tags": [],
188
- "text": "Icon colour"
218
+ "text": ""
189
219
  },
190
220
  "attribute": "icon-colour",
191
221
  "reflect": false,
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -157,76 +160,76 @@ a:hover {
157
160
  background-color: #FF7272;
158
161
  }
159
162
  .container.header-text-colour-brand-1 thead {
160
- color: #62CFC9;
163
+ color: #B30510;
161
164
  }
162
165
  .container.header-background-colour-brand-1 thead {
163
- background-color: #62CFC9;
166
+ background-color: #B30510;
164
167
  }
165
168
  .container.body-text-colour-brand-1 tbody {
166
- color: #62CFC9;
169
+ color: #B30510;
167
170
  }
168
171
  .container.body-background-colour-brand-1 tbody {
169
- background-color: #62CFC9;
172
+ background-color: #B30510;
170
173
  }
171
174
  .container.header-text-colour-brand-2 thead {
172
- color: #B30510;
175
+ color: #6E0887;
173
176
  }
174
177
  .container.header-background-colour-brand-2 thead {
175
- background-color: #B30510;
178
+ background-color: #6E0887;
176
179
  }
177
180
  .container.body-text-colour-brand-2 tbody {
178
- color: #B30510;
181
+ color: #6E0887;
179
182
  }
180
183
  .container.body-background-colour-brand-2 tbody {
181
- background-color: #B30510;
184
+ background-color: #6E0887;
182
185
  }
183
186
  .container.header-text-colour-brand-3 thead {
184
- color: #6E0887;
187
+ color: #50B400;
185
188
  }
186
189
  .container.header-background-colour-brand-3 thead {
187
- background-color: #6E0887;
190
+ background-color: #50B400;
188
191
  }
189
192
  .container.body-text-colour-brand-3 tbody {
190
- color: #6E0887;
193
+ color: #50B400;
191
194
  }
192
195
  .container.body-background-colour-brand-3 tbody {
193
- background-color: #6E0887;
196
+ background-color: #50B400;
194
197
  }
195
198
  .container.header-text-colour-brand-4 thead {
196
- color: #50B400;
199
+ color: #FFE500;
197
200
  }
198
201
  .container.header-background-colour-brand-4 thead {
199
- background-color: #50B400;
202
+ background-color: #FFE500;
200
203
  }
201
204
  .container.body-text-colour-brand-4 tbody {
202
- color: #50B400;
205
+ color: #FFE500;
203
206
  }
204
207
  .container.body-background-colour-brand-4 tbody {
205
- background-color: #50B400;
208
+ background-color: #FFE500;
206
209
  }
207
210
  .container.header-text-colour-brand-5 thead {
208
- color: #FFE500;
211
+ color: #F07D00;
209
212
  }
210
213
  .container.header-background-colour-brand-5 thead {
211
- background-color: #FFE500;
214
+ background-color: #F07D00;
212
215
  }
213
216
  .container.body-text-colour-brand-5 tbody {
214
- color: #FFE500;
217
+ color: #F07D00;
215
218
  }
216
219
  .container.body-background-colour-brand-5 tbody {
217
- background-color: #FFE500;
220
+ background-color: #F07D00;
218
221
  }
219
222
  .container.header-text-colour-brand-6 thead {
220
- color: #F07D00;
223
+ color: #62CFC9;
221
224
  }
222
225
  .container.header-background-colour-brand-6 thead {
223
- background-color: #F07D00;
226
+ background-color: #62CFC9;
224
227
  }
225
228
  .container.body-text-colour-brand-6 tbody {
226
- color: #F07D00;
229
+ color: #62CFC9;
227
230
  }
228
231
  .container.body-background-colour-brand-6 tbody {
229
- background-color: #F07D00;
232
+ background-color: #62CFC9;
230
233
  }
231
234
  .container.header-text-colour-white thead {
232
235
  color: #FFFFFF;
@@ -55,7 +55,7 @@ export class BiggiveTable {
55
55
  "mutable": false,
56
56
  "complexType": {
57
57
  "original": "brandColour",
58
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-light\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
58
+ "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\"",
59
59
  "references": {
60
60
  "brandColour": {
61
61
  "location": "import",
@@ -78,7 +78,7 @@ export class BiggiveTable {
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-light\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
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\"",
82
82
  "references": {
83
83
  "brandColour": {
84
84
  "location": "import",
@@ -101,7 +101,7 @@ export class BiggiveTable {
101
101
  "mutable": false,
102
102
  "complexType": {
103
103
  "original": "brandColour",
104
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-light\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
104
+ "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\"",
105
105
  "references": {
106
106
  "brandColour": {
107
107
  "location": "import",
@@ -124,7 +124,7 @@ export class BiggiveTable {
124
124
  "mutable": false,
125
125
  "complexType": {
126
126
  "original": "brandColour",
127
- "resolved": "\"black\" | \"brand-1\" | \"brand-2\" | \"brand-3\" | \"brand-4\" | \"brand-5\" | \"brand-6\" | \"grey-dark\" | \"grey-light\" | \"primary\" | \"secondary\" | \"tertiary\" | \"white\"",
127
+ "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\"",
128
128
  "references": {
129
129
  "brandColour": {
130
130
  "location": "import",
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
1
4
  a {
2
5
  color: inherit;
3
6
  text-decoration: underline;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};