@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
@@ -1,64 +1,22 @@
1
+ import { brandColour } from '../../globals/brand-colour';
2
+ import { spacingOption } from '../../globals/spacing-option';
1
3
  export declare class BiggiveBasicCard {
2
- /**
3
- * Space below component
4
- */
5
- spaceBelow: number;
6
- /**
7
- * Background colour.
8
- */
9
- backgroundColour: string;
10
- /**
11
- * Full URL of the background image.
12
- */
4
+ spaceBelow: spacingOption;
5
+ backgroundColour: brandColour;
13
6
  backgroundImageUrl: string;
14
- /**
15
- * Card colour
16
- */
17
- cardColour: string;
18
- /**
19
- * Text colour
20
- */
21
- textColour: string;
22
- /**
23
- * Main title
24
- */
7
+ cardColour: brandColour;
8
+ textColour: brandColour;
25
9
  mainTitle: string;
26
- /**
27
- * Subtitle title
28
- */
29
10
  subtitle: string;
30
- /**
31
- * Teaser
32
- */
33
11
  teaser: string;
34
- /**
35
- * Icon
36
- */
37
12
  icon: boolean;
38
- /**
39
- * Icon colour
40
- */
41
- iconColour: string;
42
- /**
43
- * Button label
44
- */
13
+ iconColour: brandColour;
45
14
  buttonLabel: string;
46
- /**
47
- * Button URL
48
- */
49
15
  buttonUrl: string;
50
- /**
51
- * Button Colour Scheme
52
- */
53
16
  buttonColourScheme: string;
54
- /**
55
- * Clip bottom left corner
56
- */
57
17
  clipBottomLeftCorner: boolean;
58
- /**
59
- * Clip top right corner
60
- */
61
18
  clipTopRightCorner: boolean;
62
19
  headingLevel: 1 | 2 | 3 | 4 | 5 | 6;
20
+ addAnimation: boolean;
63
21
  render(): any;
64
22
  }
@@ -0,0 +1,18 @@
1
+ import { brandColour } from '../../globals/brand-colour';
2
+ import { spacingOption } from '../../globals/spacing-option';
3
+ export declare class BiggiveCarousel {
4
+ host: HTMLBiggiveCarouselElement;
5
+ spaceBelow: spacingOption;
6
+ columnCount: number;
7
+ buttonBackgroundColour: brandColour;
8
+ buttonIconColour: brandColour;
9
+ currentTab: number;
10
+ itemCount: number;
11
+ itemWidthPx: number;
12
+ sleeve: HTMLElement;
13
+ componentDidRender(): void;
14
+ showTab(direction: 'NEXT' | 'PREV'): void;
15
+ clickPrevHandler(): void;
16
+ clickNextHandler(): void;
17
+ render(): any;
18
+ }
@@ -0,0 +1,35 @@
1
+ declare const _default: {
2
+ title: string;
3
+ argTypes: {
4
+ spaceBelow: {
5
+ name: string;
6
+ control: {
7
+ type: string;
8
+ options: number[];
9
+ };
10
+ };
11
+ columnCount: {
12
+ name: string;
13
+ control: {
14
+ type: string;
15
+ options: number[];
16
+ };
17
+ };
18
+ buttonBackgroundColour: {
19
+ name: string;
20
+ control: {
21
+ type: string;
22
+ options: string[];
23
+ };
24
+ };
25
+ buttonIconColour: {
26
+ name: string;
27
+ control: {
28
+ type: string;
29
+ options: string[];
30
+ };
31
+ };
32
+ };
33
+ };
34
+ export default _default;
35
+ export declare const CarouselComponent: any;
@@ -1,12 +1,14 @@
1
+ import { brandColour } from '../../globals/brand-colour';
2
+ import { spacingOption } from '../../globals/spacing-option';
1
3
  export declare class BiggiveHeroImage {
2
4
  /**
3
5
  * Space below component
4
6
  */
5
- spaceBelow: number;
7
+ spaceBelow: spacingOption;
6
8
  /**
7
9
  * Colour Scheme
8
10
  */
9
- colourScheme: string;
11
+ colourScheme: brandColour;
10
12
  /**
11
13
  * Header slug
12
14
  */
@@ -14,11 +16,15 @@ export declare class BiggiveHeroImage {
14
16
  /**
15
17
  * Header slug colour
16
18
  */
17
- slugColour: string;
19
+ slugColour: brandColour;
18
20
  /**
19
21
  * Full URL of a logo image.
20
22
  */
21
23
  logo: string;
24
+ /**
25
+ * Logo container height selection. Numbers are not measurements.
26
+ */
27
+ logoHeight: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
22
28
  /**
23
29
  * Logo alt text
24
30
  */
@@ -28,8 +34,8 @@ export declare class BiggiveHeroImage {
28
34
  */
29
35
  mainImage: string | null;
30
36
  /**
31
- * Horizontal alignment of image
32
- */
37
+ * Horizontal alignment of image
38
+ */
33
39
  mainImageAlignHorizontal: string;
34
40
  /**
35
41
  * Vertical alignment of image
@@ -42,7 +48,7 @@ export declare class BiggiveHeroImage {
42
48
  /**
43
49
  * Main title colour
44
50
  */
45
- mainTitleColour?: string;
51
+ mainTitleColour?: brandColour;
46
52
  /**
47
53
  * Introductory teaser text
48
54
  */
@@ -50,7 +56,7 @@ export declare class BiggiveHeroImage {
50
56
  /**
51
57
  * Teaser colour
52
58
  */
53
- teaserColour?: string;
59
+ teaserColour?: brandColour;
54
60
  /**
55
61
  * Button Url
56
62
  */
@@ -62,6 +68,6 @@ export declare class BiggiveHeroImage {
62
68
  /**
63
69
  * Button Colour Scheme
64
70
  */
65
- buttonColourScheme: string;
71
+ buttonColourScheme: brandColour;
66
72
  render(): any;
67
73
  }
@@ -1,19 +1,10 @@
1
+ import { brandColour } from '../../globals/brand-colour';
2
+ import { spacingOption } from '../../globals/spacing-option';
1
3
  export declare class BiggiveQuote {
2
- /**
3
- * Space below component
4
- */
5
- spaceBelow: number;
6
- /**
7
- * Default text colour
8
- */
9
- defaultTextColour: string;
10
- /**
11
- * Quote text
12
- */
4
+ spaceBelow: spacingOption;
5
+ defaultTextColour: brandColour;
13
6
  quote: string;
14
- /**
15
- * Attribution text
16
- */
17
7
  attribution: string;
8
+ quoteIconColour: brandColour;
18
9
  render(): any;
19
10
  }
@@ -1,7 +1,4 @@
1
1
  export declare class BiggiveTab {
2
- /**
3
- * Title
4
- */
5
2
  tabTitle: string;
6
3
  render(): any;
7
4
  }
@@ -1,11 +1,21 @@
1
+ import { brandColour } from '../../globals/brand-colour';
2
+ import { spacingOption } from '../../globals/spacing-option';
1
3
  export declare class BiggiveTabbedContent {
2
- /**
3
- * Space below component
4
- */
5
- spaceBelow: number;
6
- /**
7
- * Default text colour
8
- */
9
- defaultTextColour: string;
4
+ host: HTMLBiggiveTabbedContentElement;
5
+ spaceBelow: spacingOption;
6
+ textColour: brandColour;
7
+ selectedTextColour: brandColour;
8
+ navigationHighlightColour: brandColour;
9
+ selectedNavigationHighlightColour: brandColour;
10
+ buttonBackgroundColour: brandColour;
11
+ buttonIconColour: brandColour;
12
+ currentTab: number;
13
+ children: Array<HTMLBiggiveTabElement>;
14
+ componentWillLoad(): void;
15
+ componentDidRender(): void;
16
+ showTab(i: number): void;
17
+ clickTabHandler(e: MouseEvent): void;
18
+ clickPrevHandler(): void;
19
+ clickNextHandler(): void;
10
20
  render(): any;
11
21
  }
@@ -8,7 +8,42 @@ declare const _default: {
8
8
  options: number[];
9
9
  };
10
10
  };
11
- defaultTextColour: {
11
+ textColour: {
12
+ name: string;
13
+ control: {
14
+ type: string;
15
+ options: string[];
16
+ };
17
+ };
18
+ selectedTextColour: {
19
+ name: string;
20
+ control: {
21
+ type: string;
22
+ options: string[];
23
+ };
24
+ };
25
+ navigationHighlightColour: {
26
+ name: string;
27
+ control: {
28
+ type: string;
29
+ options: string[];
30
+ };
31
+ };
32
+ selectedNavigationHighlightColour: {
33
+ name: string;
34
+ control: {
35
+ type: string;
36
+ options: string[];
37
+ };
38
+ };
39
+ buttonBackgroundColour: {
40
+ name: string;
41
+ control: {
42
+ type: string;
43
+ options: string[];
44
+ };
45
+ };
46
+ buttonIconColour: {
12
47
  name: string;
13
48
  control: {
14
49
  type: string;
@@ -1,6 +1,7 @@
1
1
  import { brandColour } from '../../globals/brand-colour';
2
+ import { spacingOption } from '../../globals/spacing-option';
2
3
  export declare class BiggiveTable {
3
- spaceBelow: number;
4
+ spaceBelow: spacingOption;
4
5
  headerTextColour: brandColour;
5
6
  headerBackgroundColour: brandColour;
6
7
  bodyTextColour: brandColour;
@@ -0,0 +1,27 @@
1
+ import { brandColour } from '../../globals/brand-colour';
2
+ import { spacingOption } from '../../globals/spacing-option';
3
+ export declare class BiggiveTimeline {
4
+ host: HTMLBiggiveTimelineElement;
5
+ spaceBelow: spacingOption;
6
+ textColour: brandColour;
7
+ selectedTextColour: brandColour;
8
+ navigationHighlightColour: brandColour;
9
+ selectedNavigationHighlightColour: brandColour;
10
+ buttonBackgroundColour: brandColour;
11
+ buttonIconColour: brandColour;
12
+ entryBackgroundColour: brandColour;
13
+ entryHighlightColour: brandColour;
14
+ entryDateColour: brandColour;
15
+ entryTitleColour: brandColour;
16
+ entryTextColour: brandColour;
17
+ currentTab: number;
18
+ tabHeadings: Array<string>;
19
+ children: Array<HTMLBiggiveTimelineEntryElement>;
20
+ componentWillLoad(): void;
21
+ componentDidRender(): void;
22
+ showTab(i: number): void;
23
+ clickTabHandler(e: any): void;
24
+ clickPrevHandler(): void;
25
+ clickNextHandler(): void;
26
+ render(): any;
27
+ }
@@ -0,0 +1,91 @@
1
+ declare const _default: {
2
+ title: string;
3
+ argTypes: {
4
+ spaceBelow: {
5
+ name: string;
6
+ control: {
7
+ type: string;
8
+ options: number[];
9
+ };
10
+ };
11
+ textColour: {
12
+ name: string;
13
+ control: {
14
+ type: string;
15
+ options: string[];
16
+ };
17
+ };
18
+ selectedTextColour: {
19
+ name: string;
20
+ control: {
21
+ type: string;
22
+ options: string[];
23
+ };
24
+ };
25
+ navigationHighlightColour: {
26
+ name: string;
27
+ control: {
28
+ type: string;
29
+ options: string[];
30
+ };
31
+ };
32
+ selectedNavigationHighlightColour: {
33
+ name: string;
34
+ control: {
35
+ type: string;
36
+ options: string[];
37
+ };
38
+ };
39
+ buttonBackgroundColour: {
40
+ name: string;
41
+ control: {
42
+ type: string;
43
+ options: string[];
44
+ };
45
+ };
46
+ buttonIconColour: {
47
+ name: string;
48
+ control: {
49
+ type: string;
50
+ options: string[];
51
+ };
52
+ };
53
+ entryBackgroundColour: {
54
+ name: string;
55
+ control: {
56
+ type: string;
57
+ options: string[];
58
+ };
59
+ };
60
+ entryHighlightColour: {
61
+ name: string;
62
+ control: {
63
+ type: string;
64
+ options: string[];
65
+ };
66
+ };
67
+ entryDateColour: {
68
+ name: string;
69
+ control: {
70
+ type: string;
71
+ options: string[];
72
+ };
73
+ };
74
+ entryTitleColour: {
75
+ name: string;
76
+ control: {
77
+ type: string;
78
+ options: string[];
79
+ };
80
+ };
81
+ entryTextColour: {
82
+ name: string;
83
+ control: {
84
+ type: string;
85
+ options: string[];
86
+ };
87
+ };
88
+ };
89
+ };
90
+ export default _default;
91
+ export declare const TimelineComponent: any;
@@ -0,0 +1,8 @@
1
+ export declare class BiggiveTimelineEntry {
2
+ /**
3
+ * Should be in the format 'YYYY-mm-dd', for example '2023-01-01'
4
+ */
5
+ date: string;
6
+ heading: string;
7
+ render(): null;
8
+ }
@@ -0,0 +1,14 @@
1
+ import { spacingOption } from '../../globals/spacing-option';
2
+ import { brandColour } from '../../globals/brand-colour';
3
+ export declare class BiggiveTippingSlider {
4
+ host: HTMLBiggiveTippingSliderElement;
5
+ spaceBelow: spacingOption;
6
+ colourScheme: brandColour;
7
+ percentageStart: number;
8
+ percentageEnd: number;
9
+ donationAmount: number;
10
+ donationCurrency: '£';
11
+ componentDidRender(): void;
12
+ resetSlider: () => void;
13
+ render(): any;
14
+ }
@@ -0,0 +1,45 @@
1
+ declare const _default: {
2
+ title: string;
3
+ argTypes: {
4
+ spaceBelow: {
5
+ name: string;
6
+ control: {
7
+ type: string;
8
+ options: number[];
9
+ };
10
+ };
11
+ colourScheme: {
12
+ name: string;
13
+ control: {
14
+ type: string;
15
+ options: string[];
16
+ };
17
+ };
18
+ percentageStart: {
19
+ name: string;
20
+ control: {
21
+ type: string;
22
+ };
23
+ };
24
+ percentageEnd: {
25
+ name: string;
26
+ control: {
27
+ type: string;
28
+ };
29
+ };
30
+ donationAmount: {
31
+ name: string;
32
+ control: {
33
+ type: string;
34
+ };
35
+ };
36
+ donationCurrency: {
37
+ name: string;
38
+ control: {
39
+ type: string;
40
+ };
41
+ };
42
+ };
43
+ };
44
+ export default _default;
45
+ export declare const TippingSliderComponent: any;