@biggive/components 1.0.7 → 1.0.81
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-07962fc5.entry.js +1 -0
- package/dist/biggive/p-0d6687f4.js +1 -0
- package/dist/biggive/p-1b78efa0.entry.js +1 -0
- package/dist/biggive/p-5dbda89c.entry.js +1 -0
- package/dist/biggive/p-5f1b0106.entry.js +1 -0
- package/dist/biggive/p-629007e0.entry.js +1 -0
- package/dist/biggive/p-6326f936.entry.js +1 -0
- package/dist/biggive/p-72a6f0a8.entry.js +1 -0
- package/dist/biggive/p-74b5d4c7.entry.js +1 -0
- package/dist/biggive/p-7eee1e58.entry.js +1 -0
- package/dist/biggive/{p-a6da36d4.js → p-871707f4.js} +2 -2
- package/dist/biggive/p-8f605036.entry.js +1 -0
- package/dist/biggive/p-bdb476eb.entry.js +1 -0
- package/dist/biggive/p-c9aaa5c3.entry.js +1 -0
- package/dist/biggive/p-df6daa79.entry.js +1 -0
- package/dist/biggive/{p-43c02e71.js → p-ec9b42b3.js} +1 -1
- package/dist/biggive/p-f9388477.entry.js +1 -0
- package/dist/biggive/p-f98681a5.entry.js +1 -0
- package/dist/cjs/biggive-article-card.cjs.entry.js +63 -0
- package/dist/cjs/biggive-back-to-top_20.cjs.entry.js +923 -0
- package/dist/cjs/biggive-basic-card.cjs.entry.js +12 -4
- package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +1 -1
- package/dist/cjs/biggive-boxed-content.cjs.entry.js +1 -1
- package/dist/cjs/biggive-branded-image.cjs.entry.js +1 -1
- package/dist/cjs/biggive-category-icon.cjs.entry.js +1 -1
- package/dist/cjs/biggive-formatted-text.cjs.entry.js +1 -1
- package/dist/cjs/biggive-icon-group.cjs.entry.js +1 -1
- package/dist/cjs/biggive-image.cjs.entry.js +1 -1
- package/dist/cjs/biggive-quote.cjs.entry.js +1 -1
- package/dist/cjs/biggive-search.cjs.entry.js +1 -1
- package/dist/cjs/biggive-tab.cjs.entry.js +1 -1
- package/dist/cjs/biggive-tabbed-content.cjs.entry.js +1 -1
- package/dist/cjs/biggive-video.cjs.entry.js +7 -2
- package/dist/cjs/biggive.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/video-f9e682a8.js +14 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/biggive-article-card/biggive-article-card.css +534 -0
- package/dist/collection/components/biggive-article-card/biggive-article-card.js +272 -0
- package/dist/collection/components/biggive-article-card/biggive-article-card.stories.js +84 -0
- package/dist/collection/components/biggive-back-to-top/biggive-back-to-top.css +51 -10
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +51 -16
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +49 -5
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.stories.js +25 -0
- package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +51 -10
- package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +51 -10
- package/dist/collection/components/biggive-branded-image/biggive-branded-image.css +51 -10
- package/dist/collection/components/biggive-button/biggive-button.css +51 -10
- package/dist/collection/components/biggive-button/biggive-button.js +45 -1
- package/dist/collection/components/biggive-button/biggive-button.stories.js +17 -0
- package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +51 -19
- package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.js +69 -3
- package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.stories.js +27 -0
- package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +51 -10
- package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.css +51 -10
- package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.css +51 -10
- package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +51 -10
- package/dist/collection/components/biggive-footer/biggive-footer.css +51 -10
- package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +51 -10
- package/dist/collection/components/biggive-grid/biggive-grid.css +51 -10
- package/dist/collection/components/biggive-header/biggive-header.css +51 -10
- package/dist/collection/components/biggive-header/biggive-header.js +28 -9
- package/dist/collection/components/biggive-header/biggive-header.stories.js +15 -2
- package/dist/collection/components/biggive-heading/biggive-heading.css +51 -35
- package/dist/collection/components/biggive-heading/biggive-heading.js +1 -1
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +54 -10
- package/dist/collection/components/biggive-icon-group/biggive-icon-group.css +51 -10
- package/dist/collection/components/biggive-image/biggive-image.css +51 -10
- package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +51 -10
- package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +51 -10
- package/dist/collection/components/biggive-page-columns/biggive-page-columns.css +51 -10
- package/dist/collection/components/biggive-page-section/biggive-page-section.css +52 -10
- package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.css +51 -10
- package/dist/collection/components/biggive-quote/biggive-quote.css +51 -10
- package/dist/collection/components/biggive-search/biggive-search.css +51 -10
- package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +51 -10
- package/dist/collection/components/biggive-tab/biggive-tab.css +51 -10
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +51 -10
- package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +51 -10
- package/dist/collection/components/biggive-video/biggive-video.css +51 -10
- package/dist/collection/components/biggive-video/biggive-video.js +25 -3
- package/dist/collection/components/biggive-video/biggive-video.stories.js +11 -1
- package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +51 -10
- package/dist/collection/components/biggive-video-feature/biggive-video-feature.js +25 -3
- package/dist/collection/components/biggive-video-feature/biggive-video-feature.stories.js +10 -1
- package/dist/collection/util/video.js +10 -0
- package/dist/components/biggive-article-card.d.ts +11 -0
- package/dist/components/biggive-article-card.js +95 -0
- package/dist/components/biggive-back-to-top.js +1 -1
- package/dist/components/biggive-basic-card.js +14 -4
- package/dist/components/biggive-beneficiary-icon.js +1 -1
- package/dist/components/biggive-boxed-content.js +1 -1
- package/dist/components/biggive-branded-image.js +1 -1
- package/dist/components/biggive-button2.js +13 -3
- package/dist/components/biggive-call-to-action.js +17 -2
- package/dist/components/biggive-campaign-card-filter-grid.js +1 -1
- package/dist/components/biggive-campaign-card.js +1 -1
- package/dist/components/biggive-campaign-highlights.js +1 -1
- package/dist/components/biggive-category-icon.js +1 -1
- package/dist/components/biggive-footer.js +1 -1
- package/dist/components/biggive-formatted-text.js +1 -1
- package/dist/components/biggive-grid.js +1 -1
- package/dist/components/biggive-header.js +9 -10
- package/dist/components/biggive-heading.js +2 -2
- package/dist/components/biggive-hero-image.js +1 -1
- package/dist/components/biggive-icon-group.js +1 -1
- package/dist/components/biggive-image-feature.js +1 -1
- package/dist/components/biggive-image.js +1 -1
- package/dist/components/biggive-misc-icon2.js +1 -1
- package/dist/components/biggive-page-columns.js +1 -1
- package/dist/components/biggive-page-section.js +1 -1
- package/dist/components/biggive-progress-bar2.js +1 -1
- package/dist/components/biggive-quote.js +1 -1
- package/dist/components/biggive-search.js +1 -1
- package/dist/components/biggive-social-icon2.js +1 -1
- package/dist/components/biggive-tab.js +1 -1
- package/dist/components/biggive-tabbed-content.js +1 -1
- package/dist/components/biggive-totalizer.js +1 -1
- package/dist/components/biggive-video-feature.js +8 -2
- package/dist/components/biggive-video.js +8 -2
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/video.js +12 -0
- package/dist/esm/biggive-article-card.entry.js +59 -0
- package/dist/esm/biggive-back-to-top_20.entry.js +900 -0
- package/dist/esm/biggive-basic-card.entry.js +12 -4
- package/dist/esm/biggive-beneficiary-icon.entry.js +3 -3
- package/dist/esm/biggive-boxed-content.entry.js +1 -1
- package/dist/esm/biggive-branded-image.entry.js +1 -1
- package/dist/esm/biggive-category-icon.entry.js +3 -3
- package/dist/esm/biggive-formatted-text.entry.js +1 -1
- package/dist/esm/biggive-icon-group.entry.js +1 -1
- package/dist/esm/biggive-image.entry.js +1 -1
- package/dist/esm/biggive-quote.entry.js +1 -1
- package/dist/esm/biggive-search.entry.js +2 -2
- package/dist/esm/biggive-tab.entry.js +1 -1
- package/dist/esm/biggive-tabbed-content.entry.js +1 -1
- package/dist/esm/biggive-video.entry.js +7 -2
- package/dist/esm/biggive.js +1 -1
- package/dist/esm/{fontawesome-icons-e232deb7.js → fontawesome-icons-562459be.js} +1 -1
- package/dist/esm/{index.es-64a64fa8.js → index.es-5777380a.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/video-89b7535d.js +12 -0
- package/dist/types/components/biggive-article-card/biggive-article-card.d.ts +47 -0
- package/dist/types/components/biggive-article-card/biggive-article-card.stories.d.ts +56 -0
- package/dist/types/components/biggive-basic-card/biggive-basic-card.d.ts +9 -1
- package/dist/types/components/biggive-basic-card/biggive-basic-card.stories.d.ts +21 -0
- package/dist/types/components/biggive-button/biggive-button.d.ts +8 -0
- package/dist/types/components/biggive-button/biggive-button.stories.d.ts +13 -0
- package/dist/types/components/biggive-call-to-action/biggive-call-to-action.d.ts +12 -0
- package/dist/types/components/biggive-call-to-action/biggive-call-to-action.stories.d.ts +21 -0
- package/dist/types/components/biggive-header/biggive-header.d.ts +4 -0
- package/dist/types/components/biggive-video/biggive-video.d.ts +4 -0
- package/dist/types/components/biggive-video/biggive-video.stories.d.ts +7 -0
- package/dist/types/components/biggive-video-feature/biggive-video-feature.d.ts +4 -0
- package/dist/types/components/biggive-video-feature/biggive-video-feature.stories.d.ts +7 -0
- package/dist/types/components.d.ts +183 -2
- package/dist/types/util/video.d.ts +3 -0
- package/hydrate/index.js +181 -43
- package/package.json +1 -1
- package/dist/biggive/p-160a5e39.entry.js +0 -1
- package/dist/biggive/p-1e31cbfc.entry.js +0 -1
- package/dist/biggive/p-2d38d3a4.entry.js +0 -1
- package/dist/biggive/p-39db6552.entry.js +0 -1
- package/dist/biggive/p-49c2a10b.entry.js +0 -1
- package/dist/biggive/p-54026729.entry.js +0 -1
- package/dist/biggive/p-5cc16f87.entry.js +0 -1
- package/dist/biggive/p-5f7a3f5c.entry.js +0 -1
- package/dist/biggive/p-74bbb296.entry.js +0 -1
- package/dist/biggive/p-7f91f67c.entry.js +0 -1
- package/dist/biggive/p-89e206e8.entry.js +0 -1
- package/dist/biggive/p-9a74ac3d.entry.js +0 -1
- package/dist/biggive/p-9ed2bd19.entry.js +0 -1
- package/dist/biggive/p-ac6bfc1e.entry.js +0 -1
- package/dist/biggive/p-b762b246.entry.js +0 -1
- package/dist/biggive/p-b812b4f6.entry.js +0 -1
- package/dist/biggive/p-be37287b.entry.js +0 -1
- package/dist/biggive/p-be897395.entry.js +0 -1
- package/dist/biggive/p-ca786365.entry.js +0 -1
- package/dist/biggive/p-cca1d092.entry.js +0 -1
- package/dist/biggive/p-e6631545.entry.js +0 -1
- package/dist/biggive/p-ee459029.entry.js +0 -1
- package/dist/biggive/p-ee77cf8d.entry.js +0 -1
- package/dist/cjs/biggive-back-to-top_11.cjs.entry.js +0 -373
- package/dist/cjs/biggive-call-to-action.cjs.entry.js +0 -87
- package/dist/cjs/biggive-campaign-card-filter-grid.cjs.entry.js +0 -50
- package/dist/cjs/biggive-campaign-card.cjs.entry.js +0 -97
- package/dist/cjs/biggive-grid.cjs.entry.js +0 -31
- package/dist/cjs/biggive-hero-image.cjs.entry.js +0 -73
- package/dist/cjs/biggive-image-feature.cjs.entry.js +0 -67
- package/dist/cjs/biggive-page-section.cjs.entry.js +0 -35
- package/dist/cjs/biggive-totalizer.cjs.entry.js +0 -69
- package/dist/cjs/biggive-video-feature.cjs.entry.js +0 -67
- package/dist/esm/biggive-back-to-top_11.entry.js +0 -359
- package/dist/esm/biggive-call-to-action.entry.js +0 -83
- package/dist/esm/biggive-campaign-card-filter-grid.entry.js +0 -46
- package/dist/esm/biggive-campaign-card.entry.js +0 -93
- package/dist/esm/biggive-grid.entry.js +0 -27
- package/dist/esm/biggive-hero-image.entry.js +0 -69
- package/dist/esm/biggive-image-feature.entry.js +0 -63
- package/dist/esm/biggive-page-section.entry.js +0 -31
- package/dist/esm/biggive-totalizer.entry.js +0 -65
- package/dist/esm/biggive-video-feature.entry.js +0 -63
|
@@ -6,11 +6,57 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
export namespace Components {
|
|
9
|
+
interface BiggiveArticleCard {
|
|
10
|
+
/**
|
|
11
|
+
* Card background colour
|
|
12
|
+
*/
|
|
13
|
+
"backgroundColour": string;
|
|
14
|
+
/**
|
|
15
|
+
* Card background colour hover
|
|
16
|
+
*/
|
|
17
|
+
"backgroundColourHover": string;
|
|
18
|
+
/**
|
|
19
|
+
* Button label
|
|
20
|
+
*/
|
|
21
|
+
"buttonLabel": string;
|
|
22
|
+
/**
|
|
23
|
+
* Button URL
|
|
24
|
+
*/
|
|
25
|
+
"buttonUrl": string;
|
|
26
|
+
/**
|
|
27
|
+
* Date
|
|
28
|
+
*/
|
|
29
|
+
"date": string;
|
|
30
|
+
/**
|
|
31
|
+
* Image Label
|
|
32
|
+
*/
|
|
33
|
+
"imageLabel": string;
|
|
34
|
+
/**
|
|
35
|
+
* Image URL
|
|
36
|
+
*/
|
|
37
|
+
"imageUrl": string;
|
|
38
|
+
/**
|
|
39
|
+
* Main title
|
|
40
|
+
*/
|
|
41
|
+
"mainTitle": string;
|
|
42
|
+
/**
|
|
43
|
+
* Slug
|
|
44
|
+
*/
|
|
45
|
+
"slug": string;
|
|
46
|
+
/**
|
|
47
|
+
* Space below component
|
|
48
|
+
*/
|
|
49
|
+
"spaceBelow": number;
|
|
50
|
+
/**
|
|
51
|
+
* Text colour
|
|
52
|
+
*/
|
|
53
|
+
"textColour": string;
|
|
54
|
+
}
|
|
9
55
|
interface BiggiveBackToTop {
|
|
10
56
|
}
|
|
11
57
|
interface BiggiveBasicCard {
|
|
12
58
|
/**
|
|
13
|
-
*
|
|
59
|
+
* Background colour.
|
|
14
60
|
*/
|
|
15
61
|
"backgroundColour": string;
|
|
16
62
|
/**
|
|
@@ -29,6 +75,10 @@ export namespace Components {
|
|
|
29
75
|
* Button URL
|
|
30
76
|
*/
|
|
31
77
|
"buttonUrl": string;
|
|
78
|
+
/**
|
|
79
|
+
* Card colour
|
|
80
|
+
*/
|
|
81
|
+
"cardColour": string;
|
|
32
82
|
/**
|
|
33
83
|
* Icon colour
|
|
34
84
|
*/
|
|
@@ -45,6 +95,10 @@ export namespace Components {
|
|
|
45
95
|
* Subtitle title
|
|
46
96
|
*/
|
|
47
97
|
"subtitle": string;
|
|
98
|
+
/**
|
|
99
|
+
* Text colour
|
|
100
|
+
*/
|
|
101
|
+
"textColour": string;
|
|
48
102
|
}
|
|
49
103
|
interface BiggiveBeneficiaryIcon {
|
|
50
104
|
/**
|
|
@@ -121,6 +175,14 @@ export namespace Components {
|
|
|
121
175
|
* Text
|
|
122
176
|
*/
|
|
123
177
|
"label": string;
|
|
178
|
+
/**
|
|
179
|
+
* Rounded corners
|
|
180
|
+
*/
|
|
181
|
+
"rounded": boolean;
|
|
182
|
+
/**
|
|
183
|
+
* Size
|
|
184
|
+
*/
|
|
185
|
+
"size": string;
|
|
124
186
|
/**
|
|
125
187
|
* Space below component
|
|
126
188
|
*/
|
|
@@ -143,6 +205,10 @@ export namespace Components {
|
|
|
143
205
|
* Main title colour
|
|
144
206
|
*/
|
|
145
207
|
"mainTitleColour": string;
|
|
208
|
+
/**
|
|
209
|
+
* Main title size
|
|
210
|
+
*/
|
|
211
|
+
"mainTitleSize": number;
|
|
146
212
|
/**
|
|
147
213
|
* Primary button Colour Scheme
|
|
148
214
|
*/
|
|
@@ -175,6 +241,10 @@ export namespace Components {
|
|
|
175
241
|
* Slug colour
|
|
176
242
|
*/
|
|
177
243
|
"slugColour": string;
|
|
244
|
+
/**
|
|
245
|
+
* Slug size
|
|
246
|
+
*/
|
|
247
|
+
"slugSize": number;
|
|
178
248
|
/**
|
|
179
249
|
* Space above component
|
|
180
250
|
*/
|
|
@@ -191,6 +261,10 @@ export namespace Components {
|
|
|
191
261
|
* Subtitle colour
|
|
192
262
|
*/
|
|
193
263
|
"subtitleColour": string;
|
|
264
|
+
/**
|
|
265
|
+
* Main title size
|
|
266
|
+
*/
|
|
267
|
+
"subtitleSize": number;
|
|
194
268
|
/**
|
|
195
269
|
* Teaser
|
|
196
270
|
*/
|
|
@@ -395,6 +469,10 @@ export namespace Components {
|
|
|
395
469
|
"spaceBelow": number;
|
|
396
470
|
}
|
|
397
471
|
interface BiggiveHeader {
|
|
472
|
+
/**
|
|
473
|
+
* Logo hyperlink URL
|
|
474
|
+
*/
|
|
475
|
+
"logoUrl": string;
|
|
398
476
|
/**
|
|
399
477
|
* Space below component
|
|
400
478
|
*/
|
|
@@ -731,6 +809,10 @@ export namespace Components {
|
|
|
731
809
|
"totalRaised": number;
|
|
732
810
|
}
|
|
733
811
|
interface BiggiveVideo {
|
|
812
|
+
/**
|
|
813
|
+
* Space above component
|
|
814
|
+
*/
|
|
815
|
+
"spaceAbove": number;
|
|
734
816
|
/**
|
|
735
817
|
* Space below component
|
|
736
818
|
*/
|
|
@@ -773,6 +855,10 @@ export namespace Components {
|
|
|
773
855
|
* Slug colour
|
|
774
856
|
*/
|
|
775
857
|
"slugColour": string;
|
|
858
|
+
/**
|
|
859
|
+
* Space above component
|
|
860
|
+
*/
|
|
861
|
+
"spaceAbove": number;
|
|
776
862
|
/**
|
|
777
863
|
* Space below component
|
|
778
864
|
*/
|
|
@@ -800,6 +886,12 @@ export interface BiggiveSearchCustomEvent<T> extends CustomEvent<T> {
|
|
|
800
886
|
target: HTMLBiggiveSearchElement;
|
|
801
887
|
}
|
|
802
888
|
declare global {
|
|
889
|
+
interface HTMLBiggiveArticleCardElement extends Components.BiggiveArticleCard, HTMLStencilElement {
|
|
890
|
+
}
|
|
891
|
+
var HTMLBiggiveArticleCardElement: {
|
|
892
|
+
prototype: HTMLBiggiveArticleCardElement;
|
|
893
|
+
new (): HTMLBiggiveArticleCardElement;
|
|
894
|
+
};
|
|
803
895
|
interface HTMLBiggiveBackToTopElement extends Components.BiggiveBackToTop, HTMLStencilElement {
|
|
804
896
|
}
|
|
805
897
|
var HTMLBiggiveBackToTopElement: {
|
|
@@ -1017,6 +1109,7 @@ declare global {
|
|
|
1017
1109
|
new (): HTMLBiggiveVideoFeatureElement;
|
|
1018
1110
|
};
|
|
1019
1111
|
interface HTMLElementTagNameMap {
|
|
1112
|
+
"biggive-article-card": HTMLBiggiveArticleCardElement;
|
|
1020
1113
|
"biggive-back-to-top": HTMLBiggiveBackToTopElement;
|
|
1021
1114
|
"biggive-basic-card": HTMLBiggiveBasicCardElement;
|
|
1022
1115
|
"biggive-beneficiary-icon": HTMLBiggiveBeneficiaryIconElement;
|
|
@@ -1056,11 +1149,57 @@ declare global {
|
|
|
1056
1149
|
}
|
|
1057
1150
|
}
|
|
1058
1151
|
declare namespace LocalJSX {
|
|
1152
|
+
interface BiggiveArticleCard {
|
|
1153
|
+
/**
|
|
1154
|
+
* Card background colour
|
|
1155
|
+
*/
|
|
1156
|
+
"backgroundColour"?: string;
|
|
1157
|
+
/**
|
|
1158
|
+
* Card background colour hover
|
|
1159
|
+
*/
|
|
1160
|
+
"backgroundColourHover"?: string;
|
|
1161
|
+
/**
|
|
1162
|
+
* Button label
|
|
1163
|
+
*/
|
|
1164
|
+
"buttonLabel"?: string;
|
|
1165
|
+
/**
|
|
1166
|
+
* Button URL
|
|
1167
|
+
*/
|
|
1168
|
+
"buttonUrl"?: string;
|
|
1169
|
+
/**
|
|
1170
|
+
* Date
|
|
1171
|
+
*/
|
|
1172
|
+
"date"?: string;
|
|
1173
|
+
/**
|
|
1174
|
+
* Image Label
|
|
1175
|
+
*/
|
|
1176
|
+
"imageLabel"?: string;
|
|
1177
|
+
/**
|
|
1178
|
+
* Image URL
|
|
1179
|
+
*/
|
|
1180
|
+
"imageUrl"?: string;
|
|
1181
|
+
/**
|
|
1182
|
+
* Main title
|
|
1183
|
+
*/
|
|
1184
|
+
"mainTitle"?: string;
|
|
1185
|
+
/**
|
|
1186
|
+
* Slug
|
|
1187
|
+
*/
|
|
1188
|
+
"slug"?: string;
|
|
1189
|
+
/**
|
|
1190
|
+
* Space below component
|
|
1191
|
+
*/
|
|
1192
|
+
"spaceBelow"?: number;
|
|
1193
|
+
/**
|
|
1194
|
+
* Text colour
|
|
1195
|
+
*/
|
|
1196
|
+
"textColour"?: string;
|
|
1197
|
+
}
|
|
1059
1198
|
interface BiggiveBackToTop {
|
|
1060
1199
|
}
|
|
1061
1200
|
interface BiggiveBasicCard {
|
|
1062
1201
|
/**
|
|
1063
|
-
*
|
|
1202
|
+
* Background colour.
|
|
1064
1203
|
*/
|
|
1065
1204
|
"backgroundColour"?: string;
|
|
1066
1205
|
/**
|
|
@@ -1079,6 +1218,10 @@ declare namespace LocalJSX {
|
|
|
1079
1218
|
* Button URL
|
|
1080
1219
|
*/
|
|
1081
1220
|
"buttonUrl"?: string;
|
|
1221
|
+
/**
|
|
1222
|
+
* Card colour
|
|
1223
|
+
*/
|
|
1224
|
+
"cardColour"?: string;
|
|
1082
1225
|
/**
|
|
1083
1226
|
* Icon colour
|
|
1084
1227
|
*/
|
|
@@ -1095,6 +1238,10 @@ declare namespace LocalJSX {
|
|
|
1095
1238
|
* Subtitle title
|
|
1096
1239
|
*/
|
|
1097
1240
|
"subtitle"?: string;
|
|
1241
|
+
/**
|
|
1242
|
+
* Text colour
|
|
1243
|
+
*/
|
|
1244
|
+
"textColour"?: string;
|
|
1098
1245
|
}
|
|
1099
1246
|
interface BiggiveBeneficiaryIcon {
|
|
1100
1247
|
/**
|
|
@@ -1171,6 +1318,14 @@ declare namespace LocalJSX {
|
|
|
1171
1318
|
* Text
|
|
1172
1319
|
*/
|
|
1173
1320
|
"label"?: string;
|
|
1321
|
+
/**
|
|
1322
|
+
* Rounded corners
|
|
1323
|
+
*/
|
|
1324
|
+
"rounded"?: boolean;
|
|
1325
|
+
/**
|
|
1326
|
+
* Size
|
|
1327
|
+
*/
|
|
1328
|
+
"size"?: string;
|
|
1174
1329
|
/**
|
|
1175
1330
|
* Space below component
|
|
1176
1331
|
*/
|
|
@@ -1193,6 +1348,10 @@ declare namespace LocalJSX {
|
|
|
1193
1348
|
* Main title colour
|
|
1194
1349
|
*/
|
|
1195
1350
|
"mainTitleColour"?: string;
|
|
1351
|
+
/**
|
|
1352
|
+
* Main title size
|
|
1353
|
+
*/
|
|
1354
|
+
"mainTitleSize"?: number;
|
|
1196
1355
|
/**
|
|
1197
1356
|
* Primary button Colour Scheme
|
|
1198
1357
|
*/
|
|
@@ -1225,6 +1384,10 @@ declare namespace LocalJSX {
|
|
|
1225
1384
|
* Slug colour
|
|
1226
1385
|
*/
|
|
1227
1386
|
"slugColour"?: string;
|
|
1387
|
+
/**
|
|
1388
|
+
* Slug size
|
|
1389
|
+
*/
|
|
1390
|
+
"slugSize"?: number;
|
|
1228
1391
|
/**
|
|
1229
1392
|
* Space above component
|
|
1230
1393
|
*/
|
|
@@ -1241,6 +1404,10 @@ declare namespace LocalJSX {
|
|
|
1241
1404
|
* Subtitle colour
|
|
1242
1405
|
*/
|
|
1243
1406
|
"subtitleColour"?: string;
|
|
1407
|
+
/**
|
|
1408
|
+
* Main title size
|
|
1409
|
+
*/
|
|
1410
|
+
"subtitleSize"?: number;
|
|
1244
1411
|
/**
|
|
1245
1412
|
* Teaser
|
|
1246
1413
|
*/
|
|
@@ -1449,6 +1616,10 @@ declare namespace LocalJSX {
|
|
|
1449
1616
|
"spaceBelow"?: number;
|
|
1450
1617
|
}
|
|
1451
1618
|
interface BiggiveHeader {
|
|
1619
|
+
/**
|
|
1620
|
+
* Logo hyperlink URL
|
|
1621
|
+
*/
|
|
1622
|
+
"logoUrl"?: string;
|
|
1452
1623
|
/**
|
|
1453
1624
|
* Space below component
|
|
1454
1625
|
*/
|
|
@@ -1789,6 +1960,10 @@ declare namespace LocalJSX {
|
|
|
1789
1960
|
"totalRaised"?: number;
|
|
1790
1961
|
}
|
|
1791
1962
|
interface BiggiveVideo {
|
|
1963
|
+
/**
|
|
1964
|
+
* Space above component
|
|
1965
|
+
*/
|
|
1966
|
+
"spaceAbove"?: number;
|
|
1792
1967
|
/**
|
|
1793
1968
|
* Space below component
|
|
1794
1969
|
*/
|
|
@@ -1831,6 +2006,10 @@ declare namespace LocalJSX {
|
|
|
1831
2006
|
* Slug colour
|
|
1832
2007
|
*/
|
|
1833
2008
|
"slugColour"?: string;
|
|
2009
|
+
/**
|
|
2010
|
+
* Space above component
|
|
2011
|
+
*/
|
|
2012
|
+
"spaceAbove"?: number;
|
|
1834
2013
|
/**
|
|
1835
2014
|
* Space below component
|
|
1836
2015
|
*/
|
|
@@ -1849,6 +2028,7 @@ declare namespace LocalJSX {
|
|
|
1849
2028
|
"videoUrl"?: string;
|
|
1850
2029
|
}
|
|
1851
2030
|
interface IntrinsicElements {
|
|
2031
|
+
"biggive-article-card": BiggiveArticleCard;
|
|
1852
2032
|
"biggive-back-to-top": BiggiveBackToTop;
|
|
1853
2033
|
"biggive-basic-card": BiggiveBasicCard;
|
|
1854
2034
|
"biggive-beneficiary-icon": BiggiveBeneficiaryIcon;
|
|
@@ -1891,6 +2071,7 @@ export { LocalJSX as JSX };
|
|
|
1891
2071
|
declare module "@stencil/core" {
|
|
1892
2072
|
export namespace JSX {
|
|
1893
2073
|
interface IntrinsicElements {
|
|
2074
|
+
"biggive-article-card": LocalJSX.BiggiveArticleCard & JSXBase.HTMLAttributes<HTMLBiggiveArticleCardElement>;
|
|
1894
2075
|
"biggive-back-to-top": LocalJSX.BiggiveBackToTop & JSXBase.HTMLAttributes<HTMLBiggiveBackToTopElement>;
|
|
1895
2076
|
"biggive-basic-card": LocalJSX.BiggiveBasicCard & JSXBase.HTMLAttributes<HTMLBiggiveBasicCardElement>;
|
|
1896
2077
|
"biggive-beneficiary-icon": LocalJSX.BiggiveBeneficiaryIcon & JSXBase.HTMLAttributes<HTMLBiggiveBeneficiaryIconElement>;
|