@biggive/components 202303201542.0.0 → 202303231047.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 (155) hide show
  1. package/dist/biggive/biggive.esm.js +1 -1
  2. package/dist/biggive/{p-5406c558.entry.js → p-044de4a5.entry.js} +1 -1
  3. package/dist/biggive/p-0f955c67.entry.js +1 -0
  4. package/dist/biggive/{p-4402efe9.entry.js → p-12035aa2.entry.js} +1 -1
  5. package/dist/biggive/{p-42649676.entry.js → p-14a9d9a4.entry.js} +1 -1
  6. package/dist/biggive/p-15630ae5.entry.js +1 -0
  7. package/dist/biggive/{p-63abb338.entry.js → p-1e8f981c.entry.js} +1 -1
  8. package/dist/biggive/{p-b73fddaa.entry.js → p-241aed7a.entry.js} +1 -1
  9. package/dist/biggive/{p-f6dedf7d.entry.js → p-2fa6188d.entry.js} +1 -1
  10. package/dist/biggive/{p-87487165.entry.js → p-518fd1c9.entry.js} +1 -1
  11. package/dist/biggive/{p-2c639bd5.entry.js → p-58521290.entry.js} +1 -1
  12. package/dist/biggive/{p-ff8bc382.js → p-740166e9.js} +2 -2
  13. package/dist/biggive/{p-41588003.entry.js → p-76413b3e.entry.js} +1 -1
  14. package/dist/biggive/{p-26c0b6cf.entry.js → p-7be9d211.entry.js} +1 -1
  15. package/dist/biggive/{p-01d03da2.entry.js → p-d8ec56e6.entry.js} +1 -1
  16. package/dist/biggive/{p-f375edb7.entry.js → p-f224b742.entry.js} +1 -1
  17. package/dist/biggive/{p-ead5a5ce.entry.js → p-fe1f033c.entry.js} +1 -1
  18. package/dist/cjs/{biggive-accordion_35.cjs.entry.js → biggive-accordion_43.cjs.entry.js} +444 -31
  19. package/dist/cjs/biggive-basic-card.cjs.entry.js +2 -2
  20. package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +2 -2
  21. package/dist/cjs/biggive-boxed-content.cjs.entry.js +2 -2
  22. package/dist/cjs/biggive-category-icon.cjs.entry.js +2 -2
  23. package/dist/cjs/biggive-form.cjs.entry.js +1 -1
  24. package/dist/cjs/biggive-header.cjs.entry.js +1 -1
  25. package/dist/cjs/biggive-icon-group.cjs.entry.js +1 -1
  26. package/dist/cjs/biggive-nav-group.cjs.entry.js +1 -1
  27. package/dist/cjs/biggive-nav-item.cjs.entry.js +1 -1
  28. package/dist/cjs/biggive-popup-standalone.cjs.entry.js +1 -1
  29. package/dist/cjs/biggive-search.cjs.entry.js +1 -1
  30. package/dist/cjs/biggive-table.cjs.entry.js +2 -2
  31. package/dist/cjs/biggive-text-input.cjs.entry.js +1 -1
  32. package/dist/cjs/biggive-video.cjs.entry.js +1 -1
  33. package/dist/cjs/biggive.cjs.js +2 -2
  34. package/dist/cjs/{index-8dd1da4d.js → index-8dcaaf94.js} +3 -0
  35. package/dist/cjs/loader.cjs.js +2 -2
  36. package/dist/collection/collection-manifest.json +5 -0
  37. package/dist/collection/components/biggive-accordion/biggive-accordion.css +2 -2
  38. package/dist/collection/components/biggive-accordion/biggive-accordion.stories.js +3 -3
  39. package/dist/collection/components/biggive-article-card/biggive-article-card.css +36 -13
  40. package/dist/collection/components/biggive-article-card/biggive-article-card.js +258 -32
  41. package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +1 -1
  42. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +1 -1
  43. package/dist/collection/components/biggive-biography-card/biggive-biography-card.css +592 -1
  44. package/dist/collection/components/biggive-biography-card/biggive-biography-card.js +218 -8
  45. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +1 -1
  46. package/dist/collection/components/biggive-button/biggive-button.css +110 -0
  47. package/dist/collection/components/biggive-carousel/biggive-carousel.css +18 -5
  48. package/dist/collection/components/biggive-carousel/biggive-carousel.js +18 -11
  49. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +1 -1
  50. package/dist/collection/components/biggive-filtered-carousel/biggive-filtered-carousel.css +34 -0
  51. package/dist/collection/components/biggive-filtered-carousel/biggive-filtered-carousel.js +166 -0
  52. package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.css +420 -0
  53. package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.js +144 -0
  54. package/dist/collection/components/biggive-generic-icon/biggive-generic-icon.stories.js +53 -0
  55. package/dist/collection/components/biggive-grid/biggive-grid.css +166 -6
  56. package/dist/collection/components/biggive-grid/biggive-grid.js +28 -4
  57. package/dist/collection/components/biggive-icon-button/biggive-icon-button.css +418 -0
  58. package/dist/collection/components/biggive-icon-button/biggive-icon-button.js +400 -0
  59. package/dist/collection/components/biggive-icon-button/biggive-icon-button.stories.js +116 -0
  60. package/dist/collection/components/biggive-image-button/biggive-image-button.css +369 -0
  61. package/dist/collection/components/biggive-image-button/biggive-image-button.js +401 -0
  62. package/dist/collection/components/biggive-image-button/biggive-image-button.stories.js +115 -0
  63. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +1 -1
  64. package/dist/collection/components/biggive-page-section/biggive-page-section.css +33 -1
  65. package/dist/collection/components/biggive-sheet/biggive-sheet.css +379 -0
  66. package/dist/collection/components/biggive-sheet/biggive-sheet.js +111 -0
  67. package/dist/collection/components/biggive-sheet/biggive-sheet.stories.js +34 -0
  68. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +1 -1
  69. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +9 -5
  70. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +33 -3
  71. package/dist/collection/components/biggive-table/biggive-table.css +1 -1
  72. package/dist/collection/components/biggive-timeline/biggive-timeline.css +9 -11
  73. package/dist/collection/components/biggive-timeline/biggive-timeline.js +38 -5
  74. package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.css +1 -1
  75. package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.js +1 -1
  76. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +1 -1
  77. package/dist/components/biggive-accordion.js +1 -1
  78. package/dist/components/biggive-article-card.js +44 -9
  79. package/dist/components/biggive-basic-card.js +1 -1
  80. package/dist/components/biggive-beneficiary-icon.js +1 -1
  81. package/dist/components/biggive-biography-card.js +40 -3
  82. package/dist/components/biggive-boxed-content.js +1 -1
  83. package/dist/components/biggive-button2.js +1 -1
  84. package/dist/components/biggive-carousel.js +1 -83
  85. package/dist/components/biggive-carousel2.js +92 -0
  86. package/dist/components/biggive-category-icon.js +1 -1
  87. package/dist/components/biggive-filtered-carousel.d.ts +11 -0
  88. package/dist/components/biggive-filtered-carousel.js +99 -0
  89. package/dist/components/biggive-generic-icon.d.ts +11 -0
  90. package/dist/components/biggive-generic-icon.js +6 -0
  91. package/dist/components/biggive-generic-icon2.js +59 -0
  92. package/dist/components/biggive-grid.js +5 -3
  93. package/dist/components/biggive-icon-button.d.ts +11 -0
  94. package/dist/components/biggive-icon-button.js +89 -0
  95. package/dist/components/biggive-image-button.d.ts +11 -0
  96. package/dist/components/biggive-image-button.js +83 -0
  97. package/dist/components/biggive-misc-icon2.js +1 -1
  98. package/dist/components/biggive-page-section.js +1 -1
  99. package/dist/components/biggive-sheet.d.ts +11 -0
  100. package/dist/components/biggive-sheet.js +60 -0
  101. package/dist/components/biggive-social-icon2.js +1 -1
  102. package/dist/components/biggive-tabbed-content.js +34 -4
  103. package/dist/components/biggive-table.js +1 -1
  104. package/dist/components/biggive-timeline.js +39 -6
  105. package/dist/components/biggive-tipping-slider.js +2 -2
  106. package/dist/components/biggive-totalizer.js +1 -1
  107. package/dist/components/index.d.ts +5 -0
  108. package/dist/components/index.js +5 -0
  109. package/dist/esm/{biggive-accordion_35.entry.js → biggive-accordion_43.entry.js} +437 -32
  110. package/dist/esm/biggive-basic-card.entry.js +2 -2
  111. package/dist/esm/biggive-beneficiary-icon.entry.js +2 -2
  112. package/dist/esm/biggive-boxed-content.entry.js +2 -2
  113. package/dist/esm/biggive-category-icon.entry.js +2 -2
  114. package/dist/esm/biggive-form.entry.js +1 -1
  115. package/dist/esm/biggive-header.entry.js +1 -1
  116. package/dist/esm/biggive-icon-group.entry.js +1 -1
  117. package/dist/esm/biggive-nav-group.entry.js +1 -1
  118. package/dist/esm/biggive-nav-item.entry.js +1 -1
  119. package/dist/esm/biggive-popup-standalone.entry.js +1 -1
  120. package/dist/esm/biggive-search.entry.js +1 -1
  121. package/dist/esm/biggive-table.entry.js +2 -2
  122. package/dist/esm/biggive-text-input.entry.js +1 -1
  123. package/dist/esm/biggive-video.entry.js +1 -1
  124. package/dist/esm/biggive.js +2 -2
  125. package/dist/esm/{index-801eebfb.js → index-341903f8.js} +3 -0
  126. package/dist/esm/loader.js +2 -2
  127. package/dist/types/components/biggive-article-card/biggive-article-card.d.ts +17 -42
  128. package/dist/types/components/biggive-biography-card/biggive-biography-card.d.ts +12 -13
  129. package/dist/types/components/biggive-carousel/biggive-carousel.d.ts +2 -1
  130. package/dist/types/components/biggive-filtered-carousel/biggive-filtered-carousel.d.ts +12 -0
  131. package/dist/types/components/biggive-generic-icon/biggive-generic-icon.d.ts +10 -0
  132. package/dist/types/components/biggive-generic-icon/biggive-generic-icon.stories.d.ts +38 -0
  133. package/dist/types/components/biggive-grid/biggive-grid.d.ts +3 -7
  134. package/dist/types/components/biggive-icon-button/biggive-icon-button.d.ts +28 -0
  135. package/dist/types/components/biggive-icon-button/biggive-icon-button.stories.d.ts +81 -0
  136. package/dist/types/components/biggive-image-button/biggive-image-button.d.ts +28 -0
  137. package/dist/types/components/biggive-image-button/biggive-image-button.stories.d.ts +78 -0
  138. package/dist/types/components/biggive-sheet/biggive-sheet.d.ts +15 -0
  139. package/dist/types/components/biggive-sheet/biggive-sheet.stories.d.ts +21 -0
  140. package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.d.ts +3 -0
  141. package/dist/types/components/biggive-timeline/biggive-timeline.d.ts +3 -0
  142. package/dist/types/components.d.ts +229 -126
  143. package/hydrate/index.js +516 -50
  144. package/package.json +1 -1
  145. package/dist/biggive/p-28e16ef9.entry.js +0 -1
  146. package/dist/biggive/p-4a1ba0c4.entry.js +0 -1
  147. package/dist/biggive/p-4adb4dce.entry.js +0 -1
  148. package/dist/biggive/p-87edb8c6.entry.js +0 -1
  149. package/dist/biggive/p-8feb91ae.entry.js +0 -1
  150. package/dist/cjs/biggive-article-card.cjs.entry.js +0 -31
  151. package/dist/cjs/biggive-biography-card.cjs.entry.js +0 -23
  152. package/dist/cjs/biggive-formatted-text.cjs.entry.js +0 -22
  153. package/dist/esm/biggive-article-card.entry.js +0 -27
  154. package/dist/esm/biggive-biography-card.entry.js +0 -19
  155. package/dist/esm/biggive-formatted-text.entry.js +0 -18
@@ -19,54 +19,27 @@ export namespace Components {
19
19
  "heading": string;
20
20
  }
21
21
  interface BiggiveArticleCard {
22
- /**
23
- * Card background colour
24
- */
25
- "backgroundColour": string;
26
- /**
27
- * Card background colour hover
28
- */
29
- "backgroundColourHover": string;
30
- /**
31
- * Button label
32
- */
22
+ "backgroundColour": brandColour;
23
+ "backgroundImageUrl": string;
24
+ "buttonColour": brandColour;
33
25
  "buttonLabel": string;
34
- /**
35
- * Button URL
36
- */
37
26
  "buttonUrl": string;
38
- /**
39
- * Date
40
- */
27
+ "clipBottomLeftCorner": boolean;
28
+ "clipTopRightCorner": boolean;
41
29
  "date": string;
42
- /**
43
- * Image Alt Text
44
- */
45
- "imageAltText": string;
46
- /**
47
- * Image Label
48
- */
30
+ "dateColour": brandColour;
31
+ "image1AltText": string;
32
+ "image1Url": string;
33
+ "image2AltText": string;
34
+ "image2Url": string;
49
35
  "imageLabel": string;
50
- /**
51
- * Image URL
52
- */
53
- "imageUrl": string;
54
- /**
55
- * Main title
56
- */
36
+ "imageLabelColour": brandColour;
57
37
  "mainTitle": string;
58
- /**
59
- * Slug
60
- */
38
+ "mainTitleColour": brandColour;
61
39
  "slug": string;
62
- /**
63
- * Space below component
64
- */
65
- "spaceBelow": number;
66
- /**
67
- * Text colour
68
- */
69
- "textColour": string;
40
+ "slugColour": brandColour;
41
+ "spaceBelow": spacingOption;
42
+ "textColour": brandColour;
70
43
  }
71
44
  interface BiggiveBackToTop {
72
45
  }
@@ -112,22 +85,19 @@ export namespace Components {
112
85
  "url": string;
113
86
  }
114
87
  interface BiggiveBiographyCard {
115
- /**
116
- * Job title
117
- */
88
+ "backgroundColour": brandColour;
89
+ "borderWidth": spacingOption;
90
+ "circle": boolean;
118
91
  "fullName": string;
119
- /**
120
- * Full URL of the main image.
121
- */
92
+ "imageStyle": 'cover' | 'contain';
122
93
  "imageUrl": string;
123
- /**
124
- * Job title
125
- */
126
94
  "jobTitle": string;
127
- /**
128
- * Space below component
129
- */
130
- "spaceBelow": number;
95
+ "ratio": '1,1' | '1,1.5' | '1,2';
96
+ "rounded": boolean;
97
+ "spaceBelow": spacingOption;
98
+ "textAlign": 'center' | 'left' | 'right';
99
+ "textColour": brandColour;
100
+ "url": string;
131
101
  }
132
102
  interface BiggiveBoxedContent {
133
103
  /**
@@ -499,7 +469,7 @@ export namespace Components {
499
469
  interface BiggiveCarousel {
500
470
  "buttonBackgroundColour": brandColour;
501
471
  "buttonIconColour": brandColour;
502
- "columnCount": number;
472
+ "columnCount": 1 | 2 | 3 | 4 | 5;
503
473
  "spaceBelow": spacingOption;
504
474
  }
505
475
  interface BiggiveCategoryIcon {
@@ -524,6 +494,12 @@ export namespace Components {
524
494
  */
525
495
  "url": string;
526
496
  }
497
+ interface BiggiveFilteredCarousel {
498
+ "buttonBackgroundColour": brandColour;
499
+ "buttonIconColour": brandColour;
500
+ "columnCount": 1 | 2 | 3 | 4 | 5;
501
+ "spaceBelow": spacingOption;
502
+ }
527
503
  interface BiggiveFooter {
528
504
  "headingLevel": 1 | 2 | 3 | 4 | 5 | 6;
529
505
  }
@@ -565,17 +541,19 @@ export namespace Components {
565
541
  */
566
542
  "spaceBelow": number;
567
543
  }
544
+ interface BiggiveGenericIcon {
545
+ "backgroundColour": brandColour;
546
+ "icon": string;
547
+ "iconColour": brandColour;
548
+ "iconGroup": 'beneficiary' | 'misc' | 'social' | 'category';
549
+ "url": string;
550
+ }
568
551
  interface BiggiveGrid {
569
- /**
570
- * Number of columns in grid
571
- */
572
552
  "columnCount": number;
573
- /**
574
- * Space below component
575
- */
553
+ "columnGap": spacingOption;
576
554
  "spaceBelow": number;
577
555
  /**
578
- * Should have `justify-content: space-between`?
556
+ * Deprecated - should use columGap Instead
579
557
  */
580
558
  "spaceBetween": boolean;
581
559
  }
@@ -675,6 +653,25 @@ export namespace Components {
675
653
  */
676
654
  "teaserColour"?: brandColour;
677
655
  }
656
+ interface BiggiveIconButton {
657
+ "arrow": boolean;
658
+ "arrowColour": brandColour;
659
+ "backgroundColour": brandColour;
660
+ "backgroundPadding": spacingOption;
661
+ "buttonId": undefined | string;
662
+ "centered": boolean;
663
+ "circle": boolean;
664
+ "icon": string;
665
+ "iconGroup": 'beneficiary' | 'misc' | 'social' | 'category';
666
+ "openInNewTab": boolean;
667
+ "rounded": boolean;
668
+ "shadow": boolean;
669
+ "size": 'small' | 'medium' | 'large' | 'x-large' | 'xx-large';
670
+ "spaceBelow": spacingOption;
671
+ "text": string;
672
+ "textColour": brandColour;
673
+ "url": string;
674
+ }
678
675
  interface BiggiveIconGroup {
679
676
  /**
680
677
  * Label
@@ -715,6 +712,25 @@ export namespace Components {
715
712
  */
716
713
  "width": number;
717
714
  }
715
+ interface BiggiveImageButton {
716
+ "arrow": boolean;
717
+ "arrowColour": brandColour;
718
+ "backgroundColour": brandColour;
719
+ "backgroundPadding": spacingOption;
720
+ "buttonId": undefined | string;
721
+ "centered": boolean;
722
+ "circle": boolean;
723
+ "imageStyle": string;
724
+ "imageUrl": string;
725
+ "openInNewTab": boolean;
726
+ "rounded": boolean;
727
+ "shadow": boolean;
728
+ "size": 'small' | 'medium' | 'large' | 'x-large' | 'xx-large';
729
+ "spaceBelow": spacingOption;
730
+ "text": string;
731
+ "textColour": brandColour;
732
+ "url": string;
733
+ }
718
734
  interface BiggiveImageFeature {
719
735
  /**
720
736
  * Button Colour Scheme
@@ -901,6 +917,14 @@ export namespace Components {
901
917
  "placeholderText": string;
902
918
  "searchText": string;
903
919
  }
920
+ interface BiggiveSheet {
921
+ "backgroundColour": brandColour;
922
+ /**
923
+ * A string ID (no spaces) unique within the page context, used to trigger the opening of the sheet from an anchor hash.
924
+ */
925
+ "sheetId": string;
926
+ "textColour": brandColour;
927
+ }
904
928
  interface BiggiveSocialIcon {
905
929
  /**
906
930
  * Background colour
@@ -1101,6 +1125,14 @@ export interface BiggiveFormFieldSelectOptionCustomEvent<T> extends CustomEvent<
1101
1125
  detail: T;
1102
1126
  target: HTMLBiggiveFormFieldSelectOptionElement;
1103
1127
  }
1128
+ export interface BiggiveIconButtonCustomEvent<T> extends CustomEvent<T> {
1129
+ detail: T;
1130
+ target: HTMLBiggiveIconButtonElement;
1131
+ }
1132
+ export interface BiggiveImageButtonCustomEvent<T> extends CustomEvent<T> {
1133
+ detail: T;
1134
+ target: HTMLBiggiveImageButtonElement;
1135
+ }
1104
1136
  export interface BiggiveSearchCustomEvent<T> extends CustomEvent<T> {
1105
1137
  detail: T;
1106
1138
  target: HTMLBiggiveSearchElement;
@@ -1202,6 +1234,12 @@ declare global {
1202
1234
  prototype: HTMLBiggiveCategoryIconElement;
1203
1235
  new (): HTMLBiggiveCategoryIconElement;
1204
1236
  };
1237
+ interface HTMLBiggiveFilteredCarouselElement extends Components.BiggiveFilteredCarousel, HTMLStencilElement {
1238
+ }
1239
+ var HTMLBiggiveFilteredCarouselElement: {
1240
+ prototype: HTMLBiggiveFilteredCarouselElement;
1241
+ new (): HTMLBiggiveFilteredCarouselElement;
1242
+ };
1205
1243
  interface HTMLBiggiveFooterElement extends Components.BiggiveFooter, HTMLStencilElement {
1206
1244
  }
1207
1245
  var HTMLBiggiveFooterElement: {
@@ -1232,6 +1270,12 @@ declare global {
1232
1270
  prototype: HTMLBiggiveFormattedTextElement;
1233
1271
  new (): HTMLBiggiveFormattedTextElement;
1234
1272
  };
1273
+ interface HTMLBiggiveGenericIconElement extends Components.BiggiveGenericIcon, HTMLStencilElement {
1274
+ }
1275
+ var HTMLBiggiveGenericIconElement: {
1276
+ prototype: HTMLBiggiveGenericIconElement;
1277
+ new (): HTMLBiggiveGenericIconElement;
1278
+ };
1235
1279
  interface HTMLBiggiveGridElement extends Components.BiggiveGrid, HTMLStencilElement {
1236
1280
  }
1237
1281
  var HTMLBiggiveGridElement: {
@@ -1260,6 +1304,12 @@ declare global {
1260
1304
  prototype: HTMLBiggiveHeroImageElement;
1261
1305
  new (): HTMLBiggiveHeroImageElement;
1262
1306
  };
1307
+ interface HTMLBiggiveIconButtonElement extends Components.BiggiveIconButton, HTMLStencilElement {
1308
+ }
1309
+ var HTMLBiggiveIconButtonElement: {
1310
+ prototype: HTMLBiggiveIconButtonElement;
1311
+ new (): HTMLBiggiveIconButtonElement;
1312
+ };
1263
1313
  interface HTMLBiggiveIconGroupElement extends Components.BiggiveIconGroup, HTMLStencilElement {
1264
1314
  }
1265
1315
  var HTMLBiggiveIconGroupElement: {
@@ -1272,6 +1322,12 @@ declare global {
1272
1322
  prototype: HTMLBiggiveImageElement;
1273
1323
  new (): HTMLBiggiveImageElement;
1274
1324
  };
1325
+ interface HTMLBiggiveImageButtonElement extends Components.BiggiveImageButton, HTMLStencilElement {
1326
+ }
1327
+ var HTMLBiggiveImageButtonElement: {
1328
+ prototype: HTMLBiggiveImageButtonElement;
1329
+ new (): HTMLBiggiveImageButtonElement;
1330
+ };
1275
1331
  interface HTMLBiggiveImageFeatureElement extends Components.BiggiveImageFeature, HTMLStencilElement {
1276
1332
  }
1277
1333
  var HTMLBiggiveImageFeatureElement: {
@@ -1354,6 +1410,12 @@ declare global {
1354
1410
  prototype: HTMLBiggiveSearchElement;
1355
1411
  new (): HTMLBiggiveSearchElement;
1356
1412
  };
1413
+ interface HTMLBiggiveSheetElement extends Components.BiggiveSheet, HTMLStencilElement {
1414
+ }
1415
+ var HTMLBiggiveSheetElement: {
1416
+ prototype: HTMLBiggiveSheetElement;
1417
+ new (): HTMLBiggiveSheetElement;
1418
+ };
1357
1419
  interface HTMLBiggiveSocialIconElement extends Components.BiggiveSocialIcon, HTMLStencilElement {
1358
1420
  }
1359
1421
  var HTMLBiggiveSocialIconElement: {
@@ -1443,17 +1505,21 @@ declare global {
1443
1505
  "biggive-campaign-highlights": HTMLBiggiveCampaignHighlightsElement;
1444
1506
  "biggive-carousel": HTMLBiggiveCarouselElement;
1445
1507
  "biggive-category-icon": HTMLBiggiveCategoryIconElement;
1508
+ "biggive-filtered-carousel": HTMLBiggiveFilteredCarouselElement;
1446
1509
  "biggive-footer": HTMLBiggiveFooterElement;
1447
1510
  "biggive-form": HTMLBiggiveFormElement;
1448
1511
  "biggive-form-field-select": HTMLBiggiveFormFieldSelectElement;
1449
1512
  "biggive-form-field-select-option": HTMLBiggiveFormFieldSelectOptionElement;
1450
1513
  "biggive-formatted-text": HTMLBiggiveFormattedTextElement;
1514
+ "biggive-generic-icon": HTMLBiggiveGenericIconElement;
1451
1515
  "biggive-grid": HTMLBiggiveGridElement;
1452
1516
  "biggive-header": HTMLBiggiveHeaderElement;
1453
1517
  "biggive-heading": HTMLBiggiveHeadingElement;
1454
1518
  "biggive-hero-image": HTMLBiggiveHeroImageElement;
1519
+ "biggive-icon-button": HTMLBiggiveIconButtonElement;
1455
1520
  "biggive-icon-group": HTMLBiggiveIconGroupElement;
1456
1521
  "biggive-image": HTMLBiggiveImageElement;
1522
+ "biggive-image-button": HTMLBiggiveImageButtonElement;
1457
1523
  "biggive-image-feature": HTMLBiggiveImageFeatureElement;
1458
1524
  "biggive-main-menu": HTMLBiggiveMainMenuElement;
1459
1525
  "biggive-misc-icon": HTMLBiggiveMiscIconElement;
@@ -1467,6 +1533,7 @@ declare global {
1467
1533
  "biggive-progress-bar": HTMLBiggiveProgressBarElement;
1468
1534
  "biggive-quote": HTMLBiggiveQuoteElement;
1469
1535
  "biggive-search": HTMLBiggiveSearchElement;
1536
+ "biggive-sheet": HTMLBiggiveSheetElement;
1470
1537
  "biggive-social-icon": HTMLBiggiveSocialIconElement;
1471
1538
  "biggive-tab": HTMLBiggiveTabElement;
1472
1539
  "biggive-tabbed-content": HTMLBiggiveTabbedContentElement;
@@ -1491,54 +1558,27 @@ declare namespace LocalJSX {
1491
1558
  "heading"?: string;
1492
1559
  }
1493
1560
  interface BiggiveArticleCard {
1494
- /**
1495
- * Card background colour
1496
- */
1497
- "backgroundColour"?: string;
1498
- /**
1499
- * Card background colour hover
1500
- */
1501
- "backgroundColourHover"?: string;
1502
- /**
1503
- * Button label
1504
- */
1561
+ "backgroundColour"?: brandColour;
1562
+ "backgroundImageUrl"?: string;
1563
+ "buttonColour"?: brandColour;
1505
1564
  "buttonLabel"?: string;
1506
- /**
1507
- * Button URL
1508
- */
1509
1565
  "buttonUrl"?: string;
1510
- /**
1511
- * Date
1512
- */
1566
+ "clipBottomLeftCorner"?: boolean;
1567
+ "clipTopRightCorner"?: boolean;
1513
1568
  "date"?: string;
1514
- /**
1515
- * Image Alt Text
1516
- */
1517
- "imageAltText"?: string;
1518
- /**
1519
- * Image Label
1520
- */
1569
+ "dateColour"?: brandColour;
1570
+ "image1AltText"?: string;
1571
+ "image1Url"?: string;
1572
+ "image2AltText"?: string;
1573
+ "image2Url"?: string;
1521
1574
  "imageLabel"?: string;
1522
- /**
1523
- * Image URL
1524
- */
1525
- "imageUrl"?: string;
1526
- /**
1527
- * Main title
1528
- */
1575
+ "imageLabelColour"?: brandColour;
1529
1576
  "mainTitle"?: string;
1530
- /**
1531
- * Slug
1532
- */
1577
+ "mainTitleColour"?: brandColour;
1533
1578
  "slug"?: string;
1534
- /**
1535
- * Space below component
1536
- */
1537
- "spaceBelow"?: number;
1538
- /**
1539
- * Text colour
1540
- */
1541
- "textColour"?: string;
1579
+ "slugColour"?: brandColour;
1580
+ "spaceBelow"?: spacingOption;
1581
+ "textColour"?: brandColour;
1542
1582
  }
1543
1583
  interface BiggiveBackToTop {
1544
1584
  }
@@ -1584,22 +1624,19 @@ declare namespace LocalJSX {
1584
1624
  "url"?: string;
1585
1625
  }
1586
1626
  interface BiggiveBiographyCard {
1587
- /**
1588
- * Job title
1589
- */
1627
+ "backgroundColour"?: brandColour;
1628
+ "borderWidth"?: spacingOption;
1629
+ "circle"?: boolean;
1590
1630
  "fullName"?: string;
1591
- /**
1592
- * Full URL of the main image.
1593
- */
1631
+ "imageStyle"?: 'cover' | 'contain';
1594
1632
  "imageUrl"?: string;
1595
- /**
1596
- * Job title
1597
- */
1598
1633
  "jobTitle"?: string;
1599
- /**
1600
- * Space below component
1601
- */
1602
- "spaceBelow"?: number;
1634
+ "ratio"?: '1,1' | '1,1.5' | '1,2';
1635
+ "rounded"?: boolean;
1636
+ "spaceBelow"?: spacingOption;
1637
+ "textAlign"?: 'center' | 'left' | 'right';
1638
+ "textColour"?: brandColour;
1639
+ "url"?: string;
1603
1640
  }
1604
1641
  interface BiggiveBoxedContent {
1605
1642
  /**
@@ -1984,7 +2021,7 @@ declare namespace LocalJSX {
1984
2021
  interface BiggiveCarousel {
1985
2022
  "buttonBackgroundColour"?: brandColour;
1986
2023
  "buttonIconColour"?: brandColour;
1987
- "columnCount"?: number;
2024
+ "columnCount"?: 1 | 2 | 3 | 4 | 5;
1988
2025
  "spaceBelow"?: spacingOption;
1989
2026
  }
1990
2027
  interface BiggiveCategoryIcon {
@@ -2009,6 +2046,12 @@ declare namespace LocalJSX {
2009
2046
  */
2010
2047
  "url"?: string;
2011
2048
  }
2049
+ interface BiggiveFilteredCarousel {
2050
+ "buttonBackgroundColour"?: brandColour;
2051
+ "buttonIconColour"?: brandColour;
2052
+ "columnCount"?: 1 | 2 | 3 | 4 | 5;
2053
+ "spaceBelow"?: spacingOption;
2054
+ }
2012
2055
  interface BiggiveFooter {
2013
2056
  "headingLevel"?: 1 | 2 | 3 | 4 | 5 | 6;
2014
2057
  }
@@ -2058,17 +2101,19 @@ declare namespace LocalJSX {
2058
2101
  */
2059
2102
  "spaceBelow"?: number;
2060
2103
  }
2104
+ interface BiggiveGenericIcon {
2105
+ "backgroundColour"?: brandColour;
2106
+ "icon"?: string;
2107
+ "iconColour"?: brandColour;
2108
+ "iconGroup"?: 'beneficiary' | 'misc' | 'social' | 'category';
2109
+ "url"?: string;
2110
+ }
2061
2111
  interface BiggiveGrid {
2062
- /**
2063
- * Number of columns in grid
2064
- */
2065
2112
  "columnCount"?: number;
2066
- /**
2067
- * Space below component
2068
- */
2113
+ "columnGap"?: spacingOption;
2069
2114
  "spaceBelow"?: number;
2070
2115
  /**
2071
- * Should have `justify-content: space-between`?
2116
+ * Deprecated - should use columGap Instead
2072
2117
  */
2073
2118
  "spaceBetween"?: boolean;
2074
2119
  }
@@ -2167,6 +2212,26 @@ declare namespace LocalJSX {
2167
2212
  */
2168
2213
  "teaserColour"?: brandColour;
2169
2214
  }
2215
+ interface BiggiveIconButton {
2216
+ "arrow"?: boolean;
2217
+ "arrowColour"?: brandColour;
2218
+ "backgroundColour"?: brandColour;
2219
+ "backgroundPadding"?: spacingOption;
2220
+ "buttonId"?: undefined | string;
2221
+ "centered"?: boolean;
2222
+ "circle"?: boolean;
2223
+ "icon"?: string;
2224
+ "iconGroup"?: 'beneficiary' | 'misc' | 'social' | 'category';
2225
+ "onDoButtonClick"?: (event: BiggiveIconButtonCustomEvent<{ event: object; url: string }>) => void;
2226
+ "openInNewTab"?: boolean;
2227
+ "rounded"?: boolean;
2228
+ "shadow"?: boolean;
2229
+ "size"?: 'small' | 'medium' | 'large' | 'x-large' | 'xx-large';
2230
+ "spaceBelow"?: spacingOption;
2231
+ "text"?: string;
2232
+ "textColour"?: brandColour;
2233
+ "url"?: string;
2234
+ }
2170
2235
  interface BiggiveIconGroup {
2171
2236
  /**
2172
2237
  * Label
@@ -2207,6 +2272,26 @@ declare namespace LocalJSX {
2207
2272
  */
2208
2273
  "width"?: number;
2209
2274
  }
2275
+ interface BiggiveImageButton {
2276
+ "arrow"?: boolean;
2277
+ "arrowColour"?: brandColour;
2278
+ "backgroundColour"?: brandColour;
2279
+ "backgroundPadding"?: spacingOption;
2280
+ "buttonId"?: undefined | string;
2281
+ "centered"?: boolean;
2282
+ "circle"?: boolean;
2283
+ "imageStyle"?: string;
2284
+ "imageUrl"?: string;
2285
+ "onDoButtonClick"?: (event: BiggiveImageButtonCustomEvent<{ event: object; url: string }>) => void;
2286
+ "openInNewTab"?: boolean;
2287
+ "rounded"?: boolean;
2288
+ "shadow"?: boolean;
2289
+ "size"?: 'small' | 'medium' | 'large' | 'x-large' | 'xx-large';
2290
+ "spaceBelow"?: spacingOption;
2291
+ "text"?: string;
2292
+ "textColour"?: brandColour;
2293
+ "url"?: string;
2294
+ }
2210
2295
  interface BiggiveImageFeature {
2211
2296
  /**
2212
2297
  * Button Colour Scheme
@@ -2394,6 +2479,14 @@ declare namespace LocalJSX {
2394
2479
  "placeholderText"?: string;
2395
2480
  "searchText"?: string;
2396
2481
  }
2482
+ interface BiggiveSheet {
2483
+ "backgroundColour"?: brandColour;
2484
+ /**
2485
+ * A string ID (no spaces) unique within the page context, used to trigger the opening of the sheet from an anchor hash.
2486
+ */
2487
+ "sheetId"?: string;
2488
+ "textColour"?: brandColour;
2489
+ }
2397
2490
  interface BiggiveSocialIcon {
2398
2491
  /**
2399
2492
  * Background colour
@@ -2590,17 +2683,21 @@ declare namespace LocalJSX {
2590
2683
  "biggive-campaign-highlights": BiggiveCampaignHighlights;
2591
2684
  "biggive-carousel": BiggiveCarousel;
2592
2685
  "biggive-category-icon": BiggiveCategoryIcon;
2686
+ "biggive-filtered-carousel": BiggiveFilteredCarousel;
2593
2687
  "biggive-footer": BiggiveFooter;
2594
2688
  "biggive-form": BiggiveForm;
2595
2689
  "biggive-form-field-select": BiggiveFormFieldSelect;
2596
2690
  "biggive-form-field-select-option": BiggiveFormFieldSelectOption;
2597
2691
  "biggive-formatted-text": BiggiveFormattedText;
2692
+ "biggive-generic-icon": BiggiveGenericIcon;
2598
2693
  "biggive-grid": BiggiveGrid;
2599
2694
  "biggive-header": BiggiveHeader;
2600
2695
  "biggive-heading": BiggiveHeading;
2601
2696
  "biggive-hero-image": BiggiveHeroImage;
2697
+ "biggive-icon-button": BiggiveIconButton;
2602
2698
  "biggive-icon-group": BiggiveIconGroup;
2603
2699
  "biggive-image": BiggiveImage;
2700
+ "biggive-image-button": BiggiveImageButton;
2604
2701
  "biggive-image-feature": BiggiveImageFeature;
2605
2702
  "biggive-main-menu": BiggiveMainMenu;
2606
2703
  "biggive-misc-icon": BiggiveMiscIcon;
@@ -2614,6 +2711,7 @@ declare namespace LocalJSX {
2614
2711
  "biggive-progress-bar": BiggiveProgressBar;
2615
2712
  "biggive-quote": BiggiveQuote;
2616
2713
  "biggive-search": BiggiveSearch;
2714
+ "biggive-sheet": BiggiveSheet;
2617
2715
  "biggive-social-icon": BiggiveSocialIcon;
2618
2716
  "biggive-tab": BiggiveTab;
2619
2717
  "biggive-tabbed-content": BiggiveTabbedContent;
@@ -2648,11 +2746,13 @@ declare module "@stencil/core" {
2648
2746
  "biggive-campaign-highlights": LocalJSX.BiggiveCampaignHighlights & JSXBase.HTMLAttributes<HTMLBiggiveCampaignHighlightsElement>;
2649
2747
  "biggive-carousel": LocalJSX.BiggiveCarousel & JSXBase.HTMLAttributes<HTMLBiggiveCarouselElement>;
2650
2748
  "biggive-category-icon": LocalJSX.BiggiveCategoryIcon & JSXBase.HTMLAttributes<HTMLBiggiveCategoryIconElement>;
2749
+ "biggive-filtered-carousel": LocalJSX.BiggiveFilteredCarousel & JSXBase.HTMLAttributes<HTMLBiggiveFilteredCarouselElement>;
2651
2750
  "biggive-footer": LocalJSX.BiggiveFooter & JSXBase.HTMLAttributes<HTMLBiggiveFooterElement>;
2652
2751
  "biggive-form": LocalJSX.BiggiveForm & JSXBase.HTMLAttributes<HTMLBiggiveFormElement>;
2653
2752
  "biggive-form-field-select": LocalJSX.BiggiveFormFieldSelect & JSXBase.HTMLAttributes<HTMLBiggiveFormFieldSelectElement>;
2654
2753
  "biggive-form-field-select-option": LocalJSX.BiggiveFormFieldSelectOption & JSXBase.HTMLAttributes<HTMLBiggiveFormFieldSelectOptionElement>;
2655
2754
  "biggive-formatted-text": LocalJSX.BiggiveFormattedText & JSXBase.HTMLAttributes<HTMLBiggiveFormattedTextElement>;
2755
+ "biggive-generic-icon": LocalJSX.BiggiveGenericIcon & JSXBase.HTMLAttributes<HTMLBiggiveGenericIconElement>;
2656
2756
  "biggive-grid": LocalJSX.BiggiveGrid & JSXBase.HTMLAttributes<HTMLBiggiveGridElement>;
2657
2757
  /**
2658
2758
  * @deprecated
@@ -2661,8 +2761,10 @@ declare module "@stencil/core" {
2661
2761
  "biggive-header": LocalJSX.BiggiveHeader & JSXBase.HTMLAttributes<HTMLBiggiveHeaderElement>;
2662
2762
  "biggive-heading": LocalJSX.BiggiveHeading & JSXBase.HTMLAttributes<HTMLBiggiveHeadingElement>;
2663
2763
  "biggive-hero-image": LocalJSX.BiggiveHeroImage & JSXBase.HTMLAttributes<HTMLBiggiveHeroImageElement>;
2764
+ "biggive-icon-button": LocalJSX.BiggiveIconButton & JSXBase.HTMLAttributes<HTMLBiggiveIconButtonElement>;
2664
2765
  "biggive-icon-group": LocalJSX.BiggiveIconGroup & JSXBase.HTMLAttributes<HTMLBiggiveIconGroupElement>;
2665
2766
  "biggive-image": LocalJSX.BiggiveImage & JSXBase.HTMLAttributes<HTMLBiggiveImageElement>;
2767
+ "biggive-image-button": LocalJSX.BiggiveImageButton & JSXBase.HTMLAttributes<HTMLBiggiveImageButtonElement>;
2666
2768
  "biggive-image-feature": LocalJSX.BiggiveImageFeature & JSXBase.HTMLAttributes<HTMLBiggiveImageFeatureElement>;
2667
2769
  "biggive-main-menu": LocalJSX.BiggiveMainMenu & JSXBase.HTMLAttributes<HTMLBiggiveMainMenuElement>;
2668
2770
  "biggive-misc-icon": LocalJSX.BiggiveMiscIcon & JSXBase.HTMLAttributes<HTMLBiggiveMiscIconElement>;
@@ -2680,6 +2782,7 @@ declare module "@stencil/core" {
2680
2782
  * should we delete it rather than maintaining?
2681
2783
  */
2682
2784
  "biggive-search": LocalJSX.BiggiveSearch & JSXBase.HTMLAttributes<HTMLBiggiveSearchElement>;
2785
+ "biggive-sheet": LocalJSX.BiggiveSheet & JSXBase.HTMLAttributes<HTMLBiggiveSheetElement>;
2683
2786
  "biggive-social-icon": LocalJSX.BiggiveSocialIcon & JSXBase.HTMLAttributes<HTMLBiggiveSocialIconElement>;
2684
2787
  "biggive-tab": LocalJSX.BiggiveTab & JSXBase.HTMLAttributes<HTMLBiggiveTabElement>;
2685
2788
  "biggive-tabbed-content": LocalJSX.BiggiveTabbedContent & JSXBase.HTMLAttributes<HTMLBiggiveTabbedContentElement>;