@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.
- package/dist/biggive/biggive.esm.js +1 -1
- package/dist/biggive/p-01d03da2.entry.js +1 -0
- package/dist/biggive/{p-fe9f3e72.entry.js → p-26c0b6cf.entry.js} +1 -1
- package/dist/biggive/{p-8876011d.entry.js → p-2c639bd5.entry.js} +1 -1
- package/dist/biggive/p-2d024615.entry.js +1 -0
- package/dist/biggive/{p-71054cf6.entry.js → p-41588003.entry.js} +1 -1
- package/dist/biggive/{p-0f38685b.entry.js → p-42649676.entry.js} +1 -1
- package/dist/biggive/{p-223759f6.entry.js → p-4402efe9.entry.js} +1 -1
- package/dist/biggive/p-4a1ba0c4.entry.js +1 -0
- package/dist/biggive/p-4adb4dce.entry.js +1 -0
- package/dist/biggive/{p-3b378f79.entry.js → p-5406c558.entry.js} +1 -1
- package/dist/biggive/p-63abb338.entry.js +1 -0
- package/dist/biggive/{p-d7f8a6fd.entry.js → p-87487165.entry.js} +1 -1
- package/dist/biggive/{p-eb6aecf0.entry.js → p-87edb8c6.entry.js} +1 -1
- package/dist/biggive/p-8feb91ae.entry.js +1 -0
- package/dist/biggive/p-b73fddaa.entry.js +1 -0
- package/dist/biggive/p-ead5a5ce.entry.js +1 -0
- package/dist/biggive/{p-f8e38bb9.entry.js → p-f375edb7.entry.js} +1 -1
- package/dist/biggive/p-f6dedf7d.entry.js +1 -0
- package/dist/biggive/{p-acf3bcd9.js → p-ff8bc382.js} +2 -2
- package/dist/cjs/{biggive-back-to-top_27.cjs.entry.js → biggive-accordion_35.cjs.entry.js} +433 -11
- package/dist/cjs/biggive-article-card.cjs.entry.js +2 -2
- package/dist/cjs/biggive-basic-card.cjs.entry.js +6 -3
- package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +2 -2
- package/dist/cjs/biggive-biography-card.cjs.entry.js +1 -1
- package/dist/cjs/biggive-boxed-content.cjs.entry.js +2 -2
- package/dist/cjs/biggive-category-icon.cjs.entry.js +2 -2
- package/dist/cjs/biggive-form.cjs.entry.js +1 -1
- package/dist/cjs/biggive-formatted-text.cjs.entry.js +2 -2
- package/dist/cjs/biggive-header.cjs.entry.js +1 -1
- package/dist/cjs/biggive-icon-group.cjs.entry.js +1 -1
- package/dist/cjs/biggive-nav-group.cjs.entry.js +1 -1
- package/dist/cjs/biggive-nav-item.cjs.entry.js +1 -1
- package/dist/cjs/biggive-popup-standalone.cjs.entry.js +1 -1
- package/dist/cjs/biggive-search.cjs.entry.js +1 -1
- package/dist/cjs/biggive-table.cjs.entry.js +2 -2
- package/dist/cjs/biggive-text-input.cjs.entry.js +1 -1
- package/dist/cjs/biggive-video.cjs.entry.js +1 -1
- package/dist/cjs/biggive.cjs.js +2 -2
- package/dist/cjs/{index-4ae5dbd7.js → index-8dd1da4d.js} +3 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +6 -0
- package/dist/collection/components/biggive-accordion/biggive-accordion.css +315 -0
- package/dist/collection/components/biggive-accordion/biggive-accordion.js +114 -0
- package/dist/collection/components/biggive-accordion/biggive-accordion.stories.js +52 -0
- package/dist/collection/components/biggive-accordion-entry/biggive-accordion-entry.css +14 -0
- package/dist/collection/components/biggive-accordion-entry/biggive-accordion-entry.js +43 -0
- package/dist/collection/components/biggive-article-card/biggive-article-card.css +45 -0
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +70 -0
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +77 -31
- package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +65 -0
- package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +25 -0
- package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +20 -0
- package/dist/collection/components/biggive-carousel/biggive-carousel.css +223 -0
- package/dist/collection/components/biggive-carousel/biggive-carousel.js +161 -0
- package/dist/collection/components/biggive-carousel/biggive-carousel.stories.js +84 -0
- package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +65 -0
- package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +20 -0
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +88 -18
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.js +68 -19
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.stories.js +2 -0
- package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +20 -0
- package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +89 -0
- package/dist/collection/components/biggive-quote/biggive-quote.css +65 -0
- package/dist/collection/components/biggive-quote/biggive-quote.js +45 -11
- package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +113 -0
- package/dist/collection/components/biggive-tab/biggive-tab.js +2 -2
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +355 -0
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +206 -12
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.stories.js +48 -3
- package/dist/collection/components/biggive-table/biggive-table.css +41 -0
- package/dist/collection/components/biggive-table/biggive-table.js +8 -3
- package/dist/collection/components/biggive-timeline/biggive-timeline.css +733 -0
- package/dist/collection/components/biggive-timeline/biggive-timeline.js +394 -0
- package/dist/collection/components/biggive-timeline/biggive-timeline.stories.js +133 -0
- package/dist/collection/components/biggive-timeline-entry/biggive-timeline-entry.css +14 -0
- package/dist/collection/components/biggive-timeline-entry/biggive-timeline-entry.js +59 -0
- package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.css +224 -0
- package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.js +213 -0
- package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.stories.js +63 -0
- package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +45 -0
- package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +20 -0
- package/dist/components/biggive-accordion-entry.d.ts +11 -0
- package/dist/components/biggive-accordion-entry.js +37 -0
- package/dist/components/biggive-accordion.d.ts +11 -0
- package/dist/components/biggive-accordion.js +58 -0
- package/dist/components/biggive-article-card.js +1 -1
- package/dist/components/biggive-basic-card.js +7 -3
- package/dist/components/biggive-beneficiary-icon.js +1 -1
- package/dist/components/biggive-boxed-content.js +1 -1
- package/dist/components/biggive-call-to-action.js +1 -1
- package/dist/components/biggive-carousel.d.ts +11 -0
- package/dist/components/biggive-carousel.js +88 -0
- package/dist/components/biggive-category-icon.js +1 -1
- package/dist/components/biggive-formatted-text.js +1 -1
- package/dist/components/biggive-hero-image.js +4 -2
- package/dist/components/biggive-image-feature.js +1 -1
- package/dist/components/biggive-misc-icon2.js +1 -1
- package/dist/components/biggive-quote.js +5 -3
- package/dist/components/biggive-social-icon.js +1 -1
- package/dist/components/biggive-tab.js +1 -1
- package/dist/components/biggive-tabbed-content.js +78 -4
- package/dist/components/biggive-table.js +1 -1
- package/dist/components/biggive-timeline-entry.d.ts +11 -0
- package/dist/components/biggive-timeline-entry.js +38 -0
- package/dist/components/biggive-timeline.d.ts +11 -0
- package/dist/components/biggive-timeline.js +140 -0
- package/dist/components/biggive-tipping-slider.d.ts +11 -0
- package/dist/components/biggive-tipping-slider.js +115 -0
- package/dist/components/biggive-totalizer.js +1 -1
- package/dist/components/biggive-video-feature.js +1 -1
- package/dist/components/index.d.ts +6 -0
- package/dist/components/index.js +6 -0
- package/dist/esm/{biggive-back-to-top_27.entry.js → biggive-accordion_35.entry.js} +426 -12
- package/dist/esm/biggive-article-card.entry.js +2 -2
- package/dist/esm/biggive-basic-card.entry.js +6 -3
- package/dist/esm/biggive-beneficiary-icon.entry.js +2 -2
- package/dist/esm/biggive-biography-card.entry.js +1 -1
- package/dist/esm/biggive-boxed-content.entry.js +2 -2
- package/dist/esm/biggive-category-icon.entry.js +2 -2
- package/dist/esm/biggive-form.entry.js +1 -1
- package/dist/esm/biggive-formatted-text.entry.js +2 -2
- package/dist/esm/biggive-header.entry.js +1 -1
- package/dist/esm/biggive-icon-group.entry.js +1 -1
- package/dist/esm/biggive-nav-group.entry.js +1 -1
- package/dist/esm/biggive-nav-item.entry.js +1 -1
- package/dist/esm/biggive-popup-standalone.entry.js +1 -1
- package/dist/esm/biggive-search.entry.js +1 -1
- package/dist/esm/biggive-table.entry.js +2 -2
- package/dist/esm/biggive-text-input.entry.js +1 -1
- package/dist/esm/biggive-video.entry.js +1 -1
- package/dist/esm/biggive.js +2 -2
- package/dist/esm/{index-43541c5f.js → index-801eebfb.js} +4 -1
- package/dist/esm/loader.js +2 -2
- package/dist/types/components/biggive-accordion/biggive-accordion.d.ts +12 -0
- package/dist/types/components/biggive-accordion/biggive-accordion.stories.d.ts +28 -0
- package/dist/types/components/biggive-accordion-entry/biggive-accordion-entry.d.ts +5 -0
- package/dist/types/components/biggive-basic-card/biggive-basic-card.d.ts +8 -50
- package/dist/types/components/biggive-carousel/biggive-carousel.d.ts +18 -0
- package/dist/types/components/biggive-carousel/biggive-carousel.stories.d.ts +35 -0
- package/dist/types/components/biggive-hero-image/biggive-hero-image.d.ts +14 -8
- package/dist/types/components/biggive-quote/biggive-quote.d.ts +5 -14
- package/dist/types/components/biggive-tab/biggive-tab.d.ts +0 -3
- package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.d.ts +18 -8
- package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.stories.d.ts +36 -1
- package/dist/types/components/biggive-table/biggive-table.d.ts +2 -1
- package/dist/types/components/biggive-timeline/biggive-timeline.d.ts +27 -0
- package/dist/types/components/biggive-timeline/biggive-timeline.stories.d.ts +91 -0
- package/dist/types/components/biggive-timeline-entry/biggive-timeline-entry.d.ts +8 -0
- package/dist/types/components/biggive-tipping-slider/biggive-tipping-slider.d.ts +18 -0
- package/dist/types/components/biggive-tipping-slider/biggive-tipping-slider.stories.d.ts +46 -0
- package/dist/types/components.d.ts +200 -164
- package/hydrate/index.js +513 -27
- package/package.json +1 -1
- package/dist/biggive/p-13f4a2c4.entry.js +0 -1
- package/dist/biggive/p-34cfc5da.entry.js +0 -1
- package/dist/biggive/p-52bb0267.entry.js +0 -1
- package/dist/biggive/p-53189bc6.entry.js +0 -1
- package/dist/biggive/p-5a38b219.entry.js +0 -1
- package/dist/biggive/p-64a544fa.entry.js +0 -1
- package/dist/biggive/p-95bd7f7a.entry.js +0 -1
- package/dist/biggive/p-99f18976.entry.js +0 -1
- package/dist/biggive/p-a0941518.entry.js +0 -1
- package/dist/biggive/p-d8432f12.entry.js +0 -1
- package/dist/biggive/p-ee1c5baf.entry.js +0 -1
- package/dist/cjs/biggive-tab.cjs.entry.js +0 -20
- package/dist/cjs/biggive-tabbed-content.cjs.entry.js +0 -21
- package/dist/esm/biggive-tab.entry.js +0 -16
- 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
|
-
|
|
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
|
-
|
|
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:
|
|
7
|
+
spaceBelow: spacingOption;
|
|
6
8
|
/**
|
|
7
9
|
* Colour Scheme
|
|
8
10
|
*/
|
|
9
|
-
colourScheme:
|
|
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:
|
|
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
|
-
|
|
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?:
|
|
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?:
|
|
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:
|
|
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
|
-
|
|
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,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
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
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:
|
|
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,18 @@
|
|
|
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
|
+
/**
|
|
11
|
+
* ISO-4217 currency code (e.g. GBP, USD)
|
|
12
|
+
*/
|
|
13
|
+
donationCurrency: 'GBP' | 'USD';
|
|
14
|
+
format(currencyCode: 'GBP' | 'USD', amount: number): string;
|
|
15
|
+
componentDidRender(): void;
|
|
16
|
+
resetSlider: () => void;
|
|
17
|
+
render(): any;
|
|
18
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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
|
+
options: string[];
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
export default _default;
|
|
46
|
+
export declare const TippingSliderComponent: any;
|