@biggive/components 202303031447.0.0 → 202303171148.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-2d024615.entry.js +1 -0
  6. package/dist/biggive/{p-71054cf6.entry.js → p-41588003.entry.js} +1 -1
  7. package/dist/biggive/{p-0f38685b.entry.js → p-42649676.entry.js} +1 -1
  8. package/dist/biggive/{p-223759f6.entry.js → p-4402efe9.entry.js} +1 -1
  9. package/dist/biggive/p-4a1ba0c4.entry.js +1 -0
  10. package/dist/biggive/p-4adb4dce.entry.js +1 -0
  11. package/dist/biggive/{p-3b378f79.entry.js → p-5406c558.entry.js} +1 -1
  12. package/dist/biggive/p-63abb338.entry.js +1 -0
  13. package/dist/biggive/{p-d7f8a6fd.entry.js → p-87487165.entry.js} +1 -1
  14. package/dist/biggive/{p-eb6aecf0.entry.js → p-87edb8c6.entry.js} +1 -1
  15. package/dist/biggive/p-8feb91ae.entry.js +1 -0
  16. package/dist/biggive/p-b73fddaa.entry.js +1 -0
  17. package/dist/biggive/p-ead5a5ce.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} +433 -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 +213 -0
  80. package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.stories.js +63 -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 +115 -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} +426 -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 +18 -0
  151. package/dist/types/components/biggive-tipping-slider/biggive-tipping-slider.stories.d.ts +46 -0
  152. package/dist/types/components.d.ts +200 -164
  153. package/hydrate/index.js +513 -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
@@ -10,6 +10,14 @@ import { brandColour } from "./globals/brand-colour";
10
10
  import { headingTag } from "./globals/heading-tag";
11
11
  import { headingSize } from "./globals/heading-size";
12
12
  export namespace Components {
13
+ interface BiggiveAccordion {
14
+ "headingColour": brandColour;
15
+ "spaceBelow": spacingOption;
16
+ "textColour": brandColour;
17
+ }
18
+ interface BiggiveAccordionEntry {
19
+ "heading": string;
20
+ }
13
21
  interface BiggiveArticleCard {
14
22
  /**
15
23
  * Card background colour
@@ -63,67 +71,23 @@ export namespace Components {
63
71
  interface BiggiveBackToTop {
64
72
  }
65
73
  interface BiggiveBasicCard {
66
- /**
67
- * Background colour.
68
- */
69
- "backgroundColour": string;
70
- /**
71
- * Full URL of the background image.
72
- */
74
+ "addAnimation": boolean;
75
+ "backgroundColour": brandColour;
73
76
  "backgroundImageUrl": string;
74
- /**
75
- * Button Colour Scheme
76
- */
77
77
  "buttonColourScheme": string;
78
- /**
79
- * Button label
80
- */
81
78
  "buttonLabel": string;
82
- /**
83
- * Button URL
84
- */
85
79
  "buttonUrl": string;
86
- /**
87
- * Card colour
88
- */
89
- "cardColour": string;
90
- /**
91
- * Clip bottom left corner
92
- */
80
+ "cardColour": brandColour;
93
81
  "clipBottomLeftCorner": boolean;
94
- /**
95
- * Clip top right corner
96
- */
97
82
  "clipTopRightCorner": boolean;
98
83
  "headingLevel": 1 | 2 | 3 | 4 | 5 | 6;
99
- /**
100
- * Icon
101
- */
102
84
  "icon": boolean;
103
- /**
104
- * Icon colour
105
- */
106
- "iconColour": string;
107
- /**
108
- * Main title
109
- */
85
+ "iconColour": brandColour;
110
86
  "mainTitle": string;
111
- /**
112
- * Space below component
113
- */
114
- "spaceBelow": number;
115
- /**
116
- * Subtitle title
117
- */
87
+ "spaceBelow": spacingOption;
118
88
  "subtitle": string;
119
- /**
120
- * Teaser
121
- */
122
89
  "teaser": string;
123
- /**
124
- * Text colour
125
- */
126
- "textColour": string;
90
+ "textColour": brandColour;
127
91
  }
128
92
  interface BiggiveBeneficiaryIcon {
129
93
  /**
@@ -532,6 +496,12 @@ export namespace Components {
532
496
  */
533
497
  "spaceBelow": number;
534
498
  }
499
+ interface BiggiveCarousel {
500
+ "buttonBackgroundColour": brandColour;
501
+ "buttonIconColour": brandColour;
502
+ "columnCount": number;
503
+ "spaceBelow": spacingOption;
504
+ }
535
505
  interface BiggiveCategoryIcon {
536
506
  /**
537
507
  * Background colour
@@ -639,7 +609,7 @@ export namespace Components {
639
609
  /**
640
610
  * Button Colour Scheme
641
611
  */
642
- "buttonColourScheme": string;
612
+ "buttonColourScheme": brandColour;
643
613
  /**
644
614
  * Button Label
645
615
  */
@@ -651,7 +621,7 @@ export namespace Components {
651
621
  /**
652
622
  * Colour Scheme
653
623
  */
654
- "colourScheme": string;
624
+ "colourScheme": brandColour;
655
625
  /**
656
626
  * Full URL of a logo image.
657
627
  */
@@ -660,6 +630,10 @@ export namespace Components {
660
630
  * Logo alt text
661
631
  */
662
632
  "logoAltText": string;
633
+ /**
634
+ * Logo container height selection. Numbers are not measurements.
635
+ */
636
+ "logoHeight": 1|2|3|4|5|6|7|8|9|10;
663
637
  /**
664
638
  * Full URL of a main hero image.
665
639
  */
@@ -679,7 +653,7 @@ export namespace Components {
679
653
  /**
680
654
  * Main title colour
681
655
  */
682
- "mainTitleColour"?: string;
656
+ "mainTitleColour"?: brandColour;
683
657
  /**
684
658
  * Header slug
685
659
  */
@@ -687,11 +661,11 @@ export namespace Components {
687
661
  /**
688
662
  * Header slug colour
689
663
  */
690
- "slugColour": string;
664
+ "slugColour": brandColour;
691
665
  /**
692
666
  * Space below component
693
667
  */
694
- "spaceBelow": number;
668
+ "spaceBelow": spacingOption;
695
669
  /**
696
670
  * Introductory teaser text
697
671
  */
@@ -699,7 +673,7 @@ export namespace Components {
699
673
  /**
700
674
  * Teaser colour
701
675
  */
702
- "teaserColour"?: string;
676
+ "teaserColour"?: brandColour;
703
677
  }
704
678
  interface BiggiveIconGroup {
705
679
  /**
@@ -892,22 +866,11 @@ export namespace Components {
892
866
  "spaceBelow": number;
893
867
  }
894
868
  interface BiggiveQuote {
895
- /**
896
- * Attribution text
897
- */
898
869
  "attribution": string;
899
- /**
900
- * Default text colour
901
- */
902
- "defaultTextColour": string;
903
- /**
904
- * Quote text
905
- */
870
+ "defaultTextColour": brandColour;
906
871
  "quote": string;
907
- /**
908
- * Space below component
909
- */
910
- "spaceBelow": number;
872
+ "quoteIconColour": brandColour;
873
+ "spaceBelow": spacingOption;
911
874
  }
912
875
  /**
913
876
  * @deprecated (?) I don't think Donate is using this. Unless there is a WordPress use case,
@@ -947,30 +910,58 @@ export namespace Components {
947
910
  "wide": boolean;
948
911
  }
949
912
  interface BiggiveTab {
950
- /**
951
- * Title
952
- */
953
913
  "tabTitle": string;
954
914
  }
955
915
  interface BiggiveTabbedContent {
956
- /**
957
- * Default text colour
958
- */
959
- "defaultTextColour": string;
960
- /**
961
- * Space below component
962
- */
963
- "spaceBelow": number;
916
+ "buttonBackgroundColour": brandColour;
917
+ "buttonIconColour": brandColour;
918
+ "navigationHighlightColour": brandColour;
919
+ "selectedNavigationHighlightColour": brandColour;
920
+ "selectedTextColour": brandColour;
921
+ "spaceBelow": spacingOption;
922
+ "textColour": brandColour;
964
923
  }
965
924
  interface BiggiveTable {
966
925
  "bodyBackgroundColour": brandColour;
967
926
  "bodyTextColour": brandColour;
968
927
  "headerBackgroundColour": brandColour;
969
928
  "headerTextColour": brandColour;
970
- "spaceBelow": number;
929
+ "spaceBelow": spacingOption;
971
930
  }
972
931
  interface BiggiveTextInput {
973
932
  }
933
+ interface BiggiveTimeline {
934
+ "buttonBackgroundColour": brandColour;
935
+ "buttonIconColour": brandColour;
936
+ "entryBackgroundColour": brandColour;
937
+ "entryDateColour": brandColour;
938
+ "entryHighlightColour": brandColour;
939
+ "entryTextColour": brandColour;
940
+ "entryTitleColour": brandColour;
941
+ "navigationHighlightColour": brandColour;
942
+ "selectedNavigationHighlightColour": brandColour;
943
+ "selectedTextColour": brandColour;
944
+ "spaceBelow": spacingOption;
945
+ "textColour": brandColour;
946
+ }
947
+ interface BiggiveTimelineEntry {
948
+ /**
949
+ * Should be in the format 'YYYY-mm-dd', for example '2023-01-01'
950
+ */
951
+ "date": string;
952
+ "heading": string;
953
+ }
954
+ interface BiggiveTippingSlider {
955
+ "colourScheme": brandColour;
956
+ "donationAmount": number;
957
+ /**
958
+ * ISO-4217 currency code (e.g. GBP, USD)
959
+ */
960
+ "donationCurrency": 'GBP' | 'USD';
961
+ "percentageEnd": number;
962
+ "percentageStart": number;
963
+ "spaceBelow": spacingOption;
964
+ }
974
965
  interface BiggiveTotalizer {
975
966
  /**
976
967
  * Primary message
@@ -1101,6 +1092,18 @@ export interface BiggiveSearchCustomEvent<T> extends CustomEvent<T> {
1101
1092
  target: HTMLBiggiveSearchElement;
1102
1093
  }
1103
1094
  declare global {
1095
+ interface HTMLBiggiveAccordionElement extends Components.BiggiveAccordion, HTMLStencilElement {
1096
+ }
1097
+ var HTMLBiggiveAccordionElement: {
1098
+ prototype: HTMLBiggiveAccordionElement;
1099
+ new (): HTMLBiggiveAccordionElement;
1100
+ };
1101
+ interface HTMLBiggiveAccordionEntryElement extends Components.BiggiveAccordionEntry, HTMLStencilElement {
1102
+ }
1103
+ var HTMLBiggiveAccordionEntryElement: {
1104
+ prototype: HTMLBiggiveAccordionEntryElement;
1105
+ new (): HTMLBiggiveAccordionEntryElement;
1106
+ };
1104
1107
  interface HTMLBiggiveArticleCardElement extends Components.BiggiveArticleCard, HTMLStencilElement {
1105
1108
  }
1106
1109
  var HTMLBiggiveArticleCardElement: {
@@ -1173,6 +1176,12 @@ declare global {
1173
1176
  prototype: HTMLBiggiveCampaignHighlightsElement;
1174
1177
  new (): HTMLBiggiveCampaignHighlightsElement;
1175
1178
  };
1179
+ interface HTMLBiggiveCarouselElement extends Components.BiggiveCarousel, HTMLStencilElement {
1180
+ }
1181
+ var HTMLBiggiveCarouselElement: {
1182
+ prototype: HTMLBiggiveCarouselElement;
1183
+ new (): HTMLBiggiveCarouselElement;
1184
+ };
1176
1185
  interface HTMLBiggiveCategoryIconElement extends Components.BiggiveCategoryIcon, HTMLStencilElement {
1177
1186
  }
1178
1187
  var HTMLBiggiveCategoryIconElement: {
@@ -1361,6 +1370,24 @@ declare global {
1361
1370
  prototype: HTMLBiggiveTextInputElement;
1362
1371
  new (): HTMLBiggiveTextInputElement;
1363
1372
  };
1373
+ interface HTMLBiggiveTimelineElement extends Components.BiggiveTimeline, HTMLStencilElement {
1374
+ }
1375
+ var HTMLBiggiveTimelineElement: {
1376
+ prototype: HTMLBiggiveTimelineElement;
1377
+ new (): HTMLBiggiveTimelineElement;
1378
+ };
1379
+ interface HTMLBiggiveTimelineEntryElement extends Components.BiggiveTimelineEntry, HTMLStencilElement {
1380
+ }
1381
+ var HTMLBiggiveTimelineEntryElement: {
1382
+ prototype: HTMLBiggiveTimelineEntryElement;
1383
+ new (): HTMLBiggiveTimelineEntryElement;
1384
+ };
1385
+ interface HTMLBiggiveTippingSliderElement extends Components.BiggiveTippingSlider, HTMLStencilElement {
1386
+ }
1387
+ var HTMLBiggiveTippingSliderElement: {
1388
+ prototype: HTMLBiggiveTippingSliderElement;
1389
+ new (): HTMLBiggiveTippingSliderElement;
1390
+ };
1364
1391
  interface HTMLBiggiveTotalizerElement extends Components.BiggiveTotalizer, HTMLStencilElement {
1365
1392
  }
1366
1393
  var HTMLBiggiveTotalizerElement: {
@@ -1386,6 +1413,8 @@ declare global {
1386
1413
  new (): HTMLBiggiveVideoFeatureElement;
1387
1414
  };
1388
1415
  interface HTMLElementTagNameMap {
1416
+ "biggive-accordion": HTMLBiggiveAccordionElement;
1417
+ "biggive-accordion-entry": HTMLBiggiveAccordionEntryElement;
1389
1418
  "biggive-article-card": HTMLBiggiveArticleCardElement;
1390
1419
  "biggive-back-to-top": HTMLBiggiveBackToTopElement;
1391
1420
  "biggive-basic-card": HTMLBiggiveBasicCardElement;
@@ -1398,6 +1427,7 @@ declare global {
1398
1427
  "biggive-campaign-card": HTMLBiggiveCampaignCardElement;
1399
1428
  "biggive-campaign-card-filter-grid": HTMLBiggiveCampaignCardFilterGridElement;
1400
1429
  "biggive-campaign-highlights": HTMLBiggiveCampaignHighlightsElement;
1430
+ "biggive-carousel": HTMLBiggiveCarouselElement;
1401
1431
  "biggive-category-icon": HTMLBiggiveCategoryIconElement;
1402
1432
  "biggive-footer": HTMLBiggiveFooterElement;
1403
1433
  "biggive-form": HTMLBiggiveFormElement;
@@ -1428,6 +1458,9 @@ declare global {
1428
1458
  "biggive-tabbed-content": HTMLBiggiveTabbedContentElement;
1429
1459
  "biggive-table": HTMLBiggiveTableElement;
1430
1460
  "biggive-text-input": HTMLBiggiveTextInputElement;
1461
+ "biggive-timeline": HTMLBiggiveTimelineElement;
1462
+ "biggive-timeline-entry": HTMLBiggiveTimelineEntryElement;
1463
+ "biggive-tipping-slider": HTMLBiggiveTippingSliderElement;
1431
1464
  "biggive-totalizer": HTMLBiggiveTotalizerElement;
1432
1465
  "biggive-totalizer-ticker-item": HTMLBiggiveTotalizerTickerItemElement;
1433
1466
  "biggive-video": HTMLBiggiveVideoElement;
@@ -1435,6 +1468,14 @@ declare global {
1435
1468
  }
1436
1469
  }
1437
1470
  declare namespace LocalJSX {
1471
+ interface BiggiveAccordion {
1472
+ "headingColour"?: brandColour;
1473
+ "spaceBelow"?: spacingOption;
1474
+ "textColour"?: brandColour;
1475
+ }
1476
+ interface BiggiveAccordionEntry {
1477
+ "heading"?: string;
1478
+ }
1438
1479
  interface BiggiveArticleCard {
1439
1480
  /**
1440
1481
  * Card background colour
@@ -1488,67 +1529,23 @@ declare namespace LocalJSX {
1488
1529
  interface BiggiveBackToTop {
1489
1530
  }
1490
1531
  interface BiggiveBasicCard {
1491
- /**
1492
- * Background colour.
1493
- */
1494
- "backgroundColour"?: string;
1495
- /**
1496
- * Full URL of the background image.
1497
- */
1532
+ "addAnimation"?: boolean;
1533
+ "backgroundColour"?: brandColour;
1498
1534
  "backgroundImageUrl"?: string;
1499
- /**
1500
- * Button Colour Scheme
1501
- */
1502
1535
  "buttonColourScheme"?: string;
1503
- /**
1504
- * Button label
1505
- */
1506
1536
  "buttonLabel"?: string;
1507
- /**
1508
- * Button URL
1509
- */
1510
1537
  "buttonUrl"?: string;
1511
- /**
1512
- * Card colour
1513
- */
1514
- "cardColour"?: string;
1515
- /**
1516
- * Clip bottom left corner
1517
- */
1538
+ "cardColour"?: brandColour;
1518
1539
  "clipBottomLeftCorner"?: boolean;
1519
- /**
1520
- * Clip top right corner
1521
- */
1522
1540
  "clipTopRightCorner"?: boolean;
1523
1541
  "headingLevel"?: 1 | 2 | 3 | 4 | 5 | 6;
1524
- /**
1525
- * Icon
1526
- */
1527
1542
  "icon"?: boolean;
1528
- /**
1529
- * Icon colour
1530
- */
1531
- "iconColour"?: string;
1532
- /**
1533
- * Main title
1534
- */
1543
+ "iconColour"?: brandColour;
1535
1544
  "mainTitle"?: string;
1536
- /**
1537
- * Space below component
1538
- */
1539
- "spaceBelow"?: number;
1540
- /**
1541
- * Subtitle title
1542
- */
1545
+ "spaceBelow"?: spacingOption;
1543
1546
  "subtitle"?: string;
1544
- /**
1545
- * Teaser
1546
- */
1547
1547
  "teaser"?: string;
1548
- /**
1549
- * Text colour
1550
- */
1551
- "textColour"?: string;
1548
+ "textColour"?: brandColour;
1552
1549
  }
1553
1550
  interface BiggiveBeneficiaryIcon {
1554
1551
  /**
@@ -1970,6 +1967,12 @@ declare namespace LocalJSX {
1970
1967
  */
1971
1968
  "spaceBelow"?: number;
1972
1969
  }
1970
+ interface BiggiveCarousel {
1971
+ "buttonBackgroundColour"?: brandColour;
1972
+ "buttonIconColour"?: brandColour;
1973
+ "columnCount"?: number;
1974
+ "spaceBelow"?: spacingOption;
1975
+ }
1973
1976
  interface BiggiveCategoryIcon {
1974
1977
  /**
1975
1978
  * Background colour
@@ -2084,7 +2087,7 @@ declare namespace LocalJSX {
2084
2087
  /**
2085
2088
  * Button Colour Scheme
2086
2089
  */
2087
- "buttonColourScheme"?: string;
2090
+ "buttonColourScheme"?: brandColour;
2088
2091
  /**
2089
2092
  * Button Label
2090
2093
  */
@@ -2096,7 +2099,7 @@ declare namespace LocalJSX {
2096
2099
  /**
2097
2100
  * Colour Scheme
2098
2101
  */
2099
- "colourScheme"?: string;
2102
+ "colourScheme"?: brandColour;
2100
2103
  /**
2101
2104
  * Full URL of a logo image.
2102
2105
  */
@@ -2105,6 +2108,10 @@ declare namespace LocalJSX {
2105
2108
  * Logo alt text
2106
2109
  */
2107
2110
  "logoAltText"?: string;
2111
+ /**
2112
+ * Logo container height selection. Numbers are not measurements.
2113
+ */
2114
+ "logoHeight"?: 1|2|3|4|5|6|7|8|9|10;
2108
2115
  /**
2109
2116
  * Full URL of a main hero image.
2110
2117
  */
@@ -2124,7 +2131,7 @@ declare namespace LocalJSX {
2124
2131
  /**
2125
2132
  * Main title colour
2126
2133
  */
2127
- "mainTitleColour"?: string;
2134
+ "mainTitleColour"?: brandColour;
2128
2135
  /**
2129
2136
  * Header slug
2130
2137
  */
@@ -2132,11 +2139,11 @@ declare namespace LocalJSX {
2132
2139
  /**
2133
2140
  * Header slug colour
2134
2141
  */
2135
- "slugColour"?: string;
2142
+ "slugColour"?: brandColour;
2136
2143
  /**
2137
2144
  * Space below component
2138
2145
  */
2139
- "spaceBelow"?: number;
2146
+ "spaceBelow"?: spacingOption;
2140
2147
  /**
2141
2148
  * Introductory teaser text
2142
2149
  */
@@ -2144,7 +2151,7 @@ declare namespace LocalJSX {
2144
2151
  /**
2145
2152
  * Teaser colour
2146
2153
  */
2147
- "teaserColour"?: string;
2154
+ "teaserColour"?: brandColour;
2148
2155
  }
2149
2156
  interface BiggiveIconGroup {
2150
2157
  /**
@@ -2334,22 +2341,11 @@ declare namespace LocalJSX {
2334
2341
  "spaceBelow"?: number;
2335
2342
  }
2336
2343
  interface BiggiveQuote {
2337
- /**
2338
- * Attribution text
2339
- */
2340
2344
  "attribution"?: string;
2341
- /**
2342
- * Default text colour
2343
- */
2344
- "defaultTextColour"?: string;
2345
- /**
2346
- * Quote text
2347
- */
2345
+ "defaultTextColour"?: brandColour;
2348
2346
  "quote"?: string;
2349
- /**
2350
- * Space below component
2351
- */
2352
- "spaceBelow"?: number;
2347
+ "quoteIconColour"?: brandColour;
2348
+ "spaceBelow"?: spacingOption;
2353
2349
  }
2354
2350
  /**
2355
2351
  * @deprecated (?) I don't think Donate is using this. Unless there is a WordPress use case,
@@ -2393,30 +2389,58 @@ declare namespace LocalJSX {
2393
2389
  "wide"?: boolean;
2394
2390
  }
2395
2391
  interface BiggiveTab {
2396
- /**
2397
- * Title
2398
- */
2399
2392
  "tabTitle"?: string;
2400
2393
  }
2401
2394
  interface BiggiveTabbedContent {
2402
- /**
2403
- * Default text colour
2404
- */
2405
- "defaultTextColour"?: string;
2406
- /**
2407
- * Space below component
2408
- */
2409
- "spaceBelow"?: number;
2395
+ "buttonBackgroundColour"?: brandColour;
2396
+ "buttonIconColour"?: brandColour;
2397
+ "navigationHighlightColour"?: brandColour;
2398
+ "selectedNavigationHighlightColour"?: brandColour;
2399
+ "selectedTextColour"?: brandColour;
2400
+ "spaceBelow"?: spacingOption;
2401
+ "textColour"?: brandColour;
2410
2402
  }
2411
2403
  interface BiggiveTable {
2412
2404
  "bodyBackgroundColour"?: brandColour;
2413
2405
  "bodyTextColour"?: brandColour;
2414
2406
  "headerBackgroundColour"?: brandColour;
2415
2407
  "headerTextColour"?: brandColour;
2416
- "spaceBelow"?: number;
2408
+ "spaceBelow"?: spacingOption;
2417
2409
  }
2418
2410
  interface BiggiveTextInput {
2419
2411
  }
2412
+ interface BiggiveTimeline {
2413
+ "buttonBackgroundColour"?: brandColour;
2414
+ "buttonIconColour"?: brandColour;
2415
+ "entryBackgroundColour"?: brandColour;
2416
+ "entryDateColour"?: brandColour;
2417
+ "entryHighlightColour"?: brandColour;
2418
+ "entryTextColour"?: brandColour;
2419
+ "entryTitleColour"?: brandColour;
2420
+ "navigationHighlightColour"?: brandColour;
2421
+ "selectedNavigationHighlightColour"?: brandColour;
2422
+ "selectedTextColour"?: brandColour;
2423
+ "spaceBelow"?: spacingOption;
2424
+ "textColour"?: brandColour;
2425
+ }
2426
+ interface BiggiveTimelineEntry {
2427
+ /**
2428
+ * Should be in the format 'YYYY-mm-dd', for example '2023-01-01'
2429
+ */
2430
+ "date"?: string;
2431
+ "heading"?: string;
2432
+ }
2433
+ interface BiggiveTippingSlider {
2434
+ "colourScheme"?: brandColour;
2435
+ "donationAmount"?: number;
2436
+ /**
2437
+ * ISO-4217 currency code (e.g. GBP, USD)
2438
+ */
2439
+ "donationCurrency": 'GBP' | 'USD';
2440
+ "percentageEnd"?: number;
2441
+ "percentageStart"?: number;
2442
+ "spaceBelow"?: spacingOption;
2443
+ }
2420
2444
  interface BiggiveTotalizer {
2421
2445
  /**
2422
2446
  * Primary message
@@ -2522,6 +2546,8 @@ declare namespace LocalJSX {
2522
2546
  "videoUrl"?: string;
2523
2547
  }
2524
2548
  interface IntrinsicElements {
2549
+ "biggive-accordion": BiggiveAccordion;
2550
+ "biggive-accordion-entry": BiggiveAccordionEntry;
2525
2551
  "biggive-article-card": BiggiveArticleCard;
2526
2552
  "biggive-back-to-top": BiggiveBackToTop;
2527
2553
  "biggive-basic-card": BiggiveBasicCard;
@@ -2534,6 +2560,7 @@ declare namespace LocalJSX {
2534
2560
  "biggive-campaign-card": BiggiveCampaignCard;
2535
2561
  "biggive-campaign-card-filter-grid": BiggiveCampaignCardFilterGrid;
2536
2562
  "biggive-campaign-highlights": BiggiveCampaignHighlights;
2563
+ "biggive-carousel": BiggiveCarousel;
2537
2564
  "biggive-category-icon": BiggiveCategoryIcon;
2538
2565
  "biggive-footer": BiggiveFooter;
2539
2566
  "biggive-form": BiggiveForm;
@@ -2564,6 +2591,9 @@ declare namespace LocalJSX {
2564
2591
  "biggive-tabbed-content": BiggiveTabbedContent;
2565
2592
  "biggive-table": BiggiveTable;
2566
2593
  "biggive-text-input": BiggiveTextInput;
2594
+ "biggive-timeline": BiggiveTimeline;
2595
+ "biggive-timeline-entry": BiggiveTimelineEntry;
2596
+ "biggive-tipping-slider": BiggiveTippingSlider;
2567
2597
  "biggive-totalizer": BiggiveTotalizer;
2568
2598
  "biggive-totalizer-ticker-item": BiggiveTotalizerTickerItem;
2569
2599
  "biggive-video": BiggiveVideo;
@@ -2574,6 +2604,8 @@ export { LocalJSX as JSX };
2574
2604
  declare module "@stencil/core" {
2575
2605
  export namespace JSX {
2576
2606
  interface IntrinsicElements {
2607
+ "biggive-accordion": LocalJSX.BiggiveAccordion & JSXBase.HTMLAttributes<HTMLBiggiveAccordionElement>;
2608
+ "biggive-accordion-entry": LocalJSX.BiggiveAccordionEntry & JSXBase.HTMLAttributes<HTMLBiggiveAccordionEntryElement>;
2577
2609
  "biggive-article-card": LocalJSX.BiggiveArticleCard & JSXBase.HTMLAttributes<HTMLBiggiveArticleCardElement>;
2578
2610
  "biggive-back-to-top": LocalJSX.BiggiveBackToTop & JSXBase.HTMLAttributes<HTMLBiggiveBackToTopElement>;
2579
2611
  "biggive-basic-card": LocalJSX.BiggiveBasicCard & JSXBase.HTMLAttributes<HTMLBiggiveBasicCardElement>;
@@ -2586,6 +2618,7 @@ declare module "@stencil/core" {
2586
2618
  "biggive-campaign-card": LocalJSX.BiggiveCampaignCard & JSXBase.HTMLAttributes<HTMLBiggiveCampaignCardElement>;
2587
2619
  "biggive-campaign-card-filter-grid": LocalJSX.BiggiveCampaignCardFilterGrid & JSXBase.HTMLAttributes<HTMLBiggiveCampaignCardFilterGridElement>;
2588
2620
  "biggive-campaign-highlights": LocalJSX.BiggiveCampaignHighlights & JSXBase.HTMLAttributes<HTMLBiggiveCampaignHighlightsElement>;
2621
+ "biggive-carousel": LocalJSX.BiggiveCarousel & JSXBase.HTMLAttributes<HTMLBiggiveCarouselElement>;
2589
2622
  "biggive-category-icon": LocalJSX.BiggiveCategoryIcon & JSXBase.HTMLAttributes<HTMLBiggiveCategoryIconElement>;
2590
2623
  "biggive-footer": LocalJSX.BiggiveFooter & JSXBase.HTMLAttributes<HTMLBiggiveFooterElement>;
2591
2624
  "biggive-form": LocalJSX.BiggiveForm & JSXBase.HTMLAttributes<HTMLBiggiveFormElement>;
@@ -2624,6 +2657,9 @@ declare module "@stencil/core" {
2624
2657
  "biggive-tabbed-content": LocalJSX.BiggiveTabbedContent & JSXBase.HTMLAttributes<HTMLBiggiveTabbedContentElement>;
2625
2658
  "biggive-table": LocalJSX.BiggiveTable & JSXBase.HTMLAttributes<HTMLBiggiveTableElement>;
2626
2659
  "biggive-text-input": LocalJSX.BiggiveTextInput & JSXBase.HTMLAttributes<HTMLBiggiveTextInputElement>;
2660
+ "biggive-timeline": LocalJSX.BiggiveTimeline & JSXBase.HTMLAttributes<HTMLBiggiveTimelineElement>;
2661
+ "biggive-timeline-entry": LocalJSX.BiggiveTimelineEntry & JSXBase.HTMLAttributes<HTMLBiggiveTimelineEntryElement>;
2662
+ "biggive-tipping-slider": LocalJSX.BiggiveTippingSlider & JSXBase.HTMLAttributes<HTMLBiggiveTippingSliderElement>;
2627
2663
  "biggive-totalizer": LocalJSX.BiggiveTotalizer & JSXBase.HTMLAttributes<HTMLBiggiveTotalizerElement>;
2628
2664
  "biggive-totalizer-ticker-item": LocalJSX.BiggiveTotalizerTickerItem & JSXBase.HTMLAttributes<HTMLBiggiveTotalizerTickerItemElement>;
2629
2665
  "biggive-video": LocalJSX.BiggiveVideo & JSXBase.HTMLAttributes<HTMLBiggiveVideoElement>;