@biggive/components 202303031447.0.0 → 202303061752.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 (169) hide show
  1. package/dist/biggive/biggive.esm.js +1 -1
  2. package/dist/biggive/p-01d03da2.entry.js +1 -0
  3. package/dist/biggive/{p-fe9f3e72.entry.js → p-26c0b6cf.entry.js} +1 -1
  4. package/dist/biggive/{p-8876011d.entry.js → p-2c639bd5.entry.js} +1 -1
  5. package/dist/biggive/{p-71054cf6.entry.js → p-41588003.entry.js} +1 -1
  6. package/dist/biggive/{p-0f38685b.entry.js → p-42649676.entry.js} +1 -1
  7. package/dist/biggive/{p-223759f6.entry.js → p-4402efe9.entry.js} +1 -1
  8. package/dist/biggive/p-4a1ba0c4.entry.js +1 -0
  9. package/dist/biggive/p-4adb4dce.entry.js +1 -0
  10. package/dist/biggive/{p-3b378f79.entry.js → p-5406c558.entry.js} +1 -1
  11. package/dist/biggive/p-63abb338.entry.js +1 -0
  12. package/dist/biggive/{p-d7f8a6fd.entry.js → p-87487165.entry.js} +1 -1
  13. package/dist/biggive/{p-eb6aecf0.entry.js → p-87edb8c6.entry.js} +1 -1
  14. package/dist/biggive/p-8feb91ae.entry.js +1 -0
  15. package/dist/biggive/p-b73fddaa.entry.js +1 -0
  16. package/dist/biggive/p-ead5a5ce.entry.js +1 -0
  17. package/dist/biggive/p-ee4f16a8.entry.js +1 -0
  18. package/dist/biggive/{p-f8e38bb9.entry.js → p-f375edb7.entry.js} +1 -1
  19. package/dist/biggive/p-f6dedf7d.entry.js +1 -0
  20. package/dist/biggive/{p-acf3bcd9.js → p-ff8bc382.js} +2 -2
  21. package/dist/cjs/{biggive-back-to-top_27.cjs.entry.js → biggive-accordion_35.cjs.entry.js} +418 -11
  22. package/dist/cjs/biggive-article-card.cjs.entry.js +2 -2
  23. package/dist/cjs/biggive-basic-card.cjs.entry.js +6 -3
  24. package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +2 -2
  25. package/dist/cjs/biggive-biography-card.cjs.entry.js +1 -1
  26. package/dist/cjs/biggive-boxed-content.cjs.entry.js +2 -2
  27. package/dist/cjs/biggive-category-icon.cjs.entry.js +2 -2
  28. package/dist/cjs/biggive-form.cjs.entry.js +1 -1
  29. package/dist/cjs/biggive-formatted-text.cjs.entry.js +2 -2
  30. package/dist/cjs/biggive-header.cjs.entry.js +1 -1
  31. package/dist/cjs/biggive-icon-group.cjs.entry.js +1 -1
  32. package/dist/cjs/biggive-nav-group.cjs.entry.js +1 -1
  33. package/dist/cjs/biggive-nav-item.cjs.entry.js +1 -1
  34. package/dist/cjs/biggive-popup-standalone.cjs.entry.js +1 -1
  35. package/dist/cjs/biggive-search.cjs.entry.js +1 -1
  36. package/dist/cjs/biggive-table.cjs.entry.js +2 -2
  37. package/dist/cjs/biggive-text-input.cjs.entry.js +1 -1
  38. package/dist/cjs/biggive-video.cjs.entry.js +1 -1
  39. package/dist/cjs/biggive.cjs.js +2 -2
  40. package/dist/cjs/{index-4ae5dbd7.js → index-8dd1da4d.js} +3 -0
  41. package/dist/cjs/loader.cjs.js +2 -2
  42. package/dist/collection/collection-manifest.json +6 -0
  43. package/dist/collection/components/biggive-accordion/biggive-accordion.css +315 -0
  44. package/dist/collection/components/biggive-accordion/biggive-accordion.js +114 -0
  45. package/dist/collection/components/biggive-accordion/biggive-accordion.stories.js +52 -0
  46. package/dist/collection/components/biggive-accordion-entry/biggive-accordion-entry.css +14 -0
  47. package/dist/collection/components/biggive-accordion-entry/biggive-accordion-entry.js +43 -0
  48. package/dist/collection/components/biggive-article-card/biggive-article-card.css +45 -0
  49. package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +70 -0
  50. package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +77 -31
  51. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +65 -0
  52. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +25 -0
  53. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +20 -0
  54. package/dist/collection/components/biggive-carousel/biggive-carousel.css +223 -0
  55. package/dist/collection/components/biggive-carousel/biggive-carousel.js +161 -0
  56. package/dist/collection/components/biggive-carousel/biggive-carousel.stories.js +84 -0
  57. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +65 -0
  58. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +20 -0
  59. package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +88 -18
  60. package/dist/collection/components/biggive-hero-image/biggive-hero-image.js +68 -19
  61. package/dist/collection/components/biggive-hero-image/biggive-hero-image.stories.js +2 -0
  62. package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +20 -0
  63. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +89 -0
  64. package/dist/collection/components/biggive-quote/biggive-quote.css +65 -0
  65. package/dist/collection/components/biggive-quote/biggive-quote.js +45 -11
  66. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +113 -0
  67. package/dist/collection/components/biggive-tab/biggive-tab.js +2 -2
  68. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +355 -0
  69. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +206 -12
  70. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.stories.js +48 -3
  71. package/dist/collection/components/biggive-table/biggive-table.css +41 -0
  72. package/dist/collection/components/biggive-table/biggive-table.js +8 -3
  73. package/dist/collection/components/biggive-timeline/biggive-timeline.css +733 -0
  74. package/dist/collection/components/biggive-timeline/biggive-timeline.js +394 -0
  75. package/dist/collection/components/biggive-timeline/biggive-timeline.stories.js +133 -0
  76. package/dist/collection/components/biggive-timeline-entry/biggive-timeline-entry.css +14 -0
  77. package/dist/collection/components/biggive-timeline-entry/biggive-timeline-entry.js +59 -0
  78. package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.css +224 -0
  79. package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.js +198 -0
  80. package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.stories.js +62 -0
  81. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +45 -0
  82. package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +20 -0
  83. package/dist/components/biggive-accordion-entry.d.ts +11 -0
  84. package/dist/components/biggive-accordion-entry.js +37 -0
  85. package/dist/components/biggive-accordion.d.ts +11 -0
  86. package/dist/components/biggive-accordion.js +58 -0
  87. package/dist/components/biggive-article-card.js +1 -1
  88. package/dist/components/biggive-basic-card.js +7 -3
  89. package/dist/components/biggive-beneficiary-icon.js +1 -1
  90. package/dist/components/biggive-boxed-content.js +1 -1
  91. package/dist/components/biggive-call-to-action.js +1 -1
  92. package/dist/components/biggive-carousel.d.ts +11 -0
  93. package/dist/components/biggive-carousel.js +88 -0
  94. package/dist/components/biggive-category-icon.js +1 -1
  95. package/dist/components/biggive-formatted-text.js +1 -1
  96. package/dist/components/biggive-hero-image.js +4 -2
  97. package/dist/components/biggive-image-feature.js +1 -1
  98. package/dist/components/biggive-misc-icon2.js +1 -1
  99. package/dist/components/biggive-quote.js +5 -3
  100. package/dist/components/biggive-social-icon.js +1 -1
  101. package/dist/components/biggive-tab.js +1 -1
  102. package/dist/components/biggive-tabbed-content.js +78 -4
  103. package/dist/components/biggive-table.js +1 -1
  104. package/dist/components/biggive-timeline-entry.d.ts +11 -0
  105. package/dist/components/biggive-timeline-entry.js +38 -0
  106. package/dist/components/biggive-timeline.d.ts +11 -0
  107. package/dist/components/biggive-timeline.js +140 -0
  108. package/dist/components/biggive-tipping-slider.d.ts +11 -0
  109. package/dist/components/biggive-tipping-slider.js +100 -0
  110. package/dist/components/biggive-totalizer.js +1 -1
  111. package/dist/components/biggive-video-feature.js +1 -1
  112. package/dist/components/index.d.ts +6 -0
  113. package/dist/components/index.js +6 -0
  114. package/dist/esm/{biggive-back-to-top_27.entry.js → biggive-accordion_35.entry.js} +411 -12
  115. package/dist/esm/biggive-article-card.entry.js +2 -2
  116. package/dist/esm/biggive-basic-card.entry.js +6 -3
  117. package/dist/esm/biggive-beneficiary-icon.entry.js +2 -2
  118. package/dist/esm/biggive-biography-card.entry.js +1 -1
  119. package/dist/esm/biggive-boxed-content.entry.js +2 -2
  120. package/dist/esm/biggive-category-icon.entry.js +2 -2
  121. package/dist/esm/biggive-form.entry.js +1 -1
  122. package/dist/esm/biggive-formatted-text.entry.js +2 -2
  123. package/dist/esm/biggive-header.entry.js +1 -1
  124. package/dist/esm/biggive-icon-group.entry.js +1 -1
  125. package/dist/esm/biggive-nav-group.entry.js +1 -1
  126. package/dist/esm/biggive-nav-item.entry.js +1 -1
  127. package/dist/esm/biggive-popup-standalone.entry.js +1 -1
  128. package/dist/esm/biggive-search.entry.js +1 -1
  129. package/dist/esm/biggive-table.entry.js +2 -2
  130. package/dist/esm/biggive-text-input.entry.js +1 -1
  131. package/dist/esm/biggive-video.entry.js +1 -1
  132. package/dist/esm/biggive.js +2 -2
  133. package/dist/esm/{index-43541c5f.js → index-801eebfb.js} +4 -1
  134. package/dist/esm/loader.js +2 -2
  135. package/dist/types/components/biggive-accordion/biggive-accordion.d.ts +12 -0
  136. package/dist/types/components/biggive-accordion/biggive-accordion.stories.d.ts +28 -0
  137. package/dist/types/components/biggive-accordion-entry/biggive-accordion-entry.d.ts +5 -0
  138. package/dist/types/components/biggive-basic-card/biggive-basic-card.d.ts +8 -50
  139. package/dist/types/components/biggive-carousel/biggive-carousel.d.ts +18 -0
  140. package/dist/types/components/biggive-carousel/biggive-carousel.stories.d.ts +35 -0
  141. package/dist/types/components/biggive-hero-image/biggive-hero-image.d.ts +14 -8
  142. package/dist/types/components/biggive-quote/biggive-quote.d.ts +5 -14
  143. package/dist/types/components/biggive-tab/biggive-tab.d.ts +0 -3
  144. package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.d.ts +18 -8
  145. package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.stories.d.ts +36 -1
  146. package/dist/types/components/biggive-table/biggive-table.d.ts +2 -1
  147. package/dist/types/components/biggive-timeline/biggive-timeline.d.ts +27 -0
  148. package/dist/types/components/biggive-timeline/biggive-timeline.stories.d.ts +91 -0
  149. package/dist/types/components/biggive-timeline-entry/biggive-timeline-entry.d.ts +8 -0
  150. package/dist/types/components/biggive-tipping-slider/biggive-tipping-slider.d.ts +14 -0
  151. package/dist/types/components/biggive-tipping-slider/biggive-tipping-slider.stories.d.ts +45 -0
  152. package/dist/types/components.d.ts +194 -164
  153. package/hydrate/index.js +498 -27
  154. package/package.json +1 -1
  155. package/dist/biggive/p-13f4a2c4.entry.js +0 -1
  156. package/dist/biggive/p-34cfc5da.entry.js +0 -1
  157. package/dist/biggive/p-52bb0267.entry.js +0 -1
  158. package/dist/biggive/p-53189bc6.entry.js +0 -1
  159. package/dist/biggive/p-5a38b219.entry.js +0 -1
  160. package/dist/biggive/p-64a544fa.entry.js +0 -1
  161. package/dist/biggive/p-95bd7f7a.entry.js +0 -1
  162. package/dist/biggive/p-99f18976.entry.js +0 -1
  163. package/dist/biggive/p-a0941518.entry.js +0 -1
  164. package/dist/biggive/p-d8432f12.entry.js +0 -1
  165. package/dist/biggive/p-ee1c5baf.entry.js +0 -1
  166. package/dist/cjs/biggive-tab.cjs.entry.js +0 -20
  167. package/dist/cjs/biggive-tabbed-content.cjs.entry.js +0 -21
  168. package/dist/esm/biggive-tab.entry.js +0 -16
  169. package/dist/esm/biggive-tabbed-content.entry.js +0 -17
@@ -17,6 +17,7 @@ const Template = args => `
17
17
  slug="${args.slug}"
18
18
  slug-colour="${args.slugColour}"
19
19
  logo="${args.logo}"
20
+ logo-height="${args.logoHeight}"
20
21
  logo-alt-text="${args.logoAltText}"
21
22
  main-image="${args.mainImage}"
22
23
  main-image-align-horizontal="${args.mainImageAlignHorizontal}"
@@ -37,6 +38,7 @@ HeroImageComponent.args = {
37
38
  slug: 'Test slug',
38
39
  slugColour: null,
39
40
  logo: 'https://media.istockphoto.com/vectors/childish-seamless-dotted-pattern-with-colorful-doodle-letters-fun-vector-id1208462693',
41
+ logoHeight: 'medium',
40
42
  logoAltText: 'Logo description',
41
43
  mainImage: 'https://media.istockphoto.com/vectors/childish-seamless-dotted-pattern-with-colorful-doodle-letters-fun-vector-id1208462693',
42
44
  mainImageAlignHorizontal: 'center',
@@ -69,6 +69,26 @@ a:hover {
69
69
  color: #000000;
70
70
  }
71
71
 
72
+ .text-colour-hover-grey-extra-light:hover,
73
+ .text-colour-grey-extra-light {
74
+ color: #D7D7D7;
75
+ }
76
+
77
+ .text-colour-hover-grey-light:hover,
78
+ .text-colour-grey-light {
79
+ color: #E8E8E8;
80
+ }
81
+
82
+ .text-colour-hover-grey-medium:hover,
83
+ .text-colour-grey-medium {
84
+ color: #8A8A8A;
85
+ }
86
+
87
+ .text-colour-hover-grey-dark:hover,
88
+ .text-colour-grey-dark {
89
+ color: #4A4A4A;
90
+ }
91
+
72
92
  :host {
73
93
  display: contents;
74
94
  }
@@ -64,6 +64,31 @@ a:hover {
64
64
  background-color: #000000;
65
65
  }
66
66
 
67
+ .background-colour-hover-white:hover,
68
+ .background-colour-white {
69
+ background-color: #FFFFFF;
70
+ }
71
+
72
+ .background-colour-hover-grey-extra-light:hover,
73
+ .background-colour-grey-extra-light {
74
+ background-color: #D7D7D7;
75
+ }
76
+
77
+ .background-colour-hover-grey-light:hover,
78
+ .background-colour-grey-light {
79
+ background-color: #E8E8E8;
80
+ }
81
+
82
+ .background-colour-hover-grey-medium:hover,
83
+ .background-colour-grey-medium {
84
+ background-color: #8A8A8A;
85
+ }
86
+
87
+ .background-colour-hover-grey-dark:hover,
88
+ .background-colour-grey-dark {
89
+ background-color: #4A4A4A;
90
+ }
91
+
67
92
  .fill-primary {
68
93
  fill: #2C089B;
69
94
  }
@@ -112,6 +137,22 @@ a:hover {
112
137
  fill: #000000;
113
138
  }
114
139
 
140
+ .fill-grey-extra-light {
141
+ fill: #D7D7D7;
142
+ }
143
+
144
+ .fill-grey-light {
145
+ fill: #E8E8E8;
146
+ }
147
+
148
+ .fill-grey-medium {
149
+ fill: #8A8A8A;
150
+ }
151
+
152
+ .fill-grey-dark {
153
+ fill: #4A4A4A;
154
+ }
155
+
115
156
  .fill-red {
116
157
  fill: red;
117
158
  }
@@ -195,6 +236,30 @@ a:hover {
195
236
  .misc-icon-item.colour-scheme-black svg {
196
237
  fill: #FFFFFF;
197
238
  }
239
+ .misc-icon-item.colour-scheme-black {
240
+ background-color: #D7D7D7;
241
+ }
242
+ .misc-icon-item.colour-scheme-black svg {
243
+ fill: #D7D7D7;
244
+ }
245
+ .misc-icon-item.colour-scheme-black {
246
+ background-color: #E8E8E8;
247
+ }
248
+ .misc-icon-item.colour-scheme-black svg {
249
+ fill: #E8E8E8;
250
+ }
251
+ .misc-icon-item.colour-scheme-black {
252
+ background-color: #8A8A8A;
253
+ }
254
+ .misc-icon-item.colour-scheme-black svg {
255
+ fill: #8A8A8A;
256
+ }
257
+ .misc-icon-item.colour-scheme-black {
258
+ background-color: #4A4A4A;
259
+ }
260
+ .misc-icon-item.colour-scheme-black svg {
261
+ fill: #4A4A4A;
262
+ }
198
263
  .misc-icon-item:hover {
199
264
  background-color: #FFFFFF;
200
265
  }
@@ -291,6 +356,30 @@ a:hover {
291
356
  .misc-icon-item.colour-scheme-black svg {
292
357
  fill: #FFFFFF;
293
358
  }
359
+ .misc-icon-item.colour-scheme-black {
360
+ background-color: #D7D7D7;
361
+ }
362
+ .misc-icon-item.colour-scheme-black svg {
363
+ fill: #D7D7D7;
364
+ }
365
+ .misc-icon-item.colour-scheme-black {
366
+ background-color: #E8E8E8;
367
+ }
368
+ .misc-icon-item.colour-scheme-black svg {
369
+ fill: #E8E8E8;
370
+ }
371
+ .misc-icon-item.colour-scheme-black {
372
+ background-color: #8A8A8A;
373
+ }
374
+ .misc-icon-item.colour-scheme-black svg {
375
+ fill: #8A8A8A;
376
+ }
377
+ .misc-icon-item.colour-scheme-black {
378
+ background-color: #4A4A4A;
379
+ }
380
+ .misc-icon-item.colour-scheme-black svg {
381
+ fill: #4A4A4A;
382
+ }
294
383
  .misc-icon-item:hover {
295
384
  background-color: #FFFFFF;
296
385
  }
@@ -125,6 +125,26 @@ a:hover {
125
125
  color: #000000;
126
126
  }
127
127
 
128
+ .text-colour-hover-grey-extra-light:hover,
129
+ .text-colour-grey-extra-light {
130
+ color: #D7D7D7;
131
+ }
132
+
133
+ .text-colour-hover-grey-light:hover,
134
+ .text-colour-grey-light {
135
+ color: #E8E8E8;
136
+ }
137
+
138
+ .text-colour-hover-grey-medium:hover,
139
+ .text-colour-grey-medium {
140
+ color: #8A8A8A;
141
+ }
142
+
143
+ .text-colour-hover-grey-dark:hover,
144
+ .text-colour-grey-dark {
145
+ color: #4A4A4A;
146
+ }
147
+
128
148
  :host {
129
149
  display: contents;
130
150
  }
@@ -153,6 +173,51 @@ a:hover {
153
173
  .container .quote {
154
174
  margin-bottom: 30px;
155
175
  }
176
+ .container.quote-icon-colour-primary .image-wrap path {
177
+ fill: #2C089B;
178
+ }
179
+ .container.quote-icon-colour-secondary .image-wrap path {
180
+ fill: #2AF135;
181
+ }
182
+ .container.quote-icon-colour-tertiary .image-wrap path {
183
+ fill: #FF7272;
184
+ }
185
+ .container.quote-icon-colour-brand-1 .image-wrap path {
186
+ fill: #B30510;
187
+ }
188
+ .container.quote-icon-colour-brand-2 .image-wrap path {
189
+ fill: #6E0887;
190
+ }
191
+ .container.quote-icon-colour-brand-3 .image-wrap path {
192
+ fill: #50B400;
193
+ }
194
+ .container.quote-icon-colour-brand-4 .image-wrap path {
195
+ fill: #FFE500;
196
+ }
197
+ .container.quote-icon-colour-brand-5 .image-wrap path {
198
+ fill: #F07D00;
199
+ }
200
+ .container.quote-icon-colour-brand-6 .image-wrap path {
201
+ fill: #62CFC9;
202
+ }
203
+ .container.quote-icon-colour-white .image-wrap path {
204
+ fill: #FFFFFF;
205
+ }
206
+ .container.quote-icon-colour-black .image-wrap path {
207
+ fill: #000000;
208
+ }
209
+ .container.quote-icon-colour-grey-extra-light .image-wrap path {
210
+ fill: #D7D7D7;
211
+ }
212
+ .container.quote-icon-colour-grey-light .image-wrap path {
213
+ fill: #E8E8E8;
214
+ }
215
+ .container.quote-icon-colour-grey-medium .image-wrap path {
216
+ fill: #8A8A8A;
217
+ }
218
+ .container.quote-icon-colour-grey-dark .image-wrap path {
219
+ fill: #4A4A4A;
220
+ }
156
221
  @media screen and (max-width: 768px) {
157
222
  .container {
158
223
  padding: 45px;
@@ -5,9 +5,10 @@ export class BiggiveQuote {
5
5
  this.defaultTextColour = 'black';
6
6
  this.quote = '';
7
7
  this.attribution = '';
8
+ this.quoteIconColour = 'primary';
8
9
  }
9
10
  render() {
10
- return (h("div", { class: 'container text-colour-' + this.defaultTextColour + ' space-below-' + this.spaceBelow }, h("div", { class: "image-wrap" }, h("svg", { width: "34", height: "24", viewBox: "0 0 34 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "M16.1245 0L13.7167 24H0L11.0901 0H16.1245ZM34 0L31.5923 24H17.8755L28.9657 0H34Z", fill: "#2C089B" }))), h("div", { class: "quote" }, "\u201C", this.quote, "\u201D"), h("div", { class: "attribution" }, " - ", this.attribution)));
11
+ return (h("div", { class: 'container text-colour-' + this.defaultTextColour + ' quote-icon-colour-' + this.quoteIconColour + ' space-below-' + this.spaceBelow }, h("div", { class: "image-wrap" }, h("svg", { width: "34", height: "24", viewBox: "0 0 34 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "M16.1245 0L13.7167 24H0L11.0901 0H16.1245ZM34 0L31.5923 24H17.8755L28.9657 0H34Z", fill: "#2C089B" }))), h("div", { class: "quote" }, "\u201C", this.quote, "\u201D"), h("div", { class: "attribution" }, " - ", this.attribution)));
11
12
  }
12
13
  static get is() { return "biggive-quote"; }
13
14
  static get encapsulation() { return "shadow"; }
@@ -27,15 +28,20 @@ export class BiggiveQuote {
27
28
  "type": "number",
28
29
  "mutable": false,
29
30
  "complexType": {
30
- "original": "number",
31
- "resolved": "number",
32
- "references": {}
31
+ "original": "spacingOption",
32
+ "resolved": "0 | 1 | 2 | 3 | 4 | 5 | 6",
33
+ "references": {
34
+ "spacingOption": {
35
+ "location": "import",
36
+ "path": "../../globals/spacing-option"
37
+ }
38
+ }
33
39
  },
34
40
  "required": false,
35
41
  "optional": false,
36
42
  "docs": {
37
43
  "tags": [],
38
- "text": "Space below component"
44
+ "text": ""
39
45
  },
40
46
  "attribute": "space-below",
41
47
  "reflect": false,
@@ -45,15 +51,20 @@ export class BiggiveQuote {
45
51
  "type": "string",
46
52
  "mutable": false,
47
53
  "complexType": {
48
- "original": "string",
49
- "resolved": "string",
50
- "references": {}
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\"",
56
+ "references": {
57
+ "brandColour": {
58
+ "location": "import",
59
+ "path": "../../globals/brand-colour"
60
+ }
61
+ }
51
62
  },
52
63
  "required": false,
53
64
  "optional": false,
54
65
  "docs": {
55
66
  "tags": [],
56
- "text": "Default text colour"
67
+ "text": ""
57
68
  },
58
69
  "attribute": "default-text-colour",
59
70
  "reflect": false,
@@ -71,7 +82,7 @@ export class BiggiveQuote {
71
82
  "optional": false,
72
83
  "docs": {
73
84
  "tags": [],
74
- "text": "Quote text"
85
+ "text": ""
75
86
  },
76
87
  "attribute": "quote",
77
88
  "reflect": false,
@@ -89,11 +100,34 @@ export class BiggiveQuote {
89
100
  "optional": false,
90
101
  "docs": {
91
102
  "tags": [],
92
- "text": "Attribution text"
103
+ "text": ""
93
104
  },
94
105
  "attribute": "attribution",
95
106
  "reflect": false,
96
107
  "defaultValue": "''"
108
+ },
109
+ "quoteIconColour": {
110
+ "type": "string",
111
+ "mutable": false,
112
+ "complexType": {
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\"",
115
+ "references": {
116
+ "brandColour": {
117
+ "location": "import",
118
+ "path": "../../globals/brand-colour"
119
+ }
120
+ }
121
+ },
122
+ "required": false,
123
+ "optional": false,
124
+ "docs": {
125
+ "tags": [],
126
+ "text": ""
127
+ },
128
+ "attribute": "quote-icon-colour",
129
+ "reflect": false,
130
+ "defaultValue": "'primary'"
97
131
  }
98
132
  };
99
133
  }
@@ -64,6 +64,31 @@ a:hover {
64
64
  background-color: #000000;
65
65
  }
66
66
 
67
+ .background-colour-hover-white:hover,
68
+ .background-colour-white {
69
+ background-color: #FFFFFF;
70
+ }
71
+
72
+ .background-colour-hover-grey-extra-light:hover,
73
+ .background-colour-grey-extra-light {
74
+ background-color: #D7D7D7;
75
+ }
76
+
77
+ .background-colour-hover-grey-light:hover,
78
+ .background-colour-grey-light {
79
+ background-color: #E8E8E8;
80
+ }
81
+
82
+ .background-colour-hover-grey-medium:hover,
83
+ .background-colour-grey-medium {
84
+ background-color: #8A8A8A;
85
+ }
86
+
87
+ .background-colour-hover-grey-dark:hover,
88
+ .background-colour-grey-dark {
89
+ background-color: #4A4A4A;
90
+ }
91
+
67
92
  .fill-primary {
68
93
  fill: #2C089B;
69
94
  }
@@ -112,6 +137,22 @@ a:hover {
112
137
  fill: #000000;
113
138
  }
114
139
 
140
+ .fill-grey-extra-light {
141
+ fill: #D7D7D7;
142
+ }
143
+
144
+ .fill-grey-light {
145
+ fill: #E8E8E8;
146
+ }
147
+
148
+ .fill-grey-medium {
149
+ fill: #8A8A8A;
150
+ }
151
+
152
+ .fill-grey-dark {
153
+ fill: #4A4A4A;
154
+ }
155
+
115
156
  .fill-red {
116
157
  fill: red;
117
158
  }
@@ -196,6 +237,30 @@ a:hover {
196
237
  .social-icon-item.colour-scheme-black svg {
197
238
  fill: #FFFFFF;
198
239
  }
240
+ .social-icon-item.colour-scheme-black {
241
+ background-color: #D7D7D7;
242
+ }
243
+ .social-icon-item.colour-scheme-black svg {
244
+ fill: #D7D7D7;
245
+ }
246
+ .social-icon-item.colour-scheme-black {
247
+ background-color: #E8E8E8;
248
+ }
249
+ .social-icon-item.colour-scheme-black svg {
250
+ fill: #E8E8E8;
251
+ }
252
+ .social-icon-item.colour-scheme-black {
253
+ background-color: #8A8A8A;
254
+ }
255
+ .social-icon-item.colour-scheme-black svg {
256
+ fill: #8A8A8A;
257
+ }
258
+ .social-icon-item.colour-scheme-black {
259
+ background-color: #4A4A4A;
260
+ }
261
+ .social-icon-item.colour-scheme-black svg {
262
+ fill: #4A4A4A;
263
+ }
199
264
  .social-icon-item:hover {
200
265
  background-color: #FFFFFF;
201
266
  }
@@ -294,6 +359,30 @@ a:hover {
294
359
  .social-icon-item.colour-scheme-black svg {
295
360
  fill: #FFFFFF;
296
361
  }
362
+ .social-icon-item.colour-scheme-black {
363
+ background-color: #D7D7D7;
364
+ }
365
+ .social-icon-item.colour-scheme-black svg {
366
+ fill: #D7D7D7;
367
+ }
368
+ .social-icon-item.colour-scheme-black {
369
+ background-color: #E8E8E8;
370
+ }
371
+ .social-icon-item.colour-scheme-black svg {
372
+ fill: #E8E8E8;
373
+ }
374
+ .social-icon-item.colour-scheme-black {
375
+ background-color: #8A8A8A;
376
+ }
377
+ .social-icon-item.colour-scheme-black svg {
378
+ fill: #8A8A8A;
379
+ }
380
+ .social-icon-item.colour-scheme-black {
381
+ background-color: #4A4A4A;
382
+ }
383
+ .social-icon-item.colour-scheme-black svg {
384
+ fill: #4A4A4A;
385
+ }
297
386
  .social-icon-item:hover {
298
387
  background-color: #FFFFFF;
299
388
  }
@@ -391,6 +480,30 @@ a:hover {
391
480
  .social-icon-item.wide.colour-scheme-black svg {
392
481
  fill: #FFFFFF;
393
482
  }
483
+ .social-icon-item.wide.colour-scheme-black {
484
+ background-color: #D7D7D7;
485
+ }
486
+ .social-icon-item.wide.colour-scheme-black svg {
487
+ fill: #D7D7D7;
488
+ }
489
+ .social-icon-item.wide.colour-scheme-black {
490
+ background-color: #E8E8E8;
491
+ }
492
+ .social-icon-item.wide.colour-scheme-black svg {
493
+ fill: #E8E8E8;
494
+ }
495
+ .social-icon-item.wide.colour-scheme-black {
496
+ background-color: #8A8A8A;
497
+ }
498
+ .social-icon-item.wide.colour-scheme-black svg {
499
+ fill: #8A8A8A;
500
+ }
501
+ .social-icon-item.wide.colour-scheme-black {
502
+ background-color: #4A4A4A;
503
+ }
504
+ .social-icon-item.wide.colour-scheme-black svg {
505
+ fill: #4A4A4A;
506
+ }
394
507
  .social-icon-item.wide:hover {
395
508
  background-color: #FFFFFF;
396
509
  }
@@ -4,7 +4,7 @@ export class BiggiveTab {
4
4
  this.tabTitle = '';
5
5
  }
6
6
  render() {
7
- return (h("div", { class: "container" }, h("div", { class: "title" }, this.tabTitle), h("div", { class: "content" }, h("slot", null))));
7
+ return (h("div", { class: "container" }, h("slot", null)));
8
8
  }
9
9
  static get is() { return "biggive-tab"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -32,7 +32,7 @@ export class BiggiveTab {
32
32
  "optional": false,
33
33
  "docs": {
34
34
  "tags": [],
35
- "text": "Title"
35
+ "text": ""
36
36
  },
37
37
  "attribute": "tab-title",
38
38
  "reflect": false,