@biggive/components 202302161725.0.0 → 202303031057.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 (96) hide show
  1. package/dist/biggive/biggive.esm.js +1 -1
  2. package/dist/biggive/{p-722c8c52.entry.js → p-0f38685b.entry.js} +1 -1
  3. package/dist/biggive/{p-f6ddbee5.entry.js → p-13f4a2c4.entry.js} +1 -1
  4. package/dist/biggive/{p-57cd992c.entry.js → p-223759f6.entry.js} +1 -1
  5. package/dist/biggive/{p-9350e5e9.entry.js → p-34cfc5da.entry.js} +1 -1
  6. package/dist/biggive/{p-c75752fd.entry.js → p-3b378f79.entry.js} +1 -1
  7. package/dist/biggive/p-3e2d205e.entry.js +1 -0
  8. package/dist/biggive/{p-9dc67a33.entry.js → p-52bb0267.entry.js} +1 -1
  9. package/dist/biggive/{p-35200669.entry.js → p-53189bc6.entry.js} +1 -1
  10. package/dist/biggive/{p-1a8cc3db.entry.js → p-5a38b219.entry.js} +1 -1
  11. package/dist/biggive/p-64a544fa.entry.js +1 -0
  12. package/dist/biggive/{p-c128620b.entry.js → p-71054cf6.entry.js} +1 -1
  13. package/dist/biggive/{p-a0f7c83c.entry.js → p-8876011d.entry.js} +1 -1
  14. package/dist/biggive/{p-441bc7d1.entry.js → p-95bd7f7a.entry.js} +1 -1
  15. package/dist/biggive/{p-f0e1930b.entry.js → p-99f18976.entry.js} +1 -1
  16. package/dist/biggive/p-a0941518.entry.js +1 -0
  17. package/dist/biggive/p-acf3bcd9.js +2 -0
  18. package/dist/biggive/{p-a546f541.entry.js → p-d7f8a6fd.entry.js} +1 -1
  19. package/dist/biggive/{p-a35c092d.entry.js → p-d8432f12.entry.js} +1 -1
  20. package/dist/biggive/{p-2afc20c1.entry.js → p-eb6aecf0.entry.js} +1 -1
  21. package/dist/biggive/{p-056f9d01.entry.js → p-f8e38bb9.entry.js} +1 -1
  22. package/dist/biggive/{p-9e11b9fe.entry.js → p-fe9f3e72.entry.js} +1 -1
  23. package/dist/cjs/biggive-article-card.cjs.entry.js +1 -1
  24. package/dist/cjs/biggive-back-to-top_27.cjs.entry.js +5 -5
  25. package/dist/cjs/biggive-basic-card.cjs.entry.js +1 -1
  26. package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +1 -1
  27. package/dist/cjs/biggive-biography-card.cjs.entry.js +1 -1
  28. package/dist/cjs/biggive-boxed-content.cjs.entry.js +1 -1
  29. package/dist/cjs/biggive-category-icon.cjs.entry.js +1 -1
  30. package/dist/cjs/biggive-form.cjs.entry.js +1 -1
  31. package/dist/cjs/biggive-formatted-text.cjs.entry.js +1 -1
  32. package/dist/cjs/biggive-header.cjs.entry.js +1 -1
  33. package/dist/cjs/biggive-icon-group.cjs.entry.js +1 -1
  34. package/dist/cjs/biggive-nav-group.cjs.entry.js +1 -1
  35. package/dist/cjs/biggive-nav-item.cjs.entry.js +1 -1
  36. package/dist/cjs/biggive-popup-standalone.cjs.entry.js +1 -1
  37. package/dist/cjs/biggive-search.cjs.entry.js +1 -1
  38. package/dist/cjs/biggive-tab.cjs.entry.js +1 -1
  39. package/dist/cjs/biggive-tabbed-content.cjs.entry.js +1 -1
  40. package/dist/cjs/biggive-table.cjs.entry.js +33 -0
  41. package/dist/cjs/biggive-text-input.cjs.entry.js +1 -1
  42. package/dist/cjs/biggive-video.cjs.entry.js +1 -1
  43. package/dist/cjs/biggive.cjs.js +2 -2
  44. package/dist/cjs/{index-562d2f5c.js → index-4ae5dbd7.js} +389 -7
  45. package/dist/cjs/loader.cjs.js +2 -2
  46. package/dist/collection/collection-manifest.json +1 -0
  47. package/dist/collection/components/biggive-heading/biggive-heading.css +84 -0
  48. package/dist/collection/components/biggive-heading/biggive-heading.js +62 -32
  49. package/dist/collection/components/biggive-table/biggive-table.css +324 -0
  50. package/dist/collection/components/biggive-table/biggive-table.js +147 -0
  51. package/dist/collection/components/biggive-table/biggive-table.stories.js +76 -0
  52. package/dist/collection/globals/brand-colour.js +1 -0
  53. package/dist/collection/globals/heading-size.js +1 -0
  54. package/dist/collection/globals/heading-tag.js +1 -0
  55. package/dist/collection/globals/spacing-option.js +1 -0
  56. package/dist/components/biggive-heading.js +4 -4
  57. package/dist/components/biggive-table.d.ts +11 -0
  58. package/dist/components/biggive-table.js +52 -0
  59. package/dist/components/index.d.ts +1 -0
  60. package/dist/components/index.js +1 -0
  61. package/dist/esm/biggive-article-card.entry.js +1 -1
  62. package/dist/esm/biggive-back-to-top_27.entry.js +5 -5
  63. package/dist/esm/biggive-basic-card.entry.js +1 -1
  64. package/dist/esm/biggive-beneficiary-icon.entry.js +1 -1
  65. package/dist/esm/biggive-biography-card.entry.js +1 -1
  66. package/dist/esm/biggive-boxed-content.entry.js +1 -1
  67. package/dist/esm/biggive-category-icon.entry.js +1 -1
  68. package/dist/esm/biggive-form.entry.js +1 -1
  69. package/dist/esm/biggive-formatted-text.entry.js +1 -1
  70. package/dist/esm/biggive-header.entry.js +1 -1
  71. package/dist/esm/biggive-icon-group.entry.js +1 -1
  72. package/dist/esm/biggive-nav-group.entry.js +1 -1
  73. package/dist/esm/biggive-nav-item.entry.js +1 -1
  74. package/dist/esm/biggive-popup-standalone.entry.js +1 -1
  75. package/dist/esm/biggive-search.entry.js +1 -1
  76. package/dist/esm/biggive-tab.entry.js +1 -1
  77. package/dist/esm/biggive-tabbed-content.entry.js +1 -1
  78. package/dist/esm/biggive-table.entry.js +29 -0
  79. package/dist/esm/biggive-text-input.entry.js +1 -1
  80. package/dist/esm/biggive-video.entry.js +1 -1
  81. package/dist/esm/biggive.js +2 -2
  82. package/dist/esm/{index-5ca4e7a1.js → index-43541c5f.js} +389 -7
  83. package/dist/esm/loader.js +2 -2
  84. package/dist/types/components/biggive-heading/biggive-heading.d.ts +10 -33
  85. package/dist/types/components/biggive-table/biggive-table.d.ts +9 -0
  86. package/dist/types/components/biggive-table/biggive-table.stories.d.ts +42 -0
  87. package/dist/types/components.d.ts +39 -66
  88. package/dist/types/globals/brand-colour.d.ts +1 -0
  89. package/dist/types/globals/heading-size.d.ts +5 -0
  90. package/dist/types/globals/heading-tag.d.ts +1 -0
  91. package/dist/types/globals/spacing-option.d.ts +5 -0
  92. package/hydrate/index.js +45 -4
  93. package/package.json +1 -1
  94. package/dist/biggive/p-517cb7f7.entry.js +0 -1
  95. package/dist/biggive/p-c0aadf86.entry.js +0 -1
  96. package/dist/biggive/p-d49d5f66.js +0 -2
@@ -116,6 +116,7 @@ h5, .heading-5 {
116
116
  font-family: "Euclid Triangle", sans-serif;
117
117
  font-size: 17px;
118
118
  line-height: 24px;
119
+ display: flex;
119
120
  }
120
121
  .container .heading-colour-primary {
121
122
  color: #2C089B;
@@ -126,9 +127,92 @@ h5, .heading-5 {
126
127
  .container .heading-colour-tertiary {
127
128
  color: #FF7272;
128
129
  }
130
+ .container .heading-colour-brand-1 {
131
+ color: #B30510;
132
+ }
133
+ .container .heading-colour-brand-2 {
134
+ color: #6E0887;
135
+ }
136
+ .container .heading-colour-brand-3 {
137
+ color: #50B400;
138
+ }
139
+ .container .heading-colour-brand-4 {
140
+ color: #FFE500;
141
+ }
142
+ .container .heading-colour-brand-5 {
143
+ color: #F07D00;
144
+ }
145
+ .container .heading-colour-brand-6 {
146
+ color: #62CFC9;
147
+ }
129
148
  .container .heading-colour-white {
130
149
  color: #FFFFFF;
131
150
  }
132
151
  .container .heading-colour-black {
133
152
  color: #000000;
153
+ }
154
+ .container .heading-colour-grey-extra-light {
155
+ color: #D7D7D7;
156
+ }
157
+ .container .heading-colour-grey-light {
158
+ color: #E8E8E8;
159
+ }
160
+ .container .heading-colour-grey-medium {
161
+ color: #8A8A8A;
162
+ }
163
+ .container .heading-colour-grey-dark {
164
+ color: #4A4A4A;
165
+ }
166
+ .container h1, .container h2, .container h3, .container h4, .container h5 {
167
+ margin: 0;
168
+ padding: 0;
169
+ }
170
+ .container h1 svg, .container h2 svg, .container h3 svg, .container h4 svg, .container h5 svg {
171
+ height: 0.7em;
172
+ margin-right: 0.2em;
173
+ }
174
+ .container .icon-colour-primary svg path {
175
+ fill: #2C089B;
176
+ }
177
+ .container .icon-colour-secondary svg path {
178
+ fill: #2AF135;
179
+ }
180
+ .container .icon-colour-tertiary svg path {
181
+ fill: #FF7272;
182
+ }
183
+ .container .icon-colour-brand-1 svg path {
184
+ fill: #B30510;
185
+ }
186
+ .container .icon-colour-brand-2 svg path {
187
+ fill: #6E0887;
188
+ }
189
+ .container .icon-colour-brand-3 svg path {
190
+ fill: #50B400;
191
+ }
192
+ .container .icon-colour-brand-4 svg path {
193
+ fill: #FFE500;
194
+ }
195
+ .container .icon-colour-brand-5 svg path {
196
+ fill: #F07D00;
197
+ }
198
+ .container .icon-colour-brand-6 svg path {
199
+ fill: #62CFC9;
200
+ }
201
+ .container .icon-colour-white svg path {
202
+ fill: #FFFFFF;
203
+ }
204
+ .container .icon-colour-black svg path {
205
+ fill: #000000;
206
+ }
207
+ .container .icon-colour-grey-extra-light svg path {
208
+ fill: #D7D7D7;
209
+ }
210
+ .container .icon-colour-grey-light svg path {
211
+ fill: #E8E8E8;
212
+ }
213
+ .container .icon-colour-grey-medium svg path {
214
+ fill: #8A8A8A;
215
+ }
216
+ .container .icon-colour-grey-dark svg path {
217
+ fill: #4A4A4A;
134
218
  }
@@ -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-light\" | \"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-light\" | \"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,
@@ -0,0 +1,324 @@
1
+ a {
2
+ color: inherit;
3
+ text-decoration: underline;
4
+ }
5
+ a:hover {
6
+ text-decoration: none;
7
+ }
8
+
9
+ .background-colour-hover-primary:hover,
10
+ .background-colour-primary {
11
+ background-color: #2C089B;
12
+ }
13
+
14
+ .background-colour-hover-secondary:hover,
15
+ .background-colour-secondary {
16
+ background-color: #2AF135;
17
+ }
18
+
19
+ .background-colour-hover-tertiary:hover,
20
+ .background-colour-tertiary {
21
+ background-color: #FF7272;
22
+ }
23
+
24
+ .background-colour-hover-brand-1:hover,
25
+ .background-colour-brand-1 {
26
+ background-color: #B30510;
27
+ }
28
+
29
+ .background-colour-hover-brand-2:hover,
30
+ .background-colour-brand-2 {
31
+ background-color: #6E0887;
32
+ }
33
+
34
+ .background-colour-hover-brand-3:hover,
35
+ .background-colour-brand-3 {
36
+ background-color: #50B400;
37
+ }
38
+
39
+ .background-colour-hover-brand-4:hover,
40
+ .background-colour-brand-4 {
41
+ background-color: #FFE500;
42
+ }
43
+
44
+ .background-colour-hover-brand-5:hover,
45
+ .background-colour-brand-5 {
46
+ background-color: #F07D00;
47
+ }
48
+
49
+ .background-colour-hover-brand-6:hover,
50
+ .background-colour-brand-6 {
51
+ background-color: #CBC8C8;
52
+ }
53
+
54
+ .background-colour-hover-white:hover,
55
+ .background-colour-white {
56
+ background-color: #FFFFFF;
57
+ }
58
+
59
+ .background-colour-hover-black:hover,
60
+ .background-colour-black {
61
+ background-color: #000000;
62
+ }
63
+
64
+ .fill-primary {
65
+ fill: #2C089B;
66
+ }
67
+
68
+ .fill-secondary {
69
+ fill: #2AF135;
70
+ }
71
+
72
+ .fill-tertiary {
73
+ fill: #FF7272;
74
+ }
75
+
76
+ .fill-brand-1 {
77
+ fill: #B30510;
78
+ }
79
+
80
+ .fill-brand-2 {
81
+ fill: #6E0887;
82
+ }
83
+
84
+ .fill-brand-3 {
85
+ fill: #50B400;
86
+ }
87
+
88
+ .fill-brand-4 {
89
+ fill: #FFE500;
90
+ }
91
+
92
+ .fill-brand-5 {
93
+ fill: #F07D00;
94
+ }
95
+
96
+ .fill-brand-6 {
97
+ fill: #CBC8C8;
98
+ }
99
+
100
+ .fill-brand-mhf-turquoise {
101
+ fill: #62CFC9;
102
+ }
103
+
104
+ .fill-white {
105
+ fill: #FFFFFF;
106
+ }
107
+
108
+ .fill-black {
109
+ fill: #000000;
110
+ }
111
+
112
+ .fill-red {
113
+ fill: red;
114
+ }
115
+
116
+ :host {
117
+ display: contents;
118
+ font-family: "Euclid Triangle", sans-serif;
119
+ font-size: 17px;
120
+ line-height: 24px;
121
+ }
122
+
123
+ .container.header-text-colour-primary thead {
124
+ color: #2C089B;
125
+ }
126
+ .container.header-background-colour-primary thead {
127
+ background-color: #2C089B;
128
+ }
129
+ .container.body-text-colour-primary tbody {
130
+ color: #2C089B;
131
+ }
132
+ .container.body-background-colour-primary tbody {
133
+ background-color: #2C089B;
134
+ }
135
+ .container.header-text-colour-secondary thead {
136
+ color: #2AF135;
137
+ }
138
+ .container.header-background-colour-secondary thead {
139
+ background-color: #2AF135;
140
+ }
141
+ .container.body-text-colour-secondary tbody {
142
+ color: #2AF135;
143
+ }
144
+ .container.body-background-colour-secondary tbody {
145
+ background-color: #2AF135;
146
+ }
147
+ .container.header-text-colour-tertiary thead {
148
+ color: #FF7272;
149
+ }
150
+ .container.header-background-colour-tertiary thead {
151
+ background-color: #FF7272;
152
+ }
153
+ .container.body-text-colour-tertiary tbody {
154
+ color: #FF7272;
155
+ }
156
+ .container.body-background-colour-tertiary tbody {
157
+ background-color: #FF7272;
158
+ }
159
+ .container.header-text-colour-brand-1 thead {
160
+ color: #B30510;
161
+ }
162
+ .container.header-background-colour-brand-1 thead {
163
+ background-color: #B30510;
164
+ }
165
+ .container.body-text-colour-brand-1 tbody {
166
+ color: #B30510;
167
+ }
168
+ .container.body-background-colour-brand-1 tbody {
169
+ background-color: #B30510;
170
+ }
171
+ .container.header-text-colour-brand-2 thead {
172
+ color: #6E0887;
173
+ }
174
+ .container.header-background-colour-brand-2 thead {
175
+ background-color: #6E0887;
176
+ }
177
+ .container.body-text-colour-brand-2 tbody {
178
+ color: #6E0887;
179
+ }
180
+ .container.body-background-colour-brand-2 tbody {
181
+ background-color: #6E0887;
182
+ }
183
+ .container.header-text-colour-brand-3 thead {
184
+ color: #50B400;
185
+ }
186
+ .container.header-background-colour-brand-3 thead {
187
+ background-color: #50B400;
188
+ }
189
+ .container.body-text-colour-brand-3 tbody {
190
+ color: #50B400;
191
+ }
192
+ .container.body-background-colour-brand-3 tbody {
193
+ background-color: #50B400;
194
+ }
195
+ .container.header-text-colour-brand-4 thead {
196
+ color: #FFE500;
197
+ }
198
+ .container.header-background-colour-brand-4 thead {
199
+ background-color: #FFE500;
200
+ }
201
+ .container.body-text-colour-brand-4 tbody {
202
+ color: #FFE500;
203
+ }
204
+ .container.body-background-colour-brand-4 tbody {
205
+ background-color: #FFE500;
206
+ }
207
+ .container.header-text-colour-brand-5 thead {
208
+ color: #F07D00;
209
+ }
210
+ .container.header-background-colour-brand-5 thead {
211
+ background-color: #F07D00;
212
+ }
213
+ .container.body-text-colour-brand-5 tbody {
214
+ color: #F07D00;
215
+ }
216
+ .container.body-background-colour-brand-5 tbody {
217
+ background-color: #F07D00;
218
+ }
219
+ .container.header-text-colour-brand-6 thead {
220
+ color: #62CFC9;
221
+ }
222
+ .container.header-background-colour-brand-6 thead {
223
+ background-color: #62CFC9;
224
+ }
225
+ .container.body-text-colour-brand-6 tbody {
226
+ color: #62CFC9;
227
+ }
228
+ .container.body-background-colour-brand-6 tbody {
229
+ background-color: #62CFC9;
230
+ }
231
+ .container.header-text-colour-white thead {
232
+ color: #FFFFFF;
233
+ }
234
+ .container.header-background-colour-white thead {
235
+ background-color: #FFFFFF;
236
+ }
237
+ .container.body-text-colour-white tbody {
238
+ color: #FFFFFF;
239
+ }
240
+ .container.body-background-colour-white tbody {
241
+ background-color: #FFFFFF;
242
+ }
243
+ .container.header-text-colour-black thead {
244
+ color: #000000;
245
+ }
246
+ .container.header-background-colour-black thead {
247
+ background-color: #000000;
248
+ }
249
+ .container.body-text-colour-black tbody {
250
+ color: #000000;
251
+ }
252
+ .container.body-background-colour-black tbody {
253
+ background-color: #000000;
254
+ }
255
+ .container.header-text-colour-grey-extra-light thead {
256
+ color: #D7D7D7;
257
+ }
258
+ .container.header-background-colour-grey-extra-light thead {
259
+ background-color: #D7D7D7;
260
+ }
261
+ .container.body-text-colour-grey-extra-light tbody {
262
+ color: #D7D7D7;
263
+ }
264
+ .container.body-background-colour-grey-extra-light tbody {
265
+ background-color: #D7D7D7;
266
+ }
267
+ .container.header-text-colour-grey-light thead {
268
+ color: #E8E8E8;
269
+ }
270
+ .container.header-background-colour-grey-light thead {
271
+ background-color: #E8E8E8;
272
+ }
273
+ .container.body-text-colour-grey-light tbody {
274
+ color: #E8E8E8;
275
+ }
276
+ .container.body-background-colour-grey-light tbody {
277
+ background-color: #E8E8E8;
278
+ }
279
+ .container.header-text-colour-grey-medium thead {
280
+ color: #8A8A8A;
281
+ }
282
+ .container.header-background-colour-grey-medium thead {
283
+ background-color: #8A8A8A;
284
+ }
285
+ .container.body-text-colour-grey-medium tbody {
286
+ color: #8A8A8A;
287
+ }
288
+ .container.body-background-colour-grey-medium tbody {
289
+ background-color: #8A8A8A;
290
+ }
291
+ .container.header-text-colour-grey-dark thead {
292
+ color: #4A4A4A;
293
+ }
294
+ .container.header-background-colour-grey-dark thead {
295
+ background-color: #4A4A4A;
296
+ }
297
+ .container.body-text-colour-grey-dark tbody {
298
+ color: #4A4A4A;
299
+ }
300
+ .container.body-background-colour-grey-dark tbody {
301
+ background-color: #4A4A4A;
302
+ }
303
+ .container table {
304
+ width: 100%;
305
+ border-collapse: collapse;
306
+ border: 0;
307
+ }
308
+ .container table td, .container table th {
309
+ padding: 10px 20px;
310
+ border: 0;
311
+ font-size: inherit;
312
+ }
313
+ .container table thead {
314
+ filter: drop-shadow(-1px 3px 12px rgba(0, 0, 0, 0.15));
315
+ }
316
+ .container table thead td, .container table thead th {
317
+ font-weight: bold;
318
+ }
319
+ .container table tbody tr.odd {
320
+ background-color: rgba(255, 255, 255, 0.3);
321
+ }
322
+ .container table tbody td, .container table tbody th {
323
+ font-size: 80%;
324
+ }