@biggive/components 202307200905.0.0 → 202307271559.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 (109) hide show
  1. package/dist/biggive/biggive.esm.js +1 -1
  2. package/dist/biggive/{p-0d3008a2.entry.js → p-4ac3c59d.entry.js} +1 -1
  3. package/dist/biggive/p-5ff6d84f.entry.js +1 -0
  4. package/dist/biggive/p-a70e0902.entry.js +1 -0
  5. package/dist/biggive/p-b878559d.entry.js +1 -0
  6. package/dist/biggive/{p-9946cc08.entry.js → p-c0f333bc.entry.js} +1 -1
  7. package/dist/biggive/{p-e5f630d1.entry.js → p-e0041d91.entry.js} +1 -1
  8. package/dist/biggive/{p-50d9a75b.entry.js → p-e1f37ddb.entry.js} +1 -1
  9. package/dist/cjs/biggive-accordion_42.cjs.entry.js +27 -28
  10. package/dist/cjs/biggive-basic-card.cjs.entry.js +2 -3
  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 +57 -0
  15. package/dist/cjs/biggive-table.cjs.entry.js +1 -1
  16. package/dist/cjs/biggive.cjs.js +1 -1
  17. package/dist/cjs/loader.cjs.js +1 -1
  18. package/dist/collection/collection-manifest.json +1 -0
  19. package/dist/collection/components/biggive-accordion/biggive-accordion.css +4 -4
  20. package/dist/collection/components/biggive-article-card/biggive-article-card.css +11 -12
  21. package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +5 -14
  22. package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +1 -20
  23. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +4 -4
  24. package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +9 -9
  25. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +1 -1
  26. package/dist/collection/components/biggive-button/biggive-button.css +5 -5
  27. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +1 -1
  28. package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +1 -1
  29. package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.css +1 -1
  30. package/dist/collection/components/biggive-carousel/biggive-carousel.css +1 -1
  31. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +4 -4
  32. package/dist/collection/components/biggive-form-field-text-input/biggive-text-input.js +1 -19
  33. package/dist/collection/components/biggive-form-field-text-input/biggive-text-input.stories.js +25 -0
  34. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +1 -4
  35. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.js +1 -1
  36. package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.css +6 -6
  37. package/dist/collection/components/biggive-heading/biggive-heading.css +2 -2
  38. package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +2 -2
  39. package/dist/collection/components/biggive-icon-button/biggive-icon-button.css +4 -4
  40. package/dist/collection/components/biggive-image-button/biggive-image-button.css +3 -3
  41. package/dist/collection/components/biggive-image-card/biggive-image-card.css +496 -0
  42. package/dist/collection/components/biggive-image-card/biggive-image-card.js +481 -0
  43. package/dist/collection/components/biggive-image-card/biggive-image-card.stories.js +80 -0
  44. package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +1 -1
  45. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +6 -6
  46. package/dist/collection/components/biggive-page-section/biggive-page-section.css +1 -1
  47. package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.css +1 -1
  48. package/dist/collection/components/biggive-quote/biggive-quote.css +2 -2
  49. package/dist/collection/components/biggive-sheet/biggive-sheet.css +4 -4
  50. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +8 -8
  51. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +54 -9
  52. package/dist/collection/components/biggive-table/biggive-table.css +12 -6
  53. package/dist/collection/components/biggive-timeline/biggive-timeline.css +13 -13
  54. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +2 -2
  55. package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +1 -1
  56. package/dist/components/biggive-accordion.js +1 -1
  57. package/dist/components/biggive-article-card.js +1 -1
  58. package/dist/components/biggive-basic-card.js +2 -4
  59. package/dist/components/biggive-beneficiary-icon.js +1 -1
  60. package/dist/components/biggive-biography-card.js +1 -1
  61. package/dist/components/biggive-boxed-content.js +1 -1
  62. package/dist/components/biggive-button2.js +1 -1
  63. package/dist/components/biggive-call-to-action.js +1 -1
  64. package/dist/components/biggive-campaign-card.js +1 -1
  65. package/dist/components/biggive-campaign-highlights.js +1 -1
  66. package/dist/components/biggive-carousel2.js +1 -1
  67. package/dist/components/biggive-category-icon.js +1 -1
  68. package/dist/components/biggive-formatted-text.js +2 -2
  69. package/dist/components/biggive-generic-icon2.js +1 -1
  70. package/dist/components/biggive-heading.js +1 -1
  71. package/dist/components/biggive-hero-image.js +1 -1
  72. package/dist/components/biggive-icon-button.js +1 -1
  73. package/dist/components/biggive-image-button.js +1 -1
  74. package/dist/components/biggive-image-card.d.ts +11 -0
  75. package/dist/components/biggive-image-card.js +100 -0
  76. package/dist/components/biggive-image-feature.js +1 -1
  77. package/dist/components/biggive-misc-icon2.js +1 -1
  78. package/dist/components/biggive-page-section.js +1 -1
  79. package/dist/components/biggive-progress-bar2.js +1 -1
  80. package/dist/components/biggive-quote.js +1 -1
  81. package/dist/components/biggive-sheet.js +1 -1
  82. package/dist/components/biggive-social-icon2.js +1 -1
  83. package/dist/components/biggive-tabbed-content.js +1 -1
  84. package/dist/components/biggive-table.js +1 -1
  85. package/dist/components/biggive-text-input.js +2 -4
  86. package/dist/components/biggive-timeline.js +1 -1
  87. package/dist/components/biggive-totalizer.js +1 -1
  88. package/dist/components/biggive-video-feature.js +1 -1
  89. package/dist/components/index.d.ts +1 -0
  90. package/dist/components/index.js +1 -0
  91. package/dist/esm/biggive-accordion_42.entry.js +27 -28
  92. package/dist/esm/biggive-basic-card.entry.js +2 -3
  93. package/dist/esm/biggive-beneficiary-icon.entry.js +1 -1
  94. package/dist/esm/biggive-boxed-content.entry.js +1 -1
  95. package/dist/esm/biggive-category-icon.entry.js +1 -1
  96. package/dist/esm/biggive-image-card.entry.js +53 -0
  97. package/dist/esm/biggive-table.entry.js +1 -1
  98. package/dist/esm/biggive.js +1 -1
  99. package/dist/esm/loader.js +1 -1
  100. package/dist/types/components/biggive-basic-card/biggive-basic-card.d.ts +0 -1
  101. package/dist/types/components/biggive-form-field-text-input/biggive-text-input.d.ts +0 -4
  102. package/dist/types/components/biggive-form-field-text-input/biggive-text-input.stories.d.ts +5 -0
  103. package/dist/types/components/biggive-image-card/biggive-image-card.d.ts +27 -0
  104. package/dist/types/components/biggive-image-card/biggive-image-card.stories.d.ts +52 -0
  105. package/dist/types/components.d.ts +57 -10
  106. package/hydrate/index.js +116 -38
  107. package/package.json +1 -1
  108. package/dist/biggive/p-25a791f1.entry.js +0 -1
  109. package/dist/biggive/p-ceb0433f.entry.js +0 -1
@@ -0,0 +1,496 @@
1
+ /**
2
+ * @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
3
+ */
4
+ a {
5
+ color: inherit;
6
+ text-decoration: underline;
7
+ }
8
+ a:hover {
9
+ text-decoration: none;
10
+ }
11
+
12
+ .background-colour-hover-primary:hover,
13
+ .background-colour-primary {
14
+ background-color: #2C089B;
15
+ }
16
+
17
+ .background-colour-hover-secondary:hover,
18
+ .background-colour-secondary {
19
+ background-color: #2AF135;
20
+ }
21
+
22
+ .background-colour-hover-tertiary:hover,
23
+ .background-colour-tertiary {
24
+ background-color: #FF7272;
25
+ }
26
+
27
+ .background-colour-hover-brand-1:hover,
28
+ .background-colour-brand-1 {
29
+ background-color: #B30510;
30
+ }
31
+
32
+ .background-colour-hover-brand-2:hover,
33
+ .background-colour-brand-2 {
34
+ background-color: #6E0887;
35
+ }
36
+
37
+ .background-colour-hover-brand-3:hover,
38
+ .background-colour-brand-3 {
39
+ background-color: #50B400;
40
+ }
41
+
42
+ .background-colour-hover-brand-4:hover,
43
+ .background-colour-brand-4 {
44
+ background-color: #FFE500;
45
+ }
46
+
47
+ .background-colour-hover-brand-5:hover,
48
+ .background-colour-brand-5 {
49
+ background-color: #F07D00;
50
+ }
51
+
52
+ .background-colour-hover-brand-6:hover,
53
+ .background-colour-brand-6 {
54
+ background-color: #62CFC9;
55
+ }
56
+
57
+ .background-colour-hover-white:hover,
58
+ .background-colour-white {
59
+ background-color: #FFFFFF;
60
+ }
61
+
62
+ .background-colour-hover-black:hover,
63
+ .background-colour-black {
64
+ background-color: #000000;
65
+ }
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: #F6F6F6;
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
+
92
+ .image-wrap img {
93
+ width: 100%;
94
+ height: auto;
95
+ }
96
+
97
+ .space-above-0 {
98
+ margin-top: 0;
99
+ }
100
+
101
+ .space-above-1 {
102
+ margin-top: 5px;
103
+ }
104
+
105
+ .space-above-2 {
106
+ margin-top: 10px;
107
+ }
108
+
109
+ .space-above-3 {
110
+ margin-top: 15px;
111
+ }
112
+
113
+ .space-above-4 {
114
+ margin-top: 30px;
115
+ }
116
+
117
+ .space-above-5 {
118
+ margin-top: 45px;
119
+ }
120
+
121
+ .space-above-6 {
122
+ margin-top: 60px;
123
+ }
124
+
125
+ .space-below-0 {
126
+ margin-bottom: 0;
127
+ }
128
+
129
+ .space-below-1 {
130
+ margin-bottom: 5px;
131
+ }
132
+
133
+ .space-below-2 {
134
+ margin-bottom: 10px;
135
+ }
136
+
137
+ .space-below-3 {
138
+ margin-bottom: 15px;
139
+ }
140
+
141
+ .space-below-4 {
142
+ margin-bottom: 30px;
143
+ }
144
+
145
+ .space-below-5 {
146
+ margin-bottom: 45px;
147
+ }
148
+
149
+ .space-below-6 {
150
+ margin-bottom: 60px;
151
+ }
152
+
153
+ .text-colour-hover-primary:hover,
154
+ .text-colour-primary {
155
+ color: #2C089B;
156
+ }
157
+
158
+ .text-colour-hover-secondary:hover,
159
+ .text-colour-secondary {
160
+ color: #2AF135;
161
+ }
162
+
163
+ .text-colour-hover-tertiary:hover,
164
+ .text-colour-tertiary {
165
+ color: #FF7272;
166
+ }
167
+
168
+ .text-colour-hover-brand-1:hover,
169
+ .text-colour-brand-1 {
170
+ color: #B30510;
171
+ }
172
+
173
+ .text-colour-hover-brand-2:hover,
174
+ .text-colour-brand-2 {
175
+ color: #6E0887;
176
+ }
177
+
178
+ .text-colour-hover-brand-3:hover,
179
+ .text-colour-brand-3 {
180
+ color: #50B400;
181
+ }
182
+
183
+ .text-colour-hover-brand-4:hover,
184
+ .text-colour-brand-4 {
185
+ color: #FFE500;
186
+ }
187
+
188
+ .text-colour-hover-brand-5:hover,
189
+ .text-colour-brand-5 {
190
+ color: #F07D00;
191
+ }
192
+
193
+ .text-colour-hover-brand-6:hover,
194
+ .text-colour-brand-6 {
195
+ color: #CBC8C8;
196
+ }
197
+
198
+ .text-colour-hover-white:hover,
199
+ .text-colour-white {
200
+ color: #FFFFFF;
201
+ }
202
+
203
+ .text-colour-hover-black:hover,
204
+ .text-colour-black {
205
+ color: #000000;
206
+ }
207
+
208
+ .text-colour-hover-grey-extra-light:hover,
209
+ .text-colour-grey-extra-light {
210
+ color: #D7D7D7;
211
+ }
212
+
213
+ .text-colour-hover-grey-light:hover,
214
+ .text-colour-grey-light {
215
+ color: #F6F6F6;
216
+ }
217
+
218
+ .text-colour-hover-grey-medium:hover,
219
+ .text-colour-grey-medium {
220
+ color: #8A8A8A;
221
+ }
222
+
223
+ .text-colour-hover-grey-dark:hover,
224
+ .text-colour-grey-dark {
225
+ color: #4A4A4A;
226
+ }
227
+
228
+ :host {
229
+ display: contents;
230
+ }
231
+
232
+ .align-right {
233
+ text-align: right;
234
+ }
235
+
236
+ .container {
237
+ height: 100%;
238
+ width: 100%;
239
+ font-family: "Euclid Triangle", sans-serif;
240
+ font-size: 17px;
241
+ line-height: 24px;
242
+ position: relative;
243
+ text-align: left;
244
+ }
245
+ .container .sleeve {
246
+ height: 100%;
247
+ box-sizing: border-box;
248
+ background-size: cover;
249
+ padding: 15px 15px 10px 15px;
250
+ }
251
+ .container .sleeve .content-wrap {
252
+ height: 100%;
253
+ display: flex;
254
+ flex-direction: column;
255
+ }
256
+ .container .meta {
257
+ margin-bottom: 10px;
258
+ }
259
+ .container .meta .slug {
260
+ font-size: 11px;
261
+ line-height: 14px;
262
+ margin-bottom: 5px;
263
+ }
264
+ .container .meta .date {
265
+ font-size: 11px;
266
+ line-height: 14px;
267
+ margin-bottom: 5px;
268
+ }
269
+ .container h3 {
270
+ font-size: 20px;
271
+ line-height: 24px;
272
+ font-weight: bold;
273
+ padding-bottom: 10px;
274
+ margin-bottom: auto;
275
+ margin-top: 5px;
276
+ }
277
+ .container h3 a,
278
+ .container h3 a:hover {
279
+ text-decoration: none;
280
+ }
281
+ .container .main-image-container img {
282
+ width: 100%;
283
+ height: auto;
284
+ display: inline-block;
285
+ }
286
+ .container .image-group {
287
+ display: flex;
288
+ margin-bottom: 15px;
289
+ }
290
+ .container .image-group .image-container {
291
+ margin-right: 15px;
292
+ }
293
+ .container .image-group .image-container .image-wrap {
294
+ border-radius: 50%;
295
+ width: 60px;
296
+ height: 60px;
297
+ background-size: cover;
298
+ background-position: center center;
299
+ margin-bottom: 5px;
300
+ }
301
+ .container .image-group .image-container .image-wrap img {
302
+ display: none;
303
+ }
304
+ .container .image-label {
305
+ font-size: 11px;
306
+ line-height: 14px;
307
+ }
308
+ .container .clip-bottom-left-corner-false.clip-top-right-corner-true {
309
+ clip-path: polygon(0% 0%, 0% 0%, calc(100% - 50px) 0%, 100% 50px, 100% 100%, 100% 100%, 0% 100%, 0 100%);
310
+ }
311
+ .container .clip-bottom-left-corner-true.clip-top-right-corner-false {
312
+ clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px));
313
+ }
314
+ .container .clip-bottom-left-corner-true.clip-top-right-corner-true {
315
+ clip-path: polygon(0% 0%, 0% 0%, calc(100% - 50px) 0%, 100% 50px, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px));
316
+ }
317
+ .container .main-title-colour-primary h3 {
318
+ color: #2C089B;
319
+ }
320
+ .container .slug-colour-primary .slug {
321
+ color: #2C089B;
322
+ }
323
+ .container .date-colour-primary .date {
324
+ color: #2C089B;
325
+ }
326
+ .container .image-label-colour-primary .image-label {
327
+ color: #2C089B;
328
+ }
329
+ .container .main-title-colour-secondary h3 {
330
+ color: #2AF135;
331
+ }
332
+ .container .slug-colour-secondary .slug {
333
+ color: #2AF135;
334
+ }
335
+ .container .date-colour-secondary .date {
336
+ color: #2AF135;
337
+ }
338
+ .container .image-label-colour-secondary .image-label {
339
+ color: #2AF135;
340
+ }
341
+ .container .main-title-colour-tertiary h3 {
342
+ color: #FF7272;
343
+ }
344
+ .container .slug-colour-tertiary .slug {
345
+ color: #FF7272;
346
+ }
347
+ .container .date-colour-tertiary .date {
348
+ color: #FF7272;
349
+ }
350
+ .container .image-label-colour-tertiary .image-label {
351
+ color: #FF7272;
352
+ }
353
+ .container .main-title-colour-brand-1 h3 {
354
+ color: #B30510;
355
+ }
356
+ .container .slug-colour-brand-1 .slug {
357
+ color: #B30510;
358
+ }
359
+ .container .date-colour-brand-1 .date {
360
+ color: #B30510;
361
+ }
362
+ .container .image-label-colour-brand-1 .image-label {
363
+ color: #B30510;
364
+ }
365
+ .container .main-title-colour-brand-2 h3 {
366
+ color: #6E0887;
367
+ }
368
+ .container .slug-colour-brand-2 .slug {
369
+ color: #6E0887;
370
+ }
371
+ .container .date-colour-brand-2 .date {
372
+ color: #6E0887;
373
+ }
374
+ .container .image-label-colour-brand-2 .image-label {
375
+ color: #6E0887;
376
+ }
377
+ .container .main-title-colour-brand-3 h3 {
378
+ color: #50B400;
379
+ }
380
+ .container .slug-colour-brand-3 .slug {
381
+ color: #50B400;
382
+ }
383
+ .container .date-colour-brand-3 .date {
384
+ color: #50B400;
385
+ }
386
+ .container .image-label-colour-brand-3 .image-label {
387
+ color: #50B400;
388
+ }
389
+ .container .main-title-colour-brand-4 h3 {
390
+ color: #FFE500;
391
+ }
392
+ .container .slug-colour-brand-4 .slug {
393
+ color: #FFE500;
394
+ }
395
+ .container .date-colour-brand-4 .date {
396
+ color: #FFE500;
397
+ }
398
+ .container .image-label-colour-brand-4 .image-label {
399
+ color: #FFE500;
400
+ }
401
+ .container .main-title-colour-brand-5 h3 {
402
+ color: #F07D00;
403
+ }
404
+ .container .slug-colour-brand-5 .slug {
405
+ color: #F07D00;
406
+ }
407
+ .container .date-colour-brand-5 .date {
408
+ color: #F07D00;
409
+ }
410
+ .container .image-label-colour-brand-5 .image-label {
411
+ color: #F07D00;
412
+ }
413
+ .container .main-title-colour-brand-6 h3 {
414
+ color: #62CFC9;
415
+ }
416
+ .container .slug-colour-brand-6 .slug {
417
+ color: #62CFC9;
418
+ }
419
+ .container .date-colour-brand-6 .date {
420
+ color: #62CFC9;
421
+ }
422
+ .container .image-label-colour-brand-6 .image-label {
423
+ color: #62CFC9;
424
+ }
425
+ .container .main-title-colour-white h3 {
426
+ color: #FFFFFF;
427
+ }
428
+ .container .slug-colour-white .slug {
429
+ color: #FFFFFF;
430
+ }
431
+ .container .date-colour-white .date {
432
+ color: #FFFFFF;
433
+ }
434
+ .container .image-label-colour-white .image-label {
435
+ color: #FFFFFF;
436
+ }
437
+ .container .main-title-colour-black h3 {
438
+ color: #000000;
439
+ }
440
+ .container .slug-colour-black .slug {
441
+ color: #000000;
442
+ }
443
+ .container .date-colour-black .date {
444
+ color: #000000;
445
+ }
446
+ .container .image-label-colour-black .image-label {
447
+ color: #000000;
448
+ }
449
+ .container .main-title-colour-grey-extra-light h3 {
450
+ color: #D7D7D7;
451
+ }
452
+ .container .slug-colour-grey-extra-light .slug {
453
+ color: #D7D7D7;
454
+ }
455
+ .container .date-colour-grey-extra-light .date {
456
+ color: #D7D7D7;
457
+ }
458
+ .container .image-label-colour-grey-extra-light .image-label {
459
+ color: #D7D7D7;
460
+ }
461
+ .container .main-title-colour-grey-light h3 {
462
+ color: #F6F6F6;
463
+ }
464
+ .container .slug-colour-grey-light .slug {
465
+ color: #F6F6F6;
466
+ }
467
+ .container .date-colour-grey-light .date {
468
+ color: #F6F6F6;
469
+ }
470
+ .container .image-label-colour-grey-light .image-label {
471
+ color: #F6F6F6;
472
+ }
473
+ .container .main-title-colour-grey-medium h3 {
474
+ color: #8A8A8A;
475
+ }
476
+ .container .slug-colour-grey-medium .slug {
477
+ color: #8A8A8A;
478
+ }
479
+ .container .date-colour-grey-medium .date {
480
+ color: #8A8A8A;
481
+ }
482
+ .container .image-label-colour-grey-medium .image-label {
483
+ color: #8A8A8A;
484
+ }
485
+ .container .main-title-colour-grey-dark h3 {
486
+ color: #4A4A4A;
487
+ }
488
+ .container .slug-colour-grey-dark .slug {
489
+ color: #4A4A4A;
490
+ }
491
+ .container .date-colour-grey-dark .date {
492
+ color: #4A4A4A;
493
+ }
494
+ .container .image-label-colour-grey-dark .image-label {
495
+ color: #4A4A4A;
496
+ }