@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
@@ -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,55 @@ 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
+ "donationCurrency": '£';
958
+ "percentageEnd": number;
959
+ "percentageStart": number;
960
+ "spaceBelow": spacingOption;
961
+ }
974
962
  interface BiggiveTotalizer {
975
963
  /**
976
964
  * Primary message
@@ -1101,6 +1089,18 @@ export interface BiggiveSearchCustomEvent<T> extends CustomEvent<T> {
1101
1089
  target: HTMLBiggiveSearchElement;
1102
1090
  }
1103
1091
  declare global {
1092
+ interface HTMLBiggiveAccordionElement extends Components.BiggiveAccordion, HTMLStencilElement {
1093
+ }
1094
+ var HTMLBiggiveAccordionElement: {
1095
+ prototype: HTMLBiggiveAccordionElement;
1096
+ new (): HTMLBiggiveAccordionElement;
1097
+ };
1098
+ interface HTMLBiggiveAccordionEntryElement extends Components.BiggiveAccordionEntry, HTMLStencilElement {
1099
+ }
1100
+ var HTMLBiggiveAccordionEntryElement: {
1101
+ prototype: HTMLBiggiveAccordionEntryElement;
1102
+ new (): HTMLBiggiveAccordionEntryElement;
1103
+ };
1104
1104
  interface HTMLBiggiveArticleCardElement extends Components.BiggiveArticleCard, HTMLStencilElement {
1105
1105
  }
1106
1106
  var HTMLBiggiveArticleCardElement: {
@@ -1173,6 +1173,12 @@ declare global {
1173
1173
  prototype: HTMLBiggiveCampaignHighlightsElement;
1174
1174
  new (): HTMLBiggiveCampaignHighlightsElement;
1175
1175
  };
1176
+ interface HTMLBiggiveCarouselElement extends Components.BiggiveCarousel, HTMLStencilElement {
1177
+ }
1178
+ var HTMLBiggiveCarouselElement: {
1179
+ prototype: HTMLBiggiveCarouselElement;
1180
+ new (): HTMLBiggiveCarouselElement;
1181
+ };
1176
1182
  interface HTMLBiggiveCategoryIconElement extends Components.BiggiveCategoryIcon, HTMLStencilElement {
1177
1183
  }
1178
1184
  var HTMLBiggiveCategoryIconElement: {
@@ -1361,6 +1367,24 @@ declare global {
1361
1367
  prototype: HTMLBiggiveTextInputElement;
1362
1368
  new (): HTMLBiggiveTextInputElement;
1363
1369
  };
1370
+ interface HTMLBiggiveTimelineElement extends Components.BiggiveTimeline, HTMLStencilElement {
1371
+ }
1372
+ var HTMLBiggiveTimelineElement: {
1373
+ prototype: HTMLBiggiveTimelineElement;
1374
+ new (): HTMLBiggiveTimelineElement;
1375
+ };
1376
+ interface HTMLBiggiveTimelineEntryElement extends Components.BiggiveTimelineEntry, HTMLStencilElement {
1377
+ }
1378
+ var HTMLBiggiveTimelineEntryElement: {
1379
+ prototype: HTMLBiggiveTimelineEntryElement;
1380
+ new (): HTMLBiggiveTimelineEntryElement;
1381
+ };
1382
+ interface HTMLBiggiveTippingSliderElement extends Components.BiggiveTippingSlider, HTMLStencilElement {
1383
+ }
1384
+ var HTMLBiggiveTippingSliderElement: {
1385
+ prototype: HTMLBiggiveTippingSliderElement;
1386
+ new (): HTMLBiggiveTippingSliderElement;
1387
+ };
1364
1388
  interface HTMLBiggiveTotalizerElement extends Components.BiggiveTotalizer, HTMLStencilElement {
1365
1389
  }
1366
1390
  var HTMLBiggiveTotalizerElement: {
@@ -1386,6 +1410,8 @@ declare global {
1386
1410
  new (): HTMLBiggiveVideoFeatureElement;
1387
1411
  };
1388
1412
  interface HTMLElementTagNameMap {
1413
+ "biggive-accordion": HTMLBiggiveAccordionElement;
1414
+ "biggive-accordion-entry": HTMLBiggiveAccordionEntryElement;
1389
1415
  "biggive-article-card": HTMLBiggiveArticleCardElement;
1390
1416
  "biggive-back-to-top": HTMLBiggiveBackToTopElement;
1391
1417
  "biggive-basic-card": HTMLBiggiveBasicCardElement;
@@ -1398,6 +1424,7 @@ declare global {
1398
1424
  "biggive-campaign-card": HTMLBiggiveCampaignCardElement;
1399
1425
  "biggive-campaign-card-filter-grid": HTMLBiggiveCampaignCardFilterGridElement;
1400
1426
  "biggive-campaign-highlights": HTMLBiggiveCampaignHighlightsElement;
1427
+ "biggive-carousel": HTMLBiggiveCarouselElement;
1401
1428
  "biggive-category-icon": HTMLBiggiveCategoryIconElement;
1402
1429
  "biggive-footer": HTMLBiggiveFooterElement;
1403
1430
  "biggive-form": HTMLBiggiveFormElement;
@@ -1428,6 +1455,9 @@ declare global {
1428
1455
  "biggive-tabbed-content": HTMLBiggiveTabbedContentElement;
1429
1456
  "biggive-table": HTMLBiggiveTableElement;
1430
1457
  "biggive-text-input": HTMLBiggiveTextInputElement;
1458
+ "biggive-timeline": HTMLBiggiveTimelineElement;
1459
+ "biggive-timeline-entry": HTMLBiggiveTimelineEntryElement;
1460
+ "biggive-tipping-slider": HTMLBiggiveTippingSliderElement;
1431
1461
  "biggive-totalizer": HTMLBiggiveTotalizerElement;
1432
1462
  "biggive-totalizer-ticker-item": HTMLBiggiveTotalizerTickerItemElement;
1433
1463
  "biggive-video": HTMLBiggiveVideoElement;
@@ -1435,6 +1465,14 @@ declare global {
1435
1465
  }
1436
1466
  }
1437
1467
  declare namespace LocalJSX {
1468
+ interface BiggiveAccordion {
1469
+ "headingColour"?: brandColour;
1470
+ "spaceBelow"?: spacingOption;
1471
+ "textColour"?: brandColour;
1472
+ }
1473
+ interface BiggiveAccordionEntry {
1474
+ "heading"?: string;
1475
+ }
1438
1476
  interface BiggiveArticleCard {
1439
1477
  /**
1440
1478
  * Card background colour
@@ -1488,67 +1526,23 @@ declare namespace LocalJSX {
1488
1526
  interface BiggiveBackToTop {
1489
1527
  }
1490
1528
  interface BiggiveBasicCard {
1491
- /**
1492
- * Background colour.
1493
- */
1494
- "backgroundColour"?: string;
1495
- /**
1496
- * Full URL of the background image.
1497
- */
1529
+ "addAnimation"?: boolean;
1530
+ "backgroundColour"?: brandColour;
1498
1531
  "backgroundImageUrl"?: string;
1499
- /**
1500
- * Button Colour Scheme
1501
- */
1502
1532
  "buttonColourScheme"?: string;
1503
- /**
1504
- * Button label
1505
- */
1506
1533
  "buttonLabel"?: string;
1507
- /**
1508
- * Button URL
1509
- */
1510
1534
  "buttonUrl"?: string;
1511
- /**
1512
- * Card colour
1513
- */
1514
- "cardColour"?: string;
1515
- /**
1516
- * Clip bottom left corner
1517
- */
1535
+ "cardColour"?: brandColour;
1518
1536
  "clipBottomLeftCorner"?: boolean;
1519
- /**
1520
- * Clip top right corner
1521
- */
1522
1537
  "clipTopRightCorner"?: boolean;
1523
1538
  "headingLevel"?: 1 | 2 | 3 | 4 | 5 | 6;
1524
- /**
1525
- * Icon
1526
- */
1527
1539
  "icon"?: boolean;
1528
- /**
1529
- * Icon colour
1530
- */
1531
- "iconColour"?: string;
1532
- /**
1533
- * Main title
1534
- */
1540
+ "iconColour"?: brandColour;
1535
1541
  "mainTitle"?: string;
1536
- /**
1537
- * Space below component
1538
- */
1539
- "spaceBelow"?: number;
1540
- /**
1541
- * Subtitle title
1542
- */
1542
+ "spaceBelow"?: spacingOption;
1543
1543
  "subtitle"?: string;
1544
- /**
1545
- * Teaser
1546
- */
1547
1544
  "teaser"?: string;
1548
- /**
1549
- * Text colour
1550
- */
1551
- "textColour"?: string;
1545
+ "textColour"?: brandColour;
1552
1546
  }
1553
1547
  interface BiggiveBeneficiaryIcon {
1554
1548
  /**
@@ -1970,6 +1964,12 @@ declare namespace LocalJSX {
1970
1964
  */
1971
1965
  "spaceBelow"?: number;
1972
1966
  }
1967
+ interface BiggiveCarousel {
1968
+ "buttonBackgroundColour"?: brandColour;
1969
+ "buttonIconColour"?: brandColour;
1970
+ "columnCount"?: number;
1971
+ "spaceBelow"?: spacingOption;
1972
+ }
1973
1973
  interface BiggiveCategoryIcon {
1974
1974
  /**
1975
1975
  * Background colour
@@ -2084,7 +2084,7 @@ declare namespace LocalJSX {
2084
2084
  /**
2085
2085
  * Button Colour Scheme
2086
2086
  */
2087
- "buttonColourScheme"?: string;
2087
+ "buttonColourScheme"?: brandColour;
2088
2088
  /**
2089
2089
  * Button Label
2090
2090
  */
@@ -2096,7 +2096,7 @@ declare namespace LocalJSX {
2096
2096
  /**
2097
2097
  * Colour Scheme
2098
2098
  */
2099
- "colourScheme"?: string;
2099
+ "colourScheme"?: brandColour;
2100
2100
  /**
2101
2101
  * Full URL of a logo image.
2102
2102
  */
@@ -2105,6 +2105,10 @@ declare namespace LocalJSX {
2105
2105
  * Logo alt text
2106
2106
  */
2107
2107
  "logoAltText"?: string;
2108
+ /**
2109
+ * Logo container height selection. Numbers are not measurements.
2110
+ */
2111
+ "logoHeight"?: 1|2|3|4|5|6|7|8|9|10;
2108
2112
  /**
2109
2113
  * Full URL of a main hero image.
2110
2114
  */
@@ -2124,7 +2128,7 @@ declare namespace LocalJSX {
2124
2128
  /**
2125
2129
  * Main title colour
2126
2130
  */
2127
- "mainTitleColour"?: string;
2131
+ "mainTitleColour"?: brandColour;
2128
2132
  /**
2129
2133
  * Header slug
2130
2134
  */
@@ -2132,11 +2136,11 @@ declare namespace LocalJSX {
2132
2136
  /**
2133
2137
  * Header slug colour
2134
2138
  */
2135
- "slugColour"?: string;
2139
+ "slugColour"?: brandColour;
2136
2140
  /**
2137
2141
  * Space below component
2138
2142
  */
2139
- "spaceBelow"?: number;
2143
+ "spaceBelow"?: spacingOption;
2140
2144
  /**
2141
2145
  * Introductory teaser text
2142
2146
  */
@@ -2144,7 +2148,7 @@ declare namespace LocalJSX {
2144
2148
  /**
2145
2149
  * Teaser colour
2146
2150
  */
2147
- "teaserColour"?: string;
2151
+ "teaserColour"?: brandColour;
2148
2152
  }
2149
2153
  interface BiggiveIconGroup {
2150
2154
  /**
@@ -2334,22 +2338,11 @@ declare namespace LocalJSX {
2334
2338
  "spaceBelow"?: number;
2335
2339
  }
2336
2340
  interface BiggiveQuote {
2337
- /**
2338
- * Attribution text
2339
- */
2340
2341
  "attribution"?: string;
2341
- /**
2342
- * Default text colour
2343
- */
2344
- "defaultTextColour"?: string;
2345
- /**
2346
- * Quote text
2347
- */
2342
+ "defaultTextColour"?: brandColour;
2348
2343
  "quote"?: string;
2349
- /**
2350
- * Space below component
2351
- */
2352
- "spaceBelow"?: number;
2344
+ "quoteIconColour"?: brandColour;
2345
+ "spaceBelow"?: spacingOption;
2353
2346
  }
2354
2347
  /**
2355
2348
  * @deprecated (?) I don't think Donate is using this. Unless there is a WordPress use case,
@@ -2393,30 +2386,55 @@ declare namespace LocalJSX {
2393
2386
  "wide"?: boolean;
2394
2387
  }
2395
2388
  interface BiggiveTab {
2396
- /**
2397
- * Title
2398
- */
2399
2389
  "tabTitle"?: string;
2400
2390
  }
2401
2391
  interface BiggiveTabbedContent {
2402
- /**
2403
- * Default text colour
2404
- */
2405
- "defaultTextColour"?: string;
2406
- /**
2407
- * Space below component
2408
- */
2409
- "spaceBelow"?: number;
2392
+ "buttonBackgroundColour"?: brandColour;
2393
+ "buttonIconColour"?: brandColour;
2394
+ "navigationHighlightColour"?: brandColour;
2395
+ "selectedNavigationHighlightColour"?: brandColour;
2396
+ "selectedTextColour"?: brandColour;
2397
+ "spaceBelow"?: spacingOption;
2398
+ "textColour"?: brandColour;
2410
2399
  }
2411
2400
  interface BiggiveTable {
2412
2401
  "bodyBackgroundColour"?: brandColour;
2413
2402
  "bodyTextColour"?: brandColour;
2414
2403
  "headerBackgroundColour"?: brandColour;
2415
2404
  "headerTextColour"?: brandColour;
2416
- "spaceBelow"?: number;
2405
+ "spaceBelow"?: spacingOption;
2417
2406
  }
2418
2407
  interface BiggiveTextInput {
2419
2408
  }
2409
+ interface BiggiveTimeline {
2410
+ "buttonBackgroundColour"?: brandColour;
2411
+ "buttonIconColour"?: brandColour;
2412
+ "entryBackgroundColour"?: brandColour;
2413
+ "entryDateColour"?: brandColour;
2414
+ "entryHighlightColour"?: brandColour;
2415
+ "entryTextColour"?: brandColour;
2416
+ "entryTitleColour"?: brandColour;
2417
+ "navigationHighlightColour"?: brandColour;
2418
+ "selectedNavigationHighlightColour"?: brandColour;
2419
+ "selectedTextColour"?: brandColour;
2420
+ "spaceBelow"?: spacingOption;
2421
+ "textColour"?: brandColour;
2422
+ }
2423
+ interface BiggiveTimelineEntry {
2424
+ /**
2425
+ * Should be in the format 'YYYY-mm-dd', for example '2023-01-01'
2426
+ */
2427
+ "date"?: string;
2428
+ "heading"?: string;
2429
+ }
2430
+ interface BiggiveTippingSlider {
2431
+ "colourScheme"?: brandColour;
2432
+ "donationAmount"?: number;
2433
+ "donationCurrency"?: '£';
2434
+ "percentageEnd"?: number;
2435
+ "percentageStart"?: number;
2436
+ "spaceBelow"?: spacingOption;
2437
+ }
2420
2438
  interface BiggiveTotalizer {
2421
2439
  /**
2422
2440
  * Primary message
@@ -2522,6 +2540,8 @@ declare namespace LocalJSX {
2522
2540
  "videoUrl"?: string;
2523
2541
  }
2524
2542
  interface IntrinsicElements {
2543
+ "biggive-accordion": BiggiveAccordion;
2544
+ "biggive-accordion-entry": BiggiveAccordionEntry;
2525
2545
  "biggive-article-card": BiggiveArticleCard;
2526
2546
  "biggive-back-to-top": BiggiveBackToTop;
2527
2547
  "biggive-basic-card": BiggiveBasicCard;
@@ -2534,6 +2554,7 @@ declare namespace LocalJSX {
2534
2554
  "biggive-campaign-card": BiggiveCampaignCard;
2535
2555
  "biggive-campaign-card-filter-grid": BiggiveCampaignCardFilterGrid;
2536
2556
  "biggive-campaign-highlights": BiggiveCampaignHighlights;
2557
+ "biggive-carousel": BiggiveCarousel;
2537
2558
  "biggive-category-icon": BiggiveCategoryIcon;
2538
2559
  "biggive-footer": BiggiveFooter;
2539
2560
  "biggive-form": BiggiveForm;
@@ -2564,6 +2585,9 @@ declare namespace LocalJSX {
2564
2585
  "biggive-tabbed-content": BiggiveTabbedContent;
2565
2586
  "biggive-table": BiggiveTable;
2566
2587
  "biggive-text-input": BiggiveTextInput;
2588
+ "biggive-timeline": BiggiveTimeline;
2589
+ "biggive-timeline-entry": BiggiveTimelineEntry;
2590
+ "biggive-tipping-slider": BiggiveTippingSlider;
2567
2591
  "biggive-totalizer": BiggiveTotalizer;
2568
2592
  "biggive-totalizer-ticker-item": BiggiveTotalizerTickerItem;
2569
2593
  "biggive-video": BiggiveVideo;
@@ -2574,6 +2598,8 @@ export { LocalJSX as JSX };
2574
2598
  declare module "@stencil/core" {
2575
2599
  export namespace JSX {
2576
2600
  interface IntrinsicElements {
2601
+ "biggive-accordion": LocalJSX.BiggiveAccordion & JSXBase.HTMLAttributes<HTMLBiggiveAccordionElement>;
2602
+ "biggive-accordion-entry": LocalJSX.BiggiveAccordionEntry & JSXBase.HTMLAttributes<HTMLBiggiveAccordionEntryElement>;
2577
2603
  "biggive-article-card": LocalJSX.BiggiveArticleCard & JSXBase.HTMLAttributes<HTMLBiggiveArticleCardElement>;
2578
2604
  "biggive-back-to-top": LocalJSX.BiggiveBackToTop & JSXBase.HTMLAttributes<HTMLBiggiveBackToTopElement>;
2579
2605
  "biggive-basic-card": LocalJSX.BiggiveBasicCard & JSXBase.HTMLAttributes<HTMLBiggiveBasicCardElement>;
@@ -2586,6 +2612,7 @@ declare module "@stencil/core" {
2586
2612
  "biggive-campaign-card": LocalJSX.BiggiveCampaignCard & JSXBase.HTMLAttributes<HTMLBiggiveCampaignCardElement>;
2587
2613
  "biggive-campaign-card-filter-grid": LocalJSX.BiggiveCampaignCardFilterGrid & JSXBase.HTMLAttributes<HTMLBiggiveCampaignCardFilterGridElement>;
2588
2614
  "biggive-campaign-highlights": LocalJSX.BiggiveCampaignHighlights & JSXBase.HTMLAttributes<HTMLBiggiveCampaignHighlightsElement>;
2615
+ "biggive-carousel": LocalJSX.BiggiveCarousel & JSXBase.HTMLAttributes<HTMLBiggiveCarouselElement>;
2589
2616
  "biggive-category-icon": LocalJSX.BiggiveCategoryIcon & JSXBase.HTMLAttributes<HTMLBiggiveCategoryIconElement>;
2590
2617
  "biggive-footer": LocalJSX.BiggiveFooter & JSXBase.HTMLAttributes<HTMLBiggiveFooterElement>;
2591
2618
  "biggive-form": LocalJSX.BiggiveForm & JSXBase.HTMLAttributes<HTMLBiggiveFormElement>;
@@ -2624,6 +2651,9 @@ declare module "@stencil/core" {
2624
2651
  "biggive-tabbed-content": LocalJSX.BiggiveTabbedContent & JSXBase.HTMLAttributes<HTMLBiggiveTabbedContentElement>;
2625
2652
  "biggive-table": LocalJSX.BiggiveTable & JSXBase.HTMLAttributes<HTMLBiggiveTableElement>;
2626
2653
  "biggive-text-input": LocalJSX.BiggiveTextInput & JSXBase.HTMLAttributes<HTMLBiggiveTextInputElement>;
2654
+ "biggive-timeline": LocalJSX.BiggiveTimeline & JSXBase.HTMLAttributes<HTMLBiggiveTimelineElement>;
2655
+ "biggive-timeline-entry": LocalJSX.BiggiveTimelineEntry & JSXBase.HTMLAttributes<HTMLBiggiveTimelineEntryElement>;
2656
+ "biggive-tipping-slider": LocalJSX.BiggiveTippingSlider & JSXBase.HTMLAttributes<HTMLBiggiveTippingSliderElement>;
2627
2657
  "biggive-totalizer": LocalJSX.BiggiveTotalizer & JSXBase.HTMLAttributes<HTMLBiggiveTotalizerElement>;
2628
2658
  "biggive-totalizer-ticker-item": LocalJSX.BiggiveTotalizerTickerItem & JSXBase.HTMLAttributes<HTMLBiggiveTotalizerTickerItemElement>;
2629
2659
  "biggive-video": LocalJSX.BiggiveVideo & JSXBase.HTMLAttributes<HTMLBiggiveVideoElement>;